4741adfc7c7552404fb644764873b026f18004a2
[external/binutils.git] / gdb / ChangeLog
1 2012-11-26  Alexander Larsson  <alexl@redhat.com>
2             Jan Kratochvil  <jan.kratochvil@redhat.com>
3             Tom Tromey  <tromey@redhat.com>
4
5         * NEWS: Mention mini debuginfo feature.
6         * minidebug.c: New file.
7         * configure.ac: Check for lzma.
8         * configure, config.in: Rebuild.
9         * Makefile.in (LIBLZMA): New variable.
10         (CLIBS): Include LIBLZMA.
11         (SFILES): Mention minidebug.c.
12         (COMMON_OBS): Mention minidebug.o.
13         * symfile.c (read_symbols): New function.
14         (syms_from_objfile, reread_symbols): Call it.
15         * symfile.h (find_separate_debug_file_in_section): Declare.
16
17 2012-11-26  Keith Seitz  <keiths@redhat.com>
18
19         * exec.c (exec_file_attach): Move cleanup after verifying that
20         memory has in fact been allocated.
21
22 2012-11-26  Tom Tromey  <tromey@redhat.com>
23
24         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
25         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
26         SYMBOL_SYMTAB.
27         * skip.c (skip_info): Use SYMBOL_SYMTAB.
28
29 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
30             Pedro Alves  <palves@redhat.com>
31
32         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
33         size parameter passed to readlink by one byte.
34         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
35         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
36         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
37         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
38         size by one byte.
39
40 2012-11-26  Yao Qi  <yao@codesourcery.com>
41
42         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
43         extraneous parentheses.
44
45 2012-11-26  Yao Qi  <yao@codesourcery.com>
46
47         * remote.c (remote_start_remote): Typo fix.
48
49 2012-11-23  David S. Miller  <davem@davemloft.net>
50
51         * sparc-tdep.h (struct sparc_fpregset): New data structure.
52         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
53         sparc32_sol2_fpregset): Declare new globals.
54         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
55         'fpregset' argument.
56         * sparc64-tdep.h (sparc64_supply_fpregset,
57         sparc64_collect_fpregset): Likewise.
58         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
59         globals.
60         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
61         (sparc_fpregset): Declare new global.
62         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
63         'fpregset' argument.
64         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
65         into handler.
66         (fill_fpregset): Likewise.
67         (_initialize_sparc_linux_nat): Set sparc_fpregset to
68         sparc32_bsd_fpregset.
69         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
70         sparc32_bsd_fpregset down into handler.
71         (sparc32_linux_collect_core_fpregset): Likewise.
72         * sparc-nat.c (sparc_fpregset): Define.
73         (sparc_supply_fpregset): Add 'fpregset' argument.
74         (sparc_collect_fpregset): Likewise.
75         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
76         into fpregset handler.
77         (sparc_store_inferior_registers): Likewise.
78         (_initialize_sparc_nat): Set sparc_fpregset to
79         sparc32_sunos4_fpregset if NULL.
80         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
81         down into handler.
82         (fill_fpregset): Likewise.
83         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
84         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
85         use it to compute offsets.
86         (sparc32_collect_fpregset): Likewise.
87         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
88         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
89         down into handler.
90         (fill_fpregset): Likewise.
91         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
92         Likewise.
93         (sparc64_linux_collect_core_fpregset): Likewise.
94         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
95         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
96         use it to compute offsets.
97         (sparc64_collect_fpregset): Likewise.
98         (sparc64_bsd_fpregset): Define.
99         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
100         sparc64_bsd_fpregset down into handler.
101         (sparc64fbsd_collect_fpregset): Likewise.
102         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
103         and pass sparc{32,64}_bsd_fpregset down into handler.
104         (sparc64nbsd_collect_fpregset): Likewise.
105         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
106         sparc64_bsd_fpregset down into handler.
107         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
108         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
109         to sparc32_bsd_fpregset.
110         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
111         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
112         (sparc32nbsd_supply_fpregset): Likewise.
113
114 2012-11-21  Tom Tromey  <tromey@redhat.com>
115
116         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
117         field.
118         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
119         Remove.
120         * c-typeprint.c (c_type_print_base): Update.
121
122 2012-11-21  Yao Qi  <yao@codesourcery.com>
123
124         PR tdep/7438
125         * gdbarch.sh (smash_text_address): Remove.
126         * gdbarch.c, gdbarch.h: Regenerate.
127         * arm-tdep.c (arm_smash_text_address): Remove.
128         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
129         * hppa-tdep.c (hppa_smash_text_address): Remove.
130         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
131         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
132         Caller update.
133         * coffread.c (coff_symtab_read): Caller update.
134         * dbxread.c (process_one_symbol): Likewise.
135         * elfread.c (record_minimal_symbol): Likewise.
136         * somread.c (som_symtab_read): Likewise.
137
138 2012-11-20  Pierre Muller  <muller@sourceware.org>
139
140         ARI fixes: sprintf rule.
141         Replace sprintf function calls for char arrays by
142         calls to xsnprintf calls.
143         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
144         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
145         (arm_neon_quad_read, arm_pseudo_read): Ditto.
146         (arm_neon_quad_write, arm_pseudo_write): Ditto.
147         * breakpoint.c (condition_completer): Ditto.
148         (create_tracepoint_from_upload): Ditto.
149         * dwarf2read.c (file_full_name): Ditto.
150         * gcore.c (gcore_command): Ditto.
151         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
152         * go32-nat.c (go32_sysinfo): Ditto.
153         * interps.c (interp_set): Ditto.
154         * m32c-tdep.c (make_types): Ditto.
155         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
156         * remote-m32r-sdi.c (m32r_open): Ditto.
157         * sol-thread.c (td_err_string): Ditto.
158         (td_state_string, solaris_pid_to_str): Ditto.
159         * symtab.c (gdb_mangle_name): Ditto.
160         * cli/cli-script.c (execute_control_command): Ditto.
161         (define_command, document_command): Ditto.
162         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
163         * tui/tui-stack.c (tui_make_status_line): Ditto.
164         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
165
166 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
167
168         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
169         it when looking at ptr->func.
170         * command.h (complete_on_cmdlist): Add a fourth arg.
171         * completer.c (complete_line_internal): Add local ignore_help_classes,
172         and set it to 1 when reason is not handle_help.  Pass this down to
173         lookup_cmd_1 and complete_on_cmdlist.
174
175 2012-11-20  Tom Tromey  <tromey@redhat.com>
176
177         * completer.c (count_struct_fields): Remove.
178         (expression_completer): Don't call count_struct_fields.
179
180 2012-11-20  Pedro Alves  <palves@redhat.com>
181
182         * annotate.c (breakpoints_changed): Rename to ...
183         (annotate_breakpoints_changed): ... this.
184         (annotate_stopped, breakpoint_changed): Adjust caller.
185         * annotate.h (breakpoints_changed): Rename to ...
186         (annotate_breakpoints_changed): ... this.
187         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
188         (do_map_commands_command, init_raw_breakpoint, clear_command)
189         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
190
191 2012-11-20  David S. Miller  <davem@davemloft.net>
192
193         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
194         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
195         sysconf.
196         (get_cores_used_by_process): Update comment.
197
198 2012-11-20  Yao Qi  <yao@codesourcery.com>
199
200         * objfiles.c (init_entry_point_info): Remove trailing spaces.
201
202 2012-11-20  Yao Qi  <yao@codesourcery.com>
203
204         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
205         to deprecated_context_hook.
206
207 2012-11-19  Yao Qi  <yao@codesourcery.com>
208
209         * infrun.c (infwait_state): Add static.
210
211 2012-11-16  Keith Seitz  <keiths@redhat.com>
212
213         PR c++/13615
214         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
215         parameter and pass it to lookup_symbol_file.
216         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
217         to search base classes.
218         (cp_lookup_symbol_namespace): Likewise.
219         (lookup_namespace_scope): Likewise.
220         (lookup_symbol_file): Add SEARCH parameter.
221         If SEARCH is non-zero and no symbol is found, lookup the class
222         and call cp_lookup_nested_symbol.
223         (find_symbol_in_baseclass): New function.
224         (cp_lookup_nested_symbol): Do not let
225         cp_lookup_symbol_in_namespace search through base classes.
226         Do that later when there is no global symbol match.
227
228 2012-11-16  Doug Evans  <dje@google.com>
229
230         * main.c (gdb_datadir_provided): New static global.
231         (get_init_files): If --data-directory is provided,
232         and SYSTEM_GDBINIT lives in data-directory, look for it there.
233         * NEWS: Mention it.
234
235 2012-11-15  Pierre Muller  <muller@sourceware.org>
236
237         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
238         * gdb_stat.h: Delete. Moved to common directory.
239         * common/gdb_stat.h: New file.
240         * gdb_wait.h: Delete. Moved to common directory.
241         * common/gdb_wait.h: New file.
242         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
243         location.
244         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
245         location.
246         (stat.h rule): Adapt to new gdb_stat.h location.
247         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
248         <sys/stat.h> header.
249         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
250         <sys/wait.h> header.
251
252 2012-11-15  Pierre Muller  <muller@sourceware.org>
253
254         * configure.ac (AC_HEADER_STAT): Remove.
255         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
256         and corresponding code.
257         * configure: Regenerate.
258         * config.in: Regenerate.
259
260 2012-11-15  Pierre Muller  <muller@sourceware.org>
261
262         ARI xasprintf rule fixes.
263         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
264         instead of xasprintf.
265         (open_and_init_dwp_file): Ditto.
266
267 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
268
269         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
270         target types.
271
272 2012-11-14  Tom Tromey  <tromey@redhat.com>
273
274         * configure, config.in: Rebuild.
275         * configure.ac: Don't check for ctype.h, time.h.
276         * expprint.c: Don't use HAVE_CTYPE_H.
277
278 2012-11-13  Tom Tromey  <tromey@redhat.com>
279
280         * gdbarch.h, gdbarch.c: Rebuild.
281         * gdbarch.sh (set_target_gdbarch): Rename from
282         deprecated_target_gdbarch_select_hack.
283         * arch-utils.c (gdbarch_update_p): Update.
284         (set_gdbarch_from_file): Update.
285
286 2012-11-14  Pierre Muller  <muller@sourceware.org>
287
288         * MAINTAINERS (Responsible Maintainers/misc): Add myself
289         as responsible of contrib/ari directory.
290
291 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
292             Yao Qi  <yao@codesourcery.com>
293
294         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
295         bit of EXC_RETURN.
296         (arm_m_exception_cache, arm_m_exception_this_id)
297         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
298         (arm_m_exception_unwind): New.
299         (arm_gdbarch_init): Register arm_m_exception_unwind.
300
301 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
302
303         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
304         parameter COUNT, for pattern filling of memory regions.
305         * NEWS: Mention it.
306
307 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
308
309         * disasm.h (DISASSEMBLY_FILENAME): New macro.
310         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
311         to print_source_lines ().
312         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
313         flag.
314         * source.c (print_source_lines_base): Prefix source line with
315         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
316
317 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
318
319         * symtab.h (print_source_lines_flags): New enum.
320         * source.c (print_source_lines_base): Change noerror to flags.
321         (print_source_lines): Change noerror to flags.
322
323 2012-11-13  Pierre Muller  <muller@sourceware.org>
324
325         ARI fixes: Avoid sprintf function use rule.
326         * charset.c (convert_between_encodings): Use xsnprintf.
327         * cli-out.c (cli_field_int): Likewise.
328         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
329         * expprint.c (op_name_standard): Likewise.
330         * frv-tdep.c (set_variant_num_gprs): Likewise.
331         (set_variant_num_fprs): Likewise.
332         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
333         * nto-tdep.c (nto_find_and_open_solib): Likewise.
334         (nto_init_solib_absolute_prefix): Likewise.
335         * source.c (init_source_path): Likewise.
336         (print_source_lines_base): Likewise.
337         * valprint.c (print_wchar): Likewise.
338         * mi/mi-out.c (mi_field_int): Likewise.
339         windows-nat.c (windows_pid_to_exec_file): Likewise.
340         (windows_create_inferior): Likewise.
341         (_initialize_check_for_gdb_ini): Likewise.
342
343 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
344
345         * frame.h (deprecated_frame_register_read): Renames
346         frame_register_read.
347         * frame.c (deprecated_frame_register_read): Renames
348         frame_register_read.  Update all callers.
349         * i386-tdep.c: Update all callers of frame_register_read.
350         * infcmd.c: Likewise.
351         * jit.c: Likewise.
352         * mips-tdep.c: Likewise.
353         * mt-tdep.c: Likewise.
354         * sh64-tdep.c: Likewise.
355
356 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
357
358         * frame.h (frame_register_read): Remove FIXME comment.
359         * frame.c (frame_register_read): Add suggestion explaining
360         which function to use in place of this one.
361
362 2012-11-12  Tom Tromey  <tromey@redhat.com>
363
364         * python/python.c (start_type_printers): Initialize 'result_obj'.
365
366 2012-11-12  Tom Tromey  <tromey@redhat.com>
367
368         * NEWS: Update.
369         * data-directory/Makefile.in (PYTHON_FILES): Add
370         type_printers.py.
371         * python/lib/gdb/command/type_printers.py: New file.
372         * python/lib/gdb/command/types.py (TypePrinter): New class.
373         (_get_some_type_recognizers, get_type_recognizers,
374         apply_type_recognizers, register_type_printer): New
375         functions.
376         * python/py-objfile.c (objfile_object) <type_printers>: New
377         field.
378         (objfpy_dealloc): Decref new field.
379         (objfpy_new): Set new field.
380         (objfpy_get_type_printers, objfpy_set_type_printers): New
381         functions.
382         (objfile_to_objfile_object): Set new field.
383         (objfile_getset): Add "type_printers".
384         * python/py-progspace.c (pspace_object) <type_printers>: New
385         field.
386         (pspy_dealloc): Decref new field.
387         (pspy_new): Set new field.
388         (pspy_get_type_printers, pspy_set_type_printers): New functions.
389         (pspace_to_pspace_object): Set new field.
390         (pspace_getset): Add "type_printers".
391         * python/python.c (start_type_printers, apply_type_printers,
392         free_type_printers): New functions.
393         (_initialize_python): Set gdb.type_printers.
394         * python/python.h (start_type_printers, apply_type_printers,
395         free_type_printers): Declare.
396         * typeprint.c (type_print_raw_options, default_ptype_flags):
397         Update for new fields.
398         (do_free_global_table, create_global_typedef_table,
399         find_global_typedef): New functions.
400         (find_typedef_in_hash): Use find_global_typedef.
401         (whatis_exp): Use create_global_typedef_table.  Change cleanup
402         handling.
403         * typeprint.h (struct type_print_options) <global_typedefs,
404         global_printers>: New fields.
405
406 2012-11-12  Tom Tromey  <tromey@redhat.com>
407
408         * c-typeprint.c (find_typedef_for_canonicalize,
409         print_name_maybe_canonical): New functions.
410         (c_print_type): Look up type name.
411         (cp_type_print_derivation_info): Add flags argument.  Use
412         print_name_maybe_canonical.
413         (cp_type_print_method_args): Add wrapping.
414         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
415         (c_type_print_template_args): New function.
416         (c_type_print_base): Change wrapping.  Use
417         print_name_maybe_canonical.
418         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
419         type name lookups.
420         * gdbtypes.c (types_equal): No longer static.
421         * gdbtypes.h (types_equal): Declare.
422         * typeprint.c (type_print_raw_options, default_ptype_flags):
423         Update.
424         (struct typedef_hash_table): New.
425         (hash_typedef_field, eq_typedef_field,
426         recursively_update_typedef_hash, add_template_parameters,
427         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
428         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
429         copy_typedef_hash, find_typedef_in_hash): New functions.
430         * typeprint.h (struct type_print_options) <local_typedefs>:
431         New field.
432         (recursively_update_typedef_hash, add_template_parameters,
433         create_typedef_hash, free_typedef_hash,
434         make_cleanup_free_typedef_hash, copy_typedef_hash,
435         find_typedef_in_hash): Declare.
436
437 2012-11-12  Tom Tromey  <tromey@redhat.com>
438
439         * cp-support.c (inspect_type,
440         replace_typedefs_qualified_name, replace_typedefs): Add
441         finder, data arguments.  Call as needed.
442         (cp_canonicalize_string_full): New function.
443         (cp_canonicalize_string_no_typedefs): Rewrite.
444         * cp-support.h (canonicalization_ftype): New typedef.
445         (cp_canonicalize_string_full): Declare.
446
447 2012-11-12  Tom Tromey  <tromey@redhat.com>
448
449         * NEWS: Update.
450         * c-typeprint.c (c_type_print_base): Handle print_method and
451         print_typedefs flags.
452         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
453         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
454         options.
455         * typeprint.c (type_print_raw_options, default_ptype_flags):
456         Update for new field.s
457         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
458         (setprinttypelist, showprinttypelist, print_methods,
459         print_typedefs): New globals.
460         (set_print_type, show_print_type, set_print_type_methods,
461         show_print_type_methods, set_print_type_typedefs,
462         show_print_type_typedefs): New functions.
463         (_initialize_typeprint): Update documentation.  Add "print
464         type methods" and "print type typedefs" parameters.
465         * typeprint.h (struct type_print_options) <print_methods,
466         print_typedefs>: New fields.
467
468 2012-11-12  Tom Tromey  <tromey@redhat.com>
469
470         * c-typeprint.c (cp_type_print_method_args): Add flags
471         argument.  Call c_print_type, not type_print.
472         (c_type_print_base): Call c_print_type, not type_print.
473         Update.
474
475 2012-11-12  Tom Tromey  <tromey@redhat.com>
476
477         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
478         to type-printing functions.
479         * ada-lang.h (ada_print_type): Add argument.
480         * ada-typeprint.c (print_array_type, print_variant_clauses,
481         print_variant_part, print_selected_record_field_types,
482         print_record_field_types, print_unchecked_union_type,
483         print_func_type, ada_print_type): Add flags argument.
484         (ada_print_typedef): Update.
485         * c-exp.y (OPERATOR conversion_type_id): Update.
486         * c-lang.h (c_print_type, c_type_print_base): Update.
487         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
488         c_type_print_modifier, c_type_print_args,
489         c_type_print_varspec_suffix, c_type_print_base): Add flags
490         argument.
491         * cp-valprint.c (cp_print_class_member): Update.
492         * dwarf2read.c (dwarf2_compute_name): Update.
493         * f-lang.h (f_print_type): Add argument.
494         * f-typeprint.c (f_print_type): Add flags argument.
495         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
496         * go-lang.h (go_print_type): Add argument.
497         * go-typeprint.c (go_print_type): Add flags argument.
498         * jv-lang.h (java_print_type): Add argument.
499         * jv-typeprint.c (java_type_print_base, java_print_type): Add
500         flags argument.
501         * language.c (unk_lang_print_type): Add flags argument.
502         * language.h (struct language_defn) <la_print_type>: Add flags
503         argument.
504         (LA_PRINT_TYPE): Likewise.
505         * m2-lang.h (m2_print_type): Add argument.
506         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
507         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
508         m2_unbounded_array, m2_record_fields): Add flags argument.
509         * p-lang.h (pascal_print_type, pascal_type_print_base,
510         pascal_type_print_varspec_prefix): Add argument.
511         * p-typeprint.c (pascal_print_type,
512         pascal_type_print_varspec_prefix, pascal_print_func_args,
513         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
514         flags argument.
515         * symmisc.c (print_symbol): Update.
516         * typeprint.c (type_print_raw_options, default_ptype_flags):
517         New globals.
518         (type_print): Update.
519         * typeprint.h (struct type_print_options): New.
520         (type_print_raw_options): Declare.
521         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
522
523 2012-11-10  Keith Seitz  <keiths@redhat.com>
524
525         * breakpoint.c (clear_command): Add cleanup for
526         sals.sals if an argument is given.
527
528         * linespec.c (parse_linespec): Do cleanups after
529         parsing a convenience variable.
530
531 2012-11-10  Keith Seitz  <keiths@redhat.com>
532
533         PR gdb/14288
534         * c-valprint.c (c_val_print): For character arrays
535         with "print null" option on, print ellipses if
536         the output is truncated and the next character is not \000.
537         * valprint.c (MAX_WCHARS): Define.
538         (WCHAR_BUFLEN): Likewise.
539         (WCHAR_BUFLEN_MAX): Likewise.
540         (struct converted_character): New structure.
541         (count_next_character): New function.
542         (print_converted_chars_to_obstack): New function.
543         (generic_printstr): Rewrite using count_next_character
544         and print_converted_chars_to_obstack.
545
546 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
547
548         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
549         while executing the gdb command.
550         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
551         are called from prompt_for_continue.
552         * tui/tui-io.c (tui_redisplay_readline): Likewise.
553
554 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
555
556         PR tui/9584
557
558         * tui/tui.c (tui_rl_command_key): Do not call execute_command
559         but insert the command to execute in readline's buffer.
560
561 2012-11-09  Tom Tromey  <tromey@redhat.com>
562
563         * gdbarch.sh (target_gdbarch): Remove macro.
564         (get_target_gdbarch): Rename to target_gdbarch.
565         * gdbarch.c, gdbarch.h: Rebuild.
566         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
567         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
568         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
569         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
570         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
571         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
572         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
573         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
574         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
575         procfs.c, progspace.c, ravenscar-thread.c, record.c,
576         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
577         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
578         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
579         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
580         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
581         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
582         target-descriptions.c, target.c, target.h, tracepoint.c,
583         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
584         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
585         python/py-inferior.c, python/python.c: Update.
586
587 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
588
589         * source.c (print_source_lines_base): Add fullname field giving
590         full path to file in mi output.
591         * NEWS: Mention the new fullname field.
592
593 2012-11-09  Yao Qi  <yao@codesourcery.com>
594
595         * NEWS: Mention the fix to the ambiguity of 'fo' command.
596
597 2012-11-09  Pedro Alves  <palves@redhat.com>
598
599         PR gdb/14306
600
601         * infrun.c: Include target-descriptions.h.
602         (follow_exec): Fetch new target description.
603
604 2012-11-09  Yao Qi  <yao@codesourcery.com>
605
606         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
607         0x8d (lea).
608
609 2012-11-09  Yao Qi  <yao@codesourcery.com>
610
611         * breakpoint.c: Declare set_tracepoint_count.
612         (install_breakpoint): Call set_tracepoint_count if B is a
613         tracepoint.
614         (trace_command): Don't call set_tracepoint_count.  Re-indent.
615         (strace_command, ftrace_command):
616         (create_tracepoint_from_upload): Likewise.
617
618 2012-11-09  Pedro Alves  <palves@redhat.com>
619
620         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
621         (get_target_gdbarch) <gdbarch.h>: New function.
622         (startup_gdbarch) <gdbarch.h>: Declare.
623         <gdbarch.c> (target_gdbarch): Delete.
624         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
625         current inferior's gdbarch.
626         <gdbarch.c> (get_target_gdbarch): New function.
627         * inferior.c: Include target-descriptions.h.
628         (free_inferior): Free target description info.
629         (add_inferior_with_spaces): Set the inferior's initial
630         architecture.
631         (clone_inferior_command): Copy the original inferior's target
632         description if it was user specified.
633         (initialize_inferiors): Add comment.
634         * inferior.h (struct target_desc_info): Forward declare.
635         (struct inferior) <gdbarch>: New field.
636         * linux-nat.c: Include target-descriptions.h.
637         (linux_child_follow_fork): Copy the parent's architecture and
638         target description to the child.
639         * target-descriptions.c: Include inferior.h.
640         (struct target_desc_info): New structure, holding the equivalents
641         of ...
642         (target_desc_fetched, current_target_desc)
643         (target_description_filename): ... these removed globals.
644         (get_tdesc_info, target_desc_info_from_user_p)
645         (copy_inferior_target_desc_info, target_desc_info_free): New.
646         (target_desc_fetched, current_target_desc)
647         (target_description_filename): Reimplemented as convenience
648         macros.
649         (tdesc_filename_cmd_string): New global.
650         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
651         tdescs filename ..." commands to the per-inferior equivalent.
652         (show_tdesc_filename_cmd): Get the value to show from the
653         per-inferior description filename.
654         (_initilize_target_descriptions): Change the "set/show tdesc
655         filename" commands' variable.
656         * target-descriptions.h (struct target_desc, struct target_desc_info)
657         (struct inferior): Forward declare.
658         (target_find_description, target_clear_description)
659         (target_current_description): Adjust comments.
660         (copy_inferior_target_desc_info, target_desc_info_free)
661         (target_desc_info_from_user_p). Declare.
662
663 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
664
665         * tui/tui-hooks.c (tui_about_to_proceed): New function.
666         (tui_target_wait_hook): Remove.
667         (tui_install_hooks): Install the about_to_proceed observer.
668         (tui_remove_hooks): And remove it here.
669
670 2012-11-08  Tom Tromey  <tromey@redhat.com>
671
672         * linux-tdep.c (linux_make_siginfo_note): New function.
673         (linux_make_corefile_notes): Use it.
674         * corelow.c (get_core_siginfo): New function.
675         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
676
677 2012-11-08  Tom Tromey  <tromey@redhat.com>
678
679         PR gdb/14704:
680         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
681         (zlib_decompress_section): Remove.
682         (gdb_bfd_map_section): Only check for compressed section
683         in mmap case.  Use bfd_get_full_section_contents.
684         * osabi.c (check_note): Add 'sectsize' argument.  Read
685         section data.
686         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
687         section data.  Update for check_note change.
688         * xcoffread.c (xcoff_initial_scan): Use
689         bfd_get_full_section_contents.
690         * py-auto-load.c (auto_load_section_scripts): Use
691         bfd_get_full_section_contents.
692         * contrib/cc-with-tweaks.sh: Add -Z option.
693
694 2012-11-08  Tom Tromey  <tromey@redhat.com>
695
696         * python/py-bpevent.c: Include defs.h.
697         * python/py-continueevent.c: Include defs.h.
698         * python/py-event.c: Include defs.h.
699         * python/py-event.h: Don't include defs.h.
700         * python/py-events.h: Don't include defs.h.
701         * python/py-evts.c: Include defs.h.
702         * python/py-exitedevent.c: Include defs.h.
703         * python/py-newobjfileevent.c: Include defs.h.
704         * python/py-signalevent.c: Include defs.h.
705         * python/py-stopevent.c: Include defs.h.
706         * python/py-threadevent.c: Include defs.h.
707
708 2012-11-08  Pierre Muller  <muller@sourceware.org>
709
710         * update-web-ari.sh (print_heading): Add number of files
711         checked.
712         (nb_files): New variable counting the number of sources
713         files found by gdb_find.sh script.
714         (debug_awk): New variable to allow extra debug output.
715         (indexes): Add more information if DEBUG_AWK is set.
716
717 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
718
719         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
720         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
721         following the change in PLT call stubs on linker.
722
723 2012-11-08  Pierre Muller  <muller@sourceware.org>
724
725         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
726         as default language.
727         (AWK): Use = instead of == for sh test to avoid warning.
728         (Linux rule): Correct [:digit] into [[:digit:]].
729         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
730         (vasprintf rule): Adapt to common subdirectory moves.
731         (xasprintf rule): Idem.
732         (xvasprintf rule): Idem.
733         (var_boolean rule): Accept occurence in == or != test.
734
735         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
736
737 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
738
739         * tui/tui-hooks.c (tui_inferior_exit): New function.
740         (tui_detach_hook): Remove.
741         (tui_install_hooks): Install the inferior exit observer.
742         (tui_remove_hooks): Remove it.
743
744 2012-11-08  Yao Qi  <yao@codesourcery.com>
745
746         PR gdb/14777.
747         * source.c (_initialize_source): Call add_com_alias to abbreviate
748         'forward-search' as 'fo'.
749
750 2012-11-07  Pedro Alves  <palves@redhat.com>
751
752         * arm-tdep.c: Make defs.h be the first include.
753         * coff-pe-read.c: Ditto.
754         * gnu-nat.c: Ditto.
755         * go32-nat.c: Ditto.
756         * i386-nat.c: Ditto.
757         * ppcnbsd-nat.c: Ditto.
758         * ada-varobj.h: Don't include defs.h.
759         * i386-darwin-tdep.h: Ditto.
760         * i386-nat.h: Ditto.
761
762 2012-11-07  Pedro Alves  <palves@redhat.com>
763
764         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
765         Committee.
766
767 2012-11-07  Pierre Muller  <muller@sourceware.org>
768
769         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
770         File already uses "gdb_dirent.h" header.
771
772 2012-11-07  Yao Qi  <yao@codesourcery.com>
773
774         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
775         tracepoint_count'.
776
777 2012-11-06  Tom Tromey  <tromey@redhat.com>
778
779         * target.h (inferior_has_forked, inferior_has_vforked)
780         (inferior_has_execd, inferior_has_called_syscall): Remove
781         declarations.
782
783 2012-11-06  Pierre Muller  <muller@sourceware.org>
784
785         * remote.c (remote_insert_hw_breakpoint): ARI fix,
786         add missing internalization markup.
787
788 2012-11-06  Pedro Alves  <palves@redhat.com>
789
790         PR gdb/14810
791
792         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
793
794 2012-11-06  Pierre Muller  <muller@sourceware.org>
795
796         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
797         is not executable.
798
799 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
800
801         * gnulib/update-gnulib.sh: New script.
802
803 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
804
805         * MAINTAINERS: Update my email address.
806
807 2012-11-05  Tom Tromey  <tromey@redhat.com>
808
809         * frame.c (put_frame_register): Don't use temporary buffer.
810
811 2012-11-05  Pedro Alves  <palves@redhat.com>
812
813         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
814         child.  Clear 'pending_detach'.
815         * infrun.c (handle_vfork_child_exec_or_exit): Clear
816         'pending_detach' in the vfork parent.
817
818 2012-11-05  Doug Evans  <dje@google.com>
819
820         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
821         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
822         * dwarf2read.c: #include "elf-bfd.h".
823         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
824         (dwop_section_names): Renamed from dwo_section names.  All uses
825         updated.  Add entries for .debug_cu_index, .debug_tu_index.
826         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
827         All uses updated.
828         (struct dwp_sections): New type.
829         (struct virtual_dwo_sections): New type.
830         (struct dwp_hash_table): New type.
831         (struct dwp_file): New type.
832         (init_cutu_and_read_dies): Ensure DWO info/types section has been
833         read in.  Handle DWOs coming from DWP files.
834         (lookup_dwo_file_slot): New function.
835         (dwarf2_locate_dwo_sections): Move definition closer to use.
836         (create_dwo_debug_info_hash_table_reader): Renamed from
837         create_debug_info_hash_table_reader.  All callers updated.
838         (create_dwo_debug_info_hash_table): Renamed from
839         create_debug_info_hash_table.  All callers updated.
840         (create_dwp_hash_table): New function.
841         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
842         (lookup_dwo_in_dwp): New function.
843         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
844         is_dwp.  All callers updated.
845         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
846         (open_and_init_dwo_file): Renamed from init_dwo_file.
847         All callers updated.
848         (lookup_dwo_file): Delete.
849         (dwarf2_locate_dwp_sections): New function.
850         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
851         (allocate_dwp_loaded_cutus_table): New function.
852         (open_and_init_dwp_file): New function.
853         (lookup_dwo_cutu): New function.
854         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
855
856 2012-11-03  Yao Qi  <yao@codesourcery.com>
857
858         Fix PR gdb/14617.
859         * breakpoint.c (trace_pass_set_count): Call
860         observer_notify_breakpoint_modified instead of
861         observer_notify_tracepoint_modified.
862         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
863
864 2012-11-02  Tom Tromey  <tromey@redhat.com>
865
866         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
867         argument to complete_on_enum.
868
869 2012-11-02  Tom Tromey  <tromey@redhat.com>
870
871         * configure: Rebuild.
872         * configure.ac (build_warnings): Add -Wempty-body.
873         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
874         * remote.c (handle_notification): Use braces for empty 'else' body.
875         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
876         'else' body.
877         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
878         'else' body.
879         * solib-som.c (som_relocate_section_addresses): Use braces
880         for empty 'else' body.
881         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
882         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
883
884 2012-11-02  Pedro Alves  <palves@redhat.com>
885
886         PR gdb/14766
887
888         * infrun.c (handle_inferior_event)
889         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
890         null_ptid before handling a vfork child exec or exit.  Switch to
891         the event ptid afterwards.
892
893 2012-11-02  Yao Qi  <yao@codesourcery.com>
894
895         * std-operator.def: Remove OP_LABELED.
896         * eval.c: Remove the declaration of 'get_label'.
897         (get_label): Remove.
898         (evaluate_struct_tuple): Remove code handling OP_LABELED.
899         Update comment.
900         Remove local variable 'variantno' and related code.
901         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
902         with 'fieldno'.
903         * expprint.c (print_subexp_standard): Likewise.
904         (dump_subexp_body_standard): Likewise.
905         * parse.c (operator_length_standard): Likewise.
906
907 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
908
909         Incorporate ARI web page generator into GDB sources.
910         * contrib/ari/create-web-ari-in-src.sh: New file.
911         * contrib/ari/gdb_ari.sh: New file.
912         * contrib/ari/gdb_find.sh: New file.
913         * contrib/ari/update-web-ari.sh: New file.
914
915 2012-10-31  Tom Tromey  <tromey@redhat.com>
916
917         * gdbarch.c: Rebuild.
918         * gdbarch.sh: Remove references to gdbarch_swap.
919         * corelow.c (core_open): Remove obsolete comment.
920
921 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
922
923         PR cli/14772
924         * c-typeprint.c (c_print_type): Don't print a space for vector
925         types, this is handled within the suffix.
926         (c_type_print_varspec_suffix): Add a space to vector suffix.
927
928 2012-10-26  Pedro Alves  <palves@redhat.com>
929
930         * amd64-tdep.c (amd64_relocate_instruction): Use
931         store_unsigned_integer instead of memcpy.
932         * i386-tdep.c (i386_relocate_instruction): Ditto.
933
934 2012-10-26  Pedro Alves  <palves@redhat.com>
935
936         * infrun.c (handle_inferior_event): Merge handling of
937         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
938         switch case.
939
940 2012-10-26  Pedro Alves  <palves@redhat.com>
941
942         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
943         Remove comment.
944
945 2012-10-26  Pedro Alves  <palves@redhat.com>
946
947         * target.c (target_waitstatus_to_string): Handle
948         TARGET_WAITKIND_VFORK_DONE.
949
950 2012-10-26  Pedro Alves  <palves@redhat.com>
951
952         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
953         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
954
955 2012-10-24  Tristan Gingold  <gingold@adacore.com>
956
957         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
958         Add comments.
959
960 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
961
962         * ravenscar-thread.c (ravenscar_wait): Only update the list
963         of threads and inferior_ptid if the inferior is still alive.
964
965 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
966
967         * ada-lang.c (is_known_support_routine): Use lbasename when
968         matching the symtab's filename against
969         known_runtime_file_name_patterns.
970
971 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
972
973         * ada-lang.c (ada_same_array_size_p): New function.
974         (ada_promote_array_of_integrals): New function.
975         (coerce_for_assign): Add handling of arrays where the elements
976         are integrals of a smaller size than the size of the target
977         array element type.
978
979 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
980
981         * doublest.c (convert_doublest_to_floatformat): Fix comparison
982         against maximum exponent value.
983
984 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
985
986         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
987         "unwind-seh.c".
988
989 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
990
991         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
992         strip typedef layer when computing the fixed type's field type,
993         only when computing its size.
994
995 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
996
997         PR gdb/12783
998         * i386-tdep.c (i386_return_value): Handle complex double and long
999         double.
1000
1001 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1002
1003         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1004         New local variable args_len.
1005         Quote the name of the executable when computing the command line.
1006
1007 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1008
1009         PR gdb/12796
1010         PR gdb/12798
1011         PR gdb/12800
1012         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1013         AMD64_FTAG_REGNUM.
1014         * amd64-tdep.c (amd64_classify): Classify complex types.
1015         (amd64_return_value): Handle the COMPLEX_X87 class.
1016
1017 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1018
1019         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1020         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1021
1022 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1023
1024         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1025         function.
1026         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1027         to amd64_windows_auto_wide_charset.
1028
1029 2012-10-23  Yao Qi  <yao@codesourcery.com>
1030
1031         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1032         * event-top.h: Remove its declaration.
1033         (async_request_quit): Call mark_async_signal_handler instead of
1034         mark_async_signal_handler_wrapper.
1035         (async_do_nothing, async_disconnect): Likewise.
1036         (async_stop_sig): Likewise.
1037         * remote.c (handle_remote_sigint): Likewise.
1038         (handle_remote_sigint_twice): Likewise.
1039
1040 2012-10-23  Yao Qi  <yao@codesourcery.com>
1041
1042         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1043         with 'static struct async_signal_handler *'.
1044         (sighup_token, sigquit_token, sigstp_token): Likewise.
1045
1046 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1047
1048         * gdbarch.sh (function_list): Use 'pstring' when printing
1049         a variable which could return NULL.
1050         * gdbarch.c: Regenerate.
1051
1052 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1053             Tom Tromey  <tromey@redhat.com>
1054
1055         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1056         inneffective if condition by gdb assertion.  Add function
1057         description comment.
1058
1059 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1060
1061         * parser-defs.h (struct exp_descriptor): Document constraint
1062         on return value for "op_name" callbacks.
1063
1064 2012-10-18  Tom Tromey  <tromey@redhat.com>
1065
1066         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1067         * symtab.c (iterate_over_some_symtabs): Constify.
1068         * source.h (symtab_to_fullname): Return 'const char *'.
1069         * source.c (symtab_to_fullname): Return 'const char *'.
1070         * python/py-symtab.c (stpy_fullname): Constify.
1071         * cli/cli-cmds.c (edit_command): Constify.
1072         * breakpoint.c (print_breakpoint_location)
1073         (update_static_tracepoint): Constify.
1074
1075 2012-10-18  Tom Tromey  <tromey@redhat.com>
1076
1077         * breakpoint.c (compare_breakpoints): Fix comparison.
1078
1079 2012-10-18  Tom Tromey  <tromey@redhat.com>
1080
1081         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1082         gdb_wchar_t to convert_between_encodings.
1083
1084 2012-10-17  Yao Qi  <yao@codesourcery.com>
1085
1086         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1087         more parameter 'inferior'.
1088         * corefile.c (write_memory_with_notification): Caller update.
1089
1090         * mi/mi-cmd-var.c: Include "mi-main.h".
1091         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1092         to 1 and restore it later.
1093         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1094         and "data-write-memory-bytes.
1095         * mi/mi-interp.c: Include objfiles.h.
1096         (mi_interpreter_init): Call observer_attach_memory_changed.
1097         (mi_memory_changed): New.
1098         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1099         New field.
1100
1101         * NEWS: Mention new MI notification "memory-changed".
1102
1103 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1104
1105         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1106
1107 2012-10-15  Doug Evans  <dje@google.com>
1108
1109         New option -nh: inhibit loading of ~/.gdbinit.
1110         * NEWS: Mention -nh.
1111         * main.c (captured_main): Recognize and process -nh.
1112         (print_gdb_help): Mention -nh.
1113         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1114
1115 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1116
1117         PR backtrace/14646
1118         PR gdb/14647
1119         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1120         pc_regnum_from_eax.
1121         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1122         nor pc_regnum_from_eax.
1123         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1124         nor pc_regnum_from_eax.
1125
1126 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1127
1128         Fix entry values resolving in inlined frames.
1129         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1130         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1131         entries of FRAME.
1132
1133 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1134
1135         * configure.ac: Build with -DMS_WIN64 if building with Python
1136         enabled using GCC on amd64-windows.
1137         * configure: Regenerate.
1138
1139 2012-10-15  Tom Tromey  <tromey@redhat.com>
1140
1141         PR python/14635:
1142         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1143         to Py_None.
1144
1145 2012-10-15  Tom Tromey  <tromey@redhat.com>
1146
1147         PR python/14634:
1148         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1149
1150 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1151
1152         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1153         reset thread numbering back to 1.
1154
1155 2012-10-11  Doug Evans  <dje@google.com>
1156
1157         PR breakpoints/14643.
1158         * linespec.c (struct ls_parser): New member keyword_ok.
1159         (linespec_lexer_lex_string): Add comment.
1160         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1161         for one.
1162         (parse_linespec): Set keyword_ok.
1163
1164 2012-10-10  Doug Evans  <dje@google.com>
1165
1166         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1167         "0x" prefix on address in log message.
1168
1169         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1170         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1171         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1172         (lookup_dwo_file): Add const to dwo_name parameter.
1173         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1174
1175 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1176
1177         Fix crash during stepping on ppc32.
1178         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1179         SYM.
1180
1181 2012-10-03  Doug Evans  <dje@google.com>
1182
1183         PR symtab/14601
1184         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1185
1186 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1187
1188         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1189         output and use uint32_t not long to ensure 4 byte size.
1190
1191 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1192
1193         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1194         unref'ed it.
1195
1196 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1197
1198         * target.c (simple_search_memory): Include access length in
1199         warning message.
1200
1201 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1202             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1203
1204         PR gdb/13989
1205         * solib.c (solib_find): Prevent GDB from loading native libraries when
1206         debugging a cross-target corefile.
1207
1208 2012-09-28  selven  <pcthegreat@gmail.com>
1209
1210         Make definition match declaration.
1211
1212         * regcache.c (regcache_register_status): Change return type to
1213         enum register_status.
1214
1215 2012-09-28  Yao Qi  <yao@codesourcery.com>
1216
1217         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1218         write_memory_with_notification instead of write_memory.
1219         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1220         instead of target_write_memory.
1221
1222 2012-09-28  Yao Qi  <yao@codesourcery.com>
1223
1224         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1225         when the length of content is not an even number.
1226
1227 2012-09-27  Tom Tromey  <tromey@redhat.com>
1228
1229         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1230         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1231
1232 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1233
1234         * sol-thread.c (sol_thread_fetch_registers)
1235         (sol_thread_store_registers): Delete commented out code.
1236
1237 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1238
1239         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1240         Move these functions to sparc-sol-thread.c.
1241         * sparc-sol-thread.c: New file.
1242         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1243         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1244         configurations.
1245         * configure: Regenerate.
1246
1247 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1248
1249         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1250         Remove commented-out code.
1251
1252 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1253
1254         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1255         Enable this code for sparc hosts only.
1256
1257 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1258
1259         * procfs.h (procfs_find_LDT_entry): Add declaration.
1260         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1261         function procfs_find_LDT_entry.
1262
1263 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1264
1265         * procfs.c (proc_get_LDT_entry): Make static.
1266
1267 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1268
1269         * procfs.c (proc_find_memory_regions): Fix declaration.
1270
1271 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1272
1273         * amd64-tdep.c (amd64_return_value): Revert previous change
1274         that used TYPE_LENGTH directly.
1275         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1276         (bfin_store_return_value): Likewise.
1277         * cris-tdep.c (cris_store_return_value): Likewise.
1278         (cris_extract_return_value): Likewise.
1279         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1280         * hppa-tdep.c (hppa64_return_value): Likewise.
1281         * lm32-tdep.c (lm32_store_return_value): Likewise.
1282         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1283         * spu-tdep.c (spu_value_from_register): Likewise.
1284         * vax-tdep.c (vax_return_value): Likewise.
1285
1286 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1287
1288         * gdbtypes.c (lookup_array_range_type): Expand parameters
1289         LOW_BOUND and HIGH_BOUND to LONGEST.
1290         (lookup_string_range_type): Likewise.
1291         * gdbtypes.h (lookup_array_range_type): Likewise.
1292         (lookup_string_range_type): Likewise.
1293         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1294         Expand HIGHBOUND to ssize_t.
1295         (value_string): Likewise.
1296         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1297         (value_string): Likewise.
1298
1299 2012-09-27  Yao Qi  <yao@codesourcery.com>
1300
1301         PR breakpoints/13898
1302         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1303         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1304         per breakpoint type.
1305
1306 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1307
1308         * procfs.c: Add gdb_bfd header.
1309         * rs6000-nat.c: Likewise.
1310         * solib-pa64.c: Likewise.
1311         * spu-linux-nat.c: Likewise.
1312         * windows-nat.c: Likewise.
1313
1314 2012-09-26  Tom Tromey  <tromey@redhat.com>
1315
1316         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1317
1318 2012-09-26  Tom Tromey  <tromey@redhat.com>
1319
1320         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1321         (read_common_block): Handle child DIEs with
1322         DW_AT_data_member_location.
1323         (new_symbol_full): Add special case for common blocks.
1324
1325 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1326             Tom Tromey  <tromey@redhat.com>
1327
1328         * dwarf2read.c (read_common_block): Rewrite.
1329         (new_symbol_full): Handle DW_TAG_common_block.
1330         * f-lang.c (head_common_list, find_common_for_function):
1331         Remove.
1332         * f-lang.h (struct common_entry, struct saved_f77_common,
1333         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1334         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1335         BLANK_COMMON_NAME_LOCAL): Remove.
1336         (struct common_block): New.
1337         * f-valprint.c (list_all_visible_commons): Remove.
1338         (info_common_command_for_block): New function.
1339         (info_common_command): Use it.
1340         * stack.c (iterate_over_block_locals): Special case for
1341         COMMON_BLOCK_DOMAIN.
1342         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1343         constant.
1344         (struct general_symbol_info) <value.common_block>: New field.
1345         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1346
1347 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1348             Tom Tromey  <tromey@redhat.com>
1349
1350         * f-lang.c (allocate_saved_bf_node,
1351         allocate_saved_function_node, allocate_saved_f77_common_node,
1352         allocate_common_entry_node, tail_common_list, current_common,
1353         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1354         tmp_bf_ptr, add_common_block, add_common_entry,
1355         find_first_common_named, patch_common_entries,
1356         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1357         global_remote_debug, get_bf_for_fcn, saved_function_list,
1358         saved_function_list_end, clear_function_list, struct saved_fcn,
1359         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1360         SAVED_BF, SAVED_BF_PTR): Remove.
1361         * f-lang.h (tail_common_list, current_common,
1362         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1363         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1364         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1365         real_main_c_value): Remove.
1366         * f-valprint.c (there_is_a_visible_common_named): Remove.
1367
1368 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1369
1370         * breakpoint.c (update_global_location_list): Ignore previous
1371         duplicate status of a breakpoint when starting a new scan for
1372         duplicate breakpoints.
1373
1374 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1375         PR breakpoints/14419
1376         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1377         support LLVM compiler.
1378
1379 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1380
1381         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1382         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1383         (bfin_store_return_value): Likewise.
1384         * cris-tdep.c (cris_store_return_value): Likewise.
1385         (cris_extract_return_value): Likewise.
1386         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1387         * hppa-tdep.c (hppa64_return_value): Likewise.
1388         * lm32-tdep.c (lm32_store_return_value): Likewise.
1389         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1390         * spu-tdep.c (spu_value_from_register): Likewise.
1391         * vax-tdep.c (vax_return_value): Likewise.
1392
1393 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1394
1395         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1396         parameter LEN to ssize_t.
1397
1398 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1399
1400         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1401         variable LEN.
1402         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1403         directly.
1404         (alpha_store_return_value): Likewise.
1405         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1406         (amd64_push_arguments): Likewise.
1407         * ax-gdb.c (gen_trace_static_fields): Likewise.
1408         (gen_traced_pop): Likewise.
1409         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1410         * breakpoint.c (update_watchpoint): Likewise.
1411         * findcmd.c (parse_find_args): Use local variable for type
1412         instead of length.
1413         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1414         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1415         (h8300_store_return_value): Likewise.
1416         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1417         Use i386_darwin_arg_type_alignment directly.
1418         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1419         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1420         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1421         (m68hc11_extract_return_value): Likewise.
1422         * mep-tdep.c (mep_push_dummy_call): Likewise.
1423         * printcmd.c (float_type_from_length): Likewise.
1424         * s390-tdep.c (s390_value_from_register): Likewise.
1425         * stack.c (read_frame_arg): Likewise.
1426         * tracepoint.c (encode_actions_1): Likewise.
1427         * valops.c (value_fetch_lazy): Use local variable for type
1428         instead of length.  Use TYPE_LENGTH directly.
1429         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1430
1431 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1432
1433         * symtab.c (skip_prologue_sal): Fix typo in comment.
1434
1435 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1436
1437         * linespec.c (create_sals_line_offset): Fix typo in comment.
1438
1439 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1440
1441         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1442         use plongest to print the array size.
1443
1444 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1445
1446         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1447         * p-valprint.c (pascal_type_print_base): Likewise.
1448
1449 2012-09-22  Yao Qi  <yao@codesourcery.com>
1450
1451         * remote.c (remote_get_trace_status): Remove setting default
1452         values of fields of 'ts'.
1453
1454 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1455
1456         Fix internal error on canonicalization of clang types.
1457         * cp-name-parser.y (operator): New comment at make_operator call for
1458         new, delete, new[] and delete[].
1459         (exp): Use "sizeof ".  Add new comment at make_operator call.
1460
1461 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1462
1463         Fix disassemble without parameters in tailcall frame.
1464         * cli/cli-cmds.c (disassemble_current_function): Use
1465         get_frame_address_in_block.
1466
1467 2012-09-21  Tom Tromey  <tromey@redhat.com>
1468
1469         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1470         TYPE_CODE_UNION>: Unify, removing a goto.
1471
1472 2012-09-21  Tom Tromey  <tromey@redhat.com>
1473
1474         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1475
1476 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1477
1478         * findvar.c (read_frame_register_value): Mark the result value as
1479         optimized out if any of the input registers have been optimized out.
1480
1481 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1482
1483         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1484
1485 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1486
1487         * eval.c (evaluate_subexp_standard): Eliminate single-use
1488         variable LOWER.
1489
1490 2012-09-21  Yao Qi  <yao@codesourcery.com>
1491
1492         * mi/mi-interp.c: Declare mi_record_changed.
1493         (mi_interpreter_init): Call observer_attach_record_changed.
1494         (mi_record_changed): New.
1495         * record.c (record_open): Call observer_notify_record_changed.
1496         (cmd_record_stop): Call observer_notify_record_changed.
1497         * NEWS: Mention it.
1498
1499 2012-09-20  Tom Tromey  <tromey@redhat.com>
1500
1501         * NEWS: Update.
1502         * python/python.c (finalize_python): New function.
1503         (_initialize_python): Make a final cleanup.
1504
1505 2012-09-19  Doug Evans  <dje@google.com>
1506
1507         * buildsym.h (param_symbols): Delete, unused.
1508         (context_stack): Delete member "params", unused.
1509         * buildsym.c (push_context): Update.
1510         * dwarf2read.c (read_func_scope): Update.
1511
1512 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1513
1514         * sh-tdep.c (sh_register_convert_to_virtual)
1515         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1516         all callers.  Just do a memcpy if not the little-endian case.
1517
1518         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1519         set_gdbarch_double_format and set_gdbarch_long_double_format.
1520         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1521         set_gdbarch_double_format.
1522         * sh-tdep.c (sh_gdbarch_init): Likewise.
1523
1524         * NEWS: Document the removal of SH's 'regs' command.
1525         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1526         command.
1527
1528 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1529
1530         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1531         `jump'.
1532
1533 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1534
1535         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1536         language when iterating over symbols.
1537
1538 2012-09-18  Yao Qi  <yao@codesourcery.com>
1539
1540         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1541         (mi_interpreter_init): Call observer_attach_tsv_created and
1542         observer_attach_tsv_deleted.
1543         (mi_tsv_created, mi_tsv_deleted): New.
1544         * tracepoint.c (delete_trace_state_variable): Call
1545         observer_notify_tsv_deleted.
1546         (trace_variable_command): Call observer_notify_tsv_created.
1547         (delete_trace_variable_command): Call
1548         observer_notify_tsv_deleted.
1549         (create_tsv_from_upload): Call observer_notify_tsv_created.
1550         * NEWS: Mention it.
1551
1552 2012-09-18  Yao Qi  <yao@codesourcery.com>
1553
1554         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1555         if traceframe changed.
1556         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1557         "trace-find".
1558         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1559         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1560         'traceframe_changed'.
1561         (mi_traceframe_changed): New.
1562         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1563         New field.
1564         * NEWS: Mention the new MI notification.
1565
1566 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1567
1568         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1569
1570 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1571
1572         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1573         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1574         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1575         Extend code also for PaX support.  Convert all gdb_assert to warning
1576         calls.
1577
1578 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1579
1580         Implement auto-load user conveniences suggested by Doug Evans.
1581         * auto-load.c: Include top.h.
1582         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1583         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1584         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1585         scripts-directory.  Document in online help one can use also files for
1586         set auto-load safe-path.
1587         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1588         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1589
1590 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1591
1592         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1593         of LEN.
1594
1595 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1596
1597         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1598         ELTLEN and use TYPE_LENGTH directly.
1599         (m2_val_print): Likewise.
1600         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1601         variable LEN and use TYPE_LENGTH directly.
1602         (m68k_svr4_store_return_value): Likewise.
1603         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1604         ARGLEN and use TYPE_LENGTH directly.
1605         (mips_o64_push_dummy_call): Likewise.
1606         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1607         variable LENGTH and use TYPE_LENGTH directly.
1608         (s390_function_arg_float): Likewise.
1609         (s390_function_arg_integer): Likewise.
1610         (s390_push_dummy_call): Likewise.
1611         (s390_return_value_convention): Likewise.
1612         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1613         TYPE_LENGTH directly.
1614
1615 2012-09-17  Yao Qi  <yao@codesourcery.com>
1616
1617         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1618         Update comment to add_setshow_integer_cmd.
1619         * cli/cli-setshow.c (do_set_command): Handle case
1620         'var_zuinteger_unlimited'.
1621         (do_show_command): Likewise.
1622         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1623         for command 'remotetimeout'.
1624         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1625         to var_integer.
1626         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1627         for command 'set listsize'.
1628
1629 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1630
1631         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1632         variable LEN.
1633
1634 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1635
1636         PR 14119
1637         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1638         (frame_pop): Drop also TAILCALL_FRAME frames.
1639         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1640
1641 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1642             Pedro Alves  <palves@redhat.com>
1643
1644         PR 14548
1645         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1646         function start if we are already at function start.  Both for
1647         reverse-next and for reverse-step into function without line number
1648         info.
1649
1650 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1651
1652         Code cleanup - rename 'inline' depth to 'artificial' depth.
1653         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1654         frame_id_artificial_p, extend the comment.
1655         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1656         * frame.c (fprint_frame_id): Rename at a user, change debug output
1657         text to "artificial=".
1658         (skip_inlined_frames): Rename to ...
1659         (skip_artificial_frames): ... here.  Extend the comment.
1660         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1661         (frame_id_inlined_p): Rename to ...
1662         (frame_id_artificial_p): ... here.  Rename at a user.
1663         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1664         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1665         at a user.
1666         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1667         Extend the comment.
1668         (frame_id_inlined_p): Rename to ...
1669         (frame_id_artificial_p): ... here.
1670         * inline-frame.c (inline_frame_this_id): Rename at a user.
1671
1672 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1673
1674         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1675         vector variables using vector_size syntax rather than array
1676         syntax.
1677
1678 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1679
1680         * valarith.c (value_concat): Replace unsafe ALLOCA with
1681         XMALLOC/XFREE.
1682
1683 2012-09-14  Pedro Alves  <palves@redhat.com>
1684
1685         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1686
1687 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1688
1689         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1690         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1691         data-directory as appropriate.
1692
1693 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1694
1695         * printcmd.c (ui_printf): Eliminate single-use variable
1696         PARAM_LEN.
1697
1698 2012-09-14  Yao Qi  <yao@codesourcery.com>
1699             Pedro Alves  <palves@redhat.com>
1700
1701         * valops.c (value_assign): Move observer_notify_target_changed
1702         below to replace reinit_frame_cache.
1703
1704 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1705
1706         Refactor Python "gdb" module into a proper Python package, by
1707         introducing a new "_gdb" module for code implemented in C, and
1708         using reload/__import__ instead of exec.
1709         * python/lib/gdb/__init__.py: Import * from _gdb.
1710         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1711         prompt_hook, sys.argv): Moved from finish_python_initialization.
1712         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1713         (packages, auto_load_packages): New list and function replacing
1714         module_dict and auto-loading code, using __file__ instead of
1715         gdb.PYTHONDIR and reload/__import__ instead of exec.
1716         (GdbSetPythonDirectory): Replacing function of the same name
1717         from finish_python_initialization, using reload/__import__ instead
1718         of exec, as well as call auto_load_packages.
1719         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1720         gdb_python_module and not gdb_module.
1721         * python/python-internal.h (gdb_python_module): Declare.
1722         * python/python.c (gdb_python_module): New global.
1723         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1724         (_initialize_python): Rename gdb module to _gdb.
1725         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1726         (finish_python_initialization): Move Python code to
1727         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1728         __main__.
1729
1730 2012-09-13  Pedro Alves  <palves@redhat.com>
1731
1732         * Makefile.in (COMMON_OBS): Add registry.o.
1733         * registry.c: New file.
1734         * registry.h (struct registry_container): Declare.
1735         (registry_data_callback): New typedef.
1736         (struct registry_data, struct registry_data_registration, struct
1737         registry_data_registry): New type.
1738         (register_data_with_cleanup, registry_alloc_data)
1739         (registry_callback_adaptor, registry_clear_data)
1740         (registry_container_free_data, registry_set_data, registry_data):
1741         Declare.
1742         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1743         the new common structures and functions.
1744         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1745         callback typedefs.
1746
1747 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1748
1749         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1750         there is an error inserting hardware breakpoints and use the
1751         error message from the target.
1752
1753         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1754         Catch this exception and print the error message contained within. Do not
1755         print the default hardware error breakpoint message in this case.
1756
1757 2012-09-12  Doug Evans  <dje@google.com>
1758
1759         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1760         cu == NULL.
1761
1762 2012-09-11  Doug Evans  <dje@google.com>
1763
1764         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1765         .gdb_index symbol attributes if there are none.
1766
1767 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1768
1769         * symtab.h (struct minimal_symbol) [has_size]: New field.
1770         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1771         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1772         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1773         minimal symbols if the symbol's size is actually known.
1774         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1775         of msymbol's size field.  Add comment.
1776         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1777         SET_MSYMBOL_SIZE to set the minimal symbol size.
1778
1779 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1780
1781         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1782         minimal_symbol struct object, rather than setting some of its
1783         fields one by one.
1784
1785 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1786
1787         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1788         passed_a_ptr flag when displaying typedef types.
1789
1790 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1791
1792         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1793         the optimized_out flag is preserved.
1794
1795 2012-09-10  Anthony Green  <green@moxielogic.com>
1796
1797         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1798         prologue changes in GCC.
1799
1800 2012-09-10  Keith Seitz  <keiths@redhat.com>
1801
1802         PR gdb/13483
1803         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1804         (BOOL_CONVERSION_BADNESS): ... this.
1805         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1806         (rank_one_type): Allow all boolean conversions
1807         permitted by the standard.
1808
1809 2012-09-06  Tom Tromey  <tromey@redhat.com>
1810
1811         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1812         Don't decref py_objfile.
1813
1814 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1815
1816         Do not enable -lmcheck by default when Python is enabled with
1817         threading support.
1818         * configure.ac: (python_has_threads) New variable, by testing
1819         if WITH_THREAD is defined in Python.h.
1820         Move --enable-lmcheck after --with-python.
1821         Do not enable -lmcheck by default if python_has_threads=yes.
1822         Warn if --enable-lmcheck and python_has_threads=yes.
1823         * configure: Regenerate.
1824
1825 2012-08-31  Yao Qi  <yao@codesourcery.com>
1826
1827         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1828         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1829         Update some commands.
1830         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1831         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1832         to 1.
1833
1834 2012-08-31  Yao Qi  <yao@codesourcery.com>
1835
1836         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1837
1838 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1839
1840         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1841
1842 2012-08-29  Doug Evans  <dje@google.com>
1843
1844         * main.c (print_gdb_help): Remove reference to
1845         --use-deprecated-index-sections.
1846
1847 2012-08-28  Yao Qi  <yao@codesourcery.com>
1848
1849         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1850         (init_cmds): Call add_setshow_uinteger_cmd for command
1851         'max-user-call-depth'.
1852         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1853         declaration of 'max_user_call_depth'.
1854         * frame.c (backtrace_limit): Add 'unsigned'.
1855         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1856         'limit'.
1857         * remote.c (remoteaddresssize): Add 'unsigned'.
1858         (remote_address_masked): Change local var 'address_size' to
1859         'unsigned'.
1860         (_initialize_remote): Call add_setshow_uinteger_cmd for
1861         'remoteaddresssize'.
1862         * top.c (history_size): Add 'unsigned'.
1863         (show_commands): Change local variables to 'unsigned'.
1864         (set_history_size_command): Don't check history_size is negative.
1865         Adjust the condition to call unstifle_history and set history_size
1866         to UNIT_MAX.
1867
1868 2012-08-28  Pedro Alves  <palves@redhat.com>
1869
1870         PR gdb/14428
1871
1872         * infcmd.c (default_print_one_register_info): New, factored out
1873         from default_print_registers_info.
1874         (default_print_registers_info): Use it.  Mark value unavailable if
1875         necessary.
1876         (registers_info): Print user registers with
1877         default_print_one_register_info.
1878
1879 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1880
1881         PR tui/14486
1882         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1883         is not NULL before referencing it.
1884
1885 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1886
1887         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1888         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1889         original PC for it.
1890
1891 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1892             Jan Kratochvil  <jan.kratochvil@redhat.com>
1893
1894         * auto-load.c (auto_load_objfile_script): Rename to ...
1895         (auto_load_objfile_script_1): ... here, change variable realname to
1896         parameter realname, document it, add return value, add variable retval.
1897         (auto_load_objfile_script): New function.
1898
1899 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1900
1901         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1902         followed by a whitespace.
1903
1904 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1905
1906         PR gdb/14494.
1907         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1908         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1909         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1910         here.
1911
1912 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1913
1914         * memattr.c (create_mem_region): Fix memory region overlapping
1915         checking.
1916
1917 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1918
1919         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1920         with xmalloc/cleanup.
1921         * mt-tdep.c (mt_push_dummy_call): Likewise.
1922         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1923         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1924
1925 2012-08-24  Yao Qi  <yao@codesourcery.com>
1926
1927         * jv-exp.y (push_expression_name): Add "." at the end of error
1928         message.
1929
1930 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1931
1932         Document how to return from "python-interactive" to GDB.
1933         * python/python.c (_initialize_python): Update documentation.
1934
1935 2012-08-23  Pedro Alves  <palves@redhat.com>
1936
1937         * infrun.c (_initialize_infrun) <handle command help text>:
1938         Mention that multiple signals are supported.
1939
1940 2012-08-23  Pedro Alves  <palves@redhat.com>
1941
1942         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1943         string.
1944
1945 2012-08-23  Yao Qi  <yao@codesourcery.com>
1946
1947         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1948         (tfind_1): Don't call registers_changed, set_traceframe_num,
1949         and clear_traceframe_info.
1950         Call set_current_traceframe.
1951         (set_current_traceframe): call set_traceframe_num.
1952
1953 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1954
1955         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1956         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1957
1958 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1959
1960         Enable readline in Python in a GDB-specific way and block the
1961         standard Python readline module to prevent conflicts with GDB.
1962         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1963         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1964         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1965         * python/py-gdb-readline.c: New file.
1966         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1967         prototype.
1968         * python/python.c (_initialize_python): Call
1969         gdbpy_initialize_gdb_readline.
1970
1971 2012-08-22  Keith Seitz  <keiths@redhat.com>
1972
1973         * defs.h: Include build-gnulib/config.h
1974
1975 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1976
1977         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1978         and blx pc.
1979
1980 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1981
1982         Add a new "python-interactive" command that starts a standard
1983         Python interactive prompt with "pi" as alias, and add "py" as
1984         an alias to "python".
1985         * NEWS: Mention the new commands.
1986         * python/python.c (eval_python_command): New function.
1987         (python_interactive_command): For "python-interactive" with
1988         arguments, call eval_python_command.  For "python-interactive"
1989         without arguments, call PyRun_InteractiveLoop.
1990         (_initialize_python): Add "python-interactive" command with
1991         "pi" as alias, and add "py" as an alias to "python".
1992
1993 2012-08-22  Tom Tromey  <tromey@redhat.com>
1994
1995         * defs.h (quit_flag): Don't declare.
1996         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1997         (QUIT): Use new functions.
1998         * event-top.c (command_handler): Use clear_quit_flag.
1999         (handle_sigint): Use set_quit_flag.
2000         (async_request_quit): Use check_quit_flag.  Don't check
2001         immediate_quit.
2002         * exceptions.c (throw_exception): Use clear_quit_flag.
2003         * main.c (captured_main): Use clear_quit_flag.
2004         * python/python.c (clear_quit_flag, set_quit_flag)
2005         (check_quit_flag): New functions.
2006         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2007         clear_quit_flag.
2008         * remote.c (remote_wait_as): Use check_quit_flag,
2009         clear_quit_flag.
2010         (remote_start_remote): Call QUIT.
2011         * symfile.c (load_progress): Use check_quit_flag.
2012         * top.c (command_loop): Use clear_quit_flag.
2013         (command_line_input): Call QUIT.
2014         * utils.c (quit_flag): Conditionally define.
2015         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2016         functions.
2017         (prompt_for_continue): Call QUIT.  Use quit, not
2018         async_request_quit.
2019         * remote-mips.c (mips_expect_timeout): Call QUIT.
2020         * monitor.c (monitor_expect): Call QUIT.
2021
2022 2012-08-22  Tom Tromey  <tromey@redhat.com>
2023
2024         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2025         (async_init_signals): Update.
2026         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2027         (SIGWINCH_HANDLER_BODY): Remove.
2028
2029 2012-08-22  Tom Tromey  <tromey@redhat.com>
2030
2031         * jit.c (jit_object_close_impl): Don't malloc the objfile
2032         name.
2033         * objfiles.c (allocate_objfile): Don't malloc the objfile
2034         name.
2035         (free_objfile): Don't free the objfile name.
2036         * objfiles.h (struct objfile) <name>: Update comment.
2037         * symfile.c (reread_symbols): Fix reference counting.  Don't
2038         malloc objfile name.
2039
2040 2012-08-22  Tom Tromey  <tromey@redhat.com>
2041
2042         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2043         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2044         (symfile_bfd_open): Likewise.
2045         (generic_load): Likewise.
2046         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2047         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2048         gdb_bfd_open.
2049         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2050         Use gdb_bfd_open.
2051         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2052         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2053         (pmon_load_fast): Likewise.
2054         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2055         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2056         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2057         (macho_check_dsym): Likewise.
2058         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2059         (m32r_upload_command): Likewise.
2060         * gdb_bfd.h (gdb_bfd_cache): Declare.
2061         * gdb_bfd.c (struct gdb_bfd_data): New.
2062         (gdb_bfd_cache): New global.
2063         (struct gdb_bfd_cache_search): New.
2064         (hash_bfd): New function.
2065         (eq_bfd): Likewise.
2066         (gdb_bfd_open): Likewise.
2067         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2068         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2069         gdb_bfd_data.
2070         * exec.c (exec_file_attach): Use gdb_bfd_open.
2071         * dsrec.c (load_srec): Use gdb_bfd_open.
2072
2073 2012-08-22  Tom Tromey  <tromey@redhat.com>
2074
2075         * dwarf2read.c (macro_start_file): Update.
2076         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2077         (free_objfile_per_bfd_storage): Destroy macro_cache.
2078         (allocate_objfile, free_objfile): Update.
2079         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2080         New field.
2081         (struct objfile) <macro_cache>: Remove.
2082         * symfile.c (reread_symbols): Update.
2083         * symmisc.c (print_symbol_bcache_statistics): Update.
2084         (print_objfile_statistics): Update.
2085
2086 2012-08-22  Tom Tromey  <tromey@redhat.com>
2087
2088         * elfread.c (elf_symtab_read): Update.
2089         * objfiles.c (objfiles_bfd_data): New global.
2090         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2091         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2092         (allocate_objfile, free_objfile): Update.
2093         (_initialize_objfiles): Initialize objfiles_bfd_data.
2094         * objfiles.h (struct objfile_per_bfd_storage): New.
2095         (struct objfile) <per_bfd>: New field.
2096         <filename_cache>: Remove.
2097         (set_objfile_per_bfd): Declare.
2098         * symfile.c (reread_symbols): Update.  Call
2099         set_objfile_per_bfd.
2100         (allocate_symtab): Update.
2101         * symmisc.c (print_symbol_bcache_statistics): Update.
2102         (print_objfile_statistics): Print the size of the BFD obstack.
2103
2104 2012-08-22  Tom Tromey  <tromey@redhat.com>
2105
2106         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2107         * gdb_bfd.c: Use DEFINE_REGISTRY.
2108         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2109         (gdb_bfd_ref): Call bfd_alloc_data.
2110         (gdb_bfd_unref): Call bfd_free_data.
2111
2112 2012-08-22  Tom Tromey  <tromey@redhat.com>
2113
2114         * registry.h (struct registry_fields): New.
2115         (REGISTRY_FIELDS): Redefine.
2116         (REGISTRY_ACCESS_FIELD): New macro.
2117         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2118         functions.
2119
2120 2012-08-22  Tom Tromey  <tromey@redhat.com>
2121
2122         * auto-load.c (_initialize_auto_load): Update.
2123         * solib-svr4.c (_initialize_svr4_solib): Update
2124         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2125         * solib-darwin.c (_initialize_darwin_solib): Update.
2126         * registry.h: New file.
2127         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2128         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2129         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2130         (register_program_space_data_with_cleanup)
2131         (register_program_space_data, program_space_alloc_data)
2132         (clear_program_space_data, set_program_space_data)
2133         (program_space_data): Don't declare.
2134         * progspace.c: Use DEFINE_REGISTRY.
2135         (struct program_space_data, struct
2136         program_space_data_registration, struct
2137         program_space_data_registry, program_space_data_registry)
2138         (register_program_space_data_with_cleanup)
2139         (register_program_space_data, program_space_alloc_data)
2140         (program_space_free_data, clear_program_space_data)
2141         (set_program_space_data, program_space_data): Remove.
2142         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2143         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2144         (register_objfile_data_with_cleanup, register_objfile_data)
2145         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2146         declare.
2147         * objfiles.c: Use DEFINE_REGISTRY.
2148         (struct objfile_data, struct objfile_data_registration, struct
2149         objfile_data_registry, objfile_data_registry)
2150         (register_objfile_data_with_cleanup, register_objfile_data)
2151         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2152         (set_objfile_data, objfile_data): Remove.
2153         (_initialize_objfiles): Update.
2154         * jit.c (_initialize_jit): Update.
2155         * inflow.c (_initialize_inflow): Update.
2156         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2157         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2158         (register_inferior_data_with_cleanup, register_inferior_data)
2159         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2160         declare.
2161         * inferior.c: Use DEFINE_REGISTRY.
2162         (struct inferior_data, struct inferior_data_registration, struct
2163         inferior_data_registry, inferior_data_registry)
2164         (register_inferior_data_with_cleanup, register_inferior_data)
2165         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2166         (set_inferior_data, inferior_data): Remove.
2167         * auxv.c (_initialize_auxv): Update.
2168         * ada-lang.c (_initialize_ada_language): Update.
2169         * breakpoint.c (_initialize_breakpoint): Update.
2170         * i386-nat.c (i386_use_watchpoints): Update.
2171
2172 2012-08-22  Tom Tromey  <tromey@redhat.com>
2173
2174         * exec.c (exec_close, exec_file_attach): Update.
2175         (add_to_section_table): Initialize 'key' field.
2176         (add_target_sections, remove_target_sections): Add 'key' argument.
2177         * exec.h (add_target_sections, remove_target_sections): Add
2178         'key' argument.
2179         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2180         (reload_shared_libraries_1): Update.
2181         * target.h (struct target_section) <key>: New field.
2182
2183 2012-08-22  Tom Tromey  <tromey@redhat.com>
2184
2185         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2186
2187 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2188
2189         * symfile.c (allocate_symtab): Use host_address_to_string
2190         function instead of cast of pointer to long which is not
2191         compatible with x86_64-w64-mingw32 build.
2192
2193 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2194
2195         * mips-tdep.c (is_octeon): New function.
2196         (is_octeon_bbit_op): New function.
2197         (mips32_next_pc): Handle Octeon's bbit instructions.
2198         (mips32_instruction_has_delay_slot): Likewise.
2199
2200 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2201
2202         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2203         before the function.
2204
2205 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2206
2207         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2208
2209 2012-08-19  Keith Seitz  <keiths@redhat.com>
2210
2211         PR c++/14365
2212         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2213         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2214
2215 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2216
2217         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2218         The typo broke "make TAGS".
2219
2220 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2221
2222         GDB 7.5 released.
2223
2224 2012-08-17  Keith Seitz  <keiths@redhat.com>
2225
2226         PR c++/13356
2227         * gdbtypes.c (strict_type_checking): New variable.
2228         (show_strict_type_checking): New function.
2229         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2230         if strict type checking is disabled.
2231         (_initialize_gdbtypes): Add "check type" subcommand.
2232         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2233
2234 2012-08-17  Keith Seitz  <keiths@redhat.com>
2235
2236         * language.h (type_mode): Remove.
2237         (type_check): Remove.
2238         (struct language_defn): Remove la_type_check.
2239         (STRICT_TYPE): Remove unused macro.
2240         (type_error): Remove.
2241         * language.c (set_type_range_case): Renamed to ...
2242         (set_range_case): ... this.  Update all callers.
2243         Remove type_mode/type_check.
2244         (type_mode): Remove.
2245         (type_check): Remove.
2246         (show_type_command): Remove.
2247         (set_type_command): Remove.
2248         (language_info): Remove type checking output.
2249         (type_error): Remove unused function.
2250         (range_error): Update comment.
2251         (unknown_language_defn): Remove la_type_check.
2252         (auto_language_defn): Likewise.
2253         (local_language_defn): Likewise.
2254         (_initialize_language): Remove "check type" subcommand.
2255         * ada-lang.c (ada_language_defn): Remove la_type_check.
2256         * c-lang.c (c_language_defn): Likewise.
2257         (cplus_language_defn): Likewise.
2258         (asm_language_defn): Likewise.
2259         (minimal_language_defn): Likewise.
2260         * d-lang.c (d_language_defn): Likewise.
2261         * f-lang.c (f_language_defn): Likewise.
2262         * go-lang.c (go_language_defn): Likewise.
2263         * jv-lang.c (java_language_defn): Likewise.
2264         * m2-lang.c (m2_language_defn): Likewise.
2265         * objc-lang.c (objc_language_defn): Likewise.
2266         * opencl-lang.c (opencl_language_defn): Likewise.
2267         * p-lang.c (pascal_language_defn): Likewise.
2268
2269 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2270
2271         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2272
2273 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2274
2275         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2276         New function.
2277         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2278         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2279         to access the bsp and bspstore registers if not.
2280
2281 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2282
2283         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2284         * breakpoint.c (detach_breakpoints): Change pid parameter into
2285         a ptid.  Adjust code accordingly.
2286         * infrun.c (handle_inferior_event): Delete variable child_pid.
2287         Update call to detach_breakpoints to pass the child ptid for
2288         fork events.
2289         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2290         assert that inferior_ptid's lwp is zero.
2291         (linux_handle_extended_wait): Update call to detach_breakpoints.
2292         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2293         detach_breakpoints.
2294
2295 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2296
2297         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2298         parent, only call detach_breakpoints if tts.tts_event ==
2299         TTEVT_VFORK.
2300
2301 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2302
2303         * dwarf2-frame.c (dwarf2_frame_cache): Use
2304         get_frame_address_in_block instead of get_frame_pc as
2305         the bound for executing the frame's FDE.
2306
2307 2012-08-16  Yao Qi  <yao@codesourcery.com>
2308
2309         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2310         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2311         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2312         (c_type_print_varspec_suffix): Likewise.
2313         * eval.c (evaluate_subexp_standard): Likewise.
2314         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2315         (f_type_print_varspec_suffix): Likewise.
2316         * gdbtypes.c (is_scalar_type): Likewise.
2317         (recursive_dump_type): Likewise.
2318         * infcall.c (value_arg_coerce): Likewise.
2319         * m2-valprint.c (m2_val_print): Likewise.
2320         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2321         (pascal_type_print_varspec_suffix): Likewise.
2322         (pascal_type_print_base): Likewise.
2323         * p-valprint.c (pascal_val_print): Likewise.
2324         (pascal_val_print): Likewise.
2325         * valops.c (value_slice): Likewise.
2326         * valprint.c (scalar_type_p): Likewise.
2327         * valarith.c (value_bitstring_subscript): Remove.
2328         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2329         Remove comment on TYPE_CODE_BITSTRING.
2330
2331         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2332         TYPE_CODE_BITSTRING.
2333
2334         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2335         slot 0.
2336
2337 2012-08-16  Yao Qi  <yao@codesourcery.com>
2338
2339         * tracepoint.c (trace_find_none_command): Remove.
2340         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2341
2342 2012-08-16  Yao Qi  <yao@codesourcery.com>
2343
2344         * remote.c (handle_notification): Remove parameter 'length'.
2345         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2346
2347 2012-08-15  Keith Seitz  <keiths@redhat.com>
2348
2349         * gdbtypes.c (opaque_type_resolution): Make static.
2350         Add missing comment.
2351         (overload_debug): Add missing comment.
2352         (show_opaque_type_resolution): Likewise.
2353         (show_overload_debug): Likewise.
2354         (print_bit_vector): Remove unnecessary forward declaration.
2355         (print_arg_types): Likewise.
2356         (dump_fn_fieldlists): Likewise.
2357         (print_cplus_stuff): Likewise.
2358
2359 2012-08-15  Tom Tromey  <tromey@redhat.com>
2360
2361         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2362         (gdb_bfd_ref): Initialize new field.
2363         (gdb_bfd_unref): Unref the archive BFD.
2364         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2365         parent archive.
2366
2367 2012-08-15  Tom Tromey  <tromey@redhat.com>
2368
2369         PR python/14387:
2370         * python/py-bpevent.c (create_breakpoint_event_object): Update
2371         comment.
2372         * python/py-event.c (evpy_add_attribute): Update comment.
2373         * python/py-exitedevent.c (create_exited_event_object): Fix
2374         reference counting and error handling.
2375         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2376         Fix reference counting.
2377         * python/py-signalevent.c (create_signal_event_object): Fix
2378         reference counting and error handling.
2379         * python/py-stopevent.c (emit_stop_event): Fix reference
2380         counting.
2381         * python/py-threadevent.c (get_event_thread): Return a
2382         borrowed reference.
2383         * python/py-type.c (convert_field): Fix reference counting.
2384
2385 2012-08-15  Tom Tromey  <tromey@redhat.com>
2386
2387         * dwarf2read.c (dwarf_decode_macro_bytes)
2388         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2389         as hash key.
2390
2391 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2392
2393         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2394         stepi, nexti, finish, next, step, jump, and continue commands.
2395         * infrun.c (_initialize_infrun): Update help text for the handle
2396         command.
2397
2398 2012-08-14  Doug Evans  <dje@google.com>
2399
2400         * gdbtypes.c (struct extra): Delete, unused.
2401
2402         * gdbtypes.c: Whitespace cleanup.
2403         (address_space_name_to_int): Remove "extern" from definition.
2404         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2405
2406         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2407         TYPE_POINTER_TYPE (type).
2408
2409 2012-08-14  Gary Benson  <gbenson@redhat.com>
2410
2411         * solib-svr4.c (svr4_free_library_list): Use free_so.
2412
2413 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2414
2415         * .gitignore: Add go-exp.c.
2416
2417 2012-08-13  Doug Evans  <dje@google.com>
2418
2419         * value.c (show_convenience): Tweak comment.
2420         (_initialize_values): Mention convenience functions in the help text
2421         for "show convenience".
2422
2423 2012-08-13  Yao Qi  <yao@codesourcery.com>
2424
2425         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2426         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2427         TERNOP_SLICE_COUNT.
2428         * eval.c (evaluate_subexp_standard): Likewise.
2429         * expprint.c (print_subexp_standard): Likewise.
2430         (dump_subexp_body_standard): Likewise.
2431         * parse.c (operator_length_standard): Likewise.
2432
2433 2012-08-13  Yao Qi  <yao@codesourcery.com>
2434
2435         * std-operator.def: Remove OP_BITSTRING.
2436         * breakpoint.c (watchpoint_exp_is_const): Update.
2437         * eval.c (evaluate_subexp_standard): Remove handling to
2438         OP_BITSTRING.
2439         * expprint.c (print_subexp_standard): Likewise.
2440         (dump_subexp_body_standard): Likewise.
2441         * parse.c (operator_length_standard): Likewise.
2442         * valops.c (value_bitstring): Remove.
2443         * value.h: Remove the declaration of 'value_bitstring'.
2444
2445 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2446
2447         * linespec.c (find_methods): Remove unused variables `i1' and
2448         `name_len'.
2449         (decode_line_full): Likewise for `arg_start'.
2450
2451 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2452
2453         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2454         (zlib_decompress_section): Likewise for `section_data'.
2455         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2456
2457 2012-08-10  Doug Evans  <dje@google.com>
2458
2459         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2460         * NEWS: Document them.
2461         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2462         function/strfns.py.
2463         * python/py-type.c (typy_array_1): New function.
2464         (typy_array): Call it.
2465         (typy_vector): New function.
2466         (type_object_methods): Add "vector".
2467         * python/lib/gdb/function/__init__.py: New file.
2468         * python/lib/gdb/function/strfns.py: New file.
2469
2470 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2471
2472         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2473         for TYPE_FIELD_BITPOS.
2474         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2475
2476 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2477
2478         PR cli/10436:
2479         * common/vec.h (VEC_merge): Define.
2480         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2481         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2482         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2483         * completer.c: Include gdb_signals.h.
2484         (signal_completer): Define.
2485         * completer.h (signal_completer): Add prototype.
2486         * infcmd.c (_initialize_infcmd): Assign the command
2487         completer for "signal" to handle_completer.
2488         * infrun.c: Include completer.h.
2489         (handle_completer): Define.
2490         (_initialize_infrun): Declare a new local variable c.  Store the
2491         result of add_com("handle") to it.  Assign the command
2492         completer for "handle" to handle_completer.
2493
2494 2012-08-09  Yao Qi  <yao@codesourcery.com>
2495
2496         * cli/cli-decode.c (set_cmd_prefix): New.
2497         (lookup_cmd_for_prefixlist): New.
2498         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2499         of each cmd_list_element in *prefixlist.
2500         (add_setshow_cmd_full): set_cmd_prefix.
2501         (add_alias_cmd): Likewise.
2502         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2503         Declare 'auto_boolean_enums'.
2504         * cli/cli-setshow.c: Include "observer.h".
2505         (notify_command_param_changed_p): New.
2506         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2507         Remove 'static'.
2508         (do_setshow_command): Split it to ...
2509         (do_set_command, do_show_command): ... them.  New.
2510         (do_set_command): Call observer_notify_command_param_changed if
2511         notify_command_param_changed_p returns true.
2512         (cmd_show_list): Caller update.
2513         * auto-load.c (set_auto_load_cmd): Likewise.
2514         * remote.c (show_remote_cmd): Likewise.
2515         * cli/cli-setshow.h: Update declarations.
2516         * top.c (execute_command): Call do_set_command and do_show_command.
2517
2518         * NEWS: Mention new MI notification.
2519         * mi/mi-interp.c: Declare mi_command_param_changed.
2520         (mi_interpreter_init): Attach mi_command_param_changed to
2521         observer command_param_changed.
2522         (mi_command_param_changed): New.
2523         Remove mi_suppress_breakpoint_notifications.
2524         Define global variable mi_suppress_notification.
2525         (mi_breakpoint_created): Update.
2526         (mi_breakpoint_deleted): Likewise.
2527         (mi_breakpoint_modified): Likewise.
2528         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2529         'gdb-set' and set mi_suppress_notification.
2530         * mi/mi-main.h: (mi_suppress_notification): New struct.
2531
2532 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2533             Jan Kratochvil  <jan.kratochvil@redhat.com>
2534
2535         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2536
2537 2012-08-09  Yao Qi  <yao@codesourcery.com>
2538
2539         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2540         (skiplist): Move it to skip.c.
2541         (init_cmd_lists): Remove code setting enablebreaklist and
2542         skiplist to NULL.
2543         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2544         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2545         skiplist.
2546         * gdbcmd.h: Likewise.
2547         * skip.c (_initialize_step_skip): Move 'skiplist' from
2548         cli/cli-cmds.c.
2549
2550 2012-08-09  Yao Qi  <yao@codesourcery.com>
2551
2552         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2553         * gnu-nat.c, symfile.c: Likewise.
2554
2555 2012-08-08  Aaron Gamble  <agamble@google.com>
2556
2557         * utils.c (prompt_for_continue_wait_time): New static global.
2558         (make_command_stats_cleanup): Initialize it.
2559         (report_command_stats): Subtract time waiting for user.
2560         (prompt_for_continue): Track time waiting for user.
2561         (defaulted_query): Track time waiting for user.
2562
2563 2012-08-08  Doug Evans  <dje@google.com>
2564
2565         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2566         UNOP_MEMVAL_TYPE.
2567         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2568         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2569         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2570         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2571         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2572         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2573         elt.
2574         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2575         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2576         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2577         (dump_prefix_expression): Handle OP_TYPE.
2578
2579 2012-08-08  Keith Seitz  <keiths@redhat.com>
2580
2581         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2582         addr_start.
2583
2584 2012-08-08  Doug Evans  <dje@google.com>
2585
2586         * linux-thread-db.c: #include "gdb_vecs.h".
2587         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2588         updated.
2589         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2590         (thread_db_load_search): Use a vector to iterate over path elements.
2591         Handle text appearing after "$pdir".
2592
2593         * gdb_string.h: Moved to ...
2594         * common/gdb_string.h: ... here.
2595         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2596         gdb_string.h and gdb_assert.h.
2597
2598 2012-08-08  Yao Qi  <yao@codesourcery.com>
2599
2600         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2601         (tic6x_value_to_register): Likewise.
2602         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2603         and set_gdbarch_value_to_register.
2604
2605 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2606             Jean-Marc Saffroy  <saffroy@gmail.com>
2607
2608         PR 11804
2609         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2610         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2611         * gcore.c (gcore_create_callback): New function comment.  Add modified
2612         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2613         according to MODIFIED.
2614         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2615         the passed modified value to FUNC.
2616         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2617         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2618         first.  New variables modified and has_anonymous.  Parse the lines of
2619         smaps file.  Add the passed MODIFIED value to FUNC.
2620         * procfs.c (find_memory_regions_callback): Add the passed modified
2621         value.
2622
2623 2012-08-06  Tom Tromey  <tromey@redhat.com>
2624
2625         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2626         (dwarf2_frame_cache): Use it.
2627         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2628         cache initialization constraint.
2629
2630 2012-08-06  Tom Tromey  <tromey@redhat.com>
2631
2632         PR python/14386:
2633         * varobj.c (update_dynamic_varobj_children): Don't call
2634         PyIter_Check.
2635
2636 2012-08-06  Tom Tromey  <tromey@redhat.com>
2637
2638         PR cli/14392:
2639         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2640
2641 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2642
2643         * NEWS: New entry for 'cd' default parameters.
2644         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2645
2646 2012-08-03  Tom Tromey  <tromey@redhat.com>
2647
2648         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2649         return.
2650
2651 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2652
2653         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2654         to attempting lseek/write.
2655         (inf_child_fileio_pread): Likewise for pread.
2656
2657 2012-08-02  Yao Qi  <yao@codesourcery.com>
2658
2659         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2660         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2661         add_setshow_zinteger_cmd.
2662         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2663         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2664         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2665         instead of add_setshow_zinteger_cmd.
2666         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2667         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2668         instead of add_setshow_zinteger_cmd.
2669         * frame.c (frame_debug): Add 'unsigned'.
2670         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2671         add_setshow_zinteger_cmd.
2672         * frame.h: Update the declaration of 'frame_debug'.
2673         * gdbtypes.c (overload_debug): Add 'unsigned'.
2674         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2675         add_setshow_zinteger_cmd.
2676         * inferior.h: Update declaration of 'debug_infrun'.
2677         * infrun.c (debug_infrun): Add 'unsigned'.
2678         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2679         add_setshow_zinteger_cmd.
2680         * jit.c (jit_debug): Add 'unsigned'.
2681         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2682         add_setshow_zinteger_cmd.
2683         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2684         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2685         instead of add_setshow_zinteger_cmd.
2686         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2687         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2688         add_setshow_zinteger_cmd.
2689         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2690         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2691         instead of add_setshow_zinteger_cmd.
2692         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2693         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2694         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2695         intead of add_setshow_zinteger_cmd.
2696         * mips-tdep.c (mips_debug): Add 'unsigned'.
2697         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2698         instead of add_setshow_zinteger_cmd.
2699         * monitor.c (monitor_debug): Add 'unsigned'.
2700         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2701         add_setshow_zinteger_cmd.
2702         * observer.c (observer_debug): Add 'unsigned'.
2703         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2704         add_setshow_zinteger_cmd.
2705         * parse.c (expressiondebug): Add 'unsigned'.
2706         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2707         add_setshow_zinteger_cmd.
2708         * record.c (record_debug): Add 'unsigned'.
2709         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2710         add_setshow_zinteger_cmd.
2711         * record.h: Update the declaration of 'record_debug'.
2712         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2713         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2714         add_setshow_zinteger_cmd.
2715         * serial.c (global_serial_debug_p): Add 'unsigned'.
2716         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2717         add_setshow_zinteger_cmd.
2718         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2719         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2720         add_setshow_zinteger_cmd.
2721         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2722         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2723         add_setshow_zinteger_cmd.
2724         * target.c (targetdebug): Add 'unsigned'.
2725         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2726         add_setshow_zinteger_cmd.
2727         * valops.c (overload_debug): Add 'unsigned'.
2728         * varobj.c (varobjdebug): Add 'unsigned'.
2729         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2730         add_setshow_zinteger_cmd.
2731         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2732         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2733         instead of add_setshow_zinteger_cmd.
2734
2735         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2736         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2737         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2738         instead of add_setshow_zinteger_cmd.
2739         * gdbarch.c, gdbarch.h: Re-generated.
2740
2741 2012-08-02  Yao Qi  <yao@codesourcery.com>
2742
2743         * nto-tdep.c: Don't include cli/cli-decode.h and
2744         cli/cli-cmds.h.
2745         (_initialize_nto_tdep): Remove.
2746         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2747         Remove field.
2748         Remove macro nto_internal_debugging.
2749
2750 2012-08-01  Richard Henderson  <rth@redhat.com>
2751
2752         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2753         (mep-*-*) [gdb_target_obs]: Likewise.
2754
2755 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2756
2757         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2758         linux_get_siginfo_type.
2759
2760 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2761
2762         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2763         AT_ENTRY_POINT.
2764         (call_function_by_hand) <ON_STACK>: Call write_memory with
2765         gdbarch_breakpoint_from_pc, if possible.
2766         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2767         here.
2768
2769 2012-07-31  Yao Qi  <yao@codesourcery.com>
2770
2771         * tracepoint.c: Add 'static' for some variables.
2772
2773 2012-07-31  Yao Qi  <yao@codesourcery.com>
2774
2775         * go32-nat.c: Declare _initialize_go32_nat.
2776         * ser-go32.c: Declare _initialize_ser_dos.
2777         * top.c (do_chdir_cleanup): Add 'static'.
2778
2779 2012-07-30  Keith Seitz  <keiths@redhat.com>
2780
2781         * linespec.c (linespec_lex_number): A number followed
2782         by quotes is a valid number, too.
2783
2784 2012-07-30  Tom Tromey  <tromey@redhat.com>
2785
2786         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2787
2788 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2789
2790         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2791         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2792
2793 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2794
2795         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2796         invalid or reevaluated to prevent prevent references to possibly
2797         delete'd type objects being left in the varobj.
2798
2799 2012-07-27  Tom Tromey  <tromey@redhat.com>
2800             Jan Kratochvil  <jan.kratochvil@redhat.com>
2801
2802         * copying.awk: Print buffer-read-only and vi ro markers.
2803         * copying.c: Rebuild.
2804         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2805         * gdbarch.c, gdbarch.h: Rebuild.
2806         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2807         buffer-read-only and vi ro markers.
2808         * features/arm-with-iwmmxt.c: Rebuild.
2809         * features/arm-with-m-fpa-layout.c: Rebuild.
2810         * features/arm-with-m-vfp-d16.c: Rebuild.
2811         * features/arm-with-m.c: Rebuild.
2812         * features/arm-with-neon.c: Rebuild.
2813         * features/arm-with-vfpv2.c: Rebuild.
2814         * features/arm-with-vfpv3.c: Rebuild.
2815         * features/i386/amd64-avx-linux.c: Rebuild.
2816         * features/i386/amd64-avx.c: Rebuild.
2817         * features/i386/amd64-linux.c: Rebuild.
2818         * features/i386/amd64.c: Rebuild.
2819         * features/i386/i386-avx-linux.c: Rebuild.
2820         * features/i386/i386-avx.c: Rebuild.
2821         * features/i386/i386-linux.c: Rebuild.
2822         * features/i386/i386-mmx-linux.c: Rebuild.
2823         * features/i386/i386-mmx.c: Rebuild.
2824         * features/i386/i386.c: Rebuild.
2825         * features/i386/x32-avx-linux.c: Rebuild.
2826         * features/i386/x32-avx.c: Rebuild.
2827         * features/i386/x32-linux.c: Rebuild.
2828         * features/i386/x32.c: Rebuild.
2829         * features/mips-dsp-linux.c: Rebuild.
2830         * features/mips-linux.c: Rebuild.
2831         * features/mips64-dsp-linux.c: Rebuild.
2832         * features/mips64-linux.c: Rebuild.
2833         * features/rs6000/powerpc-32.c: Rebuild.
2834         * features/rs6000/powerpc-32l.c: Rebuild.
2835         * features/rs6000/powerpc-403.c: Rebuild.
2836         * features/rs6000/powerpc-403gc.c: Rebuild.
2837         * features/rs6000/powerpc-405.c: Rebuild.
2838         * features/rs6000/powerpc-505.c: Rebuild.
2839         * features/rs6000/powerpc-601.c: Rebuild.
2840         * features/rs6000/powerpc-602.c: Rebuild.
2841         * features/rs6000/powerpc-603.c: Rebuild.
2842         * features/rs6000/powerpc-604.c: Rebuild.
2843         * features/rs6000/powerpc-64.c: Rebuild.
2844         * features/rs6000/powerpc-64l.c: Rebuild.
2845         * features/rs6000/powerpc-7400.c: Rebuild.
2846         * features/rs6000/powerpc-750.c: Rebuild.
2847         * features/rs6000/powerpc-860.c: Rebuild.
2848         * features/rs6000/powerpc-altivec32.c: Rebuild.
2849         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2850         * features/rs6000/powerpc-altivec64.c: Rebuild.
2851         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2852         * features/rs6000/powerpc-cell32l.c: Rebuild.
2853         * features/rs6000/powerpc-cell64l.c: Rebuild.
2854         * features/rs6000/powerpc-e500.c: Rebuild.
2855         * features/rs6000/powerpc-e500l.c: Rebuild.
2856         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2857         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2858         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2859         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2860         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2861         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2862         * features/rs6000/powerpc-vsx32.c: Rebuild.
2863         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2864         * features/rs6000/powerpc-vsx64.c: Rebuild.
2865         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2866         * features/rs6000/rs6000.c: Rebuild.
2867         * features/s390-linux32.c: Rebuild.
2868         * features/s390-linux32v1.c: Rebuild.
2869         * features/s390-linux32v2.c: Rebuild.
2870         * features/s390-linux64.c: Rebuild.
2871         * features/s390-linux64v1.c: Rebuild.
2872         * features/s390-linux64v2.c: Rebuild.
2873         * features/s390x-linux64.c: Rebuild.
2874         * features/s390x-linux64v1.c: Rebuild.
2875         * features/s390x-linux64v2.c: Rebuild.
2876         * features/tic6x-c62x-linux.c: Rebuild.
2877         * features/tic6x-c62x.c: Rebuild.
2878         * features/tic6x-c64x-linux.c: Rebuild.
2879         * features/tic6x-c64x.c: Rebuild.
2880         * features/tic6x-c64xp-linux.c: Rebuild.
2881         * features/tic6x-c64xp.c: Rebuild.
2882
2883 2012-07-27  Tom Tromey  <tromey@redhat.com>
2884
2885         * c-exp.y (classify_name): Avoid assignment in condition.
2886
2887 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2888
2889         * amd64-windows-tdep.c: Include "frame.h".
2890         (amd64_windows_skip_trampoline_code): New function.
2891         (amd64_windows_init_abi): Add trampoline registration.
2892
2893 2012-07-27  Yao Qi  <yao@codesourcery.com>
2894
2895         * tracepoint.c (cur_traceframe_number): Remove.
2896         (set_tfile_traceframe): Remove.
2897         (tfile_trace_find, tfile_fetch_registers): Update callers.
2898         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2899         (tfile_open, tfile_trace_find): Likewise.
2900
2901 2012-07-27  Yao Qi  <yao@codesourcery.com>
2902
2903         * thread.c (switch_to_thread): Don't call registers_changed.
2904
2905 2012-07-26  Tom Tromey  <tromey@redhat.com>
2906
2907         * Makefile.in (SFILES): Remove objc-exp.y.
2908         (YYFILES): Remove objc-exp.c.
2909         (YYOBJ): Remove objc-exp.o.
2910         (local-maintainer-clean): Don't mention objc-exp.c.
2911         * c-exp.y: Include objc-lang.h.
2912         (%union) <class>: New field.
2913         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2914         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2915         Objective C productions.
2916         (msglist, msgarglist, msgarg): New productions.
2917         (array_mod, func_mod, operator): Clone productions for
2918         OBJC_LBRAC.
2919         (parse_string_or_char): Handle '@' strings.
2920         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2921         (classify_name): Check la_name_of_this.  Recognize ObjC class
2922         names.
2923         * objc-exp.y: Remove.
2924         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2925         * objc-lang.h (objc_parse, objc_error): Don't declare.
2926
2927 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2928
2929         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2930
2931 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2932
2933         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2934         and decrement.
2935
2936 2012-07-26  Tom Tromey  <tromey@redhat.com>
2937
2938         * copying.c: Rebuild.
2939         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2940         'no_class'.
2941
2942 2012-07-26  Tom Tromey  <tromey@redhat.com>
2943
2944         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2945         immediate_quit.
2946         (print_objfile_statistics): Likewise.
2947         (maintenance_print_symbols): Likewise.
2948         (maintenance_print_msymbols): Likewise.
2949         (maintenance_print_objfiles): Likewise.
2950         * psymtab.c (print_partial_symbols): Call QUIT.
2951         (maintenance_print_psymbols): Likewise.  Don't modify
2952         immediate_quit.
2953         * copying.c (show_copying_command): Don't modify immediate_quit.
2954         (show_warranty_command): Likewise.
2955         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2956
2957 2012-07-26  Keith Seitz  <keiths@redhat.com>
2958
2959         * linespec.c (linespec_lexer_lex_number): The input
2960         is also a valid number if the next character is a comma
2961         or colon.
2962
2963 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2964
2965         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2966         configure options.
2967
2968 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2969
2970         * machoread.c: Include gdb_bfd.h.
2971
2972 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2973
2974         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2975         offset.
2976
2977 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2978
2979         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2980         SIZE to size_t.
2981         (dwarf2_evaluate_loc_desc): Likewise.
2982         (dwarf2_loc_desc_needs_frame): Likewise.
2983         (locexpr_describe_location_1): Likewise.
2984         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2985         size_t.
2986         (struct dwarf2_loclist_baton): Likewise.
2987         * dwarf2read.c (struct dwarf_block): Likewise.
2988         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2989         (decode_locdesc): Expand SIZE and I to size_t.
2990
2991 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2992
2993         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2994
2995 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2996
2997         * doublest.c (convert_doublest_to_floatformat): If the exponent
2998         is too small, treat the value as zero.  If the exponent is too
2999         large, treat the value as infinity.
3000
3001 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3002
3003         * configure.ac: Add --enable-lmcheck configure option.
3004         * configure: Regenerate.
3005
3006 2012-07-25  Tom Tromey  <tromey@redhat.com>
3007
3008         * NEWS: Mention maint info bfds.
3009         * gdb_bfd.c (all_bfds): New global.
3010         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3011         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3012         New functions.
3013
3014 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3015
3016         * configure.tgt: Add v850*-*-rtems*.
3017
3018 2012-07-25  Tom Tromey  <tromey@redhat.com>
3019
3020         * macrotab.c (macro_bcache_str): Remove cast.
3021
3022 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3023
3024         * linespec.c (linespec_lexer_lex_number): Update comments,
3025         change the return and add check to make sure the input is
3026         the decimal numbers.
3027         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3028         false, call linespec_lexer_lex_string.
3029
3030 2012-07-24  Tom Tromey  <tromey@redhat.com>
3031
3032         * symfile.c (symbol_file_add): Don't open BFD twice.
3033
3034 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3035
3036         * breakpoint.c (create_breakpoint): Store condition for pending
3037         breakpoints.
3038
3039 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3040
3041         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3042         (m68k_return_value): Handle complex types like structures.
3043         (m68k_svr4_return_value): Likewise.
3044
3045 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3046
3047         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3048         parameters to bfd_get_section_name.
3049
3050 2012-07-24  Yao Qi  <yao@codesourcery.com>
3051
3052         * cli/cli-setshow.c: Handle case 'var_uinteger'
3053         and 'var_zuninteger' together.  Handle case 'var_integer' and
3054         'var_zinteger' together.
3055
3056 2012-07-23  Keith Seitz  <keiths@redhat.com>
3057
3058         * linespec.c (convert_linespec_to_sal): Don't add
3059         any symbols to the result vector if symbol_to_sal
3060         returns zero.
3061
3062 2012-07-23  Keith Seitz  <keiths@redhat.com>
3063
3064         * linespec.c (decode_objc): Record the function name
3065         in the linespec.
3066
3067 2012-07-23  Tom Tromey  <tromey@redhat.com>
3068
3069         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3070         counting.
3071         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3072         (map_vmap): Acquire a reference to the BFD.
3073
3074 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3075
3076         * p-valprint.c (pascal_object_print_value): Replace potentially
3077         unsafe alloca with xmalloc/xfree.
3078         * valops.c (search_struct_method): Likewise.
3079
3080 2012-07-23  Tom Tromey  <tromey@redhat.com>
3081
3082         * solib-svr4.c (enable_break): Update.
3083         * bfd-target.h (target_bfd_reopen): Update documentation.
3084
3085 2012-07-23  Tom Tromey  <tromey@redhat.com>
3086
3087         * symfile.c (separate_debug_file_exists): Update.
3088         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3089         (reread_symbols): Update.
3090         * elfread.c (build_id_verify): Update.
3091         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3092         bfd_open_maybe_remote.
3093
3094 2012-07-23  Tom Tromey  <tromey@redhat.com>
3095
3096         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3097
3098 2012-07-23  Tom Tromey  <tromey@redhat.com>
3099
3100         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3101         and 'abfd'.
3102         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3103         and 'abfd'.
3104         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3105         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3106         'abfd'.
3107         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3108         * objfiles.c (allocate_objfile): Acquire a new reference.
3109         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3110         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3111         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3112         a cleanup for 'nbfd'.
3113         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3114         for 'nbfd'.
3115         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3116         make a cleanup for 'abfd'.
3117         (symbol_file_add): Make a BFD cleanup.
3118
3119 2012-07-23  Tom Tromey  <tromey@redhat.com>
3120
3121         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3122         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3123         * corelow.c (core_open): Use gdb_bfd_fopen.
3124         * dsrec.c (load_srec): Use gdb_bfd_openr.
3125         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3126         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3127         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3128         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3129         (gdb_bfd_fdopenr): New functions.
3130         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3131         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3132         (gdb_bfd_fdopenr): Declare.
3133         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3134         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3135         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3136         gdb_bfd_openr_next_archived_file.
3137         (macho_check_dsym): Use gdb_bfd_openr.
3138         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3139         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3140         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3141         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3142         gdb_bfd_openr.
3143         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3144         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3145         gdb_bfd_openr_next_archived_file.
3146         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3147         Use gdb_bfd_openr.
3148         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3149         gdb_bfd_openr.
3150         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3151         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3152         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3153         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3154         (symfile_bfd_open): Use gdb_bfd_fopen.
3155         (generic_load): Use gdb_bfd_openr.
3156         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3157
3158 2012-07-23  Tom Tromey  <tromey@redhat.com>
3159
3160         * bfd-target.c (target_bfd_reopen): Update.
3161         * cli/cli-dump.c (bfd_openr_with_cleanup)
3162         (bfd_openw_with_cleanup): Update.
3163         * corelow.c (core_open): Update.
3164         * dsrec.c (load_srec): Update.
3165         * exec.c (exec_file_attach): Update.
3166         * gcore.c (create_gcore_bfd): Update.
3167         * gdb_bfd.c (gdb_bfd_ref): Return void.
3168         (gdb_bfd_open): Update.
3169         * gdb_bfd.h (gdb_bfd_ref): Return void.
3170         Update comments.
3171         * jit.c (jit_bfd_try_read_symtab): Update.
3172         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3173         * machoread.c (macho_symfile_read_all_oso): Update.
3174         (macho_check_dsym): Update.
3175         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3176         * remote-m32r-sdi.c (m32r_load): Update.
3177         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3178         * rs6000-nat.c (add_vmap): Update.
3179         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3180         Update.
3181         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3182         * solib-spu.c (spu_bfd_open): Update.
3183         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3184         * spu-linux-nat.c (spu_bfd_open): Update.
3185         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3186         (generic_load): Update.
3187         * windows-nat.c (windows_make_so): Update.
3188
3189 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3190
3191         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3192
3193 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3194
3195         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3196         SIGTRAMP_FRAME unwinding.
3197
3198 2012-07-20  Doug Evans  <dje@google.com>
3199
3200         * NEWS: Document new options "set/show use-deprecated-index-sections",
3201         and delete reference to --use-deprecated-index-sections.
3202         * symfile.h (use_deprecated_index_sections): Delete.
3203         * dwarf2read.c (use_deprecated_index_sections): Make static.
3204         (read_index_from_section): Update wording of how to load
3205         deprecated index sections.
3206         (_initialize_dwarf2_read): New options
3207         "set/show use-deprecated-index-sections".
3208         * main.c (captured_main): Delete --use-deprecated-index-sections.
3209
3210 2012-07-20  Pedro Alves  <palves@redhat.com>
3211
3212         PR threads/11692
3213         PR gdb/12203
3214
3215         * infrun.c (handle_inferior_event) <new thread>: Don't special
3216         case minus_one_ptid.
3217         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3218         * linux-thread-db.c (thread_get_info_callback): Don't return early
3219         if the thread is zombie.
3220         (thread_from_lwp): Change return type to void.  Rewrite stale
3221         comment.
3222         (attach_thread): Don't return early if the thread is zombie,
3223         instead set its "dying" flag.
3224         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3225         (find_new_threads_callback): Don't return early if the thread is
3226         zombie.
3227
3228 2012-07-20  Pedro Alves  <palves@redhat.com>
3229
3230         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3231         * target.c (target_wait): Likewise.
3232         (str_comma_list_concat_elem, do_option, target_options_to_string):
3233         New functions.
3234         * target.h (target_options_to_string): Declare.
3235
3236 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3237             Tom Tromey  <tromey@redhat.com>
3238
3239         * dwarf2read.c (dwarf_decode_macros)
3240         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3241         DW_MACRO_GNU_transparent_include_alt>: New cases.
3242         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3243         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3244
3245 2012-07-20  Tom Tromey  <tromey@redhat.com>
3246
3247         * dwarf2read.c (try_open_dwo_file): Don't call
3248         gdb_bfd_stash_filename.
3249
3250 2012-07-20  Pedro Alves  <palves@redhat.com>
3251
3252         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3253         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3254         (i386_process_record): Tweak description comments.
3255
3256 2012-07-20  Pedro Alves  <palves@redhat.com>
3257
3258         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3259         (i386_process_record): Use record_read_memory.
3260         * record.c (record_read_memory): New function.
3261         (record_arch_list_add_mem, record_exec_insn): Use
3262         record_read_memory.
3263         * record.h (record_read_memory): Declare.
3264
3265 2012-07-20  Yao Qi  <yao@codesourcery.com>
3266
3267         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3268         NULL for xfree.
3269
3270 2012-07-19  Pedro Alves  <palves@redhat.com>
3271
3272         * record.c (record_resume): Ask the target beneath to report all
3273         signals.
3274
3275 2012-07-19  Doug Evans  <dje@google.com>
3276
3277         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3278         there's no section at address zero.
3279         (dwarf2_record_block_ranges): Ditto.
3280
3281 2012-07-19  Yao Qi  <yao@codesourcery.com>
3282
3283         * command.h, remote.c: Fix a typo in comment.
3284
3285 2012-07-19  Tom Tromey  <tromey@redhat.com>
3286
3287         PR exp/13206:
3288         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3289         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3290         OP_DECLTYPE>: New cases.
3291         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3292         (type_exp): Add new productions.
3293         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3294         and decltype.
3295         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3296         New case.
3297         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3298         OP_DECLTYPE>: New case.
3299         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3300         New case.
3301         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3302         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3303
3304 2012-07-19  Tom Tromey  <tromey@redhat.com>
3305
3306         * c-exp.y (enum token_flags): New.
3307         (struct token) <cxx_only>: Remove.
3308         <flags>: New field.
3309         (tokentab3, tokentab2, ident_tokens): Update.
3310         (lex_one_token): Update.  Handle FLAG_SHADOW.
3311
3312 2012-07-19  Tom Tromey  <tromey@redhat.com>
3313
3314         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3315         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3316         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3317         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3318         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3319         type_exp production where appropriate.
3320         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3321         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3322         <UNOP_MEMVAL_TYPE>: New case.
3323         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3324         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3325         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3326         <UNOP_MEMVAL_TYPE>: New case.
3327         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3328         UNOP_REINTERPRET_CAST>: Update.
3329         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3330         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3331         UNOP_REINTERPRET_CAST>: Update.
3332         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3333         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3334         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3335         constants.
3336
3337 2012-07-19  Yao Qi  <yao@codesourcery.com>
3338             Jan Kratochvil <jan.kratochvil@redhat.com>
3339
3340         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3341         and case 'var_optional_filename' together.
3342         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3343         instead of add_setshow_optional_filename_cmd for setshow command
3344         'args'.  Set completer for 'set args'.
3345
3346 2012-07-18  Doug Evans  <dje@google.com>
3347
3348         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3349         * common/gdb_vecs.c: New file, contents from utils.c.
3350         * common/host-defs.h: New file, contents from defs.h.
3351         * utils.h: New file, contents from defs.h.
3352         * defs.h: Move all declarations of objects defined in utils.c
3353         to utils.h (except QUIT() and related).
3354         #include "utils.h", "host-defs.h".
3355         * probe.h (probe_p): Move here from gdb_vecs.h.
3356         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3357         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3358         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3359         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3360         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3361         (COMMON_OBS): Add gdb_vecs.o.
3362         (gdb_vecs.o): New rule.
3363
3364 2012-07-18  Keith Seitz  <keiths@redhat.com>
3365
3366         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3367         parameter.  If non-zero, use SYMNAME as the canonical name
3368         for the SaL.
3369         Update all callers.
3370         (convert_linespec_to_sals): Use add_sal_to_sals for
3371         expressions, too.
3372         (decode_line_full): No need to "fill in missing canonical names"
3373         anymore. Simply make cleanups for the allocated names.
3374
3375 2012-07-18  Keith Seitz  <keiths@redhat.com>
3376
3377         * linespec.c (struct linespec): Constify expression,
3378         source_filename, function_name, and label_name.
3379         (symbol_not_found_error): Make all parameters const.
3380         (linespec_parser_delete): No need to check for NULL
3381         when using xfree. Cast const char * to char * for xfree.
3382
3383 2012-07-18  Keith Seitz  <keiths@redhat.com>
3384
3385         * breakpoint.c (invalid_thread_id_error): New function.
3386         (find_condition_and_thread): Use invalid_thread_id_error.
3387         (watch_command_1): Likewise.
3388
3389 2012-07-18  Tom Tromey  <tromey@redhat.com>
3390
3391         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3392         * contrib/cc-with-tweaks.sh: New file.
3393
3394 2012-07-18  Tom Tromey  <tromey@redhat.com>
3395
3396         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3397         (locate_dwz_sections): Recognize .gdb_index.
3398         (create_cus_from_index_list): New function.
3399         (create_cus_from_index): Use it.  Handle .dwz data.
3400         (read_index_from_section): New function, extracted from
3401         dwarf2_read_index.
3402         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3403         if needed.
3404
3405 2012-07-18  Tom Tromey  <tromey@redhat.com>
3406
3407         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3408         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3409         <is_dwz>: New field.
3410         (struct dwz_file): New.
3411         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3412         (locate_dwz_sections, dwarf2_get_dwz_file)
3413         (get_abbrev_section_for_cu): New functions.
3414         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3415         (read_and_check_type_unit_head): Add abbrev_section argument.
3416         (create_debug_types_hash_table): Update.
3417         (init_cutu_and_read_dies): Use proper abbrev section.
3418         (init_cutu_and_read_dies_no_follow): Likewise.
3419         (set_partial_user): Do nothing if PST==NULL.
3420         (read_comp_units_from_section): New function.
3421         (create_all_comp_units): Use it.
3422         (scan_partial_symbols, partial_die_parent_scope): Update.
3423         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3424         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3425         (find_partial_die): Add offset_in_dwz argument.  Update.
3426         (guess_partial_die_structure_name, fixup_partial_die): Update.
3427         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3428         DW_FORM_GNU_strp_alt.
3429         (read_indirect_string_from_dwz): New function.
3430         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3431         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3432         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3433         (follow_die_offset): Add offset_in_dwz argument.
3434         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3435         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3436         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3437         Handle new macro forms.
3438         (dwarf_decode_macros): Update.
3439         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3440         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3441         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3442         (create_debug_types_hash_table): Use correct abbrev section.
3443         (get_debug_line_section): New function.
3444         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3445         (process_full_comp_unit): Pass 'required' argument to
3446         end_symtab_get_static_block.
3447         * buildsym.h (end_symtab_get_static_block): Update.
3448         * buildsym.c (end_symtab_get_static_block): Add 'required'
3449         argument.
3450         (end_symtab, end_expandable_symtab): Update.
3451
3452 2012-07-18  Tom Tromey  <tromey@redhat.com>
3453
3454         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3455         (pagesize): Remove.
3456         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3457         (zlib_decompress_section): Remove.
3458         (dwarf2_read_section): Use gdb_bfd_map_section.
3459         (munmap_section_buffer): Remove.
3460         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3461         munmap_section_buffer.
3462         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3463         (struct gdb_bfd_section_data): New.
3464         (free_one_bfd_section): New function.
3465         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3466         (get_section_descriptor, zlib_decompress_section)
3467         (gdb_bfd_map_section): New functions.
3468         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3469
3470 2012-07-18  Tom Tromey  <tromey@redhat.com>
3471
3472         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3473
3474 2012-07-18  Tom Tromey  <tromey@redhat.com>
3475
3476         * gdb_bfd.c (struct gdb_bfd_data): New.
3477         (gdb_bfd_cache): New global.
3478         (struct gdb_bfd_cache_search): New.
3479         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3480         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3481         * gdb_bfd.h (gdb_bfd_open): Declare.
3482
3483 2012-07-18  Tom Tromey  <tromey@redhat.com>
3484
3485         * utils.c (make_cleanup_bfd_unref): Rename from
3486         make_cleanup_bfd_close.
3487         * defs.h (make_cleanup_bfd_unref): Rename from
3488         make_cleanup_bfd_close.
3489         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3490         (bfd_openw_with_cleanup): Update.
3491         * corelow.c (core_open): Update.
3492         * dsrec.c (load_srec): Update.
3493         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3494         * remote-m32r-sdi.c (m32r_load): Update.
3495         * remote-mips.c (mips_load_srec): Update.
3496         (pmon_load_fast): Update.
3497         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3498         Update.
3499         (darwin_bfd_open): Update.
3500         * solib.c (solib_bfd_fopen): Update.
3501         * symfile-mem.c (symbol_file_add_from_memory): Update.
3502         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3503         (symfile_bfd_open): Update.
3504         (generic_load): Update.
3505
3506 2012-07-18  Tom Tromey  <tromey@redhat.com>
3507
3508         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3509         (pmon_load_fast): Likewise.
3510         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3511         (m32r_upload_command): Likewise.
3512         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3513         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3514         Use make_cleanup_bfd_close.
3515
3516 2012-07-18  Tom Tromey  <tromey@redhat.com>
3517
3518         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3519         gdb_bfd_stash_filename.
3520         (load_command): Open the new BFD before freeing the old.
3521         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3522         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3523         Call gdb_bfd_stash_filename.
3524         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3525         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3526         gdb_bfd_stash_filename.
3527         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3528         Free found_pathname.
3529         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3530         gdb_bfd_stash_filename.
3531         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3532         * machoread.c (macho_add_oso_symfile): Call
3533         gdb_bfd_stash_filename.
3534         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3535         gdb_bfd_stash_filename.
3536         (macho_check_dsym): Don't copy filename.  Call
3537         gdb_bfd_stash_filename.
3538         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3539         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3540         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3541         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3542         * exec.c (exec_close): Don't free the BFD's filename.
3543         (exec_file_attach): Don't copy the filename.  Call
3544         gdb_bfd_stash_filename.
3545         * corelow.c (core_close): Don't free the BFD's filename.
3546         (core_open): Call gdb_bfd_stash_filename.
3547         * corefile.c (reopen_exec_file): Remove #if 0 code.
3548         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3549         pathname.
3550         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3551
3552 2012-07-18  Tom Tromey  <tromey@redhat.com>
3553
3554         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3555         gdb_bfd_unref.
3556         (free_dwo_file): Use gdb_bfd_unref.
3557         * cli/cli-dump.c: Include gdb_bfd.h.
3558         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3559         (bfd_openr_with_cleanup): Likewise.
3560         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3561         gdb_bfd_unref.
3562         * utils.c: Include gdb_bfd.h.
3563         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3564         * symfile.c: Include gdb_bfd.h.
3565         (separate_debug_file_exists): Use gdb_bfd_unref.
3566         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3567         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3568         (generic_load): Use gdb_bfd_ref.
3569         (reread_symbols): Use gdb_bfd_unref.
3570         * symfile-mem.c: Include gdb_bfd.h.
3571         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3572         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3573         * solib.c: Include gdb_bfd.h.
3574         (solib_bfd_fopen): Use gdb_bfd_ref.
3575         (solib_bfd_open): Use gdb_bfd_unref.
3576         (free_so_symbols): Use gdb_bfd_unref.
3577         (reload_shared_libraries_1): Use gdb_bfd_unref.
3578         * solib-spu.c: Include gdb_bfd.h.
3579         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3580         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3581         gdb_bfd_unref.
3582         * solib-frv.c: Include gdb_bfd.h.
3583         (enable_break2): Use gdb_bfd_unref.
3584         * solib-dsbt.c: Include gdb_bfd.h.
3585         (enable_break2): Use gdb_bfd_unref.
3586         * solib-darwin.c: Include gdb_bfd.h.
3587         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3588         gdb_bfd_unref.
3589         (darwin_bfd_open): Use gdb_bfd_unref.
3590         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3591         * remote-mips.c: Include gdb_bfd.h.
3592         (mips_load_srec): Use gdb_bfd_ref.
3593         (pmon_load_fast): Use gdb_bfd_ref.
3594         * remote-m32r-sdi.c: Include gdb_bfd.h.
3595         (m32r_load): Use gdb_bfd_ref.
3596         * record.c: Include gdb_bfd.h.
3597         (record_save_cleanups): Use gdb_bfd_unref.
3598         (cmd_record_save): Use gdb_bfd_unref.
3599         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3600         gdb_bfd_unref.
3601         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3602         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3603         * objfiles.c: Include gdb_bfd.h.
3604         (free_objfile): Use gdb_bfd_unref.
3605         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3606         gdb_bfd.c.
3607         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3608         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3609         (macho_check_dsym): Likewise.
3610         * m32r-rom.c: Include gdb_bfd.h.
3611         (m32r_load): Use gdb_bfd_ref.
3612         (m32r_upload_command): Use gdb_bfd_ref.
3613         * jit.c: Include gdb_bfd.h.
3614         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3615         * gdb_bfd.h: New file.
3616         * gdb_bfd.c: New file.
3617         * gcore.c: Include gdb_bfd.h.
3618         (create_gcore_bfd): Use gdb_bfd_ref.
3619         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3620         (gcore_command): Use gdb_bfd_unref.
3621         * exec.c: Include gdb_bfd.h.
3622         (exec_close): Use gdb_bfd_unref.
3623         (exec_close_1): Use gdb_bfd_unref.
3624         (exec_file_attach): Use gdb_bfd_ref.
3625         * elfread.c: Include gdb_bfd.h.
3626         (build_id_verify): Use gdb_bfd_unref.
3627         * dsrec.c: Include gdb_bfd.h.
3628         (load_srec): Use gdb_bfd_ref.
3629         * corelow.c: Include gdb_bfd.h.
3630         (core_close): Use gdb_bfd_unref.
3631         (core_open): Use gdb_bfd_ref.
3632         * bfd-target.c: Include gdb_bfd.h.
3633         (target_bfd_xclose): Use gdb_bfd_unref.
3634         (target_bfd_reopen): Use gdb_bfd_ref.
3635         * Makefile.in (SFILES): Add gdb_bfd.c.
3636         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3637         (COMMON_OBS): Add gdb_bfd.o.
3638
3639 2012-07-18  Keith Seitz  <keiths@redhat.com>
3640
3641         * breakpoint.c (find_condition_and_thread): Initialize
3642         TASK and REST.
3643         (create_breakpiont): find_condition_and_thread will now
3644         initialize COND_STRING, THREAD, and REST (and TASK).
3645         (addr_string_to_sals): Likewise.
3646
3647 2012-07-18  Pedro Alves  <palves@redhat.com>
3648
3649         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3650         Pull the single step breakpoints out of the target.
3651
3652 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3653
3654         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3655         * stap-probe.c (compile_probe_arg): Likewise.
3656
3657 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3658
3659         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3660         (elf_compile_to_ax): Likewise.
3661         * infrun.c (insert_exception_resume_from_probe): Likewise.
3662         (check_exception_resume): Remove `objfile' variable.
3663         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3664         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3665         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3666         (compare_entries): Rename to...
3667         (compare_probes): ...this.  Adjust function to work with
3668         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3669         respectively.
3670         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3671         `VEC (probe_p) *'.
3672         (print_ui_out_info): Adjust argument to be `struct probe *'.
3673         (info_probes_for_ops): Adjust internal computations to use
3674         `VEC (probe_p) *'.
3675         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3676         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3677         gen_info_probes_table_values>: Remove `objfile' argument.
3678         (struct probe) <objfile>: New field.
3679         (find_probe_by_pc): Remove `objfile' argument.
3680         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3681         (stap_get_probe_argument_count): Likewise.
3682         (stap_get_arg): Likewise.
3683         (stap_evaluate_probe_argument): Likewise.
3684         (stap_compile_to_ax): Likewise.
3685         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3686         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3687         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3688         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3689         sym_compile_to_ax>: Likewise.
3690
3691 2012-07-18  Terry Guo  <terry.guo@arm.com>
3692
3693         PR 14329
3694         * defs.h (GDB_MI_MSG_WIDTH): New.
3695         * ser_base (ser_base_read_error_fd): New function.
3696         (do_ser_base_readchar): Poll error file descriptor as well as
3697         standard output.
3698         (generic_readchar): Refactor error handling.
3699
3700 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3701
3702         * NEWS: Create a new section for the next release branch.
3703         Rename the section of the current branch, now that it has
3704         been cut.
3705
3706 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3707
3708         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3709         * version.in: Bump version to 7.5.50.20120718-cvs.
3710
3711 2012-07-17  Keith Seitz  <keiths@redhat.com>
3712
3713         * linespec.c (linespec_parse_line_offset): Make parameter
3714         const.
3715
3716 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3717
3718         PR 11914
3719         * f-valprint.c (info_common_command): New variable frame_id.
3720         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3721         * printcmd.c (print_variable_and_value): Extend function comment.
3722         Add comment for invalidated FRAME.
3723         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3724         FI form FRAME_ID after each print_frame_local_vars.
3725         (struct print_variable_and_value_data): Change frame to frame_id.
3726         (do_print_variable_and_value): New variable frame, initialize it from
3727         p->frame_id.  Add comment for invalidated FRAME.
3728         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3729         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3730         for invalidated FRAME.
3731
3732 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3733             Pedro Alves  <palves@redhat.com>
3734
3735         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3736         loop.
3737
3738 2012-07-16  Tom Tromey  <tromey@redhat.com>
3739
3740         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3741
3742 2012-07-15  Doug Evans  <dje@google.com>
3743
3744         * dwarf2read.c (stmt_list_hash): New struct.
3745         (type_unit_group): Embed "per_cu" member, remove pointer.
3746         New union member "t", move member "tus" into it, all uses updated.
3747         New member "hash", replaces member "line_offset, all uses updated.
3748         (quick_file_names): Replace member "offset" with "hash", all uses
3749         updated.
3750         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3751         (hash_file_name_entry, eq_file_name_entry): Call them.
3752         (hash_type_unit_group, eq_type_unit_group): Ditto.
3753         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3754         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3755         (dw2_get_file_names): Update.
3756         (create_type_unit_group): Replace "per_cu" arg with "cu".
3757         All callers updated.  Fix "quick" (.gdb_index) handling.
3758         (get_type_unit_group): Replace "per_cu" arg with "cu".
3759         All callers updated.
3760         (build_type_unit_groups): Don't reset tu_stats.
3761
3762         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3763         "tab_cur_size".  Change member "tab" to be a htab_t.
3764         (create_filename_seen_cache): Update.
3765         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3766         (filename_seen): Update.
3767
3768 2012-07-13  Doug Evans  <dje@google.com>
3769
3770         * symtab.c (filename_seen): Update comment.
3771
3772 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3773             Doug Evans  <dje@google.com>
3774
3775         * buildsym.c (end_symtab_1): Split it to ...
3776         (end_symtab_get_static_block): ... this ...
3777         (end_symtab_from_static_block): ... and this function.
3778         (end_symtab, end_expandable_symtab): Call them.
3779         * buildsym.h (end_symtab_get_static_block)
3780         (end_symtab_from_static_block): New declarations.
3781         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3782         Set its valid CU ranges.
3783
3784 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3785
3786         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3787         DW_OP_GNU_parameter_ref.
3788
3789 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3790
3791         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3792         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3793
3794 2012-07-13  Doug Evans  <dje@google.com>
3795
3796         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3797         (filename_seen_cache): New struct.
3798         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3799         (create_filename_seen_cache): New function.
3800         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3801         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3802         updated.
3803         (output_source_filename_data): New struct.
3804         (output_source_filename): Delete arg "first".  New arg "data".
3805         All callers updated.
3806         (sources_info): Delete local "first".  New locals "data", "cleanups".
3807         Rewrite to use filename_seen_cache.
3808         (add_partial_filename_data): Delete member "first".  New member
3809         "filename_seen_cache".  All uses updated.
3810         (make_source_files_completion_list): Rewrite to use
3811         filename_seen_cache.
3812
3813 2012-07-12  Doug Evans  <dje@google.com>
3814
3815         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3816
3817 2012-07-10  Doug Evans  <dje@google.com>
3818
3819         PR gdb/13498
3820         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3821         all_type_unit_groups, type_unit_groups, tu_stats.
3822         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3823         All uses updated.  Add type_unit_group to union "s".
3824         (type_unit_group): New struct.
3825         (IS_TYPE_UNIT_GROUP): New macro.
3826         (abbrev_table): Delete unused member "section".
3827         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3828         (dw2_get_cu): Assert not used with type_unit_group.
3829         (dw2_get_primary_cu): New function.
3830         (dw2_build_type_unit_groups_reader): New function.
3831         (dw2_build_type_unit_groups): New function.
3832         (dw2_get_file_names): Assert not called on type units.
3833         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3834         Redo loop to iterate over type unit groups instead of type units.
3835         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3836         (read_abbrev_offset): New function.
3837         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3838         updated.
3839         (create_partial_symtab): New function.
3840         (process_psymtab_comp_unit_reader): Assert not used with type units.
3841         Call create_partial_symtab.
3842         (process_psymtab_type_unit): Delete.
3843         (hash_type_unit_group, eq_type_unit_group): New functions.
3844         (allocate_type_unit_groups_table): New function.
3845         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3846         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3847         (create_type_unit_group, get_type_unit_group): New functions.
3848         (tu_abbrev_offset): New struct.
3849         (sort_tu_by_abbrev_offset): New function.
3850         (add_type_unit_group_to_table): New function.
3851         (build_type_unit_groups): New function.
3852         (build_type_psymtabs_reader): New function.
3853         (build_type_psymtab_dependencies): New function.
3854         (build_type_psymtabs): Rewrite.
3855         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3856         is seen in a type unit.
3857         (process_queue): Move symtab expansion debugging printfs here.
3858         Call process_full_type_unit for type units.
3859         (compute_symtab_includes): Assert not called for type units.
3860         (process_cu_includes): Don't call compute_symtab_includes for
3861         type units.
3862         (process_full_type_unit): New function.
3863         (process_imported_unit_die): Flag an error if called for type units.
3864         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3865         updated.  Assert not called for type units.
3866         (read_file_scope): Call dwarf2_start_symtab.
3867         (setup_type_unit_groups): New function.
3868         (read_type_unit_scope): Rewrite.
3869         (abbrev_table_read_table): Initialize abbrev_table->offset.
3870         (abbrev_table_free_cleanup): New function.
3871         (dwarf2_start_symtab): New function.
3872         (load_full_type_unit): Assert not called for type unit groups.
3873         * buildsym.c (finish_block_internal): New arg "expandable".
3874         All callers updated.
3875         (start_symtab): Move most contents to ...
3876         (restart_symtab): ... here.  New function.
3877         (reset_symtab_globals): New function.
3878         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3879         Call reset_symtab_globals.
3880         (end_symtab, end_expandable_symtab): New functions.
3881         (set_missing_symtab, augment_type_symtab): New functions.
3882         * buildsym.h (end_expandable_symtab): Declare.
3883         (augment_type_symtab, restart_symtab): Declare.
3884         * psympriv.h (struct partial_symtab): New member "anonymous".
3885         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3886         anonymous psymtabs.
3887         (read_psymtabs_with_filename): Ditto.
3888         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3889         (expand_symtabs_matching_via_partial): Ditto.
3890         (dump_psymtab): Update.
3891         * dictionary.c (dict_add_pending): New function.
3892         * dictionary.h (dict_add_pending): Declare.
3893
3894 2012-07-09  Doug Evans  <dje@google.com>
3895
3896         * buildsym.c (start_subfile): Remove unnecessary check for
3897         name == NULL.
3898
3899         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3900
3901         * dwarf2read.c (load_full_type_unit): Simplify.
3902
3903         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3904         to struct signatured_type **.  All uses updated.
3905
3906         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3907         All callers updated.
3908
3909 2012-07-09  Tom Tromey  <tromey@redhat.com>
3910
3911         * c-exp.y (check_parameter_typelist): New function.
3912         (parameter_typelist): Call it.
3913         * eval.c (make_params): Handle '(void)' case.
3914         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3915         '(void)' case.
3916
3917 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3918
3919         * common/linux-ptrace.c: Include gdb_assert.h.
3920         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3921         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3922         stdint.h.
3923         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3924         functions.
3925         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3926         * linux-nat.c (linux_child_post_attach)
3927         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3928
3929 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3930
3931         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3932         nptl <2.7 bug workaround for core files.
3933
3934 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3935
3936         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3937         clearing.
3938         (save_siginfo): Remove.
3939         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3940         call.
3941         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3942         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3943         * linux-nat.h (struct lwp_info): Remove field siginfo.
3944
3945 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3946
3947         Code cleanup for the next patch.
3948         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3949         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3950         call for it.
3951         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3952         (ia64_linux_stopped_data_address):
3953         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3954         the return value.
3955         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3956         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3957         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3958         call for it.
3959
3960 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3961
3962         PR 14321
3963         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3964         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3965
3966 2012-07-06  Tom Tromey  <tromey@redhat.com>
3967
3968         * c-exp.y (DOTDOTDOT): New token.
3969         (func_mod, exp): Use parameter_typelist.
3970         (parameter_typelist): New production.
3971         (tokentab3): Add "..." token.
3972         * eval.c (make_params): Handle varargs.
3973         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3974         varargs.
3975
3976 2012-07-06  Tom Tromey  <tromey@redhat.com>
3977
3978         PR exp/9608:
3979         * c-exp.y (%union) <tvec>: Change type.
3980         (func_mod): Now uses <tvec> type.
3981         (exp): Update for tvec change.
3982         (direct_abs_decl): Push the typelist.
3983         (func_mod): Return a typelist.
3984         (nonempty_typelist): Update for tvec change.
3985         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3986         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3987         * parse.c (pop_type_list): New function.
3988         (push_typelist): New function.
3989         (follow_types): Handle tp_function_with_arguments.
3990         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3991         (enum type_pieces) <tp_function_with_arguments>: New constant.
3992         (union type_stack_elt) <typelist_val>: New field.
3993         (push_typelist): Declare.
3994
3995 2012-07-06  Tom Tromey  <tromey@redhat.com>
3996
3997         * c-exp.y (%union) <type_stack>: New field.
3998         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3999         (ptr_operator_ts): New production.
4000         (ptype): Update.
4001         * parse.c (type_stack_reserve): New function.
4002         (check_type_stack_depth): Use it.
4003         (pop_type_stack, append_type_stack, push_type_stack)
4004         (get_type_stack, type_stack_cleanup): New functions.
4005         (follow_types): Handle tp_type_stack.
4006         (_initialize_parse): Simplify initialization.
4007         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4008         constant.
4009         (union type_stack_elt) <stack_val>: New field.
4010         (get_type_stack, append_type_stack, push_type_stack)
4011         (type_stack_cleanup): Declare.
4012
4013 2012-07-06  Tom Tromey  <tromey@redhat.com>
4014
4015         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4016         Remove.
4017         (struct type_stack): New.
4018         * parse.c (type_stack, type_stack_size, type_stack_depth):
4019         Remove.
4020         (type_stack): New global.
4021         (parse_exp_in_context, check_type_stack_depth)
4022         (insert_into_type_stack, insert_type, push_type, push_type_int)
4023         (insert_type_address_space, pop_type, pop_type_int)
4024         (_initialize_parse): Update.
4025
4026 2012-07-06  Tom Tromey  <tromey@redhat.com>
4027
4028         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4029         Remove %type.
4030
4031 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4032
4033         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4034
4035 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4036             Jan Kratochvil  <jan.kratochvil@redhat.com>
4037
4038         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4039         alloca with xmalloc/xfree.
4040
4041 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4042
4043         * MAINTAINERS (Write After Approval): Add myself to the list.
4044
4045 2012-07-05  Doug Evans  <dje@google.com>
4046
4047         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4048
4049 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4050
4051         * ax-gdb.c (cli/cli-utils.h): New include.
4052         (linespec.h): Ditto.
4053         (agent_eval_command_one): New function.
4054         (agent_command_1): Ditto.
4055         (agent_command): Call function agent_command_1.
4056         (agent_eval_command): Ditto.
4057         (_initialize_ax_gdb): Change help for "maint agent"
4058         and "maint agent-eval".
4059
4060 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4061
4062         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4063         * cli/cli-utils.c (check_for_argument): New function.
4064         * cli/cli-utils.h (check_for_argument): Ditto.
4065
4066 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4067
4068         * NEWS: Mention x32 ABI support.
4069
4070 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4071
4072         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4073         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4074
4075         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4076         and pc_regnum_from_eax to -1.  Update SP regnum from
4077         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4078         needed.
4079
4080         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4081         pc_regnum_from_eax.
4082
4083 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4084
4085         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4086         * dwarf2expr.h: Include gdbtypes.h.
4087         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4088         these forward declarations.
4089         (cu_offset, sect_offset): Move these ...
4090         * gdbtypes.h: Remove include dwarf2expr.h.
4091         (cu_offset, sect_offset): ... here.
4092
4093 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4094
4095         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4096         (amd64_linux_sigtramp_code): This.
4097         (amd64_x32_linux_sigtramp_code): New.
4098         (LINUX_SIGTRAMP_LEN): Updated.
4099         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4100
4101 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4102
4103         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4104
4105 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4106
4107         * config.in: Regenerate.
4108         * configure: Regenerate.
4109         * configure.ac: Remove check for gnu/libc-version.h.
4110         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4111         gnu/libc-version.h.
4112         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4113         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4114         inferior_has_bug.  Extend the comment.
4115
4116 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4117
4118         * linux-thread-db.c (inferior_has_bug): New function.
4119         (thread_db_find_new_threads_silently): Return boolean as checked by
4120         inferior_has_bug, describe it in the comments.
4121         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4122         earlier.  Abort the initialization if it returned non-zero.
4123         (thread_db_new_objfile): Exclude debug files.
4124         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4125         if UNTIL_NO_NEW,
4126
4127 2012-07-02  Doug Evans  <dje@google.com>
4128
4129         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4130         related to queue management.
4131
4132         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4133         instead of "debug dwarf2-die" in debugging printfs.
4134         (create_debug_info_hash_table_reader): Ditto.
4135         (create_debug_info_hash_table): Ditto.
4136         (init_dwo_file): Ditto.
4137         (init_cutu_and_read_dies): Add debugging printf.
4138         (init_cutu_and_read_dies_no_follow): Ditto.
4139         (process_psymtab_comp_unit_reader): Ditto.
4140
4141 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4142
4143         Add target-side support for dynamic printf.
4144         * NEWS: Mention the additional style.
4145         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4146         (struct bp_location): New field cmd_bytecode.
4147         * breakpoint.c: Include format.h.
4148         (disconnected_dprintf): New global.
4149         (parse_cmd_to_aexpr): New function.
4150         (build_target_command_list): New function.
4151         (insert_bp_location): Call it.
4152         (remove_breakpoints_pid): Skip dprintf breakpoints.
4153         (print_one_breakpoint_location): Ditto.
4154         (dprintf_style_agent): New global.
4155         (dprintf_style_enums): Add dprintf_style_agent.
4156         (update_dprintf_command_list): Add agent case.
4157         (agent_printf_command): New function.
4158         (_initialize_breakpoint): Add new commands.
4159         * common/ax.def (printf): New bytecode.
4160         * ax.h (ax_string): Declare.
4161         * ax-gdb.h (gen_printf): Declare.
4162         * ax-gdb.c: Include cli-utils.h, format.h.
4163         (gen_printf): New function.
4164         (maint_agent_print_command): New function.
4165         (_initialize_ax_gdb): Add maint agent-printf command.
4166         * ax-general.c (ax_string): New function.
4167         (ax_print): Add printf disassembly.
4168         * Makefile.in (SFILES): Add format.c
4169         (COMMON_OBS): Add format.o.
4170         * common/format.h: New file.
4171         * common/format.c: New file.
4172         * printcmd.c: Include format.h.
4173         (ui_printf): Call parse_format_string.
4174         * remote.c (remote_state): New field breakpoint_commands.
4175         (PACKET_BreakpointCommands): New enum.
4176         (remote_breakpoint_commands_feature): New function.
4177         (remote_protocol_features): Add new BreakpointCommands entry.
4178         (remote_can_run_breakpoint_commands): New function.
4179         (remote_add_target_side_commands): New function.
4180         (remote_insert_breakpoint): Call it.
4181         (remote_insert_hw_breakpoint): Ditto.
4182         (_initialize_remote): Add new packet configuration for
4183         target-side breakpoint commands.
4184         * target.h (struct target_ops): New field
4185         to_can_run_breakpoint_commands.
4186         (target_can_run_breakpoint_commands): New macro.
4187         * target.c (update_current_target): Handle
4188         to_can_run_breakpoint_commands.
4189
4190 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4191
4192         Execute -ix and -iex only after system and user gdbinit files.
4193         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4194         processing down after gdbinit files.
4195
4196 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4197
4198         Add fnmatch-gnu module.
4199         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4200         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4201         * gnulib/aclocal.m4: Regenerate.
4202         * gnulib/config.in: Regenerate.
4203         * gnulib/configure: Regenerate.
4204         * gnulib/import/dummy.c: Remove.
4205         * gnulib/import/Makefile.am: Regenerate.
4206         * gnulib/import/Makefile.in: Likewise.
4207         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4208         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4209         * gnulib/import/alloca.c: New file.
4210         * gnulib/import/alloca.in.h: Likewise.
4211         * gnulib/import/config.charset: Likewise.
4212         * gnulib/import/fnmatch.c: Likewise.
4213         * gnulib/import/fnmatch.in.h: Likewise.
4214         * gnulib/import/fnmatch_loop.c: Likewise.
4215         * gnulib/import/localcharset.c: Likewise.
4216         * gnulib/import/localcharset.h: Likewise.
4217         * gnulib/import/m4/alloca.m4: Likewise.
4218         * gnulib/import/m4/codeset.m4: Likewise.
4219         * gnulib/import/m4/configmake.m4: Likewise.
4220         * gnulib/import/m4/fcntl-o.m4: Likewise.
4221         * gnulib/import/m4/fnmatch.m4: Likewise.
4222         * gnulib/import/m4/glibc21.m4: Likewise.
4223         * gnulib/import/m4/localcharset.m4: Likewise.
4224         * gnulib/import/m4/locale-fr.m4: Likewise.
4225         * gnulib/import/m4/locale-ja.m4: Likewise.
4226         * gnulib/import/m4/locale-zh.m4: Likewise.
4227         * gnulib/import/m4/mbrtowc.m4: Likewise.
4228         * gnulib/import/m4/mbsinit.m4: Likewise.
4229         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4230         * gnulib/import/m4/mbstate_t.m4: Likewise.
4231         * gnulib/import/m4/stdbool.m4: Likewise.
4232         * gnulib/import/m4/wchar_h.m4: Likewise.
4233         * gnulib/import/m4/wctype_h.m4: Likewise.
4234         * gnulib/import/m4/wint_t.m4: Likewise.
4235         * gnulib/import/mbrtowc.c: Likewise.
4236         * gnulib/import/mbsinit.c: Likewise.
4237         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4238         * gnulib/import/mbsrtowcs-state.c: Likewise.
4239         * gnulib/import/mbsrtowcs.c: Likewise.
4240         * gnulib/import/ref-add.sin: Likewise.
4241         * gnulib/import/ref-del.sin: Likewise.
4242         * gnulib/import/stdbool.in.h: Likewise.
4243         * gnulib/import/streq.h: Likewise.
4244         * gnulib/import/strnlen1.c: Likewise.
4245         * gnulib/import/strnlen1.h: Likewise.
4246         * gnulib/import/verify.h: Likewise.
4247         * gnulib/import/wchar.in.h: Likewise.
4248         * gnulib/import/wctype.in.h: Likewise.
4249
4250 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4251
4252         Support shell wildcards for 'set auto-load safe-path'.
4253         * auto-load.c: Include fnmatch.h.
4254         (filename_is_in_dir): Rename to ...
4255         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4256         it.  Update function comment.  Rename dir_len to pattern_len.  New
4257         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4258         messages.  Use gdb_filename_fnmatch.
4259         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4260         pattern.
4261         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4262         * defs.h (gdb_filename_fnmatch): New declaration.
4263         * utils.c: Include fnmatch.h.
4264         (gdb_filename_fnmatch): New function.
4265
4266 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4267
4268         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4269         `-probe' and `-probe-stap' options.
4270
4271 2012-07-01  Yao Qi  <yao@codesourcery.com>
4272
4273         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4274         always_inserted_off, and always_inserted_enums.
4275         Change always_inserted_mode's type to 'enum auto_boolean'.
4276         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4277         callers.
4278         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4279         of add_setshow_enum_cmd.
4280         * infrun.c: Remove can_use_displaced_stepping_auto,
4281         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4282         can_use_displaced_stepping_enum.
4283         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4284         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4285         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4286         add_setshow_enum_cmd.
4287
4288 2012-06-30  Doug Evans  <dje@google.com>
4289
4290         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4291         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4292         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4293
4294 2012-06-29  Doug Evans  <dje@google.com>
4295
4296         * linespec.c: #include "stack.h".
4297         (decode_line_with_current_source): Moved here from symtab.c and
4298         renamed from decode_line_spec.  All callers updated.
4299         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4300         renamed from decode_line_spec_1.  All callers updated.
4301         * linespec.h (decode_line_with_current_source): Move declaration here
4302         from symtab.h and renamed from decode_line_spec.
4303         (decode_line_with_last_displayed): Move declaration here from symtab.h
4304         and renamed from decode_line_spec_1.
4305         * macrocmd.c: #include "linespec.h".
4306         * symtab.c: Remove #include "linespec.h".
4307
4308 2012-06-28  Doug Evans  <dje@google.com>
4309
4310         * dwarf2read.c (get_cu_length): New function.
4311         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4312         (create_debug_types_hash_table): Ditto.
4313         (init_cutu_and_read_dies): Ditto.
4314         (init_cutu_and_read_dies_no_follow): Ditto.
4315
4316         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4317
4318         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4319         (struct abbrev_table): Define.
4320         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4321         abbrev_table.
4322         (init_cutu_and_read_dies): Update.
4323         (abbrev_table_alloc_abbrev): New function.  Replaces
4324         dwarf_alloc_abbrev.  All callers updated.
4325         (abbrev_table_add_abbrev): New function.
4326         (abbrev_table_lookup_abbrev): New function.  Replaces
4327         dwarf2_lookup_abbrev.  All callers updated.
4328         (abbrev_table_read_table): New function.  Contents moved here from
4329         dwarf2_read_abbrevs.
4330         (dwarf2_read_abbrevs): Call it.
4331         (abbrev_table_free): New function.
4332         (dwarf2_free_abbrev_table): Call it.
4333
4334 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4335
4336         * osdata.c (info_osdata_command): Filter out "Title" columns
4337         from non-MI uses.
4338         * common/linux-osdata.c (struct osdata_type): Add title field.
4339         (osdata_table): Add titles to each entry.
4340         (linux_command_xfer_osdata): Add a column for title data.
4341
4342 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4343
4344         Make logging work for MI.
4345         * NEWS: Mention it.
4346         * interps.h (interp_set_logging_ftype): New typedef.
4347         (struct interp_procs): New field set_logging_proc.
4348         (current_interp_set_logging): Declare.
4349         * interps.c (current_interp_set_logging): New function.
4350         * cli/cli-logging.c: Include interps.h.
4351         (set_logging_redirect): Call current_interp_set_logging.
4352         (pop_output_files): Ditto.
4353         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4354         * mi/mi-console.h (mi_console_set_raw): Declare.
4355         * mi/mi-console.c (mi_console_set_raw): New function.
4356         * mi/mi-interp.c (saved_raw_stdout): New global.
4357         (mi_set_logging): New function.
4358         (_initialize_mi_interp): Add it to interp procs.
4359
4360 2012-06-28  Doug Evans  <dje@google.com>
4361
4362         * symtab.c (lookup_symbol_aux_objfile): Use
4363         ALL_OBJFILE_PRIMARY_SYMTABS.
4364
4365         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4366
4367 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4368
4369         * common/buffer.c: Include inttypes.h and stdint.h.
4370         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4371
4372 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4373             Pedro Alves  <palves@redhat.com>
4374
4375         * gdbthread.h (ALL_THREADS): New macro.
4376         (thread_list): Declare.
4377         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4378         going, but instead fall through to the stepping handling.
4379         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4380         the passed in signal.  Adjust debug output.
4381         (resume_callback): Rename to ...
4382         (linux_nat_resume_callback): ... this.  Pass the thread's last
4383         stop signal, if in "pass" state.
4384         (linux_nat_resume): Adjust to rename.
4385         (stop_wait_callback): New assertion.  Don't respawn signals;
4386         instead let the LWP remain with SIGNALLED set.
4387         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4388         * remote.c (append_pending_thread_resumptions): New.
4389         (remote_vcont_resume): Call it.
4390         * target.h (target_resume): Extend comment.
4391
4392 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4393
4394         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4395
4396 2012-06-27  Doug Evans  <dje@google.com>
4397
4398         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4399         Delete have_addr_base, unused.  All uses updated.
4400         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4401         (dwarf2_get_pc_bounds): Add ranges_base.
4402         (dwarf2_record_block_ranges): Ditto.
4403
4404 2012-06-27  Tom Tromey  <tromey@redhat.com>
4405
4406         PR macros/7961:
4407         * varobj.c (varobj_create): Update.
4408         (varobj_set_value): Update.
4409         * tracepoint.c (validate_actionline): Update.
4410         (encode_actions_1): Update.
4411         * parse.c (parse_exp_1): Add 'pc' argument.
4412         (parse_exp_in_context): Add 'pc' argument.  Change how
4413         expression_context_pc is set.
4414         (parse_expression): Update.
4415         (parse_field_expression): Update.
4416         * expression.h (parse_exp_1): Update.
4417         * eval.c (parse_to_comma_and_eval): Update.
4418         * breakpoint.c (set_breakpoint_condition): Update.
4419         (update_watchpoint): Update.
4420         (init_breakpoint_sal): Update
4421         (find_condition_and_thread): Update.
4422         (watch_command_1): Update.
4423         (update_breakpoint_locations): Update.
4424         * ada-lang.c (ada_read_renaming_var_value): Update.
4425         (create_excep_cond_exprs): Update.
4426
4427 2012-06-27  Doug Evans  <dje@google.com>
4428
4429         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4430         type units.
4431
4432 2012-06-26  Doug Evans  <dje@google.com>
4433
4434         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4435         prototype.
4436         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4437         updated.
4438         (read_and_check_comp_unit_head): Ditto.
4439         (read_and_check_type_unit_head): Ditto.
4440
4441 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4442
4443         New attribute 'last' for gdb.Symtab_and_line.
4444         * NEWS (Python Scripting): Add entry about the new attribute.
4445         * python/py-symtab.c (salpy_get_last): New function which
4446         implements the get method for the 'last' attribute of
4447         gdb.Symtab_and_line.
4448         (sal_object_getset): Add entry for the 'last' attribute.
4449
4450 2012-06-26  Doug Evans  <dje@google.com>
4451
4452         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4453         (dwo_sections): Add macinfo, macro.
4454         (dwarf2_locate_dwo_sections): Watch for macro sections.
4455         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4456         All callers updated.  Handle DWO files.
4457
4458         * NEWS: Mention new options "set debug dwarf2-read" and
4459         "set debug symtab-create".
4460         * dwarf2read.c (dwarf2_read_debug): New static global.
4461         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4462         (process_queue): Ditto.
4463         (process_full_comp_unit): Ditto.
4464         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4465         * elfread.c (elf_symfile_read): Add debugging printf.
4466         * minsyms.c (install_minimal_symbols): Ditto.
4467         * psymtab.c (allocate_psymtab): Ditto.
4468         * symfile.c (allocate_symtab): Ditto.
4469         * symtab.c (symtab_create_debug): New global.
4470         (_initialize_symtab): Add new option "set debug symtab-create".
4471         * symtab.h (symtab_create_debug): Declare.
4472
4473         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4474         (lookup_dwo_type_unit): Ditto.
4475
4476 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4477             H.J. Lu  <hongjiu.lu@intel.com>
4478
4479         * amd64-linux-nat.c: Include <sys/user.h>.
4480         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4481         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4482         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4483
4484         * configure.ac: Check if the fs_base and gs_base members of
4485         `struct user_regs_struct' exist.
4486         * config.in: Regenerated.
4487         * configure: Likewise.
4488
4489 2012-06-25  Michael Eager  <eager@eagercon.com>
4490
4491         PR python/14291
4492         * python/python.c (gdbpy_write): Check for interrupted output.
4493
4494 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4495
4496         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4497         register as a stack alignment in ARM mode.
4498
4499 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4500
4501         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4502         * gnulib/config.in: Regenerate.
4503         * gnulib/configure: Likewise.
4504         * gnulib/import/m4/extensions.m4: Update it.
4505         * gnulib/import/m4/gnulib-common.m4: Likewise.
4506         * gnulib/import/m4/memmem.m4: Likewise.
4507         * gnulib/import/m4/mmap-anon.m4: Likewise.
4508         * gnulib/import/m4/multiarch.m4: Likewise.
4509         * gnulib/import/stdint.in.h: Likewise.
4510
4511 2012-06-24  Yao Qi  <yao@codesourcery.com>
4512
4513         * corefile.c (write_memory_with_notification): New.
4514         * gdbcore.h: Declare write_memory_with_notification.
4515         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4516         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4517         * valops.c (value_assign): Likewise.
4518         * python/py-inferior.c (infpy_write_memory): Call
4519         'write_memory_with_notification'.
4520
4521 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4522
4523         * cc-with-index.sh: Use also -ex "set auto-load no".
4524
4525 2012-06-23  Doug Evans  <dje@google.com>
4526
4527         PR 14125
4528         * NEWS: Document additions to .gdb_index.
4529         * dwarf2read.c: #include "gdb/gdb-index.h".
4530         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4531         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4532         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4533         (dwarf2_read_index): Recognize version 7.
4534         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4535         block_kind, domain): All callers updated.
4536         (dw2_find_symbol_file): Handle new index CU values.
4537         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4538         (add_index_entry): New args is_static, kind.  All callers updated.
4539         (offset_type_compare, uniquify_cu_indices): New functions
4540         (symbol_kind): New function.
4541         (write_psymtabs_to_index): Remove duplicate CU values.
4542         (write_psymtabs_to_index): Write .gdb_index version 7.
4543
4544 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4545
4546         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4547         * configure: Regenerate.
4548
4549 2012-06-20  Yao Qi  <yao@codesourcery.com>
4550
4551         * python/py-inferior.c: Update comments of infpy_read_memory
4552         and infpy_write_memory.
4553
4554 2012-06-19  Tom Tromey  <tromey@redhat.com>
4555
4556         PR exp/9514:
4557         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4558         (push_type_address_space): Remove.
4559         * parse.c (insert_into_type_stack): New function.
4560         (insert_type): Likewise.
4561         (insert_type_address_space): Rename from push_type_address_space.
4562         Insert tp_space_identifier.
4563         * c-exp.y (ptr_operator): New production.
4564         (abs_decl): Use ptr_operator.
4565         (space_identifier): Call insert_type_address_space.
4566         (ptype): Don't use const_or_volatile_or_space_identifier.
4567         (const_or_volatile_noopt): Call insert_type.
4568         (conversion_type_id, conversion_declarator): New productions.
4569         (operator): Use conversion_type_id.
4570
4571 2012-06-18  Doug Evans  <dje@google.com>
4572
4573         * symtab.h (minimal_symbol): New member created_by_gdb.
4574         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4575         created by gdb.
4576         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4577         (search_symbols): Call it instead of lookup_symbol.
4578         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4579
4580         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4581         Adjust address for DW_OP_GNU_addr_index.
4582         * dwarf2expr.h (dwarf_expr_context): Update comment.
4583         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4584         all callers updated.  Handle TLS vars described with
4585         DW_OP_GNU_const_index.
4586         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4587         and DW_OP_GNU_const_index.
4588         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4589
4590         * block.c (find_block_in_blockvector): Make explicit the fact that we
4591         ignore GLOBAL_BLOCK.
4592
4593 2012-06-18  Tom Tromey  <tromey@redhat.com>
4594
4595         * c-exp.y (operator): Remove trailing space after "delete" and
4596         "delete[]".
4597
4598 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4599             Jan Kratochvil  <jan.kratochvil@redhat.com>
4600
4601         Switch i386 and derived targets to ON_STACK.
4602         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4603         (amd64_dicos_init_abi): Remove its installment.
4604         * dicos-tdep.c (dicos_init_abi): Remove the
4605         set_gdbarch_call_dummy_location call.  Update the comment here.
4606         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4607         (i386_dicos_init_abi): Remove its installment.
4608         * i386-tdep.c (i386_push_dummy_code): New function.
4609         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4610         i386_push_dummy_code.
4611
4612 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4613
4614         Remove stale dummy frames.
4615         * breakpoint.c: Include dummy-frame.h.
4616         (longjmp_breakpoint_ops): New variable.
4617         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4618         bp_longjmp_call_dummy.
4619         (bpstat_what, bptype_string, print_one_breakpoint_location)
4620         (init_bp_location): Support bp_longjmp_call_dummy.
4621         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4622         (set_longjmp_breakpoint_for_call_dummy)
4623         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4624         functions.
4625         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4626         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4627         FIXME comment and extend the other comment for bp_call_dummy.
4628         (set_longjmp_breakpoint_for_call_dummy)
4629         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4630         * dummy-frame.c: Include gdbthread.h.
4631         (pop_dummy_frame_bpt): New function.
4632         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4633         (dummy_frame_discard): New function.
4634         (cleanup_dummy_frames): Update the comment about longjmps.
4635         * dummy-frame.h (dummy_frame_discard): New declaration.
4636         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4637         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4638         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4639         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4640         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4641         keep_going if IS_LONGJMP and there is no other reason to stop.
4642
4643 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4644
4645         * remote-sim.c (sim_command_completer): Initialize
4646         variable 'result'.
4647
4648 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4649
4650         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4651         * dwarf2loc.c (call_site_parameter_matches): Support
4652         CALL_SITE_PARAMETER_PARAM_OFFSET.
4653         (needs_dwarf_reg_entry_value): Push stub value.
4654         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4655         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4656         * gdbtypes.h (enum call_site_parameter_kind): New item
4657         CALL_SITE_PARAMETER_PARAM_OFFSET.
4658         (struct call_site.parameter.u): New field param_offset.
4659
4660 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4661
4662         Code cleanup: Generalize call_site.parameter key.
4663         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4664         variable dwarf_reg.  New variable kind_u.  Update parameters to
4665         push_dwarf_reg_entry_value.
4666         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4667         * dwarf2expr.h (enum call_site_parameter_kind)
4668         (union call_site_parameter_u): Forward declarations.
4669         (struct dwarf_expr_context_funcs): Update parameters and their
4670         description for push_dwarf_reg_entry_value.
4671         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4672         * dwarf2loc.c (call_site_parameter_matches): New function.
4673         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4674         description.  Use call_site_parameter_matches.
4675         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4676         Update parameters and their description.
4677         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4678         New variable kind_u.  Adjust the caller for updated parameters.
4679         (needs_dwarf_reg_entry_value): Update parameters.
4680         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4681         instead of attr.  Update for the changed fields of struct
4682         call_site_parameter.
4683         * gdbtypes.h: Include dwarf2expr.h.
4684         (enum call_site_parameter_kind): New.
4685         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4686         fb_offset into new union u.
4687
4688 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4689
4690         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4691         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4692         for x32.
4693
4694 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4695
4696         * amd64-linux-nat.c (compat_x32_clock_t): New.
4697         (compat_x32_siginfo_t): Likewise.
4698         (compat_x32_siginfo_from_siginfo): Likewise.
4699         (siginfo_from_compat_x32_siginfo): Likewise.
4700         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4701         and siginfo_from_compat_x32_siginfo for x32.
4702
4703 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4704
4705         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4706
4707 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4708
4709         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4710         instead of gdbarch_ptr_bit.
4711         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4712         (amd64_supply_native_gregset): Likewise.
4713         (amd64_collect_native_gregset): Likewise.
4714         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4715         (amd64_supply_xsave): Likewise.
4716         (amd64_collect_fxsave): Likewise.
4717         (amd64_collect_xsave): Likewise.
4718
4719 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4720
4721         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4722         (amd64_linux_read_description): Check DS segment register for
4723         x32 process.
4724
4725 2012-06-15  Tom Tromey  <tromey@redhat.com>
4726
4727         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4728         init_cutu_and_read_dies.
4729
4730 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4731
4732         * MAINTAINERS (Write After Approval): Add myself to the list.
4733
4734 2012-06-15  Tom Tromey  <tromey@redhat.com>
4735
4736         * valops.c (value_find_oload_method_list): Now static.
4737         * value.h (value_find_oload_method_list): Don't declare.
4738
4739 2012-06-15  Tom Tromey  <tromey@redhat.com>
4740
4741         * valops.c (find_overload_match): Use value_ind.
4742
4743 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4744
4745         * infrun.c (handle_inferior_event): Correct indentation.
4746
4747 2012-06-14  Doug Evans  <dje@google.com>
4748
4749         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4750         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4751         All uses updated.
4752         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4753         updated.  Handle DEBUG_LOC_START_LENGTH.
4754         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4755         (loclist_describe_location): Ditto.
4756
4757 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4758
4759         PR backtrace/13866
4760         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4761         after hiding inline functions.
4762
4763 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4764
4765         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4766         _initialize_inf_ttrace.
4767
4768 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4769
4770         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4771         _initialize_hppa_hpux_nat.
4772
4773 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4774
4775         * remote-sim.c (sim_command_completer): Change type of return
4776         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4777
4778 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4779             Jan Kratochvil  <jan.kratochvil@redhat.com>
4780
4781         PR tdep/14222
4782         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4783         stack on a 16-byte boundary.
4784
4785 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4786
4787         * jit.c (finalize_symtab): Set function's return type to 'void' by
4788         default.
4789
4790 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4791             H.J. Lu  <hongjiu.lu@intel.com>
4792
4793         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4794         Move bits common to both the classic LP64 and the new x32 ILP32
4795         ABI here.
4796         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4797         (amd64_x32_linux_init_abi): New function.
4798         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4799         subtype.
4800
4801         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4802         * i386-tdep.c (i386_pseudo_register_name): Make public.
4803         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4804         * amd64-tdep.c (amd64_dword_names): Add "eip".
4805         (amd64_x32_pseudo_register_type): New function
4806         (amd64_x32_init_abi): New function.
4807
4808 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4809
4810         PR build/14003
4811         * inferior.h (struct inferior_suspend_state): Comment out.
4812         (struct inferior): Comment out the field suspend.
4813         * infrun.c (struct infcall_suspend_state): Comment out the field
4814         inferior_suspend.
4815         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4816         out its assignment.
4817
4818 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4819
4820         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4821         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4822         function comment.  Return ERROR for unresolved cases.  Implement
4823         returning proper NAME.
4824         (yylex): Accept also NAME from classify_inner_name.
4825         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4826         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4827         LOC_TYPEDEF type.
4828         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4829
4830 2012-06-13  Tom Tromey  <tromey@redhat.com>
4831
4832         * breakpoint.c (condition_completer): New function.
4833         (_initialize_breakpoint): Use it.
4834         * value.c (complete_internalvar): New function.
4835         * value.h (complete_internalvar): Declare.
4836
4837 2012-06-13  Tom Tromey  <tromey@redhat.com>
4838
4839         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4840         * breakpoint.c (catch_syscall_completer): Return a VEC.
4841         * cli/cli-cmds.c (complete_command): Update.
4842         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4843         (complete_on_enum): Likewise.
4844         * command.h: Include gdb_vecs.h.
4845         (completer_ftype): Change return type.
4846         (complete_on_cmdlist, complete_on_enum): Likewise.
4847         * completer.c (noop_completer, filename_completer)
4848         (location_completer): Return a VEC.
4849         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4850         to a VEC.
4851         (expression_completer, complete_line_internal, complete_line)
4852         (command_completer): Return a VEC.
4853         (gdb_completion_word_break_characters, line_completion_function):
4854         Update.
4855         * completer.h: Include gdb_vecs.h.
4856         (complete_line, noop_completer, filename_completer)
4857         (expression_completer, location_completer, command_completer):
4858         Update.
4859         * f-lang.c (f_word_break_characters): Return a VEC.
4860         * interps.c (interpreter_completer): Return a VEC.
4861         * language.h (struct language_defn)
4862         <la_make_symbol_completion_list>: Return a VEC.
4863         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4864         * symtab.c (free_completion_list): Take a VEC.
4865         (return_val_size, return_val_index): Remove.
4866         (return_val): Now a VEC.
4867         (completion_list_add_name): Update.
4868         (default_make_symbol_completion_list_break_on)
4869         (default_make_symbol_completion_list, make_symbol_completion_list)
4870         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4871         Return a VEC.
4872         (add_filename_to_list): Update.
4873         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4874         <list>: Now a VEC.
4875         (maybe_add_partial_symtab_filename): Update.
4876         (make_source_files_completion_list): Return a VEC.
4877         * symtab.h (default_make_symbol_completion_list_break_on)
4878         (default_make_symbol_completion_list, make_symbol_completion_list)
4879         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4880         (make_source_files_completion_list): Update.
4881
4882 2012-06-13  Tom Tromey  <tromey@redhat.com>
4883
4884         * breakpoint.c (add_catch_command): Use completer_ftype.
4885         * breakpoint.h: Include command.h.
4886         (add_catch_command): Use completer_ftype.
4887         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4888         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4889         Use completer_ftype.
4890         * command.h (completer_ftype): New typedef.
4891         (set_cmd_completer): Use it.
4892         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4893         completer_ftype.
4894
4895 2012-06-13  Pedro Alves  <palves@redhat.com>
4896
4897         Partial revert of previous change.
4898
4899         * serial.c (scb_base): New global.
4900         (serial_for_fd): New.
4901         (serial_open, serial_fdopen_ops): Link new serial in open serials
4902         chain.
4903         (do_serial_close): Unlink serial from the open serials chain.
4904
4905 2012-06-12  Pedro Alves  <palves@redhat.com>
4906
4907         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4908         threads here.
4909         (prepare_for_detach): No longer context switch here in non-stop
4910         mode.
4911         (fetch_inferior_event): Ditto.
4912         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4913         to the event thread before removing breakpoints.  Switch to the
4914         event thread before inserting breakpoints and resuming.
4915         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4916         event thread before resuming.
4917         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4918         Switch to the event thread before removing breakpoints.
4919
4920 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4921
4922         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4923         special characters correctly for the Windows shells.  See
4924         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4925         report.
4926         [!__MINGW32__]: Remove extra double quote character from special
4927         characters.
4928
4929 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4930
4931         * ui-out.h: Remove #if 0 declarations.
4932         * ui-out.c: Remove #if 0 functions.
4933
4934 2012-06-11  Pedro Alves  <palves@redhat.com>
4935
4936         * ser-base.c (run_async_handler_and_reschedule): New.
4937         (fd_event, push_event): Use it.
4938         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4939         reference count to 1.
4940         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4941         instead of xfree.
4942         (serial_is_open, serial_ref, serial_unref): New.
4943         * serial.h (serial_open): Adjust comment.
4944         (serial_is_open): Declare.
4945         (serial_close): Adjust comment.
4946         (serial_ref, serial_unref) Declare.
4947         (struct serial): New field 'refcnt'.
4948
4949 2012-06-11  Pedro Alves  <palves@redhat.com>
4950
4951         Remove #if 0'd "connect" command, and unnecessary associated
4952         refcounting and serial reuse bits.
4953
4954         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4955         * serial.c (last_serial_opened): Delete.
4956         (scb_base): Delete.
4957         (serial_open): Adjust.
4958         (serial_for_fd): Delete.
4959         (serial_fdopen_ops, do_serial_close): Adjust.
4960         (serial_fdopen_ops): Adjust.
4961
4962 2012-06-11  Pedro Alves  <palves@redhat.com>
4963
4964         * serial.c (do_serial_close): Remove early return when SCB is
4965         null.
4966
4967 2012-06-11  Tom Tromey  <tromey@redhat.com>
4968
4969         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4970
4971 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4972
4973         Fix regression by the "ambiguous linespec" series.
4974         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4975         get_last_displayed_symtab and get_last_displayed_line and depending
4976         on CURSAL.
4977
4978 2012-06-11  Tom Tromey  <tromey@redhat.com>
4979
4980         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4981         (dw2_find_symbol_file): Use it.
4982
4983 2012-06-11  Michael Eager  <eager@eagercon.com>
4984
4985         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4986         * mips-linux-tdep.h (mips_signals): New
4987
4988 2012-06-11  Tom Tromey  <tromey@redhat.com>
4989
4990         * infrun.c (handle_inferior_event)
4991         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4992         breakpoint.
4993         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4994         exception logic in all cases.  Update comments.
4995         (insert_longjmp_resume_breakpoint): Set the exception resume
4996         breakpoint.
4997
4998 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4999
5000         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5001
5002 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5003
5004         * valarith.c (binop_types_user_defined_p): Fix a typo.
5005
5006 2012-06-08  Yao Qi  <yao@codesourcery.com>
5007             Chung-Lin Tang <cltang@codesourcery.com>
5008
5009         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5010         * arch-utils.h: Declare.
5011         * gdbarch.sh: Add return_in_first_hidden_param_p.
5012         * gdbarch.c, gdbarch.h: Regenerated.
5013         * infcall.c (call_function_by_hand): Call
5014         gdbarch_return_in_first_hidden_param_p instead of
5015         language_pass_by_reference.
5016
5017         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5018         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5019         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5020         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5021         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5022         `cplus_return_struct_by_reference'.
5023         (tic6x_return_value): Handle language cplusplus.
5024         (tic6x_return_in_first_hidden_param_p): New.
5025         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5026
5027 2012-06-07  Doug Evans  <dje@google.com>
5028
5029         * dwarf2read.c (dwarf2_cu): Add comment.
5030
5031 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5032
5033         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5034         variable.
5035         (mips_eabi_push_dummy_call): Likewise.
5036         (mips_n32n64_push_dummy_call): Likewise.
5037         (mips_o32_push_dummy_call): Likewise.
5038         (mips_o64_push_dummy_call): Likewise.
5039
5040 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5041
5042         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5043
5044 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5045
5046         * mips-tdep.c (mips_pseudo_register_type): Use
5047         mips_float_register_p.
5048
5049 2012-06-06  Pedro Alves  <palves@redhat.com>
5050
5051         * infrun.c (handle_inferior_event): Remove calls to
5052         reinit_frame_cache that follow a context_switch call.
5053
5054 2012-06-06  Pedro Alves  <palves@redhat.com>
5055
5056         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5057         context_switch and remove stale comment.
5058
5059 2012-06-06  Pedro Alves  <palves@redhat.com>
5060
5061         * infrun.c (struct execution_control_state): Remove
5062         `new_thread_event' field.
5063         (handle_inferior_event): Simplify new threads handling; don't
5064         resume the inferior if we find a new thread.
5065
5066 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5067
5068         * NEWS: Document the deprecation of SH's 'regs' command.
5069         * inferior.h (all_registers_info): Add function declaration.
5070         * sh-tdep.c (sh_show_regs): Remove variable.
5071         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5072         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5073         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5074         (sh_show_regs_command): Remove functions.
5075         (sh_gdbarch_init): Don't set sh_show_regs.
5076         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5077         'info all-registers'.
5078         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5079         (sh64_show_regs): Remove functions.
5080         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5081
5082 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5083
5084         * configure.ac: Move development=true below AC_INIT.
5085         * configure: Regenerate.
5086
5087 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5088
5089         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5090         gdb_stdout.
5091
5092 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5093
5094         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5095         argument as ssize_t.
5096         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5097         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5098         * target.c (target_read_stack, target_write_memory)
5099         (target_write_raw_memory): Likewise.
5100         * target.h (target_read_stack, target_write_memory)
5101         (target_write_raw_memory): Likewise.
5102
5103 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5106         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5107         * target.c (target_read_memory): Change LEN to ssize_t.
5108         * target.h (target_read_memory): Change LEN to ssize_t.
5109
5110 2012-06-05  Pedro Alves  <palves@redhat.com>
5111
5112         PR backtrace/13866
5113
5114         * breakpoint.c (until_break_command): Only fetch the selected
5115         frame after decode_line_1.
5116
5117 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5118
5119         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5120         event breakpoint at _start, __start or main if a program
5121         interpreter is not found.
5122
5123 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5124
5125         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5126         Add declaration.
5127         * windows-tdep.c: #include "objfiles.h".
5128         (windows_iterate_over_objfiles_in_search_order): New function.
5129         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5130         iterate_over_objfiles_in_search_order gdbarch method to
5131         windows_iterate_over_objfiles_in_search_order.
5132         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5133
5134 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5135
5136         * gdbarch.sh: Add generation of
5137         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5138         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5139         (iterate_over_objfiles_in_search_order): New gdbarch method.
5140         * gdbarch.h, gdbarch.c: Regenerate.
5141         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5142         Add declaration.
5143         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5144         New function.
5145         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5146         out of lookup_symbol_aux_symtabs.
5147         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5148         call to lookup_symbol_aux_objfile.
5149         (struct global_sym_lookup_data): New type.
5150         (lookup_symbol_global_iterator_cb): New function.
5151         (lookup_symbol_global): Search for symbol using
5152         gdbarch_iterate_over_objfiles_in_search_order and
5153         lookup_symbol_global_iterator_cb.
5154         * findvar.c (struct minsym_lookup_data): New type.
5155         (minsym_lookup_iterator_cb): New function.
5156         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5157         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5158         and minsym_lookup_iterator_cb.
5159
5160 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5161
5162         Revert the following patch:
5163         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5164         try locating the symbol in the symbol's own objfile first, before
5165         extending the search to all objfiles.
5166         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5167         out of lookup_symbol_aux_symtabs.
5168         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5169         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5170         Do not search EXCLUDE_OBJFILE.
5171         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5172         (lookup_symbol_global): Search for matches in the block's objfile
5173         first, before searching all other objfiles.
5174
5175 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5176
5177         * breakpoint.c (find_condition_and_thread): Stop parsing
5178         as soon as the first invalid keyword is found.
5179
5180 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5181
5182         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5183
5184 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5185
5186         * config/djgpp/djcheck.sh: Add copyright header.
5187
5188 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5189
5190         * copyright.py (update_files, main): Fix path to update-copyright
5191         script.
5192
5193 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5194
5195         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5196         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5197         for which a reminder to update by hand is printed.
5198
5199 2012-06-04  Doug Evans  <dje@google.com>
5200
5201         * buildsym.c (make_blockvector): Add comment.
5202
5203 2012-06-04  Pedro Alves  <palves@redhat.com>
5204
5205         * arch-utils.c (default_gdb_signal_from_target): Delete.
5206         * arch-utils.h (default_gdb_signal_from_target): Delete.
5207         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5208         gdbarch_gdb_signal_from_target_p.
5209         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5210         predicate).
5211         * gdbarch.h: Regenerate.
5212         * gdbarch.c: Regenerate.
5213
5214 2012-06-04  Pedro Alves  <palves@redhat.com>
5215
5216         * gdbarch.sh (gdb_signal_from_target): Mention that the
5217         implementation of the method must be host independent.
5218         * gdbarch.h: Regenerate.
5219
5220 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5221
5222         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5223         parameters.
5224         (target_read_memory_bfd): New function.
5225         (symbol_file_add_from_memory): Use it.
5226
5227 2012-06-03  Doug Evans  <dje@google.com>
5228
5229         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5230         of primary symtab.
5231         (basic_lookup_transparent_type): Ditto.
5232
5233         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5234         (ALL_PRIMARY_SYMTABS): Use it.
5235         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5236         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5237         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5238         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5239         (basic_lookup_transparent_type): Ditto.
5240
5241 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5242
5243         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5244         it to optimize resolution of demangled name.
5245
5246 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5247
5248         * configure.ac (development): Define new variable.
5249         Call AC_CHECK_LIB for mcheck if $development.
5250         (ERROR_ON_WARNING): Enable it by default only if $development.
5251         * config.in: Regenerate.
5252         * configure: Regenerate.
5253
5254 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5255
5256         * target.c (target_read_memory): Make LEN argument as size_t.
5257         * target.h (target_read_memory): Likewise.
5258
5259 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5260
5261         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5262
5263 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5264
5265         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5266         BookE interface for PowerPC server processors if not available
5267         in the Linux Kernel.
5268
5269 2012-05-31  Keith Seitz  <keiths@redhat.com>
5270
5271         * linespec.c (decode_objc): Add cleanup to free
5272         INFO.FILE_SYMTABS.
5273         (find_linespec_symbols): Add cleanup to free CLASSES.
5274         * symfile.c (find_separate_debug_file_by_debuglink): Add
5275         cleanup to free DEBUGLINK.
5276         * ui-out.c (clear_header_list): No need to check if
5277         HEADER_NEXT.COLHDR is NULL.
5278         Free HEADER_NEXT.COL_NAME.
5279
5280 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5281
5282         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5283         warning.
5284
5285 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5286
5287         * configure.host (gdb_host_cpu): Handle tilegx*.
5288         (gdb_host): Handle tilegx-*-linux*.
5289         * tilegx-linux-nat.c: New file.
5290         * config/tilegx/linux.mh: New file.
5291
5292 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5293
5294         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5295         tilegx-linux-tdep.o.
5296         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5297         tilegx-linux-tdep.c.
5298         * configure.tgt: Handle tilegx-*-linux*.
5299         * tilegx-tdep.h: New file.
5300         * tilegx-tdep.c: New file.
5301         * tilegx-linux-tdep.c: New file.
5302         * regformats/reg-tilegx.dat: New file.
5303
5304 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5305
5306         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5307         accounting of hw watchpoints on ppc.
5308
5309 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5310
5311         * source.c (openp): Expand tilde in path entries.
5312
5313 2012-05-29  Doug Evans  <dje@google.com>
5314
5315         * buildsym.c (block_compar): Fix comment.
5316         (end_symtab): Fix and clarify some comments.
5317
5318         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5319         cleanup_undefined_types.
5320         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5321         All callers updated.
5322
5323 2012-05-29  Tom Tromey  <tromey@redhat.com>
5324
5325         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5326         fails.
5327         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5328         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5329         fails.
5330         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5331         fails.
5332
5333 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5334
5335         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5336         (struct darwin_info): ... New struct.
5337         (solib_darwin_pspace_data): New variable.
5338         (darwin_pspace_data_cleanup): New function.
5339         (get_darwin_info): Likewise.
5340         (darwin_dyld_version_ok, darwin_load_image_infos)
5341         (darwin_solib_get_all_image_info_addr_at_init)
5342         (darwin_solib_read_all_image_info_addr): Add info argument.
5343         Adjust code.
5344         (darwin_current_sos): Use per pspace structure.
5345         (darwin_solib_create_inferior_hook): Likewise.
5346         (darwin_clear_solib): Likewise.
5347         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5348
5349 2012-05-28  Pedro Alves  <palves@redhat.com>
5350
5351         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5352         block that uses them.  Clear ecss before handling each event.
5353
5354 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5355
5356         * solib-svr4.c (svr4_current_sos): New comment on
5357         svr4_current_sos_via_xfer_libraries fall back.
5358
5359 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5360
5361         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5362         it as a fallback for TYPE_IS_OPAQUE.
5363         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5364         symbols for lookup_symbol.
5365
5366 2012-05-24  John Steele Scott  <toojays@toojays.net>
5367
5368         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5369         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5370         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5371         (check_producer): ... this new function, which also checks for ICC
5372         and caches the result.
5373         (producer_is_icc): New function.
5374         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5375         producer was ICC.
5376
5377 2012-05-24  Pedro Alves  <palves@redhat.com>
5378
5379         PR gdb/7205
5380
5381         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5382         (default_gdb_signal_to_target): ... this.  Add comment.
5383         (default_gdb_signal_from_host): Rename to ...
5384         (default_gdb_signal_from_target): ... this.  Add comment.
5385         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5386         (default_gdb_signal_to_target): ... this.
5387         (default_gdb_signal_from_host): Rename to ...
5388         (default_gdb_signal_from_target): ... this.
5389         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5390         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5391         (gdb_signal_from_target): ... this.  Adjust to
5392         default_gdb_signal_from_host naming change.  Extend comment.
5393         (gdb_signal_to_host): Rename to ...
5394         (gdb_signal_to_target): ... this.  Adjust to
5395         default_gdb_signal_to_host naming change.
5396         * gdbarch.h, gdbarch.c: Renegerate.
5397
5398 2012-05-24  Pedro Alves  <palves@redhat.com>
5399
5400         PR gdb/7205
5401
5402         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5403
5404 2012-05-24  Pedro Alves  <palves@redhat.com>
5405
5406         PR gdb/7205
5407
5408         Replace target_signal with gdb_signal throughout.
5409
5410 2012-05-24  Pedro Alves  <palves@redhat.com>
5411
5412         PR tui/14159
5413
5414         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5415         string, instead of reusing the va_list argument.
5416
5417 2012-05-24  Tom Tromey  <tromey@redhat.com>
5418
5419         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5420         Remove.
5421
5422 2012-05-23  Doug Evans  <dje@google.com>
5423
5424         * symtab.c (search_symbols): Formatting fixes.
5425         (print_symbol_info): Formatting fixes.
5426
5427         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5428         int64_t change to leb128 API.
5429         (read_encoded_value, decode_frame_entry_1): Ditto.
5430         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5431         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5432         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5433         (execute_stack_op): Ditto.
5434         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5435         (safe_read_uleb128, safe_read_sleb128): Ditto.
5436         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5437         (dwarf2_compile_expr_to_ax): Ditto.
5438         (locexpr_describe_location_piece): Ditto.
5439         (disassemble_dwarf_expression): Ditto.
5440         (locexpr_describe_location_1): Ditto.
5441
5442 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5443             Kwok Cheung Yeung  <kcy@codesourcery.com>
5444
5445         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5446         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5447         (mi-cmd-info.o): New rule.
5448         * osdata.h (info_osdata_command): New declaration.
5449         * osdata.c (info_osdata_command): Change to non-static.
5450         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5451         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5452         * mi/mi-cmd-info.c: New file.
5453
5454 2012-05-23  Doug Evans  <dje@google.com>
5455
5456         * symtab.c (search_symbols): Pass NULL for file_matcher to
5457         expand_symtabs_matching if there are no files to match.
5458
5459         * gdbtypes.c (lookup_typename): Simplify.
5460
5461 2012-05-23  Pedro Alves  <palves@redhat.com>
5462
5463         * arch-utils.h (default_target_signal_to_host): Delete.
5464         * arch-utils.c (default_target_signal_to_host): Delete.
5465         * gdbarch.sh (target_signal_to_host): Remove.
5466         * gdbarch.h, gdbarch.c: Regenerate.
5467
5468 2012-05-22  Doug Evans  <dje@google.com>
5469
5470         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5471         "const gdb_byte *".
5472         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5473         (execute_cfa_program): Update to match API of leb128 functions.
5474         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5475         "const gdb_byte *".
5476         (read_unsigned_leb128, read_signed_leb128): Delete.
5477         (read_initial_length): Change type of buf argument to
5478         "const gdb_byte *".
5479         (read_encoded_value): Update to match API of leb128 functions.
5480         (decode_frame_entry): Change result to "const gdb_byte *", and
5481         similarly for "start" parameter.
5482         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5483         (dwarf2_build_frame_info): Change local frame_ptr to
5484         "const gdb_byte *".
5485         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5486         read_uleb128, read_sleb128.  All callers updated.
5487         (safe_skip_leb128): New function.
5488         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5489         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5490         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5491         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5492         read_uleb128, read_sleb128.
5493         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5494         (execute_stack_op): Update to match API of leb128 functions.
5495         * dwarf2expr.h: #include "leb128.h".
5496         (read_uleb128, read_sleb128): Delete.
5497         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5498         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5499         * dwarf2loc.c (debug_loc_kind): New enum.
5500         (decode_debug_loc_addresses): New function.
5501         (decode_debug_loc_dwo_addresses): New function.
5502         (dwarf2_find_location_expression): Rewrite.
5503         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5504         (locexpr_describe_location_piece): Ditto.
5505         (disassemble_dwarf_expression): Ditto.
5506         (locexpr_describe_location_1): Ditto.
5507         (loclist_describe_location): Rewrite.
5508         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5509         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5510         (dwarf2_section_buffer_overflow_complaint): Renamed from
5511         dwarf2_macros_too_long_complaint.  All callers updated.
5512         (skip_leb128): Delete.
5513         (init_cu_die_reader): Initialize reader->buffer_end.
5514         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5515         (skip_form_bytes): New arg buffer_end.  All callers updated.
5516         Replace call to skip_leb128 with gdb_skip_leb128.
5517         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5518         (fill_in_loclist_baton): Initialize baton->from_dwo.
5519
5520 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5521
5522         * mips-linux-nat.c (mips_linux_read_description): Use a more
5523         verbose error message.
5524
5525 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5526
5527         * NEWS: Add MIPS/Linux DSP support.
5528         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5529         (SIGCONTEXT_DSPCTL): New macro.
5530         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5531         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5532         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5533         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5534         (N64_SIGCONTEXT_HI3): Likewise.
5535         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5536         (N64_SIGCONTEXT_LO3): Likewise.
5537         (N64_SIGCONTEXT_DSPCTL): Likewise.
5538         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5539         (mips_linux_o32_sigframe_init): Handle DSP registers.
5540         (mips_linux_n32n64_sigframe_init): Likewise.
5541
5542 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5543
5544         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5545         call to abort.
5546
5547 2012-05-22  Pedro Alves  <palves@redhat.com>
5548
5549         * target.h (store_waitstatus): Move declaration ...
5550         * inf-child.h (store_waitstatus): ... here.
5551         * target.c: Move inclusion of gdb_wait.h, and ...
5552         (store_waitstatus): ... this ...
5553         * inf-child.c: ... here.
5554         * linux-nat.c: Include inf-child.h.
5555         * rs6000-nat.c: Include inf-child.h.
5556         * spu-linux-nat.c: Include inf-child.h.
5557
5558 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5559
5560         * tracepoint.c (start_tracing): Add missing i18n markup.
5561         (stop_tracing, set_trace_user): Ditto.
5562         (set_trace_notes, set_trace_stop_notes): Ditto.
5563
5564 2012-05-21  Tom Tromey  <tromey@redhat.com>
5565
5566         PR c++/7173:
5567         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5568         types.
5569         * value.h (value_cast_pointers): Update.
5570         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5571         (value_cast): Update.
5572         (update_search_result): New function.
5573         (do_search_struct_field): New, from search_struct_field.  Check
5574         for ambiguous results.
5575         (search_struct_field): Rewrite.
5576         * infcall.c (value_arg_coerce): Update.
5577         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5578         value_cast_pointers.
5579         * ada-lang.c (ada_convert_actual): Update.
5580
5581 2012-05-21  Tom Tromey  <tromey@redhat.com>
5582
5583         * macroexp.c (macro_stringify): Terminate the string.
5584
5585 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5586
5587         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5588         Describe it.
5589         * auto-load.c (auto_load_expand_dir_vars): New function.
5590         (auto_load_safe_path_vec_update): Use it, remove the
5591         substitute_path_component call thanks to it.
5592         (auto_load_objfile_script): Remove the debug_file_directory processing.
5593         Use auto_load_expand_dir_vars, remove the substitute_path_component
5594         call thanks to it.
5595         * configure: Regenerate.
5596         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5597         path.  Escape $ also for $debugdir.
5598         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5599         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5600
5601 2012-05-20  Doug Evans  <dje@google.com>
5602
5603         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5604         before use.  Check for symtab->includes == NULL before scanning it.
5605
5606 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5607
5608         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5609
5610 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5611
5612         * NEWS: Add microMIPS support and "set mips compression",
5613         "show mips compression" commands.
5614         * mips-tdep.h (mips_isa): New enum.
5615         (gdbarch_tdep): Add mips_isa.
5616         (mips_pc_is_mips16): Update prototype.
5617         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5618         * mips-tdep.c (mips_compression_mips16): New variable.
5619         (mips_compression_micromips): Likewise.
5620         (mips_compression_strings): Likewise.
5621         (mips_compression_string): Likewise.
5622         (is_mips16_isa, is_micromips_isa): New functions.
5623         (is_mips16_addr): Rename to...
5624         (is_compact_addr): ... this.
5625         (unmake_mips16_addr): Likewise to...
5626         (unmake_compact_addr): ... this.
5627         (make_mips16_addr): Likewise to...
5628         (make_compact_addr): ... this.
5629         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5630         functions.
5631         (mips_elf_make_msymbol_special): Handle microMIPS code.
5632         (msymbol_is_special): Rename to...
5633         (msymbol_is_mips16): ... this.
5634         (mips_make_symbol_special, mips_pc_is_mips16): Update
5635         accordingly.
5636         (msymbol_is_mips, msymbol_is_micromips): New functions.
5637         (mips16_to_32_reg): Rename to...
5638         (mips_reg3_to_reg): ... this.
5639         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5640         (mips_pc_isa): Likewise.
5641         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5642         code.
5643         (mips_fetch_instruction): Pass return status instead of printing
5644         an error message if requested.  Handle microMIPS code.  Bail out
5645         on an invalid ISA.
5646         (micromips_op): New macro.
5647         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5648         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5649         (b6s4_op, b7s3_reg): Likewise.
5650         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5651         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5652         (mips_insn_size): New function.
5653         (mips32_next_pc): Update mips_fetch_instruction call.
5654         (micromips_relative_offset7): New function.
5655         (micromips_relative_offset10): Likewise.
5656         (micromips_relative_offset16): Likewise.
5657         (micromips_pc_insn_size): Likewise.
5658         (micromips_bc1_pc): Likewise.
5659         (micromips_next_pc): Likewise.
5660         (unpack_mips16): Update mips_fetch_instruction call.
5661         (extended_mips16_next_pc): Update according to change to
5662         mips16_to_32_reg.
5663         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5664         code.
5665         (mips16_scan_prologue): Update mips_fetch_instruction call.
5666         Update according to change to mips16_to_32_reg.
5667         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5668         (mips_insn16_frame_base_sniffer): Likewise.
5669         (micromips_decode_imm9): New function.
5670         (micromips_scan_prologue): Likewise.
5671         (mips_micro_frame_cache): Likewise.
5672         (mips_micro_frame_this_id): Likewise.
5673         (mips_micro_frame_prev_register): Likewise.
5674         (mips_micro_frame_sniffer): Likewise.
5675         (mips_micro_frame_unwind): New variable.
5676         (mips_micro_frame_base_address): New function.
5677         (mips_micro_frame_base): New variable.
5678         (mips_micro_frame_base_sniffer): New function.
5679         (mips32_scan_prologue): Update mips_fetch_instruction call.
5680         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5681         rather than for MIPS16.
5682         (mips_insn32_frame_base_sniffer): Likewise.
5683         (mips_addr_bits_remove): Handle microMIPS code.
5684         (deal_with_atomic_sequence): Rename to...
5685         (mips_deal_with_atomic_sequence): ... this.  Update the type
5686         of the variable used to hold an instruction.  Remove the ISA bit
5687         check.  Update mips_fetch_instruction call.
5688         (micromips_deal_with_atomic_sequence): New function.
5689         (deal_with_atomic_sequence): Likewise.
5690         (mips_about_to_return): Handle microMIPS code.  Update
5691         mips_fetch_instruction call.
5692         (heuristic_proc_start): Check for the standard MIPS ISA rather
5693         than for MIPS16.  Update mips_pc_is_mips16 and
5694         mips_fetch_instruction calls.  Handle microMIPS code.
5695         (mips_push_dummy_code): Handle microMIPS code.
5696         (mips_eabi_push_dummy_call): Likewise.
5697         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5698         (mips_o64_push_dummy_call): Handle microMIPS code.
5699         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5700         (is_delayed): Remove function.
5701         (mips_single_step_through_delay): Replace the call to is_delayed
5702         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5703         Handle microMIPS code.
5704         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5705         microMIPS code.
5706         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5707         call.
5708         (micromips_in_function_epilogue_p): New function.
5709         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5710         call.
5711         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5712         Handle microMIPS.
5713         (gdb_print_insn_mips): Likewise.
5714         (mips_breakpoint_from_pc): Likewise.
5715         (mips_remote_breakpoint_from_pc): New function.
5716         (mips32_instruction_has_delay_slot): Simplify making use of the
5717         updated mips_fetch_instruction interface.
5718         (micromips_instruction_has_delay_slot): New function.
5719         (mips16_instruction_has_delay_slot): Simplify making use of the
5720         updated mips_fetch_instruction interface.
5721         (mips_adjust_breakpoint_address): Check for the standard MIPS
5722         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5723         calls.  Handle microMIPS code.
5724         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5725         (mips_skip_trampoline_code): Handle microMIPS code.
5726         (global_mips_compression): New function.
5727         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5728         file flags.  Register the microMIPS remote breakpoint handler
5729         and heuristic frame unwinder.
5730         (show_mips_compression): New function.
5731         (_initialize_mips_tdep): Add the "set mips compression" and
5732         "show mips compression" commands.
5733
5734 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5735
5736         * ada-lang.c:
5737         * ada-tasks.c:
5738         * ada-varobj.c:
5739         * amd64-darwin-tdep.c:
5740         * arm-symbian-tdep.c:
5741         * arm-tdep.c:
5742         * avr-tdep.c:
5743         * ax-gdb.c:
5744         * bfin-linux-tdep.c:
5745         * breakpoint.c:
5746         * c-valprint.c:
5747         * cli/cli-cmds.c:
5748         * coffread.c:
5749         * cp-support.c:
5750         * cris-tdep.c:
5751         * dwarf2-frame-tailcall.c:
5752         * dwarf2-frame.c:
5753         * dwarf2expr.c:
5754         * dwarf2loc.c:
5755         * dwarf2read.c:
5756         * elfread.c:
5757         * eval.c:
5758         * expprint.c:
5759         * f-valprint.c:
5760         * frv-tdep.c:
5761         * h8300-tdep.c:
5762         * hppa-hpux-tdep.c:
5763         * hppa-tdep.c:
5764         * hppanbsd-tdep.c:
5765         * i386-nto-tdep.c:
5766         * i386-tdep.c:
5767         * i387-tdep.c:
5768         * ia64-tdep.c:
5769         * jit.c:
5770         * linespec.c:
5771         * linux-tdep.c:
5772         * lm32-tdep.c:
5773         * m2-valprint.c:
5774         * m32c-tdep.c:
5775         * m32r-rom.c:
5776         * m32r-tdep.c:
5777         * m68k-tdep.c:
5778         * m68klinux-tdep.c:
5779         * mi/mi-main.c:
5780         * microblaze-tdep.c:
5781         * mips-linux-tdep.c:
5782         * mips-tdep.c:
5783         * mn10300-tdep.c:
5784         * p-valprint.c:
5785         * parse.c:
5786         * ppc-linux-tdep.c:
5787         * ppc-sysv-tdep.c:
5788         * printcmd.c:
5789         * python/py-finishbreakpoint.c:
5790         * python/py-inferior.c:
5791         * python/py-infthread.c:
5792         * python/py-type.c:
5793         * python/python.c:
5794         * remote-fileio.c:
5795         * remote-m32r-sdi.c:
5796         * remote-mips.c:
5797         * reverse.c:
5798         * rl78-tdep.c:
5799         * rs6000-aix-tdep.c:
5800         * rs6000-tdep.c:
5801         * s390-tdep.c:
5802         * score-tdep.c:
5803         * sh64-tdep.c:
5804         * skip.c:
5805         * solib-darwin.c:
5806         * solib-dsbt.c:
5807         * solib-frv.c:
5808         * sparc-tdep.c:
5809         * spu-multiarch.c:
5810         * spu-tdep.c:
5811         * stack.c:
5812         * symfile.c:
5813         * symtab.c:
5814         * tic6x-tdep.c:
5815         * tracepoint.c:
5816         * v850-tdep.c:
5817         * valarith.c:
5818         * valprint.c:
5819         * value.c:
5820         * xcoffread.c:
5821         * xtensa-tdep.c:
5822         * ada-lang.c:
5823         * ada-tasks.c:
5824         * ada-varobj.c:
5825         * amd64-darwin-tdep.c:
5826         * arm-symbian-tdep.c:
5827         * arm-tdep.c: Delete unused variables.
5828
5829 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5830
5831         Rename $ddir to $datadir.
5832         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5833         * auto-load.c (auto_load_safe_path_vec_update)
5834         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5835         * configure: Regenerate.
5836         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5837         Likewise.  Remove the 'use $ddir' help string.
5838
5839 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5840
5841         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5842         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5843
5844 2012-05-18  Tom Tromey  <tromey@redhat.com>
5845
5846         PR exp/13907:
5847         * valprint.h (struct value_print_options) <symbol_print>: New
5848         field.
5849         * valprint.c (user_print_options): Add default for symbol_print.
5850         (show_symbol_print): New function.
5851         (generic_val_print): Respect symbol_print.
5852         (_initialize_valprint): Add "print symbol" setting.
5853         * f-valprint.c (f_val_print): Respect symbol_print.
5854         * c-valprint.c (c_val_print): Respect symbol_print.
5855         * NEWS: Update.
5856         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5857         zero-size symbols.
5858         (print_address_demangle): Return int.
5859         * defs.h: (print_address_symbolic): Return int.
5860         * value.h (print_address_demangle): Return int.
5861
5862 2012-05-18  Tom Tromey  <tromey@redhat.com>
5863
5864         * valprint.c (val_print_string): Don't print leading space.
5865         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5866         print space before string or vtbl.
5867         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5868         before string.
5869         * jv-valprint.c (java_value_print): Print space before string.
5870         * go-valprint.c (print_go_string): Print space before string.
5871         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5872         space before string.
5873         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5874         space before string or vtbl.
5875         * auxv.c (fprint_target_auxv): Print space after address.
5876
5877 2012-05-18  Tom Tromey  <tromey@redhat.com>
5878
5879         * printcmd.c (print_address_demangle): Remove special case for 0.
5880
5881 2012-05-18  Tom Tromey  <tromey@redhat.com>
5882
5883         * printcmd.c (print_address_demangle): Add 'opts' argument.
5884         * p-valprint.c (pascal_val_print): Update.
5885         * jv-valprint.c (java_val_print): Update.
5886         * value.h: Update.
5887         * valprint.c (generic_val_print): Update.
5888         (print_function_pointer_address): Add 'options' argument.  Remove
5889         'addressprint' argument.  Update.
5890         * m2-valprint.c (print_unpacked_pointer): Update.
5891         * gnu-v3-abi.c (print_one_vtable): Update.
5892         (gnuv3_print_method_ptr): Update.
5893         * f-valprint.c (f_val_print): Update.
5894         * cp-valprint.c (cp_print_value_fields): Update.
5895         * valprint.h (print_function_pointer_address): Update.
5896         * c-valprint.c (c_val_print): Update.
5897
5898 2012-05-18  Tom Tromey  <tromey@redhat.com>
5899
5900         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5901         directly corresponding to the found psymtab.
5902         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5903         (dw2_find_pc_sect_symtab): Use it.
5904         * block.h (blockvector_contains_pc): Declare.
5905         * block.c (find_block_in_blockvector): New function.
5906         (blockvector_for_pc_sect): Use it.
5907         (blockvector_contains_pc): New function.
5908
5909 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5910
5911         * mips-tdep.h (mips_write_pc): New prototype.
5912         * mips-tdep.c (mips_write_pc): Make external, add description.
5913         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5914         add description.
5915
5916 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5917
5918         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5919         mips_regnum->pc.
5920         (mips_unwind_pc, mips_write_pc): Likewise.
5921         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5922         gdbarch_read_pc.
5923
5924 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5925
5926         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5927         proc_warn, proc_error, proc_get_status, proc_flags,
5928         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5929         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5930         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5931         proc_stop_process, proc_wait_for_stop, proc_run_process,
5932         proc_set_traced_signals, proc_set_traced_faults,
5933         proc_set_traced_sysentry, proc_set_traced_sysexit,
5934         proc_set_held_signals, proc_get_held_signals,
5935         proc_get_traced_signals, proc_get_traced_faults,
5936         proc_get_traced_sysentry, proc_get_traced_sysexit,
5937         proc_clear_current_fault, proc_set_current_signal,
5938         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5939         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5940         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5941         proc_get_current_thread, proc_get_current_thread,
5942         proc_get_current_thread, proc_update_threads,
5943         proc_update_threads, proc_update_threads, proc_update_threads,
5944         proc_iterate_over_threads, procfs_find_new_threads,
5945         procfs_pid_to_str): Make static.  Remove advance declaration.
5946         (proc_cursig): Make static.  Conditionalized defintion on
5947         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5948         (proc_syscall, proc_set_kill_on_last_close,
5949         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5950         proc_get_pending_signals, proc_get_signal_actions,
5951         proc_trace_signal, proc_ignore_signal): Delete.
5952
5953 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5954
5955         * coffread.c (cs_section_address): Passing proper argument for
5956         `bfd_get_section_vma'.
5957         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5958         `bfd_get_section_flags'.
5959         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5960         `bfd_get_section_vma'.
5961
5962 2012-05-16  Tom Tromey  <tromey@redhat.com>
5963
5964         PR macros/13205:
5965         * macrotab.h: (macro_define_special): Declare.
5966         (enum macro_special_kind): New.
5967         (struct macro_definition) <argc, replacement>: Update comments.
5968         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5969         (macro_define_object_internal): New function.
5970         (macro_define_object): Use it.
5971         (macro_define_special): New function.
5972         (fixup_definition): New function.
5973         (macro_lookup_definition, foreach_macro_in_scope)
5974         (foreach_macro): Use fixup_definition.
5975         * macroexp.h (macro_stringify): Declare.
5976         * macroexp.c (free_buffer_return_text): New function.
5977         (stringify): Constify "arg".
5978         (macro_stringify): New function.
5979         * dwarf2read.c (macro_start_file): Call macro_define_special.
5980
5981 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5982             Maciej W. Rozycki  <macro@mips.com>
5983
5984         * breakpoint.h (bp_location): Add related_address member.
5985         * inferior.h (get_return_value): Take a pointer to struct value
5986         instead of struct type for the function requested.
5987         * value.h (using_struct_return): Likewise.
5988         * gdbarch.sh (return_value): Take a pointer to struct value
5989         instead of struct type for the function requested.
5990         * breakpoint.c (set_breakpoint_location_function): Initialize
5991         related_address for bp_gnu_ifunc_resolver breakpoints.
5992         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5993         requested function's address to gdbarch_return_value.
5994         * eval.c (evaluate_subexp_standard): Pass the requested
5995         function's address to using_struct_return.
5996         * infcall.c (call_function_by_hand): Pass the requested
5997         function's address to using_struct_return and
5998         gdbarch_return_value.
5999         * infcmd.c (get_return_value): Take a pointer to struct value
6000         instead of struct type for the function requested.
6001         (print_return_value): Update accordingly.
6002         (finish_command_continuation): Likewise.
6003         * stack.c (return_command): Pass the requested function's
6004         address to using_struct_return and gdbarch_return_value.
6005         * value.c (using_struct_return): Take a pointer to struct value
6006         instead of struct type for the function requested.  Pass the
6007         requested function's address to gdbarch_return_value.
6008         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6009         New function_value member, replacing function_type.
6010         (bpfinishpy_dealloc): Update accordingly.
6011         (bpfinishpy_pre_stop_hook): Likewise.
6012         (bpfinishpy_init): Likewise.  Record the requested function's
6013         address.
6014         * mips-tdep.c (mips_fval_reg): New enum.
6015         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6016         words put in GP registers.
6017         (mips_o64_push_dummy_call): Update a comment.
6018         (mips_o32_return_value): Take a pointer to struct value instead
6019         of struct type for the function requested and use it to check if
6020         using the MIPS16 calling convention.  Return the designated
6021         general purpose registers for floating-point values returned in
6022         MIPS16 mode.
6023         (mips_o64_return_value): Likewise.
6024         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6025         (ppc_sysv_abi_broken_return_value): Likewise.
6026         (ppc64_sysv_abi_return_value): Likewise.
6027         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6028         value instead of struct type for the function requested.
6029         * amd64-tdep.c (amd64_return_value): Likewise.
6030         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6031         * arm-tdep.c (arm_return_value): Likewise.
6032         * avr-tdep.c (avr_return_value): Likewise.
6033         * bfin-tdep.c (bfin_return_value): Likewise.
6034         * cris-tdep.c (cris_return_value): Likewise.
6035         * frv-tdep.c (frv_return_value): Likewise.
6036         * h8300-tdep.c (h8300_return_value): Likewise.
6037         (h8300h_return_value): Likewise.
6038         * hppa-tdep.c (hppa32_return_value): Likewise.
6039         (hppa64_return_value): Likewise.
6040         * i386-tdep.c (i386_return_value): Likewise.
6041         * ia64-tdep.c (ia64_return_value): Likewise.
6042         * iq2000-tdep.c (iq2000_return_value): Likewise.
6043         * lm32-tdep.c (lm32_return_value): Likewise.
6044         * m32c-tdep.c (m32c_return_value): Likewise.
6045         * m32r-tdep.c (m32r_return_value): Likewise.
6046         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6047         * m68k-tdep.c (m68k_return_value): Likewise.
6048         (m68k_svr4_return_value): Likewise.
6049         * m88k-tdep.c (m88k_return_value): Likewise.
6050         * mep-tdep.c (mep_return_value): Likewise.
6051         * microblaze-tdep.c (microblaze_return_value): Likewise.
6052         * mn10300-tdep.c (mn10300_return_value): Likewise.
6053         * moxie-tdep.c (moxie_return_value): Likewise.
6054         * mt-tdep.c (mt_return_value): Likewise.
6055         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6056         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6057         (ppc_sysv_abi_broken_return_value): Likewise.
6058         (ppc64_sysv_abi_return_value): Likewise.
6059         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6060         * rl78-tdep.c (rl78_return_value): Likewise.
6061         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6062         * rx-tdep.c (rx_return_value): Likewise.
6063         * s390-tdep.c (s390_return_value): Likewise.
6064         * score-tdep.c (score_return_value): Likewise.
6065         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6066         (sh_return_value_fpu): Likewise.
6067         * sh64-tdep.c (sh64_return_value): Likewise.
6068         * sparc-tdep.c (sparc32_return_value): Likewise.
6069         * sparc64-tdep.c (sparc64_return_value): Likewise.
6070         * spu-tdep.c (spu_return_value): Likewise.
6071         * tic6x-tdep.c (tic6x_return_value): Likewise.
6072         * v850-tdep.c (v850_return_value): Likewise.
6073         * vax-tdep.c (vax_return_value): Likewise.
6074         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6075         * xtensa-tdep.c (xtensa_return_value): Likewise.
6076         * gdbarch.c: Regenerate.
6077         * gdbarch.h: Regenerate.
6078
6079 2012-05-15  Tom Tromey  <tromey@redhat.com>
6080
6081         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6082
6083 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6084
6085         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6086         of command in two error message.
6087
6088 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6089
6090         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6091
6092 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6093
6094         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6095
6096 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6097
6098         * NEWS (show auto-load scripts-directory): Add forgotten command.
6099
6100 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6101
6102         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6103         parameters.
6104
6105 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6106
6107         * amd64-tdep.c: Include features/i386/x32.c and
6108         features/i386/x32-avx.c.
6109         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6110         initialize_tdesc_x32_avx.
6111
6112 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6113
6114         Add dynamic printf.
6115         * breakpoint.h (enum bptype): New type bp_dprintf.
6116         (struct breakpoint): New field extra_string.
6117         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6118         (create_breakpoint): Add extra_string arg.
6119         * breakpoint.c (dprintf_breakpoint_ops): New.
6120         (is_breakpoint): Add bp_dprintf.
6121         (bpstat_what): Add dprintf case.
6122         (bptype_string): Ditto.
6123         (print_one_breakpoint_location): Ditto.
6124         (init_bp_location): Ditto.
6125         (bkpt_print_mention): Ditto.
6126         (dprintf_style_enums): New array.
6127         (dprintf_style): New global.
6128         (dprintf_function): New global.
6129         (dprintf_channel): New global.
6130         (update_dprintf_command_list): New function.
6131         (update_dprintf_commands): New function.
6132         (init_breakpoint_sal): Add extra_string argument, handle it.
6133         (create_breakpoint_sal): Add extra_string argument.
6134         (create_breakpoints_sal): Add extra_string argument, update callers.
6135         (find_condition_and_thread): Add extra argument.
6136         (create_breakpoint): Add extra_string argument, record it.
6137         (dprintf_command): New function.
6138         (break_command_1): Add arg to create_breakpoint call.
6139         (handle_gnu_v3_exceptions): Ditto.
6140         (trace_command): Ditto.
6141         (ftrace_command): Ditto.
6142         (strace_command): Ditto.
6143         (bkpt_print_mention): Add dprintf case.
6144         (create_breakpoint_sal_default): Add extra_string argument.
6145         (_initialize_breakpoint): Add new commands.
6146         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6147         * python/py-breakpoint.c (bppy_init): Ditto.
6148         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6149
6150 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6151
6152         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6153
6154 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6155
6156         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6157         unsigned long long.
6158
6159 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6160
6161         Add a new function gdb.find_pc_line to the Python API.
6162         * NEWS (Python Scripting): Add entry about the new function.
6163         * python/python.c (gdbpy_find_pc_line): New function which
6164         implements gdb.find_pc_line.
6165         (GdbMethods): Add entry for the new function.
6166
6167 2012-05-12  Pedro Alves  <palves@redhat.com>
6168
6169         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6170         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6171
6172 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6173
6174         * inferior.c: Include completer.h
6175         (initialize_inferiors): Set completer of add-inferior to
6176         filename_completer.
6177
6178 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6179
6180         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6181         gdbarch_ptr_bit for x32 core dump.
6182
6183 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6184
6185         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6186         and features/i386/x32-avx-linux.c.
6187
6188 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6189             Kwok Cheung Yeung  <kcy@codesourcery.com>
6190
6191         * NEWS: Describe new info os commands.
6192         * common/linux-osdata.c (PID_T, TIME_T): Define.
6193         (MAX_PID_T_STRLEN): New.
6194         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6195         MAX_PID_T_STRLEN.
6196         (command_from_pid): Add comment.  Change to use PID_T.
6197         (commandline_from_pid):  Change to use PID_T.
6198         (user_from_pid): Add comment.
6199         (get_process_owner): Add comment. Change to use PID_T and
6200         MAX_PID_T_STRLEN.
6201         (get_number_of_cpu_cores): Add comment.
6202         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6203         MAX_PID_T_STRLEN.
6204         (linux_xfer_osdata_processes): Change to use PID_T and
6205         MAX_PID_T_STRLEN.
6206         (compare_processes): New function.
6207         (linux_xfer_osdata_processgroups): New function.
6208         (linux_xfer_osdata_threads): Change to use PID_T.
6209         (linux_xfer_osdata_fds): New function.
6210         (format_socket_state, print_sockets): New functions.
6211         (union socket_addr): New union.
6212         (linux_xfer_osdata_isockets): New function.
6213         (time_from_time_t, group_from_gid): New functions.
6214         (linux_xfer_osdata_shm): New function.
6215         (linux_xfer_osdata_sem): New function.
6216         (linux_xfer_osdata_msg): New function.
6217         (linux_xfer_osdata_modules): New function.
6218         (osdata_table): Add new entries.
6219         * common/buffer.c (buffer_xml_printf): Add support for long and
6220         long long format specifiers.
6221
6222 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6223
6224         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6225         (tdesc_x32_avx_linux): Likewise.
6226
6227 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6228
6229         Implement multi-component --with-auto-load-dir.
6230         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6231         entries.
6232         (--with-auto-load-safe-path): Update the default value description.
6233         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6234         New.
6235         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6236         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6237         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6238         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6239         "set auto-load scripts-directory".
6240         * config.in: Regenerate.
6241         * configure: Regenerate.
6242         * configure.ac (--with-auto-load-dir): New configure option.
6243         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6244
6245 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6246
6247         Provide $ddir substitution for --with-auto-load-safe-path.
6248         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6249         entries.
6250         * auto-load.c: Include observer.h.
6251         (auto_load_safe_path_vec_update): Call substitute_path_component for
6252         each component.  New variable ddir_subst.
6253         (auto_load_gdb_datadir_changed): New function.
6254         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6255         AUTO_LOAD_SAFE_PATH.  New comment.
6256         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6257         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6258         * config.in: Regenerate.
6259         * configure: Regenerate.
6260         * configure.ac (--auto-load-safe-path): Rename
6261         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6262         GDB_DATADIR/auto-load.
6263         * defs.h (substitute_path_component): New declaration.
6264         * top.c: Include observer.h.
6265         (set_gdb_datadir): New function.
6266         (init_main): Install it for "set data-directory".
6267         * utils.c (substitute_path_component): New function.
6268
6269 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6270
6271         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6272         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6273         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6274         DEBUG_FILE_DIRECTORY.
6275
6276 2012-05-10  Tom Tromey  <tromey@redhat.com>
6277
6278         * dwarf2read.c (recursively_write_psymbols): New function.
6279         (write_psymtabs_to_index): Use it.
6280
6281         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6282         field.
6283         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6284         (load_partial_comp_unit): Update.
6285         (queue_comp_unit): Add argument 'pretend_language'.
6286         (process_queue): Update.
6287         (psymtab_to_symtab_1): Skip dependencies that have a user.
6288         (load_partial_comp_unit_reader): Give meaning to the 'data'
6289         argument.
6290         (load_full_comp_unit): Add 'pretend_language' argument.
6291         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6292         language on CU.
6293         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6294         Update.
6295         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6296         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6297         Update.
6298         (prepare_one_comp_unit): Add 'pretend_language' argument.
6299
6300         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6301         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6302         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6303         (dw2_do_instantiate_symtab): Check whether symtab was read in
6304         before queueing.
6305         (dw2_instantiate_symtab): Add assertion.  Call
6306         process_cu_includes.
6307         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6308         (partial_symtab_p): New typedef.
6309         (set_partial_user): New function.
6310         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6311         (scan_partial_symbols): Add imported CU to imported_symtabs.
6312         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6313         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6314         (get_symtab, recursively_compute_inclusions)
6315         (compute_symtab_includes, process_cu_includes)
6316         (process_imported_unit_die): New functions.
6317         (process_die) <DW_TAG_imported_unit>: New case.
6318         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6319
6320         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6321         comment.
6322         (struct partial_die_info) <locdesc>: Remove.
6323         <d>: New field.
6324         (process_psymtab_comp_unit): Add 'read_partial' argument.
6325         Update.
6326         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6327         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6328         (add_partial_symbol): Update.
6329         (process_die): Handle DW_TAG_partial_unit.
6330         (read_file_scope): Update comment.
6331         (load_partial_dies): Handle DW_TAG_imported_unit.
6332         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6333         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6334
6335 2012-05-10  Tom Tromey  <tromey@redhat.com>
6336
6337         * cc-with-dwz.sh: New file.
6338
6339 2012-05-10  Tom Tromey  <tromey@redhat.com>
6340
6341         * symtab.h (struct symtab) <includes, user>: New fields.
6342         * block.h (struct block_iterator) <d, idx, which>: New fields.
6343         * block.c (initialize_block_iterator, find_iterator_symtab)
6344         (block_iterator_step, block_iter_name_step)
6345         (block_iter_match_step): New functions.
6346         (block_iterator_first, block_iterator_next)
6347         (block_iter_name_first, block_iter_name_next)
6348         (block_iter_match_first, block_iter_match_next): Rewrite.
6349         (get_block_symtab): New function.
6350
6351 2012-05-10  Tom Tromey  <tromey@redhat.com>
6352
6353         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6354         set_block_symtab.
6355         * jit.c (finalize_symtab): Use allocate_global_block,
6356         set_block_symtab.
6357         * buildsym.c (finish_block_internal): New function, from old
6358         finish_block.
6359         (finish_block): Rewrite.
6360         (end_symtab): Use finish_block_internal, set_block_symtab.
6361         * block.h (struct global_block): New.
6362         (allocate_global_block, set_block_symtab): Declare.
6363         * block.c (allocate_global_block, set_block_symtab): New
6364         functions.
6365
6366 2012-05-10  Tom Tromey  <tromey@redhat.com>
6367
6368         * psymtab.c (partial_map_expand_apply): Add assertion.
6369         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6370         (psymtab_to_symtab): Find unshared psymtab.
6371         (dump_psymtab): Print including psymtabs.
6372         (recursively_search_psymtabs): New function.
6373         (expand_symtabs_matching_via_partial): Use it.
6374         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6375         fields.
6376         (enum psymtab_search_status): New.
6377
6378 2012-05-10  Tom Tromey  <tromey@redhat.com>
6379
6380         * tracepoint.c (scope_info): Update.
6381         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6382         (find_pc_sect_symtab, search_symbols)
6383         (default_make_symbol_completion_list_break_on)
6384         (make_file_symbol_completion_list): Update.
6385         * symmisc.c (dump_symtab_1): Update.
6386         * stack.c (print_frame_args, iterate_over_block_locals)
6387         (print_frame_labels, iterate_over_block_arg_vars): Update.
6388         * python/py-block.c (block_object) <dict>: Remove.
6389         <block>: New field.
6390         <iter>: Change type.
6391         (blpy_iter): Update.
6392         (blpy_block_syms_iternext): Update.
6393         * psymtab.c (map_block): Use block iterators.
6394         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6395         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6396         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6397         * infrun.c (check_exception_resume): Update.
6398         * cp-support.c (make_symbol_overload_list_block): Update.
6399         * coffread.c (patch_opaque_types): Update.
6400         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6401         * block.h (struct block_iterator): New.
6402         (block_iterator_first, block_iterator_next, block_iter_name_first)
6403         (block_iter_name_next, block_iter_match_first)
6404         (block_iter_match_next): Declare.
6405         (ALL_BLOCK_SYMBOLS): Redefine.
6406         * block.c (block_iterator_first, block_iterator_next)
6407         (block_iter_name_first, block_iter_name_next)
6408         (block_iter_match_first, block_iter_match_next): New functions.
6409         * ada-lang.c (ada_add_block_symbols)
6410         (ada_make_symbol_completion_list): Use block iterator.
6411
6412 2012-05-10  Tom Tromey  <tromey@redhat.com>
6413
6414         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6415         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6416         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6417         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6418         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6419         Update.
6420
6421 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6422
6423         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6424         print-file-var-lib2.c, print-file-var-main.c and
6425         print-file-var.exp (located in gdb/testsuite/gdb.base).
6426
6427 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6428
6429         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6430         try locating the symbol in the symbol's own objfile first, before
6431         extending the search to all objfiles.
6432         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6433         out of lookup_symbol_aux_symtabs.
6434         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6435         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6436         Do not search EXCLUDE_OBJFILE.
6437         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6438         (lookup_symbol_global): Search for matches in the block's objfile
6439         first, before searching all other objfiles.
6440
6441 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6442
6443         * printcmd.c (set_command): Add pre/post inc/dec.
6444
6445 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6446
6447         * gdb.1: Document -ex option.
6448
6449 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6450
6451         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6452         * inferior.h (AT_SYMBOL): Delete.
6453
6454 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6455
6456         * mips-tdep.c (mips_push_dummy_code): New function.
6457         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6458         ON_STACK and install mips_push_dummy_code as our gdbarch
6459         push_dummy_code routine.
6460
6461 2012-05-09  Pedro Alves  <palves@redhat.com>
6462
6463         * target.c (set_maintenance_target_async_permitted): Rename to ...
6464         (set_target_async_command): ... this.
6465         (show_maintenance_target_async_permitted): Rename to ...
6466         (show_target_async_command): ... this.
6467         (initialize_targets): Adjust.
6468
6469 2012-05-08  Doug Evans  <dje@google.com>
6470
6471         * go-exp.y (classify_name): Add missing assignment of fields of
6472         yylval.ssym.
6473
6474 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6475
6476         Display the ">" prompt in interactive mode while reading canned
6477         commands, even when the current interpreter is MI.
6478
6479         * interps.c (interp_set_temp): New function.
6480
6481         * interps.h (interp_set_temp): Add prototype.
6482
6483         * cli/cli-script.c (restore_interp): New cleanup function.
6484         (read_command_lines): Temporarily override the current interpreter
6485         with CLI and arrange for restoring the original one.
6486
6487 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6488
6489         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6490
6491 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6492
6493         * probe.c (parse_probes): Move conditional to check for
6494         debuginfo files from here...
6495         * stap-probe.c (stap_get_probes): ... to here.
6496
6497 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6498             H.J. Lu  <hongjiu.lu@intel.com>
6499
6500         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6501         `movl %esp, %ebp' for the X32 ABI.
6502
6503 2012-05-07  Tom Tromey  <tromey@redhat.com>
6504
6505         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6506         get_DW_TAG_name.
6507         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6508         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6509         (dwarf_stack_op_name): Remove.
6510         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6511         (decode_locdesc): Use get_DW_OP_name.
6512         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6513         (dwarf2_compile_expr_to_ax): Likewise.
6514         (disassemble_dwarf_expression): Likewise.
6515         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6516
6517 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6518
6519         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6520         (sh_linux_sigtramp_cache): New function.
6521         (sh_linux_sigreturn_init): New function.
6522         (sh_linux_rt_sigreturn_init): New function.
6523         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6524         patterns.
6525         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6526         syscall codes.
6527         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6528         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6529         (sh_linux_init_abi): Add init calls to register new tramp_frame
6530         definitions under 32-bit SH, update comments.
6531
6532 2012-05-07  Pedro Alves  <palves@redhat.com>
6533
6534         PR gdb/10952
6535
6536         * amd64-linux-tdep.c: Include glibc-tdep.h.
6537         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6538         gdbarch_skip_solib_resolver callback.
6539
6540 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6541
6542         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6543         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6544         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6545         (add_auto_load_safe_path): Change the error message.
6546         (_initialize_auto_load): Change the "safe-path" help text.
6547         * configure: Regenerate
6548         * configure.ac (--without-auto-load-safe-path): Set
6549         WITH_AUTO_LOAD_SAFE_PATH to /.
6550
6551 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6552
6553         * stap-probe.h: Do not include unecessary `probe.h'.
6554
6555 2012-05-05  Alan Modra  <amodra@gmail.com>
6556
6557         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6558         bfd_und_section_ptr.
6559         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6560         and bfd_com_section_ptr.
6561
6562 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6563
6564         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6565
6566 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6567
6568         * windows-nat.h (segment_register_p_ftype): New typedef.
6569         (windows_set_segment_register_p): Add declaration.
6570         * windows-nat.c (segment_register_p): New static global.
6571         (windows_set_segment_register_p): New function.
6572         (do_windows_fetch_inferior_registers): Add special handling
6573         for segment registers.
6574         * amd64-windows-nat.c: #include "amd64-tdep.h".
6575         (amd64_windows_segment_register_p): New function.
6576         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6577         * i386-windows-nat.c: #include "i386-tdep.h".
6578         (i386_windows_segment_register_p): New function.
6579         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6580
6581 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6582
6583         * printcmd.c (set_command): Emit a warning if the expression is not
6584         an assignment.
6585
6586 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6587
6588         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6589         Make static.
6590
6591 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6592
6593         * stap-probe.c (stap_is_operator): Change declaration.
6594         (stap_get_opcode): Change return value.
6595         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6596         `stap_parse_argument_1'.
6597
6598 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6599
6600         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6601         debug log.
6602
6603 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6604
6605         Add two new methods global_block and static_block to gdb.Symtab
6606         objects.
6607         * NEWS (Python scripting): Add entry about the new methods.
6608         * python/py-symtab.c (stpy_global_block): New function which
6609         implements the gdb.Symtab.global_block() method.
6610         (stpy_static_block): New function which implements the
6611         gdb.Symtab.static_block() method.
6612         (symtab_object_methods): Add entries for the two new methods.
6613
6614 2012-05-03  Doug Evans  <dje@google.com>
6615
6616         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6617         files.
6618
6619 2012-05-03  Yao Qi  <yao@codesourcery.com>
6620
6621         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6622         space.
6623         (i386_process_record): Ditto.
6624
6625 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6626
6627         * infcall.c (unwind_on_signal_p): Make static.
6628
6629 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6630
6631         * sol-thread.c (solaris_pid_to_str): Make static.
6632         (_initialize_sol_thread): Add prototype.
6633
6634 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6635
6636         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6637
6638 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6639
6640         * MAINTAINERS: Remove myself.
6641
6642 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6643
6644         Fix --without-auto-load-safe-path for MS-Windows host platform.
6645         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6646
6647 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6648
6649         * gdb_curses.h: Undefine KEY_EVENT before including curses
6650         headers.  Move "#undef MOUSE_MOVED" before any curses header
6651         inclusion.
6652
6653 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6654
6655         * features/i386/i386-mmx-linux.c: Regenerate.
6656         * features/rs6000/powerpc-32.c: Likewise.
6657         * features/rs6000/powerpc-32l.c: Likewise.
6658         * features/rs6000/powerpc-403.c: Likewise.
6659         * features/rs6000/powerpc-403gc.c: Likewise.
6660         * features/rs6000/powerpc-405.c: Likewise.
6661         * features/rs6000/powerpc-505.c: Likewise.
6662         * features/rs6000/powerpc-601.c: Likewise.
6663         * features/rs6000/powerpc-602.c: Likewise.
6664         * features/rs6000/powerpc-603.c: Likewise.
6665         * features/rs6000/powerpc-604.c: Likewise.
6666         * features/rs6000/powerpc-64.c: Likewise.
6667         * features/rs6000/powerpc-64l.c: Likewise.
6668         * features/rs6000/powerpc-750.c: Likewise.
6669         * features/rs6000/powerpc-860.c: Likewise.
6670         * features/rs6000/powerpc-e500.c: Likewise.
6671         * features/rs6000/powerpc-e500l.c: Likewise.
6672         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6673         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6674         * features/rs6000/rs6000.c: Likewise.
6675
6676 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6677
6678         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6679         variable.
6680         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6681         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6682         (stap_parse_argument) <e>: Likewise.
6683         (handle_stap_probe) <byte_order>: Likewise.
6684
6685 2012-04-30  Doug Evans  <dje@google.com>
6686
6687         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6688         init_and_read_dies_worker.  All callers updated.
6689         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6690         replaced with init_cutu_and_read_dies.
6691         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6692         (find_partial_die): Remove FIXME.  Don't free current CU.
6693
6694 2012-04-30  Sterling Augustine  <saugustine@google.com>
6695
6696         * contrib: New directory.
6697         * contrib/test_pubnames_and_indexes.py: New file.
6698
6699 2012-04-30  Doug Evans  <dje@google.com>
6700
6701         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6702         All callers updated.
6703         (init_cu_die_reader): Verify the section is non-empty.
6704         (dwarf_decode_line_header): Don't dereference section->asection
6705         until we know the section is present.
6706
6707 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6708
6709         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6710         probes.
6711
6712 2012-04-29  Yao Qi  <yao@codesourcery.com>
6713
6714         * gdb-code-style.el: New hook gdb-markup-hook
6715         and gdb-comment-hook.
6716
6717 2012-04-28  Doug Evans  <dje@google.com>
6718
6719         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6720         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6721         objfile->obfd.
6722         * symfile.h (dwarf2_debug_sections): New member addr.
6723         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6724         (ctx_no_get_addr_index): New function.
6725         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6726         (ctx_no_get_addr_index): Declare.
6727         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6728         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6729         (dwarf_expr_ctx_funcs): Update.
6730         (needs_get_addr_index): New function.
6731         (needs_frame_ctx_funcs): Update.
6732         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6733         * dwarf2read.c: #include "gdbcore.h".
6734         (dwarf2_per_objfile): New members addr, dwo_files.
6735         (dwarf2_elf_names): Add entry for addr.
6736         (struct dwo_section_names): New type.
6737         (dwo_section_names): New static global.
6738         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6739         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6740         old debug_types_section member updated to use this.
6741         Rename member debug_types_section to info_or_types_section,
6742         all uses updated.
6743         (signatured_type): Rename member type_offset to type_offset_in_tu,
6744         all uses updated.  New member type_offset_in_section.
6745         (struct dwo_sections): New type.
6746         (struct dwo_unit): New type.
6747         (struct dwo_file): New type.
6748         (die_reader_specs): New member dwo_file.
6749         (dwarf2_locate_sections): Watch for .debug_addr.
6750         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6751         (dwarf2_read_section): Get bfd of section from bfd's asection,
6752         instead of objfile.
6753         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6754         (create_signatured_type_table_from_index): Initialize
6755         sig_type->info_or_types_section.
6756         (dw2_get_file_names): Statement lists for type units with DWO files
6757         live in the DWO file.
6758         (create_debug_types_hash_table): New function.
6759         (create_all_type_units): Rewrite.
6760         (init_cu_die_reader): New arg dwo_file, all callers updated.
6761         (init_and_read_dies_worker): Get section from
6762         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6763         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6764         continue reading the CU/TU from there.
6765         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6766         updated.  Get section from this_cu->info_or_types_section.
6767         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6768         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6769         DW_FORM_GNU_str_index.
6770         (hash_dwo_file, eq_dwo_file): New functions.
6771         (allocate_dwo_file_hash_table): New function.
6772         (hash_dwo_unit, eq_dwo_unit): New functions.
6773         (allocate_dwo_unit_table): New function.
6774         (dwarf2_locate_dwo_sections): New function.
6775         (struct create_dwo_info_table_data): New type.
6776         (create_debug_info_hash_table_reader): New function.
6777         (create_debug_info_hash_table): New function.
6778         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6779         (lookup_dwo_file): New function.
6780         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6781         (free_dwo_file, free_dwo_file_cleanup): New functions.
6782         (free_dwo_file_from_slot, free_dwo_files): New functions.
6783         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6784         (dwarf2_record_block_ranges): Ditto.
6785         (read_partial_die): Ditto.
6786         (process_enumeration_scope): Update to use type_offset_in_section.
6787         (read_full_die_1): New function.
6788         (read_full_die): Rewrite.
6789         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6790         DW_FORM_GNU_str_index.
6791         (read_addr_index_1, read_addr_index): New functions.
6792         (read_addr_index_from_leb128): New function.
6793         (struct dwarf2_read_addr_index_data): New type.
6794         (dwarf2_read_addr_index_reader): New function.
6795         (dwarf2_read_addr_index): New function.
6796         (read_str_index): New function.
6797         (leb128_size): New function.
6798         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6799         If processing a type unit from a DWO file, get the line section
6800         from the DWO file.
6801         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6802         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6803         DW_FORM_GNU_str_index.
6804         (lookup_die_type): Check whether section offset of type's die is
6805         known before looking it up.  Remove assert.  Condition can
6806         legimately happen for inter-cu type references.
6807         (dwarf_attr_name): Handle Fission attributes.
6808         (dwarf_form_name): Handle Fission forms.
6809         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6810         DW_FORM_GNU_str_index.
6811         (follow_die_sig): Update to use type_offset_in_section.
6812         (decode_locdesc): New case DW_OP_GNU_addr_index.
6813         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6814         DW_FORM_GNU_str_index.
6815         (cu_debug_loc_section): New function.
6816         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6817         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6818         Free DWO files if present.
6819         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6820
6821         Refactor DIE reading.
6822         * dwarf2read.c (dwarf2_per_objfile): Replace members
6823         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6824         (die_reader_specs): New member "die_section".  Temporarily make
6825         member "buffer" non-const, pending constifying all info_ptr uses.
6826         (die_reader_func_ftype): New typedef.
6827         (dw2_get_file_names_reader): New function.
6828         (dw2_get_file_names): Rewrite.
6829         (read_and_check_type_unit_head): Rename arg type_offset to
6830         type_offset_in_tu.
6831         (create_all_type_units): Improve debugging message.
6832         Improve dummy type unit check.
6833         (init_cu_die_reader): New arg "section".  All callers updated.
6834         (init_and_read_dies_worker): New function.
6835         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6836         (init_cutu_and_read_dies_no_follow): New function.
6837         (init_cutu_and_read_dies_simple): New function.
6838         (process_psymtab_comp_unit_reader): New function.
6839         (process_psymtab_comp_unit): Delete args section,
6840         is_debug_types_section.  Rewrite.  All callers updated.
6841         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6842         All callers updated.  Rewrite.
6843         (load_partial_comp_unit_reader): New function.
6844         (load_partial_comp_unit): Rewrite.
6845         (skip_children): New arg reader.  Delete args buffer, cu.
6846         All callers updated.
6847         (skip_one_die): New arg reader.  Delete args buffer, cu.
6848         All callers updated.
6849         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6850         All callers updated.
6851         (load_full_comp_unit_reader): New function.
6852         (load_full_comp_unit): Rewrite.
6853         (read_comp_unit): Delete.
6854         (read_die_and_children_1): Delete, contents moved ...
6855         (read_die_and_children): ... here.
6856         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6857         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6858         All callers updated.
6859         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6860         All callers updated.
6861         (find_partial_die): Rewrite load_all_dies support.
6862         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6863         All callers updated.
6864         (read_attribute): New arg reader.  Delete args abfd, cu.
6865         All callers updated.
6866         (load_full_type_unit): Add assert.
6867         (read_signatured_type_reader): New function.
6868         (read_signatured_type): Rewrite.
6869         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6870         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6871         All callers updated.  Set per_cu->cu = NULL after freeing it.
6872         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6873         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6874         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6875         (set_die_type): Update.
6876         (get_die_type_at_offset): Update.
6877         (read_file_scope): Call prepare_one_comp_unit.
6878         (read_type_unit_scope): Ditto.
6879         (prepare_one_comp_unit): Set producer if present.
6880
6881 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6882
6883         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6884          gettext function on `error'.
6885
6886 2012-04-27  Doug Evans  <dje@google.com>
6887
6888         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6889         is empty.
6890
6891 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6892             Tom Tromey  <tromey@redhat.com>
6893
6894         * breakpoint.c (struct breakpoint_objfile_data)
6895         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6896         <exception_probes>: New fields.
6897         (free_breakpoint_probes): New function.
6898         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6899         `_Unwind_DebugHook'.
6900         (create_exception_master_breakpoint): Likewise.
6901         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6902         * infrun.c: Including necessary header files for handling SystemTap
6903         probes.
6904         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6905         via SystemTap probes.
6906         (check_exception_resume): Remove `func' argument.  Handle exception
6907         unwinding breakpoint set via a SystemTap probe.
6908         (insert_exception_resume_from_probe): New function.
6909
6910 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6911             Tom Tromey  <tromey@redhat.com>
6912             Jan Kratochvil  <jan.kratochvil@redhat.com>
6913
6914         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6915         (COMMON_OBS): Likewise.
6916         (HFILES_NO_SRCDIR): Add `probe'.
6917         * NEWS: Mention support for static and SystemTap probes.
6918         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6919         SystemTap probes' arguments parser.
6920         * arm-linux-tdep.c: Including headers needed to perform the parsing
6921         of SystemTap probes' arguments.
6922         (arm_stap_is_single_operand): New function.
6923         (arm_stap_parse_special_token): Likewise.
6924         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6925         probes' arguments parser.
6926         * ax-gdb.c (require_rvalue): Removing static declaration.
6927         (gen_expr): Likewise.
6928         * ax-gdb.h (gen_expr): Declaring function.
6929         (require_rvalue): Likewise.
6930         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6931         (bkpt_probe_breakpoint_ops): New variable.
6932         (momentary_breakpoint_from_master): Set the `probe' value.
6933         (add_location_to_breakpoint): Likewise.
6934         (break_command_1): Using proper breakpoint_ops according to the
6935         argument passed by the user in the command line.
6936         (bkpt_probe_insert_location): New function.
6937         (bkpt_probe_remove_location): Likewise.
6938         (bkpt_probe_create_sals_from_address): Likewise.
6939         (bkpt_probe_decode_linespec): Likewise.
6940         (tracepoint_probe_create_sals_from_address): Likewise.
6941         (tracepoint_probe_decode_linespec): Likewise.
6942         (tracepoint_probe_breakpoint_ops): New variable.
6943         (trace_command): Using proper breakpoint_ops according to the
6944         argument passed by the user in the command line.
6945         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6946         static probes on breakpoints and tracepoints.
6947         * breakpoint.h (struct bp_location) <probe>: New field.
6948         * cli-utils.c (skip_spaces_const): New function.
6949         (extract_arg): Likewise.
6950         * cli-utils.h (skip_spaces_const): Likewise.
6951         (extract_arg): Likewise.
6952         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6953         * configure.ac: Append `stap-probe.o' to be generated when ELF
6954         support is present.
6955         * configure: Regenerate.
6956         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6957         * elfread.c: Include `probe.h' and `arch-utils.h'.
6958         (probe_key): New variable.
6959         (elf_get_probes): New function.
6960         (elf_get_probe_argument_count): Likewise.
6961         (elf_evaluate_probe_argument): Likewise.
6962         (elf_compile_to_ax): Likewise.
6963         (elf_symfile_relocate_probe): Likewise.
6964         (stap_probe_key_free): Likewise.
6965         (elf_probe_fns): New variable.
6966         (elf_sym_fns): Add `sym_probe_fns' value.
6967         (elf_sym_fns_lazy_psyms): Likewise.
6968         (elf_sym_fns_gdb_index): Likewise.
6969         (_initialize_elfread): Initialize objfile cache for static
6970         probes.
6971         * gdb_vecs.h (struct probe): New forward declaration.
6972         (probe_p): New VEC declaration.
6973         * gdbarch.c: Regenerate.
6974         * gdbarch.h: Regenerate.
6975         * gdbarch.sh (stap_integer_prefix): New variable.
6976         (stap_integer_suffix): Likewise.
6977         (stap_register_prefix): Likewise.
6978         (stap_register_suffix): Likewise.
6979         (stap_register_indirection_prefix): Likewise.
6980         (stap_register_indirection_suffix): Likewise.
6981         (stap_gdb_register_prefix): Likewise.
6982         (stap_gdb_register_suffix): Likewise.
6983         (stap_is_single_operand): New function.
6984         (stap_parse_special_token): Likewise.
6985         (struct stap_parse_info): Forward declaration.
6986         * i386-tdep.c: Including headers needed to perform the parsing
6987         of SystemTap probes' arguments.
6988         (i386_stap_is_single_operand): New function.
6989         (i386_stap_parse_special_token): Likewise.
6990         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6991         probes' arguments parser.
6992         * i386-tdep.h (i386_stap_is_single_operand): New function.
6993         (i386_stap_parse_special_token): Likewise.
6994         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6995         * mipsread.c (ecoff_sym_fns): Likewise.
6996         * objfiles.c (objfile_relocate1): Support relocation for static
6997         probes.
6998         * parse.c (prefixify_expression): Remove static declaration.
6999         (initialize_expout): Likewise.
7000         (reallocate_expout): Likewise.
7001         * parser-defs.h (initialize_expout): Declare function.
7002         (reallocate_expout): Likewise.
7003         (prefixify_expression): Likewise.
7004         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7005         of SystemTap probes' arguments.
7006         (ppc_stap_is_single_operand): New function.
7007         (ppc_stap_parse_special_token): Likewise.
7008         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7009         probes' arguments parser.
7010         * probe.c: New file, for generic statically defined probe support.
7011         * probe.h: Likewise.
7012         * s390-tdep.c: Including headers needed to perform the parsing of
7013         SystemTap probes' arguments.
7014         (s390_stap_is_single_operand): New function.
7015         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7016         probes' arguments parser.
7017         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7018         * stap-probe.c: New file, for SystemTap probe support.
7019         * stap-probe.h: Likewise.
7020         * symfile.h: Include `gdb_vecs.h'.
7021         (struct sym_probe_fns): New struct.
7022         (struct sym_fns) <sym_probe_fns>: New field.
7023         * symtab.c (init_sal): Initialize `probe' field.
7024         * symtab.h (struct probe): Forward declaration.
7025         (struct symtab_and_line) <probe>: New field.
7026         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7027         locations.
7028         (stop_tracing): Likewise.
7029         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7030
7031 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7032             Tom Tromey  <tromey@redhat.com>
7033
7034         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7035         and to compile agent expressions.
7036         * infrun.c (siginfo_make_value): New argument `ignore'.
7037         (siginfo_funcs): New struct.
7038         (_initialize_infrun): New argument when calling
7039         `create_internalvar_type_lazy'.
7040         * thread.c (thread_id_make_value): New argument `ignore'.
7041         (thread_funcs): New struct.
7042         (_initialize_thread): New argument when calling
7043         `create_internalvar_type_lazy'.
7044         * tracepoint.c (sdata_make_value): New argument `ignore'.
7045         (sdata_funcs): New struct.
7046         (_initialize_tracepoint): New argument when calling
7047         `create_internalvar_type_lazy'.
7048         * value.c (make_value): New struct.
7049         (create_internalvar_type_lazy): New argument `data'.
7050         (compile_internalvar_to_ax): New function.
7051         (value_of_internalvar): Properly handling `make_value' case.
7052         (clear_internalvar): Likewise.
7053         (show_convenience): Adding `TRY_CATCH' block.
7054         * value.h (internalvar_make_value): Delete, replace by...
7055         (struct internalvar_funcs): ... this.
7056         (create_internalvar_type_lazy) <fun>: Delete argument.
7057         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7058         (compile_internalvar_to_ax): New function.
7059         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7060         (tlb_funcs): New struct.
7061         (_initialize_windows_tdep): New argument when calling
7062         `create_internalvar_type_lazy'.
7063
7064 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7065
7066         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7067         see whether it is an address or a constant offset from DW_AT_low_pc.
7068         (dwarf2_record_block_ranges): Likewise.
7069         (read_partial_die): Likewise.
7070
7071 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7072
7073         * MAINTAINERS (Write After Approval): Add myself to the list.
7074
7075 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7076
7077         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7078         (proc_prettyprint_signal): Likewise.
7079         (proc_prettyprint_faultset): Likewise.
7080         (proc_prettyprint_fault): Likewise.
7081         (proc_prettyprint_actionset): Likewise.
7082         (proc_prettyprint_flags): Move to new proc-flags.c section.
7083         (proc_prettyfprint_flags): New prototype.
7084         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7085         (proc_syscall, proc_cursig): Likewise.
7086         (proc_set_kill_on_last_close): Likewise.
7087         (proc_unset_kill_on_last_close): Likewise.
7088         (proc_set_watchpoint): Make static.
7089         (proc_delete_dead_threads): Likewise.
7090         (procfs_set_watchpoint): Likewise.
7091         (_initialize_procfs): Add prototype.
7092         * proc-events.c: Include proc-utils.h.
7093         (init_syscall_table): Make static.
7094         * proc-api.c (_initialize_proc_api): Add prototype.
7095         * proc-flags.c: Include proc-utils.h.
7096
7097 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7098
7099         * configure.ac: Add AC_ARG_PROGRAM.
7100         * configure: Regenerate.
7101
7102 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7103
7104         Fix DW_AT_lower_bound defaults for DWARF-4+.
7105         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7106         high.  New variable low_default_is_valid.  Implement DWARF-4+
7107         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7108         no default by the DWARF standard.
7109
7110 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7111             Maciej W. Rozycki  <macro@codesourcery.com>
7112
7113         * infrun.c (handle_inferior_event): Move the check for return
7114         trampolines ahead of the check for function trampolines.
7115         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7116         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7117         (mips_str_mips16_ret_stub): Likewise.
7118         (mips_str_call_fp_stub): Likewise.
7119         (mips_str_call_stub): Likewise.
7120         (mips_str_fn_stub): Likewise.
7121         (mips_str_pic): Likewise.
7122         (mips_in_frame_stub): New function.
7123         (mips_unwind_pc): Return the return address rather than the PC
7124         if the PC of an intermediate frame is inside a call thunk.
7125         (mips_is_stub_suffix): New function.
7126         (mips_is_stub_mode): Likewise.
7127         (mips_get_mips16_fn_stub_pc): Likewise.
7128         (mips_skip_mips16_trampoline_code): Update to handle all the
7129         currently generated stub types.  Don't recurse into __fn_stub
7130         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7131         Use cooked register accesses.
7132         (mips_in_return_stub): Reintroduce function.
7133         (mips_skip_trampoline_code): Traverse trampolines recursively.
7134         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7135
7136 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7137
7138         GDB 7.4.1 released.
7139
7140 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7141
7142         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7143         * features/arm-with-m-vfp-d16.xml: New file. Describes
7144         Cortex-M with VFPv4-sp-d16 FPU register layout.
7145         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7146         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7147         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7148         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7149         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7150
7151 2012-04-25  Doug Evans  <dje@google.com>
7152
7153         * cli/cli-decode.c (print_doc_line): Use stream instead of
7154         current_uiout.
7155
7156 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7157
7158         * features/arm-with-iwmmxt.c: Regenerate.
7159         * features/arm-with-m-fpa-layout.c: Likewise.
7160         * features/arm-with-m.c: Likewise.
7161         * features/arm-with-neon.c: Likewise.
7162         * features/arm-with-vfpv2.c: Likewise.
7163         * features/arm-with-vfpv3.c: Likewise.
7164         * features/mips-dsp-linux.c: Likewise.
7165         * features/mips-linux.c: Likewise.
7166         * features/mips64-dsp-linux.c: Likewise.
7167         * features/mips64-linux.c: Likewise.
7168         * features/s390-linux32.c: Likewise.
7169         * features/s390-linux32v1.c: Likewise.
7170         * features/s390-linux32v2.c: Likewise.
7171         * features/s390-linux64.c: Likewise.
7172         * features/s390-linux64v1.c: Likewise.
7173         * features/s390-linux64v2.c: Likewise.
7174         * features/s390x-linux64.c: Likewise.
7175         * features/s390x-linux64v1.c: Likewise.
7176         * features/s390x-linux64v2.c: Likewise.
7177         * features/tic6x-c62x-linux.c: Likewise.
7178         * features/tic6x-c62x.c: Likewise.
7179         * features/tic6x-c64x-linux.c: Likewise.
7180         * features/tic6x-c64x.c: Likewise.
7181         * features/tic6x-c64xp-linux.c: Likewise.
7182         * features/tic6x-c64xp.c: Likewise.
7183         * target-descriptions.c: Only generate `field_type' and `type'
7184         variables when needed.
7185
7186 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7187
7188         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7189
7190 2012-04-25  Doug Evans  <dje@google.com>
7191
7192         Initial pass at Go language support.
7193         * NEWS: Mention Go.
7194         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7195         go-valprint.c.
7196         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7197         (YYFILES): Add go-exp.c.
7198         (YYOBJ): Add go-exp.o.
7199         (local-maintainer-clean): Delete go-exp.c.
7200         * defs.h (enum language): Add language_go.
7201         * dwarf2read.c: #include "go-lang.h".
7202         (fixup_go_packaging): New function.
7203         (process_full_comp_unit): Call it when processing Go CUs.
7204         (dwarf2_physname): Add Go support.
7205         (read_file_scope): Handle missing language spec for GNU Go.
7206         (set_cu_language): Handle DW_LANG_Go.
7207         * go-exp.y: New file.
7208         * go-lang.h: New file.
7209         * go-lang.c: New file.
7210         * go-typeprint.c: New file.
7211         * go-valprint.c: New file.
7212         * symtab.c: #include "go-lang.h".
7213         (symbol_set_language): Handle language_go.
7214         (symbol_find_demangled_name, symbol_set_names): Ditto.
7215         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7216
7217 2012-04-24  Jim Meyering  <meyering@redhat.com>
7218
7219         avoid a few strncpy-induced buffer overruns
7220         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7221         fname and psargs before trying to concatenate.
7222         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7223         "name" before applying strchr.
7224
7225 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7226
7227         * CONTRIBUTE: Use unified diff instead of context diff when
7228         generating patches.
7229
7230 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7231
7232         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7233         code.  Handle JR.HB correctly.
7234
7235 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7236
7237         * mips-tdep.c
7238         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7239         with the other MIPS16 helpers.
7240
7241 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7242
7243         * observer.sh: Conditionally declare `args', thus cleaning up
7244         unused instances of this variable.
7245
7246 2012-04-24  Yao Qi  <yao@codesourcery.com>
7247
7248         Revert this patch to allow breakpoint always-inserted
7249         in record target.
7250         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7251         * breakpoint.c: Include record.h.
7252         (breakpoints_always_inserted_mode): Return false when the record
7253         target is in use.
7254
7255         * breakpoint.c (iterate_over_bp_locations): New.
7256         * breakpoint.h: Declare.
7257         New typedef walk_bp_location_callback.
7258         * record.c (record_open): Call record_init_record_breakpoints.
7259         (record_sync_record_breakpoints): New.
7260         (record_init_record_breakpoints): New.
7261         * NEWS: Mention supporting breakpoint always-inserted mode in
7262         record target.
7263
7264 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7265
7266         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7267         any thread.
7268
7269 2012-04-24  Yao Qi  <yao@codesourcery.com>
7270
7271         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7272         (is_catchpoint): ... it.
7273         (print_one_breakpoint_location): Caller update.
7274         * breakpoint.h: Update declaration.
7275
7276 2012-04-23  David S. Miller  <davem@davemloft.net>
7277
7278         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7279
7280 2012-04-23  Tom Tromey  <tromey@redhat.com>
7281
7282         * buildsym.c (add_free_pendings): Remove.
7283         * buildsym.h (add_free_pendings): Remove.
7284
7285 2012-04-23  Doug Evans  <dje@google.com>
7286
7287         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7288         attr.u.unsnd instead of attr.u.addr.
7289         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7290         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7291         DW_FORM_ref_udata.
7292         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7293         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7294         DW_FORM_ref_udata.
7295         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7296
7297 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7298
7299         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7300         (mips_o32_return_value): Likewise.
7301         (mips_o64_return_value): Likewise.
7302
7303 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7304
7305         * ada-lang.c (ada_evaluate_subexp): Add cases for
7306         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7307         their treatment in eval.c.
7308
7309 2012-04-21  David S. Miller  <davem@davemloft.net>
7310
7311         * sparc-tdep.c (X_DISP10): Define.
7312         (sparc_analyze_control_transfer): Handle compare-and-branch.
7313
7314 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7315
7316         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7317         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7318
7319 2012-04-20  Nigel Stephens  <nigel@mips.com>
7320             Maciej W. Rozycki  <macro@codesourcery.com>
7321
7322         * mips-tdep.c (mips_float_register_p): New function.
7323         (mips_convert_register_float_case_p): Use mips_float_register_p.
7324         (mips_register_type): Likewise.
7325         (mips_print_register): Likewise.
7326         (print_gp_register_row): Likewise.
7327         (mips_print_registers_info): Likewise.
7328
7329 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7330
7331         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7332         of mips16 symbols.
7333
7334 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7335
7336         * MAINTAINERS (Write After Approval): Add myself to the list.
7337
7338 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7339
7340         * MAINTAINERS: Update my e-mail address.
7341
7342 2012-04-20  Pedro Alves  <palves@redhat.com>
7343
7344         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7345         $srcdir.
7346         * configure: Regenerate.
7347
7348 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7349
7350         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7351         declaration.
7352         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7353
7354 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7355
7356         Fix compilation compatibility with python-2.4
7357         * python/py-type.c (convert_field): Cast ADDRSTRING for
7358         PyObject_SetAttrString as non-const.  New comment.
7359
7360 2012-04-19  Tom Tromey  <tromey@redhat.com>
7361
7362         * top.c (quit_target): Use all_cleanups.
7363         * main.c (captured_command_loop): Use all_cleanups.
7364         * exceptions.c (throw_exception): Use all_cleanups.
7365
7366 2012-04-19  Pedro Alves  <palves@redhat.com>
7367
7368         * Makefile.in (GNULIB_BUILDDIR): New.
7369         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7370         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7371         (CLEANDIRS). Remove gnulib/import.
7372         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7373         (all-lib): Ditto.
7374         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7375         (gnulib/import/Makefile): Replace gnulib/import with
7376         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7377         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7378         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7379         acx_configure_dir.m4.
7380         * acinclude.m4: Include acx_configure_dir.m4.
7381         * acx_configure_dir.m4: New file.
7382         * aclocal.m4: Regenerate.
7383         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7384         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7385         (GNULIB): New variable.
7386         (GNULIB_STDINT_H): Adjust.
7387         (AC_OUTPUT): Don't output gnulib/Makefile.
7388         * gdb/defs.h: Include build-gnulib/config.h.
7389         * aclocal.m4: Regenerate.
7390         * config.in: Regenerate.
7391         * configure: Regenerate.
7392
7393         * gnulib/Makefile.in: New file.
7394         * gnulib/configure.ac: New file.
7395         * gnulib/aclocal.m4: New file.
7396         * gnulib/config.in: New file.
7397         * gnulib/configure: New file.
7398         * gnulib/: Re-run gnulib-tool to adjust.
7399
7400 2012-04-19  Doug Evans  <dje@google.com>
7401
7402         * cleanups.h (struct cleanup): Move to cleanups.c.
7403         (make_cleanup_dtor_ftype): New typedef.
7404         (make_cleanup_dtor): Use it.
7405         (ALL_CLEANUPS): Replace with ...
7406         (all_cleanups): ... this.  Declare.  All uses updated.
7407         * cleanups.c: #include "gdb_assert.h".
7408         (sentinel_cleanup): New static global.
7409         (SENTINEL_CLEANUP): Define.
7410         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7411         (make_my_cleanup2): Assert result is non-NULL.
7412         (all_cleanups): New function.
7413         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7414         of NULL.
7415
7416 2012-04-19  Pedro Alves  <palves@redhat.com>
7417
7418         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7419         Adjust paths to gnulib imported files.
7420
7421 2012-04-19  Pedro Alves  <palves@redhat.com>
7422
7423         * gnulib/: Move whole directory ...
7424         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7425         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7426         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7427         (aclocal_m4_deps): Adjust.
7428         * aclocal.m4: Regenerate.
7429         * configure: Regenerate.
7430         * configure.ac: Adjust AC_OUTPUT output.
7431
7432 2012-04-19  Yao Qi  <yao@codesourcery.com>
7433
7434         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7435         (vec.o): New rule.
7436         * vec.c: Move it ...
7437         * common/vec.c: ... here.
7438         * vec.h: Move it ...
7439         * common/vec.h: ... here.
7440
7441 2012-04-19  Yao Qi  <yao@codesourcery.com>
7442
7443         * gdb-code-style.el: New.
7444
7445 2012-04-18  Pedro Alves  <palves@redhat.com>
7446
7447         Update gnulib from latest git.
7448         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7449
7450         * gnulib/Makefile.am: Update.
7451         * gnulib/dummy.c: Update.
7452         * gnulib/extra/arg-nonnull.h: Update.
7453         * gnulib/extra/c++defs.h: Update.
7454         * gnulib/extra/update-copyright: Update.
7455         * gnulib/extra/warn-on-use.h: Update.
7456         * gnulib/inttypes.in.h: Update.
7457         * gnulib/m4/00gnulib.m4: Update.
7458         * gnulib/m4/extensions.m4: Update.
7459         * gnulib/m4/gnulib-cache.m4: Update.
7460         * gnulib/m4/gnulib-common.m4: Update.
7461         * gnulib/m4/gnulib-comp.m4: Update.
7462         * gnulib/m4/gnulib-tool.m4: Update.
7463         * gnulib/m4/include_next.m4: Update.
7464         * gnulib/m4/inttypes-pri.m4: Update.
7465         * gnulib/m4/inttypes.m4: Update.
7466         * gnulib/m4/longlong.m4: Update.
7467         * gnulib/m4/memchr.m4: Update.
7468         * gnulib/m4/memmem.m4: Update.
7469         * gnulib/m4/mmap-anon.m4: Update.
7470         * gnulib/m4/multiarch.m4: Update.
7471         * gnulib/m4/onceonly.m4: Update.
7472         * gnulib/m4/stddef_h.m4: Update.
7473         * gnulib/m4/stdint.m4: Update.
7474         * gnulib/m4/string_h.m4: Update.
7475         * gnulib/m4/warn-on-use.m4: Update.
7476         * gnulib/m4/wchar_h.m4: Update.
7477         * gnulib/m4/wchar_t.m4: Update.
7478         * gnulib/m4/wint_t.m4: Update.
7479         * gnulib/memchr.c: Update.
7480         * gnulib/memmem.c: Update.
7481         * gnulib/stddef.in.h: Update.
7482         * gnulib/stdint.in.h: Update.
7483         * gnulib/str-two-way.h: Update.
7484         * gnulib/string.in.h: Update.
7485         * gnulib/wchar.in.h: Update.
7486
7487         * gnulib/extra/arg-nonnull.h: Delete.
7488         * gnulib/extra/c++defs.h: Delete.
7489         * gnulib/extra/warn-on-use.h: Delete.
7490         * gnulib/m4/wchar_h.m4: Delete.
7491         * gnulib/m4/wint_t.m4: Delete.
7492         * gnulib/wchar.in.h: Delete.
7493
7494         * gnulib/extra/snippets/arg-nonnull.h: New.
7495         * gnulib/extra/snippets/c++defs.h: New.
7496         * gnulib/extra/snippets/warn-on-use.h: New.
7497
7498         * aclocal.m4: Regenerate.
7499         * config.in: Regenerate.
7500         * configure: Regenerate.
7501         * gnulib/Makefile.in: Regenerate.
7502
7503 2012-04-18  Pedro Alves  <palves@redhat.com>
7504
7505         Reimport the update-copyright module from gnulib
7506         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7507
7508         * configure: Regenerate.
7509         * gnulib/Makefile.am: Update.
7510         * gnulib/Makefile.in: Regenerate.
7511         * gnulib/extra/update-copyright: Update.
7512         * gnulib/m4/gnulib-cache.m4: Update.
7513         * gnulib/m4/gnulib-comp.m4: Update.
7514
7515 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7516
7517         * configure.ac (aix): Put -lpthread into libs.
7518         * configure: Regenerate.
7519
7520 2012-04-18  Tom Tromey  <tromey@redhat.com>
7521
7522         * linespec.c (convert_linespec_to_sals): Don't use
7523         SYMBOL_OBJ_SECTION.
7524         (compare_msymbols): Arguments are minsym_and_objfile, not
7525         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7526
7527 2012-04-18  Pedro Alves  <palves@redhat.com>
7528
7529         Revert gnulib/ part of:
7530         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7531         Copyright year update in most files (performed by copyright.sh).
7532
7533 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7534
7535         Fix 64-bit constants on 32-bit hosts.
7536         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7537         from unsigned long to ULONGEST.
7538         (read_signed_leb128): Change declaration return type from long to
7539         LONGEST.
7540         (dwarf2_const_value_attr): Change declaration parameter value from long
7541         to LONGEST.
7542         (dwarf2_compute_name): Change variable value from long to LONGEST.
7543         (read_unsigned_leb128): Change return type, variable result and some
7544         casts from unsigned long to ULONGEST.
7545         (read_signed_leb128): Change return type, variable result and some
7546         casts from long to LONGEST.
7547         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7548         value from long to LONGEST.
7549         (dwarf2_const_value): Change variable value from long to LONGEST.
7550         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7551         plongest and hex_string.
7552         * symtab.h (struct general_symbol_info): Change ivalue from long to
7553         LONGEST, remove the comment.
7554         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7555         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7556
7557 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7558
7559         PR symtab/7259:
7560         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7561         * ada-lang.c (ada_discrete_type_high_bound)
7562         (ada_discrete_type_low_bound): Fix function comment.  Use
7563         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7564         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7565         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7566         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7567         Use TYPE_FIELD_ENUMVAL.
7568         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7569         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7570         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7571         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7572         TYPE_CODE_ENUM.
7573         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7574         * dwarf2read.c (process_enumeration_scope): Likewise.
7575         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7576         field.bitpos.
7577         (class StructMainTypePrettyPrinter): Support also
7578         FIELD_LOC_KIND_ENUMVAL.
7579         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7580         TYPE_CODE_ENUM.
7581         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7582         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7583         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7584         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7585         field enumval.
7586         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7587         accommodate enumval.
7588         (struct call_site): Adjust loc_kind to accommodate enumval.
7589         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7590         (TYPE_FIELD_ENUMVAL): New macros.
7591         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7592         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7593         TYPE_CODE_ENUM.
7594         * p-typeprint.c (pascal_type_print_base): Likewise.
7595         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7596         enumval.
7597         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7598         * python/py-type.c (convert_field): New variable addrstring.  Use
7599         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7600         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7601         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7602         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7603         TYPE_CODE_ENUM.
7604         * valprint.c (generic_val_print): Likewise.
7605
7606 2012-04-17  Doug Evans  <dje@google.com>
7607
7608         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7609
7610         * dwarf2read.c: Whitespace fixes.
7611         (lookup_signatured_type): Tweak comment.
7612         (get_die_type_at_offset): Fix comment.
7613
7614 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7615
7616         * xcoffread.c (xcoff_secnum_to_sections): New function.
7617         (secnum_to_section, secnum_to_bfd_section): Reimplement
7618         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7619         into "n_scnum".
7620         (RECORD_MINIMAL_SYMBOL): Delete.
7621         (record_minimal_symbol): New function.
7622         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7623         by call to record_minimal_symbol and set misc_func_recorded
7624         to 1.  Set last_csect_sec to the XCOFF section index instead
7625         of GDB's section_offset index.  Update calls to
7626         prim_record_minimal_symbol_and_info to pass the BFD section
7627         as well.
7628
7629 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7630
7631         * xcoffread.c (read_xcoff_symtab): Delete variables
7632         last_csect_val and last_csect_sec and associated code.
7633
7634 2012-04-17  Doug Evans  <dje@google.com>
7635
7636         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7637         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7638         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7639         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7640
7641         * cleanups.h: New file.
7642         * cleanups.c: New file.
7643         * Makefile.in (SFILES): Add cleanups.c.
7644         (HFILES_NO_SRCDIR): Add cleanups.h.
7645         (COMMON_OBS): Add cleanups.o.
7646         * defs.h (struct cleanup): Moved to cleanups.h.
7647         (do_cleanups,do_final_cleanups): Ditto.
7648         (discard_cleanups,discard_final_cleanups): Ditto
7649         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7650         (save_cleanups,save_final_cleanups): Ditto.
7651         (restore_cleanups,restore_final_cleanups): Ditto.
7652         (null_cleanup): Ditto.
7653         (make_my_cleanup,make_my_cleanup2): Ditto.
7654         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7655         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7656         (do_cleanups,do_final_cleanups): Ditto.
7657         (discard_cleanups,discard_final_cleanups): Ditto
7658         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7659         (save_cleanups,save_final_cleanups): Ditto.
7660         (restore_cleanups,restore_final_cleanups): Ditto.
7661         (null_cleanup): Ditto.
7662         (make_my_cleanup,make_my_cleanup2): Ditto.
7663         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7664
7665         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7666         make_my_cleanup.
7667         (make_cleanup_dyn_string_delete): Ditto.
7668         (make_cleanup_ui_file_delete): Ditto.
7669         (make_cleanup_ui_out_redirect_pop): Ditto.
7670         (make_cleanup_free_section_addr_info): Ditto.
7671         (make_cleanup_restore_integer): Ditto.
7672         (make_cleanup_unpush_target): Ditto.
7673         (make_cleanup_value_free_to_mark): Ditto.
7674         (make_cleanup_value_free): Ditto.
7675         (make_cleanup_free_so): Ditto.
7676
7677 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7678
7679         New option "set debug auto-load".
7680         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7681         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7682         (auto_load_safe_path_vec_update)
7683         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7684         if DEBUG_AUTO_LOAD.
7685         (file_is_auto_load_safe): New parameters debug_fmt and ....
7686         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7687         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7688         caller by explanatory string.
7689         (_initialize_auto_load): Register "set debug auto-load".
7690         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7691         and ....
7692         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7693         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7694         by explanatory string.
7695         * main.c (captured_main): Likewise.
7696         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7697         (source_section_scripts): Likewise.
7698
7699 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7700
7701         New option "set auto-load safe-path".
7702         * NEWS: New commands "set auto-load safe-path"
7703         and "show auto-load safe-path".
7704         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7705         (auto_load_safe_path, auto_load_safe_path_vec)
7706         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7707         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7708         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7709         (source_gdb_script_for_objfile): New variable is_safe.  Call
7710         file_is_auto_load_safe.  Return if it is not.
7711         (struct loaded_script): New field loaded.
7712         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7713         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7714         output "Missing" to "No".
7715         (_initialize_auto_load): New variable cmd.  Initialize
7716         auto_load_safe_path.  Register "set auto-load safe-path",
7717         "show auto-load safe-path" and "add-auto-load-safe-path".
7718         * auto-load.h (maybe_add_script): Add parameter loaded.
7719         (file_is_auto_load_safe): New declaration.
7720         * config.in: Regenerate.
7721         * configure: Regenerate.
7722         * configure.ac: New parameters --with-auto-load-safe-path
7723         and --without-auto-load-safe-path.
7724         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7725         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7726         * main.c (captured_main): Check file_is_auto_load_safe for
7727         LOCAL_GDBINIT.
7728         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7729         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7730         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7731         not.
7732
7733 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7734
7735         auto-load: Implementation.
7736         * NEWS: New descriptions for "info auto-load",
7737         "info auto-load gdb-scripts", "info auto-load python-scripts",
7738         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7739         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7740         and "show auto-load-scripts".  New description for "set auto-load",
7741         "show auto-load", "set auto-load gdb-scripts",
7742         "show auto-load gdb-scripts", "set auto-load python-scripts",
7743         "show auto-load python-scripts", "set auto-load local-gdbinit",
7744         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7745         "show auto-load libthread-db".
7746         * auto-load.c: Remove include python/python-internal.h.  Add includes
7747         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7748         cli/cli-setshow.h.
7749         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7750         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7751         (gdbpy_global_auto_load): Rename to ...
7752         (global_auto_load): ... here.
7753         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7754         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7755         (script_language_gdb, source_gdb_script_for_objfile): New.
7756         (struct loaded_script): New field language.
7757         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7758         LANGUAGE.
7759         (maybe_add_script): Add parameter language.  Drop redundant
7760         entry.full_path initialization.  Initialize entry.language and
7761         (*slot)->language.
7762         (auto_load_objfile_script): Change parameter suffix to language.
7763         Remove the call of maybe_add_script.
7764         Call language->source_script_for_objfile.
7765         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7766         New.
7767         (collect_matching_scripts): Adjust it for
7768         struct collect_matching_scripts_data.
7769         (auto_load_info_scripts_pattern_nl): New variable.
7770         (info_auto_load_scripts): Rename to ...
7771         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7772         for struct collect_matching_scripts_data.
7773         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7774         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7775         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7776         (auto_load_info_cmdlist_get): New.
7777         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7778         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7779         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7780         "info auto-load local-gdbinit".
7781         * auto-load.h (struct script_language): New.
7782         (gdbpy_global_auto_load): Rename to ...
7783         (global_auto_load): ... here.
7784         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7785         (auto_load_local_gdbinit_loaded): New declarations.
7786         (maybe_add_script): New parameter language.
7787         (auto_load_objfile_script): Change parameter suffix to language.
7788         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7789         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7790         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7791         declarations.
7792         * linux-thread-db.c: Include auto-load.h and ctype.h.
7793         (auto_load_thread_db, show_auto_load_thread_db): New.
7794         (struct thread_db_info): New field filename.
7795         (delete_thread_db_info): Call xfree for FILENAME.
7796         (try_thread_db_load): Initialize FILENAME.
7797         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7798         if !AUTO_LOAD_THREAD_DB.
7799         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7800         (_initialize_thread_db): Install auto_load_thread_db
7801         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7802         as "info auto-load libthread-db".
7803         * main.c (captured_main): Rename gdbpy_global_auto_load to
7804         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7805         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7806         (print_gdb_help): Extend the help for 'local init file'.
7807         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7808         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7809         (auto_load_scripts): Rename to ...
7810         (auto_load_python_scripts): ... here, update the comment.
7811         (gdbpy_load_auto_script_for_objfile): New declaration.
7812         (show_auto_load_python_scripts, script_language_python)
7813         (gdbpy_load_auto_script_for_objfile): New.
7814         (source_section_scripts): Refactor the code.
7815         (load_auto_scripts_for_objfile): Rename to ...
7816         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7817         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7818         (info_auto_load_python_scripts): New.
7819         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7820         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7821         Register "set auto-load-scripts" as its deprecated alias.  Register
7822         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7823         its deprecated alias.
7824         (load_auto_scripts_for_objfile): Rename to ...
7825         (gdbpy_load_auto_scripts_for_objfile): ... here.
7826         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7827         (gdbpy_load_auto_scripts_for_objfile): ... here.
7828
7829 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7830
7831         auto-load: Move files.
7832         * Makefile.in (SFILES): Add auto-load.c.
7833         (HFILES_NO_SRCDIR): Add auto-load.h.
7834         (COMMON_OBS): Add auto-load.o.
7835         (distclean): Change .gdbinit for gdb-gdb.gdb.
7836         * auto-load.c: New file, with parts from python/py-auto-load.c.
7837         * auto-load.h: New file, with parts from python/python.h.
7838         * configure: Regenerate.
7839         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7840         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7841         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7842         * main.c: Include auto-load.h.
7843         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7844         command.h, observer.h and progspace.h to auto-load.c.  Add include
7845         auto-load.h.
7846         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7847         (struct loaded_script, auto_load_pspace_data)
7848         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7849         (hash_loaded_script_entry, eq_loaded_script_entry)
7850         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7851         (maybe_add_script): Move to auto-load.c.
7852         (source_section_scripts): Change maybe_add_script parameters passing,
7853         use script_not_found_warning_print.
7854         (clear_section_scripts, auto_load_objfile_script)
7855         (auto_load_new_objfile, loaded_script_ptr)
7856         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7857         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7858         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7859         auto_load_new_objfile and info_auto_load_scripts initizations to
7860         auto-load.c.
7861         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7862
7863 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7864
7865         Code cleanup.
7866         * charset.c (find_charset_names): Remove variables ix and elt.
7867         Use free_char_ptr_vec.
7868         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7869         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7870         debugdir_end.  New variable debugdir_len.
7871         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7872         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7873         declarations.
7874         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7875         and elt.  Use free_char_ptr_vec.
7876         * source.c (add_path): Remove variables argv, arg and argv_index.
7877         New variables dir_vec, back_to, ix and name.
7878         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7879         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7880         no longer expecting DIRNAME_SEPARATOR.
7881         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7882         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7883         no longer expecting DIRNAME_SEPARATOR.
7884         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7885         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7886         debugdir_end.
7887         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7888         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7889         (dirnames_to_char_ptr_vec): New functions.
7890
7891 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7892
7893         Code cleanup.
7894         * source.c (add_path): Remove always true conditional 'p == 0' and
7895         unindent its code block.
7896
7897 2012-04-17  Pedro Alves  <palves@redhat.com>
7898
7899         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7900         (FIELD_BITPOS_LVAL): ... this.
7901         (FIELD_BITPOS): New.
7902         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7903         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7904         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7905         SET_FIELD_BITPOS.
7906         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7907         SET_FIELD_BITPOS.
7908         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7909         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7910         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7911         SET_FIELD_BITPOS.
7912
7913 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7914
7915         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7916         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7917         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7918         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7919         * jv-lang.c (java_link_class_type): Likewise, once.
7920         * stabsread.c (read_enum_type): Likewise.
7921
7922 2012-04-16  Yao Qi  <yao@codesourcery.com>
7923
7924         * common/agent.c (agent_run_command): Add one more parameter `len'.
7925         Update callers.
7926         * common/agent.h: Update declaration.
7927         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7928         Update.
7929         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7930
7931 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7932
7933         PR mi/13393
7934         * value.c (value_actual_type): New function.
7935         * value.h (value_actual_type): New declaration.
7936         * varobj.c (update_type_if_necessary): New function.
7937         (varobj_create): Call value_actual_type instead of
7938         value_type.
7939         (install_dynamic_child): distinct changed and type changed MI variable
7940         objects.
7941         (update_dynamic_varobj_children): Updated for install_dynamic_child
7942         change.  All callers updated.
7943         (varobj_update): Support for MI variable object type change if
7944         the value changed and RTTI is used to determine the type.
7945         (create_child_with_value): Call value_actual_type instead of
7946         value_type.
7947         (adjust_value_for_child_access): Extended with a new parameter which
7948         specify whether the given value should be casted to enclosing type.
7949         All callers updated.
7950
7951 2012-04-14  Yao Qi  <yao@codesourcery.com>
7952
7953         Import gnulib module inttypes from git
7954         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7955         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7956         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7957         gnulib/m4/inttypes-pri.m4
7958         * aclocal.m4, config.in, configure: Regenerated.
7959         * gnulib/Makefile.am: Update.
7960         * gnulib/Makefile.in: Update.
7961         * gnulib/m4/gnulib-cache.m4: Update.
7962         * gnulib/m4/gnulib-comp.m4: Update.
7963         * gnulib/inttypes.in.h: New.
7964         * gnulib/m4/inttypes-pri.m4: New.
7965         * gnulib/m4/inttypes.m4: New.
7966
7967 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7968
7969         * infrun.c (resume): Update PC address to the real PC after
7970         preparing to do displaced stepping.
7971
7972 2012-04-12  Doug Evans  <dje@google.com>
7973
7974         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7975         All callers updated.
7976
7977 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7978
7979         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7980
7981 2012-04-12  Doug Evans  <dje@google.com>
7982
7983         * dwarf2read.c (create_all_type_units): Renamed from
7984         create_debug_types_hash_table.  All callers updated.
7985
7986         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7987         local type_sig to sig_type, type_offset to type_offset_in_tu.
7988         (hash_signatured_type): Renamed from hash_type_signature,
7989         all callers updated.
7990         (eq_signatured_type): Renamed from eq_type_signature,
7991         all callers updated.
7992         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7993         (process_enumeration_scope): Ditto.
7994         (lookup_signatured_type_at_offset): Ditto.
7995         (load_full_type_unit, read_signatured_type): Ditto.
7996
7997 2012-04-12  Yao Qi  <yao@codesourcery.com>
7998
7999         * remote.c (async_remote_interrupt): Correct function name in
8000         debug message.
8001         (async_remote_interrupt_twice): Ditto.
8002
8003 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8004
8005         * source.c (find_and_open_source): Consistently pass resulting
8006         full path through xfullpath.
8007
8008 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8009
8010         Provide more specific displaced-stepping memory error message.
8011         * infrun.c (displaced_step_prepare): New variable status.  Call
8012         target_read_memory instead of read_memory, provide more specific
8013         error message.
8014
8015 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8016
8017         PR gdb/13901
8018         * darwin-nat.c (darwin_execvp): Revert previous patch.
8019
8020 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8021
8022         PR gdb/13901
8023         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8024         in case of change.
8025
8026 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8027
8028         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8029         warning.
8030
8031 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8032
8033         New command 'explore' which helps explore values and types in
8034         scope.
8035         * NEWS: Add an entry about the new 'explore' command.
8036         * data-directory/Makefile.in: Add gdb/command/explore.py
8037         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8038         command using the GDB Python API.
8039
8040 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8041
8042         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8043         extension in jump target calculation.
8044
8045 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8046
8047         * mips-tdep.c (mips32_next_pc): Handle JALX.
8048
8049 2012-04-10  Yao Qi  <yao@codesourcery.com>
8050
8051         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8052
8053 2012-04-10  Yao Qi  <yao@codesourcery.com>
8054
8055         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8056         and gnulib/m4/gnulib-tool.m4.
8057
8058 2012-04-10  Doug Evans  <dje@google.com>
8059
8060         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8061         (load_partial_dies): Clarify comment.
8062         (find_partial_die): Support rereading type units.
8063         Clarify CU handling, if we know offset is in CU, don't search for the
8064         containing CU.  Add comment regarding memory waste.
8065
8066 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8067
8068         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8069         i386/x32-avx and i386/x32-avx-linux.
8070         (i386/x32-expedite): New.
8071         (i386/x32-linux-expedite): Likewise.
8072         (i386/x32-avx-expedite): Likewise.
8073         (i386/x32-avx-linux-expedite): Likewise.
8074         ($(outdir)/i386/x32.dat): Likewise.
8075         ($(outdir)/i386/x32-linux.dat): Likewise.
8076         ($(outdir)/i386/x32-avx.dat): Likewise.
8077         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8078
8079         * features/i386/x32-avx-linux.xml: New file.
8080         * features/i386/x32-avx.xml: Likewise.
8081         * features/i386/x32-core.xml: Likewise.
8082         * features/i386/x32-linux.xml: Likewise.
8083         * features/i386/x32.xml: Likewise.
8084
8085         * features/i386/x32-avx-linux.c: New.  Generated.
8086         * features/i386/x32-avx.c: Likewise.
8087         * features/i386/x32-linux.c: Likewise.
8088         * features/i386/x32.c: Likewise.
8089         * regformats/i386/x32-avx-linux.dat: Likewise.
8090         * regformats/i386/x32-avx.dat: Likewise.
8091         * regformats/i386/x32-linux.dat: Likewise.
8092         * regformats/i386/x32.dat: Likewise.
8093
8094 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8095
8096         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8097         code to kill the inferior.
8098
8099 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8100
8101         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8102         defines.
8103         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8104         defines.
8105         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8106         (yyvsp): New defines.
8107         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8108         defines.
8109         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8110         defines.
8111         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8112         defines.
8113         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8114         defines.
8115         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8116         defines.
8117
8118 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8119
8120         * sparc64-tdep.c (sparc64_store_arguments)
8121         (sparc64_store_arguments): Fix coding style.
8122
8123 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8124
8125         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8126         complex floats, adjust some related comments and tighten a related
8127         assertion.
8128         (sparc64_extract_return_value): Handle complex floats.
8129
8130 2012-04-07  Doug Evans  <dje@google.com>
8131
8132         * dwarf2read.c (load_partial_dies): Change condition to assert.
8133
8134 2012-04-06  Doug Evans  <dje@google.com>
8135
8136         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8137         "mov %rsp,%rbp".
8138
8139 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8140
8141         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8142         fencepost error.
8143         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8144         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8145         architecture.
8146
8147 2012-04-05  Keith Seitz  <keiths@redhat.com>
8148
8149         * linespec.c (decode_compound): Remove.
8150         (enum offset_relative_sign): New enum.
8151         (struct line_offset): New struct.
8152         (struct linespec): New struct.
8153         (struct linespec_state): Move file_symtabs,
8154         user_filename, and user_function into struct linespec.
8155         Make result an anonymous struct holding vectors of
8156         symbolp and minsym_and_objfile_d.
8157         Add language member.
8158         (enum ls_token_type): New enum.
8159         (linespec_keywords): New array.
8160         (struct ls_token): New struct.
8161         (struct ls_parser): New struct.
8162         (linespec_lexer_lex_number): New function.
8163         (linespec_lexer_lex_keyword): New function.
8164         (is_ada_operator): New function.
8165         (skip_quote_char): New function.
8166         (copy_token_string): New function.
8167         (is_closing_quote_enclosed): New function.
8168         (find_parameter_list_end): New function.
8169         (linespec_lexer_lex_string): New function.
8170         (linespec_lexer_lex_one): New function.
8171         (linespec_lexer_consume_token): New function.
8172         (linespec_lexer_peek_token): New function.
8173         (cplusplus_error): Remove unused function.
8174         (find_methods): Update comment.
8175         (find_toplevel_char): Return const.
8176         (is_objc_method_format): Remove unused function.
8177         (find_toplevel_string): New function.
8178         (is_linespec_boundary): Remove.
8179         (symbol_not_found_error): New function.
8180         (find_method_overload_end): Remove function.
8181         (unexpected_linespec_error): New function.
8182         (keep_name_info): Remove.
8183         (linespec_parse_line_offset): New function.
8184         (linespec_parse_basic): New function.
8185         (canonicalize_linespec): New function.
8186         (decode_line_internal): Remove.
8187         (create_sals_line_offset): New function adapted from
8188         decode_all_digits.
8189         (convert_linespec_to_sals): New function.
8190         (parse_linespec): New function.
8191         (linespec_parser_new): New function.
8192         (linespec_state_destructor): Change parameter type to
8193         struct linespec_state *.
8194         Add language parameter.
8195         Remove freeing of moved members.
8196         (linespec_parser_delete): New function.
8197         (decode_line_full): Use parse_linespec and linespec_parser_new.
8198         (decode_line_1): Likewise.
8199         (decode_indirect): Rename to ...
8200         (linespec_expression_to_pc): ... this and rewrite
8201         to simply find CORE_ADDR, storing this result for later
8202         conversion to SALs.
8203         (locate_first_half): Remove.
8204         (deocde_objc): Add parameter LS.
8205         Initialize new struct collect_info members.
8206         Handle minimal symbols, too.
8207         (decode_compound): Delete.
8208         (lookup_prefix_sym): Rewrite.
8209         (compare_msymbols): New function.
8210         (find_method): Rewrite.
8211         Do not call cplusplus_error.
8212         (symtabs_from_filename): Rewrite.
8213         (collect_function_symbols): Delete.
8214         (find_function_symbols): Rewrite without ARGPTR-style
8215         processing.
8216         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8217         (decode_dollar): Adapted and renamed to ...
8218         (linespec_parse_variable): ... this.
8219         (find_linespec_symbols): New function.
8220         (decode_label): Adapted and renamed to ...
8221         (find_label_symbols): ... this.
8222         (decode_digits_list_mode): Add and use LS argument.
8223         (decode_digits_ordinary): Likewise.
8224         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8225         If in list mode, allow any symbol class.  Otherwise, only
8226         permit LOC_BLOCK symbols.
8227         (minsym_found): Update comments.
8228         (search_minsyms_for_name): Do not convert the matching symbol
8229         into a SAL.  Simply push the symbol and objfile into the
8230         result vector.
8231         (decode_variable): Delete. Contents adapted into
8232         find_linespec_symbols.
8233
8234         * cp-support.c (SKIP_SPACE): Remove.
8235         (operator_tokens): Remove unused global.
8236         (cp_validate_operator): Remove.
8237         * cp-support.h (cp_validate_operator): Remove declaration.
8238
8239 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8240
8241         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8242         for TYPE_VPTR_FIELDNO.
8243         * valprint.c (valprint_check_validity): Make it global, move the
8244         function comment ...
8245         * value.h (valprint_check_validity): ... to this new declaration.
8246
8247 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8248
8249         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8250         the STATE32 api for i386 state.
8251         (i386_darwin_store_inferior_registers): Likewise.
8252
8253 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8254
8255         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8256         SS offset.
8257         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8258         format_string.
8259
8260 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8261
8262         PR gdb/13901
8263         * darwin-nat.c (darwin_execvp): Set binary preference.
8264
8265 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8266
8267         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8268
8269 2012-03-30  Tom Tromey  <tromey@redhat.com>
8270
8271         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8272         of TRY_CATCH.  Fix error handling.
8273         * python/py-value.c (convert_value_from_python): Move 'old'
8274         declaration to innermost scope.
8275
8276 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8277             Andrey Smirnov  <andrew.smirnov@gmail.com>
8278
8279         -Wshadow warning fix.
8280         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8281         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8282         Adjust code accordingly.
8283
8284 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8285
8286         * ada-lang.c (symbol_completion_add): Rename parameter
8287         "encoded" into "encoded_p".  Ajust code and documentation
8288         accordingly.
8289
8290 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8291             Andrey Smirnov  <andrew.smirnov@gmail.com>
8292
8293         -Wshadow warning fix.
8294         * ada-lang.c (symbol_completion_add): Rename parameter
8295         "wild_match" into wild_match_p.  Update code and documentation
8296         accordingly.
8297
8298 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8299
8300         * ada-lang.c (symbol_completion_match): Rename parameter
8301         "encoded" into "encoded_p".  Ajust code and documentation
8302         accordingly.
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 (symbol_completion_match): Rename parameter
8309         "wild_match" into "wild_match_p".  Adjust code and function
8310         documentation accordingly.
8311
8312 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8313             Andrey Smirnov  <andrew.smirnov@gmail.com>
8314
8315         -Wshadow warning fix.
8316         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8317         "symbol_info" into "info".  Adjust code accordingly.
8318         (ada_lookup_symbol): Likewise.
8319
8320 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8321
8322         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8323         of this function's documentation.
8324
8325 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8326             Andrey Smirnov  <andrew.smirnov@gmail.com>
8327
8328         -Wshadow warning fix.
8329         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8330         variable into "wild_match_p".  Adjust code accordingly.
8331
8332 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8333             Andrey Smirnov  <andrew.smirnov@gmail.com>
8334
8335         -Wshadow warning fix.
8336         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8337         parameter into "wild_match_p".  Adjust code accordingly.
8338         Document this parameter in the function description.
8339
8340 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8341             Andrey Smirnov  <andrew.smirnov@gmail.com>
8342
8343         -Wshadow warning fix.
8344         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8345         "wild_match" parameter to "wild_match_p" (-Wshadow).
8346
8347 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8348
8349         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8350         in function documentation.
8351
8352 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8353             Andrey Smirnov  <andrew.smirnov@gmail.com>
8354
8355         -Wshadow warning fix.
8356         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8357         variable into wild_match_p.  Adjust code accordingly.
8358
8359 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8360             Andrey Smirnov  <andrew.smirnov@gmail.com>
8361
8362         * ada-valprint.c (ada_val_print_1): Move the code handling
8363         TYPE_CODE_ENUM inside its own lexical block.  Declare
8364         variables len and val there, instead of in the function's
8365         top level block.  Avoid declaring deref_val again in a way
8366         that shadows another variable of the same name declared
8367         in one of the up-level blocks.  Just re-use the up-level
8368         variable instead.
8369
8370 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8371
8372         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8373         Replace block_found argument by symbol_info.  Adjust
8374         implementation accordingly.  Add function documentation.
8375         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8376         Fix documentation.
8377         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8378         * ada-exp.y (write_object_renaming): Adjust to new
8379         ada_lookup_encoded_symbol API.
8380
8381 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8382
8383         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8384         documentation.
8385
8386 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8387
8388         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8389         (v850_register_name): Add the mpu and fpu register names.
8390         (v850e_register_name): Add the mpu and fpu register names.
8391         (v850e2_register_name): New function.
8392         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8393         bfd_mach_v850e2v3.
8394
8395 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8396
8397         * NEWS: Add entry for Ada varobj support.
8398
8399 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8400
8401         * varobj.c (default_value_is_changeable_p): New function,
8402         extracted from varobj_value_is_changeable_p.  Add declaration.
8403         (ada_value_is_changeable_p): New function, extracted from
8404         varobj_value_is_changeable_p.  Add declaration.
8405         (struct language_specific): New field "value_is_changeable_p".
8406         (languages): Add entries for new field.
8407         (varobj_create): Set language before calling install_new_value.
8408         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8409         "value_is_changeable_p" language callback.
8410
8411 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8412
8413         * ada-varobj.h, ada-varobj.c: New files.
8414         * Makefile.in (SFILES): Add ada-varobj.c.
8415         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8416         (COMMON_OBS): Add ada-varobj.o.
8417
8418 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8419
8420         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8421         (struct language_specific): New field "value_has_mutated".
8422         (languages): Set field "value_has_mutated" in each entry of array.
8423         (varobj_value_has_mutated): New function.
8424         (varobj_udpdate): Add handling of type mutation.
8425         (value_of_root): Add handling of type mutation.
8426         (ada_value_has_mutated): New function.
8427
8428 2012-03-28  Pedro Alves  <palves@redhat.com>
8429
8430         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8431         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8432
8433 2012-03-28  Tom Tromey  <tromey@redhat.com>
8434
8435         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8436         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8437         before returning.
8438
8439 2012-03-28  Tom Tromey  <tromey@redhat.com>
8440
8441         * .dir-locals.el: New file.
8442
8443 2012-03-28  Pedro Alves  <palves@redhat.com>
8444
8445         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8446
8447 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8448
8449         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8450         handling for r0.
8451
8452 2012-03-27  Pedro Alves  <palves@redhat.com>
8453
8454         Eliminate struct ui_stream.
8455
8456         * ui-out.h (struct ui_stream): Delete.
8457         (ui_out_field_stream): Adjust prototype.
8458         (ui_out_stream_new, ui_out_stream_delete)
8459         (make_cleanup_ui_out_stream_delete): Delete declarations.
8460         * ui-out.c (ui_out_field_stream): Change prototype to take a
8461         ui_file instead of a ui_stream.  Adjust.
8462         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8463         (make_cleanup_ui_out_stream_delete): Delete.
8464         * breakpoint.c (print_breakpoint_location)
8465         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8466         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8467         * disasm.c (dump_insns): Ditto.
8468         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8469         prototype.
8470         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8471         ui_stream/ui_out_stream_new.
8472         * infcmd.c (print_return_value): Ditto.
8473         * osdata.c (info_osdata_command): Don't allocate a local
8474         ui_stream.
8475         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8476         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8477         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8478         allocate a local ui_stream.
8479         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8480         instead of ui_stream/ui_out_stream_new.
8481         (list_args_or_locals): Don't allocate a local ui_stream.
8482         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8483         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8484         ui_stream/ui_out_stream_new.
8485         * cli/cli-setshow.c (do_setshow_command): Ditto.
8486
8487 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8488
8489         * arm-linux-tdep.c (arm_linux_init_abi): Call
8490         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8491         * arm-tdep.c (arm_process_record): New function.
8492         (deallocate_reg_mem): New function.
8493         (decode_insn): New function.
8494         (thumb_record_branch): New function.
8495         (thumb_record_ldm_stm_swi(): New function.
8496         (thumb_record_misc): New function.
8497         (thumb_record_ld_st_stack): New function.
8498         (thumb_record_ld_st_imm_offset): New function.
8499         (thumb_record_ld_st_reg_offset(): New function.
8500         (thumb_record_add_sub_cmp_mov): New function.
8501         (thumb_record_shift_add_sub): New function.
8502         (arm_record_coproc_data_proc): New function.
8503         (arm_record_coproc): New function.
8504         (arm_record_b_bl): New function.
8505         (arm_record_ld_st_multiple): New function.
8506         (arm_record_ld_st_reg_offset): New function.
8507         (arm_record_ld_st_imm_offset): New function.
8508         (arm_record_data_proc_imm): New function.
8509         (arm_record_data_proc_misc_ld_str): New function.
8510         (arm_record_extension_space): New function.
8511         (arm_record_strx): New function.
8512         (sbo_sbz): New function.
8513         (struct insn_decode_record): New structure for arm insn record.
8514         (REG_ALLOC): New macro for reg allocations.
8515         (MEM_ALLOC): New macro for memory allocations.
8516         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8517
8518 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8519
8520         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8521         (store_register): Likewise.
8522
8523 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8524
8525         * MAINTAINERS (Write After Approval): Add myself to the list.
8526
8527 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8528
8529         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8530         Describe also the option "auto".
8531
8532 2012-03-22  Richard Henderson  <rth@redhat.com>
8533
8534         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8535         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8536
8537 2012-03-22  Richard Henderson  <rth@redhat.com>
8538
8539         * jit.c (jit_read_code_entry): Compute alignment and offset of
8540         int64_t member before computing entry_size.
8541
8542 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8543
8544         Python scripting: Add new method Value.referenced_value to
8545         gdb.Value which can dereference pointer as well as reference
8546         values.
8547         * NEWS: Add entry under 'Python scripting' about the new method
8548         Value.referenced_value on gdb.Value objects.
8549         * python/py-value.c (valpy_referenced_value): New function
8550         defining a new method on gdb.Value objects which can dereference
8551         pointer and reference values.
8552
8553 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8554
8555         * MAINTAINERS (Write After Approval): Add myself to the list.
8556
8557 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8558
8559         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8560         in addition to "main".
8561
8562 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8563
8564         * expression.h (op_name): Add declaration.
8565         * expprint.c (op_name): Remove declaration.  Make non-static.
8566         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8567
8568 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8569
8570         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8571         of struct siginfo.
8572         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8573         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8574         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8575         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8576         (linux_nat_get_siginfo): Likewise.
8577         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8578         (linux_nat_get_siginfo): Likewise.
8579         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8580         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8581         * procfs.c (gdb_siginfo_t): Likewise.
8582
8583 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8584
8585         * .gitignore: Ignore more files.
8586
8587 2012-03-20  Pedro Alves  <palves@redhat.com>
8588
8589         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8590         returns.
8591
8592 2012-03-20  Yao Qi  <yao@codesourcery.com>
8593
8594         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8595         comment.
8596
8597 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8598
8599         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8600         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8601         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8602         sect_offset.
8603         * dwarf2expr.h (cu_offset, sect_offset): New types.
8604         (struct dwarf_expr_context_funcs) <dwarf_call>
8605         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8606         sect_offset.
8607         (struct dwarf_expr_context) <len>: Improve the comment.
8608         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8609         cu_offset and sect_offset.
8610         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8611         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8612         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8613         * dwarf2loc.h: Include dwarf2expr.h.
8614         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8615         and sect_offset.
8616         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8617         Improve the comment.
8618         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8619         (struct signatured_type, struct line_header, struct partial_die_info)
8620         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8621         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8622         (get_die_type_at_offset, create_cus_from_index)
8623         (create_signatured_type_table_from_index, dw2_get_file_names)
8624         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8625         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8626         (create_debug_types_hash_table, process_psymtab_comp_unit)
8627         (load_partial_comp_unit, create_all_comp_units)
8628         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8629         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8630         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8631         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8632         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8633         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8634         (find_partial_die, read_attribute_value, lookup_die_type)
8635         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8636         (is_ref_attr): New function comment.
8637         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8638         Use cu_offset and sect_offset.
8639         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8640         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8641         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8642         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8643         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8644         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8645         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8646         sect_offset.
8647
8648 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8649
8650         Code cleanup.
8651         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8652         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8653         with xfree.
8654         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8655
8656 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8657
8658         * NEWS: Describe new options --init-command=FILE, -ix and
8659         --init-eval-command=COMMAND, -iex.
8660         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8661         CMDARG_INIT_COMMAND.
8662         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8663         "init-command", "init-eval-command", "ix" and "iex" to the variable
8664         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8665         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8666         (print_gdb_help): Describe --init-command=FILE, -ix and
8667         --init-eval-command=COMMAND, -iex.
8668
8669 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8670
8671         Code cleanup.
8672         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8673         (cmdarg_s, VEC (cmdarg_s)): New.
8674         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8675         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8676         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8677         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8678         of CMDARG.
8679
8680 2012-03-19  Tom Tromey  <tromey@redhat.com>
8681
8682         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8683
8684 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8685
8686         PR symtab/13777
8687         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8688         GCC >=4.5.
8689
8690 2012-03-16  Chris January  <chris.january@allinea.com>
8691
8692         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8693         of clear.
8694
8695 2012-03-16  Chris January  <chris.january@allinea.com>
8696
8697         * source.c (add_path): Use memmove instead of strcpy because the
8698         strings overlap.
8699
8700 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8701
8702         * value.h (set_value_parent): Add declaration.
8703         * value.c (set_value_parent): New function.
8704         (value_address): If VALUE->PARENT is not NULL, then use it as
8705         the base address instead of VALUE->LOCATION.address.
8706         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8707         the same as OBJ's address.  Adjust V's offset accordingly.
8708         Set V's parent.
8709
8710 2012-03-16  Gary Benson  <gbenson@redhat.com>
8711
8712         PR breakpoints/10738
8713         * dwarf2read.c (use_deprecated_index_sections): New global.
8714         (struct partial_die_info): New member may_be_inlined.
8715         (read_partial_die): Set may_be_inlined where appropriate.
8716         (add_partial_subprogram): Add partial symbols for partial
8717         DIEs that may be inlined.
8718         (new_symbol_full): Add inlined subroutines to the current
8719         scope.
8720         (write_psymtabs_to_index): Bump version number.
8721         (dwarf2_read_index): Read only version 6 indices unless
8722         use_deprecated_index_sections is set.
8723         * linespec.c (symbol_and_data_callback): New structure.
8724         (iterate_inline_only): New function.
8725         (iterate_over_all_matching_symtabs): New argument
8726         "include_inline".  If nonzero, also call the callback for
8727         symbols representing inlined subroutines.
8728         (lookup_prefix_sym): Pass extra argument to the above.
8729         (find_function_symbols): Likewise.
8730         (add_matching_symbols_to_info): Likewise.
8731         * NEWS: Mention that GDB can now set breakpoints on inlined
8732         functions.
8733
8734 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8735
8736         * p-typeprint.c (pascal_type_print_method_args):
8737         Fix display of parameter of methods.
8738
8739 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8740
8741         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8742         Add missing prototype.
8743
8744 2012-03-16  Yao Qi  <yao@codesourcery.com>
8745             Jan Kratochvil  <jan.kratochvil@redhat.com>
8746
8747         Fix false compilation warning.
8748         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8749
8750 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8751             Pedro Alves  <pedro@codesourcery.com>
8752
8753         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8754         (arm_register_g_packet_guesses): New function.
8755         (arm_gdbarch_init): Don't force a target description with
8756         registers when the executable is detected as M-profile.  Instead
8757         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8758         (_initialize_arm_tdep): Initialize the new target description.
8759         * features/arm-with-m-fpa-layout.xml: New description.
8760         * features/arm-with-m-fpa-layout.c: New, generated.
8761
8762 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8763
8764         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8765         Update function description.
8766         (insert_bp_location): Do not wipe bl->target_info out.
8767         * mem-break.c: #include "gdb_string.h".
8768         (default_memory_insert_breakpoint): Do not call target_read_memory
8769         with a pointer to the breakpoint's shadow_contents buffer.  Use
8770         a local buffer instead.
8771         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8772
8773 2012-03-15  Tom Tromey  <tromey@redhat.com>
8774
8775         * NEWS: Mention "info vtbl", not "info vtable".
8776         * cp-support.c (info_vtbl_command): Fix comment.
8777         (_initialize_cp_support): Fix text.
8778
8779 2012-03-15  Tom Tromey  <tromey@redhat.com>
8780
8781         * cp-valprint.c (cp_print_value_fields): Use
8782         print_function_pointer_address for vtable slot.
8783
8784 2012-03-15  Tom Tromey  <tromey@redhat.com>
8785
8786         * gnu-v3-abi.c (struct value_and_voffset): New.
8787         (hash_value_and_voffset, eq_value_and_voffset)
8788         (compare_value_and_voffset, compute_vtable_size)
8789         (print_one_vtable, gnuv3_print_vtable): New functions.
8790         (init_gnuv3_ops): Initialize 'print_vtable' field.
8791         * cp-support.c (info_vtbl_command): New function.
8792         (_initialize_cp_support): Add "info vtbl".
8793         * cp-abi.h (cplus_print_vtable): Declare.
8794         (struct cp_abi_ops) <print_vtable>: New field.
8795         * cp-abi.c (cplus_print_vtable): New function.
8796         * NEWS: Update.
8797
8798 2012-03-15  Tom Tromey  <tromey@redhat.com>
8799
8800         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8801         iterate_over_symbols.
8802
8803 2012-03-14  Doug Evans  <dje@google.com>
8804
8805         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8806         DW_OP_GNU_parameter_ref.
8807
8808 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8809
8810         Fix double prompt of 'interpreter-exec mi'.
8811         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8812         (mi_interpreter_resume): use it.
8813         (mi_execute_command_input_handler): New function.
8814         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8815         mi_execute_command_input_handler.
8816
8817 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8818
8819         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8820         prototype.
8821         (darwin_debug_port_info): Make static.
8822         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8823         * machoread.c (_initialize_machoread): Add prototype.
8824         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8825         (i386_darwin_set_control, i386_darwin_get_control)
8826         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8827         i386_darwin_get_status, i386_darwin_get_control):
8828         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8829
8830 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8831
8832         * ax-gdb.c (gen_usual_unary): Remove special handling of
8833         enum and bool types.
8834
8835 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8836
8837         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8838
8839 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8840
8841         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8842
8843 2012-03-13  Chris January  <chris.january@allinea.com>
8844
8845         * aix-thread.c (fill_sprs): Store the floating point registers
8846         at the correct offsets into vals.
8847
8848 2012-03-13  Doug Evans  <dje@google.com>
8849
8850         * NEWS: Mention symbol-reloading has been deleted.
8851         * symfile.c (symbol_reloading): Delete.
8852         (show_symbol_reloading): Delete.
8853         (_initialize_symfile): Delete set/show symbol-reloading.
8854
8855         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8856         read_in_chain until we have successfully read it in.
8857         (load_full_comp_unit): Ditto.
8858         (read_signatured_type): Add comment.
8859
8860 2012-03-13  Chris January  <chris.january@allinea.com>
8861
8862         * stabsread.c (fix_common_block): Change type of valu argument
8863         to CORE_ADDR.
8864
8865 2012-03-13  Chris January  <chris.january@allinea.com>
8866
8867         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8868         instruction.
8869
8870 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8871
8872         * common/linux-procfs.c (linux_proc_get_int): New, from
8873         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8874         field.
8875         (linux_proc_get_tgid): Only call linux_proc_get_int.
8876         (linux_proc_get_tracerpid): New.
8877         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8878         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8879         linux_proc_pid_has_state.
8880         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8881         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8882         (linux_ptrace_attach_warnings): New.
8883         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8884         New declaration.
8885         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8886         (linux_nat_attach): New variables ex, buffer, message and message_s.
8887         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8888
8889 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8890
8891         * Makefile.in (linux-ptrace.o): New.
8892         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8893         from linux-nat.c.
8894         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8895         * common/linux-ptrace.c: New file.
8896         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8897         * config/arm/linux.mh: Likewise.
8898         * config/i386/linux.mh: Likewise.
8899         * config/i386/linux64.mh: Likewise.
8900         * config/ia64/linux.mh: Likewise.
8901         * config/m32r/linux.mh: Likewise.
8902         * config/m68k/linux.mh: Likewise.
8903         * config/mips/linux.mh: Likewise.
8904         * config/pa/linux.mh: Likewise.
8905         * config/powerpc/linux.mh: Likewise.
8906         * config/powerpc/ppc64-linux.mh: Likewise.
8907         * config/powerpc/spu-linux.mh: Likewise.
8908         * config/s390/s390.mh: Likewise.
8909         * config/sparc/linux.mh: Likewise.
8910         * config/sparc/linux64.mh: Likewise.
8911         * config/xtensa/linux.mh: Likewise.
8912         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8913         common/linux-procfs.c.
8914         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8915
8916 2012-03-13  Hui Zhu  <teawater@gmail.com>
8917             Pedro Alves  <palves@redhat.com>
8918
8919         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8920         CREATE_BREAKPOINT_FLAGS_INSERTED.
8921         (create_breakpoint_sal, create_breakpoints_sal)
8922         (base_breakpoint_create_breakpoints_sal)
8923         (tracepoint_create_breakpoints_sal)
8924         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8925         down.
8926         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8927         (ftrace_command, strace_command): Adjust.
8928         (create_tracepoint_from_upload): Pass
8929         CREATE_BREAKPOINT_FLAGS_INSERTED.
8930         * breakpoint.h (enum breakpoint_create_flags): New.
8931         (create_breakpoint): New flags parameter.
8932         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8933         * python/py-breakpoint.c (bppy_init): Adjust.
8934         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8935         * spu-tdep.c (spu_catch_start): Adjust.
8936
8937 2012-03-13  Pedro Alves  <palves@redhat.com>
8938             Hui Zhu  <teawater@gmail.com>
8939             Yao Qi  <yao@codesourcery.com>
8940
8941         * remote.c (struct remote_state): New field `starting_up'.
8942         (remote_start_remote): Set and clear it.
8943         (remote_can_download_tracepoint): If starting up, return false.
8944
8945 2012-03-13  Yao Qi  <yao@codesourcery.com>
8946
8947         * inferior.h (struct inferior): Remove fields any_syscall_count,
8948         syscalls_counts and total_syscalls_count.  Move them to new
8949         struct catch_syscall_inferior_data in breakpoint.c.
8950         * breakpoint.c: Call DEF_VEC_I(int).
8951         (struct catch_syscall_inferior_data): New.
8952         (get_catch_syscall_inferior_data): New.
8953         (catch_syscall_inferior_data_cleanup): New.
8954         (insert_catch_syscall): Update to access data in
8955         struct catch_syscall_inferior_data.
8956         (insert_catch_syscall): Likewise.
8957         (remove_catch_syscall): Likewise.
8958         (remove_catch_syscall): Likewise.
8959         (is_syscall_catchpoint_enabled): Likewise.
8960         (add_catch_command): Likewise.
8961         (_initialize_breakpoint): Register cleanup.
8962         * breakpoint.h: Removed DEF_VEC_I(int).
8963         * dwarf2loc.c: Call DEF_VEC_I(int).
8964         * mi/mi-main.c: Likewise.
8965
8966 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8967
8968         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8969
8970 2012-03-12  Chris January  <chris.january@allinea.com>
8971
8972         * aix-thread.c (_initialize_aix_thread): Add prototype.
8973         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8974         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8975
8976 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8977
8978         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8979         include of "amd64-nat.h".
8980
8981 2012-03-12  Tom Tromey  <tromey@redhat.com>
8982
8983         * buildsym.c (record_pending_block): Now static.
8984         * buildsym.h: (record_pending_block): Remove.
8985
8986 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8987
8988         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8989
8990 2012-03-09  Tom Tromey  <tromey@redhat.com>
8991
8992         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8993         producer_is_gxx_lt_4_6>: New fields.
8994         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8995
8996 2012-03-09  Tom Tromey  <tromey@redhat.com>
8997
8998         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8999
9000 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9001
9002         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9003         prototype.
9004
9005 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9006
9007         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9008
9009 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9010
9011         Fix -Wmissing-prototypes build.
9012         * arm-linux-nat.c (get_thread_id): Make it static.
9013         * xtensa-linux-nat.c (get_thread_id): Likewise.
9014
9015 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9016
9017         * server.c (process_point_options): If a conditional expression
9018         is found, only print a message if remote_debug is nonzero.
9019
9020 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9021
9022         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9023         of internal error for unknown/unsupported types.
9024
9025 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9026
9027         Fix CU relative vs. absolute DIE offsets.
9028         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9029         offset to offset_in_cu.
9030         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9031         TYPE_OFFSET.
9032         (dwarf2_fetch_die_location_block): Rename parameter offset to
9033         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9034
9035 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9036
9037         * libunwind-frame.c: Rename to ...
9038         * ia64-libunwind-tdep.c: ... here.
9039         * libunwind-frame.h: Rename to ...
9040         * ia64-libunwind-tdep.h: ... here.
9041         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9042         ia64-libunwind-tdep.h.
9043         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9044         * README (--with-libunwind): Rename to ...
9045         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9046         * config.in: Regenerate.
9047         * configure: Regenerate.
9048         * configure.ac: New option --with-libunwind-ia64, make the
9049         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9050         Remove AC_DEFINE for HAVE_LIBUNWIND.
9051         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9052         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9053         Rename libunwind-frame in the general comment.
9054         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9055         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9056         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9057         the general comment.
9058         * ia64-tdep.c: Rename libunwind-frame.h #include to
9059         ia64-libunwind-tdep.h.
9060         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9061         (ia64_libunwind_descr): Rename libunwind-frame to
9062         ia64-libunwind-tdep in these function comments.
9063         * ia64-tdep.h: Rename libunwind-frame.h #include to
9064         ia64-libunwind-tdep.h.
9065         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9066         ia64-libunwind-tdep in that data comment.
9067
9068 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9069
9070         * libunwind-frame.h (struct frame_unwind): New declaration.
9071
9072 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9073
9074         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9075         "set breakpoint condition-evaluation" command.
9076
9077 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9078
9079         * sparc-stub.c: Move to stubs/
9080         * sh-stub.c: Likewise.
9081         * m68k-stub.c: Likewise.
9082         * m32r-stub.c: Likewise.
9083         * i386-stub.c: Likewise.
9084
9085 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9086
9087         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9088         linux_get_siginfo_type.
9089
9090         * m68klinux-nat.c: Include "gdb_proc_service.h".
9091         (PTRACE_GET_THREAD_AREA): Define.
9092         (ps_get_thread_area): New function.
9093
9094 2012-03-08  Yao Qi  <yao@codesourcery.com>
9095
9096         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9097         `xsnprintf'.
9098         (remote_query_attached): Likewise.
9099         (remote_static_tracepoint_marker_at): Likewise.
9100         (remote_set_permissions): Likewise.
9101         (remote_detach_1, extended_remote_attach_1): Likewise.
9102         (send_g_packet, remote_vkill): Likewise.
9103         (extended_remote_disable_randomization): Likewise.
9104         (remote_add_target_side_condition): Likewise.
9105         (remote_insert_breakpoint): Likewise.
9106         (remote_remove_breakpoint): Likewise.
9107         (remote_insert_watchpoint): Likewise.
9108         (remote_remove_watchpoint): Likewise.
9109         (remote_insert_hw_breakpoint): Likewise.
9110         (remote_insert_hw_breakpoint): Likewise.
9111         (remote_remove_hw_breakpoint): Likewise.
9112         (remote_download_command_source): Likewise.
9113         (remote_download_tracepoint): Likewise.
9114         (remote_download_trace_state_variable): Likewise.
9115         (remote_disable_tracepoint): Likewise.
9116         (remote_trace_set_readonly_regions): Likewise.
9117         (remote_get_tracepoint_status): Likewise.
9118         (remote_trace_find): Likewise.
9119         (remote_get_trace_state_variable_value): Likewise.
9120         (remote_set_disconnected_tracing): Likewise.
9121         (remote_set_circular_trace_buffer): Likewise.
9122         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9123         (remote_use_agent): Likewise.
9124         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9125         Update callers.
9126
9127 2012-03-07  Pedro Alves  <palves@redhat.com>
9128
9129         * NEWS: Mention QProgramSignals.
9130         * inferior.h (update_signals_program_target): Declare.
9131         * infrun.c: (update_signals_program_target): New.
9132         (handle_command): Update the target of the new program signals
9133         array changes.
9134         * remote.c (PACKET_QProgramSignals): New enum.
9135         (last_program_signals_packet): New global.
9136         (remote_program_signals): New.
9137         (remote_start_remote): Update the target with the program signals
9138         list.
9139         (remote_protocol_features): Add entry for QPassSignals.
9140         (remote_open_1): Free anc clear last_program_signals_packet.
9141         (init_remote_ops): Install remote_program_signals.
9142         * target.c (update_current_target): Adjust.
9143         (target_program_signals): New.
9144         * target.h (struct target_ops) <to_program_signals>: New field.
9145         (target_program_signals): Declare.
9146
9147 2012-03-07  Pedro Alves  <palves@redhat.com>
9148
9149         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9150         extensions.
9151
9152 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9153
9154         * m68klinux-nat.c (getregs_supplies): Make static.
9155         (getfpregs_supplies): Likewise.
9156         (have_ptrace_getregs): Likewise.
9157
9158 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9159
9160         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9161         in call to get_die_type_at_offset.
9162
9163 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9164
9165         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9166         * mi/mi-cmd-disas.c: Ditto.
9167         * mi/mi-cmd-env.c: Ditto.
9168         * mi/mi-cmd-file.c: Ditto.
9169         * mi/mi-cmd-stack.c: Ditto.
9170         * mi/mi-cmd-target.c: Ditto.
9171         * mi/mi-cmd-var.c: Ditto.
9172         * mi/mi-cmds.c: Ditto.
9173         * mi/mi-cmds.h: Ditto.
9174         * mi/mi-console.c: Ditto.
9175         * mi/mi-getopt.c: Ditto.
9176         * mi/mi-getopt.h: Ditto.
9177         * mi/mi-interp.c: Ditto.
9178         * mi/mi-main.c: Ditto.
9179         * mi/mi-out.c: Ditto.
9180         * mi/mi-parse.c: Ditto.
9181         * mi/mi-parse.h: Ditto.
9182         * mi/mi-symbol-cmds.c: Ditto.
9183
9184         * mi/mi-getopt.h: Move mi_opt struct up.
9185         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9186         return.
9187         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9188
9189 2012-03-06  Tom Tromey  <tromey@redhat.com>
9190
9191         * proc-service.c (ps_pglobal_lookup): Set the current program
9192         space.
9193
9194 2012-03-06  Pedro Alves  <palves@redhat.com>
9195
9196         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9197
9198 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9199
9200         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9201
9202 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9203
9204         Code cleanup.
9205         * common/linux-osdata.c (linux_common_core_of_thread): New function
9206         comment.
9207         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9208         call by linux_common_core_of_thread.
9209         (linux_nat_core_of_thread_1): Remove.
9210         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9211         * linux-thread-db.c: Include linux-osdata.h.
9212         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9213         linux_common_core_of_thread.
9214
9215 2012-03-05  Tom Tromey  <tromey@redhat.com>
9216
9217         * value.c (value_primitive_field): Don't fetch contents for
9218         non-virtual bases.
9219
9220 2012-03-05  Tom Tromey  <tromey@redhat.com>
9221
9222         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9223
9224 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9225
9226         * s390-nat.c: Include "gregset.h".
9227
9228 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9229
9230         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9231         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9232         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9233         load also LIBUNWIND_SO_7.
9234
9235 2012-03-05  Pedro Alves  <palves@redhat.com>
9236
9237         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9238         is not NULL, and remove resulting dead code.
9239
9240 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9241
9242         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9243         prologue to sh_analyze_prologue.
9244         (sh_analyze_prologue): Make better use of such an upper limit, and
9245         generally be more cautious about accessing memory.
9246
9247 2012-03-05  Tom Tromey  <tromey@redhat.com>
9248
9249         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9250         _initialize_ia64_hpux_tdep.
9251
9252 2012-03-05  Pedro Alves  <palves@redhat.com>
9253
9254         PR gdb/13766
9255
9256         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9257         the register state is clear, supply explicit zero, instead of
9258         marking the register unavailable.
9259
9260 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9261
9262         * NEWS: Mention OpenVMS ia64 new target.
9263
9264 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9265
9266         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9267         (ia64_unw_accessors, ia64_unw_rse_accessors)
9268         (ia64_libunwind_descr): Declare.
9269         * ia64-vms-tdep.c: New file.
9270         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9271         (ia64_libunwind_descr): Make them public.
9272         * configure.tgt: Add ia64-*-*vms*.
9273         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9274         (ALLDEPFILES): Add ia64-vms-tdep.c
9275
9276 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9277
9278         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9279         * remote.c (PACKET_qXfer_uib): New enum value.
9280         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9281         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9282         (_initialize_remote): Call add_packet_config_cmd for
9283         xfer:uib packet.
9284
9285 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9286
9287         * osabi.c (gdb_osabi_names): Add OpenVMS.
9288         (generic_elf_osabi_sniffer): Likewise.
9289         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9290
9291 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9292
9293         Removed unused code.
9294         * libunwind-frame.c (libunwind_frame_unwind)
9295         (libunwind_frame_base_address): Remove.
9296         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9297
9298 2012-03-04  Yao Qi  <yao@codesourcery.com>
9299
9300         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9301         remove trailing new line.
9302         (agent_run_command, agent_run_command): Add _ markup.
9303         (agent_capability_check): Likewise.
9304
9305 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9306
9307         * breakpoint.c (set_condition_evaluation_mode): Set
9308         CONDITION_EVALUATION_MODE unconditionally.
9309
9310 2012-03-03  Yao Qi  <yao@codesourcery.com>
9311
9312         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9313         * common/agent.h: Update declaration.
9314         * inf-child.c (inf_child_use_agent): New.
9315         (inf_child_can_use_agent): New.
9316         (inf_child_target): Initialize fields `to_use_agent'
9317         and `to_can_use_agent'.
9318         * agent.c (agent_new_objfile): New.
9319         (_initialize_agent): Add agent_new_objfile to new_objfile
9320         observer.
9321
9322         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9323         New.
9324         (linux_target_install_ops): Initialize field
9325         `to_static_tracepoint_markers_by_strid'.
9326         * remote.c (free_current_marker): Move it to ...
9327         * tracepoint.c (free_current_marker): ... here.  New.
9328         (cleanup_target_stop): New.
9329         * tracepoint.h: Declare free_current_marker.
9330         * NEWS: Add one entry about `info static-tracepoint-marker'.
9331
9332 2012-03-03  Yao Qi  <yao@codesourcery.com>
9333
9334         * common/agent.c (agent_loaded_p): New.
9335         (agent_look_up_symbols): New global.
9336         * common/agent.h: Declare agent_loaded_p.
9337
9338 2012-03-03  Yao Qi  <yao@codesourcery.com>
9339
9340         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9341         (agent_capability_check, agent_capability_invalidate): New.
9342         (symbol_list): New array element.
9343         * common/agent.h (enum agent_capa): New.
9344         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9345
9346 2012-03-03  Yao Qi  <yao@codesourcery.com>
9347
9348         * target.h (struct target_ops) <to_use_agent>: New field.
9349         (struct target_ops) <to_can_use_agent>: New field.
9350         (target_use_agent, target_can_use_agent): New macro.
9351         * target.c (update_current_target): Update.
9352         * remote.c: New enum `PACKET_QAgent'.
9353         (remote_protocol_features): Add a new element.
9354         (remote_use_agent, remote_can_use_agent): New.
9355         (init_remote_ops): Initialize field `can_use_agent' with
9356         remote_can_use_agent.  Intiailize field `use_agent' with
9357         remote_use_agent.
9358         * common/agent.c (use_agent): New global.
9359         * common/agent.h: Declare it.
9360         * tracepoint.c (info_static_tracepoint_markers_command): Add
9361         comment.
9362         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9363         (COMMON_OBS): Add common/agent.o and agent.o
9364         (common-agent.o): New rule.
9365         * agent.c: New.
9366
9367 2012-03-03  Yao Qi  <yao@codesourcery.com>
9368
9369         * common/agent.c: New.
9370         * common/agent.h: New.
9371         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9372         AC_CHECK_HEADERS.
9373         * configure, configh.in: Regenerated.
9374
9375 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9376
9377         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9378         unless it exists for this architecture.
9379
9380 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9381
9382         * language.h (struct language_defn): New "method" la_read_var_value.
9383         * findvar.c: #include "language.h".
9384         (default_read_var_value): Renames read_var_value.  Rewrite
9385         function description.
9386         (read_var_value): New function.
9387         * value.h (default_read_var_value): Add prototype.
9388         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9389         New functions.
9390         (ada_language_defn): Add entry for la_read_var_value.
9391         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9392         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9393         language_defn structures to add entry for new la_read_var_value
9394         field.
9395
9396 2012-03-02  Tom Tromey  <tromey@redhat.com>
9397             Pedro Alves  <palves@redhat.com>
9398
9399         PR breakpoints/13776:
9400         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9401         breakpoints.
9402         (delete_longjmp_breakpoint_at_next_stop): New.
9403         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9404         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9405         before deleting the inferior.  Add comments.
9406         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9407         breakpoints immediately, but only on next stop.  Move that code
9408         next to where we mark other breakpoints for deletion.
9409
9410 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9411
9412         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9413         marker.
9414         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9415         violation.
9416
9417 2012-03-02  Pedro Alves  <palves@redhat.com>
9418
9419         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9420
9421 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9422
9423         Fix -Wmissing-prototypes build.
9424         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9425         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9426         (gdbsim_has_memory): Likewise.
9427
9428 2012-03-02  Yao Qi  <yao@codesourcery.com>
9429
9430         Fix -Wmissing-prototypes build.
9431         * charset.c (phony_iconv_open): Make static.
9432         (phony_iconv_close, phony_iconv): Likewise.
9433         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9434         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9435         prototype.
9436         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9437         * ser-mingw.c (create_select_thread): Make static.
9438         * windows-termcap.c (tgetent): New prototype.
9439         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9440
9441 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9442
9443         Fix -Wmissing-prototypes build.
9444         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9445         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9446         (_initialize_loadable): New prototypes.
9447
9448 2012-03-02  Doug Evans  <dje@google.com>
9449
9450         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9451         abbrev table, read_comp_unit will do it.
9452
9453 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9454
9455         Fix -Wmissing-prototypes build.
9456         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9457         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9458         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9459         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9460         (_initialize_arm_symbian_tdep): New prototype.
9461         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9462         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9463         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9464         static.
9465         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9466         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9467         prototype.
9468         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9469         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9470         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9471         static.
9472         * moxie-tdep.c (moxie_process_record): Likewise.
9473         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9474         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9475         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9476         (_initialize_rl78_tdep): New prototype.
9477         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9478         (_initialize_rx_tdep): New prototype.
9479         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9480         (_initialize_darwin_solib): New prototype.
9481         * solib-spu.c: Include solib-spu.h.
9482         (_initialize_spu_solib): New prototype.
9483         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9484         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9485         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9486         (tic6x_software_single_step): Make it static.
9487         (_initialize_tic6x_tdep): New prototype.
9488
9489 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9490
9491         Fix -Wmissing-prototypes build.
9492         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9493         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9494
9495 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9496
9497         Fix -Wmissing-prototypes build.
9498         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9499         (frv_have_stopped_data_address): Remove.
9500
9501 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9502
9503         Fix -Wmissing-prototypes build.
9504         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9505         * sh-tdep.c: Include sh64-tdep.h.
9506         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9507         * sh64-tdep.c: Include sh64-tdep.h.
9508         * sh64-tdep.h: New file.
9509
9510 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9511
9512         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9513
9514 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9515
9516         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9517         sp_regnum once the gdbarch_init_osabi hook has been called.
9518
9519 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9520
9521         * mips-tdep.c (mips32_bc1_pc): New function.
9522         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9523         BPOSGE32 and BPOSGE64 instructions.
9524         (deal_with_atomic_sequence): Likewise.
9525         (mips32_instruction_has_delay_slot): Likewise.
9526
9527 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9528             Chris Dearman  <chris@mips.com>
9529             Maciej W. Rozycki  <macro@codesourcery.com>
9530             Joseph Myers  <joseph@codesourcery.com>
9531
9532         * features/mips-dsp.xml: New file.
9533         * features/mips64-dsp.xml: New file.
9534         * features/mips-dsp-linux.xml: New file.
9535         * features/mips64-dsp-linux.xml: New file.
9536         * features/Makefile (WHICH): Add mips-dsp-linux and
9537         mips64-dsp-linux.
9538         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9539         * features/mips-dsp-linux.c: New file.
9540         * features/mips64-dsp-linux.c: New file.
9541         * regformats/mips-dsp-linux.dat: New file.
9542         * regformats/mips64-dsp-linux.dat: New file.
9543         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9544         registers.
9545         (mips64_linux_register_addr): Likewise.
9546         (mips64_linux_regsets_fetch_registers): Likewise.
9547         (mips64_linux_regsets_store_registers): Likewise.
9548         (mips64_linux_fetch_registers): Update call to
9549         mips64_linux_regsets_fetch_registers.
9550         (mips64_linux_store_registers): Update call to
9551         mips64_linux_regsets_store_registers.
9552         (mips_linux_read_description): Probe for DSP registers.
9553         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9554         and initialize_tdesc_mips64_dsp_linux.
9555         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9556         Remove padding of no longer used embedded register slots.
9557         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9558         (MIPS_RESTART_REGNUM): Redefine enum value.
9559         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9560         strings.
9561         (mips_tx39_reg_names): Likewise.
9562         (mips_linux_reg_names): New array of register names for Linux
9563         targets.
9564         (mips_register_name): Check for a null pointer in
9565         mips_processor_reg_names and return an empty string.
9566         (mips_register_type): Exclude embedded registers for the IRIX
9567         and Linux ABIs.
9568         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9569         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9570         DSP registers.
9571         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9572         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9573         (mips_gdbarch_init): Likewise.  Initialize internal register
9574         indices for the Linux ABI.  Use dynamic numbers to refer to
9575         registers, as applicable, while parsing the target description.
9576         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9577
9578 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9579
9580         * frame.h (read_frame_register_unsigned): Fix typo in function
9581         description.
9582
9583 2012-03-01  Pedro Alves  <palves@redhat.com>
9584
9585         * jit-reader.in [!__cplusplus]
9586         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9587
9588 2012-03-01  Pedro Alves  <palves@redhat.com>
9589
9590         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9591         * configure: Regenerate.
9592
9593 2012-03-01  Pedro Alves  <palves@redhat.com>
9594
9595         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9596         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9597         (ftrace_command, strace_command): Make static.
9598         * d-lang.c (_initialize_d_language): Declare.
9599         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9600         * dwarf2loc.c (_initialize_dwarf2loc):
9601         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9602         * exec.c (exec_get_section_table): Make static.
9603         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9604         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9605         * inferior.c (remove_inferior_command, add_inferior_command)
9606         (clone_inferior_command): Make static.
9607         * linux-nat.c (linux_nat_thread_address_space)
9608         (linux_nat_core_of_thread): Make static.
9609         * linux-tdep.c (_initialize_linux_tdep): Declare.
9610         * objc-lang.c (_initialize_objc_lang): Declare.
9611         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9612         Make static.
9613         (_initialize_opencl_language): Declare.
9614         * record.c (_initialize_record): Declare.
9615         * remote.c (demand_private_info, remote_get_tib_address)
9616         (remote_supports_cond_tracepoints)
9617         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9618         Make static.
9619         * skip.c (_initialize_step_skip): Declare.
9620         * symtab.c (skip_prologue_using_lineinfo): Make static.
9621         * tracepoint.c (delete_trace_state_variable)
9622         (trace_variable_command, delete_trace_variable_command)
9623         (get_uploaded_tsv, find_matching_tracepoint_location)
9624         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9625         Make static.
9626         * value.c (pack_unsigned_long): Make static.
9627         * varobj.c (varobj_ensure_python_env): Make static.
9628         * windows-tdep.c (_initialize_windows_tdep): Declare.
9629         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9630
9631 2012-03-01  Pedro Alves  <palves@redhat.com>
9632
9633         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9634         gdbarch parameter.
9635         (linux_init_abi): Install it as has_shared_address_space gdbarch
9636         callback.
9637
9638 2012-03-01  Pedro Alves  <palves@redhat.com>
9639
9640         * observer.c (observer_test_first_notification_function)
9641         (observer_test_second_notification_function)
9642         (observer_test_third_notification_function): Add declarations.
9643
9644 2012-03-01  Pedro Alves  <palves@redhat.com>
9645
9646         * common/signals.c (default_target_signal_to_host)
9647         (default_target_signal_from_host): Move ...
9648         * arch-utils.c: ... here.
9649         * arch-utils.h (default_target_signal_to_host)
9650         (default_target_signal_from_host): Declare.
9651
9652         * common/signals.c (target_signal_from_command): Move ...
9653         * infrun.c: ... here.
9654         * inferior.h (target_signal_from_command): Declare.
9655         * target.h (target_signal_from_command)
9656         (default_target_signal_from_host, default_target_signal_to_host):
9657         Delete declarations.
9658
9659         * common/signals.c (_initialize_signals): Delete.
9660
9661 2012-03-01  Pedro Alves  <palves@redhat.com>
9662
9663         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9664         both __cplusplus and !__cplusplus.
9665
9666 2012-03-01  Pedro Alves  <palves@redhat.com>
9667
9668         * psymtab.c (find_and_open_source): Delete declaration.
9669         * source.c (find_and_open_source): Move comment ...
9670         * source.h (find_and_open_source): ... to this new declaration.
9671
9672 2012-03-01  Pedro Alves  <palves@redhat.com>
9673
9674         * inline-frame.c: Include inline-frame.h.
9675
9676 2012-03-01  Pedro Alves  <palves@redhat.com>
9677
9678         * tui/tui-data.c (set_gen_win_origin): Delete.
9679         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9680         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9681
9682 2012-03-01  Pedro Alves  <palves@redhat.com>
9683
9684         * remote.c (encode_actions): Delete declaration.
9685         * tracepoint.c (encode_actions): Make extern.
9686         * tracepoint.h (encode_actions): Declare.
9687
9688 2012-03-01  Pedro Alves  <palves@redhat.com>
9689
9690         * python/py-breakpoint.c: Include python.h.
9691         * python/py-continueevent.c (create_continue_event_object): Make
9692         static.
9693         * python/py-lazy-string.c (stpy_get_type): Make static.
9694         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9695         Make static.
9696         * python/py-utils.c (unicode_to_target_python_string): Make
9697         static.
9698         * python/py-value.c: Include python.h.
9699
9700 2012-03-01  Pedro Alves  <palves@redhat.com>
9701
9702         * inferior.c (delete_threads_of_inferior): Delete.
9703
9704 2012-03-01  Pedro Alves  <palves@redhat.com>
9705
9706         Import fallback definitions from glibc.
9707
9708         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9709         ps_prochandle): Forward declare.
9710         (ps_err_e): Use glibc's comments.
9711         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9712         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9713         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9714         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9715         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9716         (struct ps_prochandle): Adjust comment.
9717
9718 2012-03-01  Pedro Alves  <palves@redhat.com>
9719
9720         * ada-lang.c (ada_modulus_from_name): Delete.
9721         * ada-lex.l (lexer_init): Make static.
9722
9723 2012-03-01  Pedro Alves  <palves@redhat.com>
9724
9725         PR gdb/13767
9726
9727         * frame.c (read_frame_register_unsigned): New.
9728         * frame.h (read_frame_register_unsigned): Declare.
9729         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9730         Handle it.
9731         (print_i387_control_word): New parameter `control_p'.  Handle it.
9732         (i387_print_float_info): Handle unavailable float registers.
9733
9734 2012-03-01  Keith Seitz  <keiths@redhat.com>
9735
9736         * linespec.c (decode_line_2): Sort the list of methods
9737         alphabetically before presenting the user with a selection
9738         menu.
9739
9740 2012-03-01  Doug Evans  <dje@google.com>
9741
9742         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9743         has_namespace_info.
9744         (dwarf2_read_abbrevs): Remove corresponding initialization.
9745
9746 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9747
9748         * NEWS: Mention new python command class gdb.COMMAND_USER.
9749         * cli/cli-cmds.c (show_user): Print error when used on a python
9750         command.
9751         (init_cli_cmds): Update documentation strings for "show user" and
9752         "set/show max-user-call-depth" to clarify that it does not apply to
9753         python commands.
9754         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9755         error check.
9756         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9757         gdb python api.
9758         * top.c (execute_command): Only execute a user-defined command as a
9759         legacy macro if c->user_commands is set.
9760
9761 2012-03-01  Tom Tromey  <tromey@redhat.com>
9762
9763         * valprint.h (struct generic_val_print_decorations): New.
9764         (generic_val_print): Declare.
9765         * valprint.c (generic_val_print): New function.
9766         * p-valprint.c (p_decorations): New global.
9767         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9768         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9769         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9770         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9771         * m2-valprint.c (m2_decorations): New global.
9772         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9773         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9774         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9775         TYPE_CODE_ERROR>: Call generic_val_print.
9776         * f-valprint.c (f_decorations): New global.
9777         (f_val_print): Use print_function_pointer_address.
9778         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9779         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9780         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9781         generic_val_print.
9782         * c-valprint.c (c_decorations): New global.
9783         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9784         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9785         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9786         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9787         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9788         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9789         case.
9790
9791 2012-03-01  Tom Tromey  <tromey@redhat.com>
9792
9793         * valprint.c (val_print): Update.
9794         * p-valprint (pascal_val_print): Return void.
9795         * p-lang.h (pascal_val_print): Return void.
9796         * m2-valprint.c (m2_val_print): Return void.
9797         * m2-lang.h (m2_val_print): Return void.
9798         * language.h (struct language_defn) <la_val_print>: Return void.
9799         * language.c (unk_lang_val_print): Return void.
9800         * jv-valprint.c (java_val_print): Return void.
9801         * jv-lang.h (java_val_print): Return void.
9802         * f-valprint.c (f_val_print): Return void.
9803         * f-lang.h (f_val_print): Return void.
9804         * d-valprint.c (d_val_print): Return void.
9805         (dynamic_array_type): Update.
9806         * d-lang.h (d_val_print): Return void.
9807         * c-valprint.c (c_val_print): Return void.
9808         * c-lang.h (c_val_print): Return void.
9809         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9810         void.
9811         * ada-lang.h (ada_val_print): Return void.
9812
9813 2012-03-01  Tom Tromey  <tromey@redhat.com>
9814
9815         * value.h (val_print): Return void.
9816         * valprint.c (val_print): Return void.
9817
9818 2012-03-01  Tom Tromey  <tromey@redhat.com>
9819
9820         * value.h (common_val_print): Return void.
9821         * valprint.c (common_val_print): Return void.
9822
9823 2012-03-01  Tom Tromey  <tromey@redhat.com>
9824
9825         * value.h (value_print): Return void.
9826         * valprint.c (value_print): Return void.
9827         * p-valprint.c (pascal_value_print): Return void.
9828         * p-lang.h (pascal_value_print): Return void.
9829         * language.h (struct language_defn) <la_value_print>: Return
9830         void.
9831         * language.c (unk_lang_value_print): Return void.
9832         * jv-valprint.c (java_value_print): Return void.
9833         * jv-lang.h (java_value_print): Return void.
9834         * f-valprint.c (c_value_print): Don't declare.
9835         Include c-lang.h.
9836         * c-valprint.c (c_value_print): Return void.
9837         * c-lang.h (c_value_print): Return void.
9838         * ada-valprint.c (ada_value_print): Return void.
9839         * ada-lang.h (ada_value_print): Return void.
9840
9841 2012-03-01  Tom Tromey  <tromey@redhat.com>
9842
9843         * value.c (value_primitive_field): Handle virtual base classes.
9844
9845 2012-03-01  Tom Tromey  <tromey@redhat.com>
9846
9847         * gdbtypes.h (struct vbase): Remove.
9848
9849 2012-03-01  Tom Tromey  <tromey@redhat.com>
9850
9851         * c-valprint.c (print_function_pointer_address): Move...
9852         * valprint.c: ... here.  Make non-static.
9853         * m2-valprint.c (print_function_pointer_address): Remove.
9854         * valprint.h (print_function_pointer_address): Declare.
9855
9856 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9857
9858         * NEWS: Document the fact that one can provide a condition when
9859         creating an Ada exception catchpoint.
9860
9861 2012-03-01  Tom Tromey  <tromey@redhat.com>
9862
9863         * valprint.c (val_print_type_code_flags): Fix placement of
9864         trailing brace.
9865
9866 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9867
9868         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9869         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9870         environment variable before calling update-copyright.
9871
9872 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9873
9874         * gnulib/extra/update-copyright: Update to the latest from
9875         gnulib's git repository.
9876         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9877         variable to 2 instead of 1.
9878
9879 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9880
9881         * varobj.c (c_value_of_variable): Remove dead code.
9882
9883 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9884
9885         * ada-lex.p (processId): Do not modify already encoded IDs.
9886         Update function documentation.
9887
9888 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9889
9890         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9891         "name" with "struct symbol *name_sym".
9892         * ada-exp.y (write_var_or_type): Update call to
9893         ada_find_renaming_symbol.
9894         "name" with "struct symbol *name_sym". Adjust Implementation
9895         accordingly.  Adjust the function documentation.
9896
9897 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9898
9899         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9900         * ada-lang.c (ada_find_any_type): Add advance declaration.
9901         Make static.  Replace ada_find_any_symbol by
9902         ada_find_any_type_symbol.
9903         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9904         Improve function description.  Make static.
9905         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9906         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9907
9908 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9909
9910         * ada-lang.c (struct tag_args): Delete.
9911         (ada_get_tsd_type): Function body moved up in source file.
9912         (ada_tag_name_1, ada_tag_name_2): Delete.
9913         (ada_get_tsd_from_tag): New function.
9914         (ada_tag_name_from_tsd): New function.
9915         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9916         to determine the tag name.
9917
9918 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9919
9920         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9921         declaration.
9922         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9923         function.
9924
9925 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9926
9927         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9928
9929 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9930
9931         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9932         full searches.
9933
9934 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9935
9936         * ada-lang.c (constrained_packed_array_type): If there is a
9937         parallel XA type, use it to determine the array index type.
9938
9939 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9940
9941         * ada-valprint.c (ada_val_print_1): If our value is a reference
9942         to an array descriptor, dereference it before converting it
9943         to a simple array.
9944
9945 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9946
9947         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9948         creating fixed value.
9949         (ada_value_ind, ada_coerce_ref, assign_component)
9950         (ada_evaluate_subexp): Remove call to unwrap_value before
9951         call to ada_to_fixed_value.
9952
9953 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9954
9955         * ada-lang.c (to_fixed_array_type): Set result's type name.
9956
9957 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9958
9959         * ada-lang.c (catch_ada_exception_command_split): Add new
9960         argument cond_string.  Add support for condition at end of
9961         "catch exception" commands.
9962         (ada_decode_exception_location): Add new argument cond_string.
9963         Update call to catch_ada_exception_command_split.
9964         (create_ada_exception_catchpoint): Add new argument cond_string.
9965         Set the breakpoint condition if needed.
9966         (catch_ada_exception_command): Update call to
9967         ada_decode_exception_location.
9968         (ada_decode_assert_location): Add function documentation.
9969         Add support for condition at end of "catch assert" command.
9970         (catch_assert_command): Update calls to ada_decode_assert_location
9971         and create_ada_exception_catchpoint.
9972
9973 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9974
9975         Fix disp-step-syscall.exp: fork: single step over fork.
9976         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9977         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9978         comment, change parameters gdbarch and ptid to regcache.  Remove
9979         parameter regcache, initialize gdbarch from regcache here.
9980         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9981         New functions.
9982         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9983         instead.
9984         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9985         'syscall'.  Make the 'int' check more strict.
9986
9987 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9988
9989         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9990         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9991         (i386_linux_intx80_sysenter_syscall_record): ... here.
9992         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9993         Use the renamed function name.
9994
9995 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9996
9997         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9998         * breakpoint.c (until_break_command): Likewise.
9999         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10000         * infcall.c (call_function_by_hand): Likewise.
10001         * infcmd.c (finish_forward): Likewise.
10002         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10003
10004 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10005
10006         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10007         avoid variable assignments inside condition.
10008
10009 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10010
10011         Fix static analysis issue found by cppcheck.
10012         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10013         uninitialized BUF for size 2.
10014
10015 2012-02-27  Chris Dearman  <chris@mips.com>
10016             Nathan Froyd  <froydnj@codesourcery.com>
10017             Maciej W. Rozycki  <macro@codesourcery.com>
10018
10019         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10020         (mips16_instruction_has_delay_slot): Likewise.
10021         (mips_segment_boundary): Likewise.
10022         (mips_adjust_breakpoint_address): Likewise.
10023         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10024
10025 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10026             Maciej W. Rozycki  <macro@codesourcery.com>
10027
10028         * infrun.c (handle_inferior_event): Don't proceed through
10029         shared library trampolines if stepping at the machine
10030         instruction level.
10031
10032 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10033
10034         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10035         too.
10036
10037 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10038
10039         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10040         (sh_stub_unwind_sniffer): New functions.
10041         (sh_stub_unwind): New variable.
10042         (sh_gdbarch_init): Wire everything.
10043
10044 2012-02-27  Pedro Alves  <palves@redhat.com>
10045
10046         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10047         (linux_nat_post_attach_wait): Adjust to use
10048         linux_proc_pid_is_stopped.
10049         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10050         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10051         based on pid_is_stopped from both linux-nat.c and
10052         gdbserver/linux-low.c, and renamed.
10053
10054 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10055
10056         * remote.c (remote_watchpoint_addr_within_range): New function.
10057         (init_remote_ops): Use it.
10058
10059 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10060
10061         * target.h (target_watchpoint_addr_within_range): Document macro.
10062
10063 2012-02-24  Pedro Alves  <palves@redhat.com>
10064
10065         * stack.c (set_last_displayed_sal): Issue internal_error instead
10066         of warning, and issue it after clearing the last displayed sal.
10067
10068 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10069             Pedro Alves  <palves@redhat.com>
10070
10071         * breakpoint.c (until_break_command): Install breakpoints after
10072         all frame manipulations.
10073
10074 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10075
10076         * remote.c (remote_supports_cond_breakpoints): New forward
10077         declaration.
10078         (remote_add_target_side_condition): New function.
10079         (remote_insert_breakpoint): Add target-side breakpoint
10080         conditional if supported.
10081         (remote_insert_hw_breakpoint): Likewise.
10082         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10083         hook.
10084
10085         * target.c (update_current_target): Inherit
10086         to_supports_evaluation_of_breakpoint_conditions.
10087         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10088
10089         * target.h (struct target_ops)
10090         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10091         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10092
10093         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10094         (condition_evaluation_both, condition_evaluation_auto,
10095         condition_evaluation_host, condition_evaluation_target,
10096         condition_evaluation_enums, condition_evaluation_mode_1,
10097         condition_evaluation_mode): New static globals.
10098         (translate_condition_evaluation_mode): New function.
10099         (breakpoint_condition_evaluation_mode): New function.
10100         (gdb_evaluates_breakpoint_condition_p): New function.
10101         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10102         (mark_breakpoint_modified): New function.
10103         (mark_breakpoint_location_modified): New function.
10104         (set_condition_evaluation_mode): New function.
10105         (show_condition_evaluation_mode): New function.
10106         (bp_location_compare_addrs): New function.
10107         (get_first_location_gte_addr): New helper function.
10108         (set_breakpoint_condition): Free condition bytecode if locations
10109         has become unconditional.  Call mark_breakpoint_modified (...).
10110         (condition_command): Call update_global_location_list (1) for
10111         breakpoints.
10112         (breakpoint_xfer_memory): Use is_breakpoint (...).
10113         (is_breakpoint): New function.
10114         (parse_cond_to_aexpr): New function.
10115         (build_target_condition_list): New function.
10116         (insert_bp_location): Handle target-side conditional
10117         breakpoints and call build_target_condition_list (...).
10118         (update_inserted_breakpoint_locations): New function.
10119         (insert_breakpoint_locations): Handle target-side conditional
10120         breakpoints.
10121         (bpstat_check_breakpoint_conditions): Add comment.
10122         (bp_condition_evaluator): New function.
10123         (bp_location_condition_evaluator): New function.
10124         (print_breakpoint_location): Print information on where the condition
10125         will be evaluated.
10126         (print_one_breakpoint_location): Likewise.
10127         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10128         breakpoint location.
10129         (force_breakpoint_reinsertion): New functions.
10130         (update_global_location_list): Handle target-side breakpoint
10131         conditions.
10132         Reinsert locations that are already inserted if conditions have
10133         changed.
10134         (bp_location_dtor): Free agent expression bytecode.
10135         (disable_breakpoint): Call mark_breakpoint_modified (...).
10136         Call update_global_location_list (...) with parameter 1 for breakpoints.
10137         (disable_command): Call mark_breakpoint_location_modified (...).
10138         Call update_global_location_list (...) with parameter 1 for breakpoints.
10139         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10140         (enable_command): mark_breakpoint_location_modified (...).
10141         (_initialize_breakpoint): Update documentation and add
10142         condition-evaluation breakpoint subcommand.
10143
10144         * breakpoint.h: Include ax.h.
10145         (condition_list): New data structure.
10146         (condition_status): New enum.
10147         (bp_target_info) <cond_list>: New field.
10148         (bp_location) <condition_changed, cond_bytecode>: New fields.
10149         (is_breakpoint): New prototype.
10150
10151 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10152
10153         * remote.c (remote_state) <cond_breakpoints>: New field.
10154         (PACKET_ConditionalBreakpoints): New enum.
10155         (remote_cond_breakpoint_feature): New function.
10156         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10157         (remote_supports_cond_breakpoints): New function.
10158         (_initialize_remote): Add new packet configuration for
10159         target-side conditional breakpoints.
10160
10161 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10162
10163         * NEWS: Mention target-side conditional breakpoint support,
10164         new condition-evaluation breakpoint subcommand and remote
10165         packet extensions.
10166
10167 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10168
10169         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10170         number.
10171
10172 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10173
10174         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10175         (after_prologue): Remove.
10176
10177 2012-02-23  Tom Tromey  <tromey@redhat.com>
10178
10179         * jv-valprint.c (java_val_print): Remove dead code.
10180
10181 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10182
10183         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10184         known_tasks_element and known_tasks_length fields.
10185         (read_known_tasks_array): Change argument type.  Use pointer type
10186         and number of elements from DATA.  Adjust.
10187         (read_known_tasks_list): Likewise.
10188         (get_known_tasks_addr): Remove.
10189         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10190         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10191         type and array length.  Merge former get_known_tasks_addr code.
10192
10193 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10194
10195         PR backtrace/13716
10196         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10197         it after set_momentary_breakpoint.
10198
10199 2012-02-22  Sterling Augustine  <saugustine@google.com>
10200
10201         PR 13689:
10202         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10203
10204 2012-02-22  Gary Benson  <gbenson@redhat.com>
10205
10206         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10207         (find_slot_in_mapped_hash): Likewise.
10208
10209 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10210
10211         PR build/13638
10212         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10213         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10214         * configure: Regenerate.
10215
10216 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10217             Pedro Alves  <palves@redhat.com>
10218
10219         * ia64-tdep.c: Do not include libunwind-ia64.h.
10220         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10221         Include libunwind-ia64.h instead of libunwind.h.
10222         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10223         for libunwind.h existence.
10224         * configure, config.in: Regenerate.
10225
10226 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10227
10228         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10229         instead of value_rtti_target_type.
10230         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10231         instead of value_rtti_target_type.
10232         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10233         value_rtti_target_type.
10234         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10235         (value_rtti_target_type): Rename to ...
10236         (value_rtti_indirect_type): ... here and make it indirect.  Update
10237         function comment.
10238         * value.c (readjust_indirect_value_type): New function.
10239         (coerce_ref): Support for enclosing type setting for references
10240         with readjust_indirect_value_type.
10241         * value.h (readjust_value_type): New declaration.
10242         (value_rtti_target_type): Rename to ...
10243         (value_rtti_indirect_type): ... here.
10244
10245 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10246
10247         * MAINTAINERS (Write After Approval): Add myself to the list.
10248
10249 2012-02-20  Doug Evans  <dje@google.com>
10250
10251         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10252         Rename objfile_p_char parameter to objfilep.
10253         (build_objfile_section_table): Result is now void.  All callers
10254         updated.
10255         * objfiles.h (struct objfile): Tweak comments, whitespace.
10256         (build_objfile_section_table): Update.
10257
10258         * elfread.c (elf_symfile_segments): Fix warning text.
10259
10260 2012-02-20  Tom Tromey  <tromey@redhat.com>
10261
10262         PR gdb/13498:
10263         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10264         particular set of file names once.
10265         (dw2_map_symbol_filenames): Likewise.
10266
10267 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10268
10269         Code cleanup.
10270         * main.c (write_files): Remove the declaration.
10271         (external_editor_command): Move the declaration ...
10272         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10273
10274 2012-02-20  Tom Tromey  <tromey@redhat.com>
10275
10276         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10277         extraneous block.
10278
10279 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10280
10281         * darwin-nat.h (enum darwin_msg_state): Add comments.
10282
10283 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10284
10285         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10286         value.
10287
10288 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10289
10290         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10291         between function description and implementation.
10292
10293 2012-02-17  Tom Tromey  <tromey@redhat.com>
10294
10295         PR python/12070:
10296         * python/py-event.c (event_object_getset): New global.
10297         (event_object_type): Reference it.
10298         * python/py-type.c (field_object_getset): New global.
10299         (field_object_type): Reference it.
10300         * python/python-internal.h (gdb_py_generic_dict): Declare.
10301         * python/py-utils.c (gdb_py_generic_dict): New function.
10302
10303 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10304
10305         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10306
10307 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10308
10309         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10310         TYPE_CALLING_CONVENTION annotation.
10311
10312 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10313
10314         * MAINTAINERS: Add rx to target ISA section.
10315         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10316         (ALLDEPFILES): Add rx-tdep.c.
10317
10318 2012-02-16  Tom Tromey  <tromey@redhat.com>
10319
10320         * symfile.c (symbol_file_add_main_1): Use inferior's
10321         symfile_flags.
10322         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10323         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10324         inferior.
10325         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10326         inferior.
10327         (follow_exec): Use inferior's symfile_flags.
10328         * inferior.h (struct inferior) <symfile_flags>: New field.
10329
10330 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10331
10332         PR gdb/9734:
10333         * remote-sim.c (gdbsim_create_inferior): Call error() when
10334         sim_create_inferior() fails.
10335
10336 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10337
10338         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10339
10340 2012-02-16  Tom Tromey  <tromey@redhat.com>
10341
10342         PR c++/13653:
10343         * thread.c (struct current_thread_cleanup) <was_removable>: New
10344         field.
10345         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10346         (make_cleanup_restore_current_thread): Initialize new field.
10347
10348 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10349
10350         * MAINTAINERS: Add rl78 to target ISA section.
10351         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10352         (ALLDEPFILES): Add rl78-tdep.c.
10353         * NEWS: Mention rl78 as a new target.
10354
10355 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10356
10357         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10358         data.
10359         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10360
10361 2012-02-15  Tom Tromey  <tromey@redhat.com>
10362
10363         PR gdb/12659:
10364         * infcmd.c (registers_info): Print just the current register's
10365         name.
10366
10367 2012-02-15  Tom Tromey  <tromey@redhat.com>
10368
10369         * python/py-symbol.c (sympy_value): Use _().
10370
10371 2012-02-15  Pedro Alves  <palves@redhat.com>
10372
10373         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10374         output to be like native targets'.
10375         (remote_pid_to_str): Special case the null ptid.
10376
10377 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10378
10379         * NEWS: Mention enable count command.
10380         * breakpoint.h (struct breakpoint): New field enable_count.
10381         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10382         (enable_breakpoint): Add arg to call.
10383         (struct disp_data): New struct.
10384         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10385         (do_map_enable_once_breakpoint): Create a struct and pass it.
10386         (do_map_enable_delete_breakpoint): Ditto.
10387         (do_map_enable_count_breakpoint): New function.
10388         (enable_count_command): New function.
10389         (bpstat_stop_status): Decrement enable_count.
10390         (print_one_breakpoint_location): Report enable count.
10391         (_initialize_breakpoint): Add enable count command.
10392
10393 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10394
10395         * rl78-tdep.c (reggroups.h): Include.
10396         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10397         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10398         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10399         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10400         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10401         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10402         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10403         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10404         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10405         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10406         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10407         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10408         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10409         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10410         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10411         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10412         beginning of register list.
10413         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10414         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10415         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10416         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10417         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10418         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10419         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10420         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10421         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10422         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10423         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10424         the pseudo registers.  Rearrange other pseudo registers too so
10425         that the bank registers appear at the end.
10426         (rl78_register_type): Account for the fact that the byte sized
10427         bank registers are now pseudo-registers.
10428         (rl78_register_name): Rearrange the register name array.  Make
10429         initial set of raw banked registers inaccessible.
10430         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10431         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10432         case for copying bytes back and forth between raw and pseudo
10433         versions of the banked registers.  Update other cases to reflect
10434         the changed names.
10435         (rl78_return_value): Update to account for changed names of
10436         raw registers.
10437         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10438         rl78_register_sim_regno().
10439
10440 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10441
10442         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10443         the name parameter being passed to find_pc_partial_function().
10444
10445 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10446
10447         * MAINTAINERS: Step down from being ia64 target maintainer.
10448
10449 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10450
10451         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10452         compilation warning.
10453
10454 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10455
10456         Fix crash on loaded shlibs without loaded exec_bfd.
10457         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10458         (set_section_command): Replace exec_bfd by p->bfd.
10459
10460 2012-02-10  Tom Tromey  <tromey@redhat.com>
10461
10462         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10463         when we have a C++ qualified name.
10464
10465 2012-02-10  Pedro Alves  <palves@redhat.com>
10466
10467         * inferior.c (inferior_pid_to_str): New.
10468         (print_inferior, inferior_command): Use it.
10469
10470 2012-02-10  Pedro Alves  <palves@redhat.com>
10471
10472         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10473         the test CFLAGS.
10474         * configure: Regenerate.
10475
10476 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10477
10478         * linespec.c (decode_line_internal): Fix comment correctness.
10479
10480 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10481
10482         PR gdb/12953
10483         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10484         * amd64bsd-nat.c: Add support for debug registers (adapted from
10485         i386bsd-nat.c).
10486         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10487         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10488         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10489         (amd64bsd_dr_get_control): New functions.
10490         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10491         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10492         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10493         watchpoints initialization.
10494         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10495
10496 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10497
10498         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10499         flds_bnds.fields.
10500         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10501
10502 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10503
10504         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10505
10506 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10507
10508         * language.h (symbol_name_cmp_ftype): Renames
10509         symbol_name_match_p_ftype.
10510         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10511         la_get_symbol_name_match_p.
10512         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10513         ada_get_symbol_name_match_p.  Update comment.
10514         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10515         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10516         Renames symbol_name_match_p.  Update field type.
10517         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10518         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10519         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10520         "la_get_symbol_name_cmp" in comments.
10521         * language.c: Likewise.
10522
10523 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10524
10525         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10526         %eflags offset.
10527         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10528         (amd64_sol2_gregset32_reg_offs): Likewise.
10529
10530 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10531
10532         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10533         of the returned BFD is allocated by GDB.
10534
10535 2012-02-07  Tom Tromey  <tromey@redhat.com>
10536
10537         PR python/12027:
10538         * python/python-internal.h (frame_object_type): Declare.
10539         * python/py-symbol.c (sympy_needs_frame): New function.
10540         (sympy_value): New function.
10541         (symbol_object_getset): Add "needs_frame".
10542         (symbol_object_methods): Add "value".
10543         * python/py-frame.c (frame_object_type): No longer static.
10544
10545 2012-02-07  Tom Tromey  <tromey@redhat.com>
10546
10547         PR python/13599:
10548         * python/py-symbol.c (sympy_line): New function.
10549         (symbol_object_getset): Add "line".
10550
10551 2012-02-07  Tom Tromey  <tromey@redhat.com>
10552
10553         * charset.c (find_charset_names): Check 'in' against NULL.
10554
10555 2012-02-06  Doug Evans  <dje@google.com>
10556
10557         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10558         and fields.name members from char * to const char *.  All uses updated.
10559         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10560         from char * to const char *.  All uses updated.
10561         (type_name_no_tag): Update.
10562         (lookup_unsigned_typename, lookup_signed_typename): Update.
10563         * gdbtypes.c (type_name_no_tag): Change result type
10564         from char * to const char *.  All callers updated.
10565         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10566         name parameter from char * to const char *.
10567         * symtab.h (struct cplus_specific): Change type of demangled_name
10568         member from char * to const char *.  All uses updated.
10569         (struct general_symbol_info): Change type of name and
10570         mangled_lang.demangled_name members from char * to const char *.
10571         All uses updated.
10572         (symbol_get_demangled_name, symbol_natural_name): Update.
10573         (symbol_demangled_name, symbol_search_name): Update.
10574         * symtab.c (symbol_get_demangled_name): Change result type
10575         from char * to const char *.  All callers updated.
10576         (symbol_natural_name, symbol_demangled_name): Ditto.
10577         (symbol_search_name): Ditto.
10578         (completion_list_add_name): Change type of symname,sym_text,
10579         text,word parameters from char * to const char *.
10580         (completion_list_objc_symbol): Change type of sym_text,
10581         text,word parameters from char * to const char *.
10582         * ada-lang.c (find_struct_field): Change type of name parameter
10583         from char * to const char *.
10584         (encoded_ordered_before): Similarly for N0,N1 parameters.
10585         (old_renaming_is_invisible): Similarly for function_name parameter.
10586         (ada_type_name): Change result type from char * to const char *.
10587         All callers updated.
10588         * ada-lang.h (ada_type_name): Update.
10589         * buildsym.c (hashname): Change type of name parameter
10590         from char * to const char *.
10591         * buildsym.h (hashname): Update.
10592         * dbxread.c (end_psymtab): Change type of include_list parameter
10593         from char ** to const char **.
10594         * dwarf2read.c (determine_prefix): Change result type
10595         from char * to const char *.  All callers updated.
10596         * f-lang.c (find_common_for_function): Change type of name, funcname
10597         parameters from char * to const char *.
10598         * f-lang.c (find_common_for_function): Update.
10599         * f-valprint.c (list_all_visible_commons): Change type of funcname
10600         parameters from char * to const char *.
10601         * gdbarch.sh (static_transform_name): Change type of name parameter
10602         and result from char * to const char *.
10603         * gdbarch.c: Regenerate.
10604         * gdbarch.h: Regenerate.
10605         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10606         of name parameter from char * to const char *.
10607         * jv-lang.c (java_primitive_type_from_name): Ditto.
10608         (java_demangled_signature_length): Similarly for signature parameter.
10609         (java_demangled_signature_copy): Ditto.
10610         (java_demangle_type_signature): Ditto.
10611         * jv-lang.h (java_primitive_type_from_name): Update.
10612         (java_demangle_type_signature): Update.
10613         * objc-lang.c (specialcmp): Change type of a,b parameters
10614         from char * to const char *.
10615         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10616         from char * to const char *.  All callers updated.
10617         * p-lang.h (is_pascal_string_type): Update.
10618         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10619         of name parameter from char * to const char *.
10620         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10621         * utils.c (fprintf_symbol_filtered): Ditto.
10622         * defs.h (fprintf_symbol_filtered): Update.
10623         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10624         * stabsread.h (end_psymtab): Update.
10625         * stack.c (find_frame_funname): Change type of funname parameter
10626         from char ** to const char **.
10627         * stack.h (find_frame_funname): Update.
10628         * typeprint.c (type_print): Change type of varstring parameter
10629         from char * to const char *.
10630         * value.h (type_print): Update.
10631         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10632         from char * to const char *.  All callers updated.
10633         (xcoff_end_psymtab): Change type of include_list parameter
10634         from char ** to const char **.  All callers updated.
10635         (swap_sym): Similarly for name parameter.  All callers updated.
10636         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10637         Use xstrdup.
10638         (process_coff_symbol): Use xstrdup.
10639         * stabsread.c (stabs_method_name_from_physname): Renamed from
10640         update_method_name_from_physname.  Change result type from void
10641         to char *.  All callers updated.
10642         (read_member_functions): In has_destructor case, store name in objfile
10643         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10644
10645 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10646
10647         * configure: Rebuild.
10648         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10649         LDFLAGS.
10650
10651 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10652
10653         * configure.tgt (rl78-*-elf): New target.
10654         * rl78-tdep.c: New file.
10655
10656 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10657
10658         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10659         and continue the loop.  Add QUIT statement.
10660
10661 2012-02-03  Tom Tromey  <tromey@redhat.com>
10662
10663         PR gdb/13596:
10664         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10665         bfd_lookup_symbol_from_symtab.
10666         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10667         gdb_bfd_lookup_symbol_from_symtab.
10668
10669 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10670
10671         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10672         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10673         symbol.  Add assertion that sym2 is never NULL.
10674
10675 2012-02-02  Doug Evans  <dje@google.com>
10676
10677         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10678         "name" parameter to const char ** from char **.  All callers updated.
10679         (find_pc_partial_function): Ditto.
10680         (cache_pc_function_name): Change type to const char * from char *.
10681         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10682         (find_pc_partial_function): Update.
10683         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10684         type of "name" parameter to const char * from char *.
10685         All uses updated.
10686         * arch-utils.c (generic_in_solib_return_trampoline): Change
10687         type of "name" parameter to const char * from char *.
10688         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10689         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10690         type of "name" parameter to const char * from char *.
10691         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10692         * gdbarch.c: Regenerate.
10693         * gdbarch.h: Regenerate.
10694         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10695         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10696         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10697         type of "name" parameter to const char * from char *.
10698         * skip.c (skip_function_pc): Ditto.
10699         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10700         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10701         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10702         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10703         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10704         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10705         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10706         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10707         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10708
10709 2012-02-02  Pedro Alves  <palves@redhat.com>
10710
10711         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10712         the current inferior has no execution.  Make sure the current
10713         remote process matches gdb's current inferior.
10714
10715 2012-02-02  Tom Tromey  <tromey@redhat.com>
10716
10717         PR gdb/13405:
10718         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10719         read-only memory.
10720
10721 2012-02-02  Tom Tromey  <tromey@redhat.com>
10722
10723         PR gdb/9307:
10724         * symtab.c (lookup_language_this): Set block_found.
10725
10726 2012-02-01  Tom Tromey  <tromey@redhat.com>
10727
10728         PR gdb/13431:
10729         * jit.c (struct jit_inferior_data): Rewrite.
10730         (struct jit_objfile_data): New.
10731         (get_jit_objfile_data): New function.
10732         (add_objfile_entry): Update.
10733         (jit_read_descriptor): Return int.  Replace descriptor_addr
10734         argument with inf_data.  Update.  Don't call error.
10735         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10736         descriptor here.
10737         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10738         (jit_reset_inferior_data_and_breakpoints)
10739         (jit_inferior_created_observer): Remove.
10740         (jit_inferior_exit_hook): Update.
10741         (jit_executable_changed_observer): Remove.
10742         (jit_event_handler): Update.
10743         (free_objfile_data): Reset inferior data if needed.
10744         (_initialize_jit): Update.
10745
10746 2012-02-01  Tom Tromey  <tromey@redhat.com>
10747
10748         * jit.c (bfd_open_from_target_memory): Move higher in file.
10749
10750 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10751
10752         * libunwind-frame.c (libunwind_load): Display message if dlopen
10753         failed.
10754
10755 2012-02-01  Gary Benson  <gbenson@redhat.com>
10756
10757         * symtab.h (symbol_found_callback_ftype): New typedef.
10758         (iterate_over_symbols): Use the above.
10759         * symtab.c (iterate_over_symbols): Likewise.
10760         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10761         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10762         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10763         (iterate_name_matcher): Document return values.
10764         (collect_one_symbol): Likewise.
10765         (collect_function_symbols): Likewise.
10766         (collect_symbols): Likewise.
10767
10768 2012-02-01  Tom Tromey  <tromey@redhat.com>
10769
10770         * ada-lang.c (resolve_subexp): Update.
10771         (ada_lookup_symbol_list): Add 'full_search' argument.
10772         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10773         ada_lookup_symbol_list.
10774         (ada_lookup_encoded_symbol): Update.
10775         (get_var_value): Update.
10776         * ada-exp.y (block_lookup): Update.
10777         (write_var_or_type): Update.
10778         (write_name_assoc): Update.
10779         * ada-lang.h (ada_lookup_symbol_list): Update.
10780
10781 2012-01-31  Tom Tromey  <tromey@redhat.com>
10782
10783         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10784         comment.
10785
10786 2012-01-31  Doug Evans  <dje@google.com>
10787
10788         * symtab.h: Remove outdated comment.
10789         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10790
10791 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10792
10793         Fix build error in Darwin port.
10794         * i386-darwin-nat.c: Include i386-nat.h.
10795
10796 2012-01-30  Tom Tromey  <tromey@redhat.com>
10797
10798         PR breakpoints/13568:
10799         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10800         argument.  Check for recursive includes.
10801         (dwarf_decode_macros): Create an include hash.
10802
10803 2012-01-30  Michael Eager  <eager@eagercon.com>
10804
10805         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10806         * ppc-linux-tdep.c: Include glibc-tdep.h.
10807         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10808         (powerpc_linux_in_plt_stub): New function.
10809         (powerpc_linux_in_dynsym_resolve_code): New function.
10810         (ppc_skip_trampoline_code): New function.
10811         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10812         Use glibc_skip_solib_resolver.
10813
10814 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10815
10816         Code cleanup: Make 1440 bytes of data segment read-only.
10817         * arch-utils.c (endian_enum): Make it const char *const [].
10818         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10819         Likewise.
10820         * breakpoint.c (always_inserted_enums): Likewise.
10821         * cli/cli-cmds.c (script_ext_enums): Likewise.
10822         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10823         enumlist parameter const char *const *.
10824         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10825         const char *const *.
10826         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10827         parameter const char *const *.
10828         * cris-tdep.c (cris_modes): Make it const char *const [].
10829         * filesystem.c (target_file_system_kinds): Likewise.
10830         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10831         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10832         (can_use_displaced_stepping_enum, scheduler_enums)
10833         (exec_direction_names): Likewise.
10834         * language.c (_initialize_language): Make the type_or_range_names and
10835         case_sensitive_names variables const char *const [].
10836         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10837         * python/python.c (python_excp_enums): Likewise.
10838         * remote.c (interrupt_sequence_modes): Likewise.
10839         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10840         * serial.c (logbase_enums): Likewise.
10841         * sh-tdep.c (sh_cc_enum): Likewise.
10842         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10843         Likewise.
10844         * symtab.c (multiple_symbols_modes): Likewise.
10845         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10846         Likewise.
10847         * utils.c (internal_problem_modes): Likewise.
10848
10849 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10850
10851         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10852         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10853         result.
10854
10855 2012-01-27  Doug Evans  <dje@google.com>
10856
10857         * configure.ac (with_python): Fix absolute path handling for win32.
10858         * configure: Regenerate.
10859
10860 2012-01-26  Doug Evans  <dje@google.com>
10861
10862         * symtab.c: Whitespace cleanup, no code changes.
10863
10864         * symtab.c (lookup_symbol_in_language): Improve comment.
10865         (lookup_symbol_aux): Fix comment.
10866
10867         * psymtab.c (add_psymbol_to_list): Result is now "void".
10868         * psympriv.h (add_psymbol_to_list): Update.
10869
10870         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10871
10872 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10873
10874         Do not open script filenames twice.
10875         * cli/cli-cmds.c (source_script_from_stream): Pass to
10876         source_python_script also STREAM.
10877         * python/py-auto-load.c (source_section_scripts): Pass to
10878         source_python_script_for_objfile also STREAM.
10879         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10880         also INPUT.
10881         * python/python-internal.h (source_python_script_for_objfile): New
10882         parameter file, rename parameter file to filename.
10883         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10884         instead if !_WIN32.  Update the function comment.
10885         (source_python_script, source_python_script_for_objfile)
10886         (source_python_script): New parameter file, rename parameter file to
10887         filename.  Pass FILENAME to python_run_simple_file.
10888         * python/python.h (source_python_script): New parameter file, rename
10889         parameter file to filename.
10890
10891 2012-01-26  Pedro Alves  <palves@redhat.com>
10892
10893         * corelow.c (core_has_fake_pid): Delete.
10894         (core_close): Delete references to `core_has_fake_pid'.
10895         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10896         (core_open): Delete references to `core_has_fake_pid'.
10897         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10898         the removed global.
10899
10900 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10901
10902         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10903         Remove language parameter from name_matcher.  Adjust the comment.
10904         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10905         Remove language parameter.
10906         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10907         * linespec.c (iterate_name_matcher): Likewise.
10908         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10909         name_matcher.  Adjust call accordingly.
10910         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10911         (maintenance_check_symtabs): Adjust type of parameter "fun".
10912         * psymtab.h (maintenance_check_symtabs): Likewise.
10913
10914 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10915
10916         * language.h (symbol_name_match_p_ftype): New typedef.
10917         (struct language_defn): Replace field la_symbol_name_compare
10918         by la_get_symbol_name_match_p.
10919         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10920         (ada_language_defn): Use it.
10921         * linespec.c (struct symbol_matcher_data): New type.
10922         (iterate_name_matcher): Rewrite.
10923         (iterate_over_all_matching_symtabs): Pass a pointer to
10924         a symbol_matcher_data struct to expand_symtabs_matching
10925         instead of just the lookup name.
10926         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10927         opencl-lang.c, p-lang.c, language.c: Delete field
10928         la_symbol_name_compare, and replace by NULL for new field
10929         la_get_symbol_name_match_p.
10930         * symfile.h (struct quick_symbol_functions): Update comment.
10931
10932 2012-01-25  Tom Tromey  <tromey@redhat.com>
10933
10934         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10935         dereferencing.
10936
10937 2012-01-24  Tom Tromey  <tromey@redhat.com>
10938
10939         PR symtab/12406:
10940         * solib.c (update_solib_list): Update the program space's
10941         added_solibs and deleted_solibs fields.
10942         * progspace.h (struct program_space) <added_solibs,
10943         deleted_solibs>: New fields.
10944         (clear_program_space_solib_cache): Declare.
10945         * progspace.c (release_program_space): Call
10946         clear_program_space_solib_cache.
10947         (clear_program_space_solib_cache): New function.
10948         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10949         bpstat_stop_status.  Use handle_solib_event.
10950         * breakpoint.c: Include gdb_regex.h.
10951         (print_solib_event): New function.
10952         (bpstat_print): Use print_solib_event.
10953         (bpstat_stop_status): Add special case for bp_shlib_event.
10954         (handle_solib_event): New function.
10955         (bpstat_what): Use handle_solib_event.
10956         (struct solib_catchpoint): New.
10957         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10958         (breakpoint_hit_catch_solib, check_status_catch_solib)
10959         (print_it_catch_solib, print_one_catch_solib)
10960         (print_mention_catch_solib, print_recreate_catch_solib): New
10961         functions.
10962         (catch_solib_breakpoint_ops): New global.
10963         (catch_load_or_unload, catch_load_command_1)
10964         (catch_unload_command_1): New functions.
10965         (internal_bkpt_check_status): Add special case for
10966         bp_shlib_event.
10967         (internal_bkpt_print_it): Use print_solib_event.
10968         (initialize_breakpoint_ops): Initialize
10969         catch_solib_breakpoint_ops.
10970         (_initialize_breakpoint): Register "catch load" and "catch
10971         unload".
10972         * breakpoint.h (handle_solib_event): Declare.
10973         * NEWS: Add entry for "catch load" and "catch unload".
10974
10975 2012-01-24  Tom Tromey  <tromey@redhat.com>
10976
10977         * ada-lang.c: Include gdb_vecs.h.
10978         * charset.c: Include gdb_vecs.h.
10979         * tracepoint.h: Include gdb_vecs.h.
10980         * gdb_vecs.h: New file.
10981
10982 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10983
10984         * breakpoint.c (breakpoint_hit_catch_fork)
10985         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10986         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10987         * infrun.c (inferior_has_forked, inferior_has_vforked)
10988         (inferior_has_execd, inferior_has_called_syscall): Delete.
10989         (handle_syscall_event): Get syscall_number from the execution
10990         control state's wait status.
10991         (wait_for_inferior): Don't clear syscall_number.
10992
10993 2012-01-24  Pedro Alves  <palves@redhat.com>
10994
10995         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10996         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10997         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10998         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10999         `ws' parameter.
11000         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11001         false for events other than TARGET_SIGNAL_TRAP.
11002         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11003         Add `ws' parameter.
11004         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11005         events other than TARGET_SIGNAL_TRAP.
11006         (tracepoint_breakpoint_hit): Add `ws' parameter.
11007         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11008         parameter.
11009         (bpstat_stop_status): Same.
11010         (pc_at_non_inline_function): Same.
11011         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11012         to pass the current event's waitstatus to bpstat_stop_status
11013         and pc_at_non_inline_function.
11014
11015 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11016
11017         Code cleanup.
11018         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11019         Update the function comment for it.
11020         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11021         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11022         for STREAM.
11023
11024 2012-01-24  Pedro Alves  <palves@redhat.com>
11025
11026         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11027         outside `bs->stop' block.
11028         (bpstat_what): Rework bp_shlib_event handling.
11029         (internal_bkpt_check_status): If the breakpoint is a
11030         bp_shlib_event, then set bs->stop and bs->print if
11031         stop_on_solib_events is set.
11032
11033 2012-01-24  Gary Benson  <gbenson@redhat.com>
11034
11035         Delete #if 0'd out code.
11036         * stack.c (print_frame_label_vars): Remove.
11037         (catch_info): Likewise.
11038         (_initialize_stack): Remove "info catch" command.
11039         * NEWS: Mention the above.
11040
11041 2012-01-24  Pedro Alves  <palves@redhat.com>
11042
11043         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11044         it.
11045         (remote_notice_new_inferior): If the remote end doesn't support
11046         the multiprocess extensions, then the PID is fake.
11047         (add_current_inferior_and_thread): New.
11048         (remote_start_remote): Use it.
11049         (extended_remote_attach_1): Adjust.
11050         (extended_remote_create_inferior_1): Use
11051         add_current_inferior_and_thread.
11052
11053 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11054
11055         Fix watchpoints to be specific for each inferior.
11056         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11057         current_program_space.
11058         * i386-nat.c (i386_inferior_data_cleanup): New.
11059         (i386_inferior_data_get): Replace variable inf_data_local by an
11060         inferior_data call.
11061         (i386_use_watchpoints): Initialize i386_inferior_data.
11062         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11063         specific iterate_over_lwps.
11064
11065 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11066
11067         Fix watchpoints across inferior fork.
11068         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11069         comment for linux_nat_iterate_watchpoint_lwps.
11070         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11071         linux_nat_iterate_watchpoint_lwps.
11072         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11073         * i386-linux-nat.c (update_debug_registers_callback): Update the
11074         comment for linux_nat_iterate_watchpoint_lwps.
11075         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11076         linux_nat_iterate_watchpoint_lwps.
11077         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11078         * i386-nat.c: Include inferior.h.
11079         (dr_mirror): Remove.
11080         (i386_inferior_data, struct i386_inferior_data)
11081         (i386_inferior_data_get): New.
11082         (i386_debug_reg_state): Use i386_inferior_data_get.
11083         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11084         (i386_insert_watchpoint, i386_remove_watchpoint)
11085         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11086         (i386_remove_hw_breakpoint): New variable state, use
11087         i386_debug_reg_state instead of DR_MIRROR.
11088         * linux-nat.c (delete_lwp): New declaration.
11089         (num_lwps): Move here from downwards.
11090         (delete_lwp_cleanup): New.
11091         (linux_child_follow_fork): Create new child_lp, call
11092         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11093         PTRACE_DETACH.
11094         (num_lwps): Move upwards.
11095         (linux_nat_iterate_watchpoint_lwps): New.
11096         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11097         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11098
11099 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11100
11101         GDB 7.4 released.
11102
11103 2012-01-23  Pedro Alves  <palves@redhat.com>
11104
11105         * top.c (caution): Rename to ...
11106         (confirm): ... this.
11107         (show_caution): Rename to ...
11108         (show_confirm): ... this.
11109         (quit_cover): Adjust.
11110         (init_main): Adjust.
11111         * top.h (caution): Rename to ...
11112         (confirm): ... this.
11113         * utils.c (internal_vproblem, defaulted_query): Adjust.
11114
11115 2012-01-23  Pedro Alves  <palves@redhat.com>
11116
11117         * top.c (caution): Update comment.
11118         (execute_command): Don't consider the current value of `caution'.
11119
11120 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11121
11122         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11123
11124 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11125
11126         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11127         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11128         * target.c (target_fileio_pwrite): Remove buffer address from
11129         debug output.
11130         (target_fileio_pread): Likewise.
11131
11132 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11133
11134         * NEWS: Document remote "info proc" and "generate-core-file".
11135
11136 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11137
11138         * gdbarch.sh (find_memory_regions): New callback.
11139         * gdbarch.c, gdbarch.h: Regenerate.
11140
11141         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11142         callback before falling back to target method.
11143
11144         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11145         (linux_target_install_ops): No longer install it.
11146
11147         * linux-tdep.c (linux_find_memory_regions): New function.
11148         (linux_init_abi): Install it.
11149
11150 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11151
11152         * gdbarch.sh (make_corefile_notes): New architecture callback.
11153         * gdbarch.c: Regenerate.
11154         * gdbarch.h: Likewise.
11155
11156         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11157         before target_make_corefile_notes.  If NULL is returned, the
11158         target does not support core file generation.
11159
11160         * linux-nat.c: Include "linux-tdep.h".
11161         (find_signalled_thread, find_stop_signal): Remove.
11162         (linux_nat_do_thread_registers): Likewise.
11163         (struct linux_nat_corefile_thread_data): Likewise.
11164         (linux_nat_corefile_thread_callback): Likewise.
11165         (iterate_over_spus): Likewise.
11166         (struct linux_spu_corefile_data): Likewise.
11167         (linux_spu_corefile_callback): Likewise.
11168         (linux_spu_make_corefile_notes): Likewise.
11169         (linux_nat_collect_thread_registers): New function.
11170         (linux_nat_make_corefile_notes): Replace contents by call to
11171         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11172         as native-only callback.
11173
11174         * linux-tdep.h: Include "bfd.h".
11175         (struct regcache): Add forward declaration.
11176         (linux_collect_thread_registers_ftype): New typedef.
11177         (linux_make_corefile_notes): Add prototype.
11178         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11179         "regset.h", and "elf-bfd.h".
11180         (find_signalled_thread, find_stop_signal): New functions.
11181         (linux_spu_make_corefile_notes): Likewise.
11182         (linux_collect_thread_registers): Likewise.
11183         (struct linux_corefile_thread_data): New data structure.
11184         (linux_corefile_thread_callback): New funcion.
11185         (linux_make_corefile_notes): Likewise.
11186         (linux_make_corefile_notes_1): Likewise.
11187         (linux_init_abi): Install it.
11188
11189 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11190
11191         * gdbarch.sh (info_proc): New callback.
11192         * gdbarch.c, gdbarch.h: Regenerate.
11193
11194         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11195         before falling back to the target info_proc callback.
11196
11197         * linux-nat.c: Do not include "cli/cli-utils.h".
11198         (linux_nat_info_proc): Remove.
11199         (linux_target_install_ops): No longer install it.
11200
11201         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11202         (read_mapping): New function.
11203         (linux_info_proc): Likewise.
11204         (linux_init_abi): Install it.
11205
11206 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11207
11208         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11209         * infcmd.c: (info_proc_cmd_1): New function.
11210         (info_proc_cmd): New function, moved here from equivalent routine
11211         orignally in linux-nat.c.
11212         (info_proc_cmd_mappings): Likewise.
11213         (info_proc_cmd_stat): Likewise.
11214         (info_proc_cmd_status): Likewise.
11215         (info_proc_cmd_cwd): Likewise.
11216         (info_proc_cmd_cmdline): Likewise.
11217         (info_proc_cmd_exe): Likewise.
11218         (info_proc_cmd_all): Likewise.
11219         (_initialize_infcmd): Install "info proc" command and subcommands.
11220
11221         * target.h (struct target_ops): Add to_info_proc.
11222         (target_info_proc): Add prototype.
11223         * target.c (target_info_proc): New function.
11224
11225         * procfs.c (procfs_info_proc): Add prototype.
11226         (info_proc_cmd): Rename into ...
11227         (procfs_info_proc): ... this.  Update argument types as appropriate
11228         for a to_info_proc implementation.  Handle "what" argument.
11229         (procfs_target): Install procfs_info_proc.
11230         (_initialize_procfs): No longer install "info proc" command.
11231
11232         * linux-nat.c: (enum info_proc_what): Remove.
11233         (linux_nat_info_proc_cmd_1): Rename into ...
11234         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11235         for a to_info_proc implementation.
11236         (linux_nat_info_proc_cmd): Remove.
11237         (linux_nat_info_proc_cmd_mappings): Likewise.
11238         (linux_nat_info_proc_cmd_stat): Likewise.
11239         (linux_nat_info_proc_cmd_status): Likewise.
11240         (linux_nat_info_proc_cmd_cwd): Likewise.
11241         (linux_nat_info_proc_cmd_cmdline): Likewise.
11242         (linux_nat_info_proc_cmd_exe): Likewise.
11243         (linux_nat_info_proc_cmd_all): Likewise.
11244         (linux_target_install_ops): Install linux_nat_info_proc.
11245         (_initialize_linux_nat): No longer install "info proc" command
11246         and subcommands.
11247
11248 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11249
11250         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11251         * config.in, configure: Regenerate.
11252
11253         * target.h (struct target_ops): Add to_fileio_readlink.
11254         (target_fileio_readlink): Add prototype.
11255         * target.c (target_fileio_readlink): New function.
11256
11257         * inf-child.c: Conditionally include <sys/param.h>.
11258         (inf_child_fileio_readlink): New function.
11259         (inf_child_target): Install it.
11260
11261         * remote.c (PACKET_vFile_readlink): New enum value.
11262         (remote_hostio_readlink): New function.
11263         (init_remote_ops): Install it.
11264         (_initialize_remote): Handle vFile:readlink packet type.
11265
11266 2012-01-20  Pedro Alves  <palves@redhat.com>
11267             Ulrich Weigand  <ulrich.weigand@linaro.org>
11268
11269         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11270         * config.in, configure: Regenerate.
11271
11272         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11273         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11274         (target_fileio_open): Add prototype.
11275         (target_fileio_pwrite): Likewise.
11276         (target_fileio_pread): Likewise.
11277         (target_fileio_close): Likewise.
11278         (target_fileio_unlink): Likewise.
11279         (target_fileio_read_alloc): Likewise.
11280         (target_fileio_read_stralloc): Likewise.
11281
11282         * target.c: Include "gdb/fileio.h".
11283         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11284         (default_fileio_target): New function.
11285         (target_fileio_open): Likewise.
11286         (target_fileio_pwrite): Likewise.
11287         (target_fileio_pread): Likewise.
11288         (target_fileio_close): Likewise.
11289         (target_fileio_unlink): Likewise.
11290         (target_fileio_close_cleanup): Likewise.
11291         (target_fileio_read_alloc_1): Likewise.
11292         (target_fileio_read_alloc): Likewise.
11293         (target_fileio_read_stralloc): Likewise.
11294
11295         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11296         <fcntl.h>, and <unistd.h>.
11297         (inf_child_fileio_open_flags_to_host): New function.
11298         (inf_child_errno_to_fileio_error): Likewise.
11299         (inf_child_fileio_open): Likewise.
11300         (inf_child_fileio_pwrite): Likewise.
11301         (inf_child_fileio_pread): Likewise.
11302         (inf_child_fileio_close): Likewise.
11303         (inf_child_fileio_unlink): Likewise.
11304         (inf_child_target): Install to_fileio routines.
11305
11306         * remote.c (init_remote_ops): Install to_fileio routines.
11307
11308 2012-01-20  Pedro Alves  <palves@redhat.com>
11309             Ulrich Weigand  <ulrich.weigand@linaro.org>
11310
11311         * remote.c (remote_multi_process_p): Only check for multi-process
11312         protocol feature, do not check for extended protocol.
11313         (remote_supports_multi_process): Check for extended protocol here.
11314         (set_general_process): Likewise.
11315         (extended_remote_kill): Likewise.
11316         (remote_pid_to_str): Likewise.
11317         (remote_query_supported): Always query multiprocess mode.
11318
11319 2012-01-20  Pedro Alves  <palves@redhat.com>
11320             Ulrich Weigand  <ulrich.weigand@linaro.org>
11321
11322         * inferior.h (struct inferior): Add fake_pid_p.
11323         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11324         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11325         magic_null_ptid since the remote side doesn't provide a real PID.
11326
11327 2012-01-19  Tom Tromey  <tromey@redhat.com>
11328
11329         * NEWS: Combine the two Python sections.
11330
11331 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11332
11333         * target.h (target_close): Update comment on the target's unpush state.
11334
11335 2012-01-19  Pedro Alves  <palves@redhat.com>
11336
11337         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11338         linux_nat_async directly instead of going through the target
11339         vector.
11340         * target.c (unpush_target): Close target after unpushing it, not
11341         before.
11342
11343 2012-01-19  Gary Benson  <gbenson@redhat.com>
11344
11345         * mdebugread.c (sort_blocks): Replace integer constants with ones
11346         derived from FIRST_LOCAL_BLOCK.
11347
11348 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11349             Jan Kratochvil  <jan.kratochvil@redhat.com>
11350
11351         PR gdb/9538
11352         * symfile.c (find_separate_debug_file): New function.
11353         (terminate_after_last_dir_separator): Likewise.
11354         (find_separate_debug_file_by_debuglink): Also try realpath.
11355         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11356         * configure: Regenerate.
11357         * config.in: Regenerate.
11358
11359 2012-01-18  Doug Evans  <dje@google.com>
11360
11361         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11362         (main.o): Remove rule.
11363         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11364         (--with-sysroot): Rewrite.
11365         * configure: Regenerate.
11366         * config.in: Regenerate.
11367
11368 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11369
11370         * parse.c (initialize_expout): New function.
11371         (reallocate_expout): Likewise.
11372         (parse_exp_in_context): Use `initialize_expout' and
11373         `reallocate_expout' when appropriate.
11374
11375 2012-01-18  Pedro Alves  <palves@redhat.com>
11376
11377         * record.c (struct record_breakpoint, record_breakpoint_p)
11378         (record_breakpoints): New.
11379         (record_insert_breakpoint, record_remove_breakpoint): Manage
11380         record breakpoints list.  Only remove breakpoints from the
11381         inferior if they had been inserted there in the first place.
11382
11383 2012-01-17  Doug Evans  <dje@google.com>
11384
11385         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11386         if we know we don't have a file name to look for.
11387
11388 2012-01-17  Pedro Alves  <palves@redhat.com>
11389
11390         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11391         the frame's stop reason is UNWIND_UNAVAILABLE.
11392
11393 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11394
11395         Fix compilation error.
11396         * m2-exp.y (yyerror): Use ANSI C prototype.
11397
11398 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11399
11400         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11401         (growbuf_by_size): Likewise.
11402         (yyerror): Likewise.
11403         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11404         (modblock): Remove variable (was #if 0'ed).
11405         (parse_number): Convert prototype from K&R to ANSI C.
11406         (yyerror): Likewise.
11407         * objc-exp.y (parse_number): Likewise.
11408         (yyerror): Likewise.
11409         (yylex): Remove #if 0'ed code.
11410         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11411         (yyerror): Likewise.
11412
11413 2012-01-16  Tom Tromey  <tromey@redhat.com>
11414
11415         * NEWS: Add item.
11416         * symtab.h (compare_filenames_for_search): Declare.
11417         * symtab.c (compare_filenames_for_search): New function.
11418         (iterate_over_some_symtabs): Use it.
11419         * symfile.h (struct quick_symbol_functions)
11420         <map_symtabs_matching_filename>: Change spec.
11421         * psymtab.c (partial_map_symtabs_matching_filename): Use
11422         compare_filenames_for_search.  Update for new spec.
11423         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11424         compare_filenames_for_search.  Update for new spec.
11425         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11426
11427 2012-01-16  Tom Tromey  <tromey@redhat.com>
11428
11429         PR python/13281:
11430         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11431         (struct main_type) <flag_flag_enum>: New field.
11432         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11433         * NEWS: Add entries.
11434         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11435         enums.
11436         * python/lib/gdb/printing.py (_EnumInstance): New class.
11437         (FlagEnumerationPrinter): Likewise.
11438
11439 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11440
11441         * breakpoint.c (create_sals_from_address_default): New function.
11442         (create_breakpoints_sal_default): Likewise.
11443         (decode_linespec_default): Likewise.
11444         (is_marker_spec): Removed.
11445         (strace_marker_p): New function.
11446         (init_breakpoint_sal): Using `strace_marker_p' instead of
11447         `is_marker_spec'.
11448         (create_breakpoint): Call method `create_sals_from_address' from
11449         breakpoint_ops, replacing code that created SALs conditionally
11450         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11451         replacing code that created breakpoints conditionally on the type
11452         wanted.
11453         (base_breakpoint_create_sals_from_address): New function.
11454         (base_breakpoint_create_breakpoints_sal): Likewise.
11455         (base_breakpoint_decode_linespec): Likewise.
11456         (base_breakpoint_ops): Add methods
11457         `base_breakpoint_create_sals_from_address',
11458         `base_breakpoint_create_breakpoints_sal' and
11459         `base_breakpoint_decode_linespec'.
11460         (bkpt_create_sals_from_address): New function.
11461         (bkpt_create_breakpoints_sal): Likewise.
11462         (bkpt_decode_linespec): Likewise.
11463         (tracepoint_create_sals_from_address): Likewise.
11464         (tracepoint_create_breakpoints_sal): Likewise.
11465         (tracepoint_decode_linespec): Likewise.
11466         (strace_marker_create_sals_from_address): Likewise.
11467         (strace_marker_create_breakpoints_sal): Likewise.
11468         (strace_marker_decode_linespec): Likewise.
11469         (strace_marker_breakpoint_ops): New variable.
11470         (addr_string_to_sals): Remove `marker_spec'.  Call method
11471         `decode_linespec' from breakpoint_ops, replacing code that decoded
11472         an address string into a SAL.  Use `strace_marker_p' instead of
11473         `marker_spec'.
11474         (strace_command): Decide whether we are dealing with a static
11475         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11476         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11477         * breakpoint.h (linespec_result, linespec_sals): New forward
11478         declarations.
11479         (breakpoint_ops) <create_sals_from_address>,
11480         <create_breakpoints_sal>, <decode_linespec>: New methods.
11481
11482 2012-01-14  Doug Evans  <dje@google.com>
11483
11484         * NEWS: Update text for "maint set python print-stack".
11485         It is deprecated in gdb 7.4 and deleted in 7.5.
11486
11487 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11488
11489         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11490         including curses.h.
11491
11492 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11493
11494         * configure: Regenerate.
11495         * config.in: Regenerate.
11496
11497 2012-01-12  Keith Seitz  <keiths@redhat.com>
11498
11499         PR mi/10586
11500         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11501         (ANONYMOUS_UNION_NAME): Define.
11502         (is_path_expr_parent): New function.
11503         (get_path_expr_parent): New function.
11504         (is_anonymous_child): New function.
11505         (create_child_with_value): If the child is anonymous and without
11506         a name, assign an object name to it.
11507         (c_describe_child): Use get_path_expr_parent to determine
11508         the parent expression.
11509         If there field represents an anonymous struct or union and
11510         has no name, set an appropriate display name and expression.
11511         (cplus_describe_child): Likewise.
11512
11513 2012-01-12  Pedro Alves  <palves@redhat.com>
11514
11515         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11516         available when %ebp is found to be zero (outermost).
11517
11518 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11519
11520         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11521         an internal gdb_static_assert.
11522         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11523
11524 2012-01-11  Tom Tromey  <tromey@redhat.com>
11525
11526         PR gdb/9598:
11527         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11528         catch" and "catch throw".
11529
11530 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11531
11532         * blockframe.c (block_innermost_frame): Start search from selected
11533         frame, if present, or otherwise the current frame.
11534
11535         * c-exp.y (variable): Update innermost_block for
11536         'block COLONCOLON NAME' clause.
11537         * m2-exp.y (variable): Ditto.
11538         * objc-exp.y (variable): Ditto.
11539
11540 2012-01-10  Tom Tromey  <tromey@redhat.com>
11541
11542         PR python/13199:
11543         * python/python.c (finish_python_initialization): Set sys.argv.
11544
11545 2012-01-10  Doug Evans  <dje@google.com>
11546
11547         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11548         "want_line_info".  All callers updated.
11549         (dwarf_decode_lines_1): New function.
11550         (handle_DW_AT_stmt_list): Add function comment.
11551         New arg "want_line_info".  All callers updated.
11552         (read_file_scope,read_type_unit_scope): Move comment from
11553         handle_DW_AT_stmt_list to here.
11554
11555 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11556
11557         Fix regression after libiberty/ update for GCC PR 6057 and others.
11558         * c-exp.y (operator) <OPERATOR DELETE>
11559         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11560         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11561         (make_builtin_type, make_name): New variable i, add gdb_assert.
11562         (operator) <OPERATOR NEW>: Update ARGS to 3.
11563         (operator) <OPERATOR DELETE>: Add trailing space.
11564         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11565         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11566         * cp-support.c (cp_canonicalize_string): Check NULL from
11567         cp_comp_to_string, call warning and return.
11568
11569 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11570
11571         Fix duplicate .o files after omitting libbfd.a.
11572         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11573         (SFILES): Add corelow.c.
11574         (COMMON_OBS): Add corelow.o.
11575         (ALLDEPFILES): Remove corelow.c.
11576         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11577         * config/alpha/alpha-osf3.mh: Likewise.
11578         * config/alpha/fbsd.mh: Likewise.
11579         * config/arm/nbsdaout.mh: Likewise.
11580         * config/arm/nbsdelf.mh: Likewise.
11581         * config/i386/i386gnu.mh: Likewise.
11582         * config/ia64/hpux.mh: Likewise.
11583         * config/ia64/linux.mh: Likewise.
11584         * config/m32r/linux.mh: Likewise.
11585         * config/m68k/linux.mh: Likewise.
11586         * config/mips/irix5.mh: Likewise.
11587         * config/mips/irix6.mh: Likewise.
11588         * config/pa/hpux.mh: Likewise.
11589         * config/pa/linux.mh: Likewise.
11590         * config/powerpc/aix.mh: Likewise.
11591         * config/sparc/linux.mh: Likewise.
11592         * config/sparc/linux64.mh: Likewise.
11593         * config/sparc/sol2.mh: Likewise.
11594         * config/vax/vax.mh: Likewise.
11595         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11596         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11597         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11598         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11599         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11600         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11601         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11602         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11603         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11604         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11605         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11606         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11607         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11608         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11609         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11610         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11611         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11612         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11613         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11614         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11615         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11616         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11617         corelow.o from gdb_target_obs.
11618         * corefile.c (core_target): Update the comment on NULL value.
11619         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11620         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11621         MATCHES.  Drop YUMMY set on NULL.
11622         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11623         reclaim CORE_DATA if it is already NULL.
11624
11625 2012-01-09  Doug Evans  <dje@google.com>
11626
11627         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11628         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11629
11630 2012-01-09  Keith Seitz  <keiths@redhat.com>
11631
11632         * breakpoint.c (wrapper.h): Don't include.
11633
11634 2012-01-09  Keith Seitz  <keiths@redhat.com>
11635
11636         * Makefile.in (SFILES): Remove wrapper.c.
11637         (HFILES_NO_SRCDIR): Remove wrapper.h.
11638         (COMMON_OBS): Remove wrapper.o.
11639         * cli/cli-interp.c: Don't inlude wrapper.h.
11640         * corelow.c: Likewise.
11641         (core_open): Replace gdb_target_find_new_threads with
11642         TRY_CATCH around target_find_new_threads.
11643         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11644         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11645         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11646         evaluate_expression.
11647         (varobj_set_value): Likewise for evaluate_expression and
11648         value_assign.
11649         (install_new_variable): Likewise for value_fetch_lazy.
11650         (adjust_value_for_child_access): Likewise for value_ind.
11651         (c_describe_child): Likewise for value_subscript and
11652         value_ind.
11653         (c_value_of_root): Likewise for evaluate_expression.
11654         * wrapper.c: Remove.
11655         * wrapper.h: Remove.
11656
11657 2012-01-09  Doug Evans  <dje@google.com>
11658
11659         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11660         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11661         "abfd" args with "section".  All callers updated.
11662         Error checking code moved ...
11663         (error_check_comp_unit_head): ... here.  New function.
11664         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11665         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11666         (create_debug_types_hash_table): Simplify by using
11667         read_and_check_type_unit_head.
11668
11669         * parser-defs.h (namecopy): Delete.
11670         * parse.c (namecopy, namecopy_size): Move into copy_name.
11671
11672 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11673
11674         Partially fix duplicate .o files after omitting libbfd.a.
11675         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11676         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11677         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11678         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11679         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11680         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11681         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11682
11683 2012-01-09  Pedro Alves  <palves@redhat.com>
11684
11685         * MAINTAINERS: Update my email address.
11686
11687 2012-01-08  Doug Evans  <dje@google.com>
11688
11689         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11690         n_type_units.  Rename type_comp_units to all_type_units.
11691         All uses updated.
11692         (add_signatured_type_cu_to_table): Renamed from
11693         add_signatured_type_cu_to_list.  All callers updated.
11694
11695         * gdbtypes.h (struct cplus_struct_type): Delete member
11696         nfn_fields_total.  All uses removed.
11697
11698 2012-01-06  Doug Evans  <dje@google.com>
11699
11700         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11701         to top of file.
11702         (dwarf2_find_comp_unit): Delete.
11703         (process_psymtab_comp_unit): Make result "void".
11704         Delete args buffer, info_ptr, buffer_size, and replace with
11705         "section".  All callers updated.
11706         (dwarf2_build_psymtabs_hard): Simplify.
11707
11708 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11709             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11710
11711         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11712         before `struct gdb_exception'.
11713         * breakpoint.c (update_global_location_list_nothrow)
11714         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11715         * cp-abi.c (value_rtti_type): Likewise.
11716         * cp-support.c (cp_validate_operator): Likewise.
11717         * infrun.c (insert_exception_resume_breakpoint)
11718         (check_exception_resume, keep_going): Likewise.
11719         * mi-interp.c (mi_breakpoint_created)
11720         (mi_breakpoint_modified): Likewise.
11721         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11722         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11723         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11724
11725 2012-01-05  Doug Evans  <dje@google.com>
11726
11727         * dwarf2read.c (statement_prologue): Delete, unused.
11728
11729         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11730         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11731
11732         * dwarf2read.c (comp_unit_header): Delete, unused.
11733
11734 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11735
11736         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11737         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11738
11739 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11740
11741         * infrun.c (normal_stop): Don't skip calling the normal_stop
11742         observers if the thread was doing a multi-step, but stopped for
11743         some reason other than stepping.
11744
11745 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11746
11747         * cli/cli-decode.h: Add comments.
11748         (CMD_LIST_AMBIGUOUS): Moved to command.h
11749         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11750         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11751         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11752         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11753         (add_com, add_com_alias, add_info, add_info_alias)
11754         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11755         declarations.
11756         * command.h: Add and adjust comments.
11757         (CMD_LIST_AMBIGUOUS): Moved here.
11758         (help_cmd, help_cmd_list): Delete declarations.
11759
11760 2012-01-04  Doug Evans  <dje@google.com>
11761
11762         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11763         All callers updated.
11764         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11765         Replace all arguments with "per_cu".  All callers updated.
11766
11767         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11768
11769         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11770         New arg "per_cu".  All callers updated.
11771
11772         Delete #if 0'd out code.
11773         * language.c (binop_result_type): Delete.
11774         (simple_type, ordered_type, same_type, integral_type): Delete.
11775         (numeric_type, character_type, string_type, boolean_type): Delete.
11776         (float_type, structured_type): Delete.
11777         * language.h: Update.
11778
11779 2012-01-04  Tom Tromey  <tromey@redhat.com>
11780
11781         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11782
11783 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11784
11785         * corefile.c (close_exec_file): Delete.
11786         (reopen_exec_file): Remove commented out code that seems related
11787         to close_exec_file, which is being deleted here.
11788         * inferior.h (close_exec_file): Delete.
11789         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11790
11791 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11792
11793         * ada-lang.c: #include "cli/cli-utils.h".
11794         (get_selections): Use skip_spaces.
11795         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11796         (catch_ada_exception_command_split): Use skip_spaces.
11797         (ada_decode_assert_location): Likewise.
11798
11799 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11800
11801         * linespec.c (decode_line_internal): Check for C++ or Java
11802         compound constructs only if the current language is C, C++
11803         or Java.
11804
11805 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11806
11807         Revert:
11808         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11809                     Joel Brobecker  <brobecker@adacore.com>
11810         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11811         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11812         3 times.
11813         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11814         fall through into AT_ENTRY_POINT.
11815         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11816         DUMMY_ADDR with it.
11817         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11818         PPC_INSN_SIZE skip to 3 times.
11819
11820 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11821
11822         * linespec.c (add_minsym): Preserve function descriptors.
11823
11824 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11825
11826         * breakpoint.c (all_locations_are_pending): Consider locations
11827         in program spaces executing during startup pending as well.
11828
11829 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11830
11831         Copyright year update in most files of the GDB Project.
11832
11833 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11834
11835         * copyright.sh: Delete.
11836         * copyright.py: Rewrite.
11837
11838 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11839
11840         * gnulib/extra/update-copyright: New file, imported from gnulib.
11841
11842 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11843
11844         * README (Copyright and License Notices): New section.
11845
11846 2012-01-03  Tom Tromey  <tromey@redhat.com>
11847
11848         PR python/12533:
11849         * python/py-value.c (valpy_dereference, valpy_get_address
11850         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11851         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11852         (valpy_absolute, valpy_richcompare): Free intermediate values.
11853
11854 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11855
11856         * ada-lang.c: Reformat the copyright notice.
11857
11858 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11859
11860         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11861         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11862         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11863         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11864         Revert this part of:
11865         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11866         Build gdb directly from *.o files not using libgdb.a.
11867         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11868
11869 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11870
11871         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11872         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11873         Reformat the copyright header.
11874
11875 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11876
11877         Revert this part of:
11878         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11879         Remove the gdbtui binary.
11880         * gdb.c (main): Remove args.interpreter_p initialization.
11881         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11882         * main.h (struct captured_main_args): Remove interpreter_p.
11883
11884 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11885
11886         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11887
11888 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11889
11890         * top.c (print_gdb_version): Update copyright year.
11891
11892 2012-01-02  Yao Qi  <yao@codesourcery.com>
11893
11894         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11895
11896 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11897             Joel Brobecker  <brobecker@adacore.com>
11898
11899         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11900         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11901         3 times.
11902         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11903         fall through into AT_ENTRY_POINT.
11904         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11905         DUMMY_ADDR with it.
11906         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11907         PPC_INSN_SIZE skip to 3 times.
11908
11909 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11910
11911         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11912         the return value.
11913         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11914
11915 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11916
11917         Build gdb directly from *.o files not using libgdb.a.
11918         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11919         (COMMON_OBS): Remove solib-target.o.
11920         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11921         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11922         (LIBGDB_OBS, libgdb.a): Move it above.
11923         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11924         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11925         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11926         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11927         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11928         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11929         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11930         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11931         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11932         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11933         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11934         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11935         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11936         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11937         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11938         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11939         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11940         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11941         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11942         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11943         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11944         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11945         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11946         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11947         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11948         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11949         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11950
11951 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11952
11953         Remove the gdbtui binary.
11954         * .gitignore (/gdbtui): Remove.
11955         * Makefile.in (TUI): Remove.
11956         (SUBDIR_TUI_OBS): Remove tui-main.o.
11957         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11958         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11959         (tui-main.o): Remove.
11960         (all_object_files): Remove tui-main.o.
11961         * NEWS: New note for the gdbtui removal.
11962         * configure: Rebuilt.
11963         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11964         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11965         CONFIG_UNINSTALL respectively.
11966         * gdb.c (main): Remove args.interpreter_p initialization.
11967         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11968         * main.h (struct captured_main_args): Remove interpreter_p.
11969         * tui/tui-main.c: Remove.
11970
11971 2012-01-01  Doug Evans  <dje@google.com>
11972
11973         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11974         (dwarf2_physname, read_import_statement): Ditto.
11975         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11976         (process_structure_scope read_subroutine_type): Ditto.
11977         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11978         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11979         (dwarf2_fetch_die_location_block): Ditto.
11980         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11981
11982         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11983         All callers updated.
11984         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11985         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11986         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11987
11988         * dwarf2read.c (load_cu): Move assert to more useful location.
11989
11990         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11991         All callers updated.
11992
11993         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11994         (dwarf2_elf_names): Minor reformat.
11995         (dwarf2_per_cu_data): Tweak comment.
11996         (dwarf2_read_section): Fix comment.
11997         (create_all_comp_units): Fix comment.
11998         (load_full_comp_unit): Fix comment.
11999         (process_full_comp_unit): Fix comment.
12000         (read_signatured_type): Fix comment.
12001
12002 For older changes see ChangeLog-2011.
12003 \f
12004 Local Variables:
12005 mode: change-log
12006 left-margin: 8
12007 fill-column: 74
12008 version-control: never
12009 coding: utf-8
12010 End: