2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
[external/binutils.git] / gdb / ChangeLog
1 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
2
3         * configure.ac: Check for linux/perf_event.h.
4         * config.in: Regenerated.
5         * configure: Regenerated.
6
7 2012-11-28  Yao Qi  <yao@codesourcery.com>
8
9         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
10         abbreviate 'delete tracepoints' to 'delete tr'.
11         * corefile.c (_initialize_core): Call add_alias_cmd to
12         abbreviate 'set gnutarget' to 'set g'.
13         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
14         'show convenience' to 'show conv'.
15
16 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
17
18         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
19         call to sparc_supply_fpregset.
20         (fill_fpregset): Fix first parameter in call to
21         sparc_collect_fpregset.
22
23 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
24             Kazu Hirata  <kazu@codesourcery.com>
25             Yao Qi  <yao@codesourcery.com>
26
27         * objfiles.c (init_entry_point_info): Call
28         gdbarch_convert_from_func_ptr_addr and
29         gdbarch_addr_bits_remove here ...
30         (entry_point_address_query): ... instead of here.
31         * solib-svr4.c (exec_entry_point): Call
32         gdbarch_addr_bits_remove.
33         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
34         the entry address.
35
36 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
37             Yao Qi  <yao@codesourcery.com>
38
39         * eval.c (evaluate_subexp_standard): Add handling of
40         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
41         result of ptype for calling a TYPE_CODE_METHODPTR.
42
43 2012-11-27  Yao Qi  <yao@codesourcery.com>
44
45         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
46         warning.
47         Add i18n markup.
48
49 2012-11-26  Alexander Larsson  <alexl@redhat.com>
50             Jan Kratochvil  <jan.kratochvil@redhat.com>
51             Tom Tromey  <tromey@redhat.com>
52
53         * NEWS: Mention mini debuginfo feature.
54         * minidebug.c: New file.
55         * configure.ac: Check for lzma.
56         * configure, config.in: Rebuild.
57         * Makefile.in (LIBLZMA): New variable.
58         (CLIBS): Include LIBLZMA.
59         (SFILES): Mention minidebug.c.
60         (COMMON_OBS): Mention minidebug.o.
61         * symfile.c (read_symbols): New function.
62         (syms_from_objfile, reread_symbols): Call it.
63         * symfile.h (find_separate_debug_file_in_section): Declare.
64
65 2012-11-26  Keith Seitz  <keiths@redhat.com>
66
67         * exec.c (exec_file_attach): Move cleanup after verifying that
68         memory has in fact been allocated.
69
70 2012-11-26  Tom Tromey  <tromey@redhat.com>
71
72         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
73         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
74         SYMBOL_SYMTAB.
75         * skip.c (skip_info): Use SYMBOL_SYMTAB.
76
77 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
78             Pedro Alves  <palves@redhat.com>
79
80         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
81         size parameter passed to readlink by one byte.
82         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
83         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
84         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
85         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
86         size by one byte.
87
88 2012-11-26  Yao Qi  <yao@codesourcery.com>
89
90         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
91         extraneous parentheses.
92
93 2012-11-26  Yao Qi  <yao@codesourcery.com>
94
95         * remote.c (remote_start_remote): Typo fix.
96
97 2012-11-23  David S. Miller  <davem@davemloft.net>
98
99         * sparc-tdep.h (struct sparc_fpregset): New data structure.
100         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
101         sparc32_sol2_fpregset): Declare new globals.
102         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
103         'fpregset' argument.
104         * sparc64-tdep.h (sparc64_supply_fpregset,
105         sparc64_collect_fpregset): Likewise.
106         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
107         globals.
108         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
109         (sparc_fpregset): Declare new global.
110         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
111         'fpregset' argument.
112         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
113         into handler.
114         (fill_fpregset): Likewise.
115         (_initialize_sparc_linux_nat): Set sparc_fpregset to
116         sparc32_bsd_fpregset.
117         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
118         sparc32_bsd_fpregset down into handler.
119         (sparc32_linux_collect_core_fpregset): Likewise.
120         * sparc-nat.c (sparc_fpregset): Define.
121         (sparc_supply_fpregset): Add 'fpregset' argument.
122         (sparc_collect_fpregset): Likewise.
123         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
124         into fpregset handler.
125         (sparc_store_inferior_registers): Likewise.
126         (_initialize_sparc_nat): Set sparc_fpregset to
127         sparc32_sunos4_fpregset if NULL.
128         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
129         down into handler.
130         (fill_fpregset): Likewise.
131         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
132         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
133         use it to compute offsets.
134         (sparc32_collect_fpregset): Likewise.
135         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
136         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
137         down into handler.
138         (fill_fpregset): Likewise.
139         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
140         Likewise.
141         (sparc64_linux_collect_core_fpregset): Likewise.
142         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
143         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
144         use it to compute offsets.
145         (sparc64_collect_fpregset): Likewise.
146         (sparc64_bsd_fpregset): Define.
147         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
148         sparc64_bsd_fpregset down into handler.
149         (sparc64fbsd_collect_fpregset): Likewise.
150         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
151         and pass sparc{32,64}_bsd_fpregset down into handler.
152         (sparc64nbsd_collect_fpregset): Likewise.
153         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
154         sparc64_bsd_fpregset down into handler.
155         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
156         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
157         to sparc32_bsd_fpregset.
158         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
159         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
160         (sparc32nbsd_supply_fpregset): Likewise.
161
162 2012-11-21  Tom Tromey  <tromey@redhat.com>
163
164         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
165         field.
166         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
167         Remove.
168         * c-typeprint.c (c_type_print_base): Update.
169
170 2012-11-21  Yao Qi  <yao@codesourcery.com>
171
172         PR tdep/7438
173         * gdbarch.sh (smash_text_address): Remove.
174         * gdbarch.c, gdbarch.h: Regenerate.
175         * arm-tdep.c (arm_smash_text_address): Remove.
176         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
177         * hppa-tdep.c (hppa_smash_text_address): Remove.
178         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
179         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
180         Caller update.
181         * coffread.c (coff_symtab_read): Caller update.
182         * dbxread.c (process_one_symbol): Likewise.
183         * elfread.c (record_minimal_symbol): Likewise.
184         * somread.c (som_symtab_read): Likewise.
185
186 2012-11-20  Pierre Muller  <muller@sourceware.org>
187
188         ARI fixes: sprintf rule.
189         Replace sprintf function calls for char arrays by
190         calls to xsnprintf calls.
191         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
192         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
193         (arm_neon_quad_read, arm_pseudo_read): Ditto.
194         (arm_neon_quad_write, arm_pseudo_write): Ditto.
195         * breakpoint.c (condition_completer): Ditto.
196         (create_tracepoint_from_upload): Ditto.
197         * dwarf2read.c (file_full_name): Ditto.
198         * gcore.c (gcore_command): Ditto.
199         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
200         * go32-nat.c (go32_sysinfo): Ditto.
201         * interps.c (interp_set): Ditto.
202         * m32c-tdep.c (make_types): Ditto.
203         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
204         * remote-m32r-sdi.c (m32r_open): Ditto.
205         * sol-thread.c (td_err_string): Ditto.
206         (td_state_string, solaris_pid_to_str): Ditto.
207         * symtab.c (gdb_mangle_name): Ditto.
208         * cli/cli-script.c (execute_control_command): Ditto.
209         (define_command, document_command): Ditto.
210         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
211         * tui/tui-stack.c (tui_make_status_line): Ditto.
212         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
213
214 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
215
216         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
217         it when looking at ptr->func.
218         * command.h (complete_on_cmdlist): Add a fourth arg.
219         * completer.c (complete_line_internal): Add local ignore_help_classes,
220         and set it to 1 when reason is not handle_help.  Pass this down to
221         lookup_cmd_1 and complete_on_cmdlist.
222
223 2012-11-20  Tom Tromey  <tromey@redhat.com>
224
225         * completer.c (count_struct_fields): Remove.
226         (expression_completer): Don't call count_struct_fields.
227
228 2012-11-20  Pedro Alves  <palves@redhat.com>
229
230         * annotate.c (breakpoints_changed): Rename to ...
231         (annotate_breakpoints_changed): ... this.
232         (annotate_stopped, breakpoint_changed): Adjust caller.
233         * annotate.h (breakpoints_changed): Rename to ...
234         (annotate_breakpoints_changed): ... this.
235         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
236         (do_map_commands_command, init_raw_breakpoint, clear_command)
237         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
238
239 2012-11-20  David S. Miller  <davem@davemloft.net>
240
241         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
242         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
243         sysconf.
244         (get_cores_used_by_process): Update comment.
245
246 2012-11-20  Yao Qi  <yao@codesourcery.com>
247
248         * objfiles.c (init_entry_point_info): Remove trailing spaces.
249
250 2012-11-20  Yao Qi  <yao@codesourcery.com>
251
252         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
253         to deprecated_context_hook.
254
255 2012-11-19  Yao Qi  <yao@codesourcery.com>
256
257         * infrun.c (infwait_state): Add static.
258
259 2012-11-16  Keith Seitz  <keiths@redhat.com>
260
261         PR c++/13615
262         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
263         parameter and pass it to lookup_symbol_file.
264         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
265         to search base classes.
266         (cp_lookup_symbol_namespace): Likewise.
267         (lookup_namespace_scope): Likewise.
268         (lookup_symbol_file): Add SEARCH parameter.
269         If SEARCH is non-zero and no symbol is found, lookup the class
270         and call cp_lookup_nested_symbol.
271         (find_symbol_in_baseclass): New function.
272         (cp_lookup_nested_symbol): Do not let
273         cp_lookup_symbol_in_namespace search through base classes.
274         Do that later when there is no global symbol match.
275
276 2012-11-16  Doug Evans  <dje@google.com>
277
278         * main.c (gdb_datadir_provided): New static global.
279         (get_init_files): If --data-directory is provided,
280         and SYSTEM_GDBINIT lives in data-directory, look for it there.
281         * NEWS: Mention it.
282
283 2012-11-15  Pierre Muller  <muller@sourceware.org>
284
285         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
286         * gdb_stat.h: Delete. Moved to common directory.
287         * common/gdb_stat.h: New file.
288         * gdb_wait.h: Delete. Moved to common directory.
289         * common/gdb_wait.h: New file.
290         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
291         location.
292         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
293         location.
294         (stat.h rule): Adapt to new gdb_stat.h location.
295         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
296         <sys/stat.h> header.
297         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
298         <sys/wait.h> header.
299
300 2012-11-15  Pierre Muller  <muller@sourceware.org>
301
302         * configure.ac (AC_HEADER_STAT): Remove.
303         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
304         and corresponding code.
305         * configure: Regenerate.
306         * config.in: Regenerate.
307
308 2012-11-15  Pierre Muller  <muller@sourceware.org>
309
310         ARI xasprintf rule fixes.
311         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
312         instead of xasprintf.
313         (open_and_init_dwp_file): Ditto.
314
315 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
316
317         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
318         target types.
319
320 2012-11-14  Tom Tromey  <tromey@redhat.com>
321
322         * configure, config.in: Rebuild.
323         * configure.ac: Don't check for ctype.h, time.h.
324         * expprint.c: Don't use HAVE_CTYPE_H.
325
326 2012-11-13  Tom Tromey  <tromey@redhat.com>
327
328         * gdbarch.h, gdbarch.c: Rebuild.
329         * gdbarch.sh (set_target_gdbarch): Rename from
330         deprecated_target_gdbarch_select_hack.
331         * arch-utils.c (gdbarch_update_p): Update.
332         (set_gdbarch_from_file): Update.
333
334 2012-11-14  Pierre Muller  <muller@sourceware.org>
335
336         * MAINTAINERS (Responsible Maintainers/misc): Add myself
337         as responsible of contrib/ari directory.
338
339 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
340             Yao Qi  <yao@codesourcery.com>
341
342         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
343         bit of EXC_RETURN.
344         (arm_m_exception_cache, arm_m_exception_this_id)
345         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
346         (arm_m_exception_unwind): New.
347         (arm_gdbarch_init): Register arm_m_exception_unwind.
348
349 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
350
351         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
352         parameter COUNT, for pattern filling of memory regions.
353         * NEWS: Mention it.
354
355 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
356
357         * disasm.h (DISASSEMBLY_FILENAME): New macro.
358         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
359         to print_source_lines ().
360         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
361         flag.
362         * source.c (print_source_lines_base): Prefix source line with
363         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
364
365 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
366
367         * symtab.h (print_source_lines_flags): New enum.
368         * source.c (print_source_lines_base): Change noerror to flags.
369         (print_source_lines): Change noerror to flags.
370
371 2012-11-13  Pierre Muller  <muller@sourceware.org>
372
373         ARI fixes: Avoid sprintf function use rule.
374         * charset.c (convert_between_encodings): Use xsnprintf.
375         * cli-out.c (cli_field_int): Likewise.
376         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
377         * expprint.c (op_name_standard): Likewise.
378         * frv-tdep.c (set_variant_num_gprs): Likewise.
379         (set_variant_num_fprs): Likewise.
380         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
381         * nto-tdep.c (nto_find_and_open_solib): Likewise.
382         (nto_init_solib_absolute_prefix): Likewise.
383         * source.c (init_source_path): Likewise.
384         (print_source_lines_base): Likewise.
385         * valprint.c (print_wchar): Likewise.
386         * mi/mi-out.c (mi_field_int): Likewise.
387         windows-nat.c (windows_pid_to_exec_file): Likewise.
388         (windows_create_inferior): Likewise.
389         (_initialize_check_for_gdb_ini): Likewise.
390
391 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
392
393         * frame.h (deprecated_frame_register_read): Renames
394         frame_register_read.
395         * frame.c (deprecated_frame_register_read): Renames
396         frame_register_read.  Update all callers.
397         * i386-tdep.c: Update all callers of frame_register_read.
398         * infcmd.c: Likewise.
399         * jit.c: Likewise.
400         * mips-tdep.c: Likewise.
401         * mt-tdep.c: Likewise.
402         * sh64-tdep.c: Likewise.
403
404 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
405
406         * frame.h (frame_register_read): Remove FIXME comment.
407         * frame.c (frame_register_read): Add suggestion explaining
408         which function to use in place of this one.
409
410 2012-11-12  Tom Tromey  <tromey@redhat.com>
411
412         * python/python.c (start_type_printers): Initialize 'result_obj'.
413
414 2012-11-12  Tom Tromey  <tromey@redhat.com>
415
416         * NEWS: Update.
417         * data-directory/Makefile.in (PYTHON_FILES): Add
418         type_printers.py.
419         * python/lib/gdb/command/type_printers.py: New file.
420         * python/lib/gdb/command/types.py (TypePrinter): New class.
421         (_get_some_type_recognizers, get_type_recognizers,
422         apply_type_recognizers, register_type_printer): New
423         functions.
424         * python/py-objfile.c (objfile_object) <type_printers>: New
425         field.
426         (objfpy_dealloc): Decref new field.
427         (objfpy_new): Set new field.
428         (objfpy_get_type_printers, objfpy_set_type_printers): New
429         functions.
430         (objfile_to_objfile_object): Set new field.
431         (objfile_getset): Add "type_printers".
432         * python/py-progspace.c (pspace_object) <type_printers>: New
433         field.
434         (pspy_dealloc): Decref new field.
435         (pspy_new): Set new field.
436         (pspy_get_type_printers, pspy_set_type_printers): New functions.
437         (pspace_to_pspace_object): Set new field.
438         (pspace_getset): Add "type_printers".
439         * python/python.c (start_type_printers, apply_type_printers,
440         free_type_printers): New functions.
441         (_initialize_python): Set gdb.type_printers.
442         * python/python.h (start_type_printers, apply_type_printers,
443         free_type_printers): Declare.
444         * typeprint.c (type_print_raw_options, default_ptype_flags):
445         Update for new fields.
446         (do_free_global_table, create_global_typedef_table,
447         find_global_typedef): New functions.
448         (find_typedef_in_hash): Use find_global_typedef.
449         (whatis_exp): Use create_global_typedef_table.  Change cleanup
450         handling.
451         * typeprint.h (struct type_print_options) <global_typedefs,
452         global_printers>: New fields.
453
454 2012-11-12  Tom Tromey  <tromey@redhat.com>
455
456         * c-typeprint.c (find_typedef_for_canonicalize,
457         print_name_maybe_canonical): New functions.
458         (c_print_type): Look up type name.
459         (cp_type_print_derivation_info): Add flags argument.  Use
460         print_name_maybe_canonical.
461         (cp_type_print_method_args): Add wrapping.
462         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
463         (c_type_print_template_args): New function.
464         (c_type_print_base): Change wrapping.  Use
465         print_name_maybe_canonical.
466         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
467         type name lookups.
468         * gdbtypes.c (types_equal): No longer static.
469         * gdbtypes.h (types_equal): Declare.
470         * typeprint.c (type_print_raw_options, default_ptype_flags):
471         Update.
472         (struct typedef_hash_table): New.
473         (hash_typedef_field, eq_typedef_field,
474         recursively_update_typedef_hash, add_template_parameters,
475         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
476         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
477         copy_typedef_hash, find_typedef_in_hash): New functions.
478         * typeprint.h (struct type_print_options) <local_typedefs>:
479         New field.
480         (recursively_update_typedef_hash, add_template_parameters,
481         create_typedef_hash, free_typedef_hash,
482         make_cleanup_free_typedef_hash, copy_typedef_hash,
483         find_typedef_in_hash): Declare.
484
485 2012-11-12  Tom Tromey  <tromey@redhat.com>
486
487         * cp-support.c (inspect_type,
488         replace_typedefs_qualified_name, replace_typedefs): Add
489         finder, data arguments.  Call as needed.
490         (cp_canonicalize_string_full): New function.
491         (cp_canonicalize_string_no_typedefs): Rewrite.
492         * cp-support.h (canonicalization_ftype): New typedef.
493         (cp_canonicalize_string_full): Declare.
494
495 2012-11-12  Tom Tromey  <tromey@redhat.com>
496
497         * NEWS: Update.
498         * c-typeprint.c (c_type_print_base): Handle print_method and
499         print_typedefs flags.
500         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
501         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
502         options.
503         * typeprint.c (type_print_raw_options, default_ptype_flags):
504         Update for new field.s
505         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
506         (setprinttypelist, showprinttypelist, print_methods,
507         print_typedefs): New globals.
508         (set_print_type, show_print_type, set_print_type_methods,
509         show_print_type_methods, set_print_type_typedefs,
510         show_print_type_typedefs): New functions.
511         (_initialize_typeprint): Update documentation.  Add "print
512         type methods" and "print type typedefs" parameters.
513         * typeprint.h (struct type_print_options) <print_methods,
514         print_typedefs>: New fields.
515
516 2012-11-12  Tom Tromey  <tromey@redhat.com>
517
518         * c-typeprint.c (cp_type_print_method_args): Add flags
519         argument.  Call c_print_type, not type_print.
520         (c_type_print_base): Call c_print_type, not type_print.
521         Update.
522
523 2012-11-12  Tom Tromey  <tromey@redhat.com>
524
525         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
526         to type-printing functions.
527         * ada-lang.h (ada_print_type): Add argument.
528         * ada-typeprint.c (print_array_type, print_variant_clauses,
529         print_variant_part, print_selected_record_field_types,
530         print_record_field_types, print_unchecked_union_type,
531         print_func_type, ada_print_type): Add flags argument.
532         (ada_print_typedef): Update.
533         * c-exp.y (OPERATOR conversion_type_id): Update.
534         * c-lang.h (c_print_type, c_type_print_base): Update.
535         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
536         c_type_print_modifier, c_type_print_args,
537         c_type_print_varspec_suffix, c_type_print_base): Add flags
538         argument.
539         * cp-valprint.c (cp_print_class_member): Update.
540         * dwarf2read.c (dwarf2_compute_name): Update.
541         * f-lang.h (f_print_type): Add argument.
542         * f-typeprint.c (f_print_type): Add flags argument.
543         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
544         * go-lang.h (go_print_type): Add argument.
545         * go-typeprint.c (go_print_type): Add flags argument.
546         * jv-lang.h (java_print_type): Add argument.
547         * jv-typeprint.c (java_type_print_base, java_print_type): Add
548         flags argument.
549         * language.c (unk_lang_print_type): Add flags argument.
550         * language.h (struct language_defn) <la_print_type>: Add flags
551         argument.
552         (LA_PRINT_TYPE): Likewise.
553         * m2-lang.h (m2_print_type): Add argument.
554         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
555         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
556         m2_unbounded_array, m2_record_fields): Add flags argument.
557         * p-lang.h (pascal_print_type, pascal_type_print_base,
558         pascal_type_print_varspec_prefix): Add argument.
559         * p-typeprint.c (pascal_print_type,
560         pascal_type_print_varspec_prefix, pascal_print_func_args,
561         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
562         flags argument.
563         * symmisc.c (print_symbol): Update.
564         * typeprint.c (type_print_raw_options, default_ptype_flags):
565         New globals.
566         (type_print): Update.
567         * typeprint.h (struct type_print_options): New.
568         (type_print_raw_options): Declare.
569         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
570
571 2012-11-10  Keith Seitz  <keiths@redhat.com>
572
573         * breakpoint.c (clear_command): Add cleanup for
574         sals.sals if an argument is given.
575
576         * linespec.c (parse_linespec): Do cleanups after
577         parsing a convenience variable.
578
579 2012-11-10  Keith Seitz  <keiths@redhat.com>
580
581         PR gdb/14288
582         * c-valprint.c (c_val_print): For character arrays
583         with "print null" option on, print ellipses if
584         the output is truncated and the next character is not \000.
585         * valprint.c (MAX_WCHARS): Define.
586         (WCHAR_BUFLEN): Likewise.
587         (WCHAR_BUFLEN_MAX): Likewise.
588         (struct converted_character): New structure.
589         (count_next_character): New function.
590         (print_converted_chars_to_obstack): New function.
591         (generic_printstr): Rewrite using count_next_character
592         and print_converted_chars_to_obstack.
593
594 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
595
596         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
597         while executing the gdb command.
598         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
599         are called from prompt_for_continue.
600         * tui/tui-io.c (tui_redisplay_readline): Likewise.
601
602 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
603
604         PR tui/9584
605
606         * tui/tui.c (tui_rl_command_key): Do not call execute_command
607         but insert the command to execute in readline's buffer.
608
609 2012-11-09  Tom Tromey  <tromey@redhat.com>
610
611         * gdbarch.sh (target_gdbarch): Remove macro.
612         (get_target_gdbarch): Rename to target_gdbarch.
613         * gdbarch.c, gdbarch.h: Rebuild.
614         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
615         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
616         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
617         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
618         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
619         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
620         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
621         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
622         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
623         procfs.c, progspace.c, ravenscar-thread.c, record.c,
624         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
625         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
626         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
627         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
628         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
629         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
630         target-descriptions.c, target.c, target.h, tracepoint.c,
631         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
632         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
633         python/py-inferior.c, python/python.c: Update.
634
635 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
636
637         * source.c (print_source_lines_base): Add fullname field giving
638         full path to file in mi output.
639         * NEWS: Mention the new fullname field.
640
641 2012-11-09  Yao Qi  <yao@codesourcery.com>
642
643         * NEWS: Mention the fix to the ambiguity of 'fo' command.
644
645 2012-11-09  Pedro Alves  <palves@redhat.com>
646
647         PR gdb/14306
648
649         * infrun.c: Include target-descriptions.h.
650         (follow_exec): Fetch new target description.
651
652 2012-11-09  Yao Qi  <yao@codesourcery.com>
653
654         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
655         0x8d (lea).
656
657 2012-11-09  Yao Qi  <yao@codesourcery.com>
658
659         * breakpoint.c: Declare set_tracepoint_count.
660         (install_breakpoint): Call set_tracepoint_count if B is a
661         tracepoint.
662         (trace_command): Don't call set_tracepoint_count.  Re-indent.
663         (strace_command, ftrace_command):
664         (create_tracepoint_from_upload): Likewise.
665
666 2012-11-09  Pedro Alves  <palves@redhat.com>
667
668         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
669         (get_target_gdbarch) <gdbarch.h>: New function.
670         (startup_gdbarch) <gdbarch.h>: Declare.
671         <gdbarch.c> (target_gdbarch): Delete.
672         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
673         current inferior's gdbarch.
674         <gdbarch.c> (get_target_gdbarch): New function.
675         * inferior.c: Include target-descriptions.h.
676         (free_inferior): Free target description info.
677         (add_inferior_with_spaces): Set the inferior's initial
678         architecture.
679         (clone_inferior_command): Copy the original inferior's target
680         description if it was user specified.
681         (initialize_inferiors): Add comment.
682         * inferior.h (struct target_desc_info): Forward declare.
683         (struct inferior) <gdbarch>: New field.
684         * linux-nat.c: Include target-descriptions.h.
685         (linux_child_follow_fork): Copy the parent's architecture and
686         target description to the child.
687         * target-descriptions.c: Include inferior.h.
688         (struct target_desc_info): New structure, holding the equivalents
689         of ...
690         (target_desc_fetched, current_target_desc)
691         (target_description_filename): ... these removed globals.
692         (get_tdesc_info, target_desc_info_from_user_p)
693         (copy_inferior_target_desc_info, target_desc_info_free): New.
694         (target_desc_fetched, current_target_desc)
695         (target_description_filename): Reimplemented as convenience
696         macros.
697         (tdesc_filename_cmd_string): New global.
698         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
699         tdescs filename ..." commands to the per-inferior equivalent.
700         (show_tdesc_filename_cmd): Get the value to show from the
701         per-inferior description filename.
702         (_initilize_target_descriptions): Change the "set/show tdesc
703         filename" commands' variable.
704         * target-descriptions.h (struct target_desc, struct target_desc_info)
705         (struct inferior): Forward declare.
706         (target_find_description, target_clear_description)
707         (target_current_description): Adjust comments.
708         (copy_inferior_target_desc_info, target_desc_info_free)
709         (target_desc_info_from_user_p). Declare.
710
711 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
712
713         * tui/tui-hooks.c (tui_about_to_proceed): New function.
714         (tui_target_wait_hook): Remove.
715         (tui_install_hooks): Install the about_to_proceed observer.
716         (tui_remove_hooks): And remove it here.
717
718 2012-11-08  Tom Tromey  <tromey@redhat.com>
719
720         * linux-tdep.c (linux_make_siginfo_note): New function.
721         (linux_make_corefile_notes): Use it.
722         * corelow.c (get_core_siginfo): New function.
723         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
724
725 2012-11-08  Tom Tromey  <tromey@redhat.com>
726
727         PR gdb/14704:
728         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
729         (zlib_decompress_section): Remove.
730         (gdb_bfd_map_section): Only check for compressed section
731         in mmap case.  Use bfd_get_full_section_contents.
732         * osabi.c (check_note): Add 'sectsize' argument.  Read
733         section data.
734         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
735         section data.  Update for check_note change.
736         * xcoffread.c (xcoff_initial_scan): Use
737         bfd_get_full_section_contents.
738         * py-auto-load.c (auto_load_section_scripts): Use
739         bfd_get_full_section_contents.
740         * contrib/cc-with-tweaks.sh: Add -Z option.
741
742 2012-11-08  Tom Tromey  <tromey@redhat.com>
743
744         * python/py-bpevent.c: Include defs.h.
745         * python/py-continueevent.c: Include defs.h.
746         * python/py-event.c: Include defs.h.
747         * python/py-event.h: Don't include defs.h.
748         * python/py-events.h: Don't include defs.h.
749         * python/py-evts.c: Include defs.h.
750         * python/py-exitedevent.c: Include defs.h.
751         * python/py-newobjfileevent.c: Include defs.h.
752         * python/py-signalevent.c: Include defs.h.
753         * python/py-stopevent.c: Include defs.h.
754         * python/py-threadevent.c: Include defs.h.
755
756 2012-11-08  Pierre Muller  <muller@sourceware.org>
757
758         * update-web-ari.sh (print_heading): Add number of files
759         checked.
760         (nb_files): New variable counting the number of sources
761         files found by gdb_find.sh script.
762         (debug_awk): New variable to allow extra debug output.
763         (indexes): Add more information if DEBUG_AWK is set.
764
765 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
766
767         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
768         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
769         following the change in PLT call stubs on linker.
770
771 2012-11-08  Pierre Muller  <muller@sourceware.org>
772
773         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
774         as default language.
775         (AWK): Use = instead of == for sh test to avoid warning.
776         (Linux rule): Correct [:digit] into [[:digit:]].
777         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
778         (vasprintf rule): Adapt to common subdirectory moves.
779         (xasprintf rule): Idem.
780         (xvasprintf rule): Idem.
781         (var_boolean rule): Accept occurence in == or != test.
782
783         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
784
785 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
786
787         * tui/tui-hooks.c (tui_inferior_exit): New function.
788         (tui_detach_hook): Remove.
789         (tui_install_hooks): Install the inferior exit observer.
790         (tui_remove_hooks): Remove it.
791
792 2012-11-08  Yao Qi  <yao@codesourcery.com>
793
794         PR gdb/14777.
795         * source.c (_initialize_source): Call add_com_alias to abbreviate
796         'forward-search' as 'fo'.
797
798 2012-11-07  Pedro Alves  <palves@redhat.com>
799
800         * arm-tdep.c: Make defs.h be the first include.
801         * coff-pe-read.c: Ditto.
802         * gnu-nat.c: Ditto.
803         * go32-nat.c: Ditto.
804         * i386-nat.c: Ditto.
805         * ppcnbsd-nat.c: Ditto.
806         * ada-varobj.h: Don't include defs.h.
807         * i386-darwin-tdep.h: Ditto.
808         * i386-nat.h: Ditto.
809
810 2012-11-07  Pedro Alves  <palves@redhat.com>
811
812         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
813         Committee.
814
815 2012-11-07  Pierre Muller  <muller@sourceware.org>
816
817         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
818         File already uses "gdb_dirent.h" header.
819
820 2012-11-07  Yao Qi  <yao@codesourcery.com>
821
822         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
823         tracepoint_count'.
824
825 2012-11-06  Tom Tromey  <tromey@redhat.com>
826
827         * target.h (inferior_has_forked, inferior_has_vforked)
828         (inferior_has_execd, inferior_has_called_syscall): Remove
829         declarations.
830
831 2012-11-06  Pierre Muller  <muller@sourceware.org>
832
833         * remote.c (remote_insert_hw_breakpoint): ARI fix,
834         add missing internalization markup.
835
836 2012-11-06  Pedro Alves  <palves@redhat.com>
837
838         PR gdb/14810
839
840         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
841
842 2012-11-06  Pierre Muller  <muller@sourceware.org>
843
844         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
845         is not executable.
846
847 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
848
849         * gnulib/update-gnulib.sh: New script.
850
851 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
852
853         * MAINTAINERS: Update my email address.
854
855 2012-11-05  Tom Tromey  <tromey@redhat.com>
856
857         * frame.c (put_frame_register): Don't use temporary buffer.
858
859 2012-11-05  Pedro Alves  <palves@redhat.com>
860
861         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
862         child.  Clear 'pending_detach'.
863         * infrun.c (handle_vfork_child_exec_or_exit): Clear
864         'pending_detach' in the vfork parent.
865
866 2012-11-05  Doug Evans  <dje@google.com>
867
868         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
869         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
870         * dwarf2read.c: #include "elf-bfd.h".
871         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
872         (dwop_section_names): Renamed from dwo_section names.  All uses
873         updated.  Add entries for .debug_cu_index, .debug_tu_index.
874         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
875         All uses updated.
876         (struct dwp_sections): New type.
877         (struct virtual_dwo_sections): New type.
878         (struct dwp_hash_table): New type.
879         (struct dwp_file): New type.
880         (init_cutu_and_read_dies): Ensure DWO info/types section has been
881         read in.  Handle DWOs coming from DWP files.
882         (lookup_dwo_file_slot): New function.
883         (dwarf2_locate_dwo_sections): Move definition closer to use.
884         (create_dwo_debug_info_hash_table_reader): Renamed from
885         create_debug_info_hash_table_reader.  All callers updated.
886         (create_dwo_debug_info_hash_table): Renamed from
887         create_debug_info_hash_table.  All callers updated.
888         (create_dwp_hash_table): New function.
889         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
890         (lookup_dwo_in_dwp): New function.
891         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
892         is_dwp.  All callers updated.
893         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
894         (open_and_init_dwo_file): Renamed from init_dwo_file.
895         All callers updated.
896         (lookup_dwo_file): Delete.
897         (dwarf2_locate_dwp_sections): New function.
898         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
899         (allocate_dwp_loaded_cutus_table): New function.
900         (open_and_init_dwp_file): New function.
901         (lookup_dwo_cutu): New function.
902         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
903
904 2012-11-03  Yao Qi  <yao@codesourcery.com>
905
906         Fix PR gdb/14617.
907         * breakpoint.c (trace_pass_set_count): Call
908         observer_notify_breakpoint_modified instead of
909         observer_notify_tracepoint_modified.
910         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
911
912 2012-11-02  Tom Tromey  <tromey@redhat.com>
913
914         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
915         argument to complete_on_enum.
916
917 2012-11-02  Tom Tromey  <tromey@redhat.com>
918
919         * configure: Rebuild.
920         * configure.ac (build_warnings): Add -Wempty-body.
921         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
922         * remote.c (handle_notification): Use braces for empty 'else' body.
923         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
924         'else' body.
925         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
926         'else' body.
927         * solib-som.c (som_relocate_section_addresses): Use braces
928         for empty 'else' body.
929         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
930         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
931
932 2012-11-02  Pedro Alves  <palves@redhat.com>
933
934         PR gdb/14766
935
936         * infrun.c (handle_inferior_event)
937         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
938         null_ptid before handling a vfork child exec or exit.  Switch to
939         the event ptid afterwards.
940
941 2012-11-02  Yao Qi  <yao@codesourcery.com>
942
943         * std-operator.def: Remove OP_LABELED.
944         * eval.c: Remove the declaration of 'get_label'.
945         (get_label): Remove.
946         (evaluate_struct_tuple): Remove code handling OP_LABELED.
947         Update comment.
948         Remove local variable 'variantno' and related code.
949         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
950         with 'fieldno'.
951         * expprint.c (print_subexp_standard): Likewise.
952         (dump_subexp_body_standard): Likewise.
953         * parse.c (operator_length_standard): Likewise.
954
955 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
956
957         Incorporate ARI web page generator into GDB sources.
958         * contrib/ari/create-web-ari-in-src.sh: New file.
959         * contrib/ari/gdb_ari.sh: New file.
960         * contrib/ari/gdb_find.sh: New file.
961         * contrib/ari/update-web-ari.sh: New file.
962
963 2012-10-31  Tom Tromey  <tromey@redhat.com>
964
965         * gdbarch.c: Rebuild.
966         * gdbarch.sh: Remove references to gdbarch_swap.
967         * corelow.c (core_open): Remove obsolete comment.
968
969 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
970
971         PR cli/14772
972         * c-typeprint.c (c_print_type): Don't print a space for vector
973         types, this is handled within the suffix.
974         (c_type_print_varspec_suffix): Add a space to vector suffix.
975
976 2012-10-26  Pedro Alves  <palves@redhat.com>
977
978         * amd64-tdep.c (amd64_relocate_instruction): Use
979         store_unsigned_integer instead of memcpy.
980         * i386-tdep.c (i386_relocate_instruction): Ditto.
981
982 2012-10-26  Pedro Alves  <palves@redhat.com>
983
984         * infrun.c (handle_inferior_event): Merge handling of
985         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
986         switch case.
987
988 2012-10-26  Pedro Alves  <palves@redhat.com>
989
990         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
991         Remove comment.
992
993 2012-10-26  Pedro Alves  <palves@redhat.com>
994
995         * target.c (target_waitstatus_to_string): Handle
996         TARGET_WAITKIND_VFORK_DONE.
997
998 2012-10-26  Pedro Alves  <palves@redhat.com>
999
1000         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1001         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1002
1003 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1004
1005         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1006         Add comments.
1007
1008 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1009
1010         * ravenscar-thread.c (ravenscar_wait): Only update the list
1011         of threads and inferior_ptid if the inferior is still alive.
1012
1013 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1014
1015         * ada-lang.c (is_known_support_routine): Use lbasename when
1016         matching the symtab's filename against
1017         known_runtime_file_name_patterns.
1018
1019 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1020
1021         * ada-lang.c (ada_same_array_size_p): New function.
1022         (ada_promote_array_of_integrals): New function.
1023         (coerce_for_assign): Add handling of arrays where the elements
1024         are integrals of a smaller size than the size of the target
1025         array element type.
1026
1027 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1028
1029         * doublest.c (convert_doublest_to_floatformat): Fix comparison
1030         against maximum exponent value.
1031
1032 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1033
1034         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1035         "unwind-seh.c".
1036
1037 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1038
1039         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1040         strip typedef layer when computing the fixed type's field type,
1041         only when computing its size.
1042
1043 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
1044
1045         PR gdb/12783
1046         * i386-tdep.c (i386_return_value): Handle complex double and long
1047         double.
1048
1049 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1050
1051         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1052         New local variable args_len.
1053         Quote the name of the executable when computing the command line.
1054
1055 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1056
1057         PR gdb/12796
1058         PR gdb/12798
1059         PR gdb/12800
1060         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1061         AMD64_FTAG_REGNUM.
1062         * amd64-tdep.c (amd64_classify): Classify complex types.
1063         (amd64_return_value): Handle the COMPLEX_X87 class.
1064
1065 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1066
1067         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1068         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1069
1070 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1071
1072         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1073         function.
1074         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1075         to amd64_windows_auto_wide_charset.
1076
1077 2012-10-23  Yao Qi  <yao@codesourcery.com>
1078
1079         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1080         * event-top.h: Remove its declaration.
1081         (async_request_quit): Call mark_async_signal_handler instead of
1082         mark_async_signal_handler_wrapper.
1083         (async_do_nothing, async_disconnect): Likewise.
1084         (async_stop_sig): Likewise.
1085         * remote.c (handle_remote_sigint): Likewise.
1086         (handle_remote_sigint_twice): Likewise.
1087
1088 2012-10-23  Yao Qi  <yao@codesourcery.com>
1089
1090         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1091         with 'static struct async_signal_handler *'.
1092         (sighup_token, sigquit_token, sigstp_token): Likewise.
1093
1094 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1095
1096         * gdbarch.sh (function_list): Use 'pstring' when printing
1097         a variable which could return NULL.
1098         * gdbarch.c: Regenerate.
1099
1100 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1101             Tom Tromey  <tromey@redhat.com>
1102
1103         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1104         inneffective if condition by gdb assertion.  Add function
1105         description comment.
1106
1107 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1108
1109         * parser-defs.h (struct exp_descriptor): Document constraint
1110         on return value for "op_name" callbacks.
1111
1112 2012-10-18  Tom Tromey  <tromey@redhat.com>
1113
1114         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1115         * symtab.c (iterate_over_some_symtabs): Constify.
1116         * source.h (symtab_to_fullname): Return 'const char *'.
1117         * source.c (symtab_to_fullname): Return 'const char *'.
1118         * python/py-symtab.c (stpy_fullname): Constify.
1119         * cli/cli-cmds.c (edit_command): Constify.
1120         * breakpoint.c (print_breakpoint_location)
1121         (update_static_tracepoint): Constify.
1122
1123 2012-10-18  Tom Tromey  <tromey@redhat.com>
1124
1125         * breakpoint.c (compare_breakpoints): Fix comparison.
1126
1127 2012-10-18  Tom Tromey  <tromey@redhat.com>
1128
1129         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1130         gdb_wchar_t to convert_between_encodings.
1131
1132 2012-10-17  Yao Qi  <yao@codesourcery.com>
1133
1134         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1135         more parameter 'inferior'.
1136         * corefile.c (write_memory_with_notification): Caller update.
1137
1138         * mi/mi-cmd-var.c: Include "mi-main.h".
1139         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1140         to 1 and restore it later.
1141         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1142         and "data-write-memory-bytes.
1143         * mi/mi-interp.c: Include objfiles.h.
1144         (mi_interpreter_init): Call observer_attach_memory_changed.
1145         (mi_memory_changed): New.
1146         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1147         New field.
1148
1149         * NEWS: Mention new MI notification "memory-changed".
1150
1151 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1152
1153         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1154
1155 2012-10-15  Doug Evans  <dje@google.com>
1156
1157         New option -nh: inhibit loading of ~/.gdbinit.
1158         * NEWS: Mention -nh.
1159         * main.c (captured_main): Recognize and process -nh.
1160         (print_gdb_help): Mention -nh.
1161         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1162
1163 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1164
1165         PR backtrace/14646
1166         PR gdb/14647
1167         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1168         pc_regnum_from_eax.
1169         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1170         nor pc_regnum_from_eax.
1171         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1172         nor pc_regnum_from_eax.
1173
1174 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1175
1176         Fix entry values resolving in inlined frames.
1177         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1178         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1179         entries of FRAME.
1180
1181 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1182
1183         * configure.ac: Build with -DMS_WIN64 if building with Python
1184         enabled using GCC on amd64-windows.
1185         * configure: Regenerate.
1186
1187 2012-10-15  Tom Tromey  <tromey@redhat.com>
1188
1189         PR python/14635:
1190         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1191         to Py_None.
1192
1193 2012-10-15  Tom Tromey  <tromey@redhat.com>
1194
1195         PR python/14634:
1196         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1197
1198 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1199
1200         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1201         reset thread numbering back to 1.
1202
1203 2012-10-11  Doug Evans  <dje@google.com>
1204
1205         PR breakpoints/14643.
1206         * linespec.c (struct ls_parser): New member keyword_ok.
1207         (linespec_lexer_lex_string): Add comment.
1208         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1209         for one.
1210         (parse_linespec): Set keyword_ok.
1211
1212 2012-10-10  Doug Evans  <dje@google.com>
1213
1214         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1215         "0x" prefix on address in log message.
1216
1217         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1218         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1219         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1220         (lookup_dwo_file): Add const to dwo_name parameter.
1221         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1222
1223 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1224
1225         Fix crash during stepping on ppc32.
1226         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1227         SYM.
1228
1229 2012-10-03  Doug Evans  <dje@google.com>
1230
1231         PR symtab/14601
1232         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1233
1234 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1235
1236         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1237         output and use uint32_t not long to ensure 4 byte size.
1238
1239 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1240
1241         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1242         unref'ed it.
1243
1244 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1245
1246         * target.c (simple_search_memory): Include access length in
1247         warning message.
1248
1249 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1250             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1251
1252         PR gdb/13989
1253         * solib.c (solib_find): Prevent GDB from loading native libraries when
1254         debugging a cross-target corefile.
1255
1256 2012-09-28  selven  <pcthegreat@gmail.com>
1257
1258         Make definition match declaration.
1259
1260         * regcache.c (regcache_register_status): Change return type to
1261         enum register_status.
1262
1263 2012-09-28  Yao Qi  <yao@codesourcery.com>
1264
1265         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1266         write_memory_with_notification instead of write_memory.
1267         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1268         instead of target_write_memory.
1269
1270 2012-09-28  Yao Qi  <yao@codesourcery.com>
1271
1272         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1273         when the length of content is not an even number.
1274
1275 2012-09-27  Tom Tromey  <tromey@redhat.com>
1276
1277         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1278         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1279
1280 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1281
1282         * sol-thread.c (sol_thread_fetch_registers)
1283         (sol_thread_store_registers): Delete commented out code.
1284
1285 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1286
1287         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1288         Move these functions to sparc-sol-thread.c.
1289         * sparc-sol-thread.c: New file.
1290         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1291         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1292         configurations.
1293         * configure: Regenerate.
1294
1295 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1296
1297         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1298         Remove commented-out code.
1299
1300 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1301
1302         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1303         Enable this code for sparc hosts only.
1304
1305 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1306
1307         * procfs.h (procfs_find_LDT_entry): Add declaration.
1308         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1309         function procfs_find_LDT_entry.
1310
1311 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1312
1313         * procfs.c (proc_get_LDT_entry): Make static.
1314
1315 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1316
1317         * procfs.c (proc_find_memory_regions): Fix declaration.
1318
1319 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1320
1321         * amd64-tdep.c (amd64_return_value): Revert previous change
1322         that used TYPE_LENGTH directly.
1323         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1324         (bfin_store_return_value): Likewise.
1325         * cris-tdep.c (cris_store_return_value): Likewise.
1326         (cris_extract_return_value): Likewise.
1327         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1328         * hppa-tdep.c (hppa64_return_value): Likewise.
1329         * lm32-tdep.c (lm32_store_return_value): Likewise.
1330         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1331         * spu-tdep.c (spu_value_from_register): Likewise.
1332         * vax-tdep.c (vax_return_value): Likewise.
1333
1334 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1335
1336         * gdbtypes.c (lookup_array_range_type): Expand parameters
1337         LOW_BOUND and HIGH_BOUND to LONGEST.
1338         (lookup_string_range_type): Likewise.
1339         * gdbtypes.h (lookup_array_range_type): Likewise.
1340         (lookup_string_range_type): Likewise.
1341         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1342         Expand HIGHBOUND to ssize_t.
1343         (value_string): Likewise.
1344         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1345         (value_string): Likewise.
1346
1347 2012-09-27  Yao Qi  <yao@codesourcery.com>
1348
1349         PR breakpoints/13898
1350         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1351         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1352         per breakpoint type.
1353
1354 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1355
1356         * procfs.c: Add gdb_bfd header.
1357         * rs6000-nat.c: Likewise.
1358         * solib-pa64.c: Likewise.
1359         * spu-linux-nat.c: Likewise.
1360         * windows-nat.c: Likewise.
1361
1362 2012-09-26  Tom Tromey  <tromey@redhat.com>
1363
1364         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1365
1366 2012-09-26  Tom Tromey  <tromey@redhat.com>
1367
1368         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1369         (read_common_block): Handle child DIEs with
1370         DW_AT_data_member_location.
1371         (new_symbol_full): Add special case for common blocks.
1372
1373 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1374             Tom Tromey  <tromey@redhat.com>
1375
1376         * dwarf2read.c (read_common_block): Rewrite.
1377         (new_symbol_full): Handle DW_TAG_common_block.
1378         * f-lang.c (head_common_list, find_common_for_function):
1379         Remove.
1380         * f-lang.h (struct common_entry, struct saved_f77_common,
1381         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1382         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1383         BLANK_COMMON_NAME_LOCAL): Remove.
1384         (struct common_block): New.
1385         * f-valprint.c (list_all_visible_commons): Remove.
1386         (info_common_command_for_block): New function.
1387         (info_common_command): Use it.
1388         * stack.c (iterate_over_block_locals): Special case for
1389         COMMON_BLOCK_DOMAIN.
1390         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1391         constant.
1392         (struct general_symbol_info) <value.common_block>: New field.
1393         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1394
1395 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1396             Tom Tromey  <tromey@redhat.com>
1397
1398         * f-lang.c (allocate_saved_bf_node,
1399         allocate_saved_function_node, allocate_saved_f77_common_node,
1400         allocate_common_entry_node, tail_common_list, current_common,
1401         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1402         tmp_bf_ptr, add_common_block, add_common_entry,
1403         find_first_common_named, patch_common_entries,
1404         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1405         global_remote_debug, get_bf_for_fcn, saved_function_list,
1406         saved_function_list_end, clear_function_list, struct saved_fcn,
1407         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1408         SAVED_BF, SAVED_BF_PTR): Remove.
1409         * f-lang.h (tail_common_list, current_common,
1410         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1411         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1412         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1413         real_main_c_value): Remove.
1414         * f-valprint.c (there_is_a_visible_common_named): Remove.
1415
1416 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1417
1418         * breakpoint.c (update_global_location_list): Ignore previous
1419         duplicate status of a breakpoint when starting a new scan for
1420         duplicate breakpoints.
1421
1422 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1423         PR breakpoints/14419
1424         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1425         support LLVM compiler.
1426
1427 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1428
1429         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1430         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1431         (bfin_store_return_value): Likewise.
1432         * cris-tdep.c (cris_store_return_value): Likewise.
1433         (cris_extract_return_value): Likewise.
1434         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1435         * hppa-tdep.c (hppa64_return_value): Likewise.
1436         * lm32-tdep.c (lm32_store_return_value): Likewise.
1437         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1438         * spu-tdep.c (spu_value_from_register): Likewise.
1439         * vax-tdep.c (vax_return_value): Likewise.
1440
1441 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1442
1443         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1444         parameter LEN to ssize_t.
1445
1446 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1447
1448         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1449         variable LEN.
1450         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1451         directly.
1452         (alpha_store_return_value): Likewise.
1453         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1454         (amd64_push_arguments): Likewise.
1455         * ax-gdb.c (gen_trace_static_fields): Likewise.
1456         (gen_traced_pop): Likewise.
1457         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1458         * breakpoint.c (update_watchpoint): Likewise.
1459         * findcmd.c (parse_find_args): Use local variable for type
1460         instead of length.
1461         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1462         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1463         (h8300_store_return_value): Likewise.
1464         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1465         Use i386_darwin_arg_type_alignment directly.
1466         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1467         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1468         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1469         (m68hc11_extract_return_value): Likewise.
1470         * mep-tdep.c (mep_push_dummy_call): Likewise.
1471         * printcmd.c (float_type_from_length): Likewise.
1472         * s390-tdep.c (s390_value_from_register): Likewise.
1473         * stack.c (read_frame_arg): Likewise.
1474         * tracepoint.c (encode_actions_1): Likewise.
1475         * valops.c (value_fetch_lazy): Use local variable for type
1476         instead of length.  Use TYPE_LENGTH directly.
1477         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1478
1479 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1480
1481         * symtab.c (skip_prologue_sal): Fix typo in comment.
1482
1483 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1484
1485         * linespec.c (create_sals_line_offset): Fix typo in comment.
1486
1487 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1488
1489         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1490         use plongest to print the array size.
1491
1492 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1493
1494         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1495         * p-valprint.c (pascal_type_print_base): Likewise.
1496
1497 2012-09-22  Yao Qi  <yao@codesourcery.com>
1498
1499         * remote.c (remote_get_trace_status): Remove setting default
1500         values of fields of 'ts'.
1501
1502 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1503
1504         Fix internal error on canonicalization of clang types.
1505         * cp-name-parser.y (operator): New comment at make_operator call for
1506         new, delete, new[] and delete[].
1507         (exp): Use "sizeof ".  Add new comment at make_operator call.
1508
1509 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1510
1511         Fix disassemble without parameters in tailcall frame.
1512         * cli/cli-cmds.c (disassemble_current_function): Use
1513         get_frame_address_in_block.
1514
1515 2012-09-21  Tom Tromey  <tromey@redhat.com>
1516
1517         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1518         TYPE_CODE_UNION>: Unify, removing a goto.
1519
1520 2012-09-21  Tom Tromey  <tromey@redhat.com>
1521
1522         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1523
1524 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1525
1526         * findvar.c (read_frame_register_value): Mark the result value as
1527         optimized out if any of the input registers have been optimized out.
1528
1529 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1530
1531         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1532
1533 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1534
1535         * eval.c (evaluate_subexp_standard): Eliminate single-use
1536         variable LOWER.
1537
1538 2012-09-21  Yao Qi  <yao@codesourcery.com>
1539
1540         * mi/mi-interp.c: Declare mi_record_changed.
1541         (mi_interpreter_init): Call observer_attach_record_changed.
1542         (mi_record_changed): New.
1543         * record.c (record_open): Call observer_notify_record_changed.
1544         (cmd_record_stop): Call observer_notify_record_changed.
1545         * NEWS: Mention it.
1546
1547 2012-09-20  Tom Tromey  <tromey@redhat.com>
1548
1549         * NEWS: Update.
1550         * python/python.c (finalize_python): New function.
1551         (_initialize_python): Make a final cleanup.
1552
1553 2012-09-19  Doug Evans  <dje@google.com>
1554
1555         * buildsym.h (param_symbols): Delete, unused.
1556         (context_stack): Delete member "params", unused.
1557         * buildsym.c (push_context): Update.
1558         * dwarf2read.c (read_func_scope): Update.
1559
1560 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1561
1562         * sh-tdep.c (sh_register_convert_to_virtual)
1563         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1564         all callers.  Just do a memcpy if not the little-endian case.
1565
1566         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1567         set_gdbarch_double_format and set_gdbarch_long_double_format.
1568         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1569         set_gdbarch_double_format.
1570         * sh-tdep.c (sh_gdbarch_init): Likewise.
1571
1572         * NEWS: Document the removal of SH's 'regs' command.
1573         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1574         command.
1575
1576 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1577
1578         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1579         `jump'.
1580
1581 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1582
1583         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1584         language when iterating over symbols.
1585
1586 2012-09-18  Yao Qi  <yao@codesourcery.com>
1587
1588         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1589         (mi_interpreter_init): Call observer_attach_tsv_created and
1590         observer_attach_tsv_deleted.
1591         (mi_tsv_created, mi_tsv_deleted): New.
1592         * tracepoint.c (delete_trace_state_variable): Call
1593         observer_notify_tsv_deleted.
1594         (trace_variable_command): Call observer_notify_tsv_created.
1595         (delete_trace_variable_command): Call
1596         observer_notify_tsv_deleted.
1597         (create_tsv_from_upload): Call observer_notify_tsv_created.
1598         * NEWS: Mention it.
1599
1600 2012-09-18  Yao Qi  <yao@codesourcery.com>
1601
1602         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1603         if traceframe changed.
1604         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1605         "trace-find".
1606         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1607         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1608         'traceframe_changed'.
1609         (mi_traceframe_changed): New.
1610         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1611         New field.
1612         * NEWS: Mention the new MI notification.
1613
1614 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1615
1616         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1617
1618 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1619
1620         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1621         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1622         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1623         Extend code also for PaX support.  Convert all gdb_assert to warning
1624         calls.
1625
1626 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1627
1628         Implement auto-load user conveniences suggested by Doug Evans.
1629         * auto-load.c: Include top.h.
1630         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1631         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1632         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1633         scripts-directory.  Document in online help one can use also files for
1634         set auto-load safe-path.
1635         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1636         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1637
1638 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1639
1640         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1641         of LEN.
1642
1643 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1644
1645         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1646         ELTLEN and use TYPE_LENGTH directly.
1647         (m2_val_print): Likewise.
1648         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1649         variable LEN and use TYPE_LENGTH directly.
1650         (m68k_svr4_store_return_value): Likewise.
1651         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1652         ARGLEN and use TYPE_LENGTH directly.
1653         (mips_o64_push_dummy_call): Likewise.
1654         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1655         variable LENGTH and use TYPE_LENGTH directly.
1656         (s390_function_arg_float): Likewise.
1657         (s390_function_arg_integer): Likewise.
1658         (s390_push_dummy_call): Likewise.
1659         (s390_return_value_convention): Likewise.
1660         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1661         TYPE_LENGTH directly.
1662
1663 2012-09-17  Yao Qi  <yao@codesourcery.com>
1664
1665         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1666         Update comment to add_setshow_integer_cmd.
1667         * cli/cli-setshow.c (do_set_command): Handle case
1668         'var_zuinteger_unlimited'.
1669         (do_show_command): Likewise.
1670         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1671         for command 'remotetimeout'.
1672         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1673         to var_integer.
1674         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1675         for command 'set listsize'.
1676
1677 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1678
1679         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1680         variable LEN.
1681
1682 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1683
1684         PR 14119
1685         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1686         (frame_pop): Drop also TAILCALL_FRAME frames.
1687         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1688
1689 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1690             Pedro Alves  <palves@redhat.com>
1691
1692         PR 14548
1693         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1694         function start if we are already at function start.  Both for
1695         reverse-next and for reverse-step into function without line number
1696         info.
1697
1698 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1699
1700         Code cleanup - rename 'inline' depth to 'artificial' depth.
1701         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1702         frame_id_artificial_p, extend the comment.
1703         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1704         * frame.c (fprint_frame_id): Rename at a user, change debug output
1705         text to "artificial=".
1706         (skip_inlined_frames): Rename to ...
1707         (skip_artificial_frames): ... here.  Extend the comment.
1708         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1709         (frame_id_inlined_p): Rename to ...
1710         (frame_id_artificial_p): ... here.  Rename at a user.
1711         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1712         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1713         at a user.
1714         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1715         Extend the comment.
1716         (frame_id_inlined_p): Rename to ...
1717         (frame_id_artificial_p): ... here.
1718         * inline-frame.c (inline_frame_this_id): Rename at a user.
1719
1720 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1721
1722         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1723         vector variables using vector_size syntax rather than array
1724         syntax.
1725
1726 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1727
1728         * valarith.c (value_concat): Replace unsafe ALLOCA with
1729         XMALLOC/XFREE.
1730
1731 2012-09-14  Pedro Alves  <palves@redhat.com>
1732
1733         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1734
1735 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1736
1737         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1738         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1739         data-directory as appropriate.
1740
1741 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1742
1743         * printcmd.c (ui_printf): Eliminate single-use variable
1744         PARAM_LEN.
1745
1746 2012-09-14  Yao Qi  <yao@codesourcery.com>
1747             Pedro Alves  <palves@redhat.com>
1748
1749         * valops.c (value_assign): Move observer_notify_target_changed
1750         below to replace reinit_frame_cache.
1751
1752 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1753
1754         Refactor Python "gdb" module into a proper Python package, by
1755         introducing a new "_gdb" module for code implemented in C, and
1756         using reload/__import__ instead of exec.
1757         * python/lib/gdb/__init__.py: Import * from _gdb.
1758         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1759         prompt_hook, sys.argv): Moved from finish_python_initialization.
1760         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1761         (packages, auto_load_packages): New list and function replacing
1762         module_dict and auto-loading code, using __file__ instead of
1763         gdb.PYTHONDIR and reload/__import__ instead of exec.
1764         (GdbSetPythonDirectory): Replacing function of the same name
1765         from finish_python_initialization, using reload/__import__ instead
1766         of exec, as well as call auto_load_packages.
1767         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1768         gdb_python_module and not gdb_module.
1769         * python/python-internal.h (gdb_python_module): Declare.
1770         * python/python.c (gdb_python_module): New global.
1771         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1772         (_initialize_python): Rename gdb module to _gdb.
1773         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1774         (finish_python_initialization): Move Python code to
1775         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1776         __main__.
1777
1778 2012-09-13  Pedro Alves  <palves@redhat.com>
1779
1780         * Makefile.in (COMMON_OBS): Add registry.o.
1781         * registry.c: New file.
1782         * registry.h (struct registry_container): Declare.
1783         (registry_data_callback): New typedef.
1784         (struct registry_data, struct registry_data_registration, struct
1785         registry_data_registry): New type.
1786         (register_data_with_cleanup, registry_alloc_data)
1787         (registry_callback_adaptor, registry_clear_data)
1788         (registry_container_free_data, registry_set_data, registry_data):
1789         Declare.
1790         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1791         the new common structures and functions.
1792         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1793         callback typedefs.
1794
1795 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1796
1797         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1798         there is an error inserting hardware breakpoints and use the
1799         error message from the target.
1800
1801         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1802         Catch this exception and print the error message contained within. Do not
1803         print the default hardware error breakpoint message in this case.
1804
1805 2012-09-12  Doug Evans  <dje@google.com>
1806
1807         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1808         cu == NULL.
1809
1810 2012-09-11  Doug Evans  <dje@google.com>
1811
1812         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1813         .gdb_index symbol attributes if there are none.
1814
1815 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1816
1817         * symtab.h (struct minimal_symbol) [has_size]: New field.
1818         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1819         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1820         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1821         minimal symbols if the symbol's size is actually known.
1822         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1823         of msymbol's size field.  Add comment.
1824         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1825         SET_MSYMBOL_SIZE to set the minimal symbol size.
1826
1827 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1828
1829         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1830         minimal_symbol struct object, rather than setting some of its
1831         fields one by one.
1832
1833 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1834
1835         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1836         passed_a_ptr flag when displaying typedef types.
1837
1838 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1839
1840         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1841         the optimized_out flag is preserved.
1842
1843 2012-09-10  Anthony Green  <green@moxielogic.com>
1844
1845         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1846         prologue changes in GCC.
1847
1848 2012-09-10  Keith Seitz  <keiths@redhat.com>
1849
1850         PR gdb/13483
1851         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1852         (BOOL_CONVERSION_BADNESS): ... this.
1853         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1854         (rank_one_type): Allow all boolean conversions
1855         permitted by the standard.
1856
1857 2012-09-06  Tom Tromey  <tromey@redhat.com>
1858
1859         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1860         Don't decref py_objfile.
1861
1862 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1863
1864         Do not enable -lmcheck by default when Python is enabled with
1865         threading support.
1866         * configure.ac: (python_has_threads) New variable, by testing
1867         if WITH_THREAD is defined in Python.h.
1868         Move --enable-lmcheck after --with-python.
1869         Do not enable -lmcheck by default if python_has_threads=yes.
1870         Warn if --enable-lmcheck and python_has_threads=yes.
1871         * configure: Regenerate.
1872
1873 2012-08-31  Yao Qi  <yao@codesourcery.com>
1874
1875         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1876         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1877         Update some commands.
1878         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1879         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1880         to 1.
1881
1882 2012-08-31  Yao Qi  <yao@codesourcery.com>
1883
1884         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1885
1886 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1887
1888         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1889
1890 2012-08-29  Doug Evans  <dje@google.com>
1891
1892         * main.c (print_gdb_help): Remove reference to
1893         --use-deprecated-index-sections.
1894
1895 2012-08-28  Yao Qi  <yao@codesourcery.com>
1896
1897         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1898         (init_cmds): Call add_setshow_uinteger_cmd for command
1899         'max-user-call-depth'.
1900         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1901         declaration of 'max_user_call_depth'.
1902         * frame.c (backtrace_limit): Add 'unsigned'.
1903         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1904         'limit'.
1905         * remote.c (remoteaddresssize): Add 'unsigned'.
1906         (remote_address_masked): Change local var 'address_size' to
1907         'unsigned'.
1908         (_initialize_remote): Call add_setshow_uinteger_cmd for
1909         'remoteaddresssize'.
1910         * top.c (history_size): Add 'unsigned'.
1911         (show_commands): Change local variables to 'unsigned'.
1912         (set_history_size_command): Don't check history_size is negative.
1913         Adjust the condition to call unstifle_history and set history_size
1914         to UNIT_MAX.
1915
1916 2012-08-28  Pedro Alves  <palves@redhat.com>
1917
1918         PR gdb/14428
1919
1920         * infcmd.c (default_print_one_register_info): New, factored out
1921         from default_print_registers_info.
1922         (default_print_registers_info): Use it.  Mark value unavailable if
1923         necessary.
1924         (registers_info): Print user registers with
1925         default_print_one_register_info.
1926
1927 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1928
1929         PR tui/14486
1930         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1931         is not NULL before referencing it.
1932
1933 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1934
1935         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1936         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1937         original PC for it.
1938
1939 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1940             Jan Kratochvil  <jan.kratochvil@redhat.com>
1941
1942         * auto-load.c (auto_load_objfile_script): Rename to ...
1943         (auto_load_objfile_script_1): ... here, change variable realname to
1944         parameter realname, document it, add return value, add variable retval.
1945         (auto_load_objfile_script): New function.
1946
1947 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1948
1949         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1950         followed by a whitespace.
1951
1952 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1953
1954         PR gdb/14494.
1955         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1956         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1957         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1958         here.
1959
1960 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1961
1962         * memattr.c (create_mem_region): Fix memory region overlapping
1963         checking.
1964
1965 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1966
1967         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1968         with xmalloc/cleanup.
1969         * mt-tdep.c (mt_push_dummy_call): Likewise.
1970         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1971         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1972
1973 2012-08-24  Yao Qi  <yao@codesourcery.com>
1974
1975         * jv-exp.y (push_expression_name): Add "." at the end of error
1976         message.
1977
1978 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1979
1980         Document how to return from "python-interactive" to GDB.
1981         * python/python.c (_initialize_python): Update documentation.
1982
1983 2012-08-23  Pedro Alves  <palves@redhat.com>
1984
1985         * infrun.c (_initialize_infrun) <handle command help text>:
1986         Mention that multiple signals are supported.
1987
1988 2012-08-23  Pedro Alves  <palves@redhat.com>
1989
1990         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1991         string.
1992
1993 2012-08-23  Yao Qi  <yao@codesourcery.com>
1994
1995         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1996         (tfind_1): Don't call registers_changed, set_traceframe_num,
1997         and clear_traceframe_info.
1998         Call set_current_traceframe.
1999         (set_current_traceframe): call set_traceframe_num.
2000
2001 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2002
2003         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2004         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2005
2006 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2007
2008         Enable readline in Python in a GDB-specific way and block the
2009         standard Python readline module to prevent conflicts with GDB.
2010         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2011         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2012         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2013         * python/py-gdb-readline.c: New file.
2014         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2015         prototype.
2016         * python/python.c (_initialize_python): Call
2017         gdbpy_initialize_gdb_readline.
2018
2019 2012-08-22  Keith Seitz  <keiths@redhat.com>
2020
2021         * defs.h: Include build-gnulib/config.h
2022
2023 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
2024
2025         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2026         and blx pc.
2027
2028 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2029
2030         Add a new "python-interactive" command that starts a standard
2031         Python interactive prompt with "pi" as alias, and add "py" as
2032         an alias to "python".
2033         * NEWS: Mention the new commands.
2034         * python/python.c (eval_python_command): New function.
2035         (python_interactive_command): For "python-interactive" with
2036         arguments, call eval_python_command.  For "python-interactive"
2037         without arguments, call PyRun_InteractiveLoop.
2038         (_initialize_python): Add "python-interactive" command with
2039         "pi" as alias, and add "py" as an alias to "python".
2040
2041 2012-08-22  Tom Tromey  <tromey@redhat.com>
2042
2043         * defs.h (quit_flag): Don't declare.
2044         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2045         (QUIT): Use new functions.
2046         * event-top.c (command_handler): Use clear_quit_flag.
2047         (handle_sigint): Use set_quit_flag.
2048         (async_request_quit): Use check_quit_flag.  Don't check
2049         immediate_quit.
2050         * exceptions.c (throw_exception): Use clear_quit_flag.
2051         * main.c (captured_main): Use clear_quit_flag.
2052         * python/python.c (clear_quit_flag, set_quit_flag)
2053         (check_quit_flag): New functions.
2054         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2055         clear_quit_flag.
2056         * remote.c (remote_wait_as): Use check_quit_flag,
2057         clear_quit_flag.
2058         (remote_start_remote): Call QUIT.
2059         * symfile.c (load_progress): Use check_quit_flag.
2060         * top.c (command_loop): Use clear_quit_flag.
2061         (command_line_input): Call QUIT.
2062         * utils.c (quit_flag): Conditionally define.
2063         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2064         functions.
2065         (prompt_for_continue): Call QUIT.  Use quit, not
2066         async_request_quit.
2067         * remote-mips.c (mips_expect_timeout): Call QUIT.
2068         * monitor.c (monitor_expect): Call QUIT.
2069
2070 2012-08-22  Tom Tromey  <tromey@redhat.com>
2071
2072         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2073         (async_init_signals): Update.
2074         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2075         (SIGWINCH_HANDLER_BODY): Remove.
2076
2077 2012-08-22  Tom Tromey  <tromey@redhat.com>
2078
2079         * jit.c (jit_object_close_impl): Don't malloc the objfile
2080         name.
2081         * objfiles.c (allocate_objfile): Don't malloc the objfile
2082         name.
2083         (free_objfile): Don't free the objfile name.
2084         * objfiles.h (struct objfile) <name>: Update comment.
2085         * symfile.c (reread_symbols): Fix reference counting.  Don't
2086         malloc objfile name.
2087
2088 2012-08-22  Tom Tromey  <tromey@redhat.com>
2089
2090         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2091         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2092         (symfile_bfd_open): Likewise.
2093         (generic_load): Likewise.
2094         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2095         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2096         gdb_bfd_open.
2097         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2098         Use gdb_bfd_open.
2099         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2100         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2101         (pmon_load_fast): Likewise.
2102         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2103         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2104         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2105         (macho_check_dsym): Likewise.
2106         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2107         (m32r_upload_command): Likewise.
2108         * gdb_bfd.h (gdb_bfd_cache): Declare.
2109         * gdb_bfd.c (struct gdb_bfd_data): New.
2110         (gdb_bfd_cache): New global.
2111         (struct gdb_bfd_cache_search): New.
2112         (hash_bfd): New function.
2113         (eq_bfd): Likewise.
2114         (gdb_bfd_open): Likewise.
2115         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2116         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2117         gdb_bfd_data.
2118         * exec.c (exec_file_attach): Use gdb_bfd_open.
2119         * dsrec.c (load_srec): Use gdb_bfd_open.
2120
2121 2012-08-22  Tom Tromey  <tromey@redhat.com>
2122
2123         * dwarf2read.c (macro_start_file): Update.
2124         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2125         (free_objfile_per_bfd_storage): Destroy macro_cache.
2126         (allocate_objfile, free_objfile): Update.
2127         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2128         New field.
2129         (struct objfile) <macro_cache>: Remove.
2130         * symfile.c (reread_symbols): Update.
2131         * symmisc.c (print_symbol_bcache_statistics): Update.
2132         (print_objfile_statistics): Update.
2133
2134 2012-08-22  Tom Tromey  <tromey@redhat.com>
2135
2136         * elfread.c (elf_symtab_read): Update.
2137         * objfiles.c (objfiles_bfd_data): New global.
2138         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2139         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2140         (allocate_objfile, free_objfile): Update.
2141         (_initialize_objfiles): Initialize objfiles_bfd_data.
2142         * objfiles.h (struct objfile_per_bfd_storage): New.
2143         (struct objfile) <per_bfd>: New field.
2144         <filename_cache>: Remove.
2145         (set_objfile_per_bfd): Declare.
2146         * symfile.c (reread_symbols): Update.  Call
2147         set_objfile_per_bfd.
2148         (allocate_symtab): Update.
2149         * symmisc.c (print_symbol_bcache_statistics): Update.
2150         (print_objfile_statistics): Print the size of the BFD obstack.
2151
2152 2012-08-22  Tom Tromey  <tromey@redhat.com>
2153
2154         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2155         * gdb_bfd.c: Use DEFINE_REGISTRY.
2156         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2157         (gdb_bfd_ref): Call bfd_alloc_data.
2158         (gdb_bfd_unref): Call bfd_free_data.
2159
2160 2012-08-22  Tom Tromey  <tromey@redhat.com>
2161
2162         * registry.h (struct registry_fields): New.
2163         (REGISTRY_FIELDS): Redefine.
2164         (REGISTRY_ACCESS_FIELD): New macro.
2165         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2166         functions.
2167
2168 2012-08-22  Tom Tromey  <tromey@redhat.com>
2169
2170         * auto-load.c (_initialize_auto_load): Update.
2171         * solib-svr4.c (_initialize_svr4_solib): Update
2172         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2173         * solib-darwin.c (_initialize_darwin_solib): Update.
2174         * registry.h: New file.
2175         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2176         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2177         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2178         (register_program_space_data_with_cleanup)
2179         (register_program_space_data, program_space_alloc_data)
2180         (clear_program_space_data, set_program_space_data)
2181         (program_space_data): Don't declare.
2182         * progspace.c: Use DEFINE_REGISTRY.
2183         (struct program_space_data, struct
2184         program_space_data_registration, struct
2185         program_space_data_registry, program_space_data_registry)
2186         (register_program_space_data_with_cleanup)
2187         (register_program_space_data, program_space_alloc_data)
2188         (program_space_free_data, clear_program_space_data)
2189         (set_program_space_data, program_space_data): Remove.
2190         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2191         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2192         (register_objfile_data_with_cleanup, register_objfile_data)
2193         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2194         declare.
2195         * objfiles.c: Use DEFINE_REGISTRY.
2196         (struct objfile_data, struct objfile_data_registration, struct
2197         objfile_data_registry, objfile_data_registry)
2198         (register_objfile_data_with_cleanup, register_objfile_data)
2199         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2200         (set_objfile_data, objfile_data): Remove.
2201         (_initialize_objfiles): Update.
2202         * jit.c (_initialize_jit): Update.
2203         * inflow.c (_initialize_inflow): Update.
2204         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2205         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2206         (register_inferior_data_with_cleanup, register_inferior_data)
2207         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2208         declare.
2209         * inferior.c: Use DEFINE_REGISTRY.
2210         (struct inferior_data, struct inferior_data_registration, struct
2211         inferior_data_registry, inferior_data_registry)
2212         (register_inferior_data_with_cleanup, register_inferior_data)
2213         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2214         (set_inferior_data, inferior_data): Remove.
2215         * auxv.c (_initialize_auxv): Update.
2216         * ada-lang.c (_initialize_ada_language): Update.
2217         * breakpoint.c (_initialize_breakpoint): Update.
2218         * i386-nat.c (i386_use_watchpoints): Update.
2219
2220 2012-08-22  Tom Tromey  <tromey@redhat.com>
2221
2222         * exec.c (exec_close, exec_file_attach): Update.
2223         (add_to_section_table): Initialize 'key' field.
2224         (add_target_sections, remove_target_sections): Add 'key' argument.
2225         * exec.h (add_target_sections, remove_target_sections): Add
2226         'key' argument.
2227         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2228         (reload_shared_libraries_1): Update.
2229         * target.h (struct target_section) <key>: New field.
2230
2231 2012-08-22  Tom Tromey  <tromey@redhat.com>
2232
2233         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2234
2235 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2236
2237         * symfile.c (allocate_symtab): Use host_address_to_string
2238         function instead of cast of pointer to long which is not
2239         compatible with x86_64-w64-mingw32 build.
2240
2241 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2242
2243         * mips-tdep.c (is_octeon): New function.
2244         (is_octeon_bbit_op): New function.
2245         (mips32_next_pc): Handle Octeon's bbit instructions.
2246         (mips32_instruction_has_delay_slot): Likewise.
2247
2248 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2249
2250         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2251         before the function.
2252
2253 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2254
2255         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2256
2257 2012-08-19  Keith Seitz  <keiths@redhat.com>
2258
2259         PR c++/14365
2260         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2261         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2262
2263 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2264
2265         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2266         The typo broke "make TAGS".
2267
2268 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2269
2270         GDB 7.5 released.
2271
2272 2012-08-17  Keith Seitz  <keiths@redhat.com>
2273
2274         PR c++/13356
2275         * gdbtypes.c (strict_type_checking): New variable.
2276         (show_strict_type_checking): New function.
2277         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2278         if strict type checking is disabled.
2279         (_initialize_gdbtypes): Add "check type" subcommand.
2280         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2281
2282 2012-08-17  Keith Seitz  <keiths@redhat.com>
2283
2284         * language.h (type_mode): Remove.
2285         (type_check): Remove.
2286         (struct language_defn): Remove la_type_check.
2287         (STRICT_TYPE): Remove unused macro.
2288         (type_error): Remove.
2289         * language.c (set_type_range_case): Renamed to ...
2290         (set_range_case): ... this.  Update all callers.
2291         Remove type_mode/type_check.
2292         (type_mode): Remove.
2293         (type_check): Remove.
2294         (show_type_command): Remove.
2295         (set_type_command): Remove.
2296         (language_info): Remove type checking output.
2297         (type_error): Remove unused function.
2298         (range_error): Update comment.
2299         (unknown_language_defn): Remove la_type_check.
2300         (auto_language_defn): Likewise.
2301         (local_language_defn): Likewise.
2302         (_initialize_language): Remove "check type" subcommand.
2303         * ada-lang.c (ada_language_defn): Remove la_type_check.
2304         * c-lang.c (c_language_defn): Likewise.
2305         (cplus_language_defn): Likewise.
2306         (asm_language_defn): Likewise.
2307         (minimal_language_defn): Likewise.
2308         * d-lang.c (d_language_defn): Likewise.
2309         * f-lang.c (f_language_defn): Likewise.
2310         * go-lang.c (go_language_defn): Likewise.
2311         * jv-lang.c (java_language_defn): Likewise.
2312         * m2-lang.c (m2_language_defn): Likewise.
2313         * objc-lang.c (objc_language_defn): Likewise.
2314         * opencl-lang.c (opencl_language_defn): Likewise.
2315         * p-lang.c (pascal_language_defn): Likewise.
2316
2317 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2318
2319         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2320
2321 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2322
2323         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2324         New function.
2325         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2326         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2327         to access the bsp and bspstore registers if not.
2328
2329 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2330
2331         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2332         * breakpoint.c (detach_breakpoints): Change pid parameter into
2333         a ptid.  Adjust code accordingly.
2334         * infrun.c (handle_inferior_event): Delete variable child_pid.
2335         Update call to detach_breakpoints to pass the child ptid for
2336         fork events.
2337         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2338         assert that inferior_ptid's lwp is zero.
2339         (linux_handle_extended_wait): Update call to detach_breakpoints.
2340         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2341         detach_breakpoints.
2342
2343 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2344
2345         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2346         parent, only call detach_breakpoints if tts.tts_event ==
2347         TTEVT_VFORK.
2348
2349 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2350
2351         * dwarf2-frame.c (dwarf2_frame_cache): Use
2352         get_frame_address_in_block instead of get_frame_pc as
2353         the bound for executing the frame's FDE.
2354
2355 2012-08-16  Yao Qi  <yao@codesourcery.com>
2356
2357         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2358         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2359         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2360         (c_type_print_varspec_suffix): Likewise.
2361         * eval.c (evaluate_subexp_standard): Likewise.
2362         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2363         (f_type_print_varspec_suffix): Likewise.
2364         * gdbtypes.c (is_scalar_type): Likewise.
2365         (recursive_dump_type): Likewise.
2366         * infcall.c (value_arg_coerce): Likewise.
2367         * m2-valprint.c (m2_val_print): Likewise.
2368         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2369         (pascal_type_print_varspec_suffix): Likewise.
2370         (pascal_type_print_base): Likewise.
2371         * p-valprint.c (pascal_val_print): Likewise.
2372         (pascal_val_print): Likewise.
2373         * valops.c (value_slice): Likewise.
2374         * valprint.c (scalar_type_p): Likewise.
2375         * valarith.c (value_bitstring_subscript): Remove.
2376         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2377         Remove comment on TYPE_CODE_BITSTRING.
2378
2379         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2380         TYPE_CODE_BITSTRING.
2381
2382         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2383         slot 0.
2384
2385 2012-08-16  Yao Qi  <yao@codesourcery.com>
2386
2387         * tracepoint.c (trace_find_none_command): Remove.
2388         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2389
2390 2012-08-16  Yao Qi  <yao@codesourcery.com>
2391
2392         * remote.c (handle_notification): Remove parameter 'length'.
2393         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2394
2395 2012-08-15  Keith Seitz  <keiths@redhat.com>
2396
2397         * gdbtypes.c (opaque_type_resolution): Make static.
2398         Add missing comment.
2399         (overload_debug): Add missing comment.
2400         (show_opaque_type_resolution): Likewise.
2401         (show_overload_debug): Likewise.
2402         (print_bit_vector): Remove unnecessary forward declaration.
2403         (print_arg_types): Likewise.
2404         (dump_fn_fieldlists): Likewise.
2405         (print_cplus_stuff): Likewise.
2406
2407 2012-08-15  Tom Tromey  <tromey@redhat.com>
2408
2409         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2410         (gdb_bfd_ref): Initialize new field.
2411         (gdb_bfd_unref): Unref the archive BFD.
2412         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2413         parent archive.
2414
2415 2012-08-15  Tom Tromey  <tromey@redhat.com>
2416
2417         PR python/14387:
2418         * python/py-bpevent.c (create_breakpoint_event_object): Update
2419         comment.
2420         * python/py-event.c (evpy_add_attribute): Update comment.
2421         * python/py-exitedevent.c (create_exited_event_object): Fix
2422         reference counting and error handling.
2423         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2424         Fix reference counting.
2425         * python/py-signalevent.c (create_signal_event_object): Fix
2426         reference counting and error handling.
2427         * python/py-stopevent.c (emit_stop_event): Fix reference
2428         counting.
2429         * python/py-threadevent.c (get_event_thread): Return a
2430         borrowed reference.
2431         * python/py-type.c (convert_field): Fix reference counting.
2432
2433 2012-08-15  Tom Tromey  <tromey@redhat.com>
2434
2435         * dwarf2read.c (dwarf_decode_macro_bytes)
2436         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2437         as hash key.
2438
2439 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2440
2441         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2442         stepi, nexti, finish, next, step, jump, and continue commands.
2443         * infrun.c (_initialize_infrun): Update help text for the handle
2444         command.
2445
2446 2012-08-14  Doug Evans  <dje@google.com>
2447
2448         * gdbtypes.c (struct extra): Delete, unused.
2449
2450         * gdbtypes.c: Whitespace cleanup.
2451         (address_space_name_to_int): Remove "extern" from definition.
2452         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2453
2454         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2455         TYPE_POINTER_TYPE (type).
2456
2457 2012-08-14  Gary Benson  <gbenson@redhat.com>
2458
2459         * solib-svr4.c (svr4_free_library_list): Use free_so.
2460
2461 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2462
2463         * .gitignore: Add go-exp.c.
2464
2465 2012-08-13  Doug Evans  <dje@google.com>
2466
2467         * value.c (show_convenience): Tweak comment.
2468         (_initialize_values): Mention convenience functions in the help text
2469         for "show convenience".
2470
2471 2012-08-13  Yao Qi  <yao@codesourcery.com>
2472
2473         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2474         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2475         TERNOP_SLICE_COUNT.
2476         * eval.c (evaluate_subexp_standard): Likewise.
2477         * expprint.c (print_subexp_standard): Likewise.
2478         (dump_subexp_body_standard): Likewise.
2479         * parse.c (operator_length_standard): Likewise.
2480
2481 2012-08-13  Yao Qi  <yao@codesourcery.com>
2482
2483         * std-operator.def: Remove OP_BITSTRING.
2484         * breakpoint.c (watchpoint_exp_is_const): Update.
2485         * eval.c (evaluate_subexp_standard): Remove handling to
2486         OP_BITSTRING.
2487         * expprint.c (print_subexp_standard): Likewise.
2488         (dump_subexp_body_standard): Likewise.
2489         * parse.c (operator_length_standard): Likewise.
2490         * valops.c (value_bitstring): Remove.
2491         * value.h: Remove the declaration of 'value_bitstring'.
2492
2493 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2494
2495         * linespec.c (find_methods): Remove unused variables `i1' and
2496         `name_len'.
2497         (decode_line_full): Likewise for `arg_start'.
2498
2499 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2500
2501         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2502         (zlib_decompress_section): Likewise for `section_data'.
2503         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2504
2505 2012-08-10  Doug Evans  <dje@google.com>
2506
2507         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2508         * NEWS: Document them.
2509         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2510         function/strfns.py.
2511         * python/py-type.c (typy_array_1): New function.
2512         (typy_array): Call it.
2513         (typy_vector): New function.
2514         (type_object_methods): Add "vector".
2515         * python/lib/gdb/function/__init__.py: New file.
2516         * python/lib/gdb/function/strfns.py: New file.
2517
2518 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2519
2520         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2521         for TYPE_FIELD_BITPOS.
2522         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2523
2524 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2525
2526         PR cli/10436:
2527         * common/vec.h (VEC_merge): Define.
2528         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2529         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2530         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2531         * completer.c: Include gdb_signals.h.
2532         (signal_completer): Define.
2533         * completer.h (signal_completer): Add prototype.
2534         * infcmd.c (_initialize_infcmd): Assign the command
2535         completer for "signal" to handle_completer.
2536         * infrun.c: Include completer.h.
2537         (handle_completer): Define.
2538         (_initialize_infrun): Declare a new local variable c.  Store the
2539         result of add_com("handle") to it.  Assign the command
2540         completer for "handle" to handle_completer.
2541
2542 2012-08-09  Yao Qi  <yao@codesourcery.com>
2543
2544         * cli/cli-decode.c (set_cmd_prefix): New.
2545         (lookup_cmd_for_prefixlist): New.
2546         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2547         of each cmd_list_element in *prefixlist.
2548         (add_setshow_cmd_full): set_cmd_prefix.
2549         (add_alias_cmd): Likewise.
2550         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2551         Declare 'auto_boolean_enums'.
2552         * cli/cli-setshow.c: Include "observer.h".
2553         (notify_command_param_changed_p): New.
2554         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2555         Remove 'static'.
2556         (do_setshow_command): Split it to ...
2557         (do_set_command, do_show_command): ... them.  New.
2558         (do_set_command): Call observer_notify_command_param_changed if
2559         notify_command_param_changed_p returns true.
2560         (cmd_show_list): Caller update.
2561         * auto-load.c (set_auto_load_cmd): Likewise.
2562         * remote.c (show_remote_cmd): Likewise.
2563         * cli/cli-setshow.h: Update declarations.
2564         * top.c (execute_command): Call do_set_command and do_show_command.
2565
2566         * NEWS: Mention new MI notification.
2567         * mi/mi-interp.c: Declare mi_command_param_changed.
2568         (mi_interpreter_init): Attach mi_command_param_changed to
2569         observer command_param_changed.
2570         (mi_command_param_changed): New.
2571         Remove mi_suppress_breakpoint_notifications.
2572         Define global variable mi_suppress_notification.
2573         (mi_breakpoint_created): Update.
2574         (mi_breakpoint_deleted): Likewise.
2575         (mi_breakpoint_modified): Likewise.
2576         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2577         'gdb-set' and set mi_suppress_notification.
2578         * mi/mi-main.h: (mi_suppress_notification): New struct.
2579
2580 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2581             Jan Kratochvil  <jan.kratochvil@redhat.com>
2582
2583         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2584
2585 2012-08-09  Yao Qi  <yao@codesourcery.com>
2586
2587         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2588         (skiplist): Move it to skip.c.
2589         (init_cmd_lists): Remove code setting enablebreaklist and
2590         skiplist to NULL.
2591         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2592         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2593         skiplist.
2594         * gdbcmd.h: Likewise.
2595         * skip.c (_initialize_step_skip): Move 'skiplist' from
2596         cli/cli-cmds.c.
2597
2598 2012-08-09  Yao Qi  <yao@codesourcery.com>
2599
2600         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2601         * gnu-nat.c, symfile.c: Likewise.
2602
2603 2012-08-08  Aaron Gamble  <agamble@google.com>
2604
2605         * utils.c (prompt_for_continue_wait_time): New static global.
2606         (make_command_stats_cleanup): Initialize it.
2607         (report_command_stats): Subtract time waiting for user.
2608         (prompt_for_continue): Track time waiting for user.
2609         (defaulted_query): Track time waiting for user.
2610
2611 2012-08-08  Doug Evans  <dje@google.com>
2612
2613         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2614         UNOP_MEMVAL_TYPE.
2615         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2616         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2617         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2618         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2619         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2620         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2621         elt.
2622         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2623         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2624         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2625         (dump_prefix_expression): Handle OP_TYPE.
2626
2627 2012-08-08  Keith Seitz  <keiths@redhat.com>
2628
2629         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2630         addr_start.
2631
2632 2012-08-08  Doug Evans  <dje@google.com>
2633
2634         * linux-thread-db.c: #include "gdb_vecs.h".
2635         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2636         updated.
2637         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2638         (thread_db_load_search): Use a vector to iterate over path elements.
2639         Handle text appearing after "$pdir".
2640
2641         * gdb_string.h: Moved to ...
2642         * common/gdb_string.h: ... here.
2643         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2644         gdb_string.h and gdb_assert.h.
2645
2646 2012-08-08  Yao Qi  <yao@codesourcery.com>
2647
2648         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2649         (tic6x_value_to_register): Likewise.
2650         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2651         and set_gdbarch_value_to_register.
2652
2653 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2654             Jean-Marc Saffroy  <saffroy@gmail.com>
2655
2656         PR 11804
2657         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2658         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2659         * gcore.c (gcore_create_callback): New function comment.  Add modified
2660         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2661         according to MODIFIED.
2662         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2663         the passed modified value to FUNC.
2664         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2665         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2666         first.  New variables modified and has_anonymous.  Parse the lines of
2667         smaps file.  Add the passed MODIFIED value to FUNC.
2668         * procfs.c (find_memory_regions_callback): Add the passed modified
2669         value.
2670
2671 2012-08-06  Tom Tromey  <tromey@redhat.com>
2672
2673         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2674         (dwarf2_frame_cache): Use it.
2675         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2676         cache initialization constraint.
2677
2678 2012-08-06  Tom Tromey  <tromey@redhat.com>
2679
2680         PR python/14386:
2681         * varobj.c (update_dynamic_varobj_children): Don't call
2682         PyIter_Check.
2683
2684 2012-08-06  Tom Tromey  <tromey@redhat.com>
2685
2686         PR cli/14392:
2687         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2688
2689 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2690
2691         * NEWS: New entry for 'cd' default parameters.
2692         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2693
2694 2012-08-03  Tom Tromey  <tromey@redhat.com>
2695
2696         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2697         return.
2698
2699 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2700
2701         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2702         to attempting lseek/write.
2703         (inf_child_fileio_pread): Likewise for pread.
2704
2705 2012-08-02  Yao Qi  <yao@codesourcery.com>
2706
2707         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2708         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2709         add_setshow_zinteger_cmd.
2710         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2711         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2712         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2713         instead of add_setshow_zinteger_cmd.
2714         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2715         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2716         instead of add_setshow_zinteger_cmd.
2717         * frame.c (frame_debug): Add 'unsigned'.
2718         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2719         add_setshow_zinteger_cmd.
2720         * frame.h: Update the declaration of 'frame_debug'.
2721         * gdbtypes.c (overload_debug): Add 'unsigned'.
2722         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2723         add_setshow_zinteger_cmd.
2724         * inferior.h: Update declaration of 'debug_infrun'.
2725         * infrun.c (debug_infrun): Add 'unsigned'.
2726         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2727         add_setshow_zinteger_cmd.
2728         * jit.c (jit_debug): Add 'unsigned'.
2729         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2730         add_setshow_zinteger_cmd.
2731         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2732         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2733         instead of add_setshow_zinteger_cmd.
2734         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2735         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2736         add_setshow_zinteger_cmd.
2737         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2738         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2739         instead of add_setshow_zinteger_cmd.
2740         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2741         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2742         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2743         intead of add_setshow_zinteger_cmd.
2744         * mips-tdep.c (mips_debug): Add 'unsigned'.
2745         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2746         instead of add_setshow_zinteger_cmd.
2747         * monitor.c (monitor_debug): Add 'unsigned'.
2748         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2749         add_setshow_zinteger_cmd.
2750         * observer.c (observer_debug): Add 'unsigned'.
2751         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2752         add_setshow_zinteger_cmd.
2753         * parse.c (expressiondebug): Add 'unsigned'.
2754         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2755         add_setshow_zinteger_cmd.
2756         * record.c (record_debug): Add 'unsigned'.
2757         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2758         add_setshow_zinteger_cmd.
2759         * record.h: Update the declaration of 'record_debug'.
2760         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2761         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2762         add_setshow_zinteger_cmd.
2763         * serial.c (global_serial_debug_p): Add 'unsigned'.
2764         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2765         add_setshow_zinteger_cmd.
2766         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2767         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2768         add_setshow_zinteger_cmd.
2769         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2770         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2771         add_setshow_zinteger_cmd.
2772         * target.c (targetdebug): Add 'unsigned'.
2773         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2774         add_setshow_zinteger_cmd.
2775         * valops.c (overload_debug): Add 'unsigned'.
2776         * varobj.c (varobjdebug): Add 'unsigned'.
2777         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2778         add_setshow_zinteger_cmd.
2779         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2780         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2781         instead of add_setshow_zinteger_cmd.
2782
2783         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2784         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2785         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2786         instead of add_setshow_zinteger_cmd.
2787         * gdbarch.c, gdbarch.h: Re-generated.
2788
2789 2012-08-02  Yao Qi  <yao@codesourcery.com>
2790
2791         * nto-tdep.c: Don't include cli/cli-decode.h and
2792         cli/cli-cmds.h.
2793         (_initialize_nto_tdep): Remove.
2794         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2795         Remove field.
2796         Remove macro nto_internal_debugging.
2797
2798 2012-08-01  Richard Henderson  <rth@redhat.com>
2799
2800         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2801         (mep-*-*) [gdb_target_obs]: Likewise.
2802
2803 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2804
2805         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2806         linux_get_siginfo_type.
2807
2808 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2809
2810         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2811         AT_ENTRY_POINT.
2812         (call_function_by_hand) <ON_STACK>: Call write_memory with
2813         gdbarch_breakpoint_from_pc, if possible.
2814         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2815         here.
2816
2817 2012-07-31  Yao Qi  <yao@codesourcery.com>
2818
2819         * tracepoint.c: Add 'static' for some variables.
2820
2821 2012-07-31  Yao Qi  <yao@codesourcery.com>
2822
2823         * go32-nat.c: Declare _initialize_go32_nat.
2824         * ser-go32.c: Declare _initialize_ser_dos.
2825         * top.c (do_chdir_cleanup): Add 'static'.
2826
2827 2012-07-30  Keith Seitz  <keiths@redhat.com>
2828
2829         * linespec.c (linespec_lex_number): A number followed
2830         by quotes is a valid number, too.
2831
2832 2012-07-30  Tom Tromey  <tromey@redhat.com>
2833
2834         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2835
2836 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2837
2838         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2839         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2840
2841 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2842
2843         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2844         invalid or reevaluated to prevent prevent references to possibly
2845         delete'd type objects being left in the varobj.
2846
2847 2012-07-27  Tom Tromey  <tromey@redhat.com>
2848             Jan Kratochvil  <jan.kratochvil@redhat.com>
2849
2850         * copying.awk: Print buffer-read-only and vi ro markers.
2851         * copying.c: Rebuild.
2852         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2853         * gdbarch.c, gdbarch.h: Rebuild.
2854         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2855         buffer-read-only and vi ro markers.
2856         * features/arm-with-iwmmxt.c: Rebuild.
2857         * features/arm-with-m-fpa-layout.c: Rebuild.
2858         * features/arm-with-m-vfp-d16.c: Rebuild.
2859         * features/arm-with-m.c: Rebuild.
2860         * features/arm-with-neon.c: Rebuild.
2861         * features/arm-with-vfpv2.c: Rebuild.
2862         * features/arm-with-vfpv3.c: Rebuild.
2863         * features/i386/amd64-avx-linux.c: Rebuild.
2864         * features/i386/amd64-avx.c: Rebuild.
2865         * features/i386/amd64-linux.c: Rebuild.
2866         * features/i386/amd64.c: Rebuild.
2867         * features/i386/i386-avx-linux.c: Rebuild.
2868         * features/i386/i386-avx.c: Rebuild.
2869         * features/i386/i386-linux.c: Rebuild.
2870         * features/i386/i386-mmx-linux.c: Rebuild.
2871         * features/i386/i386-mmx.c: Rebuild.
2872         * features/i386/i386.c: Rebuild.
2873         * features/i386/x32-avx-linux.c: Rebuild.
2874         * features/i386/x32-avx.c: Rebuild.
2875         * features/i386/x32-linux.c: Rebuild.
2876         * features/i386/x32.c: Rebuild.
2877         * features/mips-dsp-linux.c: Rebuild.
2878         * features/mips-linux.c: Rebuild.
2879         * features/mips64-dsp-linux.c: Rebuild.
2880         * features/mips64-linux.c: Rebuild.
2881         * features/rs6000/powerpc-32.c: Rebuild.
2882         * features/rs6000/powerpc-32l.c: Rebuild.
2883         * features/rs6000/powerpc-403.c: Rebuild.
2884         * features/rs6000/powerpc-403gc.c: Rebuild.
2885         * features/rs6000/powerpc-405.c: Rebuild.
2886         * features/rs6000/powerpc-505.c: Rebuild.
2887         * features/rs6000/powerpc-601.c: Rebuild.
2888         * features/rs6000/powerpc-602.c: Rebuild.
2889         * features/rs6000/powerpc-603.c: Rebuild.
2890         * features/rs6000/powerpc-604.c: Rebuild.
2891         * features/rs6000/powerpc-64.c: Rebuild.
2892         * features/rs6000/powerpc-64l.c: Rebuild.
2893         * features/rs6000/powerpc-7400.c: Rebuild.
2894         * features/rs6000/powerpc-750.c: Rebuild.
2895         * features/rs6000/powerpc-860.c: Rebuild.
2896         * features/rs6000/powerpc-altivec32.c: Rebuild.
2897         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2898         * features/rs6000/powerpc-altivec64.c: Rebuild.
2899         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2900         * features/rs6000/powerpc-cell32l.c: Rebuild.
2901         * features/rs6000/powerpc-cell64l.c: Rebuild.
2902         * features/rs6000/powerpc-e500.c: Rebuild.
2903         * features/rs6000/powerpc-e500l.c: Rebuild.
2904         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2905         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2906         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2907         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2908         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2909         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2910         * features/rs6000/powerpc-vsx32.c: Rebuild.
2911         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2912         * features/rs6000/powerpc-vsx64.c: Rebuild.
2913         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2914         * features/rs6000/rs6000.c: Rebuild.
2915         * features/s390-linux32.c: Rebuild.
2916         * features/s390-linux32v1.c: Rebuild.
2917         * features/s390-linux32v2.c: Rebuild.
2918         * features/s390-linux64.c: Rebuild.
2919         * features/s390-linux64v1.c: Rebuild.
2920         * features/s390-linux64v2.c: Rebuild.
2921         * features/s390x-linux64.c: Rebuild.
2922         * features/s390x-linux64v1.c: Rebuild.
2923         * features/s390x-linux64v2.c: Rebuild.
2924         * features/tic6x-c62x-linux.c: Rebuild.
2925         * features/tic6x-c62x.c: Rebuild.
2926         * features/tic6x-c64x-linux.c: Rebuild.
2927         * features/tic6x-c64x.c: Rebuild.
2928         * features/tic6x-c64xp-linux.c: Rebuild.
2929         * features/tic6x-c64xp.c: Rebuild.
2930
2931 2012-07-27  Tom Tromey  <tromey@redhat.com>
2932
2933         * c-exp.y (classify_name): Avoid assignment in condition.
2934
2935 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2936
2937         * amd64-windows-tdep.c: Include "frame.h".
2938         (amd64_windows_skip_trampoline_code): New function.
2939         (amd64_windows_init_abi): Add trampoline registration.
2940
2941 2012-07-27  Yao Qi  <yao@codesourcery.com>
2942
2943         * tracepoint.c (cur_traceframe_number): Remove.
2944         (set_tfile_traceframe): Remove.
2945         (tfile_trace_find, tfile_fetch_registers): Update callers.
2946         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2947         (tfile_open, tfile_trace_find): Likewise.
2948
2949 2012-07-27  Yao Qi  <yao@codesourcery.com>
2950
2951         * thread.c (switch_to_thread): Don't call registers_changed.
2952
2953 2012-07-26  Tom Tromey  <tromey@redhat.com>
2954
2955         * Makefile.in (SFILES): Remove objc-exp.y.
2956         (YYFILES): Remove objc-exp.c.
2957         (YYOBJ): Remove objc-exp.o.
2958         (local-maintainer-clean): Don't mention objc-exp.c.
2959         * c-exp.y: Include objc-lang.h.
2960         (%union) <class>: New field.
2961         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2962         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2963         Objective C productions.
2964         (msglist, msgarglist, msgarg): New productions.
2965         (array_mod, func_mod, operator): Clone productions for
2966         OBJC_LBRAC.
2967         (parse_string_or_char): Handle '@' strings.
2968         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2969         (classify_name): Check la_name_of_this.  Recognize ObjC class
2970         names.
2971         * objc-exp.y: Remove.
2972         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2973         * objc-lang.h (objc_parse, objc_error): Don't declare.
2974
2975 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2976
2977         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2978
2979 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2980
2981         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2982         and decrement.
2983
2984 2012-07-26  Tom Tromey  <tromey@redhat.com>
2985
2986         * copying.c: Rebuild.
2987         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2988         'no_class'.
2989
2990 2012-07-26  Tom Tromey  <tromey@redhat.com>
2991
2992         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2993         immediate_quit.
2994         (print_objfile_statistics): Likewise.
2995         (maintenance_print_symbols): Likewise.
2996         (maintenance_print_msymbols): Likewise.
2997         (maintenance_print_objfiles): Likewise.
2998         * psymtab.c (print_partial_symbols): Call QUIT.
2999         (maintenance_print_psymbols): Likewise.  Don't modify
3000         immediate_quit.
3001         * copying.c (show_copying_command): Don't modify immediate_quit.
3002         (show_warranty_command): Likewise.
3003         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3004
3005 2012-07-26  Keith Seitz  <keiths@redhat.com>
3006
3007         * linespec.c (linespec_lexer_lex_number): The input
3008         is also a valid number if the next character is a comma
3009         or colon.
3010
3011 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3012
3013         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3014         configure options.
3015
3016 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3017
3018         * machoread.c: Include gdb_bfd.h.
3019
3020 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3021
3022         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3023         offset.
3024
3025 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3026
3027         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3028         SIZE to size_t.
3029         (dwarf2_evaluate_loc_desc): Likewise.
3030         (dwarf2_loc_desc_needs_frame): Likewise.
3031         (locexpr_describe_location_1): Likewise.
3032         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3033         size_t.
3034         (struct dwarf2_loclist_baton): Likewise.
3035         * dwarf2read.c (struct dwarf_block): Likewise.
3036         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3037         (decode_locdesc): Expand SIZE and I to size_t.
3038
3039 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3040
3041         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3042
3043 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3044
3045         * doublest.c (convert_doublest_to_floatformat): If the exponent
3046         is too small, treat the value as zero.  If the exponent is too
3047         large, treat the value as infinity.
3048
3049 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3050
3051         * configure.ac: Add --enable-lmcheck configure option.
3052         * configure: Regenerate.
3053
3054 2012-07-25  Tom Tromey  <tromey@redhat.com>
3055
3056         * NEWS: Mention maint info bfds.
3057         * gdb_bfd.c (all_bfds): New global.
3058         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3059         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3060         New functions.
3061
3062 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3063
3064         * configure.tgt: Add v850*-*-rtems*.
3065
3066 2012-07-25  Tom Tromey  <tromey@redhat.com>
3067
3068         * macrotab.c (macro_bcache_str): Remove cast.
3069
3070 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3071
3072         * linespec.c (linespec_lexer_lex_number): Update comments,
3073         change the return and add check to make sure the input is
3074         the decimal numbers.
3075         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3076         false, call linespec_lexer_lex_string.
3077
3078 2012-07-24  Tom Tromey  <tromey@redhat.com>
3079
3080         * symfile.c (symbol_file_add): Don't open BFD twice.
3081
3082 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3083
3084         * breakpoint.c (create_breakpoint): Store condition for pending
3085         breakpoints.
3086
3087 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3088
3089         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3090         (m68k_return_value): Handle complex types like structures.
3091         (m68k_svr4_return_value): Likewise.
3092
3093 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3094
3095         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3096         parameters to bfd_get_section_name.
3097
3098 2012-07-24  Yao Qi  <yao@codesourcery.com>
3099
3100         * cli/cli-setshow.c: Handle case 'var_uinteger'
3101         and 'var_zuninteger' together.  Handle case 'var_integer' and
3102         'var_zinteger' together.
3103
3104 2012-07-23  Keith Seitz  <keiths@redhat.com>
3105
3106         * linespec.c (convert_linespec_to_sal): Don't add
3107         any symbols to the result vector if symbol_to_sal
3108         returns zero.
3109
3110 2012-07-23  Keith Seitz  <keiths@redhat.com>
3111
3112         * linespec.c (decode_objc): Record the function name
3113         in the linespec.
3114
3115 2012-07-23  Tom Tromey  <tromey@redhat.com>
3116
3117         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3118         counting.
3119         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3120         (map_vmap): Acquire a reference to the BFD.
3121
3122 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3123
3124         * p-valprint.c (pascal_object_print_value): Replace potentially
3125         unsafe alloca with xmalloc/xfree.
3126         * valops.c (search_struct_method): Likewise.
3127
3128 2012-07-23  Tom Tromey  <tromey@redhat.com>
3129
3130         * solib-svr4.c (enable_break): Update.
3131         * bfd-target.h (target_bfd_reopen): Update documentation.
3132
3133 2012-07-23  Tom Tromey  <tromey@redhat.com>
3134
3135         * symfile.c (separate_debug_file_exists): Update.
3136         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3137         (reread_symbols): Update.
3138         * elfread.c (build_id_verify): Update.
3139         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3140         bfd_open_maybe_remote.
3141
3142 2012-07-23  Tom Tromey  <tromey@redhat.com>
3143
3144         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3145
3146 2012-07-23  Tom Tromey  <tromey@redhat.com>
3147
3148         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3149         and 'abfd'.
3150         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3151         and 'abfd'.
3152         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3153         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3154         'abfd'.
3155         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3156         * objfiles.c (allocate_objfile): Acquire a new reference.
3157         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3158         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3159         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3160         a cleanup for 'nbfd'.
3161         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3162         for 'nbfd'.
3163         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3164         make a cleanup for 'abfd'.
3165         (symbol_file_add): Make a BFD cleanup.
3166
3167 2012-07-23  Tom Tromey  <tromey@redhat.com>
3168
3169         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3170         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3171         * corelow.c (core_open): Use gdb_bfd_fopen.
3172         * dsrec.c (load_srec): Use gdb_bfd_openr.
3173         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3174         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3175         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3176         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3177         (gdb_bfd_fdopenr): New functions.
3178         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3179         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3180         (gdb_bfd_fdopenr): Declare.
3181         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3182         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3183         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3184         gdb_bfd_openr_next_archived_file.
3185         (macho_check_dsym): Use gdb_bfd_openr.
3186         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3187         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3188         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3189         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3190         gdb_bfd_openr.
3191         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3192         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3193         gdb_bfd_openr_next_archived_file.
3194         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3195         Use gdb_bfd_openr.
3196         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3197         gdb_bfd_openr.
3198         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3199         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3200         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3201         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3202         (symfile_bfd_open): Use gdb_bfd_fopen.
3203         (generic_load): Use gdb_bfd_openr.
3204         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3205
3206 2012-07-23  Tom Tromey  <tromey@redhat.com>
3207
3208         * bfd-target.c (target_bfd_reopen): Update.
3209         * cli/cli-dump.c (bfd_openr_with_cleanup)
3210         (bfd_openw_with_cleanup): Update.
3211         * corelow.c (core_open): Update.
3212         * dsrec.c (load_srec): Update.
3213         * exec.c (exec_file_attach): Update.
3214         * gcore.c (create_gcore_bfd): Update.
3215         * gdb_bfd.c (gdb_bfd_ref): Return void.
3216         (gdb_bfd_open): Update.
3217         * gdb_bfd.h (gdb_bfd_ref): Return void.
3218         Update comments.
3219         * jit.c (jit_bfd_try_read_symtab): Update.
3220         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3221         * machoread.c (macho_symfile_read_all_oso): Update.
3222         (macho_check_dsym): Update.
3223         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3224         * remote-m32r-sdi.c (m32r_load): Update.
3225         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3226         * rs6000-nat.c (add_vmap): Update.
3227         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3228         Update.
3229         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3230         * solib-spu.c (spu_bfd_open): Update.
3231         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3232         * spu-linux-nat.c (spu_bfd_open): Update.
3233         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3234         (generic_load): Update.
3235         * windows-nat.c (windows_make_so): Update.
3236
3237 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3238
3239         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3240
3241 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3242
3243         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3244         SIGTRAMP_FRAME unwinding.
3245
3246 2012-07-20  Doug Evans  <dje@google.com>
3247
3248         * NEWS: Document new options "set/show use-deprecated-index-sections",
3249         and delete reference to --use-deprecated-index-sections.
3250         * symfile.h (use_deprecated_index_sections): Delete.
3251         * dwarf2read.c (use_deprecated_index_sections): Make static.
3252         (read_index_from_section): Update wording of how to load
3253         deprecated index sections.
3254         (_initialize_dwarf2_read): New options
3255         "set/show use-deprecated-index-sections".
3256         * main.c (captured_main): Delete --use-deprecated-index-sections.
3257
3258 2012-07-20  Pedro Alves  <palves@redhat.com>
3259
3260         PR threads/11692
3261         PR gdb/12203
3262
3263         * infrun.c (handle_inferior_event) <new thread>: Don't special
3264         case minus_one_ptid.
3265         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3266         * linux-thread-db.c (thread_get_info_callback): Don't return early
3267         if the thread is zombie.
3268         (thread_from_lwp): Change return type to void.  Rewrite stale
3269         comment.
3270         (attach_thread): Don't return early if the thread is zombie,
3271         instead set its "dying" flag.
3272         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3273         (find_new_threads_callback): Don't return early if the thread is
3274         zombie.
3275
3276 2012-07-20  Pedro Alves  <palves@redhat.com>
3277
3278         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3279         * target.c (target_wait): Likewise.
3280         (str_comma_list_concat_elem, do_option, target_options_to_string):
3281         New functions.
3282         * target.h (target_options_to_string): Declare.
3283
3284 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3285             Tom Tromey  <tromey@redhat.com>
3286
3287         * dwarf2read.c (dwarf_decode_macros)
3288         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3289         DW_MACRO_GNU_transparent_include_alt>: New cases.
3290         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3291         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3292
3293 2012-07-20  Tom Tromey  <tromey@redhat.com>
3294
3295         * dwarf2read.c (try_open_dwo_file): Don't call
3296         gdb_bfd_stash_filename.
3297
3298 2012-07-20  Pedro Alves  <palves@redhat.com>
3299
3300         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3301         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3302         (i386_process_record): Tweak description comments.
3303
3304 2012-07-20  Pedro Alves  <palves@redhat.com>
3305
3306         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3307         (i386_process_record): Use record_read_memory.
3308         * record.c (record_read_memory): New function.
3309         (record_arch_list_add_mem, record_exec_insn): Use
3310         record_read_memory.
3311         * record.h (record_read_memory): Declare.
3312
3313 2012-07-20  Yao Qi  <yao@codesourcery.com>
3314
3315         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3316         NULL for xfree.
3317
3318 2012-07-19  Pedro Alves  <palves@redhat.com>
3319
3320         * record.c (record_resume): Ask the target beneath to report all
3321         signals.
3322
3323 2012-07-19  Doug Evans  <dje@google.com>
3324
3325         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3326         there's no section at address zero.
3327         (dwarf2_record_block_ranges): Ditto.
3328
3329 2012-07-19  Yao Qi  <yao@codesourcery.com>
3330
3331         * command.h, remote.c: Fix a typo in comment.
3332
3333 2012-07-19  Tom Tromey  <tromey@redhat.com>
3334
3335         PR exp/13206:
3336         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3337         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3338         OP_DECLTYPE>: New cases.
3339         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3340         (type_exp): Add new productions.
3341         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3342         and decltype.
3343         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3344         New case.
3345         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3346         OP_DECLTYPE>: New case.
3347         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3348         New case.
3349         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3350         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3351
3352 2012-07-19  Tom Tromey  <tromey@redhat.com>
3353
3354         * c-exp.y (enum token_flags): New.
3355         (struct token) <cxx_only>: Remove.
3356         <flags>: New field.
3357         (tokentab3, tokentab2, ident_tokens): Update.
3358         (lex_one_token): Update.  Handle FLAG_SHADOW.
3359
3360 2012-07-19  Tom Tromey  <tromey@redhat.com>
3361
3362         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3363         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3364         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3365         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3366         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3367         type_exp production where appropriate.
3368         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3369         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3370         <UNOP_MEMVAL_TYPE>: New case.
3371         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3372         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3373         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3374         <UNOP_MEMVAL_TYPE>: New case.
3375         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3376         UNOP_REINTERPRET_CAST>: Update.
3377         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3378         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3379         UNOP_REINTERPRET_CAST>: Update.
3380         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3381         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3382         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3383         constants.
3384
3385 2012-07-19  Yao Qi  <yao@codesourcery.com>
3386             Jan Kratochvil <jan.kratochvil@redhat.com>
3387
3388         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3389         and case 'var_optional_filename' together.
3390         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3391         instead of add_setshow_optional_filename_cmd for setshow command
3392         'args'.  Set completer for 'set args'.
3393
3394 2012-07-18  Doug Evans  <dje@google.com>
3395
3396         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3397         * common/gdb_vecs.c: New file, contents from utils.c.
3398         * common/host-defs.h: New file, contents from defs.h.
3399         * utils.h: New file, contents from defs.h.
3400         * defs.h: Move all declarations of objects defined in utils.c
3401         to utils.h (except QUIT() and related).
3402         #include "utils.h", "host-defs.h".
3403         * probe.h (probe_p): Move here from gdb_vecs.h.
3404         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3405         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3406         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3407         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3408         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3409         (COMMON_OBS): Add gdb_vecs.o.
3410         (gdb_vecs.o): New rule.
3411
3412 2012-07-18  Keith Seitz  <keiths@redhat.com>
3413
3414         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3415         parameter.  If non-zero, use SYMNAME as the canonical name
3416         for the SaL.
3417         Update all callers.
3418         (convert_linespec_to_sals): Use add_sal_to_sals for
3419         expressions, too.
3420         (decode_line_full): No need to "fill in missing canonical names"
3421         anymore. Simply make cleanups for the allocated names.
3422
3423 2012-07-18  Keith Seitz  <keiths@redhat.com>
3424
3425         * linespec.c (struct linespec): Constify expression,
3426         source_filename, function_name, and label_name.
3427         (symbol_not_found_error): Make all parameters const.
3428         (linespec_parser_delete): No need to check for NULL
3429         when using xfree. Cast const char * to char * for xfree.
3430
3431 2012-07-18  Keith Seitz  <keiths@redhat.com>
3432
3433         * breakpoint.c (invalid_thread_id_error): New function.
3434         (find_condition_and_thread): Use invalid_thread_id_error.
3435         (watch_command_1): Likewise.
3436
3437 2012-07-18  Tom Tromey  <tromey@redhat.com>
3438
3439         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3440         * contrib/cc-with-tweaks.sh: New file.
3441
3442 2012-07-18  Tom Tromey  <tromey@redhat.com>
3443
3444         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3445         (locate_dwz_sections): Recognize .gdb_index.
3446         (create_cus_from_index_list): New function.
3447         (create_cus_from_index): Use it.  Handle .dwz data.
3448         (read_index_from_section): New function, extracted from
3449         dwarf2_read_index.
3450         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3451         if needed.
3452
3453 2012-07-18  Tom Tromey  <tromey@redhat.com>
3454
3455         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3456         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3457         <is_dwz>: New field.
3458         (struct dwz_file): New.
3459         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3460         (locate_dwz_sections, dwarf2_get_dwz_file)
3461         (get_abbrev_section_for_cu): New functions.
3462         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3463         (read_and_check_type_unit_head): Add abbrev_section argument.
3464         (create_debug_types_hash_table): Update.
3465         (init_cutu_and_read_dies): Use proper abbrev section.
3466         (init_cutu_and_read_dies_no_follow): Likewise.
3467         (set_partial_user): Do nothing if PST==NULL.
3468         (read_comp_units_from_section): New function.
3469         (create_all_comp_units): Use it.
3470         (scan_partial_symbols, partial_die_parent_scope): Update.
3471         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3472         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3473         (find_partial_die): Add offset_in_dwz argument.  Update.
3474         (guess_partial_die_structure_name, fixup_partial_die): Update.
3475         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3476         DW_FORM_GNU_strp_alt.
3477         (read_indirect_string_from_dwz): New function.
3478         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3479         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3480         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3481         (follow_die_offset): Add offset_in_dwz argument.
3482         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3483         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3484         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3485         Handle new macro forms.
3486         (dwarf_decode_macros): Update.
3487         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3488         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3489         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3490         (create_debug_types_hash_table): Use correct abbrev section.
3491         (get_debug_line_section): New function.
3492         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3493         (process_full_comp_unit): Pass 'required' argument to
3494         end_symtab_get_static_block.
3495         * buildsym.h (end_symtab_get_static_block): Update.
3496         * buildsym.c (end_symtab_get_static_block): Add 'required'
3497         argument.
3498         (end_symtab, end_expandable_symtab): Update.
3499
3500 2012-07-18  Tom Tromey  <tromey@redhat.com>
3501
3502         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3503         (pagesize): Remove.
3504         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3505         (zlib_decompress_section): Remove.
3506         (dwarf2_read_section): Use gdb_bfd_map_section.
3507         (munmap_section_buffer): Remove.
3508         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3509         munmap_section_buffer.
3510         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3511         (struct gdb_bfd_section_data): New.
3512         (free_one_bfd_section): New function.
3513         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3514         (get_section_descriptor, zlib_decompress_section)
3515         (gdb_bfd_map_section): New functions.
3516         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3517
3518 2012-07-18  Tom Tromey  <tromey@redhat.com>
3519
3520         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3521
3522 2012-07-18  Tom Tromey  <tromey@redhat.com>
3523
3524         * gdb_bfd.c (struct gdb_bfd_data): New.
3525         (gdb_bfd_cache): New global.
3526         (struct gdb_bfd_cache_search): New.
3527         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3528         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3529         * gdb_bfd.h (gdb_bfd_open): Declare.
3530
3531 2012-07-18  Tom Tromey  <tromey@redhat.com>
3532
3533         * utils.c (make_cleanup_bfd_unref): Rename from
3534         make_cleanup_bfd_close.
3535         * defs.h (make_cleanup_bfd_unref): Rename from
3536         make_cleanup_bfd_close.
3537         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3538         (bfd_openw_with_cleanup): Update.
3539         * corelow.c (core_open): Update.
3540         * dsrec.c (load_srec): Update.
3541         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3542         * remote-m32r-sdi.c (m32r_load): Update.
3543         * remote-mips.c (mips_load_srec): Update.
3544         (pmon_load_fast): Update.
3545         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3546         Update.
3547         (darwin_bfd_open): Update.
3548         * solib.c (solib_bfd_fopen): Update.
3549         * symfile-mem.c (symbol_file_add_from_memory): Update.
3550         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3551         (symfile_bfd_open): Update.
3552         (generic_load): Update.
3553
3554 2012-07-18  Tom Tromey  <tromey@redhat.com>
3555
3556         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3557         (pmon_load_fast): Likewise.
3558         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3559         (m32r_upload_command): Likewise.
3560         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3561         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3562         Use make_cleanup_bfd_close.
3563
3564 2012-07-18  Tom Tromey  <tromey@redhat.com>
3565
3566         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3567         gdb_bfd_stash_filename.
3568         (load_command): Open the new BFD before freeing the old.
3569         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3570         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3571         Call gdb_bfd_stash_filename.
3572         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3573         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3574         gdb_bfd_stash_filename.
3575         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3576         Free found_pathname.
3577         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3578         gdb_bfd_stash_filename.
3579         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3580         * machoread.c (macho_add_oso_symfile): Call
3581         gdb_bfd_stash_filename.
3582         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3583         gdb_bfd_stash_filename.
3584         (macho_check_dsym): Don't copy filename.  Call
3585         gdb_bfd_stash_filename.
3586         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3587         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3588         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3589         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3590         * exec.c (exec_close): Don't free the BFD's filename.
3591         (exec_file_attach): Don't copy the filename.  Call
3592         gdb_bfd_stash_filename.
3593         * corelow.c (core_close): Don't free the BFD's filename.
3594         (core_open): Call gdb_bfd_stash_filename.
3595         * corefile.c (reopen_exec_file): Remove #if 0 code.
3596         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3597         pathname.
3598         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3599
3600 2012-07-18  Tom Tromey  <tromey@redhat.com>
3601
3602         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3603         gdb_bfd_unref.
3604         (free_dwo_file): Use gdb_bfd_unref.
3605         * cli/cli-dump.c: Include gdb_bfd.h.
3606         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3607         (bfd_openr_with_cleanup): Likewise.
3608         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3609         gdb_bfd_unref.
3610         * utils.c: Include gdb_bfd.h.
3611         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3612         * symfile.c: Include gdb_bfd.h.
3613         (separate_debug_file_exists): Use gdb_bfd_unref.
3614         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3615         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3616         (generic_load): Use gdb_bfd_ref.
3617         (reread_symbols): Use gdb_bfd_unref.
3618         * symfile-mem.c: Include gdb_bfd.h.
3619         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3620         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3621         * solib.c: Include gdb_bfd.h.
3622         (solib_bfd_fopen): Use gdb_bfd_ref.
3623         (solib_bfd_open): Use gdb_bfd_unref.
3624         (free_so_symbols): Use gdb_bfd_unref.
3625         (reload_shared_libraries_1): Use gdb_bfd_unref.
3626         * solib-spu.c: Include gdb_bfd.h.
3627         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3628         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3629         gdb_bfd_unref.
3630         * solib-frv.c: Include gdb_bfd.h.
3631         (enable_break2): Use gdb_bfd_unref.
3632         * solib-dsbt.c: Include gdb_bfd.h.
3633         (enable_break2): Use gdb_bfd_unref.
3634         * solib-darwin.c: Include gdb_bfd.h.
3635         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3636         gdb_bfd_unref.
3637         (darwin_bfd_open): Use gdb_bfd_unref.
3638         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3639         * remote-mips.c: Include gdb_bfd.h.
3640         (mips_load_srec): Use gdb_bfd_ref.
3641         (pmon_load_fast): Use gdb_bfd_ref.
3642         * remote-m32r-sdi.c: Include gdb_bfd.h.
3643         (m32r_load): Use gdb_bfd_ref.
3644         * record.c: Include gdb_bfd.h.
3645         (record_save_cleanups): Use gdb_bfd_unref.
3646         (cmd_record_save): Use gdb_bfd_unref.
3647         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3648         gdb_bfd_unref.
3649         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3650         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3651         * objfiles.c: Include gdb_bfd.h.
3652         (free_objfile): Use gdb_bfd_unref.
3653         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3654         gdb_bfd.c.
3655         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3656         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3657         (macho_check_dsym): Likewise.
3658         * m32r-rom.c: Include gdb_bfd.h.
3659         (m32r_load): Use gdb_bfd_ref.
3660         (m32r_upload_command): Use gdb_bfd_ref.
3661         * jit.c: Include gdb_bfd.h.
3662         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3663         * gdb_bfd.h: New file.
3664         * gdb_bfd.c: New file.
3665         * gcore.c: Include gdb_bfd.h.
3666         (create_gcore_bfd): Use gdb_bfd_ref.
3667         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3668         (gcore_command): Use gdb_bfd_unref.
3669         * exec.c: Include gdb_bfd.h.
3670         (exec_close): Use gdb_bfd_unref.
3671         (exec_close_1): Use gdb_bfd_unref.
3672         (exec_file_attach): Use gdb_bfd_ref.
3673         * elfread.c: Include gdb_bfd.h.
3674         (build_id_verify): Use gdb_bfd_unref.
3675         * dsrec.c: Include gdb_bfd.h.
3676         (load_srec): Use gdb_bfd_ref.
3677         * corelow.c: Include gdb_bfd.h.
3678         (core_close): Use gdb_bfd_unref.
3679         (core_open): Use gdb_bfd_ref.
3680         * bfd-target.c: Include gdb_bfd.h.
3681         (target_bfd_xclose): Use gdb_bfd_unref.
3682         (target_bfd_reopen): Use gdb_bfd_ref.
3683         * Makefile.in (SFILES): Add gdb_bfd.c.
3684         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3685         (COMMON_OBS): Add gdb_bfd.o.
3686
3687 2012-07-18  Keith Seitz  <keiths@redhat.com>
3688
3689         * breakpoint.c (find_condition_and_thread): Initialize
3690         TASK and REST.
3691         (create_breakpiont): find_condition_and_thread will now
3692         initialize COND_STRING, THREAD, and REST (and TASK).
3693         (addr_string_to_sals): Likewise.
3694
3695 2012-07-18  Pedro Alves  <palves@redhat.com>
3696
3697         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3698         Pull the single step breakpoints out of the target.
3699
3700 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3701
3702         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3703         * stap-probe.c (compile_probe_arg): Likewise.
3704
3705 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3706
3707         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3708         (elf_compile_to_ax): Likewise.
3709         * infrun.c (insert_exception_resume_from_probe): Likewise.
3710         (check_exception_resume): Remove `objfile' variable.
3711         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3712         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3713         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3714         (compare_entries): Rename to...
3715         (compare_probes): ...this.  Adjust function to work with
3716         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3717         respectively.
3718         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3719         `VEC (probe_p) *'.
3720         (print_ui_out_info): Adjust argument to be `struct probe *'.
3721         (info_probes_for_ops): Adjust internal computations to use
3722         `VEC (probe_p) *'.
3723         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3724         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3725         gen_info_probes_table_values>: Remove `objfile' argument.
3726         (struct probe) <objfile>: New field.
3727         (find_probe_by_pc): Remove `objfile' argument.
3728         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3729         (stap_get_probe_argument_count): Likewise.
3730         (stap_get_arg): Likewise.
3731         (stap_evaluate_probe_argument): Likewise.
3732         (stap_compile_to_ax): Likewise.
3733         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3734         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3735         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3736         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3737         sym_compile_to_ax>: Likewise.
3738
3739 2012-07-18  Terry Guo  <terry.guo@arm.com>
3740
3741         PR 14329
3742         * defs.h (GDB_MI_MSG_WIDTH): New.
3743         * ser_base (ser_base_read_error_fd): New function.
3744         (do_ser_base_readchar): Poll error file descriptor as well as
3745         standard output.
3746         (generic_readchar): Refactor error handling.
3747
3748 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3749
3750         * NEWS: Create a new section for the next release branch.
3751         Rename the section of the current branch, now that it has
3752         been cut.
3753
3754 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3755
3756         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3757         * version.in: Bump version to 7.5.50.20120718-cvs.
3758
3759 2012-07-17  Keith Seitz  <keiths@redhat.com>
3760
3761         * linespec.c (linespec_parse_line_offset): Make parameter
3762         const.
3763
3764 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3765
3766         PR 11914
3767         * f-valprint.c (info_common_command): New variable frame_id.
3768         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3769         * printcmd.c (print_variable_and_value): Extend function comment.
3770         Add comment for invalidated FRAME.
3771         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3772         FI form FRAME_ID after each print_frame_local_vars.
3773         (struct print_variable_and_value_data): Change frame to frame_id.
3774         (do_print_variable_and_value): New variable frame, initialize it from
3775         p->frame_id.  Add comment for invalidated FRAME.
3776         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3777         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3778         for invalidated FRAME.
3779
3780 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3781             Pedro Alves  <palves@redhat.com>
3782
3783         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3784         loop.
3785
3786 2012-07-16  Tom Tromey  <tromey@redhat.com>
3787
3788         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3789
3790 2012-07-15  Doug Evans  <dje@google.com>
3791
3792         * dwarf2read.c (stmt_list_hash): New struct.
3793         (type_unit_group): Embed "per_cu" member, remove pointer.
3794         New union member "t", move member "tus" into it, all uses updated.
3795         New member "hash", replaces member "line_offset, all uses updated.
3796         (quick_file_names): Replace member "offset" with "hash", all uses
3797         updated.
3798         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3799         (hash_file_name_entry, eq_file_name_entry): Call them.
3800         (hash_type_unit_group, eq_type_unit_group): Ditto.
3801         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3802         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3803         (dw2_get_file_names): Update.
3804         (create_type_unit_group): Replace "per_cu" arg with "cu".
3805         All callers updated.  Fix "quick" (.gdb_index) handling.
3806         (get_type_unit_group): Replace "per_cu" arg with "cu".
3807         All callers updated.
3808         (build_type_unit_groups): Don't reset tu_stats.
3809
3810         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3811         "tab_cur_size".  Change member "tab" to be a htab_t.
3812         (create_filename_seen_cache): Update.
3813         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3814         (filename_seen): Update.
3815
3816 2012-07-13  Doug Evans  <dje@google.com>
3817
3818         * symtab.c (filename_seen): Update comment.
3819
3820 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3821             Doug Evans  <dje@google.com>
3822
3823         * buildsym.c (end_symtab_1): Split it to ...
3824         (end_symtab_get_static_block): ... this ...
3825         (end_symtab_from_static_block): ... and this function.
3826         (end_symtab, end_expandable_symtab): Call them.
3827         * buildsym.h (end_symtab_get_static_block)
3828         (end_symtab_from_static_block): New declarations.
3829         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3830         Set its valid CU ranges.
3831
3832 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3833
3834         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3835         DW_OP_GNU_parameter_ref.
3836
3837 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3838
3839         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3840         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3841
3842 2012-07-13  Doug Evans  <dje@google.com>
3843
3844         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3845         (filename_seen_cache): New struct.
3846         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3847         (create_filename_seen_cache): New function.
3848         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3849         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3850         updated.
3851         (output_source_filename_data): New struct.
3852         (output_source_filename): Delete arg "first".  New arg "data".
3853         All callers updated.
3854         (sources_info): Delete local "first".  New locals "data", "cleanups".
3855         Rewrite to use filename_seen_cache.
3856         (add_partial_filename_data): Delete member "first".  New member
3857         "filename_seen_cache".  All uses updated.
3858         (make_source_files_completion_list): Rewrite to use
3859         filename_seen_cache.
3860
3861 2012-07-12  Doug Evans  <dje@google.com>
3862
3863         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3864
3865 2012-07-10  Doug Evans  <dje@google.com>
3866
3867         PR gdb/13498
3868         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3869         all_type_unit_groups, type_unit_groups, tu_stats.
3870         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3871         All uses updated.  Add type_unit_group to union "s".
3872         (type_unit_group): New struct.
3873         (IS_TYPE_UNIT_GROUP): New macro.
3874         (abbrev_table): Delete unused member "section".
3875         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3876         (dw2_get_cu): Assert not used with type_unit_group.
3877         (dw2_get_primary_cu): New function.
3878         (dw2_build_type_unit_groups_reader): New function.
3879         (dw2_build_type_unit_groups): New function.
3880         (dw2_get_file_names): Assert not called on type units.
3881         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3882         Redo loop to iterate over type unit groups instead of type units.
3883         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3884         (read_abbrev_offset): New function.
3885         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3886         updated.
3887         (create_partial_symtab): New function.
3888         (process_psymtab_comp_unit_reader): Assert not used with type units.
3889         Call create_partial_symtab.
3890         (process_psymtab_type_unit): Delete.
3891         (hash_type_unit_group, eq_type_unit_group): New functions.
3892         (allocate_type_unit_groups_table): New function.
3893         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3894         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3895         (create_type_unit_group, get_type_unit_group): New functions.
3896         (tu_abbrev_offset): New struct.
3897         (sort_tu_by_abbrev_offset): New function.
3898         (add_type_unit_group_to_table): New function.
3899         (build_type_unit_groups): New function.
3900         (build_type_psymtabs_reader): New function.
3901         (build_type_psymtab_dependencies): New function.
3902         (build_type_psymtabs): Rewrite.
3903         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3904         is seen in a type unit.
3905         (process_queue): Move symtab expansion debugging printfs here.
3906         Call process_full_type_unit for type units.
3907         (compute_symtab_includes): Assert not called for type units.
3908         (process_cu_includes): Don't call compute_symtab_includes for
3909         type units.
3910         (process_full_type_unit): New function.
3911         (process_imported_unit_die): Flag an error if called for type units.
3912         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3913         updated.  Assert not called for type units.
3914         (read_file_scope): Call dwarf2_start_symtab.
3915         (setup_type_unit_groups): New function.
3916         (read_type_unit_scope): Rewrite.
3917         (abbrev_table_read_table): Initialize abbrev_table->offset.
3918         (abbrev_table_free_cleanup): New function.
3919         (dwarf2_start_symtab): New function.
3920         (load_full_type_unit): Assert not called for type unit groups.
3921         * buildsym.c (finish_block_internal): New arg "expandable".
3922         All callers updated.
3923         (start_symtab): Move most contents to ...
3924         (restart_symtab): ... here.  New function.
3925         (reset_symtab_globals): New function.
3926         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3927         Call reset_symtab_globals.
3928         (end_symtab, end_expandable_symtab): New functions.
3929         (set_missing_symtab, augment_type_symtab): New functions.
3930         * buildsym.h (end_expandable_symtab): Declare.
3931         (augment_type_symtab, restart_symtab): Declare.
3932         * psympriv.h (struct partial_symtab): New member "anonymous".
3933         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3934         anonymous psymtabs.
3935         (read_psymtabs_with_filename): Ditto.
3936         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3937         (expand_symtabs_matching_via_partial): Ditto.
3938         (dump_psymtab): Update.
3939         * dictionary.c (dict_add_pending): New function.
3940         * dictionary.h (dict_add_pending): Declare.
3941
3942 2012-07-09  Doug Evans  <dje@google.com>
3943
3944         * buildsym.c (start_subfile): Remove unnecessary check for
3945         name == NULL.
3946
3947         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3948
3949         * dwarf2read.c (load_full_type_unit): Simplify.
3950
3951         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3952         to struct signatured_type **.  All uses updated.
3953
3954         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3955         All callers updated.
3956
3957 2012-07-09  Tom Tromey  <tromey@redhat.com>
3958
3959         * c-exp.y (check_parameter_typelist): New function.
3960         (parameter_typelist): Call it.
3961         * eval.c (make_params): Handle '(void)' case.
3962         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3963         '(void)' case.
3964
3965 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3966
3967         * common/linux-ptrace.c: Include gdb_assert.h.
3968         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3969         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3970         stdint.h.
3971         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3972         functions.
3973         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3974         * linux-nat.c (linux_child_post_attach)
3975         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3976
3977 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3978
3979         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3980         nptl <2.7 bug workaround for core files.
3981
3982 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3983
3984         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3985         clearing.
3986         (save_siginfo): Remove.
3987         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3988         call.
3989         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3990         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3991         * linux-nat.h (struct lwp_info): Remove field siginfo.
3992
3993 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3994
3995         Code cleanup for the next patch.
3996         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3997         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3998         call for it.
3999         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4000         (ia64_linux_stopped_data_address):
4001         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4002         the return value.
4003         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4004         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4005         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4006         call for it.
4007
4008 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4009
4010         PR 14321
4011         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4012         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4013
4014 2012-07-06  Tom Tromey  <tromey@redhat.com>
4015
4016         * c-exp.y (DOTDOTDOT): New token.
4017         (func_mod, exp): Use parameter_typelist.
4018         (parameter_typelist): New production.
4019         (tokentab3): Add "..." token.
4020         * eval.c (make_params): Handle varargs.
4021         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4022         varargs.
4023
4024 2012-07-06  Tom Tromey  <tromey@redhat.com>
4025
4026         PR exp/9608:
4027         * c-exp.y (%union) <tvec>: Change type.
4028         (func_mod): Now uses <tvec> type.
4029         (exp): Update for tvec change.
4030         (direct_abs_decl): Push the typelist.
4031         (func_mod): Return a typelist.
4032         (nonempty_typelist): Update for tvec change.
4033         * gdbtypes.c (lookup_function_type_with_arguments): New function.
4034         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4035         * parse.c (pop_type_list): New function.
4036         (push_typelist): New function.
4037         (follow_types): Handle tp_function_with_arguments.
4038         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4039         (enum type_pieces) <tp_function_with_arguments>: New constant.
4040         (union type_stack_elt) <typelist_val>: New field.
4041         (push_typelist): Declare.
4042
4043 2012-07-06  Tom Tromey  <tromey@redhat.com>
4044
4045         * c-exp.y (%union) <type_stack>: New field.
4046         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4047         (ptr_operator_ts): New production.
4048         (ptype): Update.
4049         * parse.c (type_stack_reserve): New function.
4050         (check_type_stack_depth): Use it.
4051         (pop_type_stack, append_type_stack, push_type_stack)
4052         (get_type_stack, type_stack_cleanup): New functions.
4053         (follow_types): Handle tp_type_stack.
4054         (_initialize_parse): Simplify initialization.
4055         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4056         constant.
4057         (union type_stack_elt) <stack_val>: New field.
4058         (get_type_stack, append_type_stack, push_type_stack)
4059         (type_stack_cleanup): Declare.
4060
4061 2012-07-06  Tom Tromey  <tromey@redhat.com>
4062
4063         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4064         Remove.
4065         (struct type_stack): New.
4066         * parse.c (type_stack, type_stack_size, type_stack_depth):
4067         Remove.
4068         (type_stack): New global.
4069         (parse_exp_in_context, check_type_stack_depth)
4070         (insert_into_type_stack, insert_type, push_type, push_type_int)
4071         (insert_type_address_space, pop_type, pop_type_int)
4072         (_initialize_parse): Update.
4073
4074 2012-07-06  Tom Tromey  <tromey@redhat.com>
4075
4076         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4077         Remove %type.
4078
4079 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4080
4081         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4082
4083 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4084             Jan Kratochvil  <jan.kratochvil@redhat.com>
4085
4086         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4087         alloca with xmalloc/xfree.
4088
4089 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4090
4091         * MAINTAINERS (Write After Approval): Add myself to the list.
4092
4093 2012-07-05  Doug Evans  <dje@google.com>
4094
4095         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4096
4097 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4098
4099         * ax-gdb.c (cli/cli-utils.h): New include.
4100         (linespec.h): Ditto.
4101         (agent_eval_command_one): New function.
4102         (agent_command_1): Ditto.
4103         (agent_command): Call function agent_command_1.
4104         (agent_eval_command): Ditto.
4105         (_initialize_ax_gdb): Change help for "maint agent"
4106         and "maint agent-eval".
4107
4108 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4109
4110         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4111         * cli/cli-utils.c (check_for_argument): New function.
4112         * cli/cli-utils.h (check_for_argument): Ditto.
4113
4114 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4115
4116         * NEWS: Mention x32 ABI support.
4117
4118 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4119
4120         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4121         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4122
4123         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4124         and pc_regnum_from_eax to -1.  Update SP regnum from
4125         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4126         needed.
4127
4128         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4129         pc_regnum_from_eax.
4130
4131 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4132
4133         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4134         * dwarf2expr.h: Include gdbtypes.h.
4135         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4136         these forward declarations.
4137         (cu_offset, sect_offset): Move these ...
4138         * gdbtypes.h: Remove include dwarf2expr.h.
4139         (cu_offset, sect_offset): ... here.
4140
4141 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4142
4143         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4144         (amd64_linux_sigtramp_code): This.
4145         (amd64_x32_linux_sigtramp_code): New.
4146         (LINUX_SIGTRAMP_LEN): Updated.
4147         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4148
4149 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4150
4151         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4152
4153 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4154
4155         * config.in: Regenerate.
4156         * configure: Regenerate.
4157         * configure.ac: Remove check for gnu/libc-version.h.
4158         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4159         gnu/libc-version.h.
4160         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4161         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4162         inferior_has_bug.  Extend the comment.
4163
4164 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4165
4166         * linux-thread-db.c (inferior_has_bug): New function.
4167         (thread_db_find_new_threads_silently): Return boolean as checked by
4168         inferior_has_bug, describe it in the comments.
4169         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4170         earlier.  Abort the initialization if it returned non-zero.
4171         (thread_db_new_objfile): Exclude debug files.
4172         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4173         if UNTIL_NO_NEW,
4174
4175 2012-07-02  Doug Evans  <dje@google.com>
4176
4177         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4178         related to queue management.
4179
4180         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4181         instead of "debug dwarf2-die" in debugging printfs.
4182         (create_debug_info_hash_table_reader): Ditto.
4183         (create_debug_info_hash_table): Ditto.
4184         (init_dwo_file): Ditto.
4185         (init_cutu_and_read_dies): Add debugging printf.
4186         (init_cutu_and_read_dies_no_follow): Ditto.
4187         (process_psymtab_comp_unit_reader): Ditto.
4188
4189 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4190
4191         Add target-side support for dynamic printf.
4192         * NEWS: Mention the additional style.
4193         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4194         (struct bp_location): New field cmd_bytecode.
4195         * breakpoint.c: Include format.h.
4196         (disconnected_dprintf): New global.
4197         (parse_cmd_to_aexpr): New function.
4198         (build_target_command_list): New function.
4199         (insert_bp_location): Call it.
4200         (remove_breakpoints_pid): Skip dprintf breakpoints.
4201         (print_one_breakpoint_location): Ditto.
4202         (dprintf_style_agent): New global.
4203         (dprintf_style_enums): Add dprintf_style_agent.
4204         (update_dprintf_command_list): Add agent case.
4205         (agent_printf_command): New function.
4206         (_initialize_breakpoint): Add new commands.
4207         * common/ax.def (printf): New bytecode.
4208         * ax.h (ax_string): Declare.
4209         * ax-gdb.h (gen_printf): Declare.
4210         * ax-gdb.c: Include cli-utils.h, format.h.
4211         (gen_printf): New function.
4212         (maint_agent_print_command): New function.
4213         (_initialize_ax_gdb): Add maint agent-printf command.
4214         * ax-general.c (ax_string): New function.
4215         (ax_print): Add printf disassembly.
4216         * Makefile.in (SFILES): Add format.c
4217         (COMMON_OBS): Add format.o.
4218         * common/format.h: New file.
4219         * common/format.c: New file.
4220         * printcmd.c: Include format.h.
4221         (ui_printf): Call parse_format_string.
4222         * remote.c (remote_state): New field breakpoint_commands.
4223         (PACKET_BreakpointCommands): New enum.
4224         (remote_breakpoint_commands_feature): New function.
4225         (remote_protocol_features): Add new BreakpointCommands entry.
4226         (remote_can_run_breakpoint_commands): New function.
4227         (remote_add_target_side_commands): New function.
4228         (remote_insert_breakpoint): Call it.
4229         (remote_insert_hw_breakpoint): Ditto.
4230         (_initialize_remote): Add new packet configuration for
4231         target-side breakpoint commands.
4232         * target.h (struct target_ops): New field
4233         to_can_run_breakpoint_commands.
4234         (target_can_run_breakpoint_commands): New macro.
4235         * target.c (update_current_target): Handle
4236         to_can_run_breakpoint_commands.
4237
4238 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4239
4240         Execute -ix and -iex only after system and user gdbinit files.
4241         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4242         processing down after gdbinit files.
4243
4244 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         Add fnmatch-gnu module.
4247         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4248         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4249         * gnulib/aclocal.m4: Regenerate.
4250         * gnulib/config.in: Regenerate.
4251         * gnulib/configure: Regenerate.
4252         * gnulib/import/dummy.c: Remove.
4253         * gnulib/import/Makefile.am: Regenerate.
4254         * gnulib/import/Makefile.in: Likewise.
4255         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4256         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4257         * gnulib/import/alloca.c: New file.
4258         * gnulib/import/alloca.in.h: Likewise.
4259         * gnulib/import/config.charset: Likewise.
4260         * gnulib/import/fnmatch.c: Likewise.
4261         * gnulib/import/fnmatch.in.h: Likewise.
4262         * gnulib/import/fnmatch_loop.c: Likewise.
4263         * gnulib/import/localcharset.c: Likewise.
4264         * gnulib/import/localcharset.h: Likewise.
4265         * gnulib/import/m4/alloca.m4: Likewise.
4266         * gnulib/import/m4/codeset.m4: Likewise.
4267         * gnulib/import/m4/configmake.m4: Likewise.
4268         * gnulib/import/m4/fcntl-o.m4: Likewise.
4269         * gnulib/import/m4/fnmatch.m4: Likewise.
4270         * gnulib/import/m4/glibc21.m4: Likewise.
4271         * gnulib/import/m4/localcharset.m4: Likewise.
4272         * gnulib/import/m4/locale-fr.m4: Likewise.
4273         * gnulib/import/m4/locale-ja.m4: Likewise.
4274         * gnulib/import/m4/locale-zh.m4: Likewise.
4275         * gnulib/import/m4/mbrtowc.m4: Likewise.
4276         * gnulib/import/m4/mbsinit.m4: Likewise.
4277         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4278         * gnulib/import/m4/mbstate_t.m4: Likewise.
4279         * gnulib/import/m4/stdbool.m4: Likewise.
4280         * gnulib/import/m4/wchar_h.m4: Likewise.
4281         * gnulib/import/m4/wctype_h.m4: Likewise.
4282         * gnulib/import/m4/wint_t.m4: Likewise.
4283         * gnulib/import/mbrtowc.c: Likewise.
4284         * gnulib/import/mbsinit.c: Likewise.
4285         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4286         * gnulib/import/mbsrtowcs-state.c: Likewise.
4287         * gnulib/import/mbsrtowcs.c: Likewise.
4288         * gnulib/import/ref-add.sin: Likewise.
4289         * gnulib/import/ref-del.sin: Likewise.
4290         * gnulib/import/stdbool.in.h: Likewise.
4291         * gnulib/import/streq.h: Likewise.
4292         * gnulib/import/strnlen1.c: Likewise.
4293         * gnulib/import/strnlen1.h: Likewise.
4294         * gnulib/import/verify.h: Likewise.
4295         * gnulib/import/wchar.in.h: Likewise.
4296         * gnulib/import/wctype.in.h: Likewise.
4297
4298 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4299
4300         Support shell wildcards for 'set auto-load safe-path'.
4301         * auto-load.c: Include fnmatch.h.
4302         (filename_is_in_dir): Rename to ...
4303         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4304         it.  Update function comment.  Rename dir_len to pattern_len.  New
4305         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4306         messages.  Use gdb_filename_fnmatch.
4307         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4308         pattern.
4309         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4310         * defs.h (gdb_filename_fnmatch): New declaration.
4311         * utils.c: Include fnmatch.h.
4312         (gdb_filename_fnmatch): New function.
4313
4314 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4315
4316         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4317         `-probe' and `-probe-stap' options.
4318
4319 2012-07-01  Yao Qi  <yao@codesourcery.com>
4320
4321         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4322         always_inserted_off, and always_inserted_enums.
4323         Change always_inserted_mode's type to 'enum auto_boolean'.
4324         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4325         callers.
4326         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4327         of add_setshow_enum_cmd.
4328         * infrun.c: Remove can_use_displaced_stepping_auto,
4329         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4330         can_use_displaced_stepping_enum.
4331         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4332         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4333         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4334         add_setshow_enum_cmd.
4335
4336 2012-06-30  Doug Evans  <dje@google.com>
4337
4338         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4339         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4340         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4341
4342 2012-06-29  Doug Evans  <dje@google.com>
4343
4344         * linespec.c: #include "stack.h".
4345         (decode_line_with_current_source): Moved here from symtab.c and
4346         renamed from decode_line_spec.  All callers updated.
4347         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4348         renamed from decode_line_spec_1.  All callers updated.
4349         * linespec.h (decode_line_with_current_source): Move declaration here
4350         from symtab.h and renamed from decode_line_spec.
4351         (decode_line_with_last_displayed): Move declaration here from symtab.h
4352         and renamed from decode_line_spec_1.
4353         * macrocmd.c: #include "linespec.h".
4354         * symtab.c: Remove #include "linespec.h".
4355
4356 2012-06-28  Doug Evans  <dje@google.com>
4357
4358         * dwarf2read.c (get_cu_length): New function.
4359         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4360         (create_debug_types_hash_table): Ditto.
4361         (init_cutu_and_read_dies): Ditto.
4362         (init_cutu_and_read_dies_no_follow): Ditto.
4363
4364         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4365
4366         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4367         (struct abbrev_table): Define.
4368         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4369         abbrev_table.
4370         (init_cutu_and_read_dies): Update.
4371         (abbrev_table_alloc_abbrev): New function.  Replaces
4372         dwarf_alloc_abbrev.  All callers updated.
4373         (abbrev_table_add_abbrev): New function.
4374         (abbrev_table_lookup_abbrev): New function.  Replaces
4375         dwarf2_lookup_abbrev.  All callers updated.
4376         (abbrev_table_read_table): New function.  Contents moved here from
4377         dwarf2_read_abbrevs.
4378         (dwarf2_read_abbrevs): Call it.
4379         (abbrev_table_free): New function.
4380         (dwarf2_free_abbrev_table): Call it.
4381
4382 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4383
4384         * osdata.c (info_osdata_command): Filter out "Title" columns
4385         from non-MI uses.
4386         * common/linux-osdata.c (struct osdata_type): Add title field.
4387         (osdata_table): Add titles to each entry.
4388         (linux_command_xfer_osdata): Add a column for title data.
4389
4390 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4391
4392         Make logging work for MI.
4393         * NEWS: Mention it.
4394         * interps.h (interp_set_logging_ftype): New typedef.
4395         (struct interp_procs): New field set_logging_proc.
4396         (current_interp_set_logging): Declare.
4397         * interps.c (current_interp_set_logging): New function.
4398         * cli/cli-logging.c: Include interps.h.
4399         (set_logging_redirect): Call current_interp_set_logging.
4400         (pop_output_files): Ditto.
4401         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4402         * mi/mi-console.h (mi_console_set_raw): Declare.
4403         * mi/mi-console.c (mi_console_set_raw): New function.
4404         * mi/mi-interp.c (saved_raw_stdout): New global.
4405         (mi_set_logging): New function.
4406         (_initialize_mi_interp): Add it to interp procs.
4407
4408 2012-06-28  Doug Evans  <dje@google.com>
4409
4410         * symtab.c (lookup_symbol_aux_objfile): Use
4411         ALL_OBJFILE_PRIMARY_SYMTABS.
4412
4413         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4414
4415 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4416
4417         * common/buffer.c: Include inttypes.h and stdint.h.
4418         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4419
4420 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4421             Pedro Alves  <palves@redhat.com>
4422
4423         * gdbthread.h (ALL_THREADS): New macro.
4424         (thread_list): Declare.
4425         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4426         going, but instead fall through to the stepping handling.
4427         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4428         the passed in signal.  Adjust debug output.
4429         (resume_callback): Rename to ...
4430         (linux_nat_resume_callback): ... this.  Pass the thread's last
4431         stop signal, if in "pass" state.
4432         (linux_nat_resume): Adjust to rename.
4433         (stop_wait_callback): New assertion.  Don't respawn signals;
4434         instead let the LWP remain with SIGNALLED set.
4435         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4436         * remote.c (append_pending_thread_resumptions): New.
4437         (remote_vcont_resume): Call it.
4438         * target.h (target_resume): Extend comment.
4439
4440 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4441
4442         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4443
4444 2012-06-27  Doug Evans  <dje@google.com>
4445
4446         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4447         Delete have_addr_base, unused.  All uses updated.
4448         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4449         (dwarf2_get_pc_bounds): Add ranges_base.
4450         (dwarf2_record_block_ranges): Ditto.
4451
4452 2012-06-27  Tom Tromey  <tromey@redhat.com>
4453
4454         PR macros/7961:
4455         * varobj.c (varobj_create): Update.
4456         (varobj_set_value): Update.
4457         * tracepoint.c (validate_actionline): Update.
4458         (encode_actions_1): Update.
4459         * parse.c (parse_exp_1): Add 'pc' argument.
4460         (parse_exp_in_context): Add 'pc' argument.  Change how
4461         expression_context_pc is set.
4462         (parse_expression): Update.
4463         (parse_field_expression): Update.
4464         * expression.h (parse_exp_1): Update.
4465         * eval.c (parse_to_comma_and_eval): Update.
4466         * breakpoint.c (set_breakpoint_condition): Update.
4467         (update_watchpoint): Update.
4468         (init_breakpoint_sal): Update
4469         (find_condition_and_thread): Update.
4470         (watch_command_1): Update.
4471         (update_breakpoint_locations): Update.
4472         * ada-lang.c (ada_read_renaming_var_value): Update.
4473         (create_excep_cond_exprs): Update.
4474
4475 2012-06-27  Doug Evans  <dje@google.com>
4476
4477         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4478         type units.
4479
4480 2012-06-26  Doug Evans  <dje@google.com>
4481
4482         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4483         prototype.
4484         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4485         updated.
4486         (read_and_check_comp_unit_head): Ditto.
4487         (read_and_check_type_unit_head): Ditto.
4488
4489 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4490
4491         New attribute 'last' for gdb.Symtab_and_line.
4492         * NEWS (Python Scripting): Add entry about the new attribute.
4493         * python/py-symtab.c (salpy_get_last): New function which
4494         implements the get method for the 'last' attribute of
4495         gdb.Symtab_and_line.
4496         (sal_object_getset): Add entry for the 'last' attribute.
4497
4498 2012-06-26  Doug Evans  <dje@google.com>
4499
4500         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4501         (dwo_sections): Add macinfo, macro.
4502         (dwarf2_locate_dwo_sections): Watch for macro sections.
4503         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4504         All callers updated.  Handle DWO files.
4505
4506         * NEWS: Mention new options "set debug dwarf2-read" and
4507         "set debug symtab-create".
4508         * dwarf2read.c (dwarf2_read_debug): New static global.
4509         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4510         (process_queue): Ditto.
4511         (process_full_comp_unit): Ditto.
4512         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4513         * elfread.c (elf_symfile_read): Add debugging printf.
4514         * minsyms.c (install_minimal_symbols): Ditto.
4515         * psymtab.c (allocate_psymtab): Ditto.
4516         * symfile.c (allocate_symtab): Ditto.
4517         * symtab.c (symtab_create_debug): New global.
4518         (_initialize_symtab): Add new option "set debug symtab-create".
4519         * symtab.h (symtab_create_debug): Declare.
4520
4521         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4522         (lookup_dwo_type_unit): Ditto.
4523
4524 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4525             H.J. Lu  <hongjiu.lu@intel.com>
4526
4527         * amd64-linux-nat.c: Include <sys/user.h>.
4528         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4529         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4530         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4531
4532         * configure.ac: Check if the fs_base and gs_base members of
4533         `struct user_regs_struct' exist.
4534         * config.in: Regenerated.
4535         * configure: Likewise.
4536
4537 2012-06-25  Michael Eager  <eager@eagercon.com>
4538
4539         PR python/14291
4540         * python/python.c (gdbpy_write): Check for interrupted output.
4541
4542 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4543
4544         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4545         register as a stack alignment in ARM mode.
4546
4547 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4548
4549         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4550         * gnulib/config.in: Regenerate.
4551         * gnulib/configure: Likewise.
4552         * gnulib/import/m4/extensions.m4: Update it.
4553         * gnulib/import/m4/gnulib-common.m4: Likewise.
4554         * gnulib/import/m4/memmem.m4: Likewise.
4555         * gnulib/import/m4/mmap-anon.m4: Likewise.
4556         * gnulib/import/m4/multiarch.m4: Likewise.
4557         * gnulib/import/stdint.in.h: Likewise.
4558
4559 2012-06-24  Yao Qi  <yao@codesourcery.com>
4560
4561         * corefile.c (write_memory_with_notification): New.
4562         * gdbcore.h: Declare write_memory_with_notification.
4563         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4564         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4565         * valops.c (value_assign): Likewise.
4566         * python/py-inferior.c (infpy_write_memory): Call
4567         'write_memory_with_notification'.
4568
4569 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4570
4571         * cc-with-index.sh: Use also -ex "set auto-load no".
4572
4573 2012-06-23  Doug Evans  <dje@google.com>
4574
4575         PR 14125
4576         * NEWS: Document additions to .gdb_index.
4577         * dwarf2read.c: #include "gdb/gdb-index.h".
4578         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4579         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4580         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4581         (dwarf2_read_index): Recognize version 7.
4582         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4583         block_kind, domain): All callers updated.
4584         (dw2_find_symbol_file): Handle new index CU values.
4585         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4586         (add_index_entry): New args is_static, kind.  All callers updated.
4587         (offset_type_compare, uniquify_cu_indices): New functions
4588         (symbol_kind): New function.
4589         (write_psymtabs_to_index): Remove duplicate CU values.
4590         (write_psymtabs_to_index): Write .gdb_index version 7.
4591
4592 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4593
4594         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4595         * configure: Regenerate.
4596
4597 2012-06-20  Yao Qi  <yao@codesourcery.com>
4598
4599         * python/py-inferior.c: Update comments of infpy_read_memory
4600         and infpy_write_memory.
4601
4602 2012-06-19  Tom Tromey  <tromey@redhat.com>
4603
4604         PR exp/9514:
4605         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4606         (push_type_address_space): Remove.
4607         * parse.c (insert_into_type_stack): New function.
4608         (insert_type): Likewise.
4609         (insert_type_address_space): Rename from push_type_address_space.
4610         Insert tp_space_identifier.
4611         * c-exp.y (ptr_operator): New production.
4612         (abs_decl): Use ptr_operator.
4613         (space_identifier): Call insert_type_address_space.
4614         (ptype): Don't use const_or_volatile_or_space_identifier.
4615         (const_or_volatile_noopt): Call insert_type.
4616         (conversion_type_id, conversion_declarator): New productions.
4617         (operator): Use conversion_type_id.
4618
4619 2012-06-18  Doug Evans  <dje@google.com>
4620
4621         * symtab.h (minimal_symbol): New member created_by_gdb.
4622         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4623         created by gdb.
4624         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4625         (search_symbols): Call it instead of lookup_symbol.
4626         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4627
4628         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4629         Adjust address for DW_OP_GNU_addr_index.
4630         * dwarf2expr.h (dwarf_expr_context): Update comment.
4631         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4632         all callers updated.  Handle TLS vars described with
4633         DW_OP_GNU_const_index.
4634         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4635         and DW_OP_GNU_const_index.
4636         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4637
4638         * block.c (find_block_in_blockvector): Make explicit the fact that we
4639         ignore GLOBAL_BLOCK.
4640
4641 2012-06-18  Tom Tromey  <tromey@redhat.com>
4642
4643         * c-exp.y (operator): Remove trailing space after "delete" and
4644         "delete[]".
4645
4646 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4647             Jan Kratochvil  <jan.kratochvil@redhat.com>
4648
4649         Switch i386 and derived targets to ON_STACK.
4650         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4651         (amd64_dicos_init_abi): Remove its installment.
4652         * dicos-tdep.c (dicos_init_abi): Remove the
4653         set_gdbarch_call_dummy_location call.  Update the comment here.
4654         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4655         (i386_dicos_init_abi): Remove its installment.
4656         * i386-tdep.c (i386_push_dummy_code): New function.
4657         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4658         i386_push_dummy_code.
4659
4660 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4661
4662         Remove stale dummy frames.
4663         * breakpoint.c: Include dummy-frame.h.
4664         (longjmp_breakpoint_ops): New variable.
4665         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4666         bp_longjmp_call_dummy.
4667         (bpstat_what, bptype_string, print_one_breakpoint_location)
4668         (init_bp_location): Support bp_longjmp_call_dummy.
4669         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4670         (set_longjmp_breakpoint_for_call_dummy)
4671         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4672         functions.
4673         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4674         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4675         FIXME comment and extend the other comment for bp_call_dummy.
4676         (set_longjmp_breakpoint_for_call_dummy)
4677         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4678         * dummy-frame.c: Include gdbthread.h.
4679         (pop_dummy_frame_bpt): New function.
4680         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4681         (dummy_frame_discard): New function.
4682         (cleanup_dummy_frames): Update the comment about longjmps.
4683         * dummy-frame.h (dummy_frame_discard): New declaration.
4684         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4685         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4686         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4687         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4688         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4689         keep_going if IS_LONGJMP and there is no other reason to stop.
4690
4691 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4692
4693         * remote-sim.c (sim_command_completer): Initialize
4694         variable 'result'.
4695
4696 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4697
4698         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4699         * dwarf2loc.c (call_site_parameter_matches): Support
4700         CALL_SITE_PARAMETER_PARAM_OFFSET.
4701         (needs_dwarf_reg_entry_value): Push stub value.
4702         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4703         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4704         * gdbtypes.h (enum call_site_parameter_kind): New item
4705         CALL_SITE_PARAMETER_PARAM_OFFSET.
4706         (struct call_site.parameter.u): New field param_offset.
4707
4708 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4709
4710         Code cleanup: Generalize call_site.parameter key.
4711         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4712         variable dwarf_reg.  New variable kind_u.  Update parameters to
4713         push_dwarf_reg_entry_value.
4714         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4715         * dwarf2expr.h (enum call_site_parameter_kind)
4716         (union call_site_parameter_u): Forward declarations.
4717         (struct dwarf_expr_context_funcs): Update parameters and their
4718         description for push_dwarf_reg_entry_value.
4719         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4720         * dwarf2loc.c (call_site_parameter_matches): New function.
4721         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4722         description.  Use call_site_parameter_matches.
4723         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4724         Update parameters and their description.
4725         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4726         New variable kind_u.  Adjust the caller for updated parameters.
4727         (needs_dwarf_reg_entry_value): Update parameters.
4728         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4729         instead of attr.  Update for the changed fields of struct
4730         call_site_parameter.
4731         * gdbtypes.h: Include dwarf2expr.h.
4732         (enum call_site_parameter_kind): New.
4733         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4734         fb_offset into new union u.
4735
4736 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4737
4738         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4739         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4740         for x32.
4741
4742 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4743
4744         * amd64-linux-nat.c (compat_x32_clock_t): New.
4745         (compat_x32_siginfo_t): Likewise.
4746         (compat_x32_siginfo_from_siginfo): Likewise.
4747         (siginfo_from_compat_x32_siginfo): Likewise.
4748         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4749         and siginfo_from_compat_x32_siginfo for x32.
4750
4751 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4752
4753         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4754
4755 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4756
4757         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4758         instead of gdbarch_ptr_bit.
4759         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4760         (amd64_supply_native_gregset): Likewise.
4761         (amd64_collect_native_gregset): Likewise.
4762         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4763         (amd64_supply_xsave): Likewise.
4764         (amd64_collect_fxsave): Likewise.
4765         (amd64_collect_xsave): Likewise.
4766
4767 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4768
4769         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4770         (amd64_linux_read_description): Check DS segment register for
4771         x32 process.
4772
4773 2012-06-15  Tom Tromey  <tromey@redhat.com>
4774
4775         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4776         init_cutu_and_read_dies.
4777
4778 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4779
4780         * MAINTAINERS (Write After Approval): Add myself to the list.
4781
4782 2012-06-15  Tom Tromey  <tromey@redhat.com>
4783
4784         * valops.c (value_find_oload_method_list): Now static.
4785         * value.h (value_find_oload_method_list): Don't declare.
4786
4787 2012-06-15  Tom Tromey  <tromey@redhat.com>
4788
4789         * valops.c (find_overload_match): Use value_ind.
4790
4791 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4792
4793         * infrun.c (handle_inferior_event): Correct indentation.
4794
4795 2012-06-14  Doug Evans  <dje@google.com>
4796
4797         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4798         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4799         All uses updated.
4800         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4801         updated.  Handle DEBUG_LOC_START_LENGTH.
4802         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4803         (loclist_describe_location): Ditto.
4804
4805 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4806
4807         PR backtrace/13866
4808         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4809         after hiding inline functions.
4810
4811 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4812
4813         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4814         _initialize_inf_ttrace.
4815
4816 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4817
4818         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4819         _initialize_hppa_hpux_nat.
4820
4821 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4822
4823         * remote-sim.c (sim_command_completer): Change type of return
4824         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4825
4826 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4827             Jan Kratochvil  <jan.kratochvil@redhat.com>
4828
4829         PR tdep/14222
4830         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4831         stack on a 16-byte boundary.
4832
4833 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4834
4835         * jit.c (finalize_symtab): Set function's return type to 'void' by
4836         default.
4837
4838 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4839             H.J. Lu  <hongjiu.lu@intel.com>
4840
4841         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4842         Move bits common to both the classic LP64 and the new x32 ILP32
4843         ABI here.
4844         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4845         (amd64_x32_linux_init_abi): New function.
4846         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4847         subtype.
4848
4849         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4850         * i386-tdep.c (i386_pseudo_register_name): Make public.
4851         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4852         * amd64-tdep.c (amd64_dword_names): Add "eip".
4853         (amd64_x32_pseudo_register_type): New function
4854         (amd64_x32_init_abi): New function.
4855
4856 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4857
4858         PR build/14003
4859         * inferior.h (struct inferior_suspend_state): Comment out.
4860         (struct inferior): Comment out the field suspend.
4861         * infrun.c (struct infcall_suspend_state): Comment out the field
4862         inferior_suspend.
4863         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4864         out its assignment.
4865
4866 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4867
4868         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4869         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4870         function comment.  Return ERROR for unresolved cases.  Implement
4871         returning proper NAME.
4872         (yylex): Accept also NAME from classify_inner_name.
4873         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4874         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4875         LOC_TYPEDEF type.
4876         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4877
4878 2012-06-13  Tom Tromey  <tromey@redhat.com>
4879
4880         * breakpoint.c (condition_completer): New function.
4881         (_initialize_breakpoint): Use it.
4882         * value.c (complete_internalvar): New function.
4883         * value.h (complete_internalvar): Declare.
4884
4885 2012-06-13  Tom Tromey  <tromey@redhat.com>
4886
4887         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4888         * breakpoint.c (catch_syscall_completer): Return a VEC.
4889         * cli/cli-cmds.c (complete_command): Update.
4890         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4891         (complete_on_enum): Likewise.
4892         * command.h: Include gdb_vecs.h.
4893         (completer_ftype): Change return type.
4894         (complete_on_cmdlist, complete_on_enum): Likewise.
4895         * completer.c (noop_completer, filename_completer)
4896         (location_completer): Return a VEC.
4897         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4898         to a VEC.
4899         (expression_completer, complete_line_internal, complete_line)
4900         (command_completer): Return a VEC.
4901         (gdb_completion_word_break_characters, line_completion_function):
4902         Update.
4903         * completer.h: Include gdb_vecs.h.
4904         (complete_line, noop_completer, filename_completer)
4905         (expression_completer, location_completer, command_completer):
4906         Update.
4907         * f-lang.c (f_word_break_characters): Return a VEC.
4908         * interps.c (interpreter_completer): Return a VEC.
4909         * language.h (struct language_defn)
4910         <la_make_symbol_completion_list>: Return a VEC.
4911         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4912         * symtab.c (free_completion_list): Take a VEC.
4913         (return_val_size, return_val_index): Remove.
4914         (return_val): Now a VEC.
4915         (completion_list_add_name): Update.
4916         (default_make_symbol_completion_list_break_on)
4917         (default_make_symbol_completion_list, make_symbol_completion_list)
4918         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4919         Return a VEC.
4920         (add_filename_to_list): Update.
4921         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4922         <list>: Now a VEC.
4923         (maybe_add_partial_symtab_filename): Update.
4924         (make_source_files_completion_list): Return a VEC.
4925         * symtab.h (default_make_symbol_completion_list_break_on)
4926         (default_make_symbol_completion_list, make_symbol_completion_list)
4927         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4928         (make_source_files_completion_list): Update.
4929
4930 2012-06-13  Tom Tromey  <tromey@redhat.com>
4931
4932         * breakpoint.c (add_catch_command): Use completer_ftype.
4933         * breakpoint.h: Include command.h.
4934         (add_catch_command): Use completer_ftype.
4935         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4936         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4937         Use completer_ftype.
4938         * command.h (completer_ftype): New typedef.
4939         (set_cmd_completer): Use it.
4940         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4941         completer_ftype.
4942
4943 2012-06-13  Pedro Alves  <palves@redhat.com>
4944
4945         Partial revert of previous change.
4946
4947         * serial.c (scb_base): New global.
4948         (serial_for_fd): New.
4949         (serial_open, serial_fdopen_ops): Link new serial in open serials
4950         chain.
4951         (do_serial_close): Unlink serial from the open serials chain.
4952
4953 2012-06-12  Pedro Alves  <palves@redhat.com>
4954
4955         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4956         threads here.
4957         (prepare_for_detach): No longer context switch here in non-stop
4958         mode.
4959         (fetch_inferior_event): Ditto.
4960         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4961         to the event thread before removing breakpoints.  Switch to the
4962         event thread before inserting breakpoints and resuming.
4963         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4964         event thread before resuming.
4965         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4966         Switch to the event thread before removing breakpoints.
4967
4968 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4969
4970         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4971         special characters correctly for the Windows shells.  See
4972         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4973         report.
4974         [!__MINGW32__]: Remove extra double quote character from special
4975         characters.
4976
4977 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4978
4979         * ui-out.h: Remove #if 0 declarations.
4980         * ui-out.c: Remove #if 0 functions.
4981
4982 2012-06-11  Pedro Alves  <palves@redhat.com>
4983
4984         * ser-base.c (run_async_handler_and_reschedule): New.
4985         (fd_event, push_event): Use it.
4986         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4987         reference count to 1.
4988         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4989         instead of xfree.
4990         (serial_is_open, serial_ref, serial_unref): New.
4991         * serial.h (serial_open): Adjust comment.
4992         (serial_is_open): Declare.
4993         (serial_close): Adjust comment.
4994         (serial_ref, serial_unref) Declare.
4995         (struct serial): New field 'refcnt'.
4996
4997 2012-06-11  Pedro Alves  <palves@redhat.com>
4998
4999         Remove #if 0'd "connect" command, and unnecessary associated
5000         refcounting and serial reuse bits.
5001
5002         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5003         * serial.c (last_serial_opened): Delete.
5004         (scb_base): Delete.
5005         (serial_open): Adjust.
5006         (serial_for_fd): Delete.
5007         (serial_fdopen_ops, do_serial_close): Adjust.
5008         (serial_fdopen_ops): Adjust.
5009
5010 2012-06-11  Pedro Alves  <palves@redhat.com>
5011
5012         * serial.c (do_serial_close): Remove early return when SCB is
5013         null.
5014
5015 2012-06-11  Tom Tromey  <tromey@redhat.com>
5016
5017         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5018
5019 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5020
5021         Fix regression by the "ambiguous linespec" series.
5022         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
5023         get_last_displayed_symtab and get_last_displayed_line and depending
5024         on CURSAL.
5025
5026 2012-06-11  Tom Tromey  <tromey@redhat.com>
5027
5028         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5029         (dw2_find_symbol_file): Use it.
5030
5031 2012-06-11  Michael Eager  <eager@eagercon.com>
5032
5033         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5034         * mips-linux-tdep.h (mips_signals): New
5035
5036 2012-06-11  Tom Tromey  <tromey@redhat.com>
5037
5038         * infrun.c (handle_inferior_event)
5039         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5040         breakpoint.
5041         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5042         exception logic in all cases.  Update comments.
5043         (insert_longjmp_resume_breakpoint): Set the exception resume
5044         breakpoint.
5045
5046 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
5047
5048         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5049
5050 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5051
5052         * valarith.c (binop_types_user_defined_p): Fix a typo.
5053
5054 2012-06-08  Yao Qi  <yao@codesourcery.com>
5055             Chung-Lin Tang <cltang@codesourcery.com>
5056
5057         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5058         * arch-utils.h: Declare.
5059         * gdbarch.sh: Add return_in_first_hidden_param_p.
5060         * gdbarch.c, gdbarch.h: Regenerated.
5061         * infcall.c (call_function_by_hand): Call
5062         gdbarch_return_in_first_hidden_param_p instead of
5063         language_pass_by_reference.
5064
5065         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5066         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5067         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5068         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5069         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5070         `cplus_return_struct_by_reference'.
5071         (tic6x_return_value): Handle language cplusplus.
5072         (tic6x_return_in_first_hidden_param_p): New.
5073         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5074
5075 2012-06-07  Doug Evans  <dje@google.com>
5076
5077         * dwarf2read.c (dwarf2_cu): Add comment.
5078
5079 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5080
5081         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5082         variable.
5083         (mips_eabi_push_dummy_call): Likewise.
5084         (mips_n32n64_push_dummy_call): Likewise.
5085         (mips_o32_push_dummy_call): Likewise.
5086         (mips_o64_push_dummy_call): Likewise.
5087
5088 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5089
5090         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5091
5092 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5093
5094         * mips-tdep.c (mips_pseudo_register_type): Use
5095         mips_float_register_p.
5096
5097 2012-06-06  Pedro Alves  <palves@redhat.com>
5098
5099         * infrun.c (handle_inferior_event): Remove calls to
5100         reinit_frame_cache that follow a context_switch call.
5101
5102 2012-06-06  Pedro Alves  <palves@redhat.com>
5103
5104         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5105         context_switch and remove stale comment.
5106
5107 2012-06-06  Pedro Alves  <palves@redhat.com>
5108
5109         * infrun.c (struct execution_control_state): Remove
5110         `new_thread_event' field.
5111         (handle_inferior_event): Simplify new threads handling; don't
5112         resume the inferior if we find a new thread.
5113
5114 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5115
5116         * NEWS: Document the deprecation of SH's 'regs' command.
5117         * inferior.h (all_registers_info): Add function declaration.
5118         * sh-tdep.c (sh_show_regs): Remove variable.
5119         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5120         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5121         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5122         (sh_show_regs_command): Remove functions.
5123         (sh_gdbarch_init): Don't set sh_show_regs.
5124         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5125         'info all-registers'.
5126         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5127         (sh64_show_regs): Remove functions.
5128         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5129
5130 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5131
5132         * configure.ac: Move development=true below AC_INIT.
5133         * configure: Regenerate.
5134
5135 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5136
5137         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5138         gdb_stdout.
5139
5140 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5141
5142         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5143         argument as ssize_t.
5144         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5145         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5146         * target.c (target_read_stack, target_write_memory)
5147         (target_write_raw_memory): Likewise.
5148         * target.h (target_read_stack, target_write_memory)
5149         (target_write_raw_memory): Likewise.
5150
5151 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5152
5153         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5154         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5155         * target.c (target_read_memory): Change LEN to ssize_t.
5156         * target.h (target_read_memory): Change LEN to ssize_t.
5157
5158 2012-06-05  Pedro Alves  <palves@redhat.com>
5159
5160         PR backtrace/13866
5161
5162         * breakpoint.c (until_break_command): Only fetch the selected
5163         frame after decode_line_1.
5164
5165 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5166
5167         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5168         event breakpoint at _start, __start or main if a program
5169         interpreter is not found.
5170
5171 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5172
5173         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5174         Add declaration.
5175         * windows-tdep.c: #include "objfiles.h".
5176         (windows_iterate_over_objfiles_in_search_order): New function.
5177         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5178         iterate_over_objfiles_in_search_order gdbarch method to
5179         windows_iterate_over_objfiles_in_search_order.
5180         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5181
5182 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5183
5184         * gdbarch.sh: Add generation of
5185         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5186         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5187         (iterate_over_objfiles_in_search_order): New gdbarch method.
5188         * gdbarch.h, gdbarch.c: Regenerate.
5189         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5190         Add declaration.
5191         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5192         New function.
5193         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5194         out of lookup_symbol_aux_symtabs.
5195         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5196         call to lookup_symbol_aux_objfile.
5197         (struct global_sym_lookup_data): New type.
5198         (lookup_symbol_global_iterator_cb): New function.
5199         (lookup_symbol_global): Search for symbol using
5200         gdbarch_iterate_over_objfiles_in_search_order and
5201         lookup_symbol_global_iterator_cb.
5202         * findvar.c (struct minsym_lookup_data): New type.
5203         (minsym_lookup_iterator_cb): New function.
5204         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5205         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5206         and minsym_lookup_iterator_cb.
5207
5208 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5209
5210         Revert the following patch:
5211         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5212         try locating the symbol in the symbol's own objfile first, before
5213         extending the search to all objfiles.
5214         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5215         out of lookup_symbol_aux_symtabs.
5216         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5217         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5218         Do not search EXCLUDE_OBJFILE.
5219         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5220         (lookup_symbol_global): Search for matches in the block's objfile
5221         first, before searching all other objfiles.
5222
5223 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5224
5225         * breakpoint.c (find_condition_and_thread): Stop parsing
5226         as soon as the first invalid keyword is found.
5227
5228 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5229
5230         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5231
5232 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5233
5234         * config/djgpp/djcheck.sh: Add copyright header.
5235
5236 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5237
5238         * copyright.py (update_files, main): Fix path to update-copyright
5239         script.
5240
5241 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5242
5243         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5244         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5245         for which a reminder to update by hand is printed.
5246
5247 2012-06-04  Doug Evans  <dje@google.com>
5248
5249         * buildsym.c (make_blockvector): Add comment.
5250
5251 2012-06-04  Pedro Alves  <palves@redhat.com>
5252
5253         * arch-utils.c (default_gdb_signal_from_target): Delete.
5254         * arch-utils.h (default_gdb_signal_from_target): Delete.
5255         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5256         gdbarch_gdb_signal_from_target_p.
5257         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5258         predicate).
5259         * gdbarch.h: Regenerate.
5260         * gdbarch.c: Regenerate.
5261
5262 2012-06-04  Pedro Alves  <palves@redhat.com>
5263
5264         * gdbarch.sh (gdb_signal_from_target): Mention that the
5265         implementation of the method must be host independent.
5266         * gdbarch.h: Regenerate.
5267
5268 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5269
5270         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5271         parameters.
5272         (target_read_memory_bfd): New function.
5273         (symbol_file_add_from_memory): Use it.
5274
5275 2012-06-03  Doug Evans  <dje@google.com>
5276
5277         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5278         of primary symtab.
5279         (basic_lookup_transparent_type): Ditto.
5280
5281         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5282         (ALL_PRIMARY_SYMTABS): Use it.
5283         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5284         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5285         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5286         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5287         (basic_lookup_transparent_type): Ditto.
5288
5289 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5290
5291         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5292         it to optimize resolution of demangled name.
5293
5294 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5295
5296         * configure.ac (development): Define new variable.
5297         Call AC_CHECK_LIB for mcheck if $development.
5298         (ERROR_ON_WARNING): Enable it by default only if $development.
5299         * config.in: Regenerate.
5300         * configure: Regenerate.
5301
5302 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5303
5304         * target.c (target_read_memory): Make LEN argument as size_t.
5305         * target.h (target_read_memory): Likewise.
5306
5307 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5308
5309         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5310
5311 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5312
5313         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5314         BookE interface for PowerPC server processors if not available
5315         in the Linux Kernel.
5316
5317 2012-05-31  Keith Seitz  <keiths@redhat.com>
5318
5319         * linespec.c (decode_objc): Add cleanup to free
5320         INFO.FILE_SYMTABS.
5321         (find_linespec_symbols): Add cleanup to free CLASSES.
5322         * symfile.c (find_separate_debug_file_by_debuglink): Add
5323         cleanup to free DEBUGLINK.
5324         * ui-out.c (clear_header_list): No need to check if
5325         HEADER_NEXT.COLHDR is NULL.
5326         Free HEADER_NEXT.COL_NAME.
5327
5328 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5329
5330         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5331         warning.
5332
5333 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5334
5335         * configure.host (gdb_host_cpu): Handle tilegx*.
5336         (gdb_host): Handle tilegx-*-linux*.
5337         * tilegx-linux-nat.c: New file.
5338         * config/tilegx/linux.mh: New file.
5339
5340 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5341
5342         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5343         tilegx-linux-tdep.o.
5344         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5345         tilegx-linux-tdep.c.
5346         * configure.tgt: Handle tilegx-*-linux*.
5347         * tilegx-tdep.h: New file.
5348         * tilegx-tdep.c: New file.
5349         * tilegx-linux-tdep.c: New file.
5350         * regformats/reg-tilegx.dat: New file.
5351
5352 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5353
5354         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5355         accounting of hw watchpoints on ppc.
5356
5357 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5358
5359         * source.c (openp): Expand tilde in path entries.
5360
5361 2012-05-29  Doug Evans  <dje@google.com>
5362
5363         * buildsym.c (block_compar): Fix comment.
5364         (end_symtab): Fix and clarify some comments.
5365
5366         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5367         cleanup_undefined_types.
5368         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5369         All callers updated.
5370
5371 2012-05-29  Tom Tromey  <tromey@redhat.com>
5372
5373         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5374         fails.
5375         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5376         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5377         fails.
5378         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5379         fails.
5380
5381 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5382
5383         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5384         (struct darwin_info): ... New struct.
5385         (solib_darwin_pspace_data): New variable.
5386         (darwin_pspace_data_cleanup): New function.
5387         (get_darwin_info): Likewise.
5388         (darwin_dyld_version_ok, darwin_load_image_infos)
5389         (darwin_solib_get_all_image_info_addr_at_init)
5390         (darwin_solib_read_all_image_info_addr): Add info argument.
5391         Adjust code.
5392         (darwin_current_sos): Use per pspace structure.
5393         (darwin_solib_create_inferior_hook): Likewise.
5394         (darwin_clear_solib): Likewise.
5395         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5396
5397 2012-05-28  Pedro Alves  <palves@redhat.com>
5398
5399         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5400         block that uses them.  Clear ecss before handling each event.
5401
5402 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5403
5404         * solib-svr4.c (svr4_current_sos): New comment on
5405         svr4_current_sos_via_xfer_libraries fall back.
5406
5407 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5408
5409         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5410         it as a fallback for TYPE_IS_OPAQUE.
5411         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5412         symbols for lookup_symbol.
5413
5414 2012-05-24  John Steele Scott  <toojays@toojays.net>
5415
5416         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5417         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5418         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5419         (check_producer): ... this new function, which also checks for ICC
5420         and caches the result.
5421         (producer_is_icc): New function.
5422         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5423         producer was ICC.
5424
5425 2012-05-24  Pedro Alves  <palves@redhat.com>
5426
5427         PR gdb/7205
5428
5429         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5430         (default_gdb_signal_to_target): ... this.  Add comment.
5431         (default_gdb_signal_from_host): Rename to ...
5432         (default_gdb_signal_from_target): ... this.  Add comment.
5433         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5434         (default_gdb_signal_to_target): ... this.
5435         (default_gdb_signal_from_host): Rename to ...
5436         (default_gdb_signal_from_target): ... this.
5437         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5438         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5439         (gdb_signal_from_target): ... this.  Adjust to
5440         default_gdb_signal_from_host naming change.  Extend comment.
5441         (gdb_signal_to_host): Rename to ...
5442         (gdb_signal_to_target): ... this.  Adjust to
5443         default_gdb_signal_to_host naming change.
5444         * gdbarch.h, gdbarch.c: Renegerate.
5445
5446 2012-05-24  Pedro Alves  <palves@redhat.com>
5447
5448         PR gdb/7205
5449
5450         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5451
5452 2012-05-24  Pedro Alves  <palves@redhat.com>
5453
5454         PR gdb/7205
5455
5456         Replace target_signal with gdb_signal throughout.
5457
5458 2012-05-24  Pedro Alves  <palves@redhat.com>
5459
5460         PR tui/14159
5461
5462         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5463         string, instead of reusing the va_list argument.
5464
5465 2012-05-24  Tom Tromey  <tromey@redhat.com>
5466
5467         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5468         Remove.
5469
5470 2012-05-23  Doug Evans  <dje@google.com>
5471
5472         * symtab.c (search_symbols): Formatting fixes.
5473         (print_symbol_info): Formatting fixes.
5474
5475         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5476         int64_t change to leb128 API.
5477         (read_encoded_value, decode_frame_entry_1): Ditto.
5478         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5479         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5480         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5481         (execute_stack_op): Ditto.
5482         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5483         (safe_read_uleb128, safe_read_sleb128): Ditto.
5484         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5485         (dwarf2_compile_expr_to_ax): Ditto.
5486         (locexpr_describe_location_piece): Ditto.
5487         (disassemble_dwarf_expression): Ditto.
5488         (locexpr_describe_location_1): Ditto.
5489
5490 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5491             Kwok Cheung Yeung  <kcy@codesourcery.com>
5492
5493         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5494         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5495         (mi-cmd-info.o): New rule.
5496         * osdata.h (info_osdata_command): New declaration.
5497         * osdata.c (info_osdata_command): Change to non-static.
5498         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5499         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5500         * mi/mi-cmd-info.c: New file.
5501
5502 2012-05-23  Doug Evans  <dje@google.com>
5503
5504         * symtab.c (search_symbols): Pass NULL for file_matcher to
5505         expand_symtabs_matching if there are no files to match.
5506
5507         * gdbtypes.c (lookup_typename): Simplify.
5508
5509 2012-05-23  Pedro Alves  <palves@redhat.com>
5510
5511         * arch-utils.h (default_target_signal_to_host): Delete.
5512         * arch-utils.c (default_target_signal_to_host): Delete.
5513         * gdbarch.sh (target_signal_to_host): Remove.
5514         * gdbarch.h, gdbarch.c: Regenerate.
5515
5516 2012-05-22  Doug Evans  <dje@google.com>
5517
5518         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5519         "const gdb_byte *".
5520         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5521         (execute_cfa_program): Update to match API of leb128 functions.
5522         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5523         "const gdb_byte *".
5524         (read_unsigned_leb128, read_signed_leb128): Delete.
5525         (read_initial_length): Change type of buf argument to
5526         "const gdb_byte *".
5527         (read_encoded_value): Update to match API of leb128 functions.
5528         (decode_frame_entry): Change result to "const gdb_byte *", and
5529         similarly for "start" parameter.
5530         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5531         (dwarf2_build_frame_info): Change local frame_ptr to
5532         "const gdb_byte *".
5533         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5534         read_uleb128, read_sleb128.  All callers updated.
5535         (safe_skip_leb128): New function.
5536         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5537         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5538         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5539         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5540         read_uleb128, read_sleb128.
5541         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5542         (execute_stack_op): Update to match API of leb128 functions.
5543         * dwarf2expr.h: #include "leb128.h".
5544         (read_uleb128, read_sleb128): Delete.
5545         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5546         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5547         * dwarf2loc.c (debug_loc_kind): New enum.
5548         (decode_debug_loc_addresses): New function.
5549         (decode_debug_loc_dwo_addresses): New function.
5550         (dwarf2_find_location_expression): Rewrite.
5551         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5552         (locexpr_describe_location_piece): Ditto.
5553         (disassemble_dwarf_expression): Ditto.
5554         (locexpr_describe_location_1): Ditto.
5555         (loclist_describe_location): Rewrite.
5556         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5557         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5558         (dwarf2_section_buffer_overflow_complaint): Renamed from
5559         dwarf2_macros_too_long_complaint.  All callers updated.
5560         (skip_leb128): Delete.
5561         (init_cu_die_reader): Initialize reader->buffer_end.
5562         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5563         (skip_form_bytes): New arg buffer_end.  All callers updated.
5564         Replace call to skip_leb128 with gdb_skip_leb128.
5565         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5566         (fill_in_loclist_baton): Initialize baton->from_dwo.
5567
5568 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5569
5570         * mips-linux-nat.c (mips_linux_read_description): Use a more
5571         verbose error message.
5572
5573 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5574
5575         * NEWS: Add MIPS/Linux DSP support.
5576         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5577         (SIGCONTEXT_DSPCTL): New macro.
5578         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5579         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5580         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5581         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5582         (N64_SIGCONTEXT_HI3): Likewise.
5583         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5584         (N64_SIGCONTEXT_LO3): Likewise.
5585         (N64_SIGCONTEXT_DSPCTL): Likewise.
5586         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5587         (mips_linux_o32_sigframe_init): Handle DSP registers.
5588         (mips_linux_n32n64_sigframe_init): Likewise.
5589
5590 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5591
5592         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5593         call to abort.
5594
5595 2012-05-22  Pedro Alves  <palves@redhat.com>
5596
5597         * target.h (store_waitstatus): Move declaration ...
5598         * inf-child.h (store_waitstatus): ... here.
5599         * target.c: Move inclusion of gdb_wait.h, and ...
5600         (store_waitstatus): ... this ...
5601         * inf-child.c: ... here.
5602         * linux-nat.c: Include inf-child.h.
5603         * rs6000-nat.c: Include inf-child.h.
5604         * spu-linux-nat.c: Include inf-child.h.
5605
5606 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5607
5608         * tracepoint.c (start_tracing): Add missing i18n markup.
5609         (stop_tracing, set_trace_user): Ditto.
5610         (set_trace_notes, set_trace_stop_notes): Ditto.
5611
5612 2012-05-21  Tom Tromey  <tromey@redhat.com>
5613
5614         PR c++/7173:
5615         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5616         types.
5617         * value.h (value_cast_pointers): Update.
5618         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5619         (value_cast): Update.
5620         (update_search_result): New function.
5621         (do_search_struct_field): New, from search_struct_field.  Check
5622         for ambiguous results.
5623         (search_struct_field): Rewrite.
5624         * infcall.c (value_arg_coerce): Update.
5625         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5626         value_cast_pointers.
5627         * ada-lang.c (ada_convert_actual): Update.
5628
5629 2012-05-21  Tom Tromey  <tromey@redhat.com>
5630
5631         * macroexp.c (macro_stringify): Terminate the string.
5632
5633 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5634
5635         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5636         Describe it.
5637         * auto-load.c (auto_load_expand_dir_vars): New function.
5638         (auto_load_safe_path_vec_update): Use it, remove the
5639         substitute_path_component call thanks to it.
5640         (auto_load_objfile_script): Remove the debug_file_directory processing.
5641         Use auto_load_expand_dir_vars, remove the substitute_path_component
5642         call thanks to it.
5643         * configure: Regenerate.
5644         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5645         path.  Escape $ also for $debugdir.
5646         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5647         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5648
5649 2012-05-20  Doug Evans  <dje@google.com>
5650
5651         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5652         before use.  Check for symtab->includes == NULL before scanning it.
5653
5654 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5655
5656         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5657
5658 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5659
5660         * NEWS: Add microMIPS support and "set mips compression",
5661         "show mips compression" commands.
5662         * mips-tdep.h (mips_isa): New enum.
5663         (gdbarch_tdep): Add mips_isa.
5664         (mips_pc_is_mips16): Update prototype.
5665         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5666         * mips-tdep.c (mips_compression_mips16): New variable.
5667         (mips_compression_micromips): Likewise.
5668         (mips_compression_strings): Likewise.
5669         (mips_compression_string): Likewise.
5670         (is_mips16_isa, is_micromips_isa): New functions.
5671         (is_mips16_addr): Rename to...
5672         (is_compact_addr): ... this.
5673         (unmake_mips16_addr): Likewise to...
5674         (unmake_compact_addr): ... this.
5675         (make_mips16_addr): Likewise to...
5676         (make_compact_addr): ... this.
5677         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5678         functions.
5679         (mips_elf_make_msymbol_special): Handle microMIPS code.
5680         (msymbol_is_special): Rename to...
5681         (msymbol_is_mips16): ... this.
5682         (mips_make_symbol_special, mips_pc_is_mips16): Update
5683         accordingly.
5684         (msymbol_is_mips, msymbol_is_micromips): New functions.
5685         (mips16_to_32_reg): Rename to...
5686         (mips_reg3_to_reg): ... this.
5687         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5688         (mips_pc_isa): Likewise.
5689         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5690         code.
5691         (mips_fetch_instruction): Pass return status instead of printing
5692         an error message if requested.  Handle microMIPS code.  Bail out
5693         on an invalid ISA.
5694         (micromips_op): New macro.
5695         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5696         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5697         (b6s4_op, b7s3_reg): Likewise.
5698         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5699         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5700         (mips_insn_size): New function.
5701         (mips32_next_pc): Update mips_fetch_instruction call.
5702         (micromips_relative_offset7): New function.
5703         (micromips_relative_offset10): Likewise.
5704         (micromips_relative_offset16): Likewise.
5705         (micromips_pc_insn_size): Likewise.
5706         (micromips_bc1_pc): Likewise.
5707         (micromips_next_pc): Likewise.
5708         (unpack_mips16): Update mips_fetch_instruction call.
5709         (extended_mips16_next_pc): Update according to change to
5710         mips16_to_32_reg.
5711         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5712         code.
5713         (mips16_scan_prologue): Update mips_fetch_instruction call.
5714         Update according to change to mips16_to_32_reg.
5715         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5716         (mips_insn16_frame_base_sniffer): Likewise.
5717         (micromips_decode_imm9): New function.
5718         (micromips_scan_prologue): Likewise.
5719         (mips_micro_frame_cache): Likewise.
5720         (mips_micro_frame_this_id): Likewise.
5721         (mips_micro_frame_prev_register): Likewise.
5722         (mips_micro_frame_sniffer): Likewise.
5723         (mips_micro_frame_unwind): New variable.
5724         (mips_micro_frame_base_address): New function.
5725         (mips_micro_frame_base): New variable.
5726         (mips_micro_frame_base_sniffer): New function.
5727         (mips32_scan_prologue): Update mips_fetch_instruction call.
5728         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5729         rather than for MIPS16.
5730         (mips_insn32_frame_base_sniffer): Likewise.
5731         (mips_addr_bits_remove): Handle microMIPS code.
5732         (deal_with_atomic_sequence): Rename to...
5733         (mips_deal_with_atomic_sequence): ... this.  Update the type
5734         of the variable used to hold an instruction.  Remove the ISA bit
5735         check.  Update mips_fetch_instruction call.
5736         (micromips_deal_with_atomic_sequence): New function.
5737         (deal_with_atomic_sequence): Likewise.
5738         (mips_about_to_return): Handle microMIPS code.  Update
5739         mips_fetch_instruction call.
5740         (heuristic_proc_start): Check for the standard MIPS ISA rather
5741         than for MIPS16.  Update mips_pc_is_mips16 and
5742         mips_fetch_instruction calls.  Handle microMIPS code.
5743         (mips_push_dummy_code): Handle microMIPS code.
5744         (mips_eabi_push_dummy_call): Likewise.
5745         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5746         (mips_o64_push_dummy_call): Handle microMIPS code.
5747         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5748         (is_delayed): Remove function.
5749         (mips_single_step_through_delay): Replace the call to is_delayed
5750         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5751         Handle microMIPS code.
5752         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5753         microMIPS code.
5754         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5755         call.
5756         (micromips_in_function_epilogue_p): New function.
5757         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5758         call.
5759         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5760         Handle microMIPS.
5761         (gdb_print_insn_mips): Likewise.
5762         (mips_breakpoint_from_pc): Likewise.
5763         (mips_remote_breakpoint_from_pc): New function.
5764         (mips32_instruction_has_delay_slot): Simplify making use of the
5765         updated mips_fetch_instruction interface.
5766         (micromips_instruction_has_delay_slot): New function.
5767         (mips16_instruction_has_delay_slot): Simplify making use of the
5768         updated mips_fetch_instruction interface.
5769         (mips_adjust_breakpoint_address): Check for the standard MIPS
5770         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5771         calls.  Handle microMIPS code.
5772         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5773         (mips_skip_trampoline_code): Handle microMIPS code.
5774         (global_mips_compression): New function.
5775         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5776         file flags.  Register the microMIPS remote breakpoint handler
5777         and heuristic frame unwinder.
5778         (show_mips_compression): New function.
5779         (_initialize_mips_tdep): Add the "set mips compression" and
5780         "show mips compression" commands.
5781
5782 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5783
5784         * ada-lang.c:
5785         * ada-tasks.c:
5786         * ada-varobj.c:
5787         * amd64-darwin-tdep.c:
5788         * arm-symbian-tdep.c:
5789         * arm-tdep.c:
5790         * avr-tdep.c:
5791         * ax-gdb.c:
5792         * bfin-linux-tdep.c:
5793         * breakpoint.c:
5794         * c-valprint.c:
5795         * cli/cli-cmds.c:
5796         * coffread.c:
5797         * cp-support.c:
5798         * cris-tdep.c:
5799         * dwarf2-frame-tailcall.c:
5800         * dwarf2-frame.c:
5801         * dwarf2expr.c:
5802         * dwarf2loc.c:
5803         * dwarf2read.c:
5804         * elfread.c:
5805         * eval.c:
5806         * expprint.c:
5807         * f-valprint.c:
5808         * frv-tdep.c:
5809         * h8300-tdep.c:
5810         * hppa-hpux-tdep.c:
5811         * hppa-tdep.c:
5812         * hppanbsd-tdep.c:
5813         * i386-nto-tdep.c:
5814         * i386-tdep.c:
5815         * i387-tdep.c:
5816         * ia64-tdep.c:
5817         * jit.c:
5818         * linespec.c:
5819         * linux-tdep.c:
5820         * lm32-tdep.c:
5821         * m2-valprint.c:
5822         * m32c-tdep.c:
5823         * m32r-rom.c:
5824         * m32r-tdep.c:
5825         * m68k-tdep.c:
5826         * m68klinux-tdep.c:
5827         * mi/mi-main.c:
5828         * microblaze-tdep.c:
5829         * mips-linux-tdep.c:
5830         * mips-tdep.c:
5831         * mn10300-tdep.c:
5832         * p-valprint.c:
5833         * parse.c:
5834         * ppc-linux-tdep.c:
5835         * ppc-sysv-tdep.c:
5836         * printcmd.c:
5837         * python/py-finishbreakpoint.c:
5838         * python/py-inferior.c:
5839         * python/py-infthread.c:
5840         * python/py-type.c:
5841         * python/python.c:
5842         * remote-fileio.c:
5843         * remote-m32r-sdi.c:
5844         * remote-mips.c:
5845         * reverse.c:
5846         * rl78-tdep.c:
5847         * rs6000-aix-tdep.c:
5848         * rs6000-tdep.c:
5849         * s390-tdep.c:
5850         * score-tdep.c:
5851         * sh64-tdep.c:
5852         * skip.c:
5853         * solib-darwin.c:
5854         * solib-dsbt.c:
5855         * solib-frv.c:
5856         * sparc-tdep.c:
5857         * spu-multiarch.c:
5858         * spu-tdep.c:
5859         * stack.c:
5860         * symfile.c:
5861         * symtab.c:
5862         * tic6x-tdep.c:
5863         * tracepoint.c:
5864         * v850-tdep.c:
5865         * valarith.c:
5866         * valprint.c:
5867         * value.c:
5868         * xcoffread.c:
5869         * xtensa-tdep.c:
5870         * ada-lang.c:
5871         * ada-tasks.c:
5872         * ada-varobj.c:
5873         * amd64-darwin-tdep.c:
5874         * arm-symbian-tdep.c:
5875         * arm-tdep.c: Delete unused variables.
5876
5877 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5878
5879         Rename $ddir to $datadir.
5880         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5881         * auto-load.c (auto_load_safe_path_vec_update)
5882         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5883         * configure: Regenerate.
5884         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5885         Likewise.  Remove the 'use $ddir' help string.
5886
5887 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5888
5889         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5890         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5891
5892 2012-05-18  Tom Tromey  <tromey@redhat.com>
5893
5894         PR exp/13907:
5895         * valprint.h (struct value_print_options) <symbol_print>: New
5896         field.
5897         * valprint.c (user_print_options): Add default for symbol_print.
5898         (show_symbol_print): New function.
5899         (generic_val_print): Respect symbol_print.
5900         (_initialize_valprint): Add "print symbol" setting.
5901         * f-valprint.c (f_val_print): Respect symbol_print.
5902         * c-valprint.c (c_val_print): Respect symbol_print.
5903         * NEWS: Update.
5904         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5905         zero-size symbols.
5906         (print_address_demangle): Return int.
5907         * defs.h: (print_address_symbolic): Return int.
5908         * value.h (print_address_demangle): Return int.
5909
5910 2012-05-18  Tom Tromey  <tromey@redhat.com>
5911
5912         * valprint.c (val_print_string): Don't print leading space.
5913         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5914         print space before string or vtbl.
5915         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5916         before string.
5917         * jv-valprint.c (java_value_print): Print space before string.
5918         * go-valprint.c (print_go_string): Print space before string.
5919         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5920         space before string.
5921         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5922         space before string or vtbl.
5923         * auxv.c (fprint_target_auxv): Print space after address.
5924
5925 2012-05-18  Tom Tromey  <tromey@redhat.com>
5926
5927         * printcmd.c (print_address_demangle): Remove special case for 0.
5928
5929 2012-05-18  Tom Tromey  <tromey@redhat.com>
5930
5931         * printcmd.c (print_address_demangle): Add 'opts' argument.
5932         * p-valprint.c (pascal_val_print): Update.
5933         * jv-valprint.c (java_val_print): Update.
5934         * value.h: Update.
5935         * valprint.c (generic_val_print): Update.
5936         (print_function_pointer_address): Add 'options' argument.  Remove
5937         'addressprint' argument.  Update.
5938         * m2-valprint.c (print_unpacked_pointer): Update.
5939         * gnu-v3-abi.c (print_one_vtable): Update.
5940         (gnuv3_print_method_ptr): Update.
5941         * f-valprint.c (f_val_print): Update.
5942         * cp-valprint.c (cp_print_value_fields): Update.
5943         * valprint.h (print_function_pointer_address): Update.
5944         * c-valprint.c (c_val_print): Update.
5945
5946 2012-05-18  Tom Tromey  <tromey@redhat.com>
5947
5948         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5949         directly corresponding to the found psymtab.
5950         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5951         (dw2_find_pc_sect_symtab): Use it.
5952         * block.h (blockvector_contains_pc): Declare.
5953         * block.c (find_block_in_blockvector): New function.
5954         (blockvector_for_pc_sect): Use it.
5955         (blockvector_contains_pc): New function.
5956
5957 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5958
5959         * mips-tdep.h (mips_write_pc): New prototype.
5960         * mips-tdep.c (mips_write_pc): Make external, add description.
5961         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5962         add description.
5963
5964 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5965
5966         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5967         mips_regnum->pc.
5968         (mips_unwind_pc, mips_write_pc): Likewise.
5969         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5970         gdbarch_read_pc.
5971
5972 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5973
5974         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5975         proc_warn, proc_error, proc_get_status, proc_flags,
5976         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5977         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5978         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5979         proc_stop_process, proc_wait_for_stop, proc_run_process,
5980         proc_set_traced_signals, proc_set_traced_faults,
5981         proc_set_traced_sysentry, proc_set_traced_sysexit,
5982         proc_set_held_signals, proc_get_held_signals,
5983         proc_get_traced_signals, proc_get_traced_faults,
5984         proc_get_traced_sysentry, proc_get_traced_sysexit,
5985         proc_clear_current_fault, proc_set_current_signal,
5986         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5987         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5988         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5989         proc_get_current_thread, proc_get_current_thread,
5990         proc_get_current_thread, proc_update_threads,
5991         proc_update_threads, proc_update_threads, proc_update_threads,
5992         proc_iterate_over_threads, procfs_find_new_threads,
5993         procfs_pid_to_str): Make static.  Remove advance declaration.
5994         (proc_cursig): Make static.  Conditionalized defintion on
5995         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5996         (proc_syscall, proc_set_kill_on_last_close,
5997         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5998         proc_get_pending_signals, proc_get_signal_actions,
5999         proc_trace_signal, proc_ignore_signal): Delete.
6000
6001 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6002
6003         * coffread.c (cs_section_address): Passing proper argument for
6004         `bfd_get_section_vma'.
6005         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6006         `bfd_get_section_flags'.
6007         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6008         `bfd_get_section_vma'.
6009
6010 2012-05-16  Tom Tromey  <tromey@redhat.com>
6011
6012         PR macros/13205:
6013         * macrotab.h: (macro_define_special): Declare.
6014         (enum macro_special_kind): New.
6015         (struct macro_definition) <argc, replacement>: Update comments.
6016         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6017         (macro_define_object_internal): New function.
6018         (macro_define_object): Use it.
6019         (macro_define_special): New function.
6020         (fixup_definition): New function.
6021         (macro_lookup_definition, foreach_macro_in_scope)
6022         (foreach_macro): Use fixup_definition.
6023         * macroexp.h (macro_stringify): Declare.
6024         * macroexp.c (free_buffer_return_text): New function.
6025         (stringify): Constify "arg".
6026         (macro_stringify): New function.
6027         * dwarf2read.c (macro_start_file): Call macro_define_special.
6028
6029 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6030             Maciej W. Rozycki  <macro@mips.com>
6031
6032         * breakpoint.h (bp_location): Add related_address member.
6033         * inferior.h (get_return_value): Take a pointer to struct value
6034         instead of struct type for the function requested.
6035         * value.h (using_struct_return): Likewise.
6036         * gdbarch.sh (return_value): Take a pointer to struct value
6037         instead of struct type for the function requested.
6038         * breakpoint.c (set_breakpoint_location_function): Initialize
6039         related_address for bp_gnu_ifunc_resolver breakpoints.
6040         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6041         requested function's address to gdbarch_return_value.
6042         * eval.c (evaluate_subexp_standard): Pass the requested
6043         function's address to using_struct_return.
6044         * infcall.c (call_function_by_hand): Pass the requested
6045         function's address to using_struct_return and
6046         gdbarch_return_value.
6047         * infcmd.c (get_return_value): Take a pointer to struct value
6048         instead of struct type for the function requested.
6049         (print_return_value): Update accordingly.
6050         (finish_command_continuation): Likewise.
6051         * stack.c (return_command): Pass the requested function's
6052         address to using_struct_return and gdbarch_return_value.
6053         * value.c (using_struct_return): Take a pointer to struct value
6054         instead of struct type for the function requested.  Pass the
6055         requested function's address to gdbarch_return_value.
6056         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6057         New function_value member, replacing function_type.
6058         (bpfinishpy_dealloc): Update accordingly.
6059         (bpfinishpy_pre_stop_hook): Likewise.
6060         (bpfinishpy_init): Likewise.  Record the requested function's
6061         address.
6062         * mips-tdep.c (mips_fval_reg): New enum.
6063         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6064         words put in GP registers.
6065         (mips_o64_push_dummy_call): Update a comment.
6066         (mips_o32_return_value): Take a pointer to struct value instead
6067         of struct type for the function requested and use it to check if
6068         using the MIPS16 calling convention.  Return the designated
6069         general purpose registers for floating-point values returned in
6070         MIPS16 mode.
6071         (mips_o64_return_value): Likewise.
6072         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6073         (ppc_sysv_abi_broken_return_value): Likewise.
6074         (ppc64_sysv_abi_return_value): Likewise.
6075         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6076         value instead of struct type for the function requested.
6077         * amd64-tdep.c (amd64_return_value): Likewise.
6078         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6079         * arm-tdep.c (arm_return_value): Likewise.
6080         * avr-tdep.c (avr_return_value): Likewise.
6081         * bfin-tdep.c (bfin_return_value): Likewise.
6082         * cris-tdep.c (cris_return_value): Likewise.
6083         * frv-tdep.c (frv_return_value): Likewise.
6084         * h8300-tdep.c (h8300_return_value): Likewise.
6085         (h8300h_return_value): Likewise.
6086         * hppa-tdep.c (hppa32_return_value): Likewise.
6087         (hppa64_return_value): Likewise.
6088         * i386-tdep.c (i386_return_value): Likewise.
6089         * ia64-tdep.c (ia64_return_value): Likewise.
6090         * iq2000-tdep.c (iq2000_return_value): Likewise.
6091         * lm32-tdep.c (lm32_return_value): Likewise.
6092         * m32c-tdep.c (m32c_return_value): Likewise.
6093         * m32r-tdep.c (m32r_return_value): Likewise.
6094         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6095         * m68k-tdep.c (m68k_return_value): Likewise.
6096         (m68k_svr4_return_value): Likewise.
6097         * m88k-tdep.c (m88k_return_value): Likewise.
6098         * mep-tdep.c (mep_return_value): Likewise.
6099         * microblaze-tdep.c (microblaze_return_value): Likewise.
6100         * mn10300-tdep.c (mn10300_return_value): Likewise.
6101         * moxie-tdep.c (moxie_return_value): Likewise.
6102         * mt-tdep.c (mt_return_value): Likewise.
6103         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6104         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6105         (ppc_sysv_abi_broken_return_value): Likewise.
6106         (ppc64_sysv_abi_return_value): Likewise.
6107         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6108         * rl78-tdep.c (rl78_return_value): Likewise.
6109         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6110         * rx-tdep.c (rx_return_value): Likewise.
6111         * s390-tdep.c (s390_return_value): Likewise.
6112         * score-tdep.c (score_return_value): Likewise.
6113         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6114         (sh_return_value_fpu): Likewise.
6115         * sh64-tdep.c (sh64_return_value): Likewise.
6116         * sparc-tdep.c (sparc32_return_value): Likewise.
6117         * sparc64-tdep.c (sparc64_return_value): Likewise.
6118         * spu-tdep.c (spu_return_value): Likewise.
6119         * tic6x-tdep.c (tic6x_return_value): Likewise.
6120         * v850-tdep.c (v850_return_value): Likewise.
6121         * vax-tdep.c (vax_return_value): Likewise.
6122         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6123         * xtensa-tdep.c (xtensa_return_value): Likewise.
6124         * gdbarch.c: Regenerate.
6125         * gdbarch.h: Regenerate.
6126
6127 2012-05-15  Tom Tromey  <tromey@redhat.com>
6128
6129         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6130
6131 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6132
6133         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6134         of command in two error message.
6135
6136 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6137
6138         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6139
6140 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6141
6142         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6143
6144 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6145
6146         * NEWS (show auto-load scripts-directory): Add forgotten command.
6147
6148 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6149
6150         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6151         parameters.
6152
6153 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6154
6155         * amd64-tdep.c: Include features/i386/x32.c and
6156         features/i386/x32-avx.c.
6157         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6158         initialize_tdesc_x32_avx.
6159
6160 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6161
6162         Add dynamic printf.
6163         * breakpoint.h (enum bptype): New type bp_dprintf.
6164         (struct breakpoint): New field extra_string.
6165         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6166         (create_breakpoint): Add extra_string arg.
6167         * breakpoint.c (dprintf_breakpoint_ops): New.
6168         (is_breakpoint): Add bp_dprintf.
6169         (bpstat_what): Add dprintf case.
6170         (bptype_string): Ditto.
6171         (print_one_breakpoint_location): Ditto.
6172         (init_bp_location): Ditto.
6173         (bkpt_print_mention): Ditto.
6174         (dprintf_style_enums): New array.
6175         (dprintf_style): New global.
6176         (dprintf_function): New global.
6177         (dprintf_channel): New global.
6178         (update_dprintf_command_list): New function.
6179         (update_dprintf_commands): New function.
6180         (init_breakpoint_sal): Add extra_string argument, handle it.
6181         (create_breakpoint_sal): Add extra_string argument.
6182         (create_breakpoints_sal): Add extra_string argument, update callers.
6183         (find_condition_and_thread): Add extra argument.
6184         (create_breakpoint): Add extra_string argument, record it.
6185         (dprintf_command): New function.
6186         (break_command_1): Add arg to create_breakpoint call.
6187         (handle_gnu_v3_exceptions): Ditto.
6188         (trace_command): Ditto.
6189         (ftrace_command): Ditto.
6190         (strace_command): Ditto.
6191         (bkpt_print_mention): Add dprintf case.
6192         (create_breakpoint_sal_default): Add extra_string argument.
6193         (_initialize_breakpoint): Add new commands.
6194         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6195         * python/py-breakpoint.c (bppy_init): Ditto.
6196         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6197
6198 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6199
6200         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6201
6202 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6203
6204         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6205         unsigned long long.
6206
6207 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6208
6209         Add a new function gdb.find_pc_line to the Python API.
6210         * NEWS (Python Scripting): Add entry about the new function.
6211         * python/python.c (gdbpy_find_pc_line): New function which
6212         implements gdb.find_pc_line.
6213         (GdbMethods): Add entry for the new function.
6214
6215 2012-05-12  Pedro Alves  <palves@redhat.com>
6216
6217         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6218         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6219
6220 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6221
6222         * inferior.c: Include completer.h
6223         (initialize_inferiors): Set completer of add-inferior to
6224         filename_completer.
6225
6226 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6227
6228         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6229         gdbarch_ptr_bit for x32 core dump.
6230
6231 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6232
6233         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6234         and features/i386/x32-avx-linux.c.
6235
6236 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6237             Kwok Cheung Yeung  <kcy@codesourcery.com>
6238
6239         * NEWS: Describe new info os commands.
6240         * common/linux-osdata.c (PID_T, TIME_T): Define.
6241         (MAX_PID_T_STRLEN): New.
6242         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6243         MAX_PID_T_STRLEN.
6244         (command_from_pid): Add comment.  Change to use PID_T.
6245         (commandline_from_pid):  Change to use PID_T.
6246         (user_from_pid): Add comment.
6247         (get_process_owner): Add comment. Change to use PID_T and
6248         MAX_PID_T_STRLEN.
6249         (get_number_of_cpu_cores): Add comment.
6250         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6251         MAX_PID_T_STRLEN.
6252         (linux_xfer_osdata_processes): Change to use PID_T and
6253         MAX_PID_T_STRLEN.
6254         (compare_processes): New function.
6255         (linux_xfer_osdata_processgroups): New function.
6256         (linux_xfer_osdata_threads): Change to use PID_T.
6257         (linux_xfer_osdata_fds): New function.
6258         (format_socket_state, print_sockets): New functions.
6259         (union socket_addr): New union.
6260         (linux_xfer_osdata_isockets): New function.
6261         (time_from_time_t, group_from_gid): New functions.
6262         (linux_xfer_osdata_shm): New function.
6263         (linux_xfer_osdata_sem): New function.
6264         (linux_xfer_osdata_msg): New function.
6265         (linux_xfer_osdata_modules): New function.
6266         (osdata_table): Add new entries.
6267         * common/buffer.c (buffer_xml_printf): Add support for long and
6268         long long format specifiers.
6269
6270 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6271
6272         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6273         (tdesc_x32_avx_linux): Likewise.
6274
6275 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6276
6277         Implement multi-component --with-auto-load-dir.
6278         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6279         entries.
6280         (--with-auto-load-safe-path): Update the default value description.
6281         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6282         New.
6283         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6284         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6285         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6286         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6287         "set auto-load scripts-directory".
6288         * config.in: Regenerate.
6289         * configure: Regenerate.
6290         * configure.ac (--with-auto-load-dir): New configure option.
6291         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6292
6293 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6294
6295         Provide $ddir substitution for --with-auto-load-safe-path.
6296         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6297         entries.
6298         * auto-load.c: Include observer.h.
6299         (auto_load_safe_path_vec_update): Call substitute_path_component for
6300         each component.  New variable ddir_subst.
6301         (auto_load_gdb_datadir_changed): New function.
6302         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6303         AUTO_LOAD_SAFE_PATH.  New comment.
6304         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6305         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6306         * config.in: Regenerate.
6307         * configure: Regenerate.
6308         * configure.ac (--auto-load-safe-path): Rename
6309         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6310         GDB_DATADIR/auto-load.
6311         * defs.h (substitute_path_component): New declaration.
6312         * top.c: Include observer.h.
6313         (set_gdb_datadir): New function.
6314         (init_main): Install it for "set data-directory".
6315         * utils.c (substitute_path_component): New function.
6316
6317 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6318
6319         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6320         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6321         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6322         DEBUG_FILE_DIRECTORY.
6323
6324 2012-05-10  Tom Tromey  <tromey@redhat.com>
6325
6326         * dwarf2read.c (recursively_write_psymbols): New function.
6327         (write_psymtabs_to_index): Use it.
6328
6329         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6330         field.
6331         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6332         (load_partial_comp_unit): Update.
6333         (queue_comp_unit): Add argument 'pretend_language'.
6334         (process_queue): Update.
6335         (psymtab_to_symtab_1): Skip dependencies that have a user.
6336         (load_partial_comp_unit_reader): Give meaning to the 'data'
6337         argument.
6338         (load_full_comp_unit): Add 'pretend_language' argument.
6339         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6340         language on CU.
6341         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6342         Update.
6343         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6344         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6345         Update.
6346         (prepare_one_comp_unit): Add 'pretend_language' argument.
6347
6348         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6349         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6350         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6351         (dw2_do_instantiate_symtab): Check whether symtab was read in
6352         before queueing.
6353         (dw2_instantiate_symtab): Add assertion.  Call
6354         process_cu_includes.
6355         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6356         (partial_symtab_p): New typedef.
6357         (set_partial_user): New function.
6358         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6359         (scan_partial_symbols): Add imported CU to imported_symtabs.
6360         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6361         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6362         (get_symtab, recursively_compute_inclusions)
6363         (compute_symtab_includes, process_cu_includes)
6364         (process_imported_unit_die): New functions.
6365         (process_die) <DW_TAG_imported_unit>: New case.
6366         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6367
6368         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6369         comment.
6370         (struct partial_die_info) <locdesc>: Remove.
6371         <d>: New field.
6372         (process_psymtab_comp_unit): Add 'read_partial' argument.
6373         Update.
6374         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6375         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6376         (add_partial_symbol): Update.
6377         (process_die): Handle DW_TAG_partial_unit.
6378         (read_file_scope): Update comment.
6379         (load_partial_dies): Handle DW_TAG_imported_unit.
6380         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6381         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6382
6383 2012-05-10  Tom Tromey  <tromey@redhat.com>
6384
6385         * cc-with-dwz.sh: New file.
6386
6387 2012-05-10  Tom Tromey  <tromey@redhat.com>
6388
6389         * symtab.h (struct symtab) <includes, user>: New fields.
6390         * block.h (struct block_iterator) <d, idx, which>: New fields.
6391         * block.c (initialize_block_iterator, find_iterator_symtab)
6392         (block_iterator_step, block_iter_name_step)
6393         (block_iter_match_step): New functions.
6394         (block_iterator_first, block_iterator_next)
6395         (block_iter_name_first, block_iter_name_next)
6396         (block_iter_match_first, block_iter_match_next): Rewrite.
6397         (get_block_symtab): New function.
6398
6399 2012-05-10  Tom Tromey  <tromey@redhat.com>
6400
6401         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6402         set_block_symtab.
6403         * jit.c (finalize_symtab): Use allocate_global_block,
6404         set_block_symtab.
6405         * buildsym.c (finish_block_internal): New function, from old
6406         finish_block.
6407         (finish_block): Rewrite.
6408         (end_symtab): Use finish_block_internal, set_block_symtab.
6409         * block.h (struct global_block): New.
6410         (allocate_global_block, set_block_symtab): Declare.
6411         * block.c (allocate_global_block, set_block_symtab): New
6412         functions.
6413
6414 2012-05-10  Tom Tromey  <tromey@redhat.com>
6415
6416         * psymtab.c (partial_map_expand_apply): Add assertion.
6417         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6418         (psymtab_to_symtab): Find unshared psymtab.
6419         (dump_psymtab): Print including psymtabs.
6420         (recursively_search_psymtabs): New function.
6421         (expand_symtabs_matching_via_partial): Use it.
6422         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6423         fields.
6424         (enum psymtab_search_status): New.
6425
6426 2012-05-10  Tom Tromey  <tromey@redhat.com>
6427
6428         * tracepoint.c (scope_info): Update.
6429         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6430         (find_pc_sect_symtab, search_symbols)
6431         (default_make_symbol_completion_list_break_on)
6432         (make_file_symbol_completion_list): Update.
6433         * symmisc.c (dump_symtab_1): Update.
6434         * stack.c (print_frame_args, iterate_over_block_locals)
6435         (print_frame_labels, iterate_over_block_arg_vars): Update.
6436         * python/py-block.c (block_object) <dict>: Remove.
6437         <block>: New field.
6438         <iter>: Change type.
6439         (blpy_iter): Update.
6440         (blpy_block_syms_iternext): Update.
6441         * psymtab.c (map_block): Use block iterators.
6442         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6443         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6444         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6445         * infrun.c (check_exception_resume): Update.
6446         * cp-support.c (make_symbol_overload_list_block): Update.
6447         * coffread.c (patch_opaque_types): Update.
6448         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6449         * block.h (struct block_iterator): New.
6450         (block_iterator_first, block_iterator_next, block_iter_name_first)
6451         (block_iter_name_next, block_iter_match_first)
6452         (block_iter_match_next): Declare.
6453         (ALL_BLOCK_SYMBOLS): Redefine.
6454         * block.c (block_iterator_first, block_iterator_next)
6455         (block_iter_name_first, block_iter_name_next)
6456         (block_iter_match_first, block_iter_match_next): New functions.
6457         * ada-lang.c (ada_add_block_symbols)
6458         (ada_make_symbol_completion_list): Use block iterator.
6459
6460 2012-05-10  Tom Tromey  <tromey@redhat.com>
6461
6462         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6463         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6464         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6465         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6466         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6467         Update.
6468
6469 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6470
6471         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6472         print-file-var-lib2.c, print-file-var-main.c and
6473         print-file-var.exp (located in gdb/testsuite/gdb.base).
6474
6475 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6476
6477         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6478         try locating the symbol in the symbol's own objfile first, before
6479         extending the search to all objfiles.
6480         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6481         out of lookup_symbol_aux_symtabs.
6482         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6483         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6484         Do not search EXCLUDE_OBJFILE.
6485         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6486         (lookup_symbol_global): Search for matches in the block's objfile
6487         first, before searching all other objfiles.
6488
6489 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6490
6491         * printcmd.c (set_command): Add pre/post inc/dec.
6492
6493 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6494
6495         * gdb.1: Document -ex option.
6496
6497 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6498
6499         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6500         * inferior.h (AT_SYMBOL): Delete.
6501
6502 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6503
6504         * mips-tdep.c (mips_push_dummy_code): New function.
6505         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6506         ON_STACK and install mips_push_dummy_code as our gdbarch
6507         push_dummy_code routine.
6508
6509 2012-05-09  Pedro Alves  <palves@redhat.com>
6510
6511         * target.c (set_maintenance_target_async_permitted): Rename to ...
6512         (set_target_async_command): ... this.
6513         (show_maintenance_target_async_permitted): Rename to ...
6514         (show_target_async_command): ... this.
6515         (initialize_targets): Adjust.
6516
6517 2012-05-08  Doug Evans  <dje@google.com>
6518
6519         * go-exp.y (classify_name): Add missing assignment of fields of
6520         yylval.ssym.
6521
6522 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6523
6524         Display the ">" prompt in interactive mode while reading canned
6525         commands, even when the current interpreter is MI.
6526
6527         * interps.c (interp_set_temp): New function.
6528
6529         * interps.h (interp_set_temp): Add prototype.
6530
6531         * cli/cli-script.c (restore_interp): New cleanup function.
6532         (read_command_lines): Temporarily override the current interpreter
6533         with CLI and arrange for restoring the original one.
6534
6535 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6536
6537         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6538
6539 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6540
6541         * probe.c (parse_probes): Move conditional to check for
6542         debuginfo files from here...
6543         * stap-probe.c (stap_get_probes): ... to here.
6544
6545 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6546             H.J. Lu  <hongjiu.lu@intel.com>
6547
6548         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6549         `movl %esp, %ebp' for the X32 ABI.
6550
6551 2012-05-07  Tom Tromey  <tromey@redhat.com>
6552
6553         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6554         get_DW_TAG_name.
6555         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6556         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6557         (dwarf_stack_op_name): Remove.
6558         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6559         (decode_locdesc): Use get_DW_OP_name.
6560         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6561         (dwarf2_compile_expr_to_ax): Likewise.
6562         (disassemble_dwarf_expression): Likewise.
6563         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6564
6565 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6566
6567         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6568         (sh_linux_sigtramp_cache): New function.
6569         (sh_linux_sigreturn_init): New function.
6570         (sh_linux_rt_sigreturn_init): New function.
6571         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6572         patterns.
6573         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6574         syscall codes.
6575         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6576         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6577         (sh_linux_init_abi): Add init calls to register new tramp_frame
6578         definitions under 32-bit SH, update comments.
6579
6580 2012-05-07  Pedro Alves  <palves@redhat.com>
6581
6582         PR gdb/10952
6583
6584         * amd64-linux-tdep.c: Include glibc-tdep.h.
6585         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6586         gdbarch_skip_solib_resolver callback.
6587
6588 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6589
6590         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6591         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6592         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6593         (add_auto_load_safe_path): Change the error message.
6594         (_initialize_auto_load): Change the "safe-path" help text.
6595         * configure: Regenerate
6596         * configure.ac (--without-auto-load-safe-path): Set
6597         WITH_AUTO_LOAD_SAFE_PATH to /.
6598
6599 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6600
6601         * stap-probe.h: Do not include unecessary `probe.h'.
6602
6603 2012-05-05  Alan Modra  <amodra@gmail.com>
6604
6605         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6606         bfd_und_section_ptr.
6607         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6608         and bfd_com_section_ptr.
6609
6610 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6611
6612         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6613
6614 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6615
6616         * windows-nat.h (segment_register_p_ftype): New typedef.
6617         (windows_set_segment_register_p): Add declaration.
6618         * windows-nat.c (segment_register_p): New static global.
6619         (windows_set_segment_register_p): New function.
6620         (do_windows_fetch_inferior_registers): Add special handling
6621         for segment registers.
6622         * amd64-windows-nat.c: #include "amd64-tdep.h".
6623         (amd64_windows_segment_register_p): New function.
6624         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6625         * i386-windows-nat.c: #include "i386-tdep.h".
6626         (i386_windows_segment_register_p): New function.
6627         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6628
6629 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6630
6631         * printcmd.c (set_command): Emit a warning if the expression is not
6632         an assignment.
6633
6634 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6635
6636         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6637         Make static.
6638
6639 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6640
6641         * stap-probe.c (stap_is_operator): Change declaration.
6642         (stap_get_opcode): Change return value.
6643         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6644         `stap_parse_argument_1'.
6645
6646 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6647
6648         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6649         debug log.
6650
6651 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6652
6653         Add two new methods global_block and static_block to gdb.Symtab
6654         objects.
6655         * NEWS (Python scripting): Add entry about the new methods.
6656         * python/py-symtab.c (stpy_global_block): New function which
6657         implements the gdb.Symtab.global_block() method.
6658         (stpy_static_block): New function which implements the
6659         gdb.Symtab.static_block() method.
6660         (symtab_object_methods): Add entries for the two new methods.
6661
6662 2012-05-03  Doug Evans  <dje@google.com>
6663
6664         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6665         files.
6666
6667 2012-05-03  Yao Qi  <yao@codesourcery.com>
6668
6669         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6670         space.
6671         (i386_process_record): Ditto.
6672
6673 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6674
6675         * infcall.c (unwind_on_signal_p): Make static.
6676
6677 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6678
6679         * sol-thread.c (solaris_pid_to_str): Make static.
6680         (_initialize_sol_thread): Add prototype.
6681
6682 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6683
6684         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6685
6686 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6687
6688         * MAINTAINERS: Remove myself.
6689
6690 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6691
6692         Fix --without-auto-load-safe-path for MS-Windows host platform.
6693         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6694
6695 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6696
6697         * gdb_curses.h: Undefine KEY_EVENT before including curses
6698         headers.  Move "#undef MOUSE_MOVED" before any curses header
6699         inclusion.
6700
6701 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6702
6703         * features/i386/i386-mmx-linux.c: Regenerate.
6704         * features/rs6000/powerpc-32.c: Likewise.
6705         * features/rs6000/powerpc-32l.c: Likewise.
6706         * features/rs6000/powerpc-403.c: Likewise.
6707         * features/rs6000/powerpc-403gc.c: Likewise.
6708         * features/rs6000/powerpc-405.c: Likewise.
6709         * features/rs6000/powerpc-505.c: Likewise.
6710         * features/rs6000/powerpc-601.c: Likewise.
6711         * features/rs6000/powerpc-602.c: Likewise.
6712         * features/rs6000/powerpc-603.c: Likewise.
6713         * features/rs6000/powerpc-604.c: Likewise.
6714         * features/rs6000/powerpc-64.c: Likewise.
6715         * features/rs6000/powerpc-64l.c: Likewise.
6716         * features/rs6000/powerpc-750.c: Likewise.
6717         * features/rs6000/powerpc-860.c: Likewise.
6718         * features/rs6000/powerpc-e500.c: Likewise.
6719         * features/rs6000/powerpc-e500l.c: Likewise.
6720         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6721         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6722         * features/rs6000/rs6000.c: Likewise.
6723
6724 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6725
6726         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6727         variable.
6728         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6729         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6730         (stap_parse_argument) <e>: Likewise.
6731         (handle_stap_probe) <byte_order>: Likewise.
6732
6733 2012-04-30  Doug Evans  <dje@google.com>
6734
6735         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6736         init_and_read_dies_worker.  All callers updated.
6737         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6738         replaced with init_cutu_and_read_dies.
6739         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6740         (find_partial_die): Remove FIXME.  Don't free current CU.
6741
6742 2012-04-30  Sterling Augustine  <saugustine@google.com>
6743
6744         * contrib: New directory.
6745         * contrib/test_pubnames_and_indexes.py: New file.
6746
6747 2012-04-30  Doug Evans  <dje@google.com>
6748
6749         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6750         All callers updated.
6751         (init_cu_die_reader): Verify the section is non-empty.
6752         (dwarf_decode_line_header): Don't dereference section->asection
6753         until we know the section is present.
6754
6755 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6756
6757         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6758         probes.
6759
6760 2012-04-29  Yao Qi  <yao@codesourcery.com>
6761
6762         * gdb-code-style.el: New hook gdb-markup-hook
6763         and gdb-comment-hook.
6764
6765 2012-04-28  Doug Evans  <dje@google.com>
6766
6767         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6768         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6769         objfile->obfd.
6770         * symfile.h (dwarf2_debug_sections): New member addr.
6771         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6772         (ctx_no_get_addr_index): New function.
6773         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6774         (ctx_no_get_addr_index): Declare.
6775         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6776         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6777         (dwarf_expr_ctx_funcs): Update.
6778         (needs_get_addr_index): New function.
6779         (needs_frame_ctx_funcs): Update.
6780         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6781         * dwarf2read.c: #include "gdbcore.h".
6782         (dwarf2_per_objfile): New members addr, dwo_files.
6783         (dwarf2_elf_names): Add entry for addr.
6784         (struct dwo_section_names): New type.
6785         (dwo_section_names): New static global.
6786         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6787         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6788         old debug_types_section member updated to use this.
6789         Rename member debug_types_section to info_or_types_section,
6790         all uses updated.
6791         (signatured_type): Rename member type_offset to type_offset_in_tu,
6792         all uses updated.  New member type_offset_in_section.
6793         (struct dwo_sections): New type.
6794         (struct dwo_unit): New type.
6795         (struct dwo_file): New type.
6796         (die_reader_specs): New member dwo_file.
6797         (dwarf2_locate_sections): Watch for .debug_addr.
6798         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6799         (dwarf2_read_section): Get bfd of section from bfd's asection,
6800         instead of objfile.
6801         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6802         (create_signatured_type_table_from_index): Initialize
6803         sig_type->info_or_types_section.
6804         (dw2_get_file_names): Statement lists for type units with DWO files
6805         live in the DWO file.
6806         (create_debug_types_hash_table): New function.
6807         (create_all_type_units): Rewrite.
6808         (init_cu_die_reader): New arg dwo_file, all callers updated.
6809         (init_and_read_dies_worker): Get section from
6810         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6811         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6812         continue reading the CU/TU from there.
6813         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6814         updated.  Get section from this_cu->info_or_types_section.
6815         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6816         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6817         DW_FORM_GNU_str_index.
6818         (hash_dwo_file, eq_dwo_file): New functions.
6819         (allocate_dwo_file_hash_table): New function.
6820         (hash_dwo_unit, eq_dwo_unit): New functions.
6821         (allocate_dwo_unit_table): New function.
6822         (dwarf2_locate_dwo_sections): New function.
6823         (struct create_dwo_info_table_data): New type.
6824         (create_debug_info_hash_table_reader): New function.
6825         (create_debug_info_hash_table): New function.
6826         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6827         (lookup_dwo_file): New function.
6828         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6829         (free_dwo_file, free_dwo_file_cleanup): New functions.
6830         (free_dwo_file_from_slot, free_dwo_files): New functions.
6831         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6832         (dwarf2_record_block_ranges): Ditto.
6833         (read_partial_die): Ditto.
6834         (process_enumeration_scope): Update to use type_offset_in_section.
6835         (read_full_die_1): New function.
6836         (read_full_die): Rewrite.
6837         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6838         DW_FORM_GNU_str_index.
6839         (read_addr_index_1, read_addr_index): New functions.
6840         (read_addr_index_from_leb128): New function.
6841         (struct dwarf2_read_addr_index_data): New type.
6842         (dwarf2_read_addr_index_reader): New function.
6843         (dwarf2_read_addr_index): New function.
6844         (read_str_index): New function.
6845         (leb128_size): New function.
6846         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6847         If processing a type unit from a DWO file, get the line section
6848         from the DWO file.
6849         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6850         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6851         DW_FORM_GNU_str_index.
6852         (lookup_die_type): Check whether section offset of type's die is
6853         known before looking it up.  Remove assert.  Condition can
6854         legimately happen for inter-cu type references.
6855         (dwarf_attr_name): Handle Fission attributes.
6856         (dwarf_form_name): Handle Fission forms.
6857         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6858         DW_FORM_GNU_str_index.
6859         (follow_die_sig): Update to use type_offset_in_section.
6860         (decode_locdesc): New case DW_OP_GNU_addr_index.
6861         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6862         DW_FORM_GNU_str_index.
6863         (cu_debug_loc_section): New function.
6864         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6865         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6866         Free DWO files if present.
6867         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6868
6869         Refactor DIE reading.
6870         * dwarf2read.c (dwarf2_per_objfile): Replace members
6871         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6872         (die_reader_specs): New member "die_section".  Temporarily make
6873         member "buffer" non-const, pending constifying all info_ptr uses.
6874         (die_reader_func_ftype): New typedef.
6875         (dw2_get_file_names_reader): New function.
6876         (dw2_get_file_names): Rewrite.
6877         (read_and_check_type_unit_head): Rename arg type_offset to
6878         type_offset_in_tu.
6879         (create_all_type_units): Improve debugging message.
6880         Improve dummy type unit check.
6881         (init_cu_die_reader): New arg "section".  All callers updated.
6882         (init_and_read_dies_worker): New function.
6883         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6884         (init_cutu_and_read_dies_no_follow): New function.
6885         (init_cutu_and_read_dies_simple): New function.
6886         (process_psymtab_comp_unit_reader): New function.
6887         (process_psymtab_comp_unit): Delete args section,
6888         is_debug_types_section.  Rewrite.  All callers updated.
6889         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6890         All callers updated.  Rewrite.
6891         (load_partial_comp_unit_reader): New function.
6892         (load_partial_comp_unit): Rewrite.
6893         (skip_children): New arg reader.  Delete args buffer, cu.
6894         All callers updated.
6895         (skip_one_die): New arg reader.  Delete args buffer, cu.
6896         All callers updated.
6897         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6898         All callers updated.
6899         (load_full_comp_unit_reader): New function.
6900         (load_full_comp_unit): Rewrite.
6901         (read_comp_unit): Delete.
6902         (read_die_and_children_1): Delete, contents moved ...
6903         (read_die_and_children): ... here.
6904         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6905         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6906         All callers updated.
6907         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6908         All callers updated.
6909         (find_partial_die): Rewrite load_all_dies support.
6910         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6911         All callers updated.
6912         (read_attribute): New arg reader.  Delete args abfd, cu.
6913         All callers updated.
6914         (load_full_type_unit): Add assert.
6915         (read_signatured_type_reader): New function.
6916         (read_signatured_type): Rewrite.
6917         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6918         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6919         All callers updated.  Set per_cu->cu = NULL after freeing it.
6920         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6921         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6922         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6923         (set_die_type): Update.
6924         (get_die_type_at_offset): Update.
6925         (read_file_scope): Call prepare_one_comp_unit.
6926         (read_type_unit_scope): Ditto.
6927         (prepare_one_comp_unit): Set producer if present.
6928
6929 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6930
6931         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6932          gettext function on `error'.
6933
6934 2012-04-27  Doug Evans  <dje@google.com>
6935
6936         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6937         is empty.
6938
6939 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6940             Tom Tromey  <tromey@redhat.com>
6941
6942         * breakpoint.c (struct breakpoint_objfile_data)
6943         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6944         <exception_probes>: New fields.
6945         (free_breakpoint_probes): New function.
6946         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6947         `_Unwind_DebugHook'.
6948         (create_exception_master_breakpoint): Likewise.
6949         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6950         * infrun.c: Including necessary header files for handling SystemTap
6951         probes.
6952         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6953         via SystemTap probes.
6954         (check_exception_resume): Remove `func' argument.  Handle exception
6955         unwinding breakpoint set via a SystemTap probe.
6956         (insert_exception_resume_from_probe): New function.
6957
6958 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6959             Tom Tromey  <tromey@redhat.com>
6960             Jan Kratochvil  <jan.kratochvil@redhat.com>
6961
6962         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6963         (COMMON_OBS): Likewise.
6964         (HFILES_NO_SRCDIR): Add `probe'.
6965         * NEWS: Mention support for static and SystemTap probes.
6966         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6967         SystemTap probes' arguments parser.
6968         * arm-linux-tdep.c: Including headers needed to perform the parsing
6969         of SystemTap probes' arguments.
6970         (arm_stap_is_single_operand): New function.
6971         (arm_stap_parse_special_token): Likewise.
6972         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6973         probes' arguments parser.
6974         * ax-gdb.c (require_rvalue): Removing static declaration.
6975         (gen_expr): Likewise.
6976         * ax-gdb.h (gen_expr): Declaring function.
6977         (require_rvalue): Likewise.
6978         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6979         (bkpt_probe_breakpoint_ops): New variable.
6980         (momentary_breakpoint_from_master): Set the `probe' value.
6981         (add_location_to_breakpoint): Likewise.
6982         (break_command_1): Using proper breakpoint_ops according to the
6983         argument passed by the user in the command line.
6984         (bkpt_probe_insert_location): New function.
6985         (bkpt_probe_remove_location): Likewise.
6986         (bkpt_probe_create_sals_from_address): Likewise.
6987         (bkpt_probe_decode_linespec): Likewise.
6988         (tracepoint_probe_create_sals_from_address): Likewise.
6989         (tracepoint_probe_decode_linespec): Likewise.
6990         (tracepoint_probe_breakpoint_ops): New variable.
6991         (trace_command): Using proper breakpoint_ops according to the
6992         argument passed by the user in the command line.
6993         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6994         static probes on breakpoints and tracepoints.
6995         * breakpoint.h (struct bp_location) <probe>: New field.
6996         * cli-utils.c (skip_spaces_const): New function.
6997         (extract_arg): Likewise.
6998         * cli-utils.h (skip_spaces_const): Likewise.
6999         (extract_arg): Likewise.
7000         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7001         * configure.ac: Append `stap-probe.o' to be generated when ELF
7002         support is present.
7003         * configure: Regenerate.
7004         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7005         * elfread.c: Include `probe.h' and `arch-utils.h'.
7006         (probe_key): New variable.
7007         (elf_get_probes): New function.
7008         (elf_get_probe_argument_count): Likewise.
7009         (elf_evaluate_probe_argument): Likewise.
7010         (elf_compile_to_ax): Likewise.
7011         (elf_symfile_relocate_probe): Likewise.
7012         (stap_probe_key_free): Likewise.
7013         (elf_probe_fns): New variable.
7014         (elf_sym_fns): Add `sym_probe_fns' value.
7015         (elf_sym_fns_lazy_psyms): Likewise.
7016         (elf_sym_fns_gdb_index): Likewise.
7017         (_initialize_elfread): Initialize objfile cache for static
7018         probes.
7019         * gdb_vecs.h (struct probe): New forward declaration.
7020         (probe_p): New VEC declaration.
7021         * gdbarch.c: Regenerate.
7022         * gdbarch.h: Regenerate.
7023         * gdbarch.sh (stap_integer_prefix): New variable.
7024         (stap_integer_suffix): Likewise.
7025         (stap_register_prefix): Likewise.
7026         (stap_register_suffix): Likewise.
7027         (stap_register_indirection_prefix): Likewise.
7028         (stap_register_indirection_suffix): Likewise.
7029         (stap_gdb_register_prefix): Likewise.
7030         (stap_gdb_register_suffix): Likewise.
7031         (stap_is_single_operand): New function.
7032         (stap_parse_special_token): Likewise.
7033         (struct stap_parse_info): Forward declaration.
7034         * i386-tdep.c: Including headers needed to perform the parsing
7035         of SystemTap probes' arguments.
7036         (i386_stap_is_single_operand): New function.
7037         (i386_stap_parse_special_token): Likewise.
7038         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7039         probes' arguments parser.
7040         * i386-tdep.h (i386_stap_is_single_operand): New function.
7041         (i386_stap_parse_special_token): Likewise.
7042         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7043         * mipsread.c (ecoff_sym_fns): Likewise.
7044         * objfiles.c (objfile_relocate1): Support relocation for static
7045         probes.
7046         * parse.c (prefixify_expression): Remove static declaration.
7047         (initialize_expout): Likewise.
7048         (reallocate_expout): Likewise.
7049         * parser-defs.h (initialize_expout): Declare function.
7050         (reallocate_expout): Likewise.
7051         (prefixify_expression): Likewise.
7052         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7053         of SystemTap probes' arguments.
7054         (ppc_stap_is_single_operand): New function.
7055         (ppc_stap_parse_special_token): Likewise.
7056         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7057         probes' arguments parser.
7058         * probe.c: New file, for generic statically defined probe support.
7059         * probe.h: Likewise.
7060         * s390-tdep.c: Including headers needed to perform the parsing of
7061         SystemTap probes' arguments.
7062         (s390_stap_is_single_operand): New function.
7063         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7064         probes' arguments parser.
7065         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7066         * stap-probe.c: New file, for SystemTap probe support.
7067         * stap-probe.h: Likewise.
7068         * symfile.h: Include `gdb_vecs.h'.
7069         (struct sym_probe_fns): New struct.
7070         (struct sym_fns) <sym_probe_fns>: New field.
7071         * symtab.c (init_sal): Initialize `probe' field.
7072         * symtab.h (struct probe): Forward declaration.
7073         (struct symtab_and_line) <probe>: New field.
7074         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7075         locations.
7076         (stop_tracing): Likewise.
7077         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7078
7079 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7080             Tom Tromey  <tromey@redhat.com>
7081
7082         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7083         and to compile agent expressions.
7084         * infrun.c (siginfo_make_value): New argument `ignore'.
7085         (siginfo_funcs): New struct.
7086         (_initialize_infrun): New argument when calling
7087         `create_internalvar_type_lazy'.
7088         * thread.c (thread_id_make_value): New argument `ignore'.
7089         (thread_funcs): New struct.
7090         (_initialize_thread): New argument when calling
7091         `create_internalvar_type_lazy'.
7092         * tracepoint.c (sdata_make_value): New argument `ignore'.
7093         (sdata_funcs): New struct.
7094         (_initialize_tracepoint): New argument when calling
7095         `create_internalvar_type_lazy'.
7096         * value.c (make_value): New struct.
7097         (create_internalvar_type_lazy): New argument `data'.
7098         (compile_internalvar_to_ax): New function.
7099         (value_of_internalvar): Properly handling `make_value' case.
7100         (clear_internalvar): Likewise.
7101         (show_convenience): Adding `TRY_CATCH' block.
7102         * value.h (internalvar_make_value): Delete, replace by...
7103         (struct internalvar_funcs): ... this.
7104         (create_internalvar_type_lazy) <fun>: Delete argument.
7105         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7106         (compile_internalvar_to_ax): New function.
7107         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7108         (tlb_funcs): New struct.
7109         (_initialize_windows_tdep): New argument when calling
7110         `create_internalvar_type_lazy'.
7111
7112 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7113
7114         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7115         see whether it is an address or a constant offset from DW_AT_low_pc.
7116         (dwarf2_record_block_ranges): Likewise.
7117         (read_partial_die): Likewise.
7118
7119 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7120
7121         * MAINTAINERS (Write After Approval): Add myself to the list.
7122
7123 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7124
7125         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7126         (proc_prettyprint_signal): Likewise.
7127         (proc_prettyprint_faultset): Likewise.
7128         (proc_prettyprint_fault): Likewise.
7129         (proc_prettyprint_actionset): Likewise.
7130         (proc_prettyprint_flags): Move to new proc-flags.c section.
7131         (proc_prettyfprint_flags): New prototype.
7132         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7133         (proc_syscall, proc_cursig): Likewise.
7134         (proc_set_kill_on_last_close): Likewise.
7135         (proc_unset_kill_on_last_close): Likewise.
7136         (proc_set_watchpoint): Make static.
7137         (proc_delete_dead_threads): Likewise.
7138         (procfs_set_watchpoint): Likewise.
7139         (_initialize_procfs): Add prototype.
7140         * proc-events.c: Include proc-utils.h.
7141         (init_syscall_table): Make static.
7142         * proc-api.c (_initialize_proc_api): Add prototype.
7143         * proc-flags.c: Include proc-utils.h.
7144
7145 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7146
7147         * configure.ac: Add AC_ARG_PROGRAM.
7148         * configure: Regenerate.
7149
7150 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7151
7152         Fix DW_AT_lower_bound defaults for DWARF-4+.
7153         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7154         high.  New variable low_default_is_valid.  Implement DWARF-4+
7155         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7156         no default by the DWARF standard.
7157
7158 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7159             Maciej W. Rozycki  <macro@codesourcery.com>
7160
7161         * infrun.c (handle_inferior_event): Move the check for return
7162         trampolines ahead of the check for function trampolines.
7163         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7164         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7165         (mips_str_mips16_ret_stub): Likewise.
7166         (mips_str_call_fp_stub): Likewise.
7167         (mips_str_call_stub): Likewise.
7168         (mips_str_fn_stub): Likewise.
7169         (mips_str_pic): Likewise.
7170         (mips_in_frame_stub): New function.
7171         (mips_unwind_pc): Return the return address rather than the PC
7172         if the PC of an intermediate frame is inside a call thunk.
7173         (mips_is_stub_suffix): New function.
7174         (mips_is_stub_mode): Likewise.
7175         (mips_get_mips16_fn_stub_pc): Likewise.
7176         (mips_skip_mips16_trampoline_code): Update to handle all the
7177         currently generated stub types.  Don't recurse into __fn_stub
7178         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7179         Use cooked register accesses.
7180         (mips_in_return_stub): Reintroduce function.
7181         (mips_skip_trampoline_code): Traverse trampolines recursively.
7182         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7183
7184 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7185
7186         GDB 7.4.1 released.
7187
7188 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7189
7190         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7191         * features/arm-with-m-vfp-d16.xml: New file. Describes
7192         Cortex-M with VFPv4-sp-d16 FPU register layout.
7193         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7194         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7195         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7196         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7197         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7198
7199 2012-04-25  Doug Evans  <dje@google.com>
7200
7201         * cli/cli-decode.c (print_doc_line): Use stream instead of
7202         current_uiout.
7203
7204 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7205
7206         * features/arm-with-iwmmxt.c: Regenerate.
7207         * features/arm-with-m-fpa-layout.c: Likewise.
7208         * features/arm-with-m.c: Likewise.
7209         * features/arm-with-neon.c: Likewise.
7210         * features/arm-with-vfpv2.c: Likewise.
7211         * features/arm-with-vfpv3.c: Likewise.
7212         * features/mips-dsp-linux.c: Likewise.
7213         * features/mips-linux.c: Likewise.
7214         * features/mips64-dsp-linux.c: Likewise.
7215         * features/mips64-linux.c: Likewise.
7216         * features/s390-linux32.c: Likewise.
7217         * features/s390-linux32v1.c: Likewise.
7218         * features/s390-linux32v2.c: Likewise.
7219         * features/s390-linux64.c: Likewise.
7220         * features/s390-linux64v1.c: Likewise.
7221         * features/s390-linux64v2.c: Likewise.
7222         * features/s390x-linux64.c: Likewise.
7223         * features/s390x-linux64v1.c: Likewise.
7224         * features/s390x-linux64v2.c: Likewise.
7225         * features/tic6x-c62x-linux.c: Likewise.
7226         * features/tic6x-c62x.c: Likewise.
7227         * features/tic6x-c64x-linux.c: Likewise.
7228         * features/tic6x-c64x.c: Likewise.
7229         * features/tic6x-c64xp-linux.c: Likewise.
7230         * features/tic6x-c64xp.c: Likewise.
7231         * target-descriptions.c: Only generate `field_type' and `type'
7232         variables when needed.
7233
7234 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7235
7236         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7237
7238 2012-04-25  Doug Evans  <dje@google.com>
7239
7240         Initial pass at Go language support.
7241         * NEWS: Mention Go.
7242         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7243         go-valprint.c.
7244         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7245         (YYFILES): Add go-exp.c.
7246         (YYOBJ): Add go-exp.o.
7247         (local-maintainer-clean): Delete go-exp.c.
7248         * defs.h (enum language): Add language_go.
7249         * dwarf2read.c: #include "go-lang.h".
7250         (fixup_go_packaging): New function.
7251         (process_full_comp_unit): Call it when processing Go CUs.
7252         (dwarf2_physname): Add Go support.
7253         (read_file_scope): Handle missing language spec for GNU Go.
7254         (set_cu_language): Handle DW_LANG_Go.
7255         * go-exp.y: New file.
7256         * go-lang.h: New file.
7257         * go-lang.c: New file.
7258         * go-typeprint.c: New file.
7259         * go-valprint.c: New file.
7260         * symtab.c: #include "go-lang.h".
7261         (symbol_set_language): Handle language_go.
7262         (symbol_find_demangled_name, symbol_set_names): Ditto.
7263         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7264
7265 2012-04-24  Jim Meyering  <meyering@redhat.com>
7266
7267         avoid a few strncpy-induced buffer overruns
7268         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7269         fname and psargs before trying to concatenate.
7270         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7271         "name" before applying strchr.
7272
7273 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7274
7275         * CONTRIBUTE: Use unified diff instead of context diff when
7276         generating patches.
7277
7278 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7279
7280         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7281         code.  Handle JR.HB correctly.
7282
7283 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7284
7285         * mips-tdep.c
7286         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7287         with the other MIPS16 helpers.
7288
7289 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7290
7291         * observer.sh: Conditionally declare `args', thus cleaning up
7292         unused instances of this variable.
7293
7294 2012-04-24  Yao Qi  <yao@codesourcery.com>
7295
7296         Revert this patch to allow breakpoint always-inserted
7297         in record target.
7298         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7299         * breakpoint.c: Include record.h.
7300         (breakpoints_always_inserted_mode): Return false when the record
7301         target is in use.
7302
7303         * breakpoint.c (iterate_over_bp_locations): New.
7304         * breakpoint.h: Declare.
7305         New typedef walk_bp_location_callback.
7306         * record.c (record_open): Call record_init_record_breakpoints.
7307         (record_sync_record_breakpoints): New.
7308         (record_init_record_breakpoints): New.
7309         * NEWS: Mention supporting breakpoint always-inserted mode in
7310         record target.
7311
7312 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7313
7314         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7315         any thread.
7316
7317 2012-04-24  Yao Qi  <yao@codesourcery.com>
7318
7319         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7320         (is_catchpoint): ... it.
7321         (print_one_breakpoint_location): Caller update.
7322         * breakpoint.h: Update declaration.
7323
7324 2012-04-23  David S. Miller  <davem@davemloft.net>
7325
7326         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7327
7328 2012-04-23  Tom Tromey  <tromey@redhat.com>
7329
7330         * buildsym.c (add_free_pendings): Remove.
7331         * buildsym.h (add_free_pendings): Remove.
7332
7333 2012-04-23  Doug Evans  <dje@google.com>
7334
7335         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7336         attr.u.unsnd instead of attr.u.addr.
7337         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7338         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7339         DW_FORM_ref_udata.
7340         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7341         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7342         DW_FORM_ref_udata.
7343         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7344
7345 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7346
7347         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7348         (mips_o32_return_value): Likewise.
7349         (mips_o64_return_value): Likewise.
7350
7351 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7352
7353         * ada-lang.c (ada_evaluate_subexp): Add cases for
7354         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7355         their treatment in eval.c.
7356
7357 2012-04-21  David S. Miller  <davem@davemloft.net>
7358
7359         * sparc-tdep.c (X_DISP10): Define.
7360         (sparc_analyze_control_transfer): Handle compare-and-branch.
7361
7362 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7363
7364         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7365         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7366
7367 2012-04-20  Nigel Stephens  <nigel@mips.com>
7368             Maciej W. Rozycki  <macro@codesourcery.com>
7369
7370         * mips-tdep.c (mips_float_register_p): New function.
7371         (mips_convert_register_float_case_p): Use mips_float_register_p.
7372         (mips_register_type): Likewise.
7373         (mips_print_register): Likewise.
7374         (print_gp_register_row): Likewise.
7375         (mips_print_registers_info): Likewise.
7376
7377 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7378
7379         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7380         of mips16 symbols.
7381
7382 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7383
7384         * MAINTAINERS (Write After Approval): Add myself to the list.
7385
7386 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7387
7388         * MAINTAINERS: Update my e-mail address.
7389
7390 2012-04-20  Pedro Alves  <palves@redhat.com>
7391
7392         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7393         $srcdir.
7394         * configure: Regenerate.
7395
7396 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7397
7398         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7399         declaration.
7400         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7401
7402 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7403
7404         Fix compilation compatibility with python-2.4
7405         * python/py-type.c (convert_field): Cast ADDRSTRING for
7406         PyObject_SetAttrString as non-const.  New comment.
7407
7408 2012-04-19  Tom Tromey  <tromey@redhat.com>
7409
7410         * top.c (quit_target): Use all_cleanups.
7411         * main.c (captured_command_loop): Use all_cleanups.
7412         * exceptions.c (throw_exception): Use all_cleanups.
7413
7414 2012-04-19  Pedro Alves  <palves@redhat.com>
7415
7416         * Makefile.in (GNULIB_BUILDDIR): New.
7417         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7418         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7419         (CLEANDIRS). Remove gnulib/import.
7420         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7421         (all-lib): Ditto.
7422         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7423         (gnulib/import/Makefile): Replace gnulib/import with
7424         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7425         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7426         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7427         acx_configure_dir.m4.
7428         * acinclude.m4: Include acx_configure_dir.m4.
7429         * acx_configure_dir.m4: New file.
7430         * aclocal.m4: Regenerate.
7431         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7432         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7433         (GNULIB): New variable.
7434         (GNULIB_STDINT_H): Adjust.
7435         (AC_OUTPUT): Don't output gnulib/Makefile.
7436         * gdb/defs.h: Include build-gnulib/config.h.
7437         * aclocal.m4: Regenerate.
7438         * config.in: Regenerate.
7439         * configure: Regenerate.
7440
7441         * gnulib/Makefile.in: New file.
7442         * gnulib/configure.ac: New file.
7443         * gnulib/aclocal.m4: New file.
7444         * gnulib/config.in: New file.
7445         * gnulib/configure: New file.
7446         * gnulib/: Re-run gnulib-tool to adjust.
7447
7448 2012-04-19  Doug Evans  <dje@google.com>
7449
7450         * cleanups.h (struct cleanup): Move to cleanups.c.
7451         (make_cleanup_dtor_ftype): New typedef.
7452         (make_cleanup_dtor): Use it.
7453         (ALL_CLEANUPS): Replace with ...
7454         (all_cleanups): ... this.  Declare.  All uses updated.
7455         * cleanups.c: #include "gdb_assert.h".
7456         (sentinel_cleanup): New static global.
7457         (SENTINEL_CLEANUP): Define.
7458         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7459         (make_my_cleanup2): Assert result is non-NULL.
7460         (all_cleanups): New function.
7461         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7462         of NULL.
7463
7464 2012-04-19  Pedro Alves  <palves@redhat.com>
7465
7466         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7467         Adjust paths to gnulib imported files.
7468
7469 2012-04-19  Pedro Alves  <palves@redhat.com>
7470
7471         * gnulib/: Move whole directory ...
7472         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7473         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7474         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7475         (aclocal_m4_deps): Adjust.
7476         * aclocal.m4: Regenerate.
7477         * configure: Regenerate.
7478         * configure.ac: Adjust AC_OUTPUT output.
7479
7480 2012-04-19  Yao Qi  <yao@codesourcery.com>
7481
7482         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7483         (vec.o): New rule.
7484         * vec.c: Move it ...
7485         * common/vec.c: ... here.
7486         * vec.h: Move it ...
7487         * common/vec.h: ... here.
7488
7489 2012-04-19  Yao Qi  <yao@codesourcery.com>
7490
7491         * gdb-code-style.el: New.
7492
7493 2012-04-18  Pedro Alves  <palves@redhat.com>
7494
7495         Update gnulib from latest git.
7496         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7497
7498         * gnulib/Makefile.am: Update.
7499         * gnulib/dummy.c: Update.
7500         * gnulib/extra/arg-nonnull.h: Update.
7501         * gnulib/extra/c++defs.h: Update.
7502         * gnulib/extra/update-copyright: Update.
7503         * gnulib/extra/warn-on-use.h: Update.
7504         * gnulib/inttypes.in.h: Update.
7505         * gnulib/m4/00gnulib.m4: Update.
7506         * gnulib/m4/extensions.m4: Update.
7507         * gnulib/m4/gnulib-cache.m4: Update.
7508         * gnulib/m4/gnulib-common.m4: Update.
7509         * gnulib/m4/gnulib-comp.m4: Update.
7510         * gnulib/m4/gnulib-tool.m4: Update.
7511         * gnulib/m4/include_next.m4: Update.
7512         * gnulib/m4/inttypes-pri.m4: Update.
7513         * gnulib/m4/inttypes.m4: Update.
7514         * gnulib/m4/longlong.m4: Update.
7515         * gnulib/m4/memchr.m4: Update.
7516         * gnulib/m4/memmem.m4: Update.
7517         * gnulib/m4/mmap-anon.m4: Update.
7518         * gnulib/m4/multiarch.m4: Update.
7519         * gnulib/m4/onceonly.m4: Update.
7520         * gnulib/m4/stddef_h.m4: Update.
7521         * gnulib/m4/stdint.m4: Update.
7522         * gnulib/m4/string_h.m4: Update.
7523         * gnulib/m4/warn-on-use.m4: Update.
7524         * gnulib/m4/wchar_h.m4: Update.
7525         * gnulib/m4/wchar_t.m4: Update.
7526         * gnulib/m4/wint_t.m4: Update.
7527         * gnulib/memchr.c: Update.
7528         * gnulib/memmem.c: Update.
7529         * gnulib/stddef.in.h: Update.
7530         * gnulib/stdint.in.h: Update.
7531         * gnulib/str-two-way.h: Update.
7532         * gnulib/string.in.h: Update.
7533         * gnulib/wchar.in.h: Update.
7534
7535         * gnulib/extra/arg-nonnull.h: Delete.
7536         * gnulib/extra/c++defs.h: Delete.
7537         * gnulib/extra/warn-on-use.h: Delete.
7538         * gnulib/m4/wchar_h.m4: Delete.
7539         * gnulib/m4/wint_t.m4: Delete.
7540         * gnulib/wchar.in.h: Delete.
7541
7542         * gnulib/extra/snippets/arg-nonnull.h: New.
7543         * gnulib/extra/snippets/c++defs.h: New.
7544         * gnulib/extra/snippets/warn-on-use.h: New.
7545
7546         * aclocal.m4: Regenerate.
7547         * config.in: Regenerate.
7548         * configure: Regenerate.
7549         * gnulib/Makefile.in: Regenerate.
7550
7551 2012-04-18  Pedro Alves  <palves@redhat.com>
7552
7553         Reimport the update-copyright module from gnulib
7554         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7555
7556         * configure: Regenerate.
7557         * gnulib/Makefile.am: Update.
7558         * gnulib/Makefile.in: Regenerate.
7559         * gnulib/extra/update-copyright: Update.
7560         * gnulib/m4/gnulib-cache.m4: Update.
7561         * gnulib/m4/gnulib-comp.m4: Update.
7562
7563 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7564
7565         * configure.ac (aix): Put -lpthread into libs.
7566         * configure: Regenerate.
7567
7568 2012-04-18  Tom Tromey  <tromey@redhat.com>
7569
7570         * linespec.c (convert_linespec_to_sals): Don't use
7571         SYMBOL_OBJ_SECTION.
7572         (compare_msymbols): Arguments are minsym_and_objfile, not
7573         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7574
7575 2012-04-18  Pedro Alves  <palves@redhat.com>
7576
7577         Revert gnulib/ part of:
7578         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7579         Copyright year update in most files (performed by copyright.sh).
7580
7581 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7582
7583         Fix 64-bit constants on 32-bit hosts.
7584         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7585         from unsigned long to ULONGEST.
7586         (read_signed_leb128): Change declaration return type from long to
7587         LONGEST.
7588         (dwarf2_const_value_attr): Change declaration parameter value from long
7589         to LONGEST.
7590         (dwarf2_compute_name): Change variable value from long to LONGEST.
7591         (read_unsigned_leb128): Change return type, variable result and some
7592         casts from unsigned long to ULONGEST.
7593         (read_signed_leb128): Change return type, variable result and some
7594         casts from long to LONGEST.
7595         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7596         value from long to LONGEST.
7597         (dwarf2_const_value): Change variable value from long to LONGEST.
7598         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7599         plongest and hex_string.
7600         * symtab.h (struct general_symbol_info): Change ivalue from long to
7601         LONGEST, remove the comment.
7602         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7603         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7604
7605 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7606
7607         PR symtab/7259:
7608         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7609         * ada-lang.c (ada_discrete_type_high_bound)
7610         (ada_discrete_type_low_bound): Fix function comment.  Use
7611         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7612         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7613         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7614         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7615         Use TYPE_FIELD_ENUMVAL.
7616         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7617         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7618         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7619         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7620         TYPE_CODE_ENUM.
7621         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7622         * dwarf2read.c (process_enumeration_scope): Likewise.
7623         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7624         field.bitpos.
7625         (class StructMainTypePrettyPrinter): Support also
7626         FIELD_LOC_KIND_ENUMVAL.
7627         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7628         TYPE_CODE_ENUM.
7629         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7630         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7631         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7632         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7633         field enumval.
7634         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7635         accommodate enumval.
7636         (struct call_site): Adjust loc_kind to accommodate enumval.
7637         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7638         (TYPE_FIELD_ENUMVAL): New macros.
7639         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7640         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7641         TYPE_CODE_ENUM.
7642         * p-typeprint.c (pascal_type_print_base): Likewise.
7643         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7644         enumval.
7645         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7646         * python/py-type.c (convert_field): New variable addrstring.  Use
7647         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7648         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7649         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7650         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7651         TYPE_CODE_ENUM.
7652         * valprint.c (generic_val_print): Likewise.
7653
7654 2012-04-17  Doug Evans  <dje@google.com>
7655
7656         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7657
7658         * dwarf2read.c: Whitespace fixes.
7659         (lookup_signatured_type): Tweak comment.
7660         (get_die_type_at_offset): Fix comment.
7661
7662 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7663
7664         * xcoffread.c (xcoff_secnum_to_sections): New function.
7665         (secnum_to_section, secnum_to_bfd_section): Reimplement
7666         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7667         into "n_scnum".
7668         (RECORD_MINIMAL_SYMBOL): Delete.
7669         (record_minimal_symbol): New function.
7670         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7671         by call to record_minimal_symbol and set misc_func_recorded
7672         to 1.  Set last_csect_sec to the XCOFF section index instead
7673         of GDB's section_offset index.  Update calls to
7674         prim_record_minimal_symbol_and_info to pass the BFD section
7675         as well.
7676
7677 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7678
7679         * xcoffread.c (read_xcoff_symtab): Delete variables
7680         last_csect_val and last_csect_sec and associated code.
7681
7682 2012-04-17  Doug Evans  <dje@google.com>
7683
7684         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7685         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7686         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7687         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7688
7689         * cleanups.h: New file.
7690         * cleanups.c: New file.
7691         * Makefile.in (SFILES): Add cleanups.c.
7692         (HFILES_NO_SRCDIR): Add cleanups.h.
7693         (COMMON_OBS): Add cleanups.o.
7694         * defs.h (struct cleanup): Moved to cleanups.h.
7695         (do_cleanups,do_final_cleanups): Ditto.
7696         (discard_cleanups,discard_final_cleanups): Ditto
7697         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7698         (save_cleanups,save_final_cleanups): Ditto.
7699         (restore_cleanups,restore_final_cleanups): Ditto.
7700         (null_cleanup): Ditto.
7701         (make_my_cleanup,make_my_cleanup2): Ditto.
7702         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7703         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7704         (do_cleanups,do_final_cleanups): Ditto.
7705         (discard_cleanups,discard_final_cleanups): Ditto
7706         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7707         (save_cleanups,save_final_cleanups): Ditto.
7708         (restore_cleanups,restore_final_cleanups): Ditto.
7709         (null_cleanup): Ditto.
7710         (make_my_cleanup,make_my_cleanup2): Ditto.
7711         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7712
7713         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7714         make_my_cleanup.
7715         (make_cleanup_dyn_string_delete): Ditto.
7716         (make_cleanup_ui_file_delete): Ditto.
7717         (make_cleanup_ui_out_redirect_pop): Ditto.
7718         (make_cleanup_free_section_addr_info): Ditto.
7719         (make_cleanup_restore_integer): Ditto.
7720         (make_cleanup_unpush_target): Ditto.
7721         (make_cleanup_value_free_to_mark): Ditto.
7722         (make_cleanup_value_free): Ditto.
7723         (make_cleanup_free_so): Ditto.
7724
7725 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7726
7727         New option "set debug auto-load".
7728         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7729         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7730         (auto_load_safe_path_vec_update)
7731         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7732         if DEBUG_AUTO_LOAD.
7733         (file_is_auto_load_safe): New parameters debug_fmt and ....
7734         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7735         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7736         caller by explanatory string.
7737         (_initialize_auto_load): Register "set debug auto-load".
7738         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7739         and ....
7740         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7741         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7742         by explanatory string.
7743         * main.c (captured_main): Likewise.
7744         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7745         (source_section_scripts): Likewise.
7746
7747 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7748
7749         New option "set auto-load safe-path".
7750         * NEWS: New commands "set auto-load safe-path"
7751         and "show auto-load safe-path".
7752         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7753         (auto_load_safe_path, auto_load_safe_path_vec)
7754         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7755         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7756         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7757         (source_gdb_script_for_objfile): New variable is_safe.  Call
7758         file_is_auto_load_safe.  Return if it is not.
7759         (struct loaded_script): New field loaded.
7760         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7761         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7762         output "Missing" to "No".
7763         (_initialize_auto_load): New variable cmd.  Initialize
7764         auto_load_safe_path.  Register "set auto-load safe-path",
7765         "show auto-load safe-path" and "add-auto-load-safe-path".
7766         * auto-load.h (maybe_add_script): Add parameter loaded.
7767         (file_is_auto_load_safe): New declaration.
7768         * config.in: Regenerate.
7769         * configure: Regenerate.
7770         * configure.ac: New parameters --with-auto-load-safe-path
7771         and --without-auto-load-safe-path.
7772         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7773         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7774         * main.c (captured_main): Check file_is_auto_load_safe for
7775         LOCAL_GDBINIT.
7776         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7777         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7778         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7779         not.
7780
7781 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7782
7783         auto-load: Implementation.
7784         * NEWS: New descriptions for "info auto-load",
7785         "info auto-load gdb-scripts", "info auto-load python-scripts",
7786         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7787         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7788         and "show auto-load-scripts".  New description for "set auto-load",
7789         "show auto-load", "set auto-load gdb-scripts",
7790         "show auto-load gdb-scripts", "set auto-load python-scripts",
7791         "show auto-load python-scripts", "set auto-load local-gdbinit",
7792         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7793         "show auto-load libthread-db".
7794         * auto-load.c: Remove include python/python-internal.h.  Add includes
7795         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7796         cli/cli-setshow.h.
7797         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7798         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7799         (gdbpy_global_auto_load): Rename to ...
7800         (global_auto_load): ... here.
7801         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7802         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7803         (script_language_gdb, source_gdb_script_for_objfile): New.
7804         (struct loaded_script): New field language.
7805         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7806         LANGUAGE.
7807         (maybe_add_script): Add parameter language.  Drop redundant
7808         entry.full_path initialization.  Initialize entry.language and
7809         (*slot)->language.
7810         (auto_load_objfile_script): Change parameter suffix to language.
7811         Remove the call of maybe_add_script.
7812         Call language->source_script_for_objfile.
7813         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7814         New.
7815         (collect_matching_scripts): Adjust it for
7816         struct collect_matching_scripts_data.
7817         (auto_load_info_scripts_pattern_nl): New variable.
7818         (info_auto_load_scripts): Rename to ...
7819         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7820         for struct collect_matching_scripts_data.
7821         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7822         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7823         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7824         (auto_load_info_cmdlist_get): New.
7825         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7826         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7827         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7828         "info auto-load local-gdbinit".
7829         * auto-load.h (struct script_language): New.
7830         (gdbpy_global_auto_load): Rename to ...
7831         (global_auto_load): ... here.
7832         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7833         (auto_load_local_gdbinit_loaded): New declarations.
7834         (maybe_add_script): New parameter language.
7835         (auto_load_objfile_script): Change parameter suffix to language.
7836         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7837         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7838         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7839         declarations.
7840         * linux-thread-db.c: Include auto-load.h and ctype.h.
7841         (auto_load_thread_db, show_auto_load_thread_db): New.
7842         (struct thread_db_info): New field filename.
7843         (delete_thread_db_info): Call xfree for FILENAME.
7844         (try_thread_db_load): Initialize FILENAME.
7845         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7846         if !AUTO_LOAD_THREAD_DB.
7847         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7848         (_initialize_thread_db): Install auto_load_thread_db
7849         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7850         as "info auto-load libthread-db".
7851         * main.c (captured_main): Rename gdbpy_global_auto_load to
7852         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7853         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7854         (print_gdb_help): Extend the help for 'local init file'.
7855         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7856         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7857         (auto_load_scripts): Rename to ...
7858         (auto_load_python_scripts): ... here, update the comment.
7859         (gdbpy_load_auto_script_for_objfile): New declaration.
7860         (show_auto_load_python_scripts, script_language_python)
7861         (gdbpy_load_auto_script_for_objfile): New.
7862         (source_section_scripts): Refactor the code.
7863         (load_auto_scripts_for_objfile): Rename to ...
7864         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7865         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7866         (info_auto_load_python_scripts): New.
7867         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7868         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7869         Register "set auto-load-scripts" as its deprecated alias.  Register
7870         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7871         its deprecated alias.
7872         (load_auto_scripts_for_objfile): Rename to ...
7873         (gdbpy_load_auto_scripts_for_objfile): ... here.
7874         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7875         (gdbpy_load_auto_scripts_for_objfile): ... here.
7876
7877 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7878
7879         auto-load: Move files.
7880         * Makefile.in (SFILES): Add auto-load.c.
7881         (HFILES_NO_SRCDIR): Add auto-load.h.
7882         (COMMON_OBS): Add auto-load.o.
7883         (distclean): Change .gdbinit for gdb-gdb.gdb.
7884         * auto-load.c: New file, with parts from python/py-auto-load.c.
7885         * auto-load.h: New file, with parts from python/python.h.
7886         * configure: Regenerate.
7887         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7888         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7889         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7890         * main.c: Include auto-load.h.
7891         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7892         command.h, observer.h and progspace.h to auto-load.c.  Add include
7893         auto-load.h.
7894         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7895         (struct loaded_script, auto_load_pspace_data)
7896         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7897         (hash_loaded_script_entry, eq_loaded_script_entry)
7898         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7899         (maybe_add_script): Move to auto-load.c.
7900         (source_section_scripts): Change maybe_add_script parameters passing,
7901         use script_not_found_warning_print.
7902         (clear_section_scripts, auto_load_objfile_script)
7903         (auto_load_new_objfile, loaded_script_ptr)
7904         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7905         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7906         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7907         auto_load_new_objfile and info_auto_load_scripts initizations to
7908         auto-load.c.
7909         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7910
7911 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7912
7913         Code cleanup.
7914         * charset.c (find_charset_names): Remove variables ix and elt.
7915         Use free_char_ptr_vec.
7916         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7917         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7918         debugdir_end.  New variable debugdir_len.
7919         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7920         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7921         declarations.
7922         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7923         and elt.  Use free_char_ptr_vec.
7924         * source.c (add_path): Remove variables argv, arg and argv_index.
7925         New variables dir_vec, back_to, ix and name.
7926         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7927         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7928         no longer expecting DIRNAME_SEPARATOR.
7929         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7930         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7931         no longer expecting DIRNAME_SEPARATOR.
7932         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7933         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7934         debugdir_end.
7935         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7936         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7937         (dirnames_to_char_ptr_vec): New functions.
7938
7939 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7940
7941         Code cleanup.
7942         * source.c (add_path): Remove always true conditional 'p == 0' and
7943         unindent its code block.
7944
7945 2012-04-17  Pedro Alves  <palves@redhat.com>
7946
7947         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7948         (FIELD_BITPOS_LVAL): ... this.
7949         (FIELD_BITPOS): New.
7950         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7951         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7952         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7953         SET_FIELD_BITPOS.
7954         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7955         SET_FIELD_BITPOS.
7956         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7957         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7958         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7959         SET_FIELD_BITPOS.
7960
7961 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7962
7963         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7964         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7965         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7966         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7967         * jv-lang.c (java_link_class_type): Likewise, once.
7968         * stabsread.c (read_enum_type): Likewise.
7969
7970 2012-04-16  Yao Qi  <yao@codesourcery.com>
7971
7972         * common/agent.c (agent_run_command): Add one more parameter `len'.
7973         Update callers.
7974         * common/agent.h: Update declaration.
7975         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7976         Update.
7977         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7978
7979 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7980
7981         PR mi/13393
7982         * value.c (value_actual_type): New function.
7983         * value.h (value_actual_type): New declaration.
7984         * varobj.c (update_type_if_necessary): New function.
7985         (varobj_create): Call value_actual_type instead of
7986         value_type.
7987         (install_dynamic_child): distinct changed and type changed MI variable
7988         objects.
7989         (update_dynamic_varobj_children): Updated for install_dynamic_child
7990         change.  All callers updated.
7991         (varobj_update): Support for MI variable object type change if
7992         the value changed and RTTI is used to determine the type.
7993         (create_child_with_value): Call value_actual_type instead of
7994         value_type.
7995         (adjust_value_for_child_access): Extended with a new parameter which
7996         specify whether the given value should be casted to enclosing type.
7997         All callers updated.
7998
7999 2012-04-14  Yao Qi  <yao@codesourcery.com>
8000
8001         Import gnulib module inttypes from git
8002         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8003         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8004         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8005         gnulib/m4/inttypes-pri.m4
8006         * aclocal.m4, config.in, configure: Regenerated.
8007         * gnulib/Makefile.am: Update.
8008         * gnulib/Makefile.in: Update.
8009         * gnulib/m4/gnulib-cache.m4: Update.
8010         * gnulib/m4/gnulib-comp.m4: Update.
8011         * gnulib/inttypes.in.h: New.
8012         * gnulib/m4/inttypes-pri.m4: New.
8013         * gnulib/m4/inttypes.m4: New.
8014
8015 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8016
8017         * infrun.c (resume): Update PC address to the real PC after
8018         preparing to do displaced stepping.
8019
8020 2012-04-12  Doug Evans  <dje@google.com>
8021
8022         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8023         All callers updated.
8024
8025 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
8026
8027         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8028
8029 2012-04-12  Doug Evans  <dje@google.com>
8030
8031         * dwarf2read.c (create_all_type_units): Renamed from
8032         create_debug_types_hash_table.  All callers updated.
8033
8034         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8035         local type_sig to sig_type, type_offset to type_offset_in_tu.
8036         (hash_signatured_type): Renamed from hash_type_signature,
8037         all callers updated.
8038         (eq_signatured_type): Renamed from eq_type_signature,
8039         all callers updated.
8040         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8041         (process_enumeration_scope): Ditto.
8042         (lookup_signatured_type_at_offset): Ditto.
8043         (load_full_type_unit, read_signatured_type): Ditto.
8044
8045 2012-04-12  Yao Qi  <yao@codesourcery.com>
8046
8047         * remote.c (async_remote_interrupt): Correct function name in
8048         debug message.
8049         (async_remote_interrupt_twice): Ditto.
8050
8051 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8052
8053         * source.c (find_and_open_source): Consistently pass resulting
8054         full path through xfullpath.
8055
8056 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8057
8058         Provide more specific displaced-stepping memory error message.
8059         * infrun.c (displaced_step_prepare): New variable status.  Call
8060         target_read_memory instead of read_memory, provide more specific
8061         error message.
8062
8063 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8064
8065         PR gdb/13901
8066         * darwin-nat.c (darwin_execvp): Revert previous patch.
8067
8068 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8069
8070         PR gdb/13901
8071         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8072         in case of change.
8073
8074 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8075
8076         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8077         warning.
8078
8079 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8080
8081         New command 'explore' which helps explore values and types in
8082         scope.
8083         * NEWS: Add an entry about the new 'explore' command.
8084         * data-directory/Makefile.in: Add gdb/command/explore.py
8085         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8086         command using the GDB Python API.
8087
8088 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8089
8090         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8091         extension in jump target calculation.
8092
8093 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8094
8095         * mips-tdep.c (mips32_next_pc): Handle JALX.
8096
8097 2012-04-10  Yao Qi  <yao@codesourcery.com>
8098
8099         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8100
8101 2012-04-10  Yao Qi  <yao@codesourcery.com>
8102
8103         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8104         and gnulib/m4/gnulib-tool.m4.
8105
8106 2012-04-10  Doug Evans  <dje@google.com>
8107
8108         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8109         (load_partial_dies): Clarify comment.
8110         (find_partial_die): Support rereading type units.
8111         Clarify CU handling, if we know offset is in CU, don't search for the
8112         containing CU.  Add comment regarding memory waste.
8113
8114 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8115
8116         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8117         i386/x32-avx and i386/x32-avx-linux.
8118         (i386/x32-expedite): New.
8119         (i386/x32-linux-expedite): Likewise.
8120         (i386/x32-avx-expedite): Likewise.
8121         (i386/x32-avx-linux-expedite): Likewise.
8122         ($(outdir)/i386/x32.dat): Likewise.
8123         ($(outdir)/i386/x32-linux.dat): Likewise.
8124         ($(outdir)/i386/x32-avx.dat): Likewise.
8125         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8126
8127         * features/i386/x32-avx-linux.xml: New file.
8128         * features/i386/x32-avx.xml: Likewise.
8129         * features/i386/x32-core.xml: Likewise.
8130         * features/i386/x32-linux.xml: Likewise.
8131         * features/i386/x32.xml: Likewise.
8132
8133         * features/i386/x32-avx-linux.c: New.  Generated.
8134         * features/i386/x32-avx.c: Likewise.
8135         * features/i386/x32-linux.c: Likewise.
8136         * features/i386/x32.c: Likewise.
8137         * regformats/i386/x32-avx-linux.dat: Likewise.
8138         * regformats/i386/x32-avx.dat: Likewise.
8139         * regformats/i386/x32-linux.dat: Likewise.
8140         * regformats/i386/x32.dat: Likewise.
8141
8142 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8143
8144         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8145         code to kill the inferior.
8146
8147 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8148
8149         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8150         defines.
8151         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8152         defines.
8153         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8154         (yyvsp): New defines.
8155         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8156         defines.
8157         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8158         defines.
8159         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8160         defines.
8161         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8162         defines.
8163         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8164         defines.
8165
8166 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8167
8168         * sparc64-tdep.c (sparc64_store_arguments)
8169         (sparc64_store_arguments): Fix coding style.
8170
8171 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8172
8173         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8174         complex floats, adjust some related comments and tighten a related
8175         assertion.
8176         (sparc64_extract_return_value): Handle complex floats.
8177
8178 2012-04-07  Doug Evans  <dje@google.com>
8179
8180         * dwarf2read.c (load_partial_dies): Change condition to assert.
8181
8182 2012-04-06  Doug Evans  <dje@google.com>
8183
8184         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8185         "mov %rsp,%rbp".
8186
8187 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8188
8189         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8190         fencepost error.
8191         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8192         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8193         architecture.
8194
8195 2012-04-05  Keith Seitz  <keiths@redhat.com>
8196
8197         * linespec.c (decode_compound): Remove.
8198         (enum offset_relative_sign): New enum.
8199         (struct line_offset): New struct.
8200         (struct linespec): New struct.
8201         (struct linespec_state): Move file_symtabs,
8202         user_filename, and user_function into struct linespec.
8203         Make result an anonymous struct holding vectors of
8204         symbolp and minsym_and_objfile_d.
8205         Add language member.
8206         (enum ls_token_type): New enum.
8207         (linespec_keywords): New array.
8208         (struct ls_token): New struct.
8209         (struct ls_parser): New struct.
8210         (linespec_lexer_lex_number): New function.
8211         (linespec_lexer_lex_keyword): New function.
8212         (is_ada_operator): New function.
8213         (skip_quote_char): New function.
8214         (copy_token_string): New function.
8215         (is_closing_quote_enclosed): New function.
8216         (find_parameter_list_end): New function.
8217         (linespec_lexer_lex_string): New function.
8218         (linespec_lexer_lex_one): New function.
8219         (linespec_lexer_consume_token): New function.
8220         (linespec_lexer_peek_token): New function.
8221         (cplusplus_error): Remove unused function.
8222         (find_methods): Update comment.
8223         (find_toplevel_char): Return const.
8224         (is_objc_method_format): Remove unused function.
8225         (find_toplevel_string): New function.
8226         (is_linespec_boundary): Remove.
8227         (symbol_not_found_error): New function.
8228         (find_method_overload_end): Remove function.
8229         (unexpected_linespec_error): New function.
8230         (keep_name_info): Remove.
8231         (linespec_parse_line_offset): New function.
8232         (linespec_parse_basic): New function.
8233         (canonicalize_linespec): New function.
8234         (decode_line_internal): Remove.
8235         (create_sals_line_offset): New function adapted from
8236         decode_all_digits.
8237         (convert_linespec_to_sals): New function.
8238         (parse_linespec): New function.
8239         (linespec_parser_new): New function.
8240         (linespec_state_destructor): Change parameter type to
8241         struct linespec_state *.
8242         Add language parameter.
8243         Remove freeing of moved members.
8244         (linespec_parser_delete): New function.
8245         (decode_line_full): Use parse_linespec and linespec_parser_new.
8246         (decode_line_1): Likewise.
8247         (decode_indirect): Rename to ...
8248         (linespec_expression_to_pc): ... this and rewrite
8249         to simply find CORE_ADDR, storing this result for later
8250         conversion to SALs.
8251         (locate_first_half): Remove.
8252         (deocde_objc): Add parameter LS.
8253         Initialize new struct collect_info members.
8254         Handle minimal symbols, too.
8255         (decode_compound): Delete.
8256         (lookup_prefix_sym): Rewrite.
8257         (compare_msymbols): New function.
8258         (find_method): Rewrite.
8259         Do not call cplusplus_error.
8260         (symtabs_from_filename): Rewrite.
8261         (collect_function_symbols): Delete.
8262         (find_function_symbols): Rewrite without ARGPTR-style
8263         processing.
8264         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8265         (decode_dollar): Adapted and renamed to ...
8266         (linespec_parse_variable): ... this.
8267         (find_linespec_symbols): New function.
8268         (decode_label): Adapted and renamed to ...
8269         (find_label_symbols): ... this.
8270         (decode_digits_list_mode): Add and use LS argument.
8271         (decode_digits_ordinary): Likewise.
8272         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8273         If in list mode, allow any symbol class.  Otherwise, only
8274         permit LOC_BLOCK symbols.
8275         (minsym_found): Update comments.
8276         (search_minsyms_for_name): Do not convert the matching symbol
8277         into a SAL.  Simply push the symbol and objfile into the
8278         result vector.
8279         (decode_variable): Delete. Contents adapted into
8280         find_linespec_symbols.
8281
8282         * cp-support.c (SKIP_SPACE): Remove.
8283         (operator_tokens): Remove unused global.
8284         (cp_validate_operator): Remove.
8285         * cp-support.h (cp_validate_operator): Remove declaration.
8286
8287 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8288
8289         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8290         for TYPE_VPTR_FIELDNO.
8291         * valprint.c (valprint_check_validity): Make it global, move the
8292         function comment ...
8293         * value.h (valprint_check_validity): ... to this new declaration.
8294
8295 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8296
8297         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8298         the STATE32 api for i386 state.
8299         (i386_darwin_store_inferior_registers): Likewise.
8300
8301 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8302
8303         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8304         SS offset.
8305         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8306         format_string.
8307
8308 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8309
8310         PR gdb/13901
8311         * darwin-nat.c (darwin_execvp): Set binary preference.
8312
8313 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8314
8315         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8316
8317 2012-03-30  Tom Tromey  <tromey@redhat.com>
8318
8319         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8320         of TRY_CATCH.  Fix error handling.
8321         * python/py-value.c (convert_value_from_python): Move 'old'
8322         declaration to innermost scope.
8323
8324 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8325             Andrey Smirnov  <andrew.smirnov@gmail.com>
8326
8327         -Wshadow warning fix.
8328         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8329         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8330         Adjust code accordingly.
8331
8332 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8333
8334         * ada-lang.c (symbol_completion_add): Rename parameter
8335         "encoded" into "encoded_p".  Ajust code and documentation
8336         accordingly.
8337
8338 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8339             Andrey Smirnov  <andrew.smirnov@gmail.com>
8340
8341         -Wshadow warning fix.
8342         * ada-lang.c (symbol_completion_add): Rename parameter
8343         "wild_match" into wild_match_p.  Update code and documentation
8344         accordingly.
8345
8346 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8347
8348         * ada-lang.c (symbol_completion_match): Rename parameter
8349         "encoded" into "encoded_p".  Ajust code and documentation
8350         accordingly.
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 (symbol_completion_match): Rename parameter
8357         "wild_match" into "wild_match_p".  Adjust code and function
8358         documentation accordingly.
8359
8360 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8361             Andrey Smirnov  <andrew.smirnov@gmail.com>
8362
8363         -Wshadow warning fix.
8364         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8365         "symbol_info" into "info".  Adjust code accordingly.
8366         (ada_lookup_symbol): Likewise.
8367
8368 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8369
8370         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8371         of this function's documentation.
8372
8373 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8374             Andrey Smirnov  <andrew.smirnov@gmail.com>
8375
8376         -Wshadow warning fix.
8377         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8378         variable into "wild_match_p".  Adjust code accordingly.
8379
8380 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8381             Andrey Smirnov  <andrew.smirnov@gmail.com>
8382
8383         -Wshadow warning fix.
8384         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8385         parameter into "wild_match_p".  Adjust code accordingly.
8386         Document this parameter in the function description.
8387
8388 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8389             Andrey Smirnov  <andrew.smirnov@gmail.com>
8390
8391         -Wshadow warning fix.
8392         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8393         "wild_match" parameter to "wild_match_p" (-Wshadow).
8394
8395 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8396
8397         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8398         in function documentation.
8399
8400 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8401             Andrey Smirnov  <andrew.smirnov@gmail.com>
8402
8403         -Wshadow warning fix.
8404         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8405         variable into wild_match_p.  Adjust code accordingly.
8406
8407 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8408             Andrey Smirnov  <andrew.smirnov@gmail.com>
8409
8410         * ada-valprint.c (ada_val_print_1): Move the code handling
8411         TYPE_CODE_ENUM inside its own lexical block.  Declare
8412         variables len and val there, instead of in the function's
8413         top level block.  Avoid declaring deref_val again in a way
8414         that shadows another variable of the same name declared
8415         in one of the up-level blocks.  Just re-use the up-level
8416         variable instead.
8417
8418 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8419
8420         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8421         Replace block_found argument by symbol_info.  Adjust
8422         implementation accordingly.  Add function documentation.
8423         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8424         Fix documentation.
8425         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8426         * ada-exp.y (write_object_renaming): Adjust to new
8427         ada_lookup_encoded_symbol API.
8428
8429 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8430
8431         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8432         documentation.
8433
8434 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8435
8436         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8437         (v850_register_name): Add the mpu and fpu register names.
8438         (v850e_register_name): Add the mpu and fpu register names.
8439         (v850e2_register_name): New function.
8440         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8441         bfd_mach_v850e2v3.
8442
8443 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8444
8445         * NEWS: Add entry for Ada varobj support.
8446
8447 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8448
8449         * varobj.c (default_value_is_changeable_p): New function,
8450         extracted from varobj_value_is_changeable_p.  Add declaration.
8451         (ada_value_is_changeable_p): New function, extracted from
8452         varobj_value_is_changeable_p.  Add declaration.
8453         (struct language_specific): New field "value_is_changeable_p".
8454         (languages): Add entries for new field.
8455         (varobj_create): Set language before calling install_new_value.
8456         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8457         "value_is_changeable_p" language callback.
8458
8459 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8460
8461         * ada-varobj.h, ada-varobj.c: New files.
8462         * Makefile.in (SFILES): Add ada-varobj.c.
8463         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8464         (COMMON_OBS): Add ada-varobj.o.
8465
8466 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8467
8468         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8469         (struct language_specific): New field "value_has_mutated".
8470         (languages): Set field "value_has_mutated" in each entry of array.
8471         (varobj_value_has_mutated): New function.
8472         (varobj_udpdate): Add handling of type mutation.
8473         (value_of_root): Add handling of type mutation.
8474         (ada_value_has_mutated): New function.
8475
8476 2012-03-28  Pedro Alves  <palves@redhat.com>
8477
8478         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8479         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8480
8481 2012-03-28  Tom Tromey  <tromey@redhat.com>
8482
8483         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8484         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8485         before returning.
8486
8487 2012-03-28  Tom Tromey  <tromey@redhat.com>
8488
8489         * .dir-locals.el: New file.
8490
8491 2012-03-28  Pedro Alves  <palves@redhat.com>
8492
8493         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8494
8495 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8496
8497         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8498         handling for r0.
8499
8500 2012-03-27  Pedro Alves  <palves@redhat.com>
8501
8502         Eliminate struct ui_stream.
8503
8504         * ui-out.h (struct ui_stream): Delete.
8505         (ui_out_field_stream): Adjust prototype.
8506         (ui_out_stream_new, ui_out_stream_delete)
8507         (make_cleanup_ui_out_stream_delete): Delete declarations.
8508         * ui-out.c (ui_out_field_stream): Change prototype to take a
8509         ui_file instead of a ui_stream.  Adjust.
8510         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8511         (make_cleanup_ui_out_stream_delete): Delete.
8512         * breakpoint.c (print_breakpoint_location)
8513         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8514         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8515         * disasm.c (dump_insns): Ditto.
8516         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8517         prototype.
8518         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8519         ui_stream/ui_out_stream_new.
8520         * infcmd.c (print_return_value): Ditto.
8521         * osdata.c (info_osdata_command): Don't allocate a local
8522         ui_stream.
8523         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8524         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8525         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8526         allocate a local ui_stream.
8527         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8528         instead of ui_stream/ui_out_stream_new.
8529         (list_args_or_locals): Don't allocate a local ui_stream.
8530         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8531         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8532         ui_stream/ui_out_stream_new.
8533         * cli/cli-setshow.c (do_setshow_command): Ditto.
8534
8535 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8536
8537         * arm-linux-tdep.c (arm_linux_init_abi): Call
8538         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8539         * arm-tdep.c (arm_process_record): New function.
8540         (deallocate_reg_mem): New function.
8541         (decode_insn): New function.
8542         (thumb_record_branch): New function.
8543         (thumb_record_ldm_stm_swi(): New function.
8544         (thumb_record_misc): New function.
8545         (thumb_record_ld_st_stack): New function.
8546         (thumb_record_ld_st_imm_offset): New function.
8547         (thumb_record_ld_st_reg_offset(): New function.
8548         (thumb_record_add_sub_cmp_mov): New function.
8549         (thumb_record_shift_add_sub): New function.
8550         (arm_record_coproc_data_proc): New function.
8551         (arm_record_coproc): New function.
8552         (arm_record_b_bl): New function.
8553         (arm_record_ld_st_multiple): New function.
8554         (arm_record_ld_st_reg_offset): New function.
8555         (arm_record_ld_st_imm_offset): New function.
8556         (arm_record_data_proc_imm): New function.
8557         (arm_record_data_proc_misc_ld_str): New function.
8558         (arm_record_extension_space): New function.
8559         (arm_record_strx): New function.
8560         (sbo_sbz): New function.
8561         (struct insn_decode_record): New structure for arm insn record.
8562         (REG_ALLOC): New macro for reg allocations.
8563         (MEM_ALLOC): New macro for memory allocations.
8564         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8565
8566 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8567
8568         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8569         (store_register): Likewise.
8570
8571 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8572
8573         * MAINTAINERS (Write After Approval): Add myself to the list.
8574
8575 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8576
8577         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8578         Describe also the option "auto".
8579
8580 2012-03-22  Richard Henderson  <rth@redhat.com>
8581
8582         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8583         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8584
8585 2012-03-22  Richard Henderson  <rth@redhat.com>
8586
8587         * jit.c (jit_read_code_entry): Compute alignment and offset of
8588         int64_t member before computing entry_size.
8589
8590 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8591
8592         Python scripting: Add new method Value.referenced_value to
8593         gdb.Value which can dereference pointer as well as reference
8594         values.
8595         * NEWS: Add entry under 'Python scripting' about the new method
8596         Value.referenced_value on gdb.Value objects.
8597         * python/py-value.c (valpy_referenced_value): New function
8598         defining a new method on gdb.Value objects which can dereference
8599         pointer and reference values.
8600
8601 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8602
8603         * MAINTAINERS (Write After Approval): Add myself to the list.
8604
8605 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8606
8607         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8608         in addition to "main".
8609
8610 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8611
8612         * expression.h (op_name): Add declaration.
8613         * expprint.c (op_name): Remove declaration.  Make non-static.
8614         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8615
8616 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8617
8618         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8619         of struct siginfo.
8620         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8621         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8622         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8623         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8624         (linux_nat_get_siginfo): Likewise.
8625         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8626         (linux_nat_get_siginfo): Likewise.
8627         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8628         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8629         * procfs.c (gdb_siginfo_t): Likewise.
8630
8631 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8632
8633         * .gitignore: Ignore more files.
8634
8635 2012-03-20  Pedro Alves  <palves@redhat.com>
8636
8637         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8638         returns.
8639
8640 2012-03-20  Yao Qi  <yao@codesourcery.com>
8641
8642         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8643         comment.
8644
8645 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8646
8647         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8648         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8649         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8650         sect_offset.
8651         * dwarf2expr.h (cu_offset, sect_offset): New types.
8652         (struct dwarf_expr_context_funcs) <dwarf_call>
8653         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8654         sect_offset.
8655         (struct dwarf_expr_context) <len>: Improve the comment.
8656         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8657         cu_offset and sect_offset.
8658         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8659         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8660         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8661         * dwarf2loc.h: Include dwarf2expr.h.
8662         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8663         and sect_offset.
8664         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8665         Improve the comment.
8666         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8667         (struct signatured_type, struct line_header, struct partial_die_info)
8668         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8669         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8670         (get_die_type_at_offset, create_cus_from_index)
8671         (create_signatured_type_table_from_index, dw2_get_file_names)
8672         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8673         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8674         (create_debug_types_hash_table, process_psymtab_comp_unit)
8675         (load_partial_comp_unit, create_all_comp_units)
8676         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8677         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8678         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8679         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8680         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8681         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8682         (find_partial_die, read_attribute_value, lookup_die_type)
8683         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8684         (is_ref_attr): New function comment.
8685         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8686         Use cu_offset and sect_offset.
8687         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8688         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8689         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8690         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8691         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8692         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8693         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8694         sect_offset.
8695
8696 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8697
8698         Code cleanup.
8699         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8700         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8701         with xfree.
8702         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8703
8704 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8705
8706         * NEWS: Describe new options --init-command=FILE, -ix and
8707         --init-eval-command=COMMAND, -iex.
8708         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8709         CMDARG_INIT_COMMAND.
8710         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8711         "init-command", "init-eval-command", "ix" and "iex" to the variable
8712         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8713         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8714         (print_gdb_help): Describe --init-command=FILE, -ix and
8715         --init-eval-command=COMMAND, -iex.
8716
8717 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8718
8719         Code cleanup.
8720         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8721         (cmdarg_s, VEC (cmdarg_s)): New.
8722         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8723         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8724         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8725         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8726         of CMDARG.
8727
8728 2012-03-19  Tom Tromey  <tromey@redhat.com>
8729
8730         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8731
8732 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8733
8734         PR symtab/13777
8735         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8736         GCC >=4.5.
8737
8738 2012-03-16  Chris January  <chris.january@allinea.com>
8739
8740         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8741         of clear.
8742
8743 2012-03-16  Chris January  <chris.january@allinea.com>
8744
8745         * source.c (add_path): Use memmove instead of strcpy because the
8746         strings overlap.
8747
8748 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8749
8750         * value.h (set_value_parent): Add declaration.
8751         * value.c (set_value_parent): New function.
8752         (value_address): If VALUE->PARENT is not NULL, then use it as
8753         the base address instead of VALUE->LOCATION.address.
8754         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8755         the same as OBJ's address.  Adjust V's offset accordingly.
8756         Set V's parent.
8757
8758 2012-03-16  Gary Benson  <gbenson@redhat.com>
8759
8760         PR breakpoints/10738
8761         * dwarf2read.c (use_deprecated_index_sections): New global.
8762         (struct partial_die_info): New member may_be_inlined.
8763         (read_partial_die): Set may_be_inlined where appropriate.
8764         (add_partial_subprogram): Add partial symbols for partial
8765         DIEs that may be inlined.
8766         (new_symbol_full): Add inlined subroutines to the current
8767         scope.
8768         (write_psymtabs_to_index): Bump version number.
8769         (dwarf2_read_index): Read only version 6 indices unless
8770         use_deprecated_index_sections is set.
8771         * linespec.c (symbol_and_data_callback): New structure.
8772         (iterate_inline_only): New function.
8773         (iterate_over_all_matching_symtabs): New argument
8774         "include_inline".  If nonzero, also call the callback for
8775         symbols representing inlined subroutines.
8776         (lookup_prefix_sym): Pass extra argument to the above.
8777         (find_function_symbols): Likewise.
8778         (add_matching_symbols_to_info): Likewise.
8779         * NEWS: Mention that GDB can now set breakpoints on inlined
8780         functions.
8781
8782 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8783
8784         * p-typeprint.c (pascal_type_print_method_args):
8785         Fix display of parameter of methods.
8786
8787 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8788
8789         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8790         Add missing prototype.
8791
8792 2012-03-16  Yao Qi  <yao@codesourcery.com>
8793             Jan Kratochvil  <jan.kratochvil@redhat.com>
8794
8795         Fix false compilation warning.
8796         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8797
8798 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8799             Pedro Alves  <pedro@codesourcery.com>
8800
8801         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8802         (arm_register_g_packet_guesses): New function.
8803         (arm_gdbarch_init): Don't force a target description with
8804         registers when the executable is detected as M-profile.  Instead
8805         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8806         (_initialize_arm_tdep): Initialize the new target description.
8807         * features/arm-with-m-fpa-layout.xml: New description.
8808         * features/arm-with-m-fpa-layout.c: New, generated.
8809
8810 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8811
8812         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8813         Update function description.
8814         (insert_bp_location): Do not wipe bl->target_info out.
8815         * mem-break.c: #include "gdb_string.h".
8816         (default_memory_insert_breakpoint): Do not call target_read_memory
8817         with a pointer to the breakpoint's shadow_contents buffer.  Use
8818         a local buffer instead.
8819         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8820
8821 2012-03-15  Tom Tromey  <tromey@redhat.com>
8822
8823         * NEWS: Mention "info vtbl", not "info vtable".
8824         * cp-support.c (info_vtbl_command): Fix comment.
8825         (_initialize_cp_support): Fix text.
8826
8827 2012-03-15  Tom Tromey  <tromey@redhat.com>
8828
8829         * cp-valprint.c (cp_print_value_fields): Use
8830         print_function_pointer_address for vtable slot.
8831
8832 2012-03-15  Tom Tromey  <tromey@redhat.com>
8833
8834         * gnu-v3-abi.c (struct value_and_voffset): New.
8835         (hash_value_and_voffset, eq_value_and_voffset)
8836         (compare_value_and_voffset, compute_vtable_size)
8837         (print_one_vtable, gnuv3_print_vtable): New functions.
8838         (init_gnuv3_ops): Initialize 'print_vtable' field.
8839         * cp-support.c (info_vtbl_command): New function.
8840         (_initialize_cp_support): Add "info vtbl".
8841         * cp-abi.h (cplus_print_vtable): Declare.
8842         (struct cp_abi_ops) <print_vtable>: New field.
8843         * cp-abi.c (cplus_print_vtable): New function.
8844         * NEWS: Update.
8845
8846 2012-03-15  Tom Tromey  <tromey@redhat.com>
8847
8848         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8849         iterate_over_symbols.
8850
8851 2012-03-14  Doug Evans  <dje@google.com>
8852
8853         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8854         DW_OP_GNU_parameter_ref.
8855
8856 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8857
8858         Fix double prompt of 'interpreter-exec mi'.
8859         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8860         (mi_interpreter_resume): use it.
8861         (mi_execute_command_input_handler): New function.
8862         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8863         mi_execute_command_input_handler.
8864
8865 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8866
8867         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8868         prototype.
8869         (darwin_debug_port_info): Make static.
8870         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8871         * machoread.c (_initialize_machoread): Add prototype.
8872         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8873         (i386_darwin_set_control, i386_darwin_get_control)
8874         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8875         i386_darwin_get_status, i386_darwin_get_control):
8876         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8877
8878 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8879
8880         * ax-gdb.c (gen_usual_unary): Remove special handling of
8881         enum and bool types.
8882
8883 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8884
8885         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8886
8887 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8888
8889         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8890
8891 2012-03-13  Chris January  <chris.january@allinea.com>
8892
8893         * aix-thread.c (fill_sprs): Store the floating point registers
8894         at the correct offsets into vals.
8895
8896 2012-03-13  Doug Evans  <dje@google.com>
8897
8898         * NEWS: Mention symbol-reloading has been deleted.
8899         * symfile.c (symbol_reloading): Delete.
8900         (show_symbol_reloading): Delete.
8901         (_initialize_symfile): Delete set/show symbol-reloading.
8902
8903         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8904         read_in_chain until we have successfully read it in.
8905         (load_full_comp_unit): Ditto.
8906         (read_signatured_type): Add comment.
8907
8908 2012-03-13  Chris January  <chris.january@allinea.com>
8909
8910         * stabsread.c (fix_common_block): Change type of valu argument
8911         to CORE_ADDR.
8912
8913 2012-03-13  Chris January  <chris.january@allinea.com>
8914
8915         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8916         instruction.
8917
8918 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8919
8920         * common/linux-procfs.c (linux_proc_get_int): New, from
8921         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8922         field.
8923         (linux_proc_get_tgid): Only call linux_proc_get_int.
8924         (linux_proc_get_tracerpid): New.
8925         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8926         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8927         linux_proc_pid_has_state.
8928         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8929         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8930         (linux_ptrace_attach_warnings): New.
8931         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8932         New declaration.
8933         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8934         (linux_nat_attach): New variables ex, buffer, message and message_s.
8935         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8936
8937 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8938
8939         * Makefile.in (linux-ptrace.o): New.
8940         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8941         from linux-nat.c.
8942         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8943         * common/linux-ptrace.c: New file.
8944         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8945         * config/arm/linux.mh: Likewise.
8946         * config/i386/linux.mh: Likewise.
8947         * config/i386/linux64.mh: Likewise.
8948         * config/ia64/linux.mh: Likewise.
8949         * config/m32r/linux.mh: Likewise.
8950         * config/m68k/linux.mh: Likewise.
8951         * config/mips/linux.mh: Likewise.
8952         * config/pa/linux.mh: Likewise.
8953         * config/powerpc/linux.mh: Likewise.
8954         * config/powerpc/ppc64-linux.mh: Likewise.
8955         * config/powerpc/spu-linux.mh: Likewise.
8956         * config/s390/s390.mh: Likewise.
8957         * config/sparc/linux.mh: Likewise.
8958         * config/sparc/linux64.mh: Likewise.
8959         * config/xtensa/linux.mh: Likewise.
8960         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8961         common/linux-procfs.c.
8962         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8963
8964 2012-03-13  Hui Zhu  <teawater@gmail.com>
8965             Pedro Alves  <palves@redhat.com>
8966
8967         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8968         CREATE_BREAKPOINT_FLAGS_INSERTED.
8969         (create_breakpoint_sal, create_breakpoints_sal)
8970         (base_breakpoint_create_breakpoints_sal)
8971         (tracepoint_create_breakpoints_sal)
8972         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8973         down.
8974         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8975         (ftrace_command, strace_command): Adjust.
8976         (create_tracepoint_from_upload): Pass
8977         CREATE_BREAKPOINT_FLAGS_INSERTED.
8978         * breakpoint.h (enum breakpoint_create_flags): New.
8979         (create_breakpoint): New flags parameter.
8980         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8981         * python/py-breakpoint.c (bppy_init): Adjust.
8982         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8983         * spu-tdep.c (spu_catch_start): Adjust.
8984
8985 2012-03-13  Pedro Alves  <palves@redhat.com>
8986             Hui Zhu  <teawater@gmail.com>
8987             Yao Qi  <yao@codesourcery.com>
8988
8989         * remote.c (struct remote_state): New field `starting_up'.
8990         (remote_start_remote): Set and clear it.
8991         (remote_can_download_tracepoint): If starting up, return false.
8992
8993 2012-03-13  Yao Qi  <yao@codesourcery.com>
8994
8995         * inferior.h (struct inferior): Remove fields any_syscall_count,
8996         syscalls_counts and total_syscalls_count.  Move them to new
8997         struct catch_syscall_inferior_data in breakpoint.c.
8998         * breakpoint.c: Call DEF_VEC_I(int).
8999         (struct catch_syscall_inferior_data): New.
9000         (get_catch_syscall_inferior_data): New.
9001         (catch_syscall_inferior_data_cleanup): New.
9002         (insert_catch_syscall): Update to access data in
9003         struct catch_syscall_inferior_data.
9004         (insert_catch_syscall): Likewise.
9005         (remove_catch_syscall): Likewise.
9006         (remove_catch_syscall): Likewise.
9007         (is_syscall_catchpoint_enabled): Likewise.
9008         (add_catch_command): Likewise.
9009         (_initialize_breakpoint): Register cleanup.
9010         * breakpoint.h: Removed DEF_VEC_I(int).
9011         * dwarf2loc.c: Call DEF_VEC_I(int).
9012         * mi/mi-main.c: Likewise.
9013
9014 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9015
9016         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9017
9018 2012-03-12  Chris January  <chris.january@allinea.com>
9019
9020         * aix-thread.c (_initialize_aix_thread): Add prototype.
9021         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9022         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9023
9024 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
9025
9026         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9027         include of "amd64-nat.h".
9028
9029 2012-03-12  Tom Tromey  <tromey@redhat.com>
9030
9031         * buildsym.c (record_pending_block): Now static.
9032         * buildsym.h: (record_pending_block): Remove.
9033
9034 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
9035
9036         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9037
9038 2012-03-09  Tom Tromey  <tromey@redhat.com>
9039
9040         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9041         producer_is_gxx_lt_4_6>: New fields.
9042         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9043
9044 2012-03-09  Tom Tromey  <tromey@redhat.com>
9045
9046         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9047
9048 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9049
9050         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9051         prototype.
9052
9053 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9054
9055         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9056
9057 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9058
9059         Fix -Wmissing-prototypes build.
9060         * arm-linux-nat.c (get_thread_id): Make it static.
9061         * xtensa-linux-nat.c (get_thread_id): Likewise.
9062
9063 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9064
9065         * server.c (process_point_options): If a conditional expression
9066         is found, only print a message if remote_debug is nonzero.
9067
9068 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9069
9070         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9071         of internal error for unknown/unsupported types.
9072
9073 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9074
9075         Fix CU relative vs. absolute DIE offsets.
9076         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9077         offset to offset_in_cu.
9078         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9079         TYPE_OFFSET.
9080         (dwarf2_fetch_die_location_block): Rename parameter offset to
9081         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9082
9083 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9084
9085         * libunwind-frame.c: Rename to ...
9086         * ia64-libunwind-tdep.c: ... here.
9087         * libunwind-frame.h: Rename to ...
9088         * ia64-libunwind-tdep.h: ... here.
9089         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9090         ia64-libunwind-tdep.h.
9091         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9092         * README (--with-libunwind): Rename to ...
9093         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9094         * config.in: Regenerate.
9095         * configure: Regenerate.
9096         * configure.ac: New option --with-libunwind-ia64, make the
9097         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9098         Remove AC_DEFINE for HAVE_LIBUNWIND.
9099         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9100         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9101         Rename libunwind-frame in the general comment.
9102         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9103         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9104         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9105         the general comment.
9106         * ia64-tdep.c: Rename libunwind-frame.h #include to
9107         ia64-libunwind-tdep.h.
9108         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9109         (ia64_libunwind_descr): Rename libunwind-frame to
9110         ia64-libunwind-tdep in these function comments.
9111         * ia64-tdep.h: Rename libunwind-frame.h #include to
9112         ia64-libunwind-tdep.h.
9113         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9114         ia64-libunwind-tdep in that data comment.
9115
9116 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9117
9118         * libunwind-frame.h (struct frame_unwind): New declaration.
9119
9120 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9121
9122         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9123         "set breakpoint condition-evaluation" command.
9124
9125 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9126
9127         * sparc-stub.c: Move to stubs/
9128         * sh-stub.c: Likewise.
9129         * m68k-stub.c: Likewise.
9130         * m32r-stub.c: Likewise.
9131         * i386-stub.c: Likewise.
9132
9133 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9134
9135         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9136         linux_get_siginfo_type.
9137
9138         * m68klinux-nat.c: Include "gdb_proc_service.h".
9139         (PTRACE_GET_THREAD_AREA): Define.
9140         (ps_get_thread_area): New function.
9141
9142 2012-03-08  Yao Qi  <yao@codesourcery.com>
9143
9144         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9145         `xsnprintf'.
9146         (remote_query_attached): Likewise.
9147         (remote_static_tracepoint_marker_at): Likewise.
9148         (remote_set_permissions): Likewise.
9149         (remote_detach_1, extended_remote_attach_1): Likewise.
9150         (send_g_packet, remote_vkill): Likewise.
9151         (extended_remote_disable_randomization): Likewise.
9152         (remote_add_target_side_condition): Likewise.
9153         (remote_insert_breakpoint): Likewise.
9154         (remote_remove_breakpoint): Likewise.
9155         (remote_insert_watchpoint): Likewise.
9156         (remote_remove_watchpoint): Likewise.
9157         (remote_insert_hw_breakpoint): Likewise.
9158         (remote_insert_hw_breakpoint): Likewise.
9159         (remote_remove_hw_breakpoint): Likewise.
9160         (remote_download_command_source): Likewise.
9161         (remote_download_tracepoint): Likewise.
9162         (remote_download_trace_state_variable): Likewise.
9163         (remote_disable_tracepoint): Likewise.
9164         (remote_trace_set_readonly_regions): Likewise.
9165         (remote_get_tracepoint_status): Likewise.
9166         (remote_trace_find): Likewise.
9167         (remote_get_trace_state_variable_value): Likewise.
9168         (remote_set_disconnected_tracing): Likewise.
9169         (remote_set_circular_trace_buffer): Likewise.
9170         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9171         (remote_use_agent): Likewise.
9172         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9173         Update callers.
9174
9175 2012-03-07  Pedro Alves  <palves@redhat.com>
9176
9177         * NEWS: Mention QProgramSignals.
9178         * inferior.h (update_signals_program_target): Declare.
9179         * infrun.c: (update_signals_program_target): New.
9180         (handle_command): Update the target of the new program signals
9181         array changes.
9182         * remote.c (PACKET_QProgramSignals): New enum.
9183         (last_program_signals_packet): New global.
9184         (remote_program_signals): New.
9185         (remote_start_remote): Update the target with the program signals
9186         list.
9187         (remote_protocol_features): Add entry for QPassSignals.
9188         (remote_open_1): Free anc clear last_program_signals_packet.
9189         (init_remote_ops): Install remote_program_signals.
9190         * target.c (update_current_target): Adjust.
9191         (target_program_signals): New.
9192         * target.h (struct target_ops) <to_program_signals>: New field.
9193         (target_program_signals): Declare.
9194
9195 2012-03-07  Pedro Alves  <palves@redhat.com>
9196
9197         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9198         extensions.
9199
9200 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9201
9202         * m68klinux-nat.c (getregs_supplies): Make static.
9203         (getfpregs_supplies): Likewise.
9204         (have_ptrace_getregs): Likewise.
9205
9206 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9207
9208         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9209         in call to get_die_type_at_offset.
9210
9211 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9212
9213         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9214         * mi/mi-cmd-disas.c: Ditto.
9215         * mi/mi-cmd-env.c: Ditto.
9216         * mi/mi-cmd-file.c: Ditto.
9217         * mi/mi-cmd-stack.c: Ditto.
9218         * mi/mi-cmd-target.c: Ditto.
9219         * mi/mi-cmd-var.c: Ditto.
9220         * mi/mi-cmds.c: Ditto.
9221         * mi/mi-cmds.h: Ditto.
9222         * mi/mi-console.c: Ditto.
9223         * mi/mi-getopt.c: Ditto.
9224         * mi/mi-getopt.h: Ditto.
9225         * mi/mi-interp.c: Ditto.
9226         * mi/mi-main.c: Ditto.
9227         * mi/mi-out.c: Ditto.
9228         * mi/mi-parse.c: Ditto.
9229         * mi/mi-parse.h: Ditto.
9230         * mi/mi-symbol-cmds.c: Ditto.
9231
9232         * mi/mi-getopt.h: Move mi_opt struct up.
9233         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9234         return.
9235         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9236
9237 2012-03-06  Tom Tromey  <tromey@redhat.com>
9238
9239         * proc-service.c (ps_pglobal_lookup): Set the current program
9240         space.
9241
9242 2012-03-06  Pedro Alves  <palves@redhat.com>
9243
9244         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9245
9246 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9247
9248         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9249
9250 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9251
9252         Code cleanup.
9253         * common/linux-osdata.c (linux_common_core_of_thread): New function
9254         comment.
9255         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9256         call by linux_common_core_of_thread.
9257         (linux_nat_core_of_thread_1): Remove.
9258         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9259         * linux-thread-db.c: Include linux-osdata.h.
9260         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9261         linux_common_core_of_thread.
9262
9263 2012-03-05  Tom Tromey  <tromey@redhat.com>
9264
9265         * value.c (value_primitive_field): Don't fetch contents for
9266         non-virtual bases.
9267
9268 2012-03-05  Tom Tromey  <tromey@redhat.com>
9269
9270         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9271
9272 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9273
9274         * s390-nat.c: Include "gregset.h".
9275
9276 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9277
9278         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9279         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9280         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9281         load also LIBUNWIND_SO_7.
9282
9283 2012-03-05  Pedro Alves  <palves@redhat.com>
9284
9285         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9286         is not NULL, and remove resulting dead code.
9287
9288 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9289
9290         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9291         prologue to sh_analyze_prologue.
9292         (sh_analyze_prologue): Make better use of such an upper limit, and
9293         generally be more cautious about accessing memory.
9294
9295 2012-03-05  Tom Tromey  <tromey@redhat.com>
9296
9297         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9298         _initialize_ia64_hpux_tdep.
9299
9300 2012-03-05  Pedro Alves  <palves@redhat.com>
9301
9302         PR gdb/13766
9303
9304         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9305         the register state is clear, supply explicit zero, instead of
9306         marking the register unavailable.
9307
9308 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9309
9310         * NEWS: Mention OpenVMS ia64 new target.
9311
9312 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9313
9314         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9315         (ia64_unw_accessors, ia64_unw_rse_accessors)
9316         (ia64_libunwind_descr): Declare.
9317         * ia64-vms-tdep.c: New file.
9318         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9319         (ia64_libunwind_descr): Make them public.
9320         * configure.tgt: Add ia64-*-*vms*.
9321         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9322         (ALLDEPFILES): Add ia64-vms-tdep.c
9323
9324 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9325
9326         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9327         * remote.c (PACKET_qXfer_uib): New enum value.
9328         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9329         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9330         (_initialize_remote): Call add_packet_config_cmd for
9331         xfer:uib packet.
9332
9333 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9334
9335         * osabi.c (gdb_osabi_names): Add OpenVMS.
9336         (generic_elf_osabi_sniffer): Likewise.
9337         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9338
9339 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9340
9341         Removed unused code.
9342         * libunwind-frame.c (libunwind_frame_unwind)
9343         (libunwind_frame_base_address): Remove.
9344         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9345
9346 2012-03-04  Yao Qi  <yao@codesourcery.com>
9347
9348         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9349         remove trailing new line.
9350         (agent_run_command, agent_run_command): Add _ markup.
9351         (agent_capability_check): Likewise.
9352
9353 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9354
9355         * breakpoint.c (set_condition_evaluation_mode): Set
9356         CONDITION_EVALUATION_MODE unconditionally.
9357
9358 2012-03-03  Yao Qi  <yao@codesourcery.com>
9359
9360         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9361         * common/agent.h: Update declaration.
9362         * inf-child.c (inf_child_use_agent): New.
9363         (inf_child_can_use_agent): New.
9364         (inf_child_target): Initialize fields `to_use_agent'
9365         and `to_can_use_agent'.
9366         * agent.c (agent_new_objfile): New.
9367         (_initialize_agent): Add agent_new_objfile to new_objfile
9368         observer.
9369
9370         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9371         New.
9372         (linux_target_install_ops): Initialize field
9373         `to_static_tracepoint_markers_by_strid'.
9374         * remote.c (free_current_marker): Move it to ...
9375         * tracepoint.c (free_current_marker): ... here.  New.
9376         (cleanup_target_stop): New.
9377         * tracepoint.h: Declare free_current_marker.
9378         * NEWS: Add one entry about `info static-tracepoint-marker'.
9379
9380 2012-03-03  Yao Qi  <yao@codesourcery.com>
9381
9382         * common/agent.c (agent_loaded_p): New.
9383         (agent_look_up_symbols): New global.
9384         * common/agent.h: Declare agent_loaded_p.
9385
9386 2012-03-03  Yao Qi  <yao@codesourcery.com>
9387
9388         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9389         (agent_capability_check, agent_capability_invalidate): New.
9390         (symbol_list): New array element.
9391         * common/agent.h (enum agent_capa): New.
9392         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9393
9394 2012-03-03  Yao Qi  <yao@codesourcery.com>
9395
9396         * target.h (struct target_ops) <to_use_agent>: New field.
9397         (struct target_ops) <to_can_use_agent>: New field.
9398         (target_use_agent, target_can_use_agent): New macro.
9399         * target.c (update_current_target): Update.
9400         * remote.c: New enum `PACKET_QAgent'.
9401         (remote_protocol_features): Add a new element.
9402         (remote_use_agent, remote_can_use_agent): New.
9403         (init_remote_ops): Initialize field `can_use_agent' with
9404         remote_can_use_agent.  Intiailize field `use_agent' with
9405         remote_use_agent.
9406         * common/agent.c (use_agent): New global.
9407         * common/agent.h: Declare it.
9408         * tracepoint.c (info_static_tracepoint_markers_command): Add
9409         comment.
9410         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9411         (COMMON_OBS): Add common/agent.o and agent.o
9412         (common-agent.o): New rule.
9413         * agent.c: New.
9414
9415 2012-03-03  Yao Qi  <yao@codesourcery.com>
9416
9417         * common/agent.c: New.
9418         * common/agent.h: New.
9419         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9420         AC_CHECK_HEADERS.
9421         * configure, configh.in: Regenerated.
9422
9423 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9424
9425         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9426         unless it exists for this architecture.
9427
9428 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9429
9430         * language.h (struct language_defn): New "method" la_read_var_value.
9431         * findvar.c: #include "language.h".
9432         (default_read_var_value): Renames read_var_value.  Rewrite
9433         function description.
9434         (read_var_value): New function.
9435         * value.h (default_read_var_value): Add prototype.
9436         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9437         New functions.
9438         (ada_language_defn): Add entry for la_read_var_value.
9439         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9440         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9441         language_defn structures to add entry for new la_read_var_value
9442         field.
9443
9444 2012-03-02  Tom Tromey  <tromey@redhat.com>
9445             Pedro Alves  <palves@redhat.com>
9446
9447         PR breakpoints/13776:
9448         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9449         breakpoints.
9450         (delete_longjmp_breakpoint_at_next_stop): New.
9451         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9452         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9453         before deleting the inferior.  Add comments.
9454         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9455         breakpoints immediately, but only on next stop.  Move that code
9456         next to where we mark other breakpoints for deletion.
9457
9458 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9459
9460         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9461         marker.
9462         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9463         violation.
9464
9465 2012-03-02  Pedro Alves  <palves@redhat.com>
9466
9467         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9468
9469 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9470
9471         Fix -Wmissing-prototypes build.
9472         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9473         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9474         (gdbsim_has_memory): Likewise.
9475
9476 2012-03-02  Yao Qi  <yao@codesourcery.com>
9477
9478         Fix -Wmissing-prototypes build.
9479         * charset.c (phony_iconv_open): Make static.
9480         (phony_iconv_close, phony_iconv): Likewise.
9481         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9482         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9483         prototype.
9484         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9485         * ser-mingw.c (create_select_thread): Make static.
9486         * windows-termcap.c (tgetent): New prototype.
9487         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9488
9489 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9490
9491         Fix -Wmissing-prototypes build.
9492         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9493         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9494         (_initialize_loadable): New prototypes.
9495
9496 2012-03-02  Doug Evans  <dje@google.com>
9497
9498         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9499         abbrev table, read_comp_unit will do it.
9500
9501 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9502
9503         Fix -Wmissing-prototypes build.
9504         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9505         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9506         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9507         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9508         (_initialize_arm_symbian_tdep): New prototype.
9509         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9510         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9511         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9512         static.
9513         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9514         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9515         prototype.
9516         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9517         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9518         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9519         static.
9520         * moxie-tdep.c (moxie_process_record): Likewise.
9521         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9522         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9523         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9524         (_initialize_rl78_tdep): New prototype.
9525         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9526         (_initialize_rx_tdep): New prototype.
9527         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9528         (_initialize_darwin_solib): New prototype.
9529         * solib-spu.c: Include solib-spu.h.
9530         (_initialize_spu_solib): New prototype.
9531         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9532         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9533         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9534         (tic6x_software_single_step): Make it static.
9535         (_initialize_tic6x_tdep): New prototype.
9536
9537 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9538
9539         Fix -Wmissing-prototypes build.
9540         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9541         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9542
9543 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9544
9545         Fix -Wmissing-prototypes build.
9546         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9547         (frv_have_stopped_data_address): Remove.
9548
9549 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9550
9551         Fix -Wmissing-prototypes build.
9552         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9553         * sh-tdep.c: Include sh64-tdep.h.
9554         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9555         * sh64-tdep.c: Include sh64-tdep.h.
9556         * sh64-tdep.h: New file.
9557
9558 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9559
9560         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9561
9562 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9563
9564         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9565         sp_regnum once the gdbarch_init_osabi hook has been called.
9566
9567 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9568
9569         * mips-tdep.c (mips32_bc1_pc): New function.
9570         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9571         BPOSGE32 and BPOSGE64 instructions.
9572         (deal_with_atomic_sequence): Likewise.
9573         (mips32_instruction_has_delay_slot): Likewise.
9574
9575 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9576             Chris Dearman  <chris@mips.com>
9577             Maciej W. Rozycki  <macro@codesourcery.com>
9578             Joseph Myers  <joseph@codesourcery.com>
9579
9580         * features/mips-dsp.xml: New file.
9581         * features/mips64-dsp.xml: New file.
9582         * features/mips-dsp-linux.xml: New file.
9583         * features/mips64-dsp-linux.xml: New file.
9584         * features/Makefile (WHICH): Add mips-dsp-linux and
9585         mips64-dsp-linux.
9586         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9587         * features/mips-dsp-linux.c: New file.
9588         * features/mips64-dsp-linux.c: New file.
9589         * regformats/mips-dsp-linux.dat: New file.
9590         * regformats/mips64-dsp-linux.dat: New file.
9591         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9592         registers.
9593         (mips64_linux_register_addr): Likewise.
9594         (mips64_linux_regsets_fetch_registers): Likewise.
9595         (mips64_linux_regsets_store_registers): Likewise.
9596         (mips64_linux_fetch_registers): Update call to
9597         mips64_linux_regsets_fetch_registers.
9598         (mips64_linux_store_registers): Update call to
9599         mips64_linux_regsets_store_registers.
9600         (mips_linux_read_description): Probe for DSP registers.
9601         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9602         and initialize_tdesc_mips64_dsp_linux.
9603         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9604         Remove padding of no longer used embedded register slots.
9605         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9606         (MIPS_RESTART_REGNUM): Redefine enum value.
9607         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9608         strings.
9609         (mips_tx39_reg_names): Likewise.
9610         (mips_linux_reg_names): New array of register names for Linux
9611         targets.
9612         (mips_register_name): Check for a null pointer in
9613         mips_processor_reg_names and return an empty string.
9614         (mips_register_type): Exclude embedded registers for the IRIX
9615         and Linux ABIs.
9616         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9617         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9618         DSP registers.
9619         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9620         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9621         (mips_gdbarch_init): Likewise.  Initialize internal register
9622         indices for the Linux ABI.  Use dynamic numbers to refer to
9623         registers, as applicable, while parsing the target description.
9624         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9625
9626 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9627
9628         * frame.h (read_frame_register_unsigned): Fix typo in function
9629         description.
9630
9631 2012-03-01  Pedro Alves  <palves@redhat.com>
9632
9633         * jit-reader.in [!__cplusplus]
9634         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9635
9636 2012-03-01  Pedro Alves  <palves@redhat.com>
9637
9638         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9639         * configure: Regenerate.
9640
9641 2012-03-01  Pedro Alves  <palves@redhat.com>
9642
9643         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9644         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9645         (ftrace_command, strace_command): Make static.
9646         * d-lang.c (_initialize_d_language): Declare.
9647         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9648         * dwarf2loc.c (_initialize_dwarf2loc):
9649         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9650         * exec.c (exec_get_section_table): Make static.
9651         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9652         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9653         * inferior.c (remove_inferior_command, add_inferior_command)
9654         (clone_inferior_command): Make static.
9655         * linux-nat.c (linux_nat_thread_address_space)
9656         (linux_nat_core_of_thread): Make static.
9657         * linux-tdep.c (_initialize_linux_tdep): Declare.
9658         * objc-lang.c (_initialize_objc_lang): Declare.
9659         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9660         Make static.
9661         (_initialize_opencl_language): Declare.
9662         * record.c (_initialize_record): Declare.
9663         * remote.c (demand_private_info, remote_get_tib_address)
9664         (remote_supports_cond_tracepoints)
9665         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9666         Make static.
9667         * skip.c (_initialize_step_skip): Declare.
9668         * symtab.c (skip_prologue_using_lineinfo): Make static.
9669         * tracepoint.c (delete_trace_state_variable)
9670         (trace_variable_command, delete_trace_variable_command)
9671         (get_uploaded_tsv, find_matching_tracepoint_location)
9672         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9673         Make static.
9674         * value.c (pack_unsigned_long): Make static.
9675         * varobj.c (varobj_ensure_python_env): Make static.
9676         * windows-tdep.c (_initialize_windows_tdep): Declare.
9677         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9678
9679 2012-03-01  Pedro Alves  <palves@redhat.com>
9680
9681         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9682         gdbarch parameter.
9683         (linux_init_abi): Install it as has_shared_address_space gdbarch
9684         callback.
9685
9686 2012-03-01  Pedro Alves  <palves@redhat.com>
9687
9688         * observer.c (observer_test_first_notification_function)
9689         (observer_test_second_notification_function)
9690         (observer_test_third_notification_function): Add declarations.
9691
9692 2012-03-01  Pedro Alves  <palves@redhat.com>
9693
9694         * common/signals.c (default_target_signal_to_host)
9695         (default_target_signal_from_host): Move ...
9696         * arch-utils.c: ... here.
9697         * arch-utils.h (default_target_signal_to_host)
9698         (default_target_signal_from_host): Declare.
9699
9700         * common/signals.c (target_signal_from_command): Move ...
9701         * infrun.c: ... here.
9702         * inferior.h (target_signal_from_command): Declare.
9703         * target.h (target_signal_from_command)
9704         (default_target_signal_from_host, default_target_signal_to_host):
9705         Delete declarations.
9706
9707         * common/signals.c (_initialize_signals): Delete.
9708
9709 2012-03-01  Pedro Alves  <palves@redhat.com>
9710
9711         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9712         both __cplusplus and !__cplusplus.
9713
9714 2012-03-01  Pedro Alves  <palves@redhat.com>
9715
9716         * psymtab.c (find_and_open_source): Delete declaration.
9717         * source.c (find_and_open_source): Move comment ...
9718         * source.h (find_and_open_source): ... to this new declaration.
9719
9720 2012-03-01  Pedro Alves  <palves@redhat.com>
9721
9722         * inline-frame.c: Include inline-frame.h.
9723
9724 2012-03-01  Pedro Alves  <palves@redhat.com>
9725
9726         * tui/tui-data.c (set_gen_win_origin): Delete.
9727         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9728         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9729
9730 2012-03-01  Pedro Alves  <palves@redhat.com>
9731
9732         * remote.c (encode_actions): Delete declaration.
9733         * tracepoint.c (encode_actions): Make extern.
9734         * tracepoint.h (encode_actions): Declare.
9735
9736 2012-03-01  Pedro Alves  <palves@redhat.com>
9737
9738         * python/py-breakpoint.c: Include python.h.
9739         * python/py-continueevent.c (create_continue_event_object): Make
9740         static.
9741         * python/py-lazy-string.c (stpy_get_type): Make static.
9742         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9743         Make static.
9744         * python/py-utils.c (unicode_to_target_python_string): Make
9745         static.
9746         * python/py-value.c: Include python.h.
9747
9748 2012-03-01  Pedro Alves  <palves@redhat.com>
9749
9750         * inferior.c (delete_threads_of_inferior): Delete.
9751
9752 2012-03-01  Pedro Alves  <palves@redhat.com>
9753
9754         Import fallback definitions from glibc.
9755
9756         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9757         ps_prochandle): Forward declare.
9758         (ps_err_e): Use glibc's comments.
9759         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9760         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9761         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9762         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9763         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9764         (struct ps_prochandle): Adjust comment.
9765
9766 2012-03-01  Pedro Alves  <palves@redhat.com>
9767
9768         * ada-lang.c (ada_modulus_from_name): Delete.
9769         * ada-lex.l (lexer_init): Make static.
9770
9771 2012-03-01  Pedro Alves  <palves@redhat.com>
9772
9773         PR gdb/13767
9774
9775         * frame.c (read_frame_register_unsigned): New.
9776         * frame.h (read_frame_register_unsigned): Declare.
9777         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9778         Handle it.
9779         (print_i387_control_word): New parameter `control_p'.  Handle it.
9780         (i387_print_float_info): Handle unavailable float registers.
9781
9782 2012-03-01  Keith Seitz  <keiths@redhat.com>
9783
9784         * linespec.c (decode_line_2): Sort the list of methods
9785         alphabetically before presenting the user with a selection
9786         menu.
9787
9788 2012-03-01  Doug Evans  <dje@google.com>
9789
9790         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9791         has_namespace_info.
9792         (dwarf2_read_abbrevs): Remove corresponding initialization.
9793
9794 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9795
9796         * NEWS: Mention new python command class gdb.COMMAND_USER.
9797         * cli/cli-cmds.c (show_user): Print error when used on a python
9798         command.
9799         (init_cli_cmds): Update documentation strings for "show user" and
9800         "set/show max-user-call-depth" to clarify that it does not apply to
9801         python commands.
9802         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9803         error check.
9804         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9805         gdb python api.
9806         * top.c (execute_command): Only execute a user-defined command as a
9807         legacy macro if c->user_commands is set.
9808
9809 2012-03-01  Tom Tromey  <tromey@redhat.com>
9810
9811         * valprint.h (struct generic_val_print_decorations): New.
9812         (generic_val_print): Declare.
9813         * valprint.c (generic_val_print): New function.
9814         * p-valprint.c (p_decorations): New global.
9815         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9816         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9817         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9818         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9819         * m2-valprint.c (m2_decorations): New global.
9820         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9821         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9822         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9823         TYPE_CODE_ERROR>: Call generic_val_print.
9824         * f-valprint.c (f_decorations): New global.
9825         (f_val_print): Use print_function_pointer_address.
9826         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9827         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9828         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9829         generic_val_print.
9830         * c-valprint.c (c_decorations): New global.
9831         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9832         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9833         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9834         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9835         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9836         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9837         case.
9838
9839 2012-03-01  Tom Tromey  <tromey@redhat.com>
9840
9841         * valprint.c (val_print): Update.
9842         * p-valprint (pascal_val_print): Return void.
9843         * p-lang.h (pascal_val_print): Return void.
9844         * m2-valprint.c (m2_val_print): Return void.
9845         * m2-lang.h (m2_val_print): Return void.
9846         * language.h (struct language_defn) <la_val_print>: Return void.
9847         * language.c (unk_lang_val_print): Return void.
9848         * jv-valprint.c (java_val_print): Return void.
9849         * jv-lang.h (java_val_print): Return void.
9850         * f-valprint.c (f_val_print): Return void.
9851         * f-lang.h (f_val_print): Return void.
9852         * d-valprint.c (d_val_print): Return void.
9853         (dynamic_array_type): Update.
9854         * d-lang.h (d_val_print): Return void.
9855         * c-valprint.c (c_val_print): Return void.
9856         * c-lang.h (c_val_print): Return void.
9857         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9858         void.
9859         * ada-lang.h (ada_val_print): Return void.
9860
9861 2012-03-01  Tom Tromey  <tromey@redhat.com>
9862
9863         * value.h (val_print): Return void.
9864         * valprint.c (val_print): Return void.
9865
9866 2012-03-01  Tom Tromey  <tromey@redhat.com>
9867
9868         * value.h (common_val_print): Return void.
9869         * valprint.c (common_val_print): Return void.
9870
9871 2012-03-01  Tom Tromey  <tromey@redhat.com>
9872
9873         * value.h (value_print): Return void.
9874         * valprint.c (value_print): Return void.
9875         * p-valprint.c (pascal_value_print): Return void.
9876         * p-lang.h (pascal_value_print): Return void.
9877         * language.h (struct language_defn) <la_value_print>: Return
9878         void.
9879         * language.c (unk_lang_value_print): Return void.
9880         * jv-valprint.c (java_value_print): Return void.
9881         * jv-lang.h (java_value_print): Return void.
9882         * f-valprint.c (c_value_print): Don't declare.
9883         Include c-lang.h.
9884         * c-valprint.c (c_value_print): Return void.
9885         * c-lang.h (c_value_print): Return void.
9886         * ada-valprint.c (ada_value_print): Return void.
9887         * ada-lang.h (ada_value_print): Return void.
9888
9889 2012-03-01  Tom Tromey  <tromey@redhat.com>
9890
9891         * value.c (value_primitive_field): Handle virtual base classes.
9892
9893 2012-03-01  Tom Tromey  <tromey@redhat.com>
9894
9895         * gdbtypes.h (struct vbase): Remove.
9896
9897 2012-03-01  Tom Tromey  <tromey@redhat.com>
9898
9899         * c-valprint.c (print_function_pointer_address): Move...
9900         * valprint.c: ... here.  Make non-static.
9901         * m2-valprint.c (print_function_pointer_address): Remove.
9902         * valprint.h (print_function_pointer_address): Declare.
9903
9904 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9905
9906         * NEWS: Document the fact that one can provide a condition when
9907         creating an Ada exception catchpoint.
9908
9909 2012-03-01  Tom Tromey  <tromey@redhat.com>
9910
9911         * valprint.c (val_print_type_code_flags): Fix placement of
9912         trailing brace.
9913
9914 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9915
9916         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9917         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9918         environment variable before calling update-copyright.
9919
9920 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9921
9922         * gnulib/extra/update-copyright: Update to the latest from
9923         gnulib's git repository.
9924         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9925         variable to 2 instead of 1.
9926
9927 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9928
9929         * varobj.c (c_value_of_variable): Remove dead code.
9930
9931 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9932
9933         * ada-lex.p (processId): Do not modify already encoded IDs.
9934         Update function documentation.
9935
9936 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9937
9938         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9939         "name" with "struct symbol *name_sym".
9940         * ada-exp.y (write_var_or_type): Update call to
9941         ada_find_renaming_symbol.
9942         "name" with "struct symbol *name_sym". Adjust Implementation
9943         accordingly.  Adjust the function documentation.
9944
9945 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9946
9947         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9948         * ada-lang.c (ada_find_any_type): Add advance declaration.
9949         Make static.  Replace ada_find_any_symbol by
9950         ada_find_any_type_symbol.
9951         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9952         Improve function description.  Make static.
9953         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9954         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9955
9956 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9957
9958         * ada-lang.c (struct tag_args): Delete.
9959         (ada_get_tsd_type): Function body moved up in source file.
9960         (ada_tag_name_1, ada_tag_name_2): Delete.
9961         (ada_get_tsd_from_tag): New function.
9962         (ada_tag_name_from_tsd): New function.
9963         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9964         to determine the tag name.
9965
9966 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9967
9968         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9969         declaration.
9970         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9971         function.
9972
9973 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9974
9975         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9976
9977 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9978
9979         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9980         full searches.
9981
9982 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9983
9984         * ada-lang.c (constrained_packed_array_type): If there is a
9985         parallel XA type, use it to determine the array index type.
9986
9987 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9988
9989         * ada-valprint.c (ada_val_print_1): If our value is a reference
9990         to an array descriptor, dereference it before converting it
9991         to a simple array.
9992
9993 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9994
9995         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9996         creating fixed value.
9997         (ada_value_ind, ada_coerce_ref, assign_component)
9998         (ada_evaluate_subexp): Remove call to unwrap_value before
9999         call to ada_to_fixed_value.
10000
10001 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10002
10003         * ada-lang.c (to_fixed_array_type): Set result's type name.
10004
10005 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10006
10007         * ada-lang.c (catch_ada_exception_command_split): Add new
10008         argument cond_string.  Add support for condition at end of
10009         "catch exception" commands.
10010         (ada_decode_exception_location): Add new argument cond_string.
10011         Update call to catch_ada_exception_command_split.
10012         (create_ada_exception_catchpoint): Add new argument cond_string.
10013         Set the breakpoint condition if needed.
10014         (catch_ada_exception_command): Update call to
10015         ada_decode_exception_location.
10016         (ada_decode_assert_location): Add function documentation.
10017         Add support for condition at end of "catch assert" command.
10018         (catch_assert_command): Update calls to ada_decode_assert_location
10019         and create_ada_exception_catchpoint.
10020
10021 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10022
10023         Fix disp-step-syscall.exp: fork: single step over fork.
10024         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10025         (i386_linux_get_syscall_number_from_regcache): ... here, new function
10026         comment, change parameters gdbarch and ptid to regcache.  Remove
10027         parameter regcache, initialize gdbarch from regcache here.
10028         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10029         New functions.
10030         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10031         instead.
10032         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10033         'syscall'.  Make the 'int' check more strict.
10034
10035 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10036
10037         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10038         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10039         (i386_linux_intx80_sysenter_syscall_record): ... here.
10040         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10041         Use the renamed function name.
10042
10043 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10044
10045         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10046         * breakpoint.c (until_break_command): Likewise.
10047         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10048         * infcall.c (call_function_by_hand): Likewise.
10049         * infcmd.c (finish_forward): Likewise.
10050         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10051
10052 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10053
10054         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10055         avoid variable assignments inside condition.
10056
10057 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10058
10059         Fix static analysis issue found by cppcheck.
10060         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10061         uninitialized BUF for size 2.
10062
10063 2012-02-27  Chris Dearman  <chris@mips.com>
10064             Nathan Froyd  <froydnj@codesourcery.com>
10065             Maciej W. Rozycki  <macro@codesourcery.com>
10066
10067         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10068         (mips16_instruction_has_delay_slot): Likewise.
10069         (mips_segment_boundary): Likewise.
10070         (mips_adjust_breakpoint_address): Likewise.
10071         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10072
10073 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10074             Maciej W. Rozycki  <macro@codesourcery.com>
10075
10076         * infrun.c (handle_inferior_event): Don't proceed through
10077         shared library trampolines if stepping at the machine
10078         instruction level.
10079
10080 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10081
10082         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10083         too.
10084
10085 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10086
10087         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10088         (sh_stub_unwind_sniffer): New functions.
10089         (sh_stub_unwind): New variable.
10090         (sh_gdbarch_init): Wire everything.
10091
10092 2012-02-27  Pedro Alves  <palves@redhat.com>
10093
10094         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10095         (linux_nat_post_attach_wait): Adjust to use
10096         linux_proc_pid_is_stopped.
10097         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10098         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10099         based on pid_is_stopped from both linux-nat.c and
10100         gdbserver/linux-low.c, and renamed.
10101
10102 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10103
10104         * remote.c (remote_watchpoint_addr_within_range): New function.
10105         (init_remote_ops): Use it.
10106
10107 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10108
10109         * target.h (target_watchpoint_addr_within_range): Document macro.
10110
10111 2012-02-24  Pedro Alves  <palves@redhat.com>
10112
10113         * stack.c (set_last_displayed_sal): Issue internal_error instead
10114         of warning, and issue it after clearing the last displayed sal.
10115
10116 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10117             Pedro Alves  <palves@redhat.com>
10118
10119         * breakpoint.c (until_break_command): Install breakpoints after
10120         all frame manipulations.
10121
10122 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10123
10124         * remote.c (remote_supports_cond_breakpoints): New forward
10125         declaration.
10126         (remote_add_target_side_condition): New function.
10127         (remote_insert_breakpoint): Add target-side breakpoint
10128         conditional if supported.
10129         (remote_insert_hw_breakpoint): Likewise.
10130         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10131         hook.
10132
10133         * target.c (update_current_target): Inherit
10134         to_supports_evaluation_of_breakpoint_conditions.
10135         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10136
10137         * target.h (struct target_ops)
10138         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10139         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10140
10141         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10142         (condition_evaluation_both, condition_evaluation_auto,
10143         condition_evaluation_host, condition_evaluation_target,
10144         condition_evaluation_enums, condition_evaluation_mode_1,
10145         condition_evaluation_mode): New static globals.
10146         (translate_condition_evaluation_mode): New function.
10147         (breakpoint_condition_evaluation_mode): New function.
10148         (gdb_evaluates_breakpoint_condition_p): New function.
10149         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10150         (mark_breakpoint_modified): New function.
10151         (mark_breakpoint_location_modified): New function.
10152         (set_condition_evaluation_mode): New function.
10153         (show_condition_evaluation_mode): New function.
10154         (bp_location_compare_addrs): New function.
10155         (get_first_location_gte_addr): New helper function.
10156         (set_breakpoint_condition): Free condition bytecode if locations
10157         has become unconditional.  Call mark_breakpoint_modified (...).
10158         (condition_command): Call update_global_location_list (1) for
10159         breakpoints.
10160         (breakpoint_xfer_memory): Use is_breakpoint (...).
10161         (is_breakpoint): New function.
10162         (parse_cond_to_aexpr): New function.
10163         (build_target_condition_list): New function.
10164         (insert_bp_location): Handle target-side conditional
10165         breakpoints and call build_target_condition_list (...).
10166         (update_inserted_breakpoint_locations): New function.
10167         (insert_breakpoint_locations): Handle target-side conditional
10168         breakpoints.
10169         (bpstat_check_breakpoint_conditions): Add comment.
10170         (bp_condition_evaluator): New function.
10171         (bp_location_condition_evaluator): New function.
10172         (print_breakpoint_location): Print information on where the condition
10173         will be evaluated.
10174         (print_one_breakpoint_location): Likewise.
10175         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10176         breakpoint location.
10177         (force_breakpoint_reinsertion): New functions.
10178         (update_global_location_list): Handle target-side breakpoint
10179         conditions.
10180         Reinsert locations that are already inserted if conditions have
10181         changed.
10182         (bp_location_dtor): Free agent expression bytecode.
10183         (disable_breakpoint): Call mark_breakpoint_modified (...).
10184         Call update_global_location_list (...) with parameter 1 for breakpoints.
10185         (disable_command): Call mark_breakpoint_location_modified (...).
10186         Call update_global_location_list (...) with parameter 1 for breakpoints.
10187         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10188         (enable_command): mark_breakpoint_location_modified (...).
10189         (_initialize_breakpoint): Update documentation and add
10190         condition-evaluation breakpoint subcommand.
10191
10192         * breakpoint.h: Include ax.h.
10193         (condition_list): New data structure.
10194         (condition_status): New enum.
10195         (bp_target_info) <cond_list>: New field.
10196         (bp_location) <condition_changed, cond_bytecode>: New fields.
10197         (is_breakpoint): New prototype.
10198
10199 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10200
10201         * remote.c (remote_state) <cond_breakpoints>: New field.
10202         (PACKET_ConditionalBreakpoints): New enum.
10203         (remote_cond_breakpoint_feature): New function.
10204         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10205         (remote_supports_cond_breakpoints): New function.
10206         (_initialize_remote): Add new packet configuration for
10207         target-side conditional breakpoints.
10208
10209 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10210
10211         * NEWS: Mention target-side conditional breakpoint support,
10212         new condition-evaluation breakpoint subcommand and remote
10213         packet extensions.
10214
10215 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10216
10217         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10218         number.
10219
10220 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10221
10222         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10223         (after_prologue): Remove.
10224
10225 2012-02-23  Tom Tromey  <tromey@redhat.com>
10226
10227         * jv-valprint.c (java_val_print): Remove dead code.
10228
10229 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10230
10231         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10232         known_tasks_element and known_tasks_length fields.
10233         (read_known_tasks_array): Change argument type.  Use pointer type
10234         and number of elements from DATA.  Adjust.
10235         (read_known_tasks_list): Likewise.
10236         (get_known_tasks_addr): Remove.
10237         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10238         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10239         type and array length.  Merge former get_known_tasks_addr code.
10240
10241 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10242
10243         PR backtrace/13716
10244         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10245         it after set_momentary_breakpoint.
10246
10247 2012-02-22  Sterling Augustine  <saugustine@google.com>
10248
10249         PR 13689:
10250         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10251
10252 2012-02-22  Gary Benson  <gbenson@redhat.com>
10253
10254         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10255         (find_slot_in_mapped_hash): Likewise.
10256
10257 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10258
10259         PR build/13638
10260         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10261         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10262         * configure: Regenerate.
10263
10264 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10265             Pedro Alves  <palves@redhat.com>
10266
10267         * ia64-tdep.c: Do not include libunwind-ia64.h.
10268         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10269         Include libunwind-ia64.h instead of libunwind.h.
10270         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10271         for libunwind.h existence.
10272         * configure, config.in: Regenerate.
10273
10274 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10275
10276         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10277         instead of value_rtti_target_type.
10278         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10279         instead of value_rtti_target_type.
10280         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10281         value_rtti_target_type.
10282         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10283         (value_rtti_target_type): Rename to ...
10284         (value_rtti_indirect_type): ... here and make it indirect.  Update
10285         function comment.
10286         * value.c (readjust_indirect_value_type): New function.
10287         (coerce_ref): Support for enclosing type setting for references
10288         with readjust_indirect_value_type.
10289         * value.h (readjust_value_type): New declaration.
10290         (value_rtti_target_type): Rename to ...
10291         (value_rtti_indirect_type): ... here.
10292
10293 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10294
10295         * MAINTAINERS (Write After Approval): Add myself to the list.
10296
10297 2012-02-20  Doug Evans  <dje@google.com>
10298
10299         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10300         Rename objfile_p_char parameter to objfilep.
10301         (build_objfile_section_table): Result is now void.  All callers
10302         updated.
10303         * objfiles.h (struct objfile): Tweak comments, whitespace.
10304         (build_objfile_section_table): Update.
10305
10306         * elfread.c (elf_symfile_segments): Fix warning text.
10307
10308 2012-02-20  Tom Tromey  <tromey@redhat.com>
10309
10310         PR gdb/13498:
10311         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10312         particular set of file names once.
10313         (dw2_map_symbol_filenames): Likewise.
10314
10315 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10316
10317         Code cleanup.
10318         * main.c (write_files): Remove the declaration.
10319         (external_editor_command): Move the declaration ...
10320         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10321
10322 2012-02-20  Tom Tromey  <tromey@redhat.com>
10323
10324         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10325         extraneous block.
10326
10327 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10328
10329         * darwin-nat.h (enum darwin_msg_state): Add comments.
10330
10331 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10332
10333         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10334         value.
10335
10336 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10337
10338         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10339         between function description and implementation.
10340
10341 2012-02-17  Tom Tromey  <tromey@redhat.com>
10342
10343         PR python/12070:
10344         * python/py-event.c (event_object_getset): New global.
10345         (event_object_type): Reference it.
10346         * python/py-type.c (field_object_getset): New global.
10347         (field_object_type): Reference it.
10348         * python/python-internal.h (gdb_py_generic_dict): Declare.
10349         * python/py-utils.c (gdb_py_generic_dict): New function.
10350
10351 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10352
10353         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10354
10355 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10356
10357         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10358         TYPE_CALLING_CONVENTION annotation.
10359
10360 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10361
10362         * MAINTAINERS: Add rx to target ISA section.
10363         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10364         (ALLDEPFILES): Add rx-tdep.c.
10365
10366 2012-02-16  Tom Tromey  <tromey@redhat.com>
10367
10368         * symfile.c (symbol_file_add_main_1): Use inferior's
10369         symfile_flags.
10370         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10371         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10372         inferior.
10373         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10374         inferior.
10375         (follow_exec): Use inferior's symfile_flags.
10376         * inferior.h (struct inferior) <symfile_flags>: New field.
10377
10378 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10379
10380         PR gdb/9734:
10381         * remote-sim.c (gdbsim_create_inferior): Call error() when
10382         sim_create_inferior() fails.
10383
10384 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10385
10386         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10387
10388 2012-02-16  Tom Tromey  <tromey@redhat.com>
10389
10390         PR c++/13653:
10391         * thread.c (struct current_thread_cleanup) <was_removable>: New
10392         field.
10393         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10394         (make_cleanup_restore_current_thread): Initialize new field.
10395
10396 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10397
10398         * MAINTAINERS: Add rl78 to target ISA section.
10399         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10400         (ALLDEPFILES): Add rl78-tdep.c.
10401         * NEWS: Mention rl78 as a new target.
10402
10403 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10404
10405         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10406         data.
10407         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10408
10409 2012-02-15  Tom Tromey  <tromey@redhat.com>
10410
10411         PR gdb/12659:
10412         * infcmd.c (registers_info): Print just the current register's
10413         name.
10414
10415 2012-02-15  Tom Tromey  <tromey@redhat.com>
10416
10417         * python/py-symbol.c (sympy_value): Use _().
10418
10419 2012-02-15  Pedro Alves  <palves@redhat.com>
10420
10421         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10422         output to be like native targets'.
10423         (remote_pid_to_str): Special case the null ptid.
10424
10425 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10426
10427         * NEWS: Mention enable count command.
10428         * breakpoint.h (struct breakpoint): New field enable_count.
10429         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10430         (enable_breakpoint): Add arg to call.
10431         (struct disp_data): New struct.
10432         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10433         (do_map_enable_once_breakpoint): Create a struct and pass it.
10434         (do_map_enable_delete_breakpoint): Ditto.
10435         (do_map_enable_count_breakpoint): New function.
10436         (enable_count_command): New function.
10437         (bpstat_stop_status): Decrement enable_count.
10438         (print_one_breakpoint_location): Report enable count.
10439         (_initialize_breakpoint): Add enable count command.
10440
10441 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10442
10443         * rl78-tdep.c (reggroups.h): Include.
10444         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10445         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10446         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10447         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10448         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10449         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10450         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10451         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10452         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10453         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10454         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10455         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10456         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10457         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10458         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10459         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10460         beginning of register list.
10461         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10462         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10463         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10464         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10465         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10466         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10467         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10468         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10469         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10470         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10471         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10472         the pseudo registers.  Rearrange other pseudo registers too so
10473         that the bank registers appear at the end.
10474         (rl78_register_type): Account for the fact that the byte sized
10475         bank registers are now pseudo-registers.
10476         (rl78_register_name): Rearrange the register name array.  Make
10477         initial set of raw banked registers inaccessible.
10478         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10479         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10480         case for copying bytes back and forth between raw and pseudo
10481         versions of the banked registers.  Update other cases to reflect
10482         the changed names.
10483         (rl78_return_value): Update to account for changed names of
10484         raw registers.
10485         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10486         rl78_register_sim_regno().
10487
10488 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10489
10490         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10491         the name parameter being passed to find_pc_partial_function().
10492
10493 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10494
10495         * MAINTAINERS: Step down from being ia64 target maintainer.
10496
10497 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10498
10499         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10500         compilation warning.
10501
10502 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10503
10504         Fix crash on loaded shlibs without loaded exec_bfd.
10505         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10506         (set_section_command): Replace exec_bfd by p->bfd.
10507
10508 2012-02-10  Tom Tromey  <tromey@redhat.com>
10509
10510         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10511         when we have a C++ qualified name.
10512
10513 2012-02-10  Pedro Alves  <palves@redhat.com>
10514
10515         * inferior.c (inferior_pid_to_str): New.
10516         (print_inferior, inferior_command): Use it.
10517
10518 2012-02-10  Pedro Alves  <palves@redhat.com>
10519
10520         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10521         the test CFLAGS.
10522         * configure: Regenerate.
10523
10524 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10525
10526         * linespec.c (decode_line_internal): Fix comment correctness.
10527
10528 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10529
10530         PR gdb/12953
10531         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10532         * amd64bsd-nat.c: Add support for debug registers (adapted from
10533         i386bsd-nat.c).
10534         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10535         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10536         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10537         (amd64bsd_dr_get_control): New functions.
10538         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10539         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10540         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10541         watchpoints initialization.
10542         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10543
10544 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10545
10546         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10547         flds_bnds.fields.
10548         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10549
10550 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10551
10552         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10553
10554 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10555
10556         * language.h (symbol_name_cmp_ftype): Renames
10557         symbol_name_match_p_ftype.
10558         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10559         la_get_symbol_name_match_p.
10560         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10561         ada_get_symbol_name_match_p.  Update comment.
10562         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10563         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10564         Renames symbol_name_match_p.  Update field type.
10565         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10566         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10567         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10568         "la_get_symbol_name_cmp" in comments.
10569         * language.c: Likewise.
10570
10571 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10572
10573         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10574         %eflags offset.
10575         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10576         (amd64_sol2_gregset32_reg_offs): Likewise.
10577
10578 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10579
10580         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10581         of the returned BFD is allocated by GDB.
10582
10583 2012-02-07  Tom Tromey  <tromey@redhat.com>
10584
10585         PR python/12027:
10586         * python/python-internal.h (frame_object_type): Declare.
10587         * python/py-symbol.c (sympy_needs_frame): New function.
10588         (sympy_value): New function.
10589         (symbol_object_getset): Add "needs_frame".
10590         (symbol_object_methods): Add "value".
10591         * python/py-frame.c (frame_object_type): No longer static.
10592
10593 2012-02-07  Tom Tromey  <tromey@redhat.com>
10594
10595         PR python/13599:
10596         * python/py-symbol.c (sympy_line): New function.
10597         (symbol_object_getset): Add "line".
10598
10599 2012-02-07  Tom Tromey  <tromey@redhat.com>
10600
10601         * charset.c (find_charset_names): Check 'in' against NULL.
10602
10603 2012-02-06  Doug Evans  <dje@google.com>
10604
10605         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10606         and fields.name members from char * to const char *.  All uses updated.
10607         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10608         from char * to const char *.  All uses updated.
10609         (type_name_no_tag): Update.
10610         (lookup_unsigned_typename, lookup_signed_typename): Update.
10611         * gdbtypes.c (type_name_no_tag): Change result type
10612         from char * to const char *.  All callers updated.
10613         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10614         name parameter from char * to const char *.
10615         * symtab.h (struct cplus_specific): Change type of demangled_name
10616         member from char * to const char *.  All uses updated.
10617         (struct general_symbol_info): Change type of name and
10618         mangled_lang.demangled_name members from char * to const char *.
10619         All uses updated.
10620         (symbol_get_demangled_name, symbol_natural_name): Update.
10621         (symbol_demangled_name, symbol_search_name): Update.
10622         * symtab.c (symbol_get_demangled_name): Change result type
10623         from char * to const char *.  All callers updated.
10624         (symbol_natural_name, symbol_demangled_name): Ditto.
10625         (symbol_search_name): Ditto.
10626         (completion_list_add_name): Change type of symname,sym_text,
10627         text,word parameters from char * to const char *.
10628         (completion_list_objc_symbol): Change type of sym_text,
10629         text,word parameters from char * to const char *.
10630         * ada-lang.c (find_struct_field): Change type of name parameter
10631         from char * to const char *.
10632         (encoded_ordered_before): Similarly for N0,N1 parameters.
10633         (old_renaming_is_invisible): Similarly for function_name parameter.
10634         (ada_type_name): Change result type from char * to const char *.
10635         All callers updated.
10636         * ada-lang.h (ada_type_name): Update.
10637         * buildsym.c (hashname): Change type of name parameter
10638         from char * to const char *.
10639         * buildsym.h (hashname): Update.
10640         * dbxread.c (end_psymtab): Change type of include_list parameter
10641         from char ** to const char **.
10642         * dwarf2read.c (determine_prefix): Change result type
10643         from char * to const char *.  All callers updated.
10644         * f-lang.c (find_common_for_function): Change type of name, funcname
10645         parameters from char * to const char *.
10646         * f-lang.c (find_common_for_function): Update.
10647         * f-valprint.c (list_all_visible_commons): Change type of funcname
10648         parameters from char * to const char *.
10649         * gdbarch.sh (static_transform_name): Change type of name parameter
10650         and result from char * to const char *.
10651         * gdbarch.c: Regenerate.
10652         * gdbarch.h: Regenerate.
10653         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10654         of name parameter from char * to const char *.
10655         * jv-lang.c (java_primitive_type_from_name): Ditto.
10656         (java_demangled_signature_length): Similarly for signature parameter.
10657         (java_demangled_signature_copy): Ditto.
10658         (java_demangle_type_signature): Ditto.
10659         * jv-lang.h (java_primitive_type_from_name): Update.
10660         (java_demangle_type_signature): Update.
10661         * objc-lang.c (specialcmp): Change type of a,b parameters
10662         from char * to const char *.
10663         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10664         from char * to const char *.  All callers updated.
10665         * p-lang.h (is_pascal_string_type): Update.
10666         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10667         of name parameter from char * to const char *.
10668         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10669         * utils.c (fprintf_symbol_filtered): Ditto.
10670         * defs.h (fprintf_symbol_filtered): Update.
10671         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10672         * stabsread.h (end_psymtab): Update.
10673         * stack.c (find_frame_funname): Change type of funname parameter
10674         from char ** to const char **.
10675         * stack.h (find_frame_funname): Update.
10676         * typeprint.c (type_print): Change type of varstring parameter
10677         from char * to const char *.
10678         * value.h (type_print): Update.
10679         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10680         from char * to const char *.  All callers updated.
10681         (xcoff_end_psymtab): Change type of include_list parameter
10682         from char ** to const char **.  All callers updated.
10683         (swap_sym): Similarly for name parameter.  All callers updated.
10684         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10685         Use xstrdup.
10686         (process_coff_symbol): Use xstrdup.
10687         * stabsread.c (stabs_method_name_from_physname): Renamed from
10688         update_method_name_from_physname.  Change result type from void
10689         to char *.  All callers updated.
10690         (read_member_functions): In has_destructor case, store name in objfile
10691         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10692
10693 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10694
10695         * configure: Rebuild.
10696         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10697         LDFLAGS.
10698
10699 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10700
10701         * configure.tgt (rl78-*-elf): New target.
10702         * rl78-tdep.c: New file.
10703
10704 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10705
10706         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10707         and continue the loop.  Add QUIT statement.
10708
10709 2012-02-03  Tom Tromey  <tromey@redhat.com>
10710
10711         PR gdb/13596:
10712         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10713         bfd_lookup_symbol_from_symtab.
10714         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10715         gdb_bfd_lookup_symbol_from_symtab.
10716
10717 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10718
10719         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10720         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10721         symbol.  Add assertion that sym2 is never NULL.
10722
10723 2012-02-02  Doug Evans  <dje@google.com>
10724
10725         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10726         "name" parameter to const char ** from char **.  All callers updated.
10727         (find_pc_partial_function): Ditto.
10728         (cache_pc_function_name): Change type to const char * from char *.
10729         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10730         (find_pc_partial_function): Update.
10731         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10732         type of "name" parameter to const char * from char *.
10733         All uses updated.
10734         * arch-utils.c (generic_in_solib_return_trampoline): Change
10735         type of "name" parameter to const char * from char *.
10736         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10737         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10738         type of "name" parameter to const char * from char *.
10739         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10740         * gdbarch.c: Regenerate.
10741         * gdbarch.h: Regenerate.
10742         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10743         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10744         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10745         type of "name" parameter to const char * from char *.
10746         * skip.c (skip_function_pc): Ditto.
10747         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10748         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10749         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10750         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10751         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10752         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10753         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10754         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10755         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10756
10757 2012-02-02  Pedro Alves  <palves@redhat.com>
10758
10759         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10760         the current inferior has no execution.  Make sure the current
10761         remote process matches gdb's current inferior.
10762
10763 2012-02-02  Tom Tromey  <tromey@redhat.com>
10764
10765         PR gdb/13405:
10766         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10767         read-only memory.
10768
10769 2012-02-02  Tom Tromey  <tromey@redhat.com>
10770
10771         PR gdb/9307:
10772         * symtab.c (lookup_language_this): Set block_found.
10773
10774 2012-02-01  Tom Tromey  <tromey@redhat.com>
10775
10776         PR gdb/13431:
10777         * jit.c (struct jit_inferior_data): Rewrite.
10778         (struct jit_objfile_data): New.
10779         (get_jit_objfile_data): New function.
10780         (add_objfile_entry): Update.
10781         (jit_read_descriptor): Return int.  Replace descriptor_addr
10782         argument with inf_data.  Update.  Don't call error.
10783         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10784         descriptor here.
10785         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10786         (jit_reset_inferior_data_and_breakpoints)
10787         (jit_inferior_created_observer): Remove.
10788         (jit_inferior_exit_hook): Update.
10789         (jit_executable_changed_observer): Remove.
10790         (jit_event_handler): Update.
10791         (free_objfile_data): Reset inferior data if needed.
10792         (_initialize_jit): Update.
10793
10794 2012-02-01  Tom Tromey  <tromey@redhat.com>
10795
10796         * jit.c (bfd_open_from_target_memory): Move higher in file.
10797
10798 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10799
10800         * libunwind-frame.c (libunwind_load): Display message if dlopen
10801         failed.
10802
10803 2012-02-01  Gary Benson  <gbenson@redhat.com>
10804
10805         * symtab.h (symbol_found_callback_ftype): New typedef.
10806         (iterate_over_symbols): Use the above.
10807         * symtab.c (iterate_over_symbols): Likewise.
10808         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10809         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10810         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10811         (iterate_name_matcher): Document return values.
10812         (collect_one_symbol): Likewise.
10813         (collect_function_symbols): Likewise.
10814         (collect_symbols): Likewise.
10815
10816 2012-02-01  Tom Tromey  <tromey@redhat.com>
10817
10818         * ada-lang.c (resolve_subexp): Update.
10819         (ada_lookup_symbol_list): Add 'full_search' argument.
10820         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10821         ada_lookup_symbol_list.
10822         (ada_lookup_encoded_symbol): Update.
10823         (get_var_value): Update.
10824         * ada-exp.y (block_lookup): Update.
10825         (write_var_or_type): Update.
10826         (write_name_assoc): Update.
10827         * ada-lang.h (ada_lookup_symbol_list): Update.
10828
10829 2012-01-31  Tom Tromey  <tromey@redhat.com>
10830
10831         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10832         comment.
10833
10834 2012-01-31  Doug Evans  <dje@google.com>
10835
10836         * symtab.h: Remove outdated comment.
10837         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10838
10839 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10840
10841         Fix build error in Darwin port.
10842         * i386-darwin-nat.c: Include i386-nat.h.
10843
10844 2012-01-30  Tom Tromey  <tromey@redhat.com>
10845
10846         PR breakpoints/13568:
10847         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10848         argument.  Check for recursive includes.
10849         (dwarf_decode_macros): Create an include hash.
10850
10851 2012-01-30  Michael Eager  <eager@eagercon.com>
10852
10853         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10854         * ppc-linux-tdep.c: Include glibc-tdep.h.
10855         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10856         (powerpc_linux_in_plt_stub): New function.
10857         (powerpc_linux_in_dynsym_resolve_code): New function.
10858         (ppc_skip_trampoline_code): New function.
10859         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10860         Use glibc_skip_solib_resolver.
10861
10862 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10863
10864         Code cleanup: Make 1440 bytes of data segment read-only.
10865         * arch-utils.c (endian_enum): Make it const char *const [].
10866         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10867         Likewise.
10868         * breakpoint.c (always_inserted_enums): Likewise.
10869         * cli/cli-cmds.c (script_ext_enums): Likewise.
10870         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10871         enumlist parameter const char *const *.
10872         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10873         const char *const *.
10874         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10875         parameter const char *const *.
10876         * cris-tdep.c (cris_modes): Make it const char *const [].
10877         * filesystem.c (target_file_system_kinds): Likewise.
10878         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10879         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10880         (can_use_displaced_stepping_enum, scheduler_enums)
10881         (exec_direction_names): Likewise.
10882         * language.c (_initialize_language): Make the type_or_range_names and
10883         case_sensitive_names variables const char *const [].
10884         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10885         * python/python.c (python_excp_enums): Likewise.
10886         * remote.c (interrupt_sequence_modes): Likewise.
10887         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10888         * serial.c (logbase_enums): Likewise.
10889         * sh-tdep.c (sh_cc_enum): Likewise.
10890         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10891         Likewise.
10892         * symtab.c (multiple_symbols_modes): Likewise.
10893         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10894         Likewise.
10895         * utils.c (internal_problem_modes): Likewise.
10896
10897 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10898
10899         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10900         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10901         result.
10902
10903 2012-01-27  Doug Evans  <dje@google.com>
10904
10905         * configure.ac (with_python): Fix absolute path handling for win32.
10906         * configure: Regenerate.
10907
10908 2012-01-26  Doug Evans  <dje@google.com>
10909
10910         * symtab.c: Whitespace cleanup, no code changes.
10911
10912         * symtab.c (lookup_symbol_in_language): Improve comment.
10913         (lookup_symbol_aux): Fix comment.
10914
10915         * psymtab.c (add_psymbol_to_list): Result is now "void".
10916         * psympriv.h (add_psymbol_to_list): Update.
10917
10918         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10919
10920 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10921
10922         Do not open script filenames twice.
10923         * cli/cli-cmds.c (source_script_from_stream): Pass to
10924         source_python_script also STREAM.
10925         * python/py-auto-load.c (source_section_scripts): Pass to
10926         source_python_script_for_objfile also STREAM.
10927         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10928         also INPUT.
10929         * python/python-internal.h (source_python_script_for_objfile): New
10930         parameter file, rename parameter file to filename.
10931         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10932         instead if !_WIN32.  Update the function comment.
10933         (source_python_script, source_python_script_for_objfile)
10934         (source_python_script): New parameter file, rename parameter file to
10935         filename.  Pass FILENAME to python_run_simple_file.
10936         * python/python.h (source_python_script): New parameter file, rename
10937         parameter file to filename.
10938
10939 2012-01-26  Pedro Alves  <palves@redhat.com>
10940
10941         * corelow.c (core_has_fake_pid): Delete.
10942         (core_close): Delete references to `core_has_fake_pid'.
10943         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10944         (core_open): Delete references to `core_has_fake_pid'.
10945         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10946         the removed global.
10947
10948 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10949
10950         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10951         Remove language parameter from name_matcher.  Adjust the comment.
10952         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10953         Remove language parameter.
10954         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10955         * linespec.c (iterate_name_matcher): Likewise.
10956         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10957         name_matcher.  Adjust call accordingly.
10958         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10959         (maintenance_check_symtabs): Adjust type of parameter "fun".
10960         * psymtab.h (maintenance_check_symtabs): Likewise.
10961
10962 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10963
10964         * language.h (symbol_name_match_p_ftype): New typedef.
10965         (struct language_defn): Replace field la_symbol_name_compare
10966         by la_get_symbol_name_match_p.
10967         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10968         (ada_language_defn): Use it.
10969         * linespec.c (struct symbol_matcher_data): New type.
10970         (iterate_name_matcher): Rewrite.
10971         (iterate_over_all_matching_symtabs): Pass a pointer to
10972         a symbol_matcher_data struct to expand_symtabs_matching
10973         instead of just the lookup name.
10974         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10975         opencl-lang.c, p-lang.c, language.c: Delete field
10976         la_symbol_name_compare, and replace by NULL for new field
10977         la_get_symbol_name_match_p.
10978         * symfile.h (struct quick_symbol_functions): Update comment.
10979
10980 2012-01-25  Tom Tromey  <tromey@redhat.com>
10981
10982         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10983         dereferencing.
10984
10985 2012-01-24  Tom Tromey  <tromey@redhat.com>
10986
10987         PR symtab/12406:
10988         * solib.c (update_solib_list): Update the program space's
10989         added_solibs and deleted_solibs fields.
10990         * progspace.h (struct program_space) <added_solibs,
10991         deleted_solibs>: New fields.
10992         (clear_program_space_solib_cache): Declare.
10993         * progspace.c (release_program_space): Call
10994         clear_program_space_solib_cache.
10995         (clear_program_space_solib_cache): New function.
10996         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10997         bpstat_stop_status.  Use handle_solib_event.
10998         * breakpoint.c: Include gdb_regex.h.
10999         (print_solib_event): New function.
11000         (bpstat_print): Use print_solib_event.
11001         (bpstat_stop_status): Add special case for bp_shlib_event.
11002         (handle_solib_event): New function.
11003         (bpstat_what): Use handle_solib_event.
11004         (struct solib_catchpoint): New.
11005         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11006         (breakpoint_hit_catch_solib, check_status_catch_solib)
11007         (print_it_catch_solib, print_one_catch_solib)
11008         (print_mention_catch_solib, print_recreate_catch_solib): New
11009         functions.
11010         (catch_solib_breakpoint_ops): New global.
11011         (catch_load_or_unload, catch_load_command_1)
11012         (catch_unload_command_1): New functions.
11013         (internal_bkpt_check_status): Add special case for
11014         bp_shlib_event.
11015         (internal_bkpt_print_it): Use print_solib_event.
11016         (initialize_breakpoint_ops): Initialize
11017         catch_solib_breakpoint_ops.
11018         (_initialize_breakpoint): Register "catch load" and "catch
11019         unload".
11020         * breakpoint.h (handle_solib_event): Declare.
11021         * NEWS: Add entry for "catch load" and "catch unload".
11022
11023 2012-01-24  Tom Tromey  <tromey@redhat.com>
11024
11025         * ada-lang.c: Include gdb_vecs.h.
11026         * charset.c: Include gdb_vecs.h.
11027         * tracepoint.h: Include gdb_vecs.h.
11028         * gdb_vecs.h: New file.
11029
11030 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
11031
11032         * breakpoint.c (breakpoint_hit_catch_fork)
11033         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11034         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11035         * infrun.c (inferior_has_forked, inferior_has_vforked)
11036         (inferior_has_execd, inferior_has_called_syscall): Delete.
11037         (handle_syscall_event): Get syscall_number from the execution
11038         control state's wait status.
11039         (wait_for_inferior): Don't clear syscall_number.
11040
11041 2012-01-24  Pedro Alves  <palves@redhat.com>
11042
11043         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11044         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11045         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11046         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11047         `ws' parameter.
11048         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11049         false for events other than TARGET_SIGNAL_TRAP.
11050         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11051         Add `ws' parameter.
11052         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11053         events other than TARGET_SIGNAL_TRAP.
11054         (tracepoint_breakpoint_hit): Add `ws' parameter.
11055         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11056         parameter.
11057         (bpstat_stop_status): Same.
11058         (pc_at_non_inline_function): Same.
11059         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11060         to pass the current event's waitstatus to bpstat_stop_status
11061         and pc_at_non_inline_function.
11062
11063 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11064
11065         Code cleanup.
11066         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11067         Update the function comment for it.
11068         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11069         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11070         for STREAM.
11071
11072 2012-01-24  Pedro Alves  <palves@redhat.com>
11073
11074         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11075         outside `bs->stop' block.
11076         (bpstat_what): Rework bp_shlib_event handling.
11077         (internal_bkpt_check_status): If the breakpoint is a
11078         bp_shlib_event, then set bs->stop and bs->print if
11079         stop_on_solib_events is set.
11080
11081 2012-01-24  Gary Benson  <gbenson@redhat.com>
11082
11083         Delete #if 0'd out code.
11084         * stack.c (print_frame_label_vars): Remove.
11085         (catch_info): Likewise.
11086         (_initialize_stack): Remove "info catch" command.
11087         * NEWS: Mention the above.
11088
11089 2012-01-24  Pedro Alves  <palves@redhat.com>
11090
11091         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11092         it.
11093         (remote_notice_new_inferior): If the remote end doesn't support
11094         the multiprocess extensions, then the PID is fake.
11095         (add_current_inferior_and_thread): New.
11096         (remote_start_remote): Use it.
11097         (extended_remote_attach_1): Adjust.
11098         (extended_remote_create_inferior_1): Use
11099         add_current_inferior_and_thread.
11100
11101 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11102
11103         Fix watchpoints to be specific for each inferior.
11104         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11105         current_program_space.
11106         * i386-nat.c (i386_inferior_data_cleanup): New.
11107         (i386_inferior_data_get): Replace variable inf_data_local by an
11108         inferior_data call.
11109         (i386_use_watchpoints): Initialize i386_inferior_data.
11110         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11111         specific iterate_over_lwps.
11112
11113 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11114
11115         Fix watchpoints across inferior fork.
11116         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11117         comment for linux_nat_iterate_watchpoint_lwps.
11118         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11119         linux_nat_iterate_watchpoint_lwps.
11120         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11121         * i386-linux-nat.c (update_debug_registers_callback): Update the
11122         comment for linux_nat_iterate_watchpoint_lwps.
11123         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11124         linux_nat_iterate_watchpoint_lwps.
11125         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11126         * i386-nat.c: Include inferior.h.
11127         (dr_mirror): Remove.
11128         (i386_inferior_data, struct i386_inferior_data)
11129         (i386_inferior_data_get): New.
11130         (i386_debug_reg_state): Use i386_inferior_data_get.
11131         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11132         (i386_insert_watchpoint, i386_remove_watchpoint)
11133         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11134         (i386_remove_hw_breakpoint): New variable state, use
11135         i386_debug_reg_state instead of DR_MIRROR.
11136         * linux-nat.c (delete_lwp): New declaration.
11137         (num_lwps): Move here from downwards.
11138         (delete_lwp_cleanup): New.
11139         (linux_child_follow_fork): Create new child_lp, call
11140         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11141         PTRACE_DETACH.
11142         (num_lwps): Move upwards.
11143         (linux_nat_iterate_watchpoint_lwps): New.
11144         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11145         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11146
11147 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11148
11149         GDB 7.4 released.
11150
11151 2012-01-23  Pedro Alves  <palves@redhat.com>
11152
11153         * top.c (caution): Rename to ...
11154         (confirm): ... this.
11155         (show_caution): Rename to ...
11156         (show_confirm): ... this.
11157         (quit_cover): Adjust.
11158         (init_main): Adjust.
11159         * top.h (caution): Rename to ...
11160         (confirm): ... this.
11161         * utils.c (internal_vproblem, defaulted_query): Adjust.
11162
11163 2012-01-23  Pedro Alves  <palves@redhat.com>
11164
11165         * top.c (caution): Update comment.
11166         (execute_command): Don't consider the current value of `caution'.
11167
11168 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11169
11170         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11171
11172 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11173
11174         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11175         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11176         * target.c (target_fileio_pwrite): Remove buffer address from
11177         debug output.
11178         (target_fileio_pread): Likewise.
11179
11180 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11181
11182         * NEWS: Document remote "info proc" and "generate-core-file".
11183
11184 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11185
11186         * gdbarch.sh (find_memory_regions): New callback.
11187         * gdbarch.c, gdbarch.h: Regenerate.
11188
11189         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11190         callback before falling back to target method.
11191
11192         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11193         (linux_target_install_ops): No longer install it.
11194
11195         * linux-tdep.c (linux_find_memory_regions): New function.
11196         (linux_init_abi): Install it.
11197
11198 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11199
11200         * gdbarch.sh (make_corefile_notes): New architecture callback.
11201         * gdbarch.c: Regenerate.
11202         * gdbarch.h: Likewise.
11203
11204         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11205         before target_make_corefile_notes.  If NULL is returned, the
11206         target does not support core file generation.
11207
11208         * linux-nat.c: Include "linux-tdep.h".
11209         (find_signalled_thread, find_stop_signal): Remove.
11210         (linux_nat_do_thread_registers): Likewise.
11211         (struct linux_nat_corefile_thread_data): Likewise.
11212         (linux_nat_corefile_thread_callback): Likewise.
11213         (iterate_over_spus): Likewise.
11214         (struct linux_spu_corefile_data): Likewise.
11215         (linux_spu_corefile_callback): Likewise.
11216         (linux_spu_make_corefile_notes): Likewise.
11217         (linux_nat_collect_thread_registers): New function.
11218         (linux_nat_make_corefile_notes): Replace contents by call to
11219         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11220         as native-only callback.
11221
11222         * linux-tdep.h: Include "bfd.h".
11223         (struct regcache): Add forward declaration.
11224         (linux_collect_thread_registers_ftype): New typedef.
11225         (linux_make_corefile_notes): Add prototype.
11226         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11227         "regset.h", and "elf-bfd.h".
11228         (find_signalled_thread, find_stop_signal): New functions.
11229         (linux_spu_make_corefile_notes): Likewise.
11230         (linux_collect_thread_registers): Likewise.
11231         (struct linux_corefile_thread_data): New data structure.
11232         (linux_corefile_thread_callback): New funcion.
11233         (linux_make_corefile_notes): Likewise.
11234         (linux_make_corefile_notes_1): Likewise.
11235         (linux_init_abi): Install it.
11236
11237 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11238
11239         * gdbarch.sh (info_proc): New callback.
11240         * gdbarch.c, gdbarch.h: Regenerate.
11241
11242         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11243         before falling back to the target info_proc callback.
11244
11245         * linux-nat.c: Do not include "cli/cli-utils.h".
11246         (linux_nat_info_proc): Remove.
11247         (linux_target_install_ops): No longer install it.
11248
11249         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11250         (read_mapping): New function.
11251         (linux_info_proc): Likewise.
11252         (linux_init_abi): Install it.
11253
11254 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11255
11256         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11257         * infcmd.c: (info_proc_cmd_1): New function.
11258         (info_proc_cmd): New function, moved here from equivalent routine
11259         orignally in linux-nat.c.
11260         (info_proc_cmd_mappings): Likewise.
11261         (info_proc_cmd_stat): Likewise.
11262         (info_proc_cmd_status): Likewise.
11263         (info_proc_cmd_cwd): Likewise.
11264         (info_proc_cmd_cmdline): Likewise.
11265         (info_proc_cmd_exe): Likewise.
11266         (info_proc_cmd_all): Likewise.
11267         (_initialize_infcmd): Install "info proc" command and subcommands.
11268
11269         * target.h (struct target_ops): Add to_info_proc.
11270         (target_info_proc): Add prototype.
11271         * target.c (target_info_proc): New function.
11272
11273         * procfs.c (procfs_info_proc): Add prototype.
11274         (info_proc_cmd): Rename into ...
11275         (procfs_info_proc): ... this.  Update argument types as appropriate
11276         for a to_info_proc implementation.  Handle "what" argument.
11277         (procfs_target): Install procfs_info_proc.
11278         (_initialize_procfs): No longer install "info proc" command.
11279
11280         * linux-nat.c: (enum info_proc_what): Remove.
11281         (linux_nat_info_proc_cmd_1): Rename into ...
11282         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11283         for a to_info_proc implementation.
11284         (linux_nat_info_proc_cmd): Remove.
11285         (linux_nat_info_proc_cmd_mappings): Likewise.
11286         (linux_nat_info_proc_cmd_stat): Likewise.
11287         (linux_nat_info_proc_cmd_status): Likewise.
11288         (linux_nat_info_proc_cmd_cwd): Likewise.
11289         (linux_nat_info_proc_cmd_cmdline): Likewise.
11290         (linux_nat_info_proc_cmd_exe): Likewise.
11291         (linux_nat_info_proc_cmd_all): Likewise.
11292         (linux_target_install_ops): Install linux_nat_info_proc.
11293         (_initialize_linux_nat): No longer install "info proc" command
11294         and subcommands.
11295
11296 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11297
11298         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11299         * config.in, configure: Regenerate.
11300
11301         * target.h (struct target_ops): Add to_fileio_readlink.
11302         (target_fileio_readlink): Add prototype.
11303         * target.c (target_fileio_readlink): New function.
11304
11305         * inf-child.c: Conditionally include <sys/param.h>.
11306         (inf_child_fileio_readlink): New function.
11307         (inf_child_target): Install it.
11308
11309         * remote.c (PACKET_vFile_readlink): New enum value.
11310         (remote_hostio_readlink): New function.
11311         (init_remote_ops): Install it.
11312         (_initialize_remote): Handle vFile:readlink packet type.
11313
11314 2012-01-20  Pedro Alves  <palves@redhat.com>
11315             Ulrich Weigand  <ulrich.weigand@linaro.org>
11316
11317         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11318         * config.in, configure: Regenerate.
11319
11320         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11321         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11322         (target_fileio_open): Add prototype.
11323         (target_fileio_pwrite): Likewise.
11324         (target_fileio_pread): Likewise.
11325         (target_fileio_close): Likewise.
11326         (target_fileio_unlink): Likewise.
11327         (target_fileio_read_alloc): Likewise.
11328         (target_fileio_read_stralloc): Likewise.
11329
11330         * target.c: Include "gdb/fileio.h".
11331         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11332         (default_fileio_target): New function.
11333         (target_fileio_open): Likewise.
11334         (target_fileio_pwrite): Likewise.
11335         (target_fileio_pread): Likewise.
11336         (target_fileio_close): Likewise.
11337         (target_fileio_unlink): Likewise.
11338         (target_fileio_close_cleanup): Likewise.
11339         (target_fileio_read_alloc_1): Likewise.
11340         (target_fileio_read_alloc): Likewise.
11341         (target_fileio_read_stralloc): Likewise.
11342
11343         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11344         <fcntl.h>, and <unistd.h>.
11345         (inf_child_fileio_open_flags_to_host): New function.
11346         (inf_child_errno_to_fileio_error): Likewise.
11347         (inf_child_fileio_open): Likewise.
11348         (inf_child_fileio_pwrite): Likewise.
11349         (inf_child_fileio_pread): Likewise.
11350         (inf_child_fileio_close): Likewise.
11351         (inf_child_fileio_unlink): Likewise.
11352         (inf_child_target): Install to_fileio routines.
11353
11354         * remote.c (init_remote_ops): Install to_fileio routines.
11355
11356 2012-01-20  Pedro Alves  <palves@redhat.com>
11357             Ulrich Weigand  <ulrich.weigand@linaro.org>
11358
11359         * remote.c (remote_multi_process_p): Only check for multi-process
11360         protocol feature, do not check for extended protocol.
11361         (remote_supports_multi_process): Check for extended protocol here.
11362         (set_general_process): Likewise.
11363         (extended_remote_kill): Likewise.
11364         (remote_pid_to_str): Likewise.
11365         (remote_query_supported): Always query multiprocess mode.
11366
11367 2012-01-20  Pedro Alves  <palves@redhat.com>
11368             Ulrich Weigand  <ulrich.weigand@linaro.org>
11369
11370         * inferior.h (struct inferior): Add fake_pid_p.
11371         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11372         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11373         magic_null_ptid since the remote side doesn't provide a real PID.
11374
11375 2012-01-19  Tom Tromey  <tromey@redhat.com>
11376
11377         * NEWS: Combine the two Python sections.
11378
11379 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11380
11381         * target.h (target_close): Update comment on the target's unpush state.
11382
11383 2012-01-19  Pedro Alves  <palves@redhat.com>
11384
11385         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11386         linux_nat_async directly instead of going through the target
11387         vector.
11388         * target.c (unpush_target): Close target after unpushing it, not
11389         before.
11390
11391 2012-01-19  Gary Benson  <gbenson@redhat.com>
11392
11393         * mdebugread.c (sort_blocks): Replace integer constants with ones
11394         derived from FIRST_LOCAL_BLOCK.
11395
11396 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11397             Jan Kratochvil  <jan.kratochvil@redhat.com>
11398
11399         PR gdb/9538
11400         * symfile.c (find_separate_debug_file): New function.
11401         (terminate_after_last_dir_separator): Likewise.
11402         (find_separate_debug_file_by_debuglink): Also try realpath.
11403         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11404         * configure: Regenerate.
11405         * config.in: Regenerate.
11406
11407 2012-01-18  Doug Evans  <dje@google.com>
11408
11409         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11410         (main.o): Remove rule.
11411         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11412         (--with-sysroot): Rewrite.
11413         * configure: Regenerate.
11414         * config.in: Regenerate.
11415
11416 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11417
11418         * parse.c (initialize_expout): New function.
11419         (reallocate_expout): Likewise.
11420         (parse_exp_in_context): Use `initialize_expout' and
11421         `reallocate_expout' when appropriate.
11422
11423 2012-01-18  Pedro Alves  <palves@redhat.com>
11424
11425         * record.c (struct record_breakpoint, record_breakpoint_p)
11426         (record_breakpoints): New.
11427         (record_insert_breakpoint, record_remove_breakpoint): Manage
11428         record breakpoints list.  Only remove breakpoints from the
11429         inferior if they had been inserted there in the first place.
11430
11431 2012-01-17  Doug Evans  <dje@google.com>
11432
11433         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11434         if we know we don't have a file name to look for.
11435
11436 2012-01-17  Pedro Alves  <palves@redhat.com>
11437
11438         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11439         the frame's stop reason is UNWIND_UNAVAILABLE.
11440
11441 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11442
11443         Fix compilation error.
11444         * m2-exp.y (yyerror): Use ANSI C prototype.
11445
11446 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11447
11448         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11449         (growbuf_by_size): Likewise.
11450         (yyerror): Likewise.
11451         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11452         (modblock): Remove variable (was #if 0'ed).
11453         (parse_number): Convert prototype from K&R to ANSI C.
11454         (yyerror): Likewise.
11455         * objc-exp.y (parse_number): Likewise.
11456         (yyerror): Likewise.
11457         (yylex): Remove #if 0'ed code.
11458         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11459         (yyerror): Likewise.
11460
11461 2012-01-16  Tom Tromey  <tromey@redhat.com>
11462
11463         * NEWS: Add item.
11464         * symtab.h (compare_filenames_for_search): Declare.
11465         * symtab.c (compare_filenames_for_search): New function.
11466         (iterate_over_some_symtabs): Use it.
11467         * symfile.h (struct quick_symbol_functions)
11468         <map_symtabs_matching_filename>: Change spec.
11469         * psymtab.c (partial_map_symtabs_matching_filename): Use
11470         compare_filenames_for_search.  Update for new spec.
11471         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11472         compare_filenames_for_search.  Update for new spec.
11473         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11474
11475 2012-01-16  Tom Tromey  <tromey@redhat.com>
11476
11477         PR python/13281:
11478         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11479         (struct main_type) <flag_flag_enum>: New field.
11480         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11481         * NEWS: Add entries.
11482         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11483         enums.
11484         * python/lib/gdb/printing.py (_EnumInstance): New class.
11485         (FlagEnumerationPrinter): Likewise.
11486
11487 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11488
11489         * breakpoint.c (create_sals_from_address_default): New function.
11490         (create_breakpoints_sal_default): Likewise.
11491         (decode_linespec_default): Likewise.
11492         (is_marker_spec): Removed.
11493         (strace_marker_p): New function.
11494         (init_breakpoint_sal): Using `strace_marker_p' instead of
11495         `is_marker_spec'.
11496         (create_breakpoint): Call method `create_sals_from_address' from
11497         breakpoint_ops, replacing code that created SALs conditionally
11498         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11499         replacing code that created breakpoints conditionally on the type
11500         wanted.
11501         (base_breakpoint_create_sals_from_address): New function.
11502         (base_breakpoint_create_breakpoints_sal): Likewise.
11503         (base_breakpoint_decode_linespec): Likewise.
11504         (base_breakpoint_ops): Add methods
11505         `base_breakpoint_create_sals_from_address',
11506         `base_breakpoint_create_breakpoints_sal' and
11507         `base_breakpoint_decode_linespec'.
11508         (bkpt_create_sals_from_address): New function.
11509         (bkpt_create_breakpoints_sal): Likewise.
11510         (bkpt_decode_linespec): Likewise.
11511         (tracepoint_create_sals_from_address): Likewise.
11512         (tracepoint_create_breakpoints_sal): Likewise.
11513         (tracepoint_decode_linespec): Likewise.
11514         (strace_marker_create_sals_from_address): Likewise.
11515         (strace_marker_create_breakpoints_sal): Likewise.
11516         (strace_marker_decode_linespec): Likewise.
11517         (strace_marker_breakpoint_ops): New variable.
11518         (addr_string_to_sals): Remove `marker_spec'.  Call method
11519         `decode_linespec' from breakpoint_ops, replacing code that decoded
11520         an address string into a SAL.  Use `strace_marker_p' instead of
11521         `marker_spec'.
11522         (strace_command): Decide whether we are dealing with a static
11523         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11524         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11525         * breakpoint.h (linespec_result, linespec_sals): New forward
11526         declarations.
11527         (breakpoint_ops) <create_sals_from_address>,
11528         <create_breakpoints_sal>, <decode_linespec>: New methods.
11529
11530 2012-01-14  Doug Evans  <dje@google.com>
11531
11532         * NEWS: Update text for "maint set python print-stack".
11533         It is deprecated in gdb 7.4 and deleted in 7.5.
11534
11535 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11536
11537         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11538         including curses.h.
11539
11540 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11541
11542         * configure: Regenerate.
11543         * config.in: Regenerate.
11544
11545 2012-01-12  Keith Seitz  <keiths@redhat.com>
11546
11547         PR mi/10586
11548         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11549         (ANONYMOUS_UNION_NAME): Define.
11550         (is_path_expr_parent): New function.
11551         (get_path_expr_parent): New function.
11552         (is_anonymous_child): New function.
11553         (create_child_with_value): If the child is anonymous and without
11554         a name, assign an object name to it.
11555         (c_describe_child): Use get_path_expr_parent to determine
11556         the parent expression.
11557         If there field represents an anonymous struct or union and
11558         has no name, set an appropriate display name and expression.
11559         (cplus_describe_child): Likewise.
11560
11561 2012-01-12  Pedro Alves  <palves@redhat.com>
11562
11563         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11564         available when %ebp is found to be zero (outermost).
11565
11566 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11567
11568         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11569         an internal gdb_static_assert.
11570         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11571
11572 2012-01-11  Tom Tromey  <tromey@redhat.com>
11573
11574         PR gdb/9598:
11575         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11576         catch" and "catch throw".
11577
11578 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11579
11580         * blockframe.c (block_innermost_frame): Start search from selected
11581         frame, if present, or otherwise the current frame.
11582
11583         * c-exp.y (variable): Update innermost_block for
11584         'block COLONCOLON NAME' clause.
11585         * m2-exp.y (variable): Ditto.
11586         * objc-exp.y (variable): Ditto.
11587
11588 2012-01-10  Tom Tromey  <tromey@redhat.com>
11589
11590         PR python/13199:
11591         * python/python.c (finish_python_initialization): Set sys.argv.
11592
11593 2012-01-10  Doug Evans  <dje@google.com>
11594
11595         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11596         "want_line_info".  All callers updated.
11597         (dwarf_decode_lines_1): New function.
11598         (handle_DW_AT_stmt_list): Add function comment.
11599         New arg "want_line_info".  All callers updated.
11600         (read_file_scope,read_type_unit_scope): Move comment from
11601         handle_DW_AT_stmt_list to here.
11602
11603 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11604
11605         Fix regression after libiberty/ update for GCC PR 6057 and others.
11606         * c-exp.y (operator) <OPERATOR DELETE>
11607         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11608         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11609         (make_builtin_type, make_name): New variable i, add gdb_assert.
11610         (operator) <OPERATOR NEW>: Update ARGS to 3.
11611         (operator) <OPERATOR DELETE>: Add trailing space.
11612         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11613         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11614         * cp-support.c (cp_canonicalize_string): Check NULL from
11615         cp_comp_to_string, call warning and return.
11616
11617 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11618
11619         Fix duplicate .o files after omitting libbfd.a.
11620         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11621         (SFILES): Add corelow.c.
11622         (COMMON_OBS): Add corelow.o.
11623         (ALLDEPFILES): Remove corelow.c.
11624         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11625         * config/alpha/alpha-osf3.mh: Likewise.
11626         * config/alpha/fbsd.mh: Likewise.
11627         * config/arm/nbsdaout.mh: Likewise.
11628         * config/arm/nbsdelf.mh: Likewise.
11629         * config/i386/i386gnu.mh: Likewise.
11630         * config/ia64/hpux.mh: Likewise.
11631         * config/ia64/linux.mh: Likewise.
11632         * config/m32r/linux.mh: Likewise.
11633         * config/m68k/linux.mh: Likewise.
11634         * config/mips/irix5.mh: Likewise.
11635         * config/mips/irix6.mh: Likewise.
11636         * config/pa/hpux.mh: Likewise.
11637         * config/pa/linux.mh: Likewise.
11638         * config/powerpc/aix.mh: Likewise.
11639         * config/sparc/linux.mh: Likewise.
11640         * config/sparc/linux64.mh: Likewise.
11641         * config/sparc/sol2.mh: Likewise.
11642         * config/vax/vax.mh: Likewise.
11643         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11644         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11645         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11646         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11647         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11648         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11649         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11650         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11651         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11652         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11653         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11654         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11655         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11656         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11657         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11658         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11659         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11660         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11661         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11662         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11663         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11664         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11665         corelow.o from gdb_target_obs.
11666         * corefile.c (core_target): Update the comment on NULL value.
11667         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11668         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11669         MATCHES.  Drop YUMMY set on NULL.
11670         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11671         reclaim CORE_DATA if it is already NULL.
11672
11673 2012-01-09  Doug Evans  <dje@google.com>
11674
11675         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11676         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11677
11678 2012-01-09  Keith Seitz  <keiths@redhat.com>
11679
11680         * breakpoint.c (wrapper.h): Don't include.
11681
11682 2012-01-09  Keith Seitz  <keiths@redhat.com>
11683
11684         * Makefile.in (SFILES): Remove wrapper.c.
11685         (HFILES_NO_SRCDIR): Remove wrapper.h.
11686         (COMMON_OBS): Remove wrapper.o.
11687         * cli/cli-interp.c: Don't inlude wrapper.h.
11688         * corelow.c: Likewise.
11689         (core_open): Replace gdb_target_find_new_threads with
11690         TRY_CATCH around target_find_new_threads.
11691         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11692         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11693         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11694         evaluate_expression.
11695         (varobj_set_value): Likewise for evaluate_expression and
11696         value_assign.
11697         (install_new_variable): Likewise for value_fetch_lazy.
11698         (adjust_value_for_child_access): Likewise for value_ind.
11699         (c_describe_child): Likewise for value_subscript and
11700         value_ind.
11701         (c_value_of_root): Likewise for evaluate_expression.
11702         * wrapper.c: Remove.
11703         * wrapper.h: Remove.
11704
11705 2012-01-09  Doug Evans  <dje@google.com>
11706
11707         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11708         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11709         "abfd" args with "section".  All callers updated.
11710         Error checking code moved ...
11711         (error_check_comp_unit_head): ... here.  New function.
11712         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11713         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11714         (create_debug_types_hash_table): Simplify by using
11715         read_and_check_type_unit_head.
11716
11717         * parser-defs.h (namecopy): Delete.
11718         * parse.c (namecopy, namecopy_size): Move into copy_name.
11719
11720 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11721
11722         Partially fix duplicate .o files after omitting libbfd.a.
11723         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11724         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11725         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11726         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11727         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11728         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11729         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11730
11731 2012-01-09  Pedro Alves  <palves@redhat.com>
11732
11733         * MAINTAINERS: Update my email address.
11734
11735 2012-01-08  Doug Evans  <dje@google.com>
11736
11737         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11738         n_type_units.  Rename type_comp_units to all_type_units.
11739         All uses updated.
11740         (add_signatured_type_cu_to_table): Renamed from
11741         add_signatured_type_cu_to_list.  All callers updated.
11742
11743         * gdbtypes.h (struct cplus_struct_type): Delete member
11744         nfn_fields_total.  All uses removed.
11745
11746 2012-01-06  Doug Evans  <dje@google.com>
11747
11748         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11749         to top of file.
11750         (dwarf2_find_comp_unit): Delete.
11751         (process_psymtab_comp_unit): Make result "void".
11752         Delete args buffer, info_ptr, buffer_size, and replace with
11753         "section".  All callers updated.
11754         (dwarf2_build_psymtabs_hard): Simplify.
11755
11756 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11757             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11758
11759         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11760         before `struct gdb_exception'.
11761         * breakpoint.c (update_global_location_list_nothrow)
11762         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11763         * cp-abi.c (value_rtti_type): Likewise.
11764         * cp-support.c (cp_validate_operator): Likewise.
11765         * infrun.c (insert_exception_resume_breakpoint)
11766         (check_exception_resume, keep_going): Likewise.
11767         * mi-interp.c (mi_breakpoint_created)
11768         (mi_breakpoint_modified): Likewise.
11769         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11770         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11771         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11772
11773 2012-01-05  Doug Evans  <dje@google.com>
11774
11775         * dwarf2read.c (statement_prologue): Delete, unused.
11776
11777         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11778         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11779
11780         * dwarf2read.c (comp_unit_header): Delete, unused.
11781
11782 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11783
11784         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11785         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11786
11787 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11788
11789         * infrun.c (normal_stop): Don't skip calling the normal_stop
11790         observers if the thread was doing a multi-step, but stopped for
11791         some reason other than stepping.
11792
11793 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11794
11795         * cli/cli-decode.h: Add comments.
11796         (CMD_LIST_AMBIGUOUS): Moved to command.h
11797         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11798         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11799         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11800         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11801         (add_com, add_com_alias, add_info, add_info_alias)
11802         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11803         declarations.
11804         * command.h: Add and adjust comments.
11805         (CMD_LIST_AMBIGUOUS): Moved here.
11806         (help_cmd, help_cmd_list): Delete declarations.
11807
11808 2012-01-04  Doug Evans  <dje@google.com>
11809
11810         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11811         All callers updated.
11812         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11813         Replace all arguments with "per_cu".  All callers updated.
11814
11815         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11816
11817         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11818         New arg "per_cu".  All callers updated.
11819
11820         Delete #if 0'd out code.
11821         * language.c (binop_result_type): Delete.
11822         (simple_type, ordered_type, same_type, integral_type): Delete.
11823         (numeric_type, character_type, string_type, boolean_type): Delete.
11824         (float_type, structured_type): Delete.
11825         * language.h: Update.
11826
11827 2012-01-04  Tom Tromey  <tromey@redhat.com>
11828
11829         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11830
11831 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11832
11833         * corefile.c (close_exec_file): Delete.
11834         (reopen_exec_file): Remove commented out code that seems related
11835         to close_exec_file, which is being deleted here.
11836         * inferior.h (close_exec_file): Delete.
11837         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11838
11839 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11840
11841         * ada-lang.c: #include "cli/cli-utils.h".
11842         (get_selections): Use skip_spaces.
11843         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11844         (catch_ada_exception_command_split): Use skip_spaces.
11845         (ada_decode_assert_location): Likewise.
11846
11847 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11848
11849         * linespec.c (decode_line_internal): Check for C++ or Java
11850         compound constructs only if the current language is C, C++
11851         or Java.
11852
11853 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11854
11855         Revert:
11856         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11857                     Joel Brobecker  <brobecker@adacore.com>
11858         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11859         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11860         3 times.
11861         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11862         fall through into AT_ENTRY_POINT.
11863         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11864         DUMMY_ADDR with it.
11865         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11866         PPC_INSN_SIZE skip to 3 times.
11867
11868 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11869
11870         * linespec.c (add_minsym): Preserve function descriptors.
11871
11872 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11873
11874         * breakpoint.c (all_locations_are_pending): Consider locations
11875         in program spaces executing during startup pending as well.
11876
11877 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11878
11879         Copyright year update in most files of the GDB Project.
11880
11881 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11882
11883         * copyright.sh: Delete.
11884         * copyright.py: Rewrite.
11885
11886 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11887
11888         * gnulib/extra/update-copyright: New file, imported from gnulib.
11889
11890 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11891
11892         * README (Copyright and License Notices): New section.
11893
11894 2012-01-03  Tom Tromey  <tromey@redhat.com>
11895
11896         PR python/12533:
11897         * python/py-value.c (valpy_dereference, valpy_get_address
11898         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11899         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11900         (valpy_absolute, valpy_richcompare): Free intermediate values.
11901
11902 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11903
11904         * ada-lang.c: Reformat the copyright notice.
11905
11906 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11907
11908         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11909         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11910         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11911         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11912         Revert this part of:
11913         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11914         Build gdb directly from *.o files not using libgdb.a.
11915         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11916
11917 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11918
11919         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11920         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11921         Reformat the copyright header.
11922
11923 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11924
11925         Revert this part of:
11926         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11927         Remove the gdbtui binary.
11928         * gdb.c (main): Remove args.interpreter_p initialization.
11929         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11930         * main.h (struct captured_main_args): Remove interpreter_p.
11931
11932 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11933
11934         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11935
11936 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11937
11938         * top.c (print_gdb_version): Update copyright year.
11939
11940 2012-01-02  Yao Qi  <yao@codesourcery.com>
11941
11942         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11943
11944 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11945             Joel Brobecker  <brobecker@adacore.com>
11946
11947         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11948         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11949         3 times.
11950         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11951         fall through into AT_ENTRY_POINT.
11952         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11953         DUMMY_ADDR with it.
11954         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11955         PPC_INSN_SIZE skip to 3 times.
11956
11957 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11958
11959         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11960         the return value.
11961         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11962
11963 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11964
11965         Build gdb directly from *.o files not using libgdb.a.
11966         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11967         (COMMON_OBS): Remove solib-target.o.
11968         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11969         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11970         (LIBGDB_OBS, libgdb.a): Move it above.
11971         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11972         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11973         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11974         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11975         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11976         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11977         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11978         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11979         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11980         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11981         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11982         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11983         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11984         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11985         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11986         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11987         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11988         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11989         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11990         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11991         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11992         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11993         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11994         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11995         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11996         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11997         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11998
11999 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12000
12001         Remove the gdbtui binary.
12002         * .gitignore (/gdbtui): Remove.
12003         * Makefile.in (TUI): Remove.
12004         (SUBDIR_TUI_OBS): Remove tui-main.o.
12005         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12006         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12007         (tui-main.o): Remove.
12008         (all_object_files): Remove tui-main.o.
12009         * NEWS: New note for the gdbtui removal.
12010         * configure: Rebuilt.
12011         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12012         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12013         CONFIG_UNINSTALL respectively.
12014         * gdb.c (main): Remove args.interpreter_p initialization.
12015         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12016         * main.h (struct captured_main_args): Remove interpreter_p.
12017         * tui/tui-main.c: Remove.
12018
12019 2012-01-01  Doug Evans  <dje@google.com>
12020
12021         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12022         (dwarf2_physname, read_import_statement): Ditto.
12023         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12024         (process_structure_scope read_subroutine_type): Ditto.
12025         (read_typedef, load_partial_dies, read_partial_die): Ditto.
12026         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12027         (dwarf2_fetch_die_location_block): Ditto.
12028         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12029
12030         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12031         All callers updated.
12032         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12033         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12034         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12035
12036         * dwarf2read.c (load_cu): Move assert to more useful location.
12037
12038         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12039         All callers updated.
12040
12041         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12042         (dwarf2_elf_names): Minor reformat.
12043         (dwarf2_per_cu_data): Tweak comment.
12044         (dwarf2_read_section): Fix comment.
12045         (create_all_comp_units): Fix comment.
12046         (load_full_comp_unit): Fix comment.
12047         (process_full_comp_unit): Fix comment.
12048         (read_signatured_type): Fix comment.
12049
12050 For older changes see ChangeLog-2011.
12051 \f
12052 Local Variables:
12053 mode: change-log
12054 left-margin: 8
12055 fill-column: 74
12056 version-control: never
12057 coding: utf-8
12058 End: