]> Git Repo - binutils.git/blob - gdb/ChangeLog
gdb/
[binutils.git] / gdb / ChangeLog
1 2012-11-27  Daniel Jacobowitz  <[email protected]>
2             Yao Qi  <[email protected]>
3
4         * eval.c (evaluate_subexp_standard): Add handling of
5         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
6         result of ptype for calling a TYPE_CODE_METHODPTR.
7
8 2012-11-27  Yao Qi  <[email protected]>
9
10         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
11         warning.
12         Add i18n markup.
13
14 2012-11-26  Alexander Larsson  <[email protected]>
15             Jan Kratochvil  <[email protected]>
16             Tom Tromey  <[email protected]>
17
18         * NEWS: Mention mini debuginfo feature.
19         * minidebug.c: New file.
20         * configure.ac: Check for lzma.
21         * configure, config.in: Rebuild.
22         * Makefile.in (LIBLZMA): New variable.
23         (CLIBS): Include LIBLZMA.
24         (SFILES): Mention minidebug.c.
25         (COMMON_OBS): Mention minidebug.o.
26         * symfile.c (read_symbols): New function.
27         (syms_from_objfile, reread_symbols): Call it.
28         * symfile.h (find_separate_debug_file_in_section): Declare.
29
30 2012-11-26  Keith Seitz  <[email protected]>
31
32         * exec.c (exec_file_attach): Move cleanup after verifying that
33         memory has in fact been allocated.
34
35 2012-11-26  Tom Tromey  <[email protected]>
36
37         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
38         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
39         SYMBOL_SYMTAB.
40         * skip.c (skip_info): Use SYMBOL_SYMTAB.
41
42 2012-11-26  Maxime Villard  <[email protected]>
43             Pedro Alves  <[email protected]>
44
45         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
46         size parameter passed to readlink by one byte.
47         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
48         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
49         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
50         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
51         size by one byte.
52
53 2012-11-26  Yao Qi  <[email protected]>
54
55         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
56         extraneous parentheses.
57
58 2012-11-26  Yao Qi  <[email protected]>
59
60         * remote.c (remote_start_remote): Typo fix.
61
62 2012-11-23  David S. Miller  <[email protected]>
63
64         * sparc-tdep.h (struct sparc_fpregset): New data structure.
65         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
66         sparc32_sol2_fpregset): Declare new globals.
67         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
68         'fpregset' argument.
69         * sparc64-tdep.h (sparc64_supply_fpregset,
70         sparc64_collect_fpregset): Likewise.
71         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
72         globals.
73         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
74         (sparc_fpregset): Declare new global.
75         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
76         'fpregset' argument.
77         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
78         into handler.
79         (fill_fpregset): Likewise.
80         (_initialize_sparc_linux_nat): Set sparc_fpregset to
81         sparc32_bsd_fpregset.
82         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
83         sparc32_bsd_fpregset down into handler.
84         (sparc32_linux_collect_core_fpregset): Likewise.
85         * sparc-nat.c (sparc_fpregset): Define.
86         (sparc_supply_fpregset): Add 'fpregset' argument.
87         (sparc_collect_fpregset): Likewise.
88         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
89         into fpregset handler.
90         (sparc_store_inferior_registers): Likewise.
91         (_initialize_sparc_nat): Set sparc_fpregset to
92         sparc32_sunos4_fpregset if NULL.
93         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
94         down into handler.
95         (fill_fpregset): Likewise.
96         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
97         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
98         use it to compute offsets.
99         (sparc32_collect_fpregset): Likewise.
100         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
101         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
102         down into handler.
103         (fill_fpregset): Likewise.
104         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
105         Likewise.
106         (sparc64_linux_collect_core_fpregset): Likewise.
107         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
108         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
109         use it to compute offsets.
110         (sparc64_collect_fpregset): Likewise.
111         (sparc64_bsd_fpregset): Define.
112         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
113         sparc64_bsd_fpregset down into handler.
114         (sparc64fbsd_collect_fpregset): Likewise.
115         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
116         and pass sparc{32,64}_bsd_fpregset down into handler.
117         (sparc64nbsd_collect_fpregset): Likewise.
118         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
119         sparc64_bsd_fpregset down into handler.
120         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
121         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
122         to sparc32_bsd_fpregset.
123         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
124         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
125         (sparc32nbsd_supply_fpregset): Likewise.
126
127 2012-11-21  Tom Tromey  <[email protected]>
128
129         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
130         field.
131         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
132         Remove.
133         * c-typeprint.c (c_type_print_base): Update.
134
135 2012-11-21  Yao Qi  <[email protected]>
136
137         PR tdep/7438
138         * gdbarch.sh (smash_text_address): Remove.
139         * gdbarch.c, gdbarch.h: Regenerate.
140         * arm-tdep.c (arm_smash_text_address): Remove.
141         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
142         * hppa-tdep.c (hppa_smash_text_address): Remove.
143         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
144         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
145         Caller update.
146         * coffread.c (coff_symtab_read): Caller update.
147         * dbxread.c (process_one_symbol): Likewise.
148         * elfread.c (record_minimal_symbol): Likewise.
149         * somread.c (som_symtab_read): Likewise.
150
151 2012-11-20  Pierre Muller  <[email protected]>
152
153         ARI fixes: sprintf rule.
154         Replace sprintf function calls for char arrays by
155         calls to xsnprintf calls.
156         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
157         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
158         (arm_neon_quad_read, arm_pseudo_read): Ditto.
159         (arm_neon_quad_write, arm_pseudo_write): Ditto.
160         * breakpoint.c (condition_completer): Ditto.
161         (create_tracepoint_from_upload): Ditto.
162         * dwarf2read.c (file_full_name): Ditto.
163         * gcore.c (gcore_command): Ditto.
164         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
165         * go32-nat.c (go32_sysinfo): Ditto.
166         * interps.c (interp_set): Ditto.
167         * m32c-tdep.c (make_types): Ditto.
168         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
169         * remote-m32r-sdi.c (m32r_open): Ditto.
170         * sol-thread.c (td_err_string): Ditto.
171         (td_state_string, solaris_pid_to_str): Ditto.
172         * symtab.c (gdb_mangle_name): Ditto.
173         * cli/cli-script.c (execute_control_command): Ditto.
174         (define_command, document_command): Ditto.
175         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
176         * tui/tui-stack.c (tui_make_status_line): Ditto.
177         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
178
179 2012-11-20  Mike Frysinger  <[email protected]>
180
181         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
182         it when looking at ptr->func.
183         * command.h (complete_on_cmdlist): Add a fourth arg.
184         * completer.c (complete_line_internal): Add local ignore_help_classes,
185         and set it to 1 when reason is not handle_help.  Pass this down to
186         lookup_cmd_1 and complete_on_cmdlist.
187
188 2012-11-20  Tom Tromey  <[email protected]>
189
190         * completer.c (count_struct_fields): Remove.
191         (expression_completer): Don't call count_struct_fields.
192
193 2012-11-20  Pedro Alves  <[email protected]>
194
195         * annotate.c (breakpoints_changed): Rename to ...
196         (annotate_breakpoints_changed): ... this.
197         (annotate_stopped, breakpoint_changed): Adjust caller.
198         * annotate.h (breakpoints_changed): Rename to ...
199         (annotate_breakpoints_changed): ... this.
200         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
201         (do_map_commands_command, init_raw_breakpoint, clear_command)
202         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
203
204 2012-11-20  David S. Miller  <[email protected]>
205
206         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
207         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
208         sysconf.
209         (get_cores_used_by_process): Update comment.
210
211 2012-11-20  Yao Qi  <[email protected]>
212
213         * objfiles.c (init_entry_point_info): Remove trailing spaces.
214
215 2012-11-20  Yao Qi  <[email protected]>
216
217         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
218         to deprecated_context_hook.
219
220 2012-11-19  Yao Qi  <[email protected]>
221
222         * infrun.c (infwait_state): Add static.
223
224 2012-11-16  Keith Seitz  <[email protected]>
225
226         PR c++/13615
227         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
228         parameter and pass it to lookup_symbol_file.
229         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
230         to search base classes.
231         (cp_lookup_symbol_namespace): Likewise.
232         (lookup_namespace_scope): Likewise.
233         (lookup_symbol_file): Add SEARCH parameter.
234         If SEARCH is non-zero and no symbol is found, lookup the class
235         and call cp_lookup_nested_symbol.
236         (find_symbol_in_baseclass): New function.
237         (cp_lookup_nested_symbol): Do not let
238         cp_lookup_symbol_in_namespace search through base classes.
239         Do that later when there is no global symbol match.
240
241 2012-11-16  Doug Evans  <[email protected]>
242
243         * main.c (gdb_datadir_provided): New static global.
244         (get_init_files): If --data-directory is provided,
245         and SYSTEM_GDBINIT lives in data-directory, look for it there.
246         * NEWS: Mention it.
247
248 2012-11-15  Pierre Muller  <[email protected]>
249
250         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
251         * gdb_stat.h: Delete. Moved to common directory.
252         * common/gdb_stat.h: New file.
253         * gdb_wait.h: Delete. Moved to common directory.
254         * common/gdb_wait.h: New file.
255         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
256         location.
257         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
258         location.
259         (stat.h rule): Adapt to new gdb_stat.h location.
260         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
261         <sys/stat.h> header.
262         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
263         <sys/wait.h> header.
264
265 2012-11-15  Pierre Muller  <[email protected]>
266
267         * configure.ac (AC_HEADER_STAT): Remove.
268         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
269         and corresponding code.
270         * configure: Regenerate.
271         * config.in: Regenerate.
272
273 2012-11-15  Pierre Muller  <[email protected]>
274
275         ARI xasprintf rule fixes.
276         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
277         instead of xasprintf.
278         (open_and_init_dwp_file): Ditto.
279
280 2012-11-14  Luis Machado  <[email protected]>
281
282         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
283         target types.
284
285 2012-11-14  Tom Tromey  <[email protected]>
286
287         * configure, config.in: Rebuild.
288         * configure.ac: Don't check for ctype.h, time.h.
289         * expprint.c: Don't use HAVE_CTYPE_H.
290
291 2012-11-13  Tom Tromey  <[email protected]>
292
293         * gdbarch.h, gdbarch.c: Rebuild.
294         * gdbarch.sh (set_target_gdbarch): Rename from
295         deprecated_target_gdbarch_select_hack.
296         * arch-utils.c (gdbarch_update_p): Update.
297         (set_gdbarch_from_file): Update.
298
299 2012-11-14  Pierre Muller  <[email protected]>
300
301         * MAINTAINERS (Responsible Maintainers/misc): Add myself
302         as responsible of contrib/ari directory.
303
304 2012-11-14  Daniel Jacobowitz  <[email protected]>
305             Yao Qi  <[email protected]>
306
307         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
308         bit of EXC_RETURN.
309         (arm_m_exception_cache, arm_m_exception_this_id)
310         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
311         (arm_m_exception_unwind): New.
312         (arm_gdbarch_init): Register arm_m_exception_unwind.
313
314 2012-11-13  Giuseppe Montalto  <[email protected]>
315
316         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
317         parameter COUNT, for pattern filling of memory regions.
318         * NEWS: Mention it.
319
320 2012-11-13 Markus Metzger <[email protected]>
321
322         * disasm.h (DISASSEMBLY_FILENAME): New macro.
323         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
324         to print_source_lines ().
325         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
326         flag.
327         * source.c (print_source_lines_base): Prefix source line with
328         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
329
330 2012-11-13 Markus Metzger <[email protected]>
331
332         * symtab.h (print_source_lines_flags): New enum.
333         * source.c (print_source_lines_base): Change noerror to flags.
334         (print_source_lines): Change noerror to flags.
335
336 2012-11-13  Pierre Muller  <[email protected]>
337
338         ARI fixes: Avoid sprintf function use rule.
339         * charset.c (convert_between_encodings): Use xsnprintf.
340         * cli-out.c (cli_field_int): Likewise.
341         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
342         * expprint.c (op_name_standard): Likewise.
343         * frv-tdep.c (set_variant_num_gprs): Likewise.
344         (set_variant_num_fprs): Likewise.
345         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
346         * nto-tdep.c (nto_find_and_open_solib): Likewise.
347         (nto_init_solib_absolute_prefix): Likewise.
348         * source.c (init_source_path): Likewise.
349         (print_source_lines_base): Likewise.
350         * valprint.c (print_wchar): Likewise.
351         * mi/mi-out.c (mi_field_int): Likewise.
352         windows-nat.c (windows_pid_to_exec_file): Likewise.
353         (windows_create_inferior): Likewise.
354         (_initialize_check_for_gdb_ini): Likewise.
355
356 2012-11-12  Joel Brobecker  <[email protected]>
357
358         * frame.h (deprecated_frame_register_read): Renames
359         frame_register_read.
360         * frame.c (deprecated_frame_register_read): Renames
361         frame_register_read.  Update all callers.
362         * i386-tdep.c: Update all callers of frame_register_read.
363         * infcmd.c: Likewise.
364         * jit.c: Likewise.
365         * mips-tdep.c: Likewise.
366         * mt-tdep.c: Likewise.
367         * sh64-tdep.c: Likewise.
368
369 2012-11-12  Joel Brobecker  <[email protected]>
370
371         * frame.h (frame_register_read): Remove FIXME comment.
372         * frame.c (frame_register_read): Add suggestion explaining
373         which function to use in place of this one.
374
375 2012-11-12  Tom Tromey  <[email protected]>
376
377         * python/python.c (start_type_printers): Initialize 'result_obj'.
378
379 2012-11-12  Tom Tromey  <[email protected]>
380
381         * NEWS: Update.
382         * data-directory/Makefile.in (PYTHON_FILES): Add
383         type_printers.py.
384         * python/lib/gdb/command/type_printers.py: New file.
385         * python/lib/gdb/command/types.py (TypePrinter): New class.
386         (_get_some_type_recognizers, get_type_recognizers,
387         apply_type_recognizers, register_type_printer): New
388         functions.
389         * python/py-objfile.c (objfile_object) <type_printers>: New
390         field.
391         (objfpy_dealloc): Decref new field.
392         (objfpy_new): Set new field.
393         (objfpy_get_type_printers, objfpy_set_type_printers): New
394         functions.
395         (objfile_to_objfile_object): Set new field.
396         (objfile_getset): Add "type_printers".
397         * python/py-progspace.c (pspace_object) <type_printers>: New
398         field.
399         (pspy_dealloc): Decref new field.
400         (pspy_new): Set new field.
401         (pspy_get_type_printers, pspy_set_type_printers): New functions.
402         (pspace_to_pspace_object): Set new field.
403         (pspace_getset): Add "type_printers".
404         * python/python.c (start_type_printers, apply_type_printers,
405         free_type_printers): New functions.
406         (_initialize_python): Set gdb.type_printers.
407         * python/python.h (start_type_printers, apply_type_printers,
408         free_type_printers): Declare.
409         * typeprint.c (type_print_raw_options, default_ptype_flags):
410         Update for new fields.
411         (do_free_global_table, create_global_typedef_table,
412         find_global_typedef): New functions.
413         (find_typedef_in_hash): Use find_global_typedef.
414         (whatis_exp): Use create_global_typedef_table.  Change cleanup
415         handling.
416         * typeprint.h (struct type_print_options) <global_typedefs,
417         global_printers>: New fields.
418
419 2012-11-12  Tom Tromey  <[email protected]>
420
421         * c-typeprint.c (find_typedef_for_canonicalize,
422         print_name_maybe_canonical): New functions.
423         (c_print_type): Look up type name.
424         (cp_type_print_derivation_info): Add flags argument.  Use
425         print_name_maybe_canonical.
426         (cp_type_print_method_args): Add wrapping.
427         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
428         (c_type_print_template_args): New function.
429         (c_type_print_base): Change wrapping.  Use
430         print_name_maybe_canonical.
431         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
432         type name lookups.
433         * gdbtypes.c (types_equal): No longer static.
434         * gdbtypes.h (types_equal): Declare.
435         * typeprint.c (type_print_raw_options, default_ptype_flags):
436         Update.
437         (struct typedef_hash_table): New.
438         (hash_typedef_field, eq_typedef_field,
439         recursively_update_typedef_hash, add_template_parameters,
440         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
441         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
442         copy_typedef_hash, find_typedef_in_hash): New functions.
443         * typeprint.h (struct type_print_options) <local_typedefs>:
444         New field.
445         (recursively_update_typedef_hash, add_template_parameters,
446         create_typedef_hash, free_typedef_hash,
447         make_cleanup_free_typedef_hash, copy_typedef_hash,
448         find_typedef_in_hash): Declare.
449
450 2012-11-12  Tom Tromey  <[email protected]>
451
452         * cp-support.c (inspect_type,
453         replace_typedefs_qualified_name, replace_typedefs): Add
454         finder, data arguments.  Call as needed.
455         (cp_canonicalize_string_full): New function.
456         (cp_canonicalize_string_no_typedefs): Rewrite.
457         * cp-support.h (canonicalization_ftype): New typedef.
458         (cp_canonicalize_string_full): Declare.
459
460 2012-11-12  Tom Tromey  <[email protected]>
461
462         * NEWS: Update.
463         * c-typeprint.c (c_type_print_base): Handle print_method and
464         print_typedefs flags.
465         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
466         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
467         options.
468         * typeprint.c (type_print_raw_options, default_ptype_flags):
469         Update for new field.s
470         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
471         (setprinttypelist, showprinttypelist, print_methods,
472         print_typedefs): New globals.
473         (set_print_type, show_print_type, set_print_type_methods,
474         show_print_type_methods, set_print_type_typedefs,
475         show_print_type_typedefs): New functions.
476         (_initialize_typeprint): Update documentation.  Add "print
477         type methods" and "print type typedefs" parameters.
478         * typeprint.h (struct type_print_options) <print_methods,
479         print_typedefs>: New fields.
480
481 2012-11-12  Tom Tromey  <[email protected]>
482
483         * c-typeprint.c (cp_type_print_method_args): Add flags
484         argument.  Call c_print_type, not type_print.
485         (c_type_print_base): Call c_print_type, not type_print.
486         Update.
487
488 2012-11-12  Tom Tromey  <[email protected]>
489
490         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
491         to type-printing functions.
492         * ada-lang.h (ada_print_type): Add argument.
493         * ada-typeprint.c (print_array_type, print_variant_clauses,
494         print_variant_part, print_selected_record_field_types,
495         print_record_field_types, print_unchecked_union_type,
496         print_func_type, ada_print_type): Add flags argument.
497         (ada_print_typedef): Update.
498         * c-exp.y (OPERATOR conversion_type_id): Update.
499         * c-lang.h (c_print_type, c_type_print_base): Update.
500         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
501         c_type_print_modifier, c_type_print_args,
502         c_type_print_varspec_suffix, c_type_print_base): Add flags
503         argument.
504         * cp-valprint.c (cp_print_class_member): Update.
505         * dwarf2read.c (dwarf2_compute_name): Update.
506         * f-lang.h (f_print_type): Add argument.
507         * f-typeprint.c (f_print_type): Add flags argument.
508         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
509         * go-lang.h (go_print_type): Add argument.
510         * go-typeprint.c (go_print_type): Add flags argument.
511         * jv-lang.h (java_print_type): Add argument.
512         * jv-typeprint.c (java_type_print_base, java_print_type): Add
513         flags argument.
514         * language.c (unk_lang_print_type): Add flags argument.
515         * language.h (struct language_defn) <la_print_type>: Add flags
516         argument.
517         (LA_PRINT_TYPE): Likewise.
518         * m2-lang.h (m2_print_type): Add argument.
519         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
520         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
521         m2_unbounded_array, m2_record_fields): Add flags argument.
522         * p-lang.h (pascal_print_type, pascal_type_print_base,
523         pascal_type_print_varspec_prefix): Add argument.
524         * p-typeprint.c (pascal_print_type,
525         pascal_type_print_varspec_prefix, pascal_print_func_args,
526         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
527         flags argument.
528         * symmisc.c (print_symbol): Update.
529         * typeprint.c (type_print_raw_options, default_ptype_flags):
530         New globals.
531         (type_print): Update.
532         * typeprint.h (struct type_print_options): New.
533         (type_print_raw_options): Declare.
534         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
535
536 2012-11-10  Keith Seitz  <[email protected]>
537
538         * breakpoint.c (clear_command): Add cleanup for
539         sals.sals if an argument is given.
540
541         * linespec.c (parse_linespec): Do cleanups after
542         parsing a convenience variable.
543
544 2012-11-10  Keith Seitz  <[email protected]>
545
546         PR gdb/14288
547         * c-valprint.c (c_val_print): For character arrays
548         with "print null" option on, print ellipses if
549         the output is truncated and the next character is not \000.
550         * valprint.c (MAX_WCHARS): Define.
551         (WCHAR_BUFLEN): Likewise.
552         (WCHAR_BUFLEN_MAX): Likewise.
553         (struct converted_character): New structure.
554         (count_next_character): New function.
555         (print_converted_chars_to_obstack): New function.
556         (generic_printstr): Rewrite using count_next_character
557         and print_converted_chars_to_obstack.
558
559 2012-11-10  Stephane Carrez  <[email protected]>
560
561         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
562         while executing the gdb command.
563         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
564         are called from prompt_for_continue.
565         * tui/tui-io.c (tui_redisplay_readline): Likewise.
566
567 2012-11-10  Stephane Carrez  <[email protected]>
568
569         PR tui/9584
570
571         * tui/tui.c (tui_rl_command_key): Do not call execute_command
572         but insert the command to execute in readline's buffer.
573
574 2012-11-09  Tom Tromey  <[email protected]>
575
576         * gdbarch.sh (target_gdbarch): Remove macro.
577         (get_target_gdbarch): Rename to target_gdbarch.
578         * gdbarch.c, gdbarch.h: Rebuild.
579         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
580         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
581         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
582         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
583         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
584         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
585         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
586         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
587         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
588         procfs.c, progspace.c, ravenscar-thread.c, record.c,
589         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
590         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
591         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
592         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
593         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
594         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
595         target-descriptions.c, target.c, target.h, tracepoint.c,
596         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
597         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
598         python/py-inferior.c, python/python.c: Update.
599
600 2012-11-09  Andrew Burgess  <[email protected]>
601
602         * source.c (print_source_lines_base): Add fullname field giving
603         full path to file in mi output.
604         * NEWS: Mention the new fullname field.
605
606 2012-11-09  Yao Qi  <[email protected]>
607
608         * NEWS: Mention the fix to the ambiguity of 'fo' command.
609
610 2012-11-09  Pedro Alves  <[email protected]>
611
612         PR gdb/14306
613
614         * infrun.c: Include target-descriptions.h.
615         (follow_exec): Fetch new target description.
616
617 2012-11-09  Yao Qi  <[email protected]>
618
619         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
620         0x8d (lea).
621
622 2012-11-09  Yao Qi  <[email protected]>
623
624         * breakpoint.c: Declare set_tracepoint_count.
625         (install_breakpoint): Call set_tracepoint_count if B is a
626         tracepoint.
627         (trace_command): Don't call set_tracepoint_count.  Re-indent.
628         (strace_command, ftrace_command):
629         (create_tracepoint_from_upload): Likewise.
630
631 2012-11-09  Pedro Alves  <[email protected]>
632
633         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
634         (get_target_gdbarch) <gdbarch.h>: New function.
635         (startup_gdbarch) <gdbarch.h>: Declare.
636         <gdbarch.c> (target_gdbarch): Delete.
637         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
638         current inferior's gdbarch.
639         <gdbarch.c> (get_target_gdbarch): New function.
640         * inferior.c: Include target-descriptions.h.
641         (free_inferior): Free target description info.
642         (add_inferior_with_spaces): Set the inferior's initial
643         architecture.
644         (clone_inferior_command): Copy the original inferior's target
645         description if it was user specified.
646         (initialize_inferiors): Add comment.
647         * inferior.h (struct target_desc_info): Forward declare.
648         (struct inferior) <gdbarch>: New field.
649         * linux-nat.c: Include target-descriptions.h.
650         (linux_child_follow_fork): Copy the parent's architecture and
651         target description to the child.
652         * target-descriptions.c: Include inferior.h.
653         (struct target_desc_info): New structure, holding the equivalents
654         of ...
655         (target_desc_fetched, current_target_desc)
656         (target_description_filename): ... these removed globals.
657         (get_tdesc_info, target_desc_info_from_user_p)
658         (copy_inferior_target_desc_info, target_desc_info_free): New.
659         (target_desc_fetched, current_target_desc)
660         (target_description_filename): Reimplemented as convenience
661         macros.
662         (tdesc_filename_cmd_string): New global.
663         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
664         tdescs filename ..." commands to the per-inferior equivalent.
665         (show_tdesc_filename_cmd): Get the value to show from the
666         per-inferior description filename.
667         (_initilize_target_descriptions): Change the "set/show tdesc
668         filename" commands' variable.
669         * target-descriptions.h (struct target_desc, struct target_desc_info)
670         (struct inferior): Forward declare.
671         (target_find_description, target_clear_description)
672         (target_current_description): Adjust comments.
673         (copy_inferior_target_desc_info, target_desc_info_free)
674         (target_desc_info_from_user_p). Declare.
675
676 2012-11-08  Stephane Carrez  <[email protected]>
677
678         * tui/tui-hooks.c (tui_about_to_proceed): New function.
679         (tui_target_wait_hook): Remove.
680         (tui_install_hooks): Install the about_to_proceed observer.
681         (tui_remove_hooks): And remove it here.
682
683 2012-11-08  Tom Tromey  <[email protected]>
684
685         * linux-tdep.c (linux_make_siginfo_note): New function.
686         (linux_make_corefile_notes): Use it.
687         * corelow.c (get_core_siginfo): New function.
688         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
689
690 2012-11-08  Tom Tromey  <[email protected]>
691
692         PR gdb/14704:
693         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
694         (zlib_decompress_section): Remove.
695         (gdb_bfd_map_section): Only check for compressed section
696         in mmap case.  Use bfd_get_full_section_contents.
697         * osabi.c (check_note): Add 'sectsize' argument.  Read
698         section data.
699         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
700         section data.  Update for check_note change.
701         * xcoffread.c (xcoff_initial_scan): Use
702         bfd_get_full_section_contents.
703         * py-auto-load.c (auto_load_section_scripts): Use
704         bfd_get_full_section_contents.
705         * contrib/cc-with-tweaks.sh: Add -Z option.
706
707 2012-11-08  Tom Tromey  <[email protected]>
708
709         * python/py-bpevent.c: Include defs.h.
710         * python/py-continueevent.c: Include defs.h.
711         * python/py-event.c: Include defs.h.
712         * python/py-event.h: Don't include defs.h.
713         * python/py-events.h: Don't include defs.h.
714         * python/py-evts.c: Include defs.h.
715         * python/py-exitedevent.c: Include defs.h.
716         * python/py-newobjfileevent.c: Include defs.h.
717         * python/py-signalevent.c: Include defs.h.
718         * python/py-stopevent.c: Include defs.h.
719         * python/py-threadevent.c: Include defs.h.
720
721 2012-11-08  Pierre Muller  <[email protected]>
722
723         * update-web-ari.sh (print_heading): Add number of files
724         checked.
725         (nb_files): New variable counting the number of sources
726         files found by gdb_find.sh script.
727         (debug_awk): New variable to allow extra debug output.
728         (indexes): Add more information if DEBUG_AWK is set.
729
730 2012-11-08  Edjunior Machado  <[email protected]>
731
732         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
733         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
734         following the change in PLT call stubs on linker.
735
736 2012-11-08  Pierre Muller  <[email protected]>
737
738         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
739         as default language.
740         (AWK): Use = instead of == for sh test to avoid warning.
741         (Linux rule): Correct [:digit] into [[:digit:]].
742         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
743         (vasprintf rule): Adapt to common subdirectory moves.
744         (xasprintf rule): Idem.
745         (xvasprintf rule): Idem.
746         (var_boolean rule): Accept occurence in == or != test.
747
748         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
749
750 2012-11-08  Stephane Carrez  <[email protected]>
751
752         * tui/tui-hooks.c (tui_inferior_exit): New function.
753         (tui_detach_hook): Remove.
754         (tui_install_hooks): Install the inferior exit observer.
755         (tui_remove_hooks): Remove it.
756
757 2012-11-08  Yao Qi  <[email protected]>
758
759         PR gdb/14777.
760         * source.c (_initialize_source): Call add_com_alias to abbreviate
761         'forward-search' as 'fo'.
762
763 2012-11-07  Pedro Alves  <[email protected]>
764
765         * arm-tdep.c: Make defs.h be the first include.
766         * coff-pe-read.c: Ditto.
767         * gnu-nat.c: Ditto.
768         * go32-nat.c: Ditto.
769         * i386-nat.c: Ditto.
770         * ppcnbsd-nat.c: Ditto.
771         * ada-varobj.h: Don't include defs.h.
772         * i386-darwin-tdep.h: Ditto.
773         * i386-nat.h: Ditto.
774
775 2012-11-07  Pedro Alves  <[email protected]>
776
777         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
778         Committee.
779
780 2012-11-07  Pierre Muller  <[email protected]>
781
782         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
783         File already uses "gdb_dirent.h" header.
784
785 2012-11-07  Yao Qi  <[email protected]>
786
787         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
788         tracepoint_count'.
789
790 2012-11-06  Tom Tromey  <[email protected]>
791
792         * target.h (inferior_has_forked, inferior_has_vforked)
793         (inferior_has_execd, inferior_has_called_syscall): Remove
794         declarations.
795
796 2012-11-06  Pierre Muller  <[email protected]>
797
798         * remote.c (remote_insert_hw_breakpoint): ARI fix,
799         add missing internalization markup.
800
801 2012-11-06  Pedro Alves  <[email protected]>
802
803         PR gdb/14810
804
805         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
806
807 2012-11-06  Pierre Muller  <[email protected]>
808
809         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
810         is not executable.
811
812 2012-11-05  Joel Brobecker  <[email protected]>
813
814         * gnulib/update-gnulib.sh: New script.
815
816 2012-11-05  Stephane Carrez  <[email protected]>
817
818         * MAINTAINERS: Update my email address.
819
820 2012-11-05  Tom Tromey  <[email protected]>
821
822         * frame.c (put_frame_register): Don't use temporary buffer.
823
824 2012-11-05  Pedro Alves  <[email protected]>
825
826         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
827         child.  Clear 'pending_detach'.
828         * infrun.c (handle_vfork_child_exec_or_exit): Clear
829         'pending_detach' in the vfork parent.
830
831 2012-11-05  Doug Evans  <[email protected]>
832
833         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
834         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
835         * dwarf2read.c: #include "elf-bfd.h".
836         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
837         (dwop_section_names): Renamed from dwo_section names.  All uses
838         updated.  Add entries for .debug_cu_index, .debug_tu_index.
839         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
840         All uses updated.
841         (struct dwp_sections): New type.
842         (struct virtual_dwo_sections): New type.
843         (struct dwp_hash_table): New type.
844         (struct dwp_file): New type.
845         (init_cutu_and_read_dies): Ensure DWO info/types section has been
846         read in.  Handle DWOs coming from DWP files.
847         (lookup_dwo_file_slot): New function.
848         (dwarf2_locate_dwo_sections): Move definition closer to use.
849         (create_dwo_debug_info_hash_table_reader): Renamed from
850         create_debug_info_hash_table_reader.  All callers updated.
851         (create_dwo_debug_info_hash_table): Renamed from
852         create_debug_info_hash_table.  All callers updated.
853         (create_dwp_hash_table): New function.
854         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
855         (lookup_dwo_in_dwp): New function.
856         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
857         is_dwp.  All callers updated.
858         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
859         (open_and_init_dwo_file): Renamed from init_dwo_file.
860         All callers updated.
861         (lookup_dwo_file): Delete.
862         (dwarf2_locate_dwp_sections): New function.
863         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
864         (allocate_dwp_loaded_cutus_table): New function.
865         (open_and_init_dwp_file): New function.
866         (lookup_dwo_cutu): New function.
867         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
868
869 2012-11-03  Yao Qi  <[email protected]>
870
871         Fix PR gdb/14617.
872         * breakpoint.c (trace_pass_set_count): Call
873         observer_notify_breakpoint_modified instead of
874         observer_notify_tracepoint_modified.
875         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
876
877 2012-11-02  Tom Tromey  <[email protected]>
878
879         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
880         argument to complete_on_enum.
881
882 2012-11-02  Tom Tromey  <[email protected]>
883
884         * configure: Rebuild.
885         * configure.ac (build_warnings): Add -Wempty-body.
886         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
887         * remote.c (handle_notification): Use braces for empty 'else' body.
888         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
889         'else' body.
890         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
891         'else' body.
892         * solib-som.c (som_relocate_section_addresses): Use braces
893         for empty 'else' body.
894         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
895         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
896
897 2012-11-02  Pedro Alves  <[email protected]>
898
899         PR gdb/14766
900
901         * infrun.c (handle_inferior_event)
902         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
903         null_ptid before handling a vfork child exec or exit.  Switch to
904         the event ptid afterwards.
905
906 2012-11-02  Yao Qi  <[email protected]>
907
908         * std-operator.def: Remove OP_LABELED.
909         * eval.c: Remove the declaration of 'get_label'.
910         (get_label): Remove.
911         (evaluate_struct_tuple): Remove code handling OP_LABELED.
912         Update comment.
913         Remove local variable 'variantno' and related code.
914         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
915         with 'fieldno'.
916         * expprint.c (print_subexp_standard): Likewise.
917         (dump_subexp_body_standard): Likewise.
918         * parse.c (operator_length_standard): Likewise.
919
920 2012-11-01  Pierre Muller  <[email protected]>
921
922         Incorporate ARI web page generator into GDB sources.
923         * contrib/ari/create-web-ari-in-src.sh: New file.
924         * contrib/ari/gdb_ari.sh: New file.
925         * contrib/ari/gdb_find.sh: New file.
926         * contrib/ari/update-web-ari.sh: New file.
927
928 2012-10-31  Tom Tromey  <[email protected]>
929
930         * gdbarch.c: Rebuild.
931         * gdbarch.sh: Remove references to gdbarch_swap.
932         * corelow.c (core_open): Remove obsolete comment.
933
934 2012-10-31  Andrew Burgess  <[email protected]>
935
936         PR cli/14772
937         * c-typeprint.c (c_print_type): Don't print a space for vector
938         types, this is handled within the suffix.
939         (c_type_print_varspec_suffix): Add a space to vector suffix.
940
941 2012-10-26  Pedro Alves  <[email protected]>
942
943         * amd64-tdep.c (amd64_relocate_instruction): Use
944         store_unsigned_integer instead of memcpy.
945         * i386-tdep.c (i386_relocate_instruction): Ditto.
946
947 2012-10-26  Pedro Alves  <[email protected]>
948
949         * infrun.c (handle_inferior_event): Merge handling of
950         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
951         switch case.
952
953 2012-10-26  Pedro Alves  <[email protected]>
954
955         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
956         Remove comment.
957
958 2012-10-26  Pedro Alves  <[email protected]>
959
960         * target.c (target_waitstatus_to_string): Handle
961         TARGET_WAITKIND_VFORK_DONE.
962
963 2012-10-26  Pedro Alves  <[email protected]>
964
965         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
966         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
967
968 2012-10-24  Tristan Gingold  <[email protected]>
969
970         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
971         Add comments.
972
973 2012-10-24  Joel Brobecker  <[email protected]>
974
975         * ravenscar-thread.c (ravenscar_wait): Only update the list
976         of threads and inferior_ptid if the inferior is still alive.
977
978 2012-10-24  Joel Brobecker  <[email protected]>
979
980         * ada-lang.c (is_known_support_routine): Use lbasename when
981         matching the symtab's filename against
982         known_runtime_file_name_patterns.
983
984 2012-10-24  Joel Brobecker  <[email protected]>
985
986         * ada-lang.c (ada_same_array_size_p): New function.
987         (ada_promote_array_of_integrals): New function.
988         (coerce_for_assign): Add handling of arrays where the elements
989         are integrals of a smaller size than the size of the target
990         array element type.
991
992 2012-10-24  Joel Brobecker  <[email protected]>
993
994         * doublest.c (convert_doublest_to_floatformat): Fix comparison
995         against maximum exponent value.
996
997 2012-10-24  Joel Brobecker  <[email protected]>
998
999         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1000         "unwind-seh.c".
1001
1002 2012-10-24  Joel Brobecker  <[email protected]>
1003
1004         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1005         strip typedef layer when computing the fixed type's field type,
1006         only when computing its size.
1007
1008 2012-10-24  Mark Kettenis  <[email protected]>
1009
1010         PR gdb/12783
1011         * i386-tdep.c (i386_return_value): Handle complex double and long
1012         double.
1013
1014 2012-10-24  Joel Brobecker  <[email protected]>
1015
1016         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1017         New local variable args_len.
1018         Quote the name of the executable when computing the command line.
1019
1020 2012-10-23  Mark Kettenis  <[email protected]>
1021
1022         PR gdb/12796
1023         PR gdb/12798
1024         PR gdb/12800
1025         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1026         AMD64_FTAG_REGNUM.
1027         * amd64-tdep.c (amd64_classify): Classify complex types.
1028         (amd64_return_value): Handle the COMPLEX_X87 class.
1029
1030 2012-10-23  Joel Brobecker  <[email protected]>
1031
1032         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1033         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1034
1035 2012-10-23  Joel Brobecker  <[email protected]>
1036
1037         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1038         function.
1039         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1040         to amd64_windows_auto_wide_charset.
1041
1042 2012-10-23  Yao Qi  <[email protected]>
1043
1044         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1045         * event-top.h: Remove its declaration.
1046         (async_request_quit): Call mark_async_signal_handler instead of
1047         mark_async_signal_handler_wrapper.
1048         (async_do_nothing, async_disconnect): Likewise.
1049         (async_stop_sig): Likewise.
1050         * remote.c (handle_remote_sigint): Likewise.
1051         (handle_remote_sigint_twice): Likewise.
1052
1053 2012-10-23  Yao Qi  <[email protected]>
1054
1055         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1056         with 'static struct async_signal_handler *'.
1057         (sighup_token, sigquit_token, sigstp_token): Likewise.
1058
1059 2012-10-22  Ali Anwar  <[email protected]>
1060
1061         * gdbarch.sh (function_list): Use 'pstring' when printing
1062         a variable which could return NULL.
1063         * gdbarch.c: Regenerate.
1064
1065 2012-10-10  Joel Brobecker  <[email protected]>
1066             Tom Tromey  <[email protected]>
1067
1068         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1069         inneffective if condition by gdb assertion.  Add function
1070         description comment.
1071
1072 2012-10-19  Joel Brobecker  <[email protected]>
1073
1074         * parser-defs.h (struct exp_descriptor): Document constraint
1075         on return value for "op_name" callbacks.
1076
1077 2012-10-18  Tom Tromey  <[email protected]>
1078
1079         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1080         * symtab.c (iterate_over_some_symtabs): Constify.
1081         * source.h (symtab_to_fullname): Return 'const char *'.
1082         * source.c (symtab_to_fullname): Return 'const char *'.
1083         * python/py-symtab.c (stpy_fullname): Constify.
1084         * cli/cli-cmds.c (edit_command): Constify.
1085         * breakpoint.c (print_breakpoint_location)
1086         (update_static_tracepoint): Constify.
1087
1088 2012-10-18  Tom Tromey  <[email protected]>
1089
1090         * breakpoint.c (compare_breakpoints): Fix comparison.
1091
1092 2012-10-18  Tom Tromey  <[email protected]>
1093
1094         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1095         gdb_wchar_t to convert_between_encodings.
1096
1097 2012-10-17  Yao Qi  <[email protected]>
1098
1099         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1100         more parameter 'inferior'.
1101         * corefile.c (write_memory_with_notification): Caller update.
1102
1103         * mi/mi-cmd-var.c: Include "mi-main.h".
1104         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1105         to 1 and restore it later.
1106         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1107         and "data-write-memory-bytes.
1108         * mi/mi-interp.c: Include objfiles.h.
1109         (mi_interpreter_init): Call observer_attach_memory_changed.
1110         (mi_memory_changed): New.
1111         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1112         New field.
1113
1114         * NEWS: Mention new MI notification "memory-changed".
1115
1116 2012-10-16  Jan Kratochvil  <[email protected]>
1117
1118         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1119
1120 2012-10-15  Doug Evans  <[email protected]>
1121
1122         New option -nh: inhibit loading of ~/.gdbinit.
1123         * NEWS: Mention -nh.
1124         * main.c (captured_main): Recognize and process -nh.
1125         (print_gdb_help): Mention -nh.
1126         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1127
1128 2012-10-15  H.J. Lu  <[email protected]>
1129
1130         PR backtrace/14646
1131         PR gdb/14647
1132         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1133         pc_regnum_from_eax.
1134         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1135         nor pc_regnum_from_eax.
1136         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1137         nor pc_regnum_from_eax.
1138
1139 2012-10-15  Jan Kratochvil  <[email protected]>
1140
1141         Fix entry values resolving in inlined frames.
1142         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1143         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1144         entries of FRAME.
1145
1146 2012-10-15  Joel Brobecker  <[email protected]>
1147
1148         * configure.ac: Build with -DMS_WIN64 if building with Python
1149         enabled using GCC on amd64-windows.
1150         * configure: Regenerate.
1151
1152 2012-10-15  Tom Tromey  <[email protected]>
1153
1154         PR python/14635:
1155         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1156         to Py_None.
1157
1158 2012-10-15  Tom Tromey  <[email protected]>
1159
1160         PR python/14634:
1161         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1162
1163 2012-10-11  Andrew Burgess  <[email protected]>
1164
1165         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1166         reset thread numbering back to 1.
1167
1168 2012-10-11  Doug Evans  <[email protected]>
1169
1170         PR breakpoints/14643.
1171         * linespec.c (struct ls_parser): New member keyword_ok.
1172         (linespec_lexer_lex_string): Add comment.
1173         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1174         for one.
1175         (parse_linespec): Set keyword_ok.
1176
1177 2012-10-10  Doug Evans  <[email protected]>
1178
1179         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1180         "0x" prefix on address in log message.
1181
1182         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1183         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1184         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1185         (lookup_dwo_file): Add const to dwo_name parameter.
1186         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1187
1188 2012-10-06  Jan Kratochvil  <[email protected]>
1189
1190         Fix crash during stepping on ppc32.
1191         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1192         SYM.
1193
1194 2012-10-03  Doug Evans  <[email protected]>
1195
1196         PR symtab/14601
1197         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1198
1199 2012-10-02  Andrew Burgess  <[email protected]>
1200
1201         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1202         output and use uint32_t not long to ensure 4 byte size.
1203
1204 2012-10-02  Joel Brobecker  <[email protected]>
1205
1206         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1207         unref'ed it.
1208
1209 2012-10-01  Andrew Burgess  <[email protected]>
1210
1211         * target.c (simple_search_memory): Include access length in
1212         warning message.
1213
1214 2012-09-28  Nathan Miller  <[email protected]>
1215             Edjunior Machado  <[email protected]>
1216
1217         PR gdb/13989
1218         * solib.c (solib_find): Prevent GDB from loading native libraries when
1219         debugging a cross-target corefile.
1220
1221 2012-09-28  selven  <[email protected]>
1222
1223         Make definition match declaration.
1224
1225         * regcache.c (regcache_register_status): Change return type to
1226         enum register_status.
1227
1228 2012-09-28  Yao Qi  <[email protected]>
1229
1230         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1231         write_memory_with_notification instead of write_memory.
1232         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1233         instead of target_write_memory.
1234
1235 2012-09-28  Yao Qi  <[email protected]>
1236
1237         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1238         when the length of content is not an even number.
1239
1240 2012-09-27  Tom Tromey  <[email protected]>
1241
1242         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1243         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1244
1245 2012-09-27  Joel Brobecker  <[email protected]>
1246
1247         * sol-thread.c (sol_thread_fetch_registers)
1248         (sol_thread_store_registers): Delete commented out code.
1249
1250 2012-09-27  Joel Brobecker  <[email protected]>
1251
1252         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1253         Move these functions to sparc-sol-thread.c.
1254         * sparc-sol-thread.c: New file.
1255         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1256         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1257         configurations.
1258         * configure: Regenerate.
1259
1260 2012-09-27  Joel Brobecker  <[email protected]>
1261
1262         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1263         Remove commented-out code.
1264
1265 2012-09-27  Joel Brobecker  <[email protected]>
1266
1267         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1268         Enable this code for sparc hosts only.
1269
1270 2012-09-27  Joel Brobecker  <[email protected]>
1271
1272         * procfs.h (procfs_find_LDT_entry): Add declaration.
1273         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1274         function procfs_find_LDT_entry.
1275
1276 2012-09-27  Joel Brobecker  <[email protected]>
1277
1278         * procfs.c (proc_get_LDT_entry): Make static.
1279
1280 2012-09-27  Joel Brobecker  <[email protected]>
1281
1282         * procfs.c (proc_find_memory_regions): Fix declaration.
1283
1284 2012-09-27  Siddhesh Poyarekar  <[email protected]>
1285
1286         * amd64-tdep.c (amd64_return_value): Revert previous change
1287         that used TYPE_LENGTH directly.
1288         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1289         (bfin_store_return_value): Likewise.
1290         * cris-tdep.c (cris_store_return_value): Likewise.
1291         (cris_extract_return_value): Likewise.
1292         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1293         * hppa-tdep.c (hppa64_return_value): Likewise.
1294         * lm32-tdep.c (lm32_store_return_value): Likewise.
1295         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1296         * spu-tdep.c (spu_value_from_register): Likewise.
1297         * vax-tdep.c (vax_return_value): Likewise.
1298
1299 2012-09-27  Siddhesh Poyarekar  <[email protected]>
1300
1301         * gdbtypes.c (lookup_array_range_type): Expand parameters
1302         LOW_BOUND and HIGH_BOUND to LONGEST.
1303         (lookup_string_range_type): Likewise.
1304         * gdbtypes.h (lookup_array_range_type): Likewise.
1305         (lookup_string_range_type): Likewise.
1306         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1307         Expand HIGHBOUND to ssize_t.
1308         (value_string): Likewise.
1309         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1310         (value_string): Likewise.
1311
1312 2012-09-27  Yao Qi  <[email protected]>
1313
1314         PR breakpoints/13898
1315         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1316         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1317         per breakpoint type.
1318
1319 2012-09-26  Pierre Muller  <[email protected]>
1320
1321         * procfs.c: Add gdb_bfd header.
1322         * rs6000-nat.c: Likewise.
1323         * solib-pa64.c: Likewise.
1324         * spu-linux-nat.c: Likewise.
1325         * windows-nat.c: Likewise.
1326
1327 2012-09-26  Tom Tromey  <[email protected]>
1328
1329         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1330
1331 2012-09-26  Tom Tromey  <[email protected]>
1332
1333         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1334         (read_common_block): Handle child DIEs with
1335         DW_AT_data_member_location.
1336         (new_symbol_full): Add special case for common blocks.
1337
1338 2012-09-26  Jan Kratochvil  <[email protected]>
1339             Tom Tromey  <[email protected]>
1340
1341         * dwarf2read.c (read_common_block): Rewrite.
1342         (new_symbol_full): Handle DW_TAG_common_block.
1343         * f-lang.c (head_common_list, find_common_for_function):
1344         Remove.
1345         * f-lang.h (struct common_entry, struct saved_f77_common,
1346         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1347         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1348         BLANK_COMMON_NAME_LOCAL): Remove.
1349         (struct common_block): New.
1350         * f-valprint.c (list_all_visible_commons): Remove.
1351         (info_common_command_for_block): New function.
1352         (info_common_command): Use it.
1353         * stack.c (iterate_over_block_locals): Special case for
1354         COMMON_BLOCK_DOMAIN.
1355         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1356         constant.
1357         (struct general_symbol_info) <value.common_block>: New field.
1358         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1359
1360 2012-09-26  Jan Kratochvil  <[email protected]>
1361             Tom Tromey  <[email protected]>
1362
1363         * f-lang.c (allocate_saved_bf_node,
1364         allocate_saved_function_node, allocate_saved_f77_common_node,
1365         allocate_common_entry_node, tail_common_list, current_common,
1366         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1367         tmp_bf_ptr, add_common_block, add_common_entry,
1368         find_first_common_named, patch_common_entries,
1369         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1370         global_remote_debug, get_bf_for_fcn, saved_function_list,
1371         saved_function_list_end, clear_function_list, struct saved_fcn,
1372         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1373         SAVED_BF, SAVED_BF_PTR): Remove.
1374         * f-lang.h (tail_common_list, current_common,
1375         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1376         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1377         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1378         real_main_c_value): Remove.
1379         * f-valprint.c (there_is_a_visible_common_named): Remove.
1380
1381 2012-09-26  Andrew Burgess  <[email protected]>
1382
1383         * breakpoint.c (update_global_location_list): Ignore previous
1384         duplicate status of a breakpoint when starting a new scan for
1385         duplicate breakpoints.
1386
1387 2012-09-26  Karthik Bhat  <[email protected]>
1388         PR breakpoints/14419
1389         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1390         support LLVM compiler.
1391
1392 2012-09-26  Siddhesh Poyarekar  <[email protected]>
1393
1394         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1395         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1396         (bfin_store_return_value): Likewise.
1397         * cris-tdep.c (cris_store_return_value): Likewise.
1398         (cris_extract_return_value): Likewise.
1399         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1400         * hppa-tdep.c (hppa64_return_value): Likewise.
1401         * lm32-tdep.c (lm32_store_return_value): Likewise.
1402         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1403         * spu-tdep.c (spu_value_from_register): Likewise.
1404         * vax-tdep.c (vax_return_value): Likewise.
1405
1406 2012-09-26  Siddhesh Poyarekar  <[email protected]>
1407
1408         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1409         parameter LEN to ssize_t.
1410
1411 2012-09-25  Siddhesh Poyarekar  <[email protected]>
1412
1413         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1414         variable LEN.
1415         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1416         directly.
1417         (alpha_store_return_value): Likewise.
1418         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1419         (amd64_push_arguments): Likewise.
1420         * ax-gdb.c (gen_trace_static_fields): Likewise.
1421         (gen_traced_pop): Likewise.
1422         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1423         * breakpoint.c (update_watchpoint): Likewise.
1424         * findcmd.c (parse_find_args): Use local variable for type
1425         instead of length.
1426         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1427         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1428         (h8300_store_return_value): Likewise.
1429         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1430         Use i386_darwin_arg_type_alignment directly.
1431         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1432         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1433         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1434         (m68hc11_extract_return_value): Likewise.
1435         * mep-tdep.c (mep_push_dummy_call): Likewise.
1436         * printcmd.c (float_type_from_length): Likewise.
1437         * s390-tdep.c (s390_value_from_register): Likewise.
1438         * stack.c (read_frame_arg): Likewise.
1439         * tracepoint.c (encode_actions_1): Likewise.
1440         * valops.c (value_fetch_lazy): Use local variable for type
1441         instead of length.  Use TYPE_LENGTH directly.
1442         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1443
1444 2012-09-25  Joel Brobecker  <[email protected]>
1445
1446         * symtab.c (skip_prologue_sal): Fix typo in comment.
1447
1448 2012-09-25  Joel Brobecker  <[email protected]>
1449
1450         * linespec.c (create_sals_line_offset): Fix typo in comment.
1451
1452 2012-09-25  Siddhesh Poyarekar  <[email protected]>
1453
1454         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1455         use plongest to print the array size.
1456
1457 2012-09-24  Siddhesh Poyarekar  <[email protected]>
1458
1459         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1460         * p-valprint.c (pascal_type_print_base): Likewise.
1461
1462 2012-09-22  Yao Qi  <[email protected]>
1463
1464         * remote.c (remote_get_trace_status): Remove setting default
1465         values of fields of 'ts'.
1466
1467 2012-09-21  Jan Kratochvil  <[email protected]>
1468
1469         Fix internal error on canonicalization of clang types.
1470         * cp-name-parser.y (operator): New comment at make_operator call for
1471         new, delete, new[] and delete[].
1472         (exp): Use "sizeof ".  Add new comment at make_operator call.
1473
1474 2012-09-21  Jan Kratochvil  <[email protected]>
1475
1476         Fix disassemble without parameters in tailcall frame.
1477         * cli/cli-cmds.c (disassemble_current_function): Use
1478         get_frame_address_in_block.
1479
1480 2012-09-21  Tom Tromey  <[email protected]>
1481
1482         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1483         TYPE_CODE_UNION>: Unify, removing a goto.
1484
1485 2012-09-21  Tom Tromey  <[email protected]>
1486
1487         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1488
1489 2012-09-21  Andrew Burgess  <[email protected]>
1490
1491         * findvar.c (read_frame_register_value): Mark the result value as
1492         optimized out if any of the input registers have been optimized out.
1493
1494 2012-09-21  Andreas Schwab  <[email protected]>
1495
1496         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1497
1498 2012-09-21  Siddhesh Poyarekar  <[email protected]>
1499
1500         * eval.c (evaluate_subexp_standard): Eliminate single-use
1501         variable LOWER.
1502
1503 2012-09-21  Yao Qi  <[email protected]>
1504
1505         * mi/mi-interp.c: Declare mi_record_changed.
1506         (mi_interpreter_init): Call observer_attach_record_changed.
1507         (mi_record_changed): New.
1508         * record.c (record_open): Call observer_notify_record_changed.
1509         (cmd_record_stop): Call observer_notify_record_changed.
1510         * NEWS: Mention it.
1511
1512 2012-09-20  Tom Tromey  <[email protected]>
1513
1514         * NEWS: Update.
1515         * python/python.c (finalize_python): New function.
1516         (_initialize_python): Make a final cleanup.
1517
1518 2012-09-19  Doug Evans  <[email protected]>
1519
1520         * buildsym.h (param_symbols): Delete, unused.
1521         (context_stack): Delete member "params", unused.
1522         * buildsym.c (push_context): Update.
1523         * dwarf2read.c (read_func_scope): Update.
1524
1525 2012-09-19  Thomas Schwinge  <[email protected]>
1526
1527         * sh-tdep.c (sh_register_convert_to_virtual)
1528         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1529         all callers.  Just do a memcpy if not the little-endian case.
1530
1531         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1532         set_gdbarch_double_format and set_gdbarch_long_double_format.
1533         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1534         set_gdbarch_double_format.
1535         * sh-tdep.c (sh_gdbarch_init): Likewise.
1536
1537         * NEWS: Document the removal of SH's 'regs' command.
1538         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1539         command.
1540
1541 2012-09-18  Sergio Durigan Junior  <[email protected]>
1542
1543         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1544         `jump'.
1545
1546 2012-09-18  Joel Brobecker  <[email protected]>
1547
1548         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1549         language when iterating over symbols.
1550
1551 2012-09-18  Yao Qi  <[email protected]>
1552
1553         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1554         (mi_interpreter_init): Call observer_attach_tsv_created and
1555         observer_attach_tsv_deleted.
1556         (mi_tsv_created, mi_tsv_deleted): New.
1557         * tracepoint.c (delete_trace_state_variable): Call
1558         observer_notify_tsv_deleted.
1559         (trace_variable_command): Call observer_notify_tsv_created.
1560         (delete_trace_variable_command): Call
1561         observer_notify_tsv_deleted.
1562         (create_tsv_from_upload): Call observer_notify_tsv_created.
1563         * NEWS: Mention it.
1564
1565 2012-09-18  Yao Qi  <[email protected]>
1566
1567         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1568         if traceframe changed.
1569         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1570         "trace-find".
1571         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1572         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1573         'traceframe_changed'.
1574         (mi_traceframe_changed): New.
1575         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1576         New field.
1577         * NEWS: Mention the new MI notification.
1578
1579 2012-09-17  Mike Wrighton  <[email protected]>
1580
1581         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1582
1583 2012-09-17  Jan Kratochvil  <[email protected]>
1584
1585         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1586         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1587         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1588         Extend code also for PaX support.  Convert all gdb_assert to warning
1589         calls.
1590
1591 2012-09-17  Jan Kratochvil  <[email protected]>
1592
1593         Implement auto-load user conveniences suggested by Doug Evans.
1594         * auto-load.c: Include top.h.
1595         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1596         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1597         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1598         scripts-directory.  Document in online help one can use also files for
1599         set auto-load safe-path.
1600         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1601         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1602
1603 2012-09-17  Siddhesh Poyarekar  <[email protected]>
1604
1605         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1606         of LEN.
1607
1608 2012-09-17  Siddhesh Poyarekar  <[email protected]>
1609
1610         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1611         ELTLEN and use TYPE_LENGTH directly.
1612         (m2_val_print): Likewise.
1613         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1614         variable LEN and use TYPE_LENGTH directly.
1615         (m68k_svr4_store_return_value): Likewise.
1616         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1617         ARGLEN and use TYPE_LENGTH directly.
1618         (mips_o64_push_dummy_call): Likewise.
1619         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1620         variable LENGTH and use TYPE_LENGTH directly.
1621         (s390_function_arg_float): Likewise.
1622         (s390_function_arg_integer): Likewise.
1623         (s390_push_dummy_call): Likewise.
1624         (s390_return_value_convention): Likewise.
1625         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1626         TYPE_LENGTH directly.
1627
1628 2012-09-17  Yao Qi  <[email protected]>
1629
1630         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1631         Update comment to add_setshow_integer_cmd.
1632         * cli/cli-setshow.c (do_set_command): Handle case
1633         'var_zuinteger_unlimited'.
1634         (do_show_command): Likewise.
1635         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1636         for command 'remotetimeout'.
1637         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1638         to var_integer.
1639         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1640         for command 'set listsize'.
1641
1642 2012-09-17  Siddhesh Poyarekar  <[email protected]>
1643
1644         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1645         variable LEN.
1646
1647 2012-09-17  Jan Kratochvil  <[email protected]>
1648
1649         PR 14119
1650         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1651         (frame_pop): Drop also TAILCALL_FRAME frames.
1652         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1653
1654 2012-09-17  Jan Kratochvil  <[email protected]>
1655             Pedro Alves  <[email protected]>
1656
1657         PR 14548
1658         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1659         function start if we are already at function start.  Both for
1660         reverse-next and for reverse-step into function without line number
1661         info.
1662
1663 2012-09-17  Jan Kratochvil  <[email protected]>
1664
1665         Code cleanup - rename 'inline' depth to 'artificial' depth.
1666         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1667         frame_id_artificial_p, extend the comment.
1668         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1669         * frame.c (fprint_frame_id): Rename at a user, change debug output
1670         text to "artificial=".
1671         (skip_inlined_frames): Rename to ...
1672         (skip_artificial_frames): ... here.  Extend the comment.
1673         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1674         (frame_id_inlined_p): Rename to ...
1675         (frame_id_artificial_p): ... here.  Rename at a user.
1676         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1677         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1678         at a user.
1679         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1680         Extend the comment.
1681         (frame_id_inlined_p): Rename to ...
1682         (frame_id_artificial_p): ... here.
1683         * inline-frame.c (inline_frame_this_id): Rename at a user.
1684
1685 2012-09-14  Andrew Burgess  <[email protected]>
1686
1687         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1688         vector variables using vector_size syntax rather than array
1689         syntax.
1690
1691 2012-09-14  Siddhesh Poyarekar  <[email protected]>
1692
1693         * valarith.c (value_concat): Replace unsafe ALLOCA with
1694         XMALLOC/XFREE.
1695
1696 2012-09-14  Pedro Alves  <[email protected]>
1697
1698         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1699
1700 2012-09-14  Khoo Yit Phang  <[email protected]>
1701
1702         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1703         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1704         data-directory as appropriate.
1705
1706 2012-09-14  Siddhesh Poyarekar  <[email protected]>
1707
1708         * printcmd.c (ui_printf): Eliminate single-use variable
1709         PARAM_LEN.
1710
1711 2012-09-14  Yao Qi  <[email protected]>
1712             Pedro Alves  <[email protected]>
1713
1714         * valops.c (value_assign): Move observer_notify_target_changed
1715         below to replace reinit_frame_cache.
1716
1717 2012-09-13  Khoo Yit Phang  <[email protected]>
1718
1719         Refactor Python "gdb" module into a proper Python package, by
1720         introducing a new "_gdb" module for code implemented in C, and
1721         using reload/__import__ instead of exec.
1722         * python/lib/gdb/__init__.py: Import * from _gdb.
1723         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1724         prompt_hook, sys.argv): Moved from finish_python_initialization.
1725         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1726         (packages, auto_load_packages): New list and function replacing
1727         module_dict and auto-loading code, using __file__ instead of
1728         gdb.PYTHONDIR and reload/__import__ instead of exec.
1729         (GdbSetPythonDirectory): Replacing function of the same name
1730         from finish_python_initialization, using reload/__import__ instead
1731         of exec, as well as call auto_load_packages.
1732         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1733         gdb_python_module and not gdb_module.
1734         * python/python-internal.h (gdb_python_module): Declare.
1735         * python/python.c (gdb_python_module): New global.
1736         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1737         (_initialize_python): Rename gdb module to _gdb.
1738         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1739         (finish_python_initialization): Move Python code to
1740         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1741         __main__.
1742
1743 2012-09-13  Pedro Alves  <[email protected]>
1744
1745         * Makefile.in (COMMON_OBS): Add registry.o.
1746         * registry.c: New file.
1747         * registry.h (struct registry_container): Declare.
1748         (registry_data_callback): New typedef.
1749         (struct registry_data, struct registry_data_registration, struct
1750         registry_data_registry): New type.
1751         (register_data_with_cleanup, registry_alloc_data)
1752         (registry_callback_adaptor, registry_clear_data)
1753         (registry_container_free_data, registry_set_data, registry_data):
1754         Declare.
1755         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1756         the new common structures and functions.
1757         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1758         callback typedefs.
1759
1760 2012-09-12  Mike Wrighton  <[email protected]>
1761
1762         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1763         there is an error inserting hardware breakpoints and use the
1764         error message from the target.
1765
1766         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1767         Catch this exception and print the error message contained within. Do not
1768         print the default hardware error breakpoint message in this case.
1769
1770 2012-09-12  Doug Evans  <[email protected]>
1771
1772         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1773         cu == NULL.
1774
1775 2012-09-11  Doug Evans  <[email protected]>
1776
1777         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1778         .gdb_index symbol attributes if there are none.
1779
1780 2012-09-11  Joel Brobecker  <[email protected]>
1781
1782         * symtab.h (struct minimal_symbol) [has_size]: New field.
1783         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1784         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1785         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1786         minimal symbols if the symbol's size is actually known.
1787         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1788         of msymbol's size field.  Add comment.
1789         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1790         SET_MSYMBOL_SIZE to set the minimal symbol size.
1791
1792 2012-09-11  Joel Brobecker  <[email protected]>
1793
1794         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1795         minimal_symbol struct object, rather than setting some of its
1796         fields one by one.
1797
1798 2012-09-11  Andrew Burgess  <[email protected]>
1799
1800         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1801         passed_a_ptr flag when displaying typedef types.
1802
1803 2012-09-10  Joel Brobecker  <[email protected]>
1804
1805         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1806         the optimized_out flag is preserved.
1807
1808 2012-09-10  Anthony Green  <[email protected]>
1809
1810         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1811         prologue changes in GCC.
1812
1813 2012-09-10  Keith Seitz  <[email protected]>
1814
1815         PR gdb/13483
1816         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1817         (BOOL_CONVERSION_BADNESS): ... this.
1818         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1819         (rank_one_type): Allow all boolean conversions
1820         permitted by the standard.
1821
1822 2012-09-06  Tom Tromey  <[email protected]>
1823
1824         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1825         Don't decref py_objfile.
1826
1827 2012-09-02  Khoo Yit Phang  <[email protected]>
1828
1829         Do not enable -lmcheck by default when Python is enabled with
1830         threading support.
1831         * configure.ac: (python_has_threads) New variable, by testing
1832         if WITH_THREAD is defined in Python.h.
1833         Move --enable-lmcheck after --with-python.
1834         Do not enable -lmcheck by default if python_has_threads=yes.
1835         Warn if --enable-lmcheck and python_has_threads=yes.
1836         * configure: Regenerate.
1837
1838 2012-08-31  Yao Qi  <[email protected]>
1839
1840         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1841         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1842         Update some commands.
1843         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1844         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1845         to 1.
1846
1847 2012-08-31  Yao Qi  <[email protected]>
1848
1849         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1850
1851 2012-08-30  Khoo Yit Phang  <[email protected]>
1852
1853         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1854
1855 2012-08-29  Doug Evans  <[email protected]>
1856
1857         * main.c (print_gdb_help): Remove reference to
1858         --use-deprecated-index-sections.
1859
1860 2012-08-28  Yao Qi  <[email protected]>
1861
1862         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1863         (init_cmds): Call add_setshow_uinteger_cmd for command
1864         'max-user-call-depth'.
1865         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1866         declaration of 'max_user_call_depth'.
1867         * frame.c (backtrace_limit): Add 'unsigned'.
1868         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1869         'limit'.
1870         * remote.c (remoteaddresssize): Add 'unsigned'.
1871         (remote_address_masked): Change local var 'address_size' to
1872         'unsigned'.
1873         (_initialize_remote): Call add_setshow_uinteger_cmd for
1874         'remoteaddresssize'.
1875         * top.c (history_size): Add 'unsigned'.
1876         (show_commands): Change local variables to 'unsigned'.
1877         (set_history_size_command): Don't check history_size is negative.
1878         Adjust the condition to call unstifle_history and set history_size
1879         to UNIT_MAX.
1880
1881 2012-08-28  Pedro Alves  <[email protected]>
1882
1883         PR gdb/14428
1884
1885         * infcmd.c (default_print_one_register_info): New, factored out
1886         from default_print_registers_info.
1887         (default_print_registers_info): Use it.  Mark value unavailable if
1888         necessary.
1889         (registers_info): Print user registers with
1890         default_print_one_register_info.
1891
1892 2010-08-27  H.J. Lu  <[email protected]>
1893
1894         PR tui/14486
1895         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1896         is not NULL before referencing it.
1897
1898 2012-08-27  Jan Kratochvil  <[email protected]>
1899
1900         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1901         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1902         original PC for it.
1903
1904 2012-08-27  Eli Zaretskii  <[email protected]>
1905             Jan Kratochvil  <[email protected]>
1906
1907         * auto-load.c (auto_load_objfile_script): Rename to ...
1908         (auto_load_objfile_script_1): ... here, change variable realname to
1909         parameter realname, document it, add return value, add variable retval.
1910         (auto_load_objfile_script): New function.
1911
1912 2012-08-27  Jan Kratochvil  <[email protected]>
1913
1914         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1915         followed by a whitespace.
1916
1917 2012-08-27  Jan Kratochvil  <[email protected]>
1918
1919         PR gdb/14494.
1920         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1921         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1922         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1923         here.
1924
1925 2012-08-27  Wei-cheng Wang  <[email protected]>
1926
1927         * memattr.c (create_mem_region): Fix memory region overlapping
1928         checking.
1929
1930 2012-08-24  Siddhesh Poyarekar  <[email protected]>
1931
1932         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1933         with xmalloc/cleanup.
1934         * mt-tdep.c (mt_push_dummy_call): Likewise.
1935         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1936         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1937
1938 2012-08-24  Yao Qi  <[email protected]>
1939
1940         * jv-exp.y (push_expression_name): Add "." at the end of error
1941         message.
1942
1943 2012-08-23  Khoo Yit Phang <[email protected]>
1944
1945         Document how to return from "python-interactive" to GDB.
1946         * python/python.c (_initialize_python): Update documentation.
1947
1948 2012-08-23  Pedro Alves  <[email protected]>
1949
1950         * infrun.c (_initialize_infrun) <handle command help text>:
1951         Mention that multiple signals are supported.
1952
1953 2012-08-23  Pedro Alves  <[email protected]>
1954
1955         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1956         string.
1957
1958 2012-08-23  Yao Qi  <[email protected]>
1959
1960         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1961         (tfind_1): Don't call registers_changed, set_traceframe_num,
1962         and clear_traceframe_info.
1963         Call set_current_traceframe.
1964         (set_current_traceframe): call set_traceframe_num.
1965
1966 2012-08-22  Sergio Durigan Junior  <[email protected]>
1967
1968         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1969         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1970
1971 2012-08-22  Khoo Yit Phang <[email protected]>
1972
1973         Enable readline in Python in a GDB-specific way and block the
1974         standard Python readline module to prevent conflicts with GDB.
1975         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1976         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1977         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1978         * python/py-gdb-readline.c: New file.
1979         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1980         prototype.
1981         * python/python.c (_initialize_python): Call
1982         gdbpy_initialize_gdb_readline.
1983
1984 2012-08-22  Keith Seitz  <[email protected]>
1985
1986         * defs.h: Include build-gnulib/config.h
1987
1988 2012-08-22  Joseph Myers  <[email protected]>
1989
1990         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1991         and blx pc.
1992
1993 2012-08-22  Khoo Yit Phang <[email protected]>
1994
1995         Add a new "python-interactive" command that starts a standard
1996         Python interactive prompt with "pi" as alias, and add "py" as
1997         an alias to "python".
1998         * NEWS: Mention the new commands.
1999         * python/python.c (eval_python_command): New function.
2000         (python_interactive_command): For "python-interactive" with
2001         arguments, call eval_python_command.  For "python-interactive"
2002         without arguments, call PyRun_InteractiveLoop.
2003         (_initialize_python): Add "python-interactive" command with
2004         "pi" as alias, and add "py" as an alias to "python".
2005
2006 2012-08-22  Tom Tromey  <[email protected]>
2007
2008         * defs.h (quit_flag): Don't declare.
2009         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2010         (QUIT): Use new functions.
2011         * event-top.c (command_handler): Use clear_quit_flag.
2012         (handle_sigint): Use set_quit_flag.
2013         (async_request_quit): Use check_quit_flag.  Don't check
2014         immediate_quit.
2015         * exceptions.c (throw_exception): Use clear_quit_flag.
2016         * main.c (captured_main): Use clear_quit_flag.
2017         * python/python.c (clear_quit_flag, set_quit_flag)
2018         (check_quit_flag): New functions.
2019         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2020         clear_quit_flag.
2021         * remote.c (remote_wait_as): Use check_quit_flag,
2022         clear_quit_flag.
2023         (remote_start_remote): Call QUIT.
2024         * symfile.c (load_progress): Use check_quit_flag.
2025         * top.c (command_loop): Use clear_quit_flag.
2026         (command_line_input): Call QUIT.
2027         * utils.c (quit_flag): Conditionally define.
2028         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2029         functions.
2030         (prompt_for_continue): Call QUIT.  Use quit, not
2031         async_request_quit.
2032         * remote-mips.c (mips_expect_timeout): Call QUIT.
2033         * monitor.c (monitor_expect): Call QUIT.
2034
2035 2012-08-22  Tom Tromey  <[email protected]>
2036
2037         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2038         (async_init_signals): Update.
2039         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2040         (SIGWINCH_HANDLER_BODY): Remove.
2041
2042 2012-08-22  Tom Tromey  <[email protected]>
2043
2044         * jit.c (jit_object_close_impl): Don't malloc the objfile
2045         name.
2046         * objfiles.c (allocate_objfile): Don't malloc the objfile
2047         name.
2048         (free_objfile): Don't free the objfile name.
2049         * objfiles.h (struct objfile) <name>: Update comment.
2050         * symfile.c (reread_symbols): Fix reference counting.  Don't
2051         malloc objfile name.
2052
2053 2012-08-22  Tom Tromey  <[email protected]>
2054
2055         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2056         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2057         (symfile_bfd_open): Likewise.
2058         (generic_load): Likewise.
2059         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2060         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2061         gdb_bfd_open.
2062         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2063         Use gdb_bfd_open.
2064         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2065         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2066         (pmon_load_fast): Likewise.
2067         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2068         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2069         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2070         (macho_check_dsym): Likewise.
2071         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2072         (m32r_upload_command): Likewise.
2073         * gdb_bfd.h (gdb_bfd_cache): Declare.
2074         * gdb_bfd.c (struct gdb_bfd_data): New.
2075         (gdb_bfd_cache): New global.
2076         (struct gdb_bfd_cache_search): New.
2077         (hash_bfd): New function.
2078         (eq_bfd): Likewise.
2079         (gdb_bfd_open): Likewise.
2080         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2081         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2082         gdb_bfd_data.
2083         * exec.c (exec_file_attach): Use gdb_bfd_open.
2084         * dsrec.c (load_srec): Use gdb_bfd_open.
2085
2086 2012-08-22  Tom Tromey  <[email protected]>
2087
2088         * dwarf2read.c (macro_start_file): Update.
2089         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2090         (free_objfile_per_bfd_storage): Destroy macro_cache.
2091         (allocate_objfile, free_objfile): Update.
2092         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2093         New field.
2094         (struct objfile) <macro_cache>: Remove.
2095         * symfile.c (reread_symbols): Update.
2096         * symmisc.c (print_symbol_bcache_statistics): Update.
2097         (print_objfile_statistics): Update.
2098
2099 2012-08-22  Tom Tromey  <[email protected]>
2100
2101         * elfread.c (elf_symtab_read): Update.
2102         * objfiles.c (objfiles_bfd_data): New global.
2103         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2104         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2105         (allocate_objfile, free_objfile): Update.
2106         (_initialize_objfiles): Initialize objfiles_bfd_data.
2107         * objfiles.h (struct objfile_per_bfd_storage): New.
2108         (struct objfile) <per_bfd>: New field.
2109         <filename_cache>: Remove.
2110         (set_objfile_per_bfd): Declare.
2111         * symfile.c (reread_symbols): Update.  Call
2112         set_objfile_per_bfd.
2113         (allocate_symtab): Update.
2114         * symmisc.c (print_symbol_bcache_statistics): Update.
2115         (print_objfile_statistics): Print the size of the BFD obstack.
2116
2117 2012-08-22  Tom Tromey  <[email protected]>
2118
2119         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2120         * gdb_bfd.c: Use DEFINE_REGISTRY.
2121         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2122         (gdb_bfd_ref): Call bfd_alloc_data.
2123         (gdb_bfd_unref): Call bfd_free_data.
2124
2125 2012-08-22  Tom Tromey  <[email protected]>
2126
2127         * registry.h (struct registry_fields): New.
2128         (REGISTRY_FIELDS): Redefine.
2129         (REGISTRY_ACCESS_FIELD): New macro.
2130         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2131         functions.
2132
2133 2012-08-22  Tom Tromey  <[email protected]>
2134
2135         * auto-load.c (_initialize_auto_load): Update.
2136         * solib-svr4.c (_initialize_svr4_solib): Update
2137         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2138         * solib-darwin.c (_initialize_darwin_solib): Update.
2139         * registry.h: New file.
2140         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2141         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2142         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2143         (register_program_space_data_with_cleanup)
2144         (register_program_space_data, program_space_alloc_data)
2145         (clear_program_space_data, set_program_space_data)
2146         (program_space_data): Don't declare.
2147         * progspace.c: Use DEFINE_REGISTRY.
2148         (struct program_space_data, struct
2149         program_space_data_registration, struct
2150         program_space_data_registry, program_space_data_registry)
2151         (register_program_space_data_with_cleanup)
2152         (register_program_space_data, program_space_alloc_data)
2153         (program_space_free_data, clear_program_space_data)
2154         (set_program_space_data, program_space_data): Remove.
2155         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2156         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2157         (register_objfile_data_with_cleanup, register_objfile_data)
2158         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2159         declare.
2160         * objfiles.c: Use DEFINE_REGISTRY.
2161         (struct objfile_data, struct objfile_data_registration, struct
2162         objfile_data_registry, objfile_data_registry)
2163         (register_objfile_data_with_cleanup, register_objfile_data)
2164         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2165         (set_objfile_data, objfile_data): Remove.
2166         (_initialize_objfiles): Update.
2167         * jit.c (_initialize_jit): Update.
2168         * inflow.c (_initialize_inflow): Update.
2169         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2170         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2171         (register_inferior_data_with_cleanup, register_inferior_data)
2172         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2173         declare.
2174         * inferior.c: Use DEFINE_REGISTRY.
2175         (struct inferior_data, struct inferior_data_registration, struct
2176         inferior_data_registry, inferior_data_registry)
2177         (register_inferior_data_with_cleanup, register_inferior_data)
2178         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2179         (set_inferior_data, inferior_data): Remove.
2180         * auxv.c (_initialize_auxv): Update.
2181         * ada-lang.c (_initialize_ada_language): Update.
2182         * breakpoint.c (_initialize_breakpoint): Update.
2183         * i386-nat.c (i386_use_watchpoints): Update.
2184
2185 2012-08-22  Tom Tromey  <[email protected]>
2186
2187         * exec.c (exec_close, exec_file_attach): Update.
2188         (add_to_section_table): Initialize 'key' field.
2189         (add_target_sections, remove_target_sections): Add 'key' argument.
2190         * exec.h (add_target_sections, remove_target_sections): Add
2191         'key' argument.
2192         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2193         (reload_shared_libraries_1): Update.
2194         * target.h (struct target_section) <key>: New field.
2195
2196 2012-08-22  Tom Tromey  <[email protected]>
2197
2198         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2199
2200 2012-08-21  Pierre Muller  <[email protected]>
2201
2202         * symfile.c (allocate_symtab): Use host_address_to_string
2203         function instead of cast of pointer to long which is not
2204         compatible with x86_64-w64-mingw32 build.
2205
2206 2012-08-19  Andrew Pinski  <[email protected]>
2207
2208         * mips-tdep.c (is_octeon): New function.
2209         (is_octeon_bbit_op): New function.
2210         (mips32_next_pc): Handle Octeon's bbit instructions.
2211         (mips32_instruction_has_delay_slot): Likewise.
2212
2213 2012-08-19  Andrew Pinski  <[email protected]>
2214
2215         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2216         before the function.
2217
2218 2012-08-19  Andrew Pinski  <[email protected]>
2219
2220         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2221
2222 2012-08-19  Keith Seitz  <[email protected]>
2223
2224         PR c++/14365
2225         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2226         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2227
2228 2012-08-18  Eli Zaretskii  <[email protected]>
2229
2230         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2231         The typo broke "make TAGS".
2232
2233 2012-08-17  Joel Brobecker  <[email protected]>
2234
2235         GDB 7.5 released.
2236
2237 2012-08-17  Keith Seitz  <[email protected]>
2238
2239         PR c++/13356
2240         * gdbtypes.c (strict_type_checking): New variable.
2241         (show_strict_type_checking): New function.
2242         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2243         if strict type checking is disabled.
2244         (_initialize_gdbtypes): Add "check type" subcommand.
2245         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2246
2247 2012-08-17  Keith Seitz  <[email protected]>
2248
2249         * language.h (type_mode): Remove.
2250         (type_check): Remove.
2251         (struct language_defn): Remove la_type_check.
2252         (STRICT_TYPE): Remove unused macro.
2253         (type_error): Remove.
2254         * language.c (set_type_range_case): Renamed to ...
2255         (set_range_case): ... this.  Update all callers.
2256         Remove type_mode/type_check.
2257         (type_mode): Remove.
2258         (type_check): Remove.
2259         (show_type_command): Remove.
2260         (set_type_command): Remove.
2261         (language_info): Remove type checking output.
2262         (type_error): Remove unused function.
2263         (range_error): Update comment.
2264         (unknown_language_defn): Remove la_type_check.
2265         (auto_language_defn): Likewise.
2266         (local_language_defn): Likewise.
2267         (_initialize_language): Remove "check type" subcommand.
2268         * ada-lang.c (ada_language_defn): Remove la_type_check.
2269         * c-lang.c (c_language_defn): Likewise.
2270         (cplus_language_defn): Likewise.
2271         (asm_language_defn): Likewise.
2272         (minimal_language_defn): Likewise.
2273         * d-lang.c (d_language_defn): Likewise.
2274         * f-lang.c (f_language_defn): Likewise.
2275         * go-lang.c (go_language_defn): Likewise.
2276         * jv-lang.c (java_language_defn): Likewise.
2277         * m2-lang.c (m2_language_defn): Likewise.
2278         * objc-lang.c (objc_language_defn): Likewise.
2279         * opencl-lang.c (opencl_language_defn): Likewise.
2280         * p-lang.c (pascal_language_defn): Likewise.
2281
2282 2012-08-16  Mike Frysinger  <[email protected]>
2283
2284         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2285
2286 2012-08-16  Joel Brobecker  <[email protected]>
2287
2288         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2289         New function.
2290         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2291         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2292         to access the bsp and bspstore registers if not.
2293
2294 2012-08-16  Joel Brobecker  <[email protected]>
2295
2296         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2297         * breakpoint.c (detach_breakpoints): Change pid parameter into
2298         a ptid.  Adjust code accordingly.
2299         * infrun.c (handle_inferior_event): Delete variable child_pid.
2300         Update call to detach_breakpoints to pass the child ptid for
2301         fork events.
2302         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2303         assert that inferior_ptid's lwp is zero.
2304         (linux_handle_extended_wait): Update call to detach_breakpoints.
2305         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2306         detach_breakpoints.
2307
2308 2012-08-16  Joel Brobecker  <[email protected]>
2309
2310         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2311         parent, only call detach_breakpoints if tts.tts_event ==
2312         TTEVT_VFORK.
2313
2314 2012-08-16  Joel Brobecker  <[email protected]>
2315
2316         * dwarf2-frame.c (dwarf2_frame_cache): Use
2317         get_frame_address_in_block instead of get_frame_pc as
2318         the bound for executing the frame's FDE.
2319
2320 2012-08-16  Yao Qi  <[email protected]>
2321
2322         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2323         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2324         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2325         (c_type_print_varspec_suffix): Likewise.
2326         * eval.c (evaluate_subexp_standard): Likewise.
2327         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2328         (f_type_print_varspec_suffix): Likewise.
2329         * gdbtypes.c (is_scalar_type): Likewise.
2330         (recursive_dump_type): Likewise.
2331         * infcall.c (value_arg_coerce): Likewise.
2332         * m2-valprint.c (m2_val_print): Likewise.
2333         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2334         (pascal_type_print_varspec_suffix): Likewise.
2335         (pascal_type_print_base): Likewise.
2336         * p-valprint.c (pascal_val_print): Likewise.
2337         (pascal_val_print): Likewise.
2338         * valops.c (value_slice): Likewise.
2339         * valprint.c (scalar_type_p): Likewise.
2340         * valarith.c (value_bitstring_subscript): Remove.
2341         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2342         Remove comment on TYPE_CODE_BITSTRING.
2343
2344         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2345         TYPE_CODE_BITSTRING.
2346
2347         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2348         slot 0.
2349
2350 2012-08-16  Yao Qi  <[email protected]>
2351
2352         * tracepoint.c (trace_find_none_command): Remove.
2353         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2354
2355 2012-08-16  Yao Qi  <[email protected]>
2356
2357         * remote.c (handle_notification): Remove parameter 'length'.
2358         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2359
2360 2012-08-15  Keith Seitz  <[email protected]>
2361
2362         * gdbtypes.c (opaque_type_resolution): Make static.
2363         Add missing comment.
2364         (overload_debug): Add missing comment.
2365         (show_opaque_type_resolution): Likewise.
2366         (show_overload_debug): Likewise.
2367         (print_bit_vector): Remove unnecessary forward declaration.
2368         (print_arg_types): Likewise.
2369         (dump_fn_fieldlists): Likewise.
2370         (print_cplus_stuff): Likewise.
2371
2372 2012-08-15  Tom Tromey  <[email protected]>
2373
2374         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2375         (gdb_bfd_ref): Initialize new field.
2376         (gdb_bfd_unref): Unref the archive BFD.
2377         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2378         parent archive.
2379
2380 2012-08-15  Tom Tromey  <[email protected]>
2381
2382         PR python/14387:
2383         * python/py-bpevent.c (create_breakpoint_event_object): Update
2384         comment.
2385         * python/py-event.c (evpy_add_attribute): Update comment.
2386         * python/py-exitedevent.c (create_exited_event_object): Fix
2387         reference counting and error handling.
2388         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2389         Fix reference counting.
2390         * python/py-signalevent.c (create_signal_event_object): Fix
2391         reference counting and error handling.
2392         * python/py-stopevent.c (emit_stop_event): Fix reference
2393         counting.
2394         * python/py-threadevent.c (get_event_thread): Return a
2395         borrowed reference.
2396         * python/py-type.c (convert_field): Fix reference counting.
2397
2398 2012-08-15  Tom Tromey  <[email protected]>
2399
2400         * dwarf2read.c (dwarf_decode_macro_bytes)
2401         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2402         as hash key.
2403
2404 2012-08-14  Mike Frysinger  <[email protected]>
2405
2406         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2407         stepi, nexti, finish, next, step, jump, and continue commands.
2408         * infrun.c (_initialize_infrun): Update help text for the handle
2409         command.
2410
2411 2012-08-14  Doug Evans  <[email protected]>
2412
2413         * gdbtypes.c (struct extra): Delete, unused.
2414
2415         * gdbtypes.c: Whitespace cleanup.
2416         (address_space_name_to_int): Remove "extern" from definition.
2417         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2418
2419         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2420         TYPE_POINTER_TYPE (type).
2421
2422 2012-08-14  Gary Benson  <[email protected]>
2423
2424         * solib-svr4.c (svr4_free_library_list): Use free_so.
2425
2426 2012-08-13  Mike Frysinger  <[email protected]>
2427
2428         * .gitignore: Add go-exp.c.
2429
2430 2012-08-13  Doug Evans  <[email protected]>
2431
2432         * value.c (show_convenience): Tweak comment.
2433         (_initialize_values): Mention convenience functions in the help text
2434         for "show convenience".
2435
2436 2012-08-13  Yao Qi  <[email protected]>
2437
2438         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2439         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2440         TERNOP_SLICE_COUNT.
2441         * eval.c (evaluate_subexp_standard): Likewise.
2442         * expprint.c (print_subexp_standard): Likewise.
2443         (dump_subexp_body_standard): Likewise.
2444         * parse.c (operator_length_standard): Likewise.
2445
2446 2012-08-13  Yao Qi  <[email protected]>
2447
2448         * std-operator.def: Remove OP_BITSTRING.
2449         * breakpoint.c (watchpoint_exp_is_const): Update.
2450         * eval.c (evaluate_subexp_standard): Remove handling to
2451         OP_BITSTRING.
2452         * expprint.c (print_subexp_standard): Likewise.
2453         (dump_subexp_body_standard): Likewise.
2454         * parse.c (operator_length_standard): Likewise.
2455         * valops.c (value_bitstring): Remove.
2456         * value.h: Remove the declaration of 'value_bitstring'.
2457
2458 2012-08-10  Sergio Durigan Junior  <[email protected]>
2459
2460         * linespec.c (find_methods): Remove unused variables `i1' and
2461         `name_len'.
2462         (decode_line_full): Likewise for `arg_start'.
2463
2464 2012-08-10  Sergio Durigan Junior  <[email protected]>
2465
2466         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2467         (zlib_decompress_section): Likewise for `section_data'.
2468         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2469
2470 2012-08-10  Doug Evans  <[email protected]>
2471
2472         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2473         * NEWS: Document them.
2474         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2475         function/strfns.py.
2476         * python/py-type.c (typy_array_1): New function.
2477         (typy_array): Call it.
2478         (typy_vector): New function.
2479         (type_object_methods): Add "vector".
2480         * python/lib/gdb/function/__init__.py: New file.
2481         * python/lib/gdb/function/strfns.py: New file.
2482
2483 2012-08-10  Siddhesh Poyarekar  <[email protected]>
2484
2485         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2486         for TYPE_FIELD_BITPOS.
2487         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2488
2489 2012-08-10  Mike Frysinger  <[email protected]>
2490
2491         PR cli/10436:
2492         * common/vec.h (VEC_merge): Define.
2493         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2494         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2495         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2496         * completer.c: Include gdb_signals.h.
2497         (signal_completer): Define.
2498         * completer.h (signal_completer): Add prototype.
2499         * infcmd.c (_initialize_infcmd): Assign the command
2500         completer for "signal" to handle_completer.
2501         * infrun.c: Include completer.h.
2502         (handle_completer): Define.
2503         (_initialize_infrun): Declare a new local variable c.  Store the
2504         result of add_com("handle") to it.  Assign the command
2505         completer for "handle" to handle_completer.
2506
2507 2012-08-09  Yao Qi  <[email protected]>
2508
2509         * cli/cli-decode.c (set_cmd_prefix): New.
2510         (lookup_cmd_for_prefixlist): New.
2511         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2512         of each cmd_list_element in *prefixlist.
2513         (add_setshow_cmd_full): set_cmd_prefix.
2514         (add_alias_cmd): Likewise.
2515         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2516         Declare 'auto_boolean_enums'.
2517         * cli/cli-setshow.c: Include "observer.h".
2518         (notify_command_param_changed_p): New.
2519         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2520         Remove 'static'.
2521         (do_setshow_command): Split it to ...
2522         (do_set_command, do_show_command): ... them.  New.
2523         (do_set_command): Call observer_notify_command_param_changed if
2524         notify_command_param_changed_p returns true.
2525         (cmd_show_list): Caller update.
2526         * auto-load.c (set_auto_load_cmd): Likewise.
2527         * remote.c (show_remote_cmd): Likewise.
2528         * cli/cli-setshow.h: Update declarations.
2529         * top.c (execute_command): Call do_set_command and do_show_command.
2530
2531         * NEWS: Mention new MI notification.
2532         * mi/mi-interp.c: Declare mi_command_param_changed.
2533         (mi_interpreter_init): Attach mi_command_param_changed to
2534         observer command_param_changed.
2535         (mi_command_param_changed): New.
2536         Remove mi_suppress_breakpoint_notifications.
2537         Define global variable mi_suppress_notification.
2538         (mi_breakpoint_created): Update.
2539         (mi_breakpoint_deleted): Likewise.
2540         (mi_breakpoint_modified): Likewise.
2541         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2542         'gdb-set' and set mi_suppress_notification.
2543         * mi/mi-main.h: (mi_suppress_notification): New struct.
2544
2545 2012-08-09  Andreas Tobler  <[email protected]>
2546             Jan Kratochvil  <[email protected]>
2547
2548         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2549
2550 2012-08-09  Yao Qi  <[email protected]>
2551
2552         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2553         (skiplist): Move it to skip.c.
2554         (init_cmd_lists): Remove code setting enablebreaklist and
2555         skiplist to NULL.
2556         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2557         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2558         skiplist.
2559         * gdbcmd.h: Likewise.
2560         * skip.c (_initialize_step_skip): Move 'skiplist' from
2561         cli/cli-cmds.c.
2562
2563 2012-08-09  Yao Qi  <[email protected]>
2564
2565         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2566         * gnu-nat.c, symfile.c: Likewise.
2567
2568 2012-08-08  Aaron Gamble  <[email protected]>
2569
2570         * utils.c (prompt_for_continue_wait_time): New static global.
2571         (make_command_stats_cleanup): Initialize it.
2572         (report_command_stats): Subtract time waiting for user.
2573         (prompt_for_continue): Track time waiting for user.
2574         (defaulted_query): Track time waiting for user.
2575
2576 2012-08-08  Doug Evans  <[email protected]>
2577
2578         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2579         UNOP_MEMVAL_TYPE.
2580         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2581         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2582         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2583         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2584         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2585         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2586         elt.
2587         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2588         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2589         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2590         (dump_prefix_expression): Handle OP_TYPE.
2591
2592 2012-08-08  Keith Seitz  <[email protected]>
2593
2594         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2595         addr_start.
2596
2597 2012-08-08  Doug Evans  <[email protected]>
2598
2599         * linux-thread-db.c: #include "gdb_vecs.h".
2600         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2601         updated.
2602         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2603         (thread_db_load_search): Use a vector to iterate over path elements.
2604         Handle text appearing after "$pdir".
2605
2606         * gdb_string.h: Moved to ...
2607         * common/gdb_string.h: ... here.
2608         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2609         gdb_string.h and gdb_assert.h.
2610
2611 2012-08-08  Yao Qi  <[email protected]>
2612
2613         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2614         (tic6x_value_to_register): Likewise.
2615         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2616         and set_gdbarch_value_to_register.
2617
2618 2012-08-07  Jan Kratochvil  <[email protected]>
2619             Jean-Marc Saffroy  <[email protected]>
2620
2621         PR 11804
2622         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2623         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2624         * gcore.c (gcore_create_callback): New function comment.  Add modified
2625         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2626         according to MODIFIED.
2627         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2628         the passed modified value to FUNC.
2629         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2630         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2631         first.  New variables modified and has_anonymous.  Parse the lines of
2632         smaps file.  Add the passed MODIFIED value to FUNC.
2633         * procfs.c (find_memory_regions_callback): Add the passed modified
2634         value.
2635
2636 2012-08-06  Tom Tromey  <[email protected]>
2637
2638         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2639         (dwarf2_frame_cache): Use it.
2640         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2641         cache initialization constraint.
2642
2643 2012-08-06  Tom Tromey  <[email protected]>
2644
2645         PR python/14386:
2646         * varobj.c (update_dynamic_varobj_children): Don't call
2647         PyIter_Check.
2648
2649 2012-08-06  Tom Tromey  <[email protected]>
2650
2651         PR cli/14392:
2652         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2653
2654 2012-08-06  Nathaniel Flath  <[email protected]>
2655
2656         * NEWS: New entry for 'cd' default parameters.
2657         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2658
2659 2012-08-03  Tom Tromey  <[email protected]>
2660
2661         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2662         return.
2663
2664 2012-08-02  Ulrich Weigand  <[email protected]>
2665
2666         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2667         to attempting lseek/write.
2668         (inf_child_fileio_pread): Likewise for pread.
2669
2670 2012-08-02  Yao Qi  <[email protected]>
2671
2672         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2673         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2674         add_setshow_zinteger_cmd.
2675         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2676         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2677         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2678         instead of add_setshow_zinteger_cmd.
2679         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2680         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2681         instead of add_setshow_zinteger_cmd.
2682         * frame.c (frame_debug): Add 'unsigned'.
2683         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2684         add_setshow_zinteger_cmd.
2685         * frame.h: Update the declaration of 'frame_debug'.
2686         * gdbtypes.c (overload_debug): Add 'unsigned'.
2687         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2688         add_setshow_zinteger_cmd.
2689         * inferior.h: Update declaration of 'debug_infrun'.
2690         * infrun.c (debug_infrun): Add 'unsigned'.
2691         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2692         add_setshow_zinteger_cmd.
2693         * jit.c (jit_debug): Add 'unsigned'.
2694         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2695         add_setshow_zinteger_cmd.
2696         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2697         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2698         instead of add_setshow_zinteger_cmd.
2699         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2700         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2701         add_setshow_zinteger_cmd.
2702         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2703         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2704         instead of add_setshow_zinteger_cmd.
2705         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2706         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2707         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2708         intead of add_setshow_zinteger_cmd.
2709         * mips-tdep.c (mips_debug): Add 'unsigned'.
2710         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2711         instead of add_setshow_zinteger_cmd.
2712         * monitor.c (monitor_debug): Add 'unsigned'.
2713         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2714         add_setshow_zinteger_cmd.
2715         * observer.c (observer_debug): Add 'unsigned'.
2716         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2717         add_setshow_zinteger_cmd.
2718         * parse.c (expressiondebug): Add 'unsigned'.
2719         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2720         add_setshow_zinteger_cmd.
2721         * record.c (record_debug): Add 'unsigned'.
2722         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2723         add_setshow_zinteger_cmd.
2724         * record.h: Update the declaration of 'record_debug'.
2725         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2726         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2727         add_setshow_zinteger_cmd.
2728         * serial.c (global_serial_debug_p): Add 'unsigned'.
2729         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2730         add_setshow_zinteger_cmd.
2731         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2732         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2733         add_setshow_zinteger_cmd.
2734         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2735         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2736         add_setshow_zinteger_cmd.
2737         * target.c (targetdebug): Add 'unsigned'.
2738         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2739         add_setshow_zinteger_cmd.
2740         * valops.c (overload_debug): Add 'unsigned'.
2741         * varobj.c (varobjdebug): Add 'unsigned'.
2742         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2743         add_setshow_zinteger_cmd.
2744         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2745         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2746         instead of add_setshow_zinteger_cmd.
2747
2748         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2749         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2750         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2751         instead of add_setshow_zinteger_cmd.
2752         * gdbarch.c, gdbarch.h: Re-generated.
2753
2754 2012-08-02  Yao Qi  <[email protected]>
2755
2756         * nto-tdep.c: Don't include cli/cli-decode.h and
2757         cli/cli-cmds.h.
2758         (_initialize_nto_tdep): Remove.
2759         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2760         Remove field.
2761         Remove macro nto_internal_debugging.
2762
2763 2012-08-01  Richard Henderson  <[email protected]>
2764
2765         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2766         (mep-*-*) [gdb_target_obs]: Likewise.
2767
2768 2012-07-31  Andreas Schwab  <[email protected]>
2769
2770         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2771         linux_get_siginfo_type.
2772
2773 2012-07-31  Jan Kratochvil  <[email protected]>
2774
2775         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2776         AT_ENTRY_POINT.
2777         (call_function_by_hand) <ON_STACK>: Call write_memory with
2778         gdbarch_breakpoint_from_pc, if possible.
2779         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2780         here.
2781
2782 2012-07-31  Yao Qi  <[email protected]>
2783
2784         * tracepoint.c: Add 'static' for some variables.
2785
2786 2012-07-31  Yao Qi  <[email protected]>
2787
2788         * go32-nat.c: Declare _initialize_go32_nat.
2789         * ser-go32.c: Declare _initialize_ser_dos.
2790         * top.c (do_chdir_cleanup): Add 'static'.
2791
2792 2012-07-30  Keith Seitz  <[email protected]>
2793
2794         * linespec.c (linespec_lex_number): A number followed
2795         by quotes is a valid number, too.
2796
2797 2012-07-30  Tom Tromey  <[email protected]>
2798
2799         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2800
2801 2012-07-30  Ulrich Weigand  <[email protected]>
2802
2803         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2804         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2805
2806 2012-07-30  Andrew Burgess  <[email protected]>
2807
2808         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2809         invalid or reevaluated to prevent prevent references to possibly
2810         delete'd type objects being left in the varobj.
2811
2812 2012-07-27  Tom Tromey  <[email protected]>
2813             Jan Kratochvil  <[email protected]>
2814
2815         * copying.awk: Print buffer-read-only and vi ro markers.
2816         * copying.c: Rebuild.
2817         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2818         * gdbarch.c, gdbarch.h: Rebuild.
2819         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2820         buffer-read-only and vi ro markers.
2821         * features/arm-with-iwmmxt.c: Rebuild.
2822         * features/arm-with-m-fpa-layout.c: Rebuild.
2823         * features/arm-with-m-vfp-d16.c: Rebuild.
2824         * features/arm-with-m.c: Rebuild.
2825         * features/arm-with-neon.c: Rebuild.
2826         * features/arm-with-vfpv2.c: Rebuild.
2827         * features/arm-with-vfpv3.c: Rebuild.
2828         * features/i386/amd64-avx-linux.c: Rebuild.
2829         * features/i386/amd64-avx.c: Rebuild.
2830         * features/i386/amd64-linux.c: Rebuild.
2831         * features/i386/amd64.c: Rebuild.
2832         * features/i386/i386-avx-linux.c: Rebuild.
2833         * features/i386/i386-avx.c: Rebuild.
2834         * features/i386/i386-linux.c: Rebuild.
2835         * features/i386/i386-mmx-linux.c: Rebuild.
2836         * features/i386/i386-mmx.c: Rebuild.
2837         * features/i386/i386.c: Rebuild.
2838         * features/i386/x32-avx-linux.c: Rebuild.
2839         * features/i386/x32-avx.c: Rebuild.
2840         * features/i386/x32-linux.c: Rebuild.
2841         * features/i386/x32.c: Rebuild.
2842         * features/mips-dsp-linux.c: Rebuild.
2843         * features/mips-linux.c: Rebuild.
2844         * features/mips64-dsp-linux.c: Rebuild.
2845         * features/mips64-linux.c: Rebuild.
2846         * features/rs6000/powerpc-32.c: Rebuild.
2847         * features/rs6000/powerpc-32l.c: Rebuild.
2848         * features/rs6000/powerpc-403.c: Rebuild.
2849         * features/rs6000/powerpc-403gc.c: Rebuild.
2850         * features/rs6000/powerpc-405.c: Rebuild.
2851         * features/rs6000/powerpc-505.c: Rebuild.
2852         * features/rs6000/powerpc-601.c: Rebuild.
2853         * features/rs6000/powerpc-602.c: Rebuild.
2854         * features/rs6000/powerpc-603.c: Rebuild.
2855         * features/rs6000/powerpc-604.c: Rebuild.
2856         * features/rs6000/powerpc-64.c: Rebuild.
2857         * features/rs6000/powerpc-64l.c: Rebuild.
2858         * features/rs6000/powerpc-7400.c: Rebuild.
2859         * features/rs6000/powerpc-750.c: Rebuild.
2860         * features/rs6000/powerpc-860.c: Rebuild.
2861         * features/rs6000/powerpc-altivec32.c: Rebuild.
2862         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2863         * features/rs6000/powerpc-altivec64.c: Rebuild.
2864         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2865         * features/rs6000/powerpc-cell32l.c: Rebuild.
2866         * features/rs6000/powerpc-cell64l.c: Rebuild.
2867         * features/rs6000/powerpc-e500.c: Rebuild.
2868         * features/rs6000/powerpc-e500l.c: Rebuild.
2869         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2870         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2871         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2872         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2873         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2874         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2875         * features/rs6000/powerpc-vsx32.c: Rebuild.
2876         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2877         * features/rs6000/powerpc-vsx64.c: Rebuild.
2878         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2879         * features/rs6000/rs6000.c: Rebuild.
2880         * features/s390-linux32.c: Rebuild.
2881         * features/s390-linux32v1.c: Rebuild.
2882         * features/s390-linux32v2.c: Rebuild.
2883         * features/s390-linux64.c: Rebuild.
2884         * features/s390-linux64v1.c: Rebuild.
2885         * features/s390-linux64v2.c: Rebuild.
2886         * features/s390x-linux64.c: Rebuild.
2887         * features/s390x-linux64v1.c: Rebuild.
2888         * features/s390x-linux64v2.c: Rebuild.
2889         * features/tic6x-c62x-linux.c: Rebuild.
2890         * features/tic6x-c62x.c: Rebuild.
2891         * features/tic6x-c64x-linux.c: Rebuild.
2892         * features/tic6x-c64x.c: Rebuild.
2893         * features/tic6x-c64xp-linux.c: Rebuild.
2894         * features/tic6x-c64xp.c: Rebuild.
2895
2896 2012-07-27  Tom Tromey  <[email protected]>
2897
2898         * c-exp.y (classify_name): Avoid assignment in condition.
2899
2900 2012-07-27  Roland Schwingel  <[email protected]>
2901
2902         * amd64-windows-tdep.c: Include "frame.h".
2903         (amd64_windows_skip_trampoline_code): New function.
2904         (amd64_windows_init_abi): Add trampoline registration.
2905
2906 2012-07-27  Yao Qi  <[email protected]>
2907
2908         * tracepoint.c (cur_traceframe_number): Remove.
2909         (set_tfile_traceframe): Remove.
2910         (tfile_trace_find, tfile_fetch_registers): Update callers.
2911         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2912         (tfile_open, tfile_trace_find): Likewise.
2913
2914 2012-07-27  Yao Qi  <[email protected]>
2915
2916         * thread.c (switch_to_thread): Don't call registers_changed.
2917
2918 2012-07-26  Tom Tromey  <[email protected]>
2919
2920         * Makefile.in (SFILES): Remove objc-exp.y.
2921         (YYFILES): Remove objc-exp.c.
2922         (YYOBJ): Remove objc-exp.o.
2923         (local-maintainer-clean): Don't mention objc-exp.c.
2924         * c-exp.y: Include objc-lang.h.
2925         (%union) <class>: New field.
2926         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2927         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2928         Objective C productions.
2929         (msglist, msgarglist, msgarg): New productions.
2930         (array_mod, func_mod, operator): Clone productions for
2931         OBJC_LBRAC.
2932         (parse_string_or_char): Handle '@' strings.
2933         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2934         (classify_name): Check la_name_of_this.  Recognize ObjC class
2935         names.
2936         * objc-exp.y: Remove.
2937         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2938         * objc-lang.h (objc_parse, objc_error): Don't declare.
2939
2940 2012-07-26  Markus Metzger  <[email protected]>
2941
2942         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2943
2944 2012-07-26  Jan Kratochvil  <[email protected]>
2945
2946         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2947         and decrement.
2948
2949 2012-07-26  Tom Tromey  <[email protected]>
2950
2951         * copying.c: Rebuild.
2952         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2953         'no_class'.
2954
2955 2012-07-26  Tom Tromey  <[email protected]>
2956
2957         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2958         immediate_quit.
2959         (print_objfile_statistics): Likewise.
2960         (maintenance_print_symbols): Likewise.
2961         (maintenance_print_msymbols): Likewise.
2962         (maintenance_print_objfiles): Likewise.
2963         * psymtab.c (print_partial_symbols): Call QUIT.
2964         (maintenance_print_psymbols): Likewise.  Don't modify
2965         immediate_quit.
2966         * copying.c (show_copying_command): Don't modify immediate_quit.
2967         (show_warranty_command): Likewise.
2968         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2969
2970 2012-07-26  Keith Seitz  <[email protected]>
2971
2972         * linespec.c (linespec_lexer_lex_number): The input
2973         is also a valid number if the next character is a comma
2974         or colon.
2975
2976 2012-07-26  Joel Brobecker  <[email protected]>
2977
2978         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2979         configure options.
2980
2981 2012-07-26  Tristan Gingold  <[email protected]>
2982
2983         * machoread.c: Include gdb_bfd.h.
2984
2985 2012-07-26  Tristan Gingold  <[email protected]>
2986
2987         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2988         offset.
2989
2990 2012-07-26  Siddhesh Poyarekar  <[email protected]>
2991
2992         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2993         SIZE to size_t.
2994         (dwarf2_evaluate_loc_desc): Likewise.
2995         (dwarf2_loc_desc_needs_frame): Likewise.
2996         (locexpr_describe_location_1): Likewise.
2997         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2998         size_t.
2999         (struct dwarf2_loclist_baton): Likewise.
3000         * dwarf2read.c (struct dwarf_block): Likewise.
3001         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3002         (decode_locdesc): Expand SIZE and I to size_t.
3003
3004 2012-07-25  Jan Kratochvil  <[email protected]>
3005
3006         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3007
3008 2012-07-25  Joel Brobecker  <[email protected]>
3009
3010         * doublest.c (convert_doublest_to_floatformat): If the exponent
3011         is too small, treat the value as zero.  If the exponent is too
3012         large, treat the value as infinity.
3013
3014 2012-07-25  Joel Brobecker  <[email protected]>
3015
3016         * configure.ac: Add --enable-lmcheck configure option.
3017         * configure: Regenerate.
3018
3019 2012-07-25  Tom Tromey  <[email protected]>
3020
3021         * NEWS: Mention maint info bfds.
3022         * gdb_bfd.c (all_bfds): New global.
3023         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3024         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3025         New functions.
3026
3027 2012-07-25  Ralf Corsépius  <[email protected]>
3028
3029         * configure.tgt: Add v850*-*-rtems*.
3030
3031 2012-07-25  Tom Tromey  <[email protected]>
3032
3033         * macrotab.c (macro_bcache_str): Remove cast.
3034
3035 2012-07-25  Hui Zhu  <[email protected]>
3036
3037         * linespec.c (linespec_lexer_lex_number): Update comments,
3038         change the return and add check to make sure the input is
3039         the decimal numbers.
3040         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3041         false, call linespec_lexer_lex_string.
3042
3043 2012-07-24  Tom Tromey  <[email protected]>
3044
3045         * symfile.c (symbol_file_add): Don't open BFD twice.
3046
3047 2012-07-24  Marc Khouzam  <[email protected]>
3048
3049         * breakpoint.c (create_breakpoint): Store condition for pending
3050         breakpoints.
3051
3052 2012-07-24  Andreas Schwab  <[email protected]>
3053
3054         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3055         (m68k_return_value): Handle complex types like structures.
3056         (m68k_svr4_return_value): Likewise.
3057
3058 2012-07-24  Marcus Shawcroft  <[email protected]>
3059
3060         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3061         parameters to bfd_get_section_name.
3062
3063 2012-07-24  Yao Qi  <[email protected]>
3064
3065         * cli/cli-setshow.c: Handle case 'var_uinteger'
3066         and 'var_zuninteger' together.  Handle case 'var_integer' and
3067         'var_zinteger' together.
3068
3069 2012-07-23  Keith Seitz  <[email protected]>
3070
3071         * linespec.c (convert_linespec_to_sal): Don't add
3072         any symbols to the result vector if symbol_to_sal
3073         returns zero.
3074
3075 2012-07-23  Keith Seitz  <[email protected]>
3076
3077         * linespec.c (decode_objc): Record the function name
3078         in the linespec.
3079
3080 2012-07-23  Tom Tromey  <[email protected]>
3081
3082         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3083         counting.
3084         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3085         (map_vmap): Acquire a reference to the BFD.
3086
3087 2012-07-23  Siddhesh Poyarekar  <[email protected]>
3088
3089         * p-valprint.c (pascal_object_print_value): Replace potentially
3090         unsafe alloca with xmalloc/xfree.
3091         * valops.c (search_struct_method): Likewise.
3092
3093 2012-07-23  Tom Tromey  <[email protected]>
3094
3095         * solib-svr4.c (enable_break): Update.
3096         * bfd-target.h (target_bfd_reopen): Update documentation.
3097
3098 2012-07-23  Tom Tromey  <[email protected]>
3099
3100         * symfile.c (separate_debug_file_exists): Update.
3101         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3102         (reread_symbols): Update.
3103         * elfread.c (build_id_verify): Update.
3104         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3105         bfd_open_maybe_remote.
3106
3107 2012-07-23  Tom Tromey  <[email protected]>
3108
3109         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3110
3111 2012-07-23  Tom Tromey  <[email protected]>
3112
3113         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3114         and 'abfd'.
3115         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3116         and 'abfd'.
3117         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3118         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3119         'abfd'.
3120         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3121         * objfiles.c (allocate_objfile): Acquire a new reference.
3122         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3123         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3124         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3125         a cleanup for 'nbfd'.
3126         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3127         for 'nbfd'.
3128         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3129         make a cleanup for 'abfd'.
3130         (symbol_file_add): Make a BFD cleanup.
3131
3132 2012-07-23  Tom Tromey  <[email protected]>
3133
3134         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3135         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3136         * corelow.c (core_open): Use gdb_bfd_fopen.
3137         * dsrec.c (load_srec): Use gdb_bfd_openr.
3138         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3139         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3140         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3141         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3142         (gdb_bfd_fdopenr): New functions.
3143         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3144         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3145         (gdb_bfd_fdopenr): Declare.
3146         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3147         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3148         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3149         gdb_bfd_openr_next_archived_file.
3150         (macho_check_dsym): Use gdb_bfd_openr.
3151         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3152         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3153         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3154         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3155         gdb_bfd_openr.
3156         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3157         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3158         gdb_bfd_openr_next_archived_file.
3159         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3160         Use gdb_bfd_openr.
3161         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3162         gdb_bfd_openr.
3163         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3164         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3165         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3166         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3167         (symfile_bfd_open): Use gdb_bfd_fopen.
3168         (generic_load): Use gdb_bfd_openr.
3169         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3170
3171 2012-07-23  Tom Tromey  <[email protected]>
3172
3173         * bfd-target.c (target_bfd_reopen): Update.
3174         * cli/cli-dump.c (bfd_openr_with_cleanup)
3175         (bfd_openw_with_cleanup): Update.
3176         * corelow.c (core_open): Update.
3177         * dsrec.c (load_srec): Update.
3178         * exec.c (exec_file_attach): Update.
3179         * gcore.c (create_gcore_bfd): Update.
3180         * gdb_bfd.c (gdb_bfd_ref): Return void.
3181         (gdb_bfd_open): Update.
3182         * gdb_bfd.h (gdb_bfd_ref): Return void.
3183         Update comments.
3184         * jit.c (jit_bfd_try_read_symtab): Update.
3185         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3186         * machoread.c (macho_symfile_read_all_oso): Update.
3187         (macho_check_dsym): Update.
3188         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3189         * remote-m32r-sdi.c (m32r_load): Update.
3190         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3191         * rs6000-nat.c (add_vmap): Update.
3192         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3193         Update.
3194         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3195         * solib-spu.c (spu_bfd_open): Update.
3196         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3197         * spu-linux-nat.c (spu_bfd_open): Update.
3198         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3199         (generic_load): Update.
3200         * windows-nat.c (windows_make_so): Update.
3201
3202 2012-07-22  Siddhesh Poyarekar  <[email protected]>
3203
3204         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3205
3206 2012-07-20  Jeff Kenton  <[email protected]>
3207
3208         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3209         SIGTRAMP_FRAME unwinding.
3210
3211 2012-07-20  Doug Evans  <[email protected]>
3212
3213         * NEWS: Document new options "set/show use-deprecated-index-sections",
3214         and delete reference to --use-deprecated-index-sections.
3215         * symfile.h (use_deprecated_index_sections): Delete.
3216         * dwarf2read.c (use_deprecated_index_sections): Make static.
3217         (read_index_from_section): Update wording of how to load
3218         deprecated index sections.
3219         (_initialize_dwarf2_read): New options
3220         "set/show use-deprecated-index-sections".
3221         * main.c (captured_main): Delete --use-deprecated-index-sections.
3222
3223 2012-07-20  Pedro Alves  <[email protected]>
3224
3225         PR threads/11692
3226         PR gdb/12203
3227
3228         * infrun.c (handle_inferior_event) <new thread>: Don't special
3229         case minus_one_ptid.
3230         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3231         * linux-thread-db.c (thread_get_info_callback): Don't return early
3232         if the thread is zombie.
3233         (thread_from_lwp): Change return type to void.  Rewrite stale
3234         comment.
3235         (attach_thread): Don't return early if the thread is zombie,
3236         instead set its "dying" flag.
3237         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3238         (find_new_threads_callback): Don't return early if the thread is
3239         zombie.
3240
3241 2012-07-20  Pedro Alves  <[email protected]>
3242
3243         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3244         * target.c (target_wait): Likewise.
3245         (str_comma_list_concat_elem, do_option, target_options_to_string):
3246         New functions.
3247         * target.h (target_options_to_string): Declare.
3248
3249 2012-07-20  Jan Kratochvil <[email protected]>
3250             Tom Tromey  <[email protected]>
3251
3252         * dwarf2read.c (dwarf_decode_macros)
3253         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3254         DW_MACRO_GNU_transparent_include_alt>: New cases.
3255         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3256         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3257
3258 2012-07-20  Tom Tromey  <[email protected]>
3259
3260         * dwarf2read.c (try_open_dwo_file): Don't call
3261         gdb_bfd_stash_filename.
3262
3263 2012-07-20  Pedro Alves  <[email protected]>
3264
3265         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3266         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3267         (i386_process_record): Tweak description comments.
3268
3269 2012-07-20  Pedro Alves  <[email protected]>
3270
3271         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3272         (i386_process_record): Use record_read_memory.
3273         * record.c (record_read_memory): New function.
3274         (record_arch_list_add_mem, record_exec_insn): Use
3275         record_read_memory.
3276         * record.h (record_read_memory): Declare.
3277
3278 2012-07-20  Yao Qi  <[email protected]>
3279
3280         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3281         NULL for xfree.
3282
3283 2012-07-19  Pedro Alves  <[email protected]>
3284
3285         * record.c (record_resume): Ask the target beneath to report all
3286         signals.
3287
3288 2012-07-19  Doug Evans  <[email protected]>
3289
3290         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3291         there's no section at address zero.
3292         (dwarf2_record_block_ranges): Ditto.
3293
3294 2012-07-19  Yao Qi  <[email protected]>
3295
3296         * command.h, remote.c: Fix a typo in comment.
3297
3298 2012-07-19  Tom Tromey  <[email protected]>
3299
3300         PR exp/13206:
3301         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3302         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3303         OP_DECLTYPE>: New cases.
3304         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3305         (type_exp): Add new productions.
3306         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3307         and decltype.
3308         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3309         New case.
3310         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3311         OP_DECLTYPE>: New case.
3312         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3313         New case.
3314         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3315         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3316
3317 2012-07-19  Tom Tromey  <[email protected]>
3318
3319         * c-exp.y (enum token_flags): New.
3320         (struct token) <cxx_only>: Remove.
3321         <flags>: New field.
3322         (tokentab3, tokentab2, ident_tokens): Update.
3323         (lex_one_token): Update.  Handle FLAG_SHADOW.
3324
3325 2012-07-19  Tom Tromey  <[email protected]>
3326
3327         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3328         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3329         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3330         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3331         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3332         type_exp production where appropriate.
3333         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3334         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3335         <UNOP_MEMVAL_TYPE>: New case.
3336         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3337         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3338         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3339         <UNOP_MEMVAL_TYPE>: New case.
3340         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3341         UNOP_REINTERPRET_CAST>: Update.
3342         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3343         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3344         UNOP_REINTERPRET_CAST>: Update.
3345         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3346         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3347         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3348         constants.
3349
3350 2012-07-19  Yao Qi  <[email protected]>
3351             Jan Kratochvil <[email protected]>
3352
3353         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3354         and case 'var_optional_filename' together.
3355         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3356         instead of add_setshow_optional_filename_cmd for setshow command
3357         'args'.  Set completer for 'set args'.
3358
3359 2012-07-18  Doug Evans  <[email protected]>
3360
3361         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3362         * common/gdb_vecs.c: New file, contents from utils.c.
3363         * common/host-defs.h: New file, contents from defs.h.
3364         * utils.h: New file, contents from defs.h.
3365         * defs.h: Move all declarations of objects defined in utils.c
3366         to utils.h (except QUIT() and related).
3367         #include "utils.h", "host-defs.h".
3368         * probe.h (probe_p): Move here from gdb_vecs.h.
3369         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3370         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3371         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3372         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3373         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3374         (COMMON_OBS): Add gdb_vecs.o.
3375         (gdb_vecs.o): New rule.
3376
3377 2012-07-18  Keith Seitz  <[email protected]>
3378
3379         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3380         parameter.  If non-zero, use SYMNAME as the canonical name
3381         for the SaL.
3382         Update all callers.
3383         (convert_linespec_to_sals): Use add_sal_to_sals for
3384         expressions, too.
3385         (decode_line_full): No need to "fill in missing canonical names"
3386         anymore. Simply make cleanups for the allocated names.
3387
3388 2012-07-18  Keith Seitz  <[email protected]>
3389
3390         * linespec.c (struct linespec): Constify expression,
3391         source_filename, function_name, and label_name.
3392         (symbol_not_found_error): Make all parameters const.
3393         (linespec_parser_delete): No need to check for NULL
3394         when using xfree. Cast const char * to char * for xfree.
3395
3396 2012-07-18  Keith Seitz  <[email protected]>
3397
3398         * breakpoint.c (invalid_thread_id_error): New function.
3399         (find_condition_and_thread): Use invalid_thread_id_error.
3400         (watch_command_1): Likewise.
3401
3402 2012-07-18  Tom Tromey  <[email protected]>
3403
3404         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3405         * contrib/cc-with-tweaks.sh: New file.
3406
3407 2012-07-18  Tom Tromey  <[email protected]>
3408
3409         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3410         (locate_dwz_sections): Recognize .gdb_index.
3411         (create_cus_from_index_list): New function.
3412         (create_cus_from_index): Use it.  Handle .dwz data.
3413         (read_index_from_section): New function, extracted from
3414         dwarf2_read_index.
3415         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3416         if needed.
3417
3418 2012-07-18  Tom Tromey  <[email protected]>
3419
3420         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3421         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3422         <is_dwz>: New field.
3423         (struct dwz_file): New.
3424         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3425         (locate_dwz_sections, dwarf2_get_dwz_file)
3426         (get_abbrev_section_for_cu): New functions.
3427         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3428         (read_and_check_type_unit_head): Add abbrev_section argument.
3429         (create_debug_types_hash_table): Update.
3430         (init_cutu_and_read_dies): Use proper abbrev section.
3431         (init_cutu_and_read_dies_no_follow): Likewise.
3432         (set_partial_user): Do nothing if PST==NULL.
3433         (read_comp_units_from_section): New function.
3434         (create_all_comp_units): Use it.
3435         (scan_partial_symbols, partial_die_parent_scope): Update.
3436         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3437         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3438         (find_partial_die): Add offset_in_dwz argument.  Update.
3439         (guess_partial_die_structure_name, fixup_partial_die): Update.
3440         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3441         DW_FORM_GNU_strp_alt.
3442         (read_indirect_string_from_dwz): New function.
3443         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3444         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3445         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3446         (follow_die_offset): Add offset_in_dwz argument.
3447         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3448         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3449         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3450         Handle new macro forms.
3451         (dwarf_decode_macros): Update.
3452         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3453         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3454         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3455         (create_debug_types_hash_table): Use correct abbrev section.
3456         (get_debug_line_section): New function.
3457         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3458         (process_full_comp_unit): Pass 'required' argument to
3459         end_symtab_get_static_block.
3460         * buildsym.h (end_symtab_get_static_block): Update.
3461         * buildsym.c (end_symtab_get_static_block): Add 'required'
3462         argument.
3463         (end_symtab, end_expandable_symtab): Update.
3464
3465 2012-07-18  Tom Tromey  <[email protected]>
3466
3467         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3468         (pagesize): Remove.
3469         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3470         (zlib_decompress_section): Remove.
3471         (dwarf2_read_section): Use gdb_bfd_map_section.
3472         (munmap_section_buffer): Remove.
3473         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3474         munmap_section_buffer.
3475         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3476         (struct gdb_bfd_section_data): New.
3477         (free_one_bfd_section): New function.
3478         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3479         (get_section_descriptor, zlib_decompress_section)
3480         (gdb_bfd_map_section): New functions.
3481         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3482
3483 2012-07-18  Tom Tromey  <[email protected]>
3484
3485         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3486
3487 2012-07-18  Tom Tromey  <[email protected]>
3488
3489         * gdb_bfd.c (struct gdb_bfd_data): New.
3490         (gdb_bfd_cache): New global.
3491         (struct gdb_bfd_cache_search): New.
3492         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3493         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3494         * gdb_bfd.h (gdb_bfd_open): Declare.
3495
3496 2012-07-18  Tom Tromey  <[email protected]>
3497
3498         * utils.c (make_cleanup_bfd_unref): Rename from
3499         make_cleanup_bfd_close.
3500         * defs.h (make_cleanup_bfd_unref): Rename from
3501         make_cleanup_bfd_close.
3502         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3503         (bfd_openw_with_cleanup): Update.
3504         * corelow.c (core_open): Update.
3505         * dsrec.c (load_srec): Update.
3506         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3507         * remote-m32r-sdi.c (m32r_load): Update.
3508         * remote-mips.c (mips_load_srec): Update.
3509         (pmon_load_fast): Update.
3510         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3511         Update.
3512         (darwin_bfd_open): Update.
3513         * solib.c (solib_bfd_fopen): Update.
3514         * symfile-mem.c (symbol_file_add_from_memory): Update.
3515         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3516         (symfile_bfd_open): Update.
3517         (generic_load): Update.
3518
3519 2012-07-18  Tom Tromey  <[email protected]>
3520
3521         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3522         (pmon_load_fast): Likewise.
3523         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3524         (m32r_upload_command): Likewise.
3525         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3526         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3527         Use make_cleanup_bfd_close.
3528
3529 2012-07-18  Tom Tromey  <[email protected]>
3530
3531         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3532         gdb_bfd_stash_filename.
3533         (load_command): Open the new BFD before freeing the old.
3534         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3535         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3536         Call gdb_bfd_stash_filename.
3537         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3538         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3539         gdb_bfd_stash_filename.
3540         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3541         Free found_pathname.
3542         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3543         gdb_bfd_stash_filename.
3544         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3545         * machoread.c (macho_add_oso_symfile): Call
3546         gdb_bfd_stash_filename.
3547         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3548         gdb_bfd_stash_filename.
3549         (macho_check_dsym): Don't copy filename.  Call
3550         gdb_bfd_stash_filename.
3551         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3552         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3553         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3554         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3555         * exec.c (exec_close): Don't free the BFD's filename.
3556         (exec_file_attach): Don't copy the filename.  Call
3557         gdb_bfd_stash_filename.
3558         * corelow.c (core_close): Don't free the BFD's filename.
3559         (core_open): Call gdb_bfd_stash_filename.
3560         * corefile.c (reopen_exec_file): Remove #if 0 code.
3561         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3562         pathname.
3563         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3564
3565 2012-07-18  Tom Tromey  <[email protected]>
3566
3567         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3568         gdb_bfd_unref.
3569         (free_dwo_file): Use gdb_bfd_unref.
3570         * cli/cli-dump.c: Include gdb_bfd.h.
3571         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3572         (bfd_openr_with_cleanup): Likewise.
3573         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3574         gdb_bfd_unref.
3575         * utils.c: Include gdb_bfd.h.
3576         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3577         * symfile.c: Include gdb_bfd.h.
3578         (separate_debug_file_exists): Use gdb_bfd_unref.
3579         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3580         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3581         (generic_load): Use gdb_bfd_ref.
3582         (reread_symbols): Use gdb_bfd_unref.
3583         * symfile-mem.c: Include gdb_bfd.h.
3584         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3585         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3586         * solib.c: Include gdb_bfd.h.
3587         (solib_bfd_fopen): Use gdb_bfd_ref.
3588         (solib_bfd_open): Use gdb_bfd_unref.
3589         (free_so_symbols): Use gdb_bfd_unref.
3590         (reload_shared_libraries_1): Use gdb_bfd_unref.
3591         * solib-spu.c: Include gdb_bfd.h.
3592         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3593         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3594         gdb_bfd_unref.
3595         * solib-frv.c: Include gdb_bfd.h.
3596         (enable_break2): Use gdb_bfd_unref.
3597         * solib-dsbt.c: Include gdb_bfd.h.
3598         (enable_break2): Use gdb_bfd_unref.
3599         * solib-darwin.c: Include gdb_bfd.h.
3600         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3601         gdb_bfd_unref.
3602         (darwin_bfd_open): Use gdb_bfd_unref.
3603         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3604         * remote-mips.c: Include gdb_bfd.h.
3605         (mips_load_srec): Use gdb_bfd_ref.
3606         (pmon_load_fast): Use gdb_bfd_ref.
3607         * remote-m32r-sdi.c: Include gdb_bfd.h.
3608         (m32r_load): Use gdb_bfd_ref.
3609         * record.c: Include gdb_bfd.h.
3610         (record_save_cleanups): Use gdb_bfd_unref.
3611         (cmd_record_save): Use gdb_bfd_unref.
3612         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3613         gdb_bfd_unref.
3614         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3615         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3616         * objfiles.c: Include gdb_bfd.h.
3617         (free_objfile): Use gdb_bfd_unref.
3618         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3619         gdb_bfd.c.
3620         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3621         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3622         (macho_check_dsym): Likewise.
3623         * m32r-rom.c: Include gdb_bfd.h.
3624         (m32r_load): Use gdb_bfd_ref.
3625         (m32r_upload_command): Use gdb_bfd_ref.
3626         * jit.c: Include gdb_bfd.h.
3627         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3628         * gdb_bfd.h: New file.
3629         * gdb_bfd.c: New file.
3630         * gcore.c: Include gdb_bfd.h.
3631         (create_gcore_bfd): Use gdb_bfd_ref.
3632         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3633         (gcore_command): Use gdb_bfd_unref.
3634         * exec.c: Include gdb_bfd.h.
3635         (exec_close): Use gdb_bfd_unref.
3636         (exec_close_1): Use gdb_bfd_unref.
3637         (exec_file_attach): Use gdb_bfd_ref.
3638         * elfread.c: Include gdb_bfd.h.
3639         (build_id_verify): Use gdb_bfd_unref.
3640         * dsrec.c: Include gdb_bfd.h.
3641         (load_srec): Use gdb_bfd_ref.
3642         * corelow.c: Include gdb_bfd.h.
3643         (core_close): Use gdb_bfd_unref.
3644         (core_open): Use gdb_bfd_ref.
3645         * bfd-target.c: Include gdb_bfd.h.
3646         (target_bfd_xclose): Use gdb_bfd_unref.
3647         (target_bfd_reopen): Use gdb_bfd_ref.
3648         * Makefile.in (SFILES): Add gdb_bfd.c.
3649         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3650         (COMMON_OBS): Add gdb_bfd.o.
3651
3652 2012-07-18  Keith Seitz  <[email protected]>
3653
3654         * breakpoint.c (find_condition_and_thread): Initialize
3655         TASK and REST.
3656         (create_breakpiont): find_condition_and_thread will now
3657         initialize COND_STRING, THREAD, and REST (and TASK).
3658         (addr_string_to_sals): Likewise.
3659
3660 2012-07-18  Pedro Alves  <[email protected]>
3661
3662         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3663         Pull the single step breakpoints out of the target.
3664
3665 2012-07-18  Sergio Durigan Junior  <[email protected]>
3666
3667         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3668         * stap-probe.c (compile_probe_arg): Likewise.
3669
3670 2012-07-18  Sergio Durigan Junior  <[email protected]>
3671
3672         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3673         (elf_compile_to_ax): Likewise.
3674         * infrun.c (insert_exception_resume_from_probe): Likewise.
3675         (check_exception_resume): Remove `objfile' variable.
3676         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3677         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3678         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3679         (compare_entries): Rename to...
3680         (compare_probes): ...this.  Adjust function to work with
3681         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3682         respectively.
3683         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3684         `VEC (probe_p) *'.
3685         (print_ui_out_info): Adjust argument to be `struct probe *'.
3686         (info_probes_for_ops): Adjust internal computations to use
3687         `VEC (probe_p) *'.
3688         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3689         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3690         gen_info_probes_table_values>: Remove `objfile' argument.
3691         (struct probe) <objfile>: New field.
3692         (find_probe_by_pc): Remove `objfile' argument.
3693         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3694         (stap_get_probe_argument_count): Likewise.
3695         (stap_get_arg): Likewise.
3696         (stap_evaluate_probe_argument): Likewise.
3697         (stap_compile_to_ax): Likewise.
3698         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3699         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3700         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3701         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3702         sym_compile_to_ax>: Likewise.
3703
3704 2012-07-18  Terry Guo  <[email protected]>
3705
3706         PR 14329
3707         * defs.h (GDB_MI_MSG_WIDTH): New.
3708         * ser_base (ser_base_read_error_fd): New function.
3709         (do_ser_base_readchar): Poll error file descriptor as well as
3710         standard output.
3711         (generic_readchar): Refactor error handling.
3712
3713 2012-07-18  Joel Brobecker  <[email protected]>
3714
3715         * NEWS: Create a new section for the next release branch.
3716         Rename the section of the current branch, now that it has
3717         been cut.
3718
3719 2012-07-18  Joel Brobecker  <[email protected]>
3720
3721         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3722         * version.in: Bump version to 7.5.50.20120718-cvs.
3723
3724 2012-07-17  Keith Seitz  <[email protected]>
3725
3726         * linespec.c (linespec_parse_line_offset): Make parameter
3727         const.
3728
3729 2012-07-16  Jan Kratochvil  <[email protected]>
3730
3731         PR 11914
3732         * f-valprint.c (info_common_command): New variable frame_id.
3733         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3734         * printcmd.c (print_variable_and_value): Extend function comment.
3735         Add comment for invalidated FRAME.
3736         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3737         FI form FRAME_ID after each print_frame_local_vars.
3738         (struct print_variable_and_value_data): Change frame to frame_id.
3739         (do_print_variable_and_value): New variable frame, initialize it from
3740         p->frame_id.  Add comment for invalidated FRAME.
3741         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3742         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3743         for invalidated FRAME.
3744
3745 2012-07-16  Marc Khouzam  <[email protected]>
3746             Pedro Alves  <[email protected]>
3747
3748         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3749         loop.
3750
3751 2012-07-16  Tom Tromey  <[email protected]>
3752
3753         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3754
3755 2012-07-15  Doug Evans  <[email protected]>
3756
3757         * dwarf2read.c (stmt_list_hash): New struct.
3758         (type_unit_group): Embed "per_cu" member, remove pointer.
3759         New union member "t", move member "tus" into it, all uses updated.
3760         New member "hash", replaces member "line_offset, all uses updated.
3761         (quick_file_names): Replace member "offset" with "hash", all uses
3762         updated.
3763         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3764         (hash_file_name_entry, eq_file_name_entry): Call them.
3765         (hash_type_unit_group, eq_type_unit_group): Ditto.
3766         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3767         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3768         (dw2_get_file_names): Update.
3769         (create_type_unit_group): Replace "per_cu" arg with "cu".
3770         All callers updated.  Fix "quick" (.gdb_index) handling.
3771         (get_type_unit_group): Replace "per_cu" arg with "cu".
3772         All callers updated.
3773         (build_type_unit_groups): Don't reset tu_stats.
3774
3775         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3776         "tab_cur_size".  Change member "tab" to be a htab_t.
3777         (create_filename_seen_cache): Update.
3778         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3779         (filename_seen): Update.
3780
3781 2012-07-13  Doug Evans  <[email protected]>
3782
3783         * symtab.c (filename_seen): Update comment.
3784
3785 2012-07-13  Jan Kratochvil  <[email protected]>
3786             Doug Evans  <[email protected]>
3787
3788         * buildsym.c (end_symtab_1): Split it to ...
3789         (end_symtab_get_static_block): ... this ...
3790         (end_symtab_from_static_block): ... and this function.
3791         (end_symtab, end_expandable_symtab): Call them.
3792         * buildsym.h (end_symtab_get_static_block)
3793         (end_symtab_from_static_block): New declarations.
3794         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3795         Set its valid CU ranges.
3796
3797 2012-07-13  Jan Kratochvil  <[email protected]>
3798
3799         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3800         DW_OP_GNU_parameter_ref.
3801
3802 2012-07-13  Jan Kratochvil  <[email protected]>
3803
3804         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3805         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3806
3807 2012-07-13  Doug Evans  <[email protected]>
3808
3809         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3810         (filename_seen_cache): New struct.
3811         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3812         (create_filename_seen_cache): New function.
3813         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3814         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3815         updated.
3816         (output_source_filename_data): New struct.
3817         (output_source_filename): Delete arg "first".  New arg "data".
3818         All callers updated.
3819         (sources_info): Delete local "first".  New locals "data", "cleanups".
3820         Rewrite to use filename_seen_cache.
3821         (add_partial_filename_data): Delete member "first".  New member
3822         "filename_seen_cache".  All uses updated.
3823         (make_source_files_completion_list): Rewrite to use
3824         filename_seen_cache.
3825
3826 2012-07-12  Doug Evans  <[email protected]>
3827
3828         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3829
3830 2012-07-10  Doug Evans  <[email protected]>
3831
3832         PR gdb/13498
3833         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3834         all_type_unit_groups, type_unit_groups, tu_stats.
3835         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3836         All uses updated.  Add type_unit_group to union "s".
3837         (type_unit_group): New struct.
3838         (IS_TYPE_UNIT_GROUP): New macro.
3839         (abbrev_table): Delete unused member "section".
3840         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3841         (dw2_get_cu): Assert not used with type_unit_group.
3842         (dw2_get_primary_cu): New function.
3843         (dw2_build_type_unit_groups_reader): New function.
3844         (dw2_build_type_unit_groups): New function.
3845         (dw2_get_file_names): Assert not called on type units.
3846         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3847         Redo loop to iterate over type unit groups instead of type units.
3848         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3849         (read_abbrev_offset): New function.
3850         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3851         updated.
3852         (create_partial_symtab): New function.
3853         (process_psymtab_comp_unit_reader): Assert not used with type units.
3854         Call create_partial_symtab.
3855         (process_psymtab_type_unit): Delete.
3856         (hash_type_unit_group, eq_type_unit_group): New functions.
3857         (allocate_type_unit_groups_table): New function.
3858         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3859         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3860         (create_type_unit_group, get_type_unit_group): New functions.
3861         (tu_abbrev_offset): New struct.
3862         (sort_tu_by_abbrev_offset): New function.
3863         (add_type_unit_group_to_table): New function.
3864         (build_type_unit_groups): New function.
3865         (build_type_psymtabs_reader): New function.
3866         (build_type_psymtab_dependencies): New function.
3867         (build_type_psymtabs): Rewrite.
3868         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3869         is seen in a type unit.
3870         (process_queue): Move symtab expansion debugging printfs here.
3871         Call process_full_type_unit for type units.
3872         (compute_symtab_includes): Assert not called for type units.
3873         (process_cu_includes): Don't call compute_symtab_includes for
3874         type units.
3875         (process_full_type_unit): New function.
3876         (process_imported_unit_die): Flag an error if called for type units.
3877         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3878         updated.  Assert not called for type units.
3879         (read_file_scope): Call dwarf2_start_symtab.
3880         (setup_type_unit_groups): New function.
3881         (read_type_unit_scope): Rewrite.
3882         (abbrev_table_read_table): Initialize abbrev_table->offset.
3883         (abbrev_table_free_cleanup): New function.
3884         (dwarf2_start_symtab): New function.
3885         (load_full_type_unit): Assert not called for type unit groups.
3886         * buildsym.c (finish_block_internal): New arg "expandable".
3887         All callers updated.
3888         (start_symtab): Move most contents to ...
3889         (restart_symtab): ... here.  New function.
3890         (reset_symtab_globals): New function.
3891         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3892         Call reset_symtab_globals.
3893         (end_symtab, end_expandable_symtab): New functions.
3894         (set_missing_symtab, augment_type_symtab): New functions.
3895         * buildsym.h (end_expandable_symtab): Declare.
3896         (augment_type_symtab, restart_symtab): Declare.
3897         * psympriv.h (struct partial_symtab): New member "anonymous".
3898         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3899         anonymous psymtabs.
3900         (read_psymtabs_with_filename): Ditto.
3901         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3902         (expand_symtabs_matching_via_partial): Ditto.
3903         (dump_psymtab): Update.
3904         * dictionary.c (dict_add_pending): New function.
3905         * dictionary.h (dict_add_pending): Declare.
3906
3907 2012-07-09  Doug Evans  <[email protected]>
3908
3909         * buildsym.c (start_subfile): Remove unnecessary check for
3910         name == NULL.
3911
3912         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3913
3914         * dwarf2read.c (load_full_type_unit): Simplify.
3915
3916         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3917         to struct signatured_type **.  All uses updated.
3918
3919         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3920         All callers updated.
3921
3922 2012-07-09  Tom Tromey  <[email protected]>
3923
3924         * c-exp.y (check_parameter_typelist): New function.
3925         (parameter_typelist): Call it.
3926         * eval.c (make_params): Handle '(void)' case.
3927         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3928         '(void)' case.
3929
3930 2012-07-07  Jan Kratochvil  <[email protected]>
3931
3932         * common/linux-ptrace.c: Include gdb_assert.h.
3933         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3934         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3935         stdint.h.
3936         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3937         functions.
3938         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3939         * linux-nat.c (linux_child_post_attach)
3940         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3941
3942 2012-07-07  Jan Kratochvil  <[email protected]>
3943
3944         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3945         nptl <2.7 bug workaround for core files.
3946
3947 2012-07-06  Jan Kratochvil  <[email protected]>
3948
3949         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3950         clearing.
3951         (save_siginfo): Remove.
3952         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3953         call.
3954         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3955         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3956         * linux-nat.h (struct lwp_info): Remove field siginfo.
3957
3958 2012-07-06  Jan Kratochvil  <[email protected]>
3959
3960         Code cleanup for the next patch.
3961         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3962         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3963         call for it.
3964         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3965         (ia64_linux_stopped_data_address):
3966         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3967         the return value.
3968         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3969         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3970         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3971         call for it.
3972
3973 2012-07-06  Jan Kratochvil  <[email protected]>
3974
3975         PR 14321
3976         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3977         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3978
3979 2012-07-06  Tom Tromey  <[email protected]>
3980
3981         * c-exp.y (DOTDOTDOT): New token.
3982         (func_mod, exp): Use parameter_typelist.
3983         (parameter_typelist): New production.
3984         (tokentab3): Add "..." token.
3985         * eval.c (make_params): Handle varargs.
3986         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3987         varargs.
3988
3989 2012-07-06  Tom Tromey  <[email protected]>
3990
3991         PR exp/9608:
3992         * c-exp.y (%union) <tvec>: Change type.
3993         (func_mod): Now uses <tvec> type.
3994         (exp): Update for tvec change.
3995         (direct_abs_decl): Push the typelist.
3996         (func_mod): Return a typelist.
3997         (nonempty_typelist): Update for tvec change.
3998         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3999         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4000         * parse.c (pop_type_list): New function.
4001         (push_typelist): New function.
4002         (follow_types): Handle tp_function_with_arguments.
4003         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4004         (enum type_pieces) <tp_function_with_arguments>: New constant.
4005         (union type_stack_elt) <typelist_val>: New field.
4006         (push_typelist): Declare.
4007
4008 2012-07-06  Tom Tromey  <[email protected]>
4009
4010         * c-exp.y (%union) <type_stack>: New field.
4011         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4012         (ptr_operator_ts): New production.
4013         (ptype): Update.
4014         * parse.c (type_stack_reserve): New function.
4015         (check_type_stack_depth): Use it.
4016         (pop_type_stack, append_type_stack, push_type_stack)
4017         (get_type_stack, type_stack_cleanup): New functions.
4018         (follow_types): Handle tp_type_stack.
4019         (_initialize_parse): Simplify initialization.
4020         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4021         constant.
4022         (union type_stack_elt) <stack_val>: New field.
4023         (get_type_stack, append_type_stack, push_type_stack)
4024         (type_stack_cleanup): Declare.
4025
4026 2012-07-06  Tom Tromey  <[email protected]>
4027
4028         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4029         Remove.
4030         (struct type_stack): New.
4031         * parse.c (type_stack, type_stack_size, type_stack_depth):
4032         Remove.
4033         (type_stack): New global.
4034         (parse_exp_in_context, check_type_stack_depth)
4035         (insert_into_type_stack, insert_type, push_type, push_type_int)
4036         (insert_type_address_space, pop_type, pop_type_int)
4037         (_initialize_parse): Update.
4038
4039 2012-07-06  Tom Tromey  <[email protected]>
4040
4041         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4042         Remove %type.
4043
4044 2012-07-06  Siddhesh Poyarekar  <[email protected]>
4045
4046         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4047
4048 2012-07-06  Siddhesh Poyarekar  <[email protected]>
4049             Jan Kratochvil  <[email protected]>
4050
4051         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4052         alloca with xmalloc/xfree.
4053
4054 2012-07-06  Siddhesh Poyarekar  <[email protected]>
4055
4056         * MAINTAINERS (Write After Approval): Add myself to the list.
4057
4058 2012-07-05  Doug Evans  <[email protected]>
4059
4060         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4061
4062 2012-07-05  Hui Zhu  <[email protected]>
4063
4064         * ax-gdb.c (cli/cli-utils.h): New include.
4065         (linespec.h): Ditto.
4066         (agent_eval_command_one): New function.
4067         (agent_command_1): Ditto.
4068         (agent_command): Call function agent_command_1.
4069         (agent_eval_command): Ditto.
4070         (_initialize_ax_gdb): Change help for "maint agent"
4071         and "maint agent-eval".
4072
4073 2012-07-05  Hui Zhu  <[email protected]>
4074
4075         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4076         * cli/cli-utils.c (check_for_argument): New function.
4077         * cli/cli-utils.h (check_for_argument): Ditto.
4078
4079 2012-07-04  H.J. Lu  <[email protected]>
4080
4081         * NEWS: Mention x32 ABI support.
4082
4083 2012-07-04  H.J. Lu  <[email protected]>
4084
4085         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4086         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4087
4088         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4089         and pc_regnum_from_eax to -1.  Update SP regnum from
4090         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4091         needed.
4092
4093         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4094         pc_regnum_from_eax.
4095
4096 2012-07-03  Jan Kratochvil  <[email protected]>
4097
4098         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4099         * dwarf2expr.h: Include gdbtypes.h.
4100         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4101         these forward declarations.
4102         (cu_offset, sect_offset): Move these ...
4103         * gdbtypes.h: Remove include dwarf2expr.h.
4104         (cu_offset, sect_offset): ... here.
4105
4106 2012-07-03  H.J. Lu  <[email protected]>
4107
4108         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4109         (amd64_linux_sigtramp_code): This.
4110         (amd64_x32_linux_sigtramp_code): New.
4111         (LINUX_SIGTRAMP_LEN): Updated.
4112         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4113
4114 2012-07-02  Jan Kratochvil  <[email protected]>
4115
4116         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4117
4118 2012-07-02  Jan Kratochvil  <[email protected]>
4119
4120         * config.in: Regenerate.
4121         * configure: Regenerate.
4122         * configure.ac: Remove check for gnu/libc-version.h.
4123         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4124         gnu/libc-version.h.
4125         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4126         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4127         inferior_has_bug.  Extend the comment.
4128
4129 2012-07-02  Jan Kratochvil  <[email protected]>
4130
4131         * linux-thread-db.c (inferior_has_bug): New function.
4132         (thread_db_find_new_threads_silently): Return boolean as checked by
4133         inferior_has_bug, describe it in the comments.
4134         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4135         earlier.  Abort the initialization if it returned non-zero.
4136         (thread_db_new_objfile): Exclude debug files.
4137         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4138         if UNTIL_NO_NEW,
4139
4140 2012-07-02  Doug Evans  <[email protected]>
4141
4142         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4143         related to queue management.
4144
4145         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4146         instead of "debug dwarf2-die" in debugging printfs.
4147         (create_debug_info_hash_table_reader): Ditto.
4148         (create_debug_info_hash_table): Ditto.
4149         (init_dwo_file): Ditto.
4150         (init_cutu_and_read_dies): Add debugging printf.
4151         (init_cutu_and_read_dies_no_follow): Ditto.
4152         (process_psymtab_comp_unit_reader): Ditto.
4153
4154 2012-07-02  Stan Shebs  <[email protected]>
4155
4156         Add target-side support for dynamic printf.
4157         * NEWS: Mention the additional style.
4158         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4159         (struct bp_location): New field cmd_bytecode.
4160         * breakpoint.c: Include format.h.
4161         (disconnected_dprintf): New global.
4162         (parse_cmd_to_aexpr): New function.
4163         (build_target_command_list): New function.
4164         (insert_bp_location): Call it.
4165         (remove_breakpoints_pid): Skip dprintf breakpoints.
4166         (print_one_breakpoint_location): Ditto.
4167         (dprintf_style_agent): New global.
4168         (dprintf_style_enums): Add dprintf_style_agent.
4169         (update_dprintf_command_list): Add agent case.
4170         (agent_printf_command): New function.
4171         (_initialize_breakpoint): Add new commands.
4172         * common/ax.def (printf): New bytecode.
4173         * ax.h (ax_string): Declare.
4174         * ax-gdb.h (gen_printf): Declare.
4175         * ax-gdb.c: Include cli-utils.h, format.h.
4176         (gen_printf): New function.
4177         (maint_agent_print_command): New function.
4178         (_initialize_ax_gdb): Add maint agent-printf command.
4179         * ax-general.c (ax_string): New function.
4180         (ax_print): Add printf disassembly.
4181         * Makefile.in (SFILES): Add format.c
4182         (COMMON_OBS): Add format.o.
4183         * common/format.h: New file.
4184         * common/format.c: New file.
4185         * printcmd.c: Include format.h.
4186         (ui_printf): Call parse_format_string.
4187         * remote.c (remote_state): New field breakpoint_commands.
4188         (PACKET_BreakpointCommands): New enum.
4189         (remote_breakpoint_commands_feature): New function.
4190         (remote_protocol_features): Add new BreakpointCommands entry.
4191         (remote_can_run_breakpoint_commands): New function.
4192         (remote_add_target_side_commands): New function.
4193         (remote_insert_breakpoint): Call it.
4194         (remote_insert_hw_breakpoint): Ditto.
4195         (_initialize_remote): Add new packet configuration for
4196         target-side breakpoint commands.
4197         * target.h (struct target_ops): New field
4198         to_can_run_breakpoint_commands.
4199         (target_can_run_breakpoint_commands): New macro.
4200         * target.c (update_current_target): Handle
4201         to_can_run_breakpoint_commands.
4202
4203 2012-07-02  Jan Kratochvil  <[email protected]>
4204
4205         Execute -ix and -iex only after system and user gdbinit files.
4206         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4207         processing down after gdbinit files.
4208
4209 2012-07-02  Jan Kratochvil  <[email protected]>
4210
4211         Add fnmatch-gnu module.
4212         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4213         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4214         * gnulib/aclocal.m4: Regenerate.
4215         * gnulib/config.in: Regenerate.
4216         * gnulib/configure: Regenerate.
4217         * gnulib/import/dummy.c: Remove.
4218         * gnulib/import/Makefile.am: Regenerate.
4219         * gnulib/import/Makefile.in: Likewise.
4220         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4221         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4222         * gnulib/import/alloca.c: New file.
4223         * gnulib/import/alloca.in.h: Likewise.
4224         * gnulib/import/config.charset: Likewise.
4225         * gnulib/import/fnmatch.c: Likewise.
4226         * gnulib/import/fnmatch.in.h: Likewise.
4227         * gnulib/import/fnmatch_loop.c: Likewise.
4228         * gnulib/import/localcharset.c: Likewise.
4229         * gnulib/import/localcharset.h: Likewise.
4230         * gnulib/import/m4/alloca.m4: Likewise.
4231         * gnulib/import/m4/codeset.m4: Likewise.
4232         * gnulib/import/m4/configmake.m4: Likewise.
4233         * gnulib/import/m4/fcntl-o.m4: Likewise.
4234         * gnulib/import/m4/fnmatch.m4: Likewise.
4235         * gnulib/import/m4/glibc21.m4: Likewise.
4236         * gnulib/import/m4/localcharset.m4: Likewise.
4237         * gnulib/import/m4/locale-fr.m4: Likewise.
4238         * gnulib/import/m4/locale-ja.m4: Likewise.
4239         * gnulib/import/m4/locale-zh.m4: Likewise.
4240         * gnulib/import/m4/mbrtowc.m4: Likewise.
4241         * gnulib/import/m4/mbsinit.m4: Likewise.
4242         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4243         * gnulib/import/m4/mbstate_t.m4: Likewise.
4244         * gnulib/import/m4/stdbool.m4: Likewise.
4245         * gnulib/import/m4/wchar_h.m4: Likewise.
4246         * gnulib/import/m4/wctype_h.m4: Likewise.
4247         * gnulib/import/m4/wint_t.m4: Likewise.
4248         * gnulib/import/mbrtowc.c: Likewise.
4249         * gnulib/import/mbsinit.c: Likewise.
4250         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4251         * gnulib/import/mbsrtowcs-state.c: Likewise.
4252         * gnulib/import/mbsrtowcs.c: Likewise.
4253         * gnulib/import/ref-add.sin: Likewise.
4254         * gnulib/import/ref-del.sin: Likewise.
4255         * gnulib/import/stdbool.in.h: Likewise.
4256         * gnulib/import/streq.h: Likewise.
4257         * gnulib/import/strnlen1.c: Likewise.
4258         * gnulib/import/strnlen1.h: Likewise.
4259         * gnulib/import/verify.h: Likewise.
4260         * gnulib/import/wchar.in.h: Likewise.
4261         * gnulib/import/wctype.in.h: Likewise.
4262
4263 2012-07-02  Jan Kratochvil  <[email protected]>
4264
4265         Support shell wildcards for 'set auto-load safe-path'.
4266         * auto-load.c: Include fnmatch.h.
4267         (filename_is_in_dir): Rename to ...
4268         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4269         it.  Update function comment.  Rename dir_len to pattern_len.  New
4270         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4271         messages.  Use gdb_filename_fnmatch.
4272         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4273         pattern.
4274         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4275         * defs.h (gdb_filename_fnmatch): New declaration.
4276         * utils.c: Include fnmatch.h.
4277         (gdb_filename_fnmatch): New function.
4278
4279 2012-07-02  Sergio Durigan Junior  <[email protected]>
4280
4281         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4282         `-probe' and `-probe-stap' options.
4283
4284 2012-07-01  Yao Qi  <[email protected]>
4285
4286         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4287         always_inserted_off, and always_inserted_enums.
4288         Change always_inserted_mode's type to 'enum auto_boolean'.
4289         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4290         callers.
4291         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4292         of add_setshow_enum_cmd.
4293         * infrun.c: Remove can_use_displaced_stepping_auto,
4294         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4295         can_use_displaced_stepping_enum.
4296         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4297         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4298         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4299         add_setshow_enum_cmd.
4300
4301 2012-06-30  Doug Evans  <[email protected]>
4302
4303         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4304         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4305         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4306
4307 2012-06-29  Doug Evans  <[email protected]>
4308
4309         * linespec.c: #include "stack.h".
4310         (decode_line_with_current_source): Moved here from symtab.c and
4311         renamed from decode_line_spec.  All callers updated.
4312         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4313         renamed from decode_line_spec_1.  All callers updated.
4314         * linespec.h (decode_line_with_current_source): Move declaration here
4315         from symtab.h and renamed from decode_line_spec.
4316         (decode_line_with_last_displayed): Move declaration here from symtab.h
4317         and renamed from decode_line_spec_1.
4318         * macrocmd.c: #include "linespec.h".
4319         * symtab.c: Remove #include "linespec.h".
4320
4321 2012-06-28  Doug Evans  <[email protected]>
4322
4323         * dwarf2read.c (get_cu_length): New function.
4324         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4325         (create_debug_types_hash_table): Ditto.
4326         (init_cutu_and_read_dies): Ditto.
4327         (init_cutu_and_read_dies_no_follow): Ditto.
4328
4329         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4330
4331         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4332         (struct abbrev_table): Define.
4333         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4334         abbrev_table.
4335         (init_cutu_and_read_dies): Update.
4336         (abbrev_table_alloc_abbrev): New function.  Replaces
4337         dwarf_alloc_abbrev.  All callers updated.
4338         (abbrev_table_add_abbrev): New function.
4339         (abbrev_table_lookup_abbrev): New function.  Replaces
4340         dwarf2_lookup_abbrev.  All callers updated.
4341         (abbrev_table_read_table): New function.  Contents moved here from
4342         dwarf2_read_abbrevs.
4343         (dwarf2_read_abbrevs): Call it.
4344         (abbrev_table_free): New function.
4345         (dwarf2_free_abbrev_table): Call it.
4346
4347 2012-06-28  Stan Shebs  <[email protected]>
4348
4349         * osdata.c (info_osdata_command): Filter out "Title" columns
4350         from non-MI uses.
4351         * common/linux-osdata.c (struct osdata_type): Add title field.
4352         (osdata_table): Add titles to each entry.
4353         (linux_command_xfer_osdata): Add a column for title data.
4354
4355 2012-06-28  Stan Shebs  <[email protected]>
4356
4357         Make logging work for MI.
4358         * NEWS: Mention it.
4359         * interps.h (interp_set_logging_ftype): New typedef.
4360         (struct interp_procs): New field set_logging_proc.
4361         (current_interp_set_logging): Declare.
4362         * interps.c (current_interp_set_logging): New function.
4363         * cli/cli-logging.c: Include interps.h.
4364         (set_logging_redirect): Call current_interp_set_logging.
4365         (pop_output_files): Ditto.
4366         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4367         * mi/mi-console.h (mi_console_set_raw): Declare.
4368         * mi/mi-console.c (mi_console_set_raw): New function.
4369         * mi/mi-interp.c (saved_raw_stdout): New global.
4370         (mi_set_logging): New function.
4371         (_initialize_mi_interp): Add it to interp procs.
4372
4373 2012-06-28  Doug Evans  <[email protected]>
4374
4375         * symtab.c (lookup_symbol_aux_objfile): Use
4376         ALL_OBJFILE_PRIMARY_SYMTABS.
4377
4378         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4379
4380 2012-06-28  Jan Kratochvil  <[email protected]>
4381
4382         * common/buffer.c: Include inttypes.h and stdint.h.
4383         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4384
4385 2012-06-28  Jan Kratochvil  <[email protected]>
4386             Pedro Alves  <[email protected]>
4387
4388         * gdbthread.h (ALL_THREADS): New macro.
4389         (thread_list): Declare.
4390         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4391         going, but instead fall through to the stepping handling.
4392         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4393         the passed in signal.  Adjust debug output.
4394         (resume_callback): Rename to ...
4395         (linux_nat_resume_callback): ... this.  Pass the thread's last
4396         stop signal, if in "pass" state.
4397         (linux_nat_resume): Adjust to rename.
4398         (stop_wait_callback): New assertion.  Don't respawn signals;
4399         instead let the LWP remain with SIGNALLED set.
4400         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4401         * remote.c (append_pending_thread_resumptions): New.
4402         (remote_vcont_resume): Call it.
4403         * target.h (target_resume): Extend comment.
4404
4405 2012-06-28  Iain Sandoe  <[email protected]>
4406
4407         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4408
4409 2012-06-27  Doug Evans  <[email protected]>
4410
4411         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4412         Delete have_addr_base, unused.  All uses updated.
4413         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4414         (dwarf2_get_pc_bounds): Add ranges_base.
4415         (dwarf2_record_block_ranges): Ditto.
4416
4417 2012-06-27  Tom Tromey  <[email protected]>
4418
4419         PR macros/7961:
4420         * varobj.c (varobj_create): Update.
4421         (varobj_set_value): Update.
4422         * tracepoint.c (validate_actionline): Update.
4423         (encode_actions_1): Update.
4424         * parse.c (parse_exp_1): Add 'pc' argument.
4425         (parse_exp_in_context): Add 'pc' argument.  Change how
4426         expression_context_pc is set.
4427         (parse_expression): Update.
4428         (parse_field_expression): Update.
4429         * expression.h (parse_exp_1): Update.
4430         * eval.c (parse_to_comma_and_eval): Update.
4431         * breakpoint.c (set_breakpoint_condition): Update.
4432         (update_watchpoint): Update.
4433         (init_breakpoint_sal): Update
4434         (find_condition_and_thread): Update.
4435         (watch_command_1): Update.
4436         (update_breakpoint_locations): Update.
4437         * ada-lang.c (ada_read_renaming_var_value): Update.
4438         (create_excep_cond_exprs): Update.
4439
4440 2012-06-27  Doug Evans  <[email protected]>
4441
4442         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4443         type units.
4444
4445 2012-06-26  Doug Evans  <[email protected]>
4446
4447         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4448         prototype.
4449         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4450         updated.
4451         (read_and_check_comp_unit_head): Ditto.
4452         (read_and_check_type_unit_head): Ditto.
4453
4454 2012-06-26  Siva Chandra Reddy  <[email protected]>
4455
4456         New attribute 'last' for gdb.Symtab_and_line.
4457         * NEWS (Python Scripting): Add entry about the new attribute.
4458         * python/py-symtab.c (salpy_get_last): New function which
4459         implements the get method for the 'last' attribute of
4460         gdb.Symtab_and_line.
4461         (sal_object_getset): Add entry for the 'last' attribute.
4462
4463 2012-06-26  Doug Evans  <[email protected]>
4464
4465         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4466         (dwo_sections): Add macinfo, macro.
4467         (dwarf2_locate_dwo_sections): Watch for macro sections.
4468         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4469         All callers updated.  Handle DWO files.
4470
4471         * NEWS: Mention new options "set debug dwarf2-read" and
4472         "set debug symtab-create".
4473         * dwarf2read.c (dwarf2_read_debug): New static global.
4474         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4475         (process_queue): Ditto.
4476         (process_full_comp_unit): Ditto.
4477         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4478         * elfread.c (elf_symfile_read): Add debugging printf.
4479         * minsyms.c (install_minimal_symbols): Ditto.
4480         * psymtab.c (allocate_psymtab): Ditto.
4481         * symfile.c (allocate_symtab): Ditto.
4482         * symtab.c (symtab_create_debug): New global.
4483         (_initialize_symtab): Add new option "set debug symtab-create".
4484         * symtab.h (symtab_create_debug): Declare.
4485
4486         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4487         (lookup_dwo_type_unit): Ditto.
4488
4489 2012-06-26  Roland McGrath  <[email protected]>
4490             H.J. Lu  <[email protected]>
4491
4492         * amd64-linux-nat.c: Include <sys/user.h>.
4493         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4494         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4495         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4496
4497         * configure.ac: Check if the fs_base and gs_base members of
4498         `struct user_regs_struct' exist.
4499         * config.in: Regenerated.
4500         * configure: Likewise.
4501
4502 2012-06-25  Michael Eager  <[email protected]>
4503
4504         PR python/14291
4505         * python/python.c (gdbpy_write): Check for interrupted output.
4506
4507 2012-06-25  Greta Yorsh  <[email protected]>
4508
4509         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4510         register as a stack alignment in ARM mode.
4511
4512 2012-06-24  Jan Kratochvil  <[email protected]>
4513
4514         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4515         * gnulib/config.in: Regenerate.
4516         * gnulib/configure: Likewise.
4517         * gnulib/import/m4/extensions.m4: Update it.
4518         * gnulib/import/m4/gnulib-common.m4: Likewise.
4519         * gnulib/import/m4/memmem.m4: Likewise.
4520         * gnulib/import/m4/mmap-anon.m4: Likewise.
4521         * gnulib/import/m4/multiarch.m4: Likewise.
4522         * gnulib/import/stdint.in.h: Likewise.
4523
4524 2012-06-24  Yao Qi  <[email protected]>
4525
4526         * corefile.c (write_memory_with_notification): New.
4527         * gdbcore.h: Declare write_memory_with_notification.
4528         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4529         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4530         * valops.c (value_assign): Likewise.
4531         * python/py-inferior.c (infpy_write_memory): Call
4532         'write_memory_with_notification'.
4533
4534 2012-06-24  Jan Kratochvil  <[email protected]>
4535
4536         * cc-with-index.sh: Use also -ex "set auto-load no".
4537
4538 2012-06-23  Doug Evans  <[email protected]>
4539
4540         PR 14125
4541         * NEWS: Document additions to .gdb_index.
4542         * dwarf2read.c: #include "gdb/gdb-index.h".
4543         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4544         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4545         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4546         (dwarf2_read_index): Recognize version 7.
4547         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4548         block_kind, domain): All callers updated.
4549         (dw2_find_symbol_file): Handle new index CU values.
4550         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4551         (add_index_entry): New args is_static, kind.  All callers updated.
4552         (offset_type_compare, uniquify_cu_indices): New functions
4553         (symbol_kind): New function.
4554         (write_psymtabs_to_index): Remove duplicate CU values.
4555         (write_psymtabs_to_index): Write .gdb_index version 7.
4556
4557 2012-06-22  Joel Brobecker  <[email protected]>
4558
4559         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4560         * configure: Regenerate.
4561
4562 2012-06-20  Yao Qi  <[email protected]>
4563
4564         * python/py-inferior.c: Update comments of infpy_read_memory
4565         and infpy_write_memory.
4566
4567 2012-06-19  Tom Tromey  <[email protected]>
4568
4569         PR exp/9514:
4570         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4571         (push_type_address_space): Remove.
4572         * parse.c (insert_into_type_stack): New function.
4573         (insert_type): Likewise.
4574         (insert_type_address_space): Rename from push_type_address_space.
4575         Insert tp_space_identifier.
4576         * c-exp.y (ptr_operator): New production.
4577         (abs_decl): Use ptr_operator.
4578         (space_identifier): Call insert_type_address_space.
4579         (ptype): Don't use const_or_volatile_or_space_identifier.
4580         (const_or_volatile_noopt): Call insert_type.
4581         (conversion_type_id, conversion_declarator): New productions.
4582         (operator): Use conversion_type_id.
4583
4584 2012-06-18  Doug Evans  <[email protected]>
4585
4586         * symtab.h (minimal_symbol): New member created_by_gdb.
4587         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4588         created by gdb.
4589         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4590         (search_symbols): Call it instead of lookup_symbol.
4591         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4592
4593         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4594         Adjust address for DW_OP_GNU_addr_index.
4595         * dwarf2expr.h (dwarf_expr_context): Update comment.
4596         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4597         all callers updated.  Handle TLS vars described with
4598         DW_OP_GNU_const_index.
4599         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4600         and DW_OP_GNU_const_index.
4601         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4602
4603         * block.c (find_block_in_blockvector): Make explicit the fact that we
4604         ignore GLOBAL_BLOCK.
4605
4606 2012-06-18  Tom Tromey  <[email protected]>
4607
4608         * c-exp.y (operator): Remove trailing space after "delete" and
4609         "delete[]".
4610
4611 2012-06-18  Mark Kettenis  <[email protected]>
4612             Jan Kratochvil  <[email protected]>
4613
4614         Switch i386 and derived targets to ON_STACK.
4615         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4616         (amd64_dicos_init_abi): Remove its installment.
4617         * dicos-tdep.c (dicos_init_abi): Remove the
4618         set_gdbarch_call_dummy_location call.  Update the comment here.
4619         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4620         (i386_dicos_init_abi): Remove its installment.
4621         * i386-tdep.c (i386_push_dummy_code): New function.
4622         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4623         i386_push_dummy_code.
4624
4625 2012-06-18  Jan Kratochvil  <[email protected]>
4626
4627         Remove stale dummy frames.
4628         * breakpoint.c: Include dummy-frame.h.
4629         (longjmp_breakpoint_ops): New variable.
4630         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4631         bp_longjmp_call_dummy.
4632         (bpstat_what, bptype_string, print_one_breakpoint_location)
4633         (init_bp_location): Support bp_longjmp_call_dummy.
4634         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4635         (set_longjmp_breakpoint_for_call_dummy)
4636         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4637         functions.
4638         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4639         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4640         FIXME comment and extend the other comment for bp_call_dummy.
4641         (set_longjmp_breakpoint_for_call_dummy)
4642         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4643         * dummy-frame.c: Include gdbthread.h.
4644         (pop_dummy_frame_bpt): New function.
4645         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4646         (dummy_frame_discard): New function.
4647         (cleanup_dummy_frames): Update the comment about longjmps.
4648         * dummy-frame.h (dummy_frame_discard): New declaration.
4649         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4650         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4651         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4652         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4653         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4654         keep_going if IS_LONGJMP and there is no other reason to stop.
4655
4656 2012-06-18  Greta Yorsh  <[email protected]>
4657
4658         * remote-sim.c (sim_command_completer): Initialize
4659         variable 'result'.
4660
4661 2012-06-17  Jan Kratochvil  <[email protected]>
4662
4663         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4664         * dwarf2loc.c (call_site_parameter_matches): Support
4665         CALL_SITE_PARAMETER_PARAM_OFFSET.
4666         (needs_dwarf_reg_entry_value): Push stub value.
4667         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4668         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4669         * gdbtypes.h (enum call_site_parameter_kind): New item
4670         CALL_SITE_PARAMETER_PARAM_OFFSET.
4671         (struct call_site.parameter.u): New field param_offset.
4672
4673 2012-06-17  Jan Kratochvil  <[email protected]>
4674
4675         Code cleanup: Generalize call_site.parameter key.
4676         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4677         variable dwarf_reg.  New variable kind_u.  Update parameters to
4678         push_dwarf_reg_entry_value.
4679         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4680         * dwarf2expr.h (enum call_site_parameter_kind)
4681         (union call_site_parameter_u): Forward declarations.
4682         (struct dwarf_expr_context_funcs): Update parameters and their
4683         description for push_dwarf_reg_entry_value.
4684         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4685         * dwarf2loc.c (call_site_parameter_matches): New function.
4686         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4687         description.  Use call_site_parameter_matches.
4688         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4689         Update parameters and their description.
4690         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4691         New variable kind_u.  Adjust the caller for updated parameters.
4692         (needs_dwarf_reg_entry_value): Update parameters.
4693         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4694         instead of attr.  Update for the changed fields of struct
4695         call_site_parameter.
4696         * gdbtypes.h: Include dwarf2expr.h.
4697         (enum call_site_parameter_kind): New.
4698         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4699         fb_offset into new union u.
4700
4701 2012-06-16  H.J. Lu  <[email protected]>
4702
4703         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4704         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4705         for x32.
4706
4707 2012-06-16  H.J. Lu  <[email protected]>
4708
4709         * amd64-linux-nat.c (compat_x32_clock_t): New.
4710         (compat_x32_siginfo_t): Likewise.
4711         (compat_x32_siginfo_from_siginfo): Likewise.
4712         (siginfo_from_compat_x32_siginfo): Likewise.
4713         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4714         and siginfo_from_compat_x32_siginfo for x32.
4715
4716 2012-06-15  Hui Zhu  <[email protected]>
4717
4718         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4719
4720 2012-06-15  H.J. Lu  <[email protected]>
4721
4722         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4723         instead of gdbarch_ptr_bit.
4724         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4725         (amd64_supply_native_gregset): Likewise.
4726         (amd64_collect_native_gregset): Likewise.
4727         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4728         (amd64_supply_xsave): Likewise.
4729         (amd64_collect_fxsave): Likewise.
4730         (amd64_collect_xsave): Likewise.
4731
4732 2012-06-15  H.J. Lu  <[email protected]>
4733
4734         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4735         (amd64_linux_read_description): Check DS segment register for
4736         x32 process.
4737
4738 2012-06-15  Tom Tromey  <[email protected]>
4739
4740         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4741         init_cutu_and_read_dies.
4742
4743 2012-06-15  Iain Sandoe <[email protected]>
4744
4745         * MAINTAINERS (Write After Approval): Add myself to the list.
4746
4747 2012-06-15  Tom Tromey  <[email protected]>
4748
4749         * valops.c (value_find_oload_method_list): Now static.
4750         * value.h (value_find_oload_method_list): Don't declare.
4751
4752 2012-06-15  Tom Tromey  <[email protected]>
4753
4754         * valops.c (find_overload_match): Use value_ind.
4755
4756 2012-06-15  Maciej W. Rozycki  <[email protected]>
4757
4758         * infrun.c (handle_inferior_event): Correct indentation.
4759
4760 2012-06-14  Doug Evans  <[email protected]>
4761
4762         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4763         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4764         All uses updated.
4765         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4766         updated.  Handle DEBUG_LOC_START_LENGTH.
4767         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4768         (loclist_describe_location): Ditto.
4769
4770 2012-06-14  Maciej W. Rozycki  <[email protected]>
4771
4772         PR backtrace/13866
4773         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4774         after hiding inline functions.
4775
4776 2012-06-13  Joel Brobecker  <[email protected]>
4777
4778         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4779         _initialize_inf_ttrace.
4780
4781 2012-06-13  Joel Brobecker  <[email protected]>
4782
4783         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4784         _initialize_hppa_hpux_nat.
4785
4786 2012-06-13  Joel Brobecker  <[email protected]>
4787
4788         * remote-sim.c (sim_command_completer): Change type of return
4789         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4790
4791 2012-06-13  Mark Kettenis  <[email protected]>
4792             Jan Kratochvil  <[email protected]>
4793
4794         PR tdep/14222
4795         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4796         stack on a 16-byte boundary.
4797
4798 2012-06-13  Kaushik Srenevasan  <[email protected]>
4799
4800         * jit.c (finalize_symtab): Set function's return type to 'void' by
4801         default.
4802
4803 2012-06-13  Mark Kettenis  <[email protected]>
4804             H.J. Lu  <[email protected]>
4805
4806         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4807         Move bits common to both the classic LP64 and the new x32 ILP32
4808         ABI here.
4809         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4810         (amd64_x32_linux_init_abi): New function.
4811         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4812         subtype.
4813
4814         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4815         * i386-tdep.c (i386_pseudo_register_name): Make public.
4816         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4817         * amd64-tdep.c (amd64_dword_names): Add "eip".
4818         (amd64_x32_pseudo_register_type): New function
4819         (amd64_x32_init_abi): New function.
4820
4821 2012-06-13  Jan Kratochvil  <[email protected]>
4822
4823         PR build/14003
4824         * inferior.h (struct inferior_suspend_state): Comment out.
4825         (struct inferior): Comment out the field suspend.
4826         * infrun.c (struct infcall_suspend_state): Comment out the field
4827         inferior_suspend.
4828         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4829         out its assignment.
4830
4831 2012-06-13  Jan Kratochvil  <[email protected]>
4832
4833         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4834         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4835         function comment.  Return ERROR for unresolved cases.  Implement
4836         returning proper NAME.
4837         (yylex): Accept also NAME from classify_inner_name.
4838         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4839         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4840         LOC_TYPEDEF type.
4841         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4842
4843 2012-06-13  Tom Tromey  <[email protected]>
4844
4845         * breakpoint.c (condition_completer): New function.
4846         (_initialize_breakpoint): Use it.
4847         * value.c (complete_internalvar): New function.
4848         * value.h (complete_internalvar): Declare.
4849
4850 2012-06-13  Tom Tromey  <[email protected]>
4851
4852         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4853         * breakpoint.c (catch_syscall_completer): Return a VEC.
4854         * cli/cli-cmds.c (complete_command): Update.
4855         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4856         (complete_on_enum): Likewise.
4857         * command.h: Include gdb_vecs.h.
4858         (completer_ftype): Change return type.
4859         (complete_on_cmdlist, complete_on_enum): Likewise.
4860         * completer.c (noop_completer, filename_completer)
4861         (location_completer): Return a VEC.
4862         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4863         to a VEC.
4864         (expression_completer, complete_line_internal, complete_line)
4865         (command_completer): Return a VEC.
4866         (gdb_completion_word_break_characters, line_completion_function):
4867         Update.
4868         * completer.h: Include gdb_vecs.h.
4869         (complete_line, noop_completer, filename_completer)
4870         (expression_completer, location_completer, command_completer):
4871         Update.
4872         * f-lang.c (f_word_break_characters): Return a VEC.
4873         * interps.c (interpreter_completer): Return a VEC.
4874         * language.h (struct language_defn)
4875         <la_make_symbol_completion_list>: Return a VEC.
4876         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4877         * symtab.c (free_completion_list): Take a VEC.
4878         (return_val_size, return_val_index): Remove.
4879         (return_val): Now a VEC.
4880         (completion_list_add_name): Update.
4881         (default_make_symbol_completion_list_break_on)
4882         (default_make_symbol_completion_list, make_symbol_completion_list)
4883         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4884         Return a VEC.
4885         (add_filename_to_list): Update.
4886         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4887         <list>: Now a VEC.
4888         (maybe_add_partial_symtab_filename): Update.
4889         (make_source_files_completion_list): Return a VEC.
4890         * symtab.h (default_make_symbol_completion_list_break_on)
4891         (default_make_symbol_completion_list, make_symbol_completion_list)
4892         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4893         (make_source_files_completion_list): Update.
4894
4895 2012-06-13  Tom Tromey  <[email protected]>
4896
4897         * breakpoint.c (add_catch_command): Use completer_ftype.
4898         * breakpoint.h: Include command.h.
4899         (add_catch_command): Use completer_ftype.
4900         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4901         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4902         Use completer_ftype.
4903         * command.h (completer_ftype): New typedef.
4904         (set_cmd_completer): Use it.
4905         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4906         completer_ftype.
4907
4908 2012-06-13  Pedro Alves  <[email protected]>
4909
4910         Partial revert of previous change.
4911
4912         * serial.c (scb_base): New global.
4913         (serial_for_fd): New.
4914         (serial_open, serial_fdopen_ops): Link new serial in open serials
4915         chain.
4916         (do_serial_close): Unlink serial from the open serials chain.
4917
4918 2012-06-12  Pedro Alves  <[email protected]>
4919
4920         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4921         threads here.
4922         (prepare_for_detach): No longer context switch here in non-stop
4923         mode.
4924         (fetch_inferior_event): Ditto.
4925         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4926         to the event thread before removing breakpoints.  Switch to the
4927         event thread before inserting breakpoints and resuming.
4928         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4929         event thread before resuming.
4930         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4931         Switch to the event thread before removing breakpoints.
4932
4933 2012-06-12  Eli Zaretskii  <[email protected]>
4934
4935         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4936         special characters correctly for the Windows shells.  See
4937         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4938         report.
4939         [!__MINGW32__]: Remove extra double quote character from special
4940         characters.
4941
4942 2012-06-11  Stan Shebs  <[email protected]>
4943
4944         * ui-out.h: Remove #if 0 declarations.
4945         * ui-out.c: Remove #if 0 functions.
4946
4947 2012-06-11  Pedro Alves  <[email protected]>
4948
4949         * ser-base.c (run_async_handler_and_reschedule): New.
4950         (fd_event, push_event): Use it.
4951         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4952         reference count to 1.
4953         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4954         instead of xfree.
4955         (serial_is_open, serial_ref, serial_unref): New.
4956         * serial.h (serial_open): Adjust comment.
4957         (serial_is_open): Declare.
4958         (serial_close): Adjust comment.
4959         (serial_ref, serial_unref) Declare.
4960         (struct serial): New field 'refcnt'.
4961
4962 2012-06-11  Pedro Alves  <[email protected]>
4963
4964         Remove #if 0'd "connect" command, and unnecessary associated
4965         refcounting and serial reuse bits.
4966
4967         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4968         * serial.c (last_serial_opened): Delete.
4969         (scb_base): Delete.
4970         (serial_open): Adjust.
4971         (serial_for_fd): Delete.
4972         (serial_fdopen_ops, do_serial_close): Adjust.
4973         (serial_fdopen_ops): Adjust.
4974
4975 2012-06-11  Pedro Alves  <[email protected]>
4976
4977         * serial.c (do_serial_close): Remove early return when SCB is
4978         null.
4979
4980 2012-06-11  Tom Tromey  <[email protected]>
4981
4982         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4983
4984 2012-06-11  Jan Kratochvil  <[email protected]>
4985
4986         Fix regression by the "ambiguous linespec" series.
4987         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4988         get_last_displayed_symtab and get_last_displayed_line and depending
4989         on CURSAL.
4990
4991 2012-06-11  Tom Tromey  <[email protected]>
4992
4993         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4994         (dw2_find_symbol_file): Use it.
4995
4996 2012-06-11  Michael Eager  <[email protected]>
4997
4998         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4999         * mips-linux-tdep.h (mips_signals): New
5000
5001 2012-06-11  Tom Tromey  <[email protected]>
5002
5003         * infrun.c (handle_inferior_event)
5004         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5005         breakpoint.
5006         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5007         exception logic in all cases.  Update comments.
5008         (insert_longjmp_resume_breakpoint): Set the exception resume
5009         breakpoint.
5010
5011 2012-06-11  Maciej W. Rozycki  <[email protected]>
5012
5013         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5014
5015 2012-06-09  Siva Chandra Reddy  <[email protected]>
5016
5017         * valarith.c (binop_types_user_defined_p): Fix a typo.
5018
5019 2012-06-08  Yao Qi  <[email protected]>
5020             Chung-Lin Tang <[email protected]>
5021
5022         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5023         * arch-utils.h: Declare.
5024         * gdbarch.sh: Add return_in_first_hidden_param_p.
5025         * gdbarch.c, gdbarch.h: Regenerated.
5026         * infcall.c (call_function_by_hand): Call
5027         gdbarch_return_in_first_hidden_param_p instead of
5028         language_pass_by_reference.
5029
5030         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5031         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5032         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5033         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5034         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5035         `cplus_return_struct_by_reference'.
5036         (tic6x_return_value): Handle language cplusplus.
5037         (tic6x_return_in_first_hidden_param_p): New.
5038         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5039
5040 2012-06-07  Doug Evans  <[email protected]>
5041
5042         * dwarf2read.c (dwarf2_cu): Add comment.
5043
5044 2012-06-06  Maciej W. Rozycki  <[email protected]>
5045
5046         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5047         variable.
5048         (mips_eabi_push_dummy_call): Likewise.
5049         (mips_n32n64_push_dummy_call): Likewise.
5050         (mips_o32_push_dummy_call): Likewise.
5051         (mips_o64_push_dummy_call): Likewise.
5052
5053 2012-06-06  Maciej W. Rozycki  <[email protected]>
5054
5055         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5056
5057 2012-06-06  Maciej W. Rozycki  <[email protected]>
5058
5059         * mips-tdep.c (mips_pseudo_register_type): Use
5060         mips_float_register_p.
5061
5062 2012-06-06  Pedro Alves  <[email protected]>
5063
5064         * infrun.c (handle_inferior_event): Remove calls to
5065         reinit_frame_cache that follow a context_switch call.
5066
5067 2012-06-06  Pedro Alves  <[email protected]>
5068
5069         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5070         context_switch and remove stale comment.
5071
5072 2012-06-06  Pedro Alves  <[email protected]>
5073
5074         * infrun.c (struct execution_control_state): Remove
5075         `new_thread_event' field.
5076         (handle_inferior_event): Simplify new threads handling; don't
5077         resume the inferior if we find a new thread.
5078
5079 2012-06-06  Thomas Schwinge  <[email protected]>
5080
5081         * NEWS: Document the deprecation of SH's 'regs' command.
5082         * inferior.h (all_registers_info): Add function declaration.
5083         * sh-tdep.c (sh_show_regs): Remove variable.
5084         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5085         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5086         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5087         (sh_show_regs_command): Remove functions.
5088         (sh_gdbarch_init): Don't set sh_show_regs.
5089         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5090         'info all-registers'.
5091         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5092         (sh64_show_regs): Remove functions.
5093         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5094
5095 2012-06-06  Jan Kratochvil  <[email protected]>
5096
5097         * configure.ac: Move development=true below AC_INIT.
5098         * configure: Regenerate.
5099
5100 2012-06-05  Stan Shebs  <[email protected]>
5101
5102         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5103         gdb_stdout.
5104
5105 2012-06-05  Siddhesh Poyarekar  <[email protected]>
5106
5107         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5108         argument as ssize_t.
5109         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5110         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5111         * target.c (target_read_stack, target_write_memory)
5112         (target_write_raw_memory): Likewise.
5113         * target.h (target_read_stack, target_write_memory)
5114         (target_write_raw_memory): Likewise.
5115
5116 2012-06-05  Jan Kratochvil  <[email protected]>
5117
5118         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5119         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5120         * target.c (target_read_memory): Change LEN to ssize_t.
5121         * target.h (target_read_memory): Change LEN to ssize_t.
5122
5123 2012-06-05  Pedro Alves  <[email protected]>
5124
5125         PR backtrace/13866
5126
5127         * breakpoint.c (until_break_command): Only fetch the selected
5128         frame after decode_line_1.
5129
5130 2012-06-05  Joakim Tjernlund  <[email protected]>
5131
5132         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5133         event breakpoint at _start, __start or main if a program
5134         interpreter is not found.
5135
5136 2012-06-05  Joel Brobecker  <[email protected]>
5137
5138         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5139         Add declaration.
5140         * windows-tdep.c: #include "objfiles.h".
5141         (windows_iterate_over_objfiles_in_search_order): New function.
5142         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5143         iterate_over_objfiles_in_search_order gdbarch method to
5144         windows_iterate_over_objfiles_in_search_order.
5145         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5146
5147 2012-06-05  Joel Brobecker  <[email protected]>
5148
5149         * gdbarch.sh: Add generation of
5150         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5151         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5152         (iterate_over_objfiles_in_search_order): New gdbarch method.
5153         * gdbarch.h, gdbarch.c: Regenerate.
5154         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5155         Add declaration.
5156         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5157         New function.
5158         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5159         out of lookup_symbol_aux_symtabs.
5160         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5161         call to lookup_symbol_aux_objfile.
5162         (struct global_sym_lookup_data): New type.
5163         (lookup_symbol_global_iterator_cb): New function.
5164         (lookup_symbol_global): Search for symbol using
5165         gdbarch_iterate_over_objfiles_in_search_order and
5166         lookup_symbol_global_iterator_cb.
5167         * findvar.c (struct minsym_lookup_data): New type.
5168         (minsym_lookup_iterator_cb): New function.
5169         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5170         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5171         and minsym_lookup_iterator_cb.
5172
5173 2012-06-05  Joel Brobecker  <[email protected]>
5174
5175         Revert the following patch:
5176         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5177         try locating the symbol in the symbol's own objfile first, before
5178         extending the search to all objfiles.
5179         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5180         out of lookup_symbol_aux_symtabs.
5181         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5182         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5183         Do not search EXCLUDE_OBJFILE.
5184         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5185         (lookup_symbol_global): Search for matches in the block's objfile
5186         first, before searching all other objfiles.
5187
5188 2012-06-05  Joel Brobecker  <[email protected]>
5189
5190         * breakpoint.c (find_condition_and_thread): Stop parsing
5191         as soon as the first invalid keyword is found.
5192
5193 2012-06-05  Joel Brobecker  <[email protected]>
5194
5195         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5196
5197 2012-06-05  Joel Brobecker  <[email protected]>
5198
5199         * config/djgpp/djcheck.sh: Add copyright header.
5200
5201 2012-06-05  Joel Brobecker  <[email protected]>
5202
5203         * copyright.py (update_files, main): Fix path to update-copyright
5204         script.
5205
5206 2012-06-05  Joel Brobecker  <[email protected]>
5207
5208         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5209         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5210         for which a reminder to update by hand is printed.
5211
5212 2012-06-04  Doug Evans  <[email protected]>
5213
5214         * buildsym.c (make_blockvector): Add comment.
5215
5216 2012-06-04  Pedro Alves  <[email protected]>
5217
5218         * arch-utils.c (default_gdb_signal_from_target): Delete.
5219         * arch-utils.h (default_gdb_signal_from_target): Delete.
5220         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5221         gdbarch_gdb_signal_from_target_p.
5222         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5223         predicate).
5224         * gdbarch.h: Regenerate.
5225         * gdbarch.c: Regenerate.
5226
5227 2012-06-04  Pedro Alves  <[email protected]>
5228
5229         * gdbarch.sh (gdb_signal_from_target): Mention that the
5230         implementation of the method must be host independent.
5231         * gdbarch.h: Regenerate.
5232
5233 2012-06-04  Jan Kratochvil  <[email protected]>
5234
5235         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5236         parameters.
5237         (target_read_memory_bfd): New function.
5238         (symbol_file_add_from_memory): Use it.
5239
5240 2012-06-03  Doug Evans  <[email protected]>
5241
5242         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5243         of primary symtab.
5244         (basic_lookup_transparent_type): Ditto.
5245
5246         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5247         (ALL_PRIMARY_SYMTABS): Use it.
5248         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5249         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5250         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5251         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5252         (basic_lookup_transparent_type): Ditto.
5253
5254 2012-06-02  Sergio Durigan Junior  <[email protected]>
5255
5256         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5257         it to optimize resolution of demangled name.
5258
5259 2012-06-01  Jan Kratochvil  <[email protected]>
5260
5261         * configure.ac (development): Define new variable.
5262         Call AC_CHECK_LIB for mcheck if $development.
5263         (ERROR_ON_WARNING): Enable it by default only if $development.
5264         * config.in: Regenerate.
5265         * configure: Regenerate.
5266
5267 2012-06-01  Siddhesh Poyarekar  <[email protected]>
5268
5269         * target.c (target_read_memory): Make LEN argument as size_t.
5270         * target.h (target_read_memory): Likewise.
5271
5272 2012-06-01  Jan Kratochvil  <[email protected]>
5273
5274         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5275
5276 2012-05-31  Edjunior Machado  <[email protected]>
5277
5278         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5279         BookE interface for PowerPC server processors if not available
5280         in the Linux Kernel.
5281
5282 2012-05-31  Keith Seitz  <[email protected]>
5283
5284         * linespec.c (decode_objc): Add cleanup to free
5285         INFO.FILE_SYMTABS.
5286         (find_linespec_symbols): Add cleanup to free CLASSES.
5287         * symfile.c (find_separate_debug_file_by_debuglink): Add
5288         cleanup to free DEBUGLINK.
5289         * ui-out.c (clear_header_list): No need to check if
5290         HEADER_NEXT.COLHDR is NULL.
5291         Free HEADER_NEXT.COL_NAME.
5292
5293 2012-05-31  Matthew Gretton-Dann  <[email protected]>
5294
5295         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5296         warning.
5297
5298 2012-05-30  Jeff Kenton  <[email protected]>
5299
5300         * configure.host (gdb_host_cpu): Handle tilegx*.
5301         (gdb_host): Handle tilegx-*-linux*.
5302         * tilegx-linux-nat.c: New file.
5303         * config/tilegx/linux.mh: New file.
5304
5305 2012-05-30  Jeff Kenton  <[email protected]>
5306
5307         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5308         tilegx-linux-tdep.o.
5309         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5310         tilegx-linux-tdep.c.
5311         * configure.tgt: Handle tilegx-*-linux*.
5312         * tilegx-tdep.h: New file.
5313         * tilegx-tdep.c: New file.
5314         * tilegx-linux-tdep.c: New file.
5315         * regformats/reg-tilegx.dat: New file.
5316
5317 2012-05-30  Edjunior Machado  <[email protected]>
5318
5319         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5320         accounting of hw watchpoints on ppc.
5321
5322 2012-05-30  Thiago Jung Bauermann  <[email protected]>
5323
5324         * source.c (openp): Expand tilde in path entries.
5325
5326 2012-05-29  Doug Evans  <[email protected]>
5327
5328         * buildsym.c (block_compar): Fix comment.
5329         (end_symtab): Fix and clarify some comments.
5330
5331         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5332         cleanup_undefined_types.
5333         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5334         All callers updated.
5335
5336 2012-05-29  Tom Tromey  <[email protected]>
5337
5338         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5339         fails.
5340         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5341         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5342         fails.
5343         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5344         fails.
5345
5346 2012-05-29  Tristan Gingold  <[email protected]>
5347
5348         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5349         (struct darwin_info): ... New struct.
5350         (solib_darwin_pspace_data): New variable.
5351         (darwin_pspace_data_cleanup): New function.
5352         (get_darwin_info): Likewise.
5353         (darwin_dyld_version_ok, darwin_load_image_infos)
5354         (darwin_solib_get_all_image_info_addr_at_init)
5355         (darwin_solib_read_all_image_info_addr): Add info argument.
5356         Adjust code.
5357         (darwin_current_sos): Use per pspace structure.
5358         (darwin_solib_create_inferior_hook): Likewise.
5359         (darwin_clear_solib): Likewise.
5360         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5361
5362 2012-05-28  Pedro Alves  <[email protected]>
5363
5364         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5365         block that uses them.  Clear ecss before handling each event.
5366
5367 2012-05-28  Jan Kratochvil  <[email protected]>
5368
5369         * solib-svr4.c (svr4_current_sos): New comment on
5370         svr4_current_sos_via_xfer_libraries fall back.
5371
5372 2012-05-24  Jan Kratochvil  <[email protected]>
5373
5374         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5375         it as a fallback for TYPE_IS_OPAQUE.
5376         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5377         symbols for lookup_symbol.
5378
5379 2012-05-24  John Steele Scott  <[email protected]>
5380
5381         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5382         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5383         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5384         (check_producer): ... this new function, which also checks for ICC
5385         and caches the result.
5386         (producer_is_icc): New function.
5387         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5388         producer was ICC.
5389
5390 2012-05-24  Pedro Alves  <[email protected]>
5391
5392         PR gdb/7205
5393
5394         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5395         (default_gdb_signal_to_target): ... this.  Add comment.
5396         (default_gdb_signal_from_host): Rename to ...
5397         (default_gdb_signal_from_target): ... this.  Add comment.
5398         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5399         (default_gdb_signal_to_target): ... this.
5400         (default_gdb_signal_from_host): Rename to ...
5401         (default_gdb_signal_from_target): ... this.
5402         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5403         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5404         (gdb_signal_from_target): ... this.  Adjust to
5405         default_gdb_signal_from_host naming change.  Extend comment.
5406         (gdb_signal_to_host): Rename to ...
5407         (gdb_signal_to_target): ... this.  Adjust to
5408         default_gdb_signal_to_host naming change.
5409         * gdbarch.h, gdbarch.c: Renegerate.
5410
5411 2012-05-24  Pedro Alves  <[email protected]>
5412
5413         PR gdb/7205
5414
5415         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5416
5417 2012-05-24  Pedro Alves  <[email protected]>
5418
5419         PR gdb/7205
5420
5421         Replace target_signal with gdb_signal throughout.
5422
5423 2012-05-24  Pedro Alves  <[email protected]>
5424
5425         PR tui/14159
5426
5427         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5428         string, instead of reusing the va_list argument.
5429
5430 2012-05-24  Tom Tromey  <[email protected]>
5431
5432         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5433         Remove.
5434
5435 2012-05-23  Doug Evans  <[email protected]>
5436
5437         * symtab.c (search_symbols): Formatting fixes.
5438         (print_symbol_info): Formatting fixes.
5439
5440         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5441         int64_t change to leb128 API.
5442         (read_encoded_value, decode_frame_entry_1): Ditto.
5443         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5444         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5445         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5446         (execute_stack_op): Ditto.
5447         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5448         (safe_read_uleb128, safe_read_sleb128): Ditto.
5449         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5450         (dwarf2_compile_expr_to_ax): Ditto.
5451         (locexpr_describe_location_piece): Ditto.
5452         (disassemble_dwarf_expression): Ditto.
5453         (locexpr_describe_location_1): Ditto.
5454
5455 2012-05-23  Stan Shebs  <[email protected]>
5456             Kwok Cheung Yeung  <[email protected]>
5457
5458         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5459         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5460         (mi-cmd-info.o): New rule.
5461         * osdata.h (info_osdata_command): New declaration.
5462         * osdata.c (info_osdata_command): Change to non-static.
5463         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5464         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5465         * mi/mi-cmd-info.c: New file.
5466
5467 2012-05-23  Doug Evans  <[email protected]>
5468
5469         * symtab.c (search_symbols): Pass NULL for file_matcher to
5470         expand_symtabs_matching if there are no files to match.
5471
5472         * gdbtypes.c (lookup_typename): Simplify.
5473
5474 2012-05-23  Pedro Alves  <[email protected]>
5475
5476         * arch-utils.h (default_target_signal_to_host): Delete.
5477         * arch-utils.c (default_target_signal_to_host): Delete.
5478         * gdbarch.sh (target_signal_to_host): Remove.
5479         * gdbarch.h, gdbarch.c: Regenerate.
5480
5481 2012-05-22  Doug Evans  <[email protected]>
5482
5483         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5484         "const gdb_byte *".
5485         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5486         (execute_cfa_program): Update to match API of leb128 functions.
5487         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5488         "const gdb_byte *".
5489         (read_unsigned_leb128, read_signed_leb128): Delete.
5490         (read_initial_length): Change type of buf argument to
5491         "const gdb_byte *".
5492         (read_encoded_value): Update to match API of leb128 functions.
5493         (decode_frame_entry): Change result to "const gdb_byte *", and
5494         similarly for "start" parameter.
5495         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5496         (dwarf2_build_frame_info): Change local frame_ptr to
5497         "const gdb_byte *".
5498         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5499         read_uleb128, read_sleb128.  All callers updated.
5500         (safe_skip_leb128): New function.
5501         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5502         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5503         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5504         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5505         read_uleb128, read_sleb128.
5506         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5507         (execute_stack_op): Update to match API of leb128 functions.
5508         * dwarf2expr.h: #include "leb128.h".
5509         (read_uleb128, read_sleb128): Delete.
5510         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5511         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5512         * dwarf2loc.c (debug_loc_kind): New enum.
5513         (decode_debug_loc_addresses): New function.
5514         (decode_debug_loc_dwo_addresses): New function.
5515         (dwarf2_find_location_expression): Rewrite.
5516         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5517         (locexpr_describe_location_piece): Ditto.
5518         (disassemble_dwarf_expression): Ditto.
5519         (locexpr_describe_location_1): Ditto.
5520         (loclist_describe_location): Rewrite.
5521         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5522         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5523         (dwarf2_section_buffer_overflow_complaint): Renamed from
5524         dwarf2_macros_too_long_complaint.  All callers updated.
5525         (skip_leb128): Delete.
5526         (init_cu_die_reader): Initialize reader->buffer_end.
5527         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5528         (skip_form_bytes): New arg buffer_end.  All callers updated.
5529         Replace call to skip_leb128 with gdb_skip_leb128.
5530         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5531         (fill_in_loclist_baton): Initialize baton->from_dwo.
5532
5533 2012-05-22  Maciej W. Rozycki  <[email protected]>
5534
5535         * mips-linux-nat.c (mips_linux_read_description): Use a more
5536         verbose error message.
5537
5538 2012-05-22  Maciej W. Rozycki  <[email protected]>
5539
5540         * NEWS: Add MIPS/Linux DSP support.
5541         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5542         (SIGCONTEXT_DSPCTL): New macro.
5543         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5544         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5545         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5546         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5547         (N64_SIGCONTEXT_HI3): Likewise.
5548         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5549         (N64_SIGCONTEXT_LO3): Likewise.
5550         (N64_SIGCONTEXT_DSPCTL): Likewise.
5551         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5552         (mips_linux_o32_sigframe_init): Handle DSP registers.
5553         (mips_linux_n32n64_sigframe_init): Likewise.
5554
5555 2012-05-22  Pierre Muller  <[email protected]>
5556
5557         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5558         call to abort.
5559
5560 2012-05-22  Pedro Alves  <[email protected]>
5561
5562         * target.h (store_waitstatus): Move declaration ...
5563         * inf-child.h (store_waitstatus): ... here.
5564         * target.c: Move inclusion of gdb_wait.h, and ...
5565         (store_waitstatus): ... this ...
5566         * inf-child.c: ... here.
5567         * linux-nat.c: Include inf-child.h.
5568         * rs6000-nat.c: Include inf-child.h.
5569         * spu-linux-nat.c: Include inf-child.h.
5570
5571 2012-05-22  Pierre Muller  <[email protected]>
5572
5573         * tracepoint.c (start_tracing): Add missing i18n markup.
5574         (stop_tracing, set_trace_user): Ditto.
5575         (set_trace_notes, set_trace_stop_notes): Ditto.
5576
5577 2012-05-21  Tom Tromey  <[email protected]>
5578
5579         PR c++/7173:
5580         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5581         types.
5582         * value.h (value_cast_pointers): Update.
5583         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5584         (value_cast): Update.
5585         (update_search_result): New function.
5586         (do_search_struct_field): New, from search_struct_field.  Check
5587         for ambiguous results.
5588         (search_struct_field): Rewrite.
5589         * infcall.c (value_arg_coerce): Update.
5590         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5591         value_cast_pointers.
5592         * ada-lang.c (ada_convert_actual): Update.
5593
5594 2012-05-21  Tom Tromey  <[email protected]>
5595
5596         * macroexp.c (macro_stringify): Terminate the string.
5597
5598 2012-05-20  Jan Kratochvil  <[email protected]>
5599
5600         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5601         Describe it.
5602         * auto-load.c (auto_load_expand_dir_vars): New function.
5603         (auto_load_safe_path_vec_update): Use it, remove the
5604         substitute_path_component call thanks to it.
5605         (auto_load_objfile_script): Remove the debug_file_directory processing.
5606         Use auto_load_expand_dir_vars, remove the substitute_path_component
5607         call thanks to it.
5608         * configure: Regenerate.
5609         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5610         path.  Escape $ also for $debugdir.
5611         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5612         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5613
5614 2012-05-20  Doug Evans  <[email protected]>
5615
5616         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5617         before use.  Check for symtab->includes == NULL before scanning it.
5618
5619 2012-05-18  Maciej W. Rozycki  <[email protected]>
5620
5621         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5622
5623 2012-05-18  Maciej W. Rozycki  <[email protected]>
5624
5625         * NEWS: Add microMIPS support and "set mips compression",
5626         "show mips compression" commands.
5627         * mips-tdep.h (mips_isa): New enum.
5628         (gdbarch_tdep): Add mips_isa.
5629         (mips_pc_is_mips16): Update prototype.
5630         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5631         * mips-tdep.c (mips_compression_mips16): New variable.
5632         (mips_compression_micromips): Likewise.
5633         (mips_compression_strings): Likewise.
5634         (mips_compression_string): Likewise.
5635         (is_mips16_isa, is_micromips_isa): New functions.
5636         (is_mips16_addr): Rename to...
5637         (is_compact_addr): ... this.
5638         (unmake_mips16_addr): Likewise to...
5639         (unmake_compact_addr): ... this.
5640         (make_mips16_addr): Likewise to...
5641         (make_compact_addr): ... this.
5642         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5643         functions.
5644         (mips_elf_make_msymbol_special): Handle microMIPS code.
5645         (msymbol_is_special): Rename to...
5646         (msymbol_is_mips16): ... this.
5647         (mips_make_symbol_special, mips_pc_is_mips16): Update
5648         accordingly.
5649         (msymbol_is_mips, msymbol_is_micromips): New functions.
5650         (mips16_to_32_reg): Rename to...
5651         (mips_reg3_to_reg): ... this.
5652         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5653         (mips_pc_isa): Likewise.
5654         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5655         code.
5656         (mips_fetch_instruction): Pass return status instead of printing
5657         an error message if requested.  Handle microMIPS code.  Bail out
5658         on an invalid ISA.
5659         (micromips_op): New macro.
5660         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5661         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5662         (b6s4_op, b7s3_reg): Likewise.
5663         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5664         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5665         (mips_insn_size): New function.
5666         (mips32_next_pc): Update mips_fetch_instruction call.
5667         (micromips_relative_offset7): New function.
5668         (micromips_relative_offset10): Likewise.
5669         (micromips_relative_offset16): Likewise.
5670         (micromips_pc_insn_size): Likewise.
5671         (micromips_bc1_pc): Likewise.
5672         (micromips_next_pc): Likewise.
5673         (unpack_mips16): Update mips_fetch_instruction call.
5674         (extended_mips16_next_pc): Update according to change to
5675         mips16_to_32_reg.
5676         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5677         code.
5678         (mips16_scan_prologue): Update mips_fetch_instruction call.
5679         Update according to change to mips16_to_32_reg.
5680         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5681         (mips_insn16_frame_base_sniffer): Likewise.
5682         (micromips_decode_imm9): New function.
5683         (micromips_scan_prologue): Likewise.
5684         (mips_micro_frame_cache): Likewise.
5685         (mips_micro_frame_this_id): Likewise.
5686         (mips_micro_frame_prev_register): Likewise.
5687         (mips_micro_frame_sniffer): Likewise.
5688         (mips_micro_frame_unwind): New variable.
5689         (mips_micro_frame_base_address): New function.
5690         (mips_micro_frame_base): New variable.
5691         (mips_micro_frame_base_sniffer): New function.
5692         (mips32_scan_prologue): Update mips_fetch_instruction call.
5693         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5694         rather than for MIPS16.
5695         (mips_insn32_frame_base_sniffer): Likewise.
5696         (mips_addr_bits_remove): Handle microMIPS code.
5697         (deal_with_atomic_sequence): Rename to...
5698         (mips_deal_with_atomic_sequence): ... this.  Update the type
5699         of the variable used to hold an instruction.  Remove the ISA bit
5700         check.  Update mips_fetch_instruction call.
5701         (micromips_deal_with_atomic_sequence): New function.
5702         (deal_with_atomic_sequence): Likewise.
5703         (mips_about_to_return): Handle microMIPS code.  Update
5704         mips_fetch_instruction call.
5705         (heuristic_proc_start): Check for the standard MIPS ISA rather
5706         than for MIPS16.  Update mips_pc_is_mips16 and
5707         mips_fetch_instruction calls.  Handle microMIPS code.
5708         (mips_push_dummy_code): Handle microMIPS code.
5709         (mips_eabi_push_dummy_call): Likewise.
5710         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5711         (mips_o64_push_dummy_call): Handle microMIPS code.
5712         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5713         (is_delayed): Remove function.
5714         (mips_single_step_through_delay): Replace the call to is_delayed
5715         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5716         Handle microMIPS code.
5717         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5718         microMIPS code.
5719         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5720         call.
5721         (micromips_in_function_epilogue_p): New function.
5722         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5723         call.
5724         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5725         Handle microMIPS.
5726         (gdb_print_insn_mips): Likewise.
5727         (mips_breakpoint_from_pc): Likewise.
5728         (mips_remote_breakpoint_from_pc): New function.
5729         (mips32_instruction_has_delay_slot): Simplify making use of the
5730         updated mips_fetch_instruction interface.
5731         (micromips_instruction_has_delay_slot): New function.
5732         (mips16_instruction_has_delay_slot): Simplify making use of the
5733         updated mips_fetch_instruction interface.
5734         (mips_adjust_breakpoint_address): Check for the standard MIPS
5735         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5736         calls.  Handle microMIPS code.
5737         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5738         (mips_skip_trampoline_code): Handle microMIPS code.
5739         (global_mips_compression): New function.
5740         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5741         file flags.  Register the microMIPS remote breakpoint handler
5742         and heuristic frame unwinder.
5743         (show_mips_compression): New function.
5744         (_initialize_mips_tdep): Add the "set mips compression" and
5745         "show mips compression" commands.
5746
5747 2012-05-18  Sergio Durigan Junior  <[email protected]>
5748
5749         * ada-lang.c:
5750         * ada-tasks.c:
5751         * ada-varobj.c:
5752         * amd64-darwin-tdep.c:
5753         * arm-symbian-tdep.c:
5754         * arm-tdep.c:
5755         * avr-tdep.c:
5756         * ax-gdb.c:
5757         * bfin-linux-tdep.c:
5758         * breakpoint.c:
5759         * c-valprint.c:
5760         * cli/cli-cmds.c:
5761         * coffread.c:
5762         * cp-support.c:
5763         * cris-tdep.c:
5764         * dwarf2-frame-tailcall.c:
5765         * dwarf2-frame.c:
5766         * dwarf2expr.c:
5767         * dwarf2loc.c:
5768         * dwarf2read.c:
5769         * elfread.c:
5770         * eval.c:
5771         * expprint.c:
5772         * f-valprint.c:
5773         * frv-tdep.c:
5774         * h8300-tdep.c:
5775         * hppa-hpux-tdep.c:
5776         * hppa-tdep.c:
5777         * hppanbsd-tdep.c:
5778         * i386-nto-tdep.c:
5779         * i386-tdep.c:
5780         * i387-tdep.c:
5781         * ia64-tdep.c:
5782         * jit.c:
5783         * linespec.c:
5784         * linux-tdep.c:
5785         * lm32-tdep.c:
5786         * m2-valprint.c:
5787         * m32c-tdep.c:
5788         * m32r-rom.c:
5789         * m32r-tdep.c:
5790         * m68k-tdep.c:
5791         * m68klinux-tdep.c:
5792         * mi/mi-main.c:
5793         * microblaze-tdep.c:
5794         * mips-linux-tdep.c:
5795         * mips-tdep.c:
5796         * mn10300-tdep.c:
5797         * p-valprint.c:
5798         * parse.c:
5799         * ppc-linux-tdep.c:
5800         * ppc-sysv-tdep.c:
5801         * printcmd.c:
5802         * python/py-finishbreakpoint.c:
5803         * python/py-inferior.c:
5804         * python/py-infthread.c:
5805         * python/py-type.c:
5806         * python/python.c:
5807         * remote-fileio.c:
5808         * remote-m32r-sdi.c:
5809         * remote-mips.c:
5810         * reverse.c:
5811         * rl78-tdep.c:
5812         * rs6000-aix-tdep.c:
5813         * rs6000-tdep.c:
5814         * s390-tdep.c:
5815         * score-tdep.c:
5816         * sh64-tdep.c:
5817         * skip.c:
5818         * solib-darwin.c:
5819         * solib-dsbt.c:
5820         * solib-frv.c:
5821         * sparc-tdep.c:
5822         * spu-multiarch.c:
5823         * spu-tdep.c:
5824         * stack.c:
5825         * symfile.c:
5826         * symtab.c:
5827         * tic6x-tdep.c:
5828         * tracepoint.c:
5829         * v850-tdep.c:
5830         * valarith.c:
5831         * valprint.c:
5832         * value.c:
5833         * xcoffread.c:
5834         * xtensa-tdep.c:
5835         * ada-lang.c:
5836         * ada-tasks.c:
5837         * ada-varobj.c:
5838         * amd64-darwin-tdep.c:
5839         * arm-symbian-tdep.c:
5840         * arm-tdep.c: Delete unused variables.
5841
5842 2012-05-18  Jan Kratochvil  <[email protected]>
5843
5844         Rename $ddir to $datadir.
5845         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5846         * auto-load.c (auto_load_safe_path_vec_update)
5847         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5848         * configure: Regenerate.
5849         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5850         Likewise.  Remove the 'use $ddir' help string.
5851
5852 2012-05-18  Jan Kratochvil  <[email protected]>
5853
5854         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5855         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5856
5857 2012-05-18  Tom Tromey  <[email protected]>
5858
5859         PR exp/13907:
5860         * valprint.h (struct value_print_options) <symbol_print>: New
5861         field.
5862         * valprint.c (user_print_options): Add default for symbol_print.
5863         (show_symbol_print): New function.
5864         (generic_val_print): Respect symbol_print.
5865         (_initialize_valprint): Add "print symbol" setting.
5866         * f-valprint.c (f_val_print): Respect symbol_print.
5867         * c-valprint.c (c_val_print): Respect symbol_print.
5868         * NEWS: Update.
5869         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5870         zero-size symbols.
5871         (print_address_demangle): Return int.
5872         * defs.h: (print_address_symbolic): Return int.
5873         * value.h (print_address_demangle): Return int.
5874
5875 2012-05-18  Tom Tromey  <[email protected]>
5876
5877         * valprint.c (val_print_string): Don't print leading space.
5878         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5879         print space before string or vtbl.
5880         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5881         before string.
5882         * jv-valprint.c (java_value_print): Print space before string.
5883         * go-valprint.c (print_go_string): Print space before string.
5884         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5885         space before string.
5886         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5887         space before string or vtbl.
5888         * auxv.c (fprint_target_auxv): Print space after address.
5889
5890 2012-05-18  Tom Tromey  <[email protected]>
5891
5892         * printcmd.c (print_address_demangle): Remove special case for 0.
5893
5894 2012-05-18  Tom Tromey  <[email protected]>
5895
5896         * printcmd.c (print_address_demangle): Add 'opts' argument.
5897         * p-valprint.c (pascal_val_print): Update.
5898         * jv-valprint.c (java_val_print): Update.
5899         * value.h: Update.
5900         * valprint.c (generic_val_print): Update.
5901         (print_function_pointer_address): Add 'options' argument.  Remove
5902         'addressprint' argument.  Update.
5903         * m2-valprint.c (print_unpacked_pointer): Update.
5904         * gnu-v3-abi.c (print_one_vtable): Update.
5905         (gnuv3_print_method_ptr): Update.
5906         * f-valprint.c (f_val_print): Update.
5907         * cp-valprint.c (cp_print_value_fields): Update.
5908         * valprint.h (print_function_pointer_address): Update.
5909         * c-valprint.c (c_val_print): Update.
5910
5911 2012-05-18  Tom Tromey  <[email protected]>
5912
5913         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5914         directly corresponding to the found psymtab.
5915         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5916         (dw2_find_pc_sect_symtab): Use it.
5917         * block.h (blockvector_contains_pc): Declare.
5918         * block.c (find_block_in_blockvector): New function.
5919         (blockvector_for_pc_sect): Use it.
5920         (blockvector_contains_pc): New function.
5921
5922 2012-05-18  Maciej W. Rozycki  <[email protected]>
5923
5924         * mips-tdep.h (mips_write_pc): New prototype.
5925         * mips-tdep.c (mips_write_pc): Make external, add description.
5926         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5927         add description.
5928
5929 2012-05-18  Maciej W. Rozycki  <[email protected]>
5930
5931         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5932         mips_regnum->pc.
5933         (mips_unwind_pc, mips_write_pc): Likewise.
5934         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5935         gdbarch_read_pc.
5936
5937 2012-05-17  Joel Brobecker  <[email protected]>
5938
5939         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5940         proc_warn, proc_error, proc_get_status, proc_flags,
5941         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5942         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5943         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5944         proc_stop_process, proc_wait_for_stop, proc_run_process,
5945         proc_set_traced_signals, proc_set_traced_faults,
5946         proc_set_traced_sysentry, proc_set_traced_sysexit,
5947         proc_set_held_signals, proc_get_held_signals,
5948         proc_get_traced_signals, proc_get_traced_faults,
5949         proc_get_traced_sysentry, proc_get_traced_sysexit,
5950         proc_clear_current_fault, proc_set_current_signal,
5951         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5952         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5953         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5954         proc_get_current_thread, proc_get_current_thread,
5955         proc_get_current_thread, proc_update_threads,
5956         proc_update_threads, proc_update_threads, proc_update_threads,
5957         proc_iterate_over_threads, procfs_find_new_threads,
5958         procfs_pid_to_str): Make static.  Remove advance declaration.
5959         (proc_cursig): Make static.  Conditionalized defintion on
5960         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5961         (proc_syscall, proc_set_kill_on_last_close,
5962         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5963         proc_get_pending_signals, proc_get_signal_actions,
5964         proc_trace_signal, proc_ignore_signal): Delete.
5965
5966 2012-05-16  Sergio Durigan Junior  <[email protected]>
5967
5968         * coffread.c (cs_section_address): Passing proper argument for
5969         `bfd_get_section_vma'.
5970         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5971         `bfd_get_section_flags'.
5972         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5973         `bfd_get_section_vma'.
5974
5975 2012-05-16  Tom Tromey  <[email protected]>
5976
5977         PR macros/13205:
5978         * macrotab.h: (macro_define_special): Declare.
5979         (enum macro_special_kind): New.
5980         (struct macro_definition) <argc, replacement>: Update comments.
5981         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5982         (macro_define_object_internal): New function.
5983         (macro_define_object): Use it.
5984         (macro_define_special): New function.
5985         (fixup_definition): New function.
5986         (macro_lookup_definition, foreach_macro_in_scope)
5987         (foreach_macro): Use fixup_definition.
5988         * macroexp.h (macro_stringify): Declare.
5989         * macroexp.c (free_buffer_return_text): New function.
5990         (stringify): Constify "arg".
5991         (macro_stringify): New function.
5992         * dwarf2read.c (macro_start_file): Call macro_define_special.
5993
5994 2012-05-16  Maciej W. Rozycki  <[email protected]>
5995             Maciej W. Rozycki  <[email protected]>
5996
5997         * breakpoint.h (bp_location): Add related_address member.
5998         * inferior.h (get_return_value): Take a pointer to struct value
5999         instead of struct type for the function requested.
6000         * value.h (using_struct_return): Likewise.
6001         * gdbarch.sh (return_value): Take a pointer to struct value
6002         instead of struct type for the function requested.
6003         * breakpoint.c (set_breakpoint_location_function): Initialize
6004         related_address for bp_gnu_ifunc_resolver breakpoints.
6005         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6006         requested function's address to gdbarch_return_value.
6007         * eval.c (evaluate_subexp_standard): Pass the requested
6008         function's address to using_struct_return.
6009         * infcall.c (call_function_by_hand): Pass the requested
6010         function's address to using_struct_return and
6011         gdbarch_return_value.
6012         * infcmd.c (get_return_value): Take a pointer to struct value
6013         instead of struct type for the function requested.
6014         (print_return_value): Update accordingly.
6015         (finish_command_continuation): Likewise.
6016         * stack.c (return_command): Pass the requested function's
6017         address to using_struct_return and gdbarch_return_value.
6018         * value.c (using_struct_return): Take a pointer to struct value
6019         instead of struct type for the function requested.  Pass the
6020         requested function's address to gdbarch_return_value.
6021         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6022         New function_value member, replacing function_type.
6023         (bpfinishpy_dealloc): Update accordingly.
6024         (bpfinishpy_pre_stop_hook): Likewise.
6025         (bpfinishpy_init): Likewise.  Record the requested function's
6026         address.
6027         * mips-tdep.c (mips_fval_reg): New enum.
6028         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6029         words put in GP registers.
6030         (mips_o64_push_dummy_call): Update a comment.
6031         (mips_o32_return_value): Take a pointer to struct value instead
6032         of struct type for the function requested and use it to check if
6033         using the MIPS16 calling convention.  Return the designated
6034         general purpose registers for floating-point values returned in
6035         MIPS16 mode.
6036         (mips_o64_return_value): Likewise.
6037         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6038         (ppc_sysv_abi_broken_return_value): Likewise.
6039         (ppc64_sysv_abi_return_value): Likewise.
6040         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6041         value instead of struct type for the function requested.
6042         * amd64-tdep.c (amd64_return_value): Likewise.
6043         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6044         * arm-tdep.c (arm_return_value): Likewise.
6045         * avr-tdep.c (avr_return_value): Likewise.
6046         * bfin-tdep.c (bfin_return_value): Likewise.
6047         * cris-tdep.c (cris_return_value): Likewise.
6048         * frv-tdep.c (frv_return_value): Likewise.
6049         * h8300-tdep.c (h8300_return_value): Likewise.
6050         (h8300h_return_value): Likewise.
6051         * hppa-tdep.c (hppa32_return_value): Likewise.
6052         (hppa64_return_value): Likewise.
6053         * i386-tdep.c (i386_return_value): Likewise.
6054         * ia64-tdep.c (ia64_return_value): Likewise.
6055         * iq2000-tdep.c (iq2000_return_value): Likewise.
6056         * lm32-tdep.c (lm32_return_value): Likewise.
6057         * m32c-tdep.c (m32c_return_value): Likewise.
6058         * m32r-tdep.c (m32r_return_value): Likewise.
6059         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6060         * m68k-tdep.c (m68k_return_value): Likewise.
6061         (m68k_svr4_return_value): Likewise.
6062         * m88k-tdep.c (m88k_return_value): Likewise.
6063         * mep-tdep.c (mep_return_value): Likewise.
6064         * microblaze-tdep.c (microblaze_return_value): Likewise.
6065         * mn10300-tdep.c (mn10300_return_value): Likewise.
6066         * moxie-tdep.c (moxie_return_value): Likewise.
6067         * mt-tdep.c (mt_return_value): Likewise.
6068         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6069         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6070         (ppc_sysv_abi_broken_return_value): Likewise.
6071         (ppc64_sysv_abi_return_value): Likewise.
6072         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6073         * rl78-tdep.c (rl78_return_value): Likewise.
6074         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6075         * rx-tdep.c (rx_return_value): Likewise.
6076         * s390-tdep.c (s390_return_value): Likewise.
6077         * score-tdep.c (score_return_value): Likewise.
6078         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6079         (sh_return_value_fpu): Likewise.
6080         * sh64-tdep.c (sh64_return_value): Likewise.
6081         * sparc-tdep.c (sparc32_return_value): Likewise.
6082         * sparc64-tdep.c (sparc64_return_value): Likewise.
6083         * spu-tdep.c (spu_return_value): Likewise.
6084         * tic6x-tdep.c (tic6x_return_value): Likewise.
6085         * v850-tdep.c (v850_return_value): Likewise.
6086         * vax-tdep.c (vax_return_value): Likewise.
6087         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6088         * xtensa-tdep.c (xtensa_return_value): Likewise.
6089         * gdbarch.c: Regenerate.
6090         * gdbarch.h: Regenerate.
6091
6092 2012-05-15  Tom Tromey  <[email protected]>
6093
6094         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6095
6096 2012-05-15  Joel Brobecker  <[email protected]>
6097
6098         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6099         of command in two error message.
6100
6101 2012-05-15  Joel Brobecker  <[email protected]>
6102
6103         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6104
6105 2012-05-15  Joel Brobecker  <[email protected]>
6106
6107         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6108
6109 2012-05-15  Jan Kratochvil  <[email protected]>
6110
6111         * NEWS (show auto-load scripts-directory): Add forgotten command.
6112
6113 2012-05-15  Jan Kratochvil  <[email protected]>
6114
6115         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6116         parameters.
6117
6118 2012-05-14  H.J. Lu  <[email protected]>
6119
6120         * amd64-tdep.c: Include features/i386/x32.c and
6121         features/i386/x32-avx.c.
6122         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6123         initialize_tdesc_x32_avx.
6124
6125 2012-05-14  Stan Shebs  <[email protected]>
6126
6127         Add dynamic printf.
6128         * breakpoint.h (enum bptype): New type bp_dprintf.
6129         (struct breakpoint): New field extra_string.
6130         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6131         (create_breakpoint): Add extra_string arg.
6132         * breakpoint.c (dprintf_breakpoint_ops): New.
6133         (is_breakpoint): Add bp_dprintf.
6134         (bpstat_what): Add dprintf case.
6135         (bptype_string): Ditto.
6136         (print_one_breakpoint_location): Ditto.
6137         (init_bp_location): Ditto.
6138         (bkpt_print_mention): Ditto.
6139         (dprintf_style_enums): New array.
6140         (dprintf_style): New global.
6141         (dprintf_function): New global.
6142         (dprintf_channel): New global.
6143         (update_dprintf_command_list): New function.
6144         (update_dprintf_commands): New function.
6145         (init_breakpoint_sal): Add extra_string argument, handle it.
6146         (create_breakpoint_sal): Add extra_string argument.
6147         (create_breakpoints_sal): Add extra_string argument, update callers.
6148         (find_condition_and_thread): Add extra argument.
6149         (create_breakpoint): Add extra_string argument, record it.
6150         (dprintf_command): New function.
6151         (break_command_1): Add arg to create_breakpoint call.
6152         (handle_gnu_v3_exceptions): Ditto.
6153         (trace_command): Ditto.
6154         (ftrace_command): Ditto.
6155         (strace_command): Ditto.
6156         (bkpt_print_mention): Add dprintf case.
6157         (create_breakpoint_sal_default): Add extra_string argument.
6158         (_initialize_breakpoint): Add new commands.
6159         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6160         * python/py-breakpoint.c (bppy_init): Ditto.
6161         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6162
6163 2012-05-14  Maciej W. Rozycki  <[email protected]>
6164
6165         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6166
6167 2012-05-14  Siva Chandra Reddy  <[email protected]>
6168
6169         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6170         unsigned long long.
6171
6172 2012-05-13  Siva Chandra Reddy  <[email protected]>
6173
6174         Add a new function gdb.find_pc_line to the Python API.
6175         * NEWS (Python Scripting): Add entry about the new function.
6176         * python/python.c (gdbpy_find_pc_line): New function which
6177         implements gdb.find_pc_line.
6178         (GdbMethods): Add entry for the new function.
6179
6180 2012-05-12  Pedro Alves  <[email protected]>
6181
6182         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6183         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6184
6185 2012-05-12  Eli Zaretskii  <[email protected]>
6186
6187         * inferior.c: Include completer.h
6188         (initialize_inferiors): Set completer of add-inferior to
6189         filename_completer.
6190
6191 2012-05-11  H.J. Lu  <[email protected]>
6192
6193         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6194         gdbarch_ptr_bit for x32 core dump.
6195
6196 2012-05-11  H.J. Lu  <[email protected]>
6197
6198         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6199         and features/i386/x32-avx-linux.c.
6200
6201 2012-05-11  Stan Shebs  <[email protected]>
6202             Kwok Cheung Yeung  <[email protected]>
6203
6204         * NEWS: Describe new info os commands.
6205         * common/linux-osdata.c (PID_T, TIME_T): Define.
6206         (MAX_PID_T_STRLEN): New.
6207         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6208         MAX_PID_T_STRLEN.
6209         (command_from_pid): Add comment.  Change to use PID_T.
6210         (commandline_from_pid):  Change to use PID_T.
6211         (user_from_pid): Add comment.
6212         (get_process_owner): Add comment. Change to use PID_T and
6213         MAX_PID_T_STRLEN.
6214         (get_number_of_cpu_cores): Add comment.
6215         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6216         MAX_PID_T_STRLEN.
6217         (linux_xfer_osdata_processes): Change to use PID_T and
6218         MAX_PID_T_STRLEN.
6219         (compare_processes): New function.
6220         (linux_xfer_osdata_processgroups): New function.
6221         (linux_xfer_osdata_threads): Change to use PID_T.
6222         (linux_xfer_osdata_fds): New function.
6223         (format_socket_state, print_sockets): New functions.
6224         (union socket_addr): New union.
6225         (linux_xfer_osdata_isockets): New function.
6226         (time_from_time_t, group_from_gid): New functions.
6227         (linux_xfer_osdata_shm): New function.
6228         (linux_xfer_osdata_sem): New function.
6229         (linux_xfer_osdata_msg): New function.
6230         (linux_xfer_osdata_modules): New function.
6231         (osdata_table): Add new entries.
6232         * common/buffer.c (buffer_xml_printf): Add support for long and
6233         long long format specifiers.
6234
6235 2012-05-11  H.J. Lu  <[email protected]>
6236
6237         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6238         (tdesc_x32_avx_linux): Likewise.
6239
6240 2012-05-11  Jan Kratochvil  <[email protected]>
6241
6242         Implement multi-component --with-auto-load-dir.
6243         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6244         entries.
6245         (--with-auto-load-safe-path): Update the default value description.
6246         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6247         New.
6248         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6249         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6250         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6251         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6252         "set auto-load scripts-directory".
6253         * config.in: Regenerate.
6254         * configure: Regenerate.
6255         * configure.ac (--with-auto-load-dir): New configure option.
6256         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6257
6258 2012-05-11  Jan Kratochvil  <[email protected]>
6259
6260         Provide $ddir substitution for --with-auto-load-safe-path.
6261         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6262         entries.
6263         * auto-load.c: Include observer.h.
6264         (auto_load_safe_path_vec_update): Call substitute_path_component for
6265         each component.  New variable ddir_subst.
6266         (auto_load_gdb_datadir_changed): New function.
6267         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6268         AUTO_LOAD_SAFE_PATH.  New comment.
6269         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6270         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6271         * config.in: Regenerate.
6272         * configure: Regenerate.
6273         * configure.ac (--auto-load-safe-path): Rename
6274         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6275         GDB_DATADIR/auto-load.
6276         * defs.h (substitute_path_component): New declaration.
6277         * top.c: Include observer.h.
6278         (set_gdb_datadir): New function.
6279         (init_main): Install it for "set data-directory".
6280         * utils.c (substitute_path_component): New function.
6281
6282 2012-05-11  Jan Kratochvil  <[email protected]>
6283
6284         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6285         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6286         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6287         DEBUG_FILE_DIRECTORY.
6288
6289 2012-05-10  Tom Tromey  <[email protected]>
6290
6291         * dwarf2read.c (recursively_write_psymbols): New function.
6292         (write_psymtabs_to_index): Use it.
6293
6294         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6295         field.
6296         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6297         (load_partial_comp_unit): Update.
6298         (queue_comp_unit): Add argument 'pretend_language'.
6299         (process_queue): Update.
6300         (psymtab_to_symtab_1): Skip dependencies that have a user.
6301         (load_partial_comp_unit_reader): Give meaning to the 'data'
6302         argument.
6303         (load_full_comp_unit): Add 'pretend_language' argument.
6304         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6305         language on CU.
6306         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6307         Update.
6308         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6309         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6310         Update.
6311         (prepare_one_comp_unit): Add 'pretend_language' argument.
6312
6313         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6314         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6315         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6316         (dw2_do_instantiate_symtab): Check whether symtab was read in
6317         before queueing.
6318         (dw2_instantiate_symtab): Add assertion.  Call
6319         process_cu_includes.
6320         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6321         (partial_symtab_p): New typedef.
6322         (set_partial_user): New function.
6323         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6324         (scan_partial_symbols): Add imported CU to imported_symtabs.
6325         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6326         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6327         (get_symtab, recursively_compute_inclusions)
6328         (compute_symtab_includes, process_cu_includes)
6329         (process_imported_unit_die): New functions.
6330         (process_die) <DW_TAG_imported_unit>: New case.
6331         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6332
6333         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6334         comment.
6335         (struct partial_die_info) <locdesc>: Remove.
6336         <d>: New field.
6337         (process_psymtab_comp_unit): Add 'read_partial' argument.
6338         Update.
6339         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6340         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6341         (add_partial_symbol): Update.
6342         (process_die): Handle DW_TAG_partial_unit.
6343         (read_file_scope): Update comment.
6344         (load_partial_dies): Handle DW_TAG_imported_unit.
6345         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6346         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6347
6348 2012-05-10  Tom Tromey  <[email protected]>
6349
6350         * cc-with-dwz.sh: New file.
6351
6352 2012-05-10  Tom Tromey  <[email protected]>
6353
6354         * symtab.h (struct symtab) <includes, user>: New fields.
6355         * block.h (struct block_iterator) <d, idx, which>: New fields.
6356         * block.c (initialize_block_iterator, find_iterator_symtab)
6357         (block_iterator_step, block_iter_name_step)
6358         (block_iter_match_step): New functions.
6359         (block_iterator_first, block_iterator_next)
6360         (block_iter_name_first, block_iter_name_next)
6361         (block_iter_match_first, block_iter_match_next): Rewrite.
6362         (get_block_symtab): New function.
6363
6364 2012-05-10  Tom Tromey  <[email protected]>
6365
6366         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6367         set_block_symtab.
6368         * jit.c (finalize_symtab): Use allocate_global_block,
6369         set_block_symtab.
6370         * buildsym.c (finish_block_internal): New function, from old
6371         finish_block.
6372         (finish_block): Rewrite.
6373         (end_symtab): Use finish_block_internal, set_block_symtab.
6374         * block.h (struct global_block): New.
6375         (allocate_global_block, set_block_symtab): Declare.
6376         * block.c (allocate_global_block, set_block_symtab): New
6377         functions.
6378
6379 2012-05-10  Tom Tromey  <[email protected]>
6380
6381         * psymtab.c (partial_map_expand_apply): Add assertion.
6382         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6383         (psymtab_to_symtab): Find unshared psymtab.
6384         (dump_psymtab): Print including psymtabs.
6385         (recursively_search_psymtabs): New function.
6386         (expand_symtabs_matching_via_partial): Use it.
6387         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6388         fields.
6389         (enum psymtab_search_status): New.
6390
6391 2012-05-10  Tom Tromey  <[email protected]>
6392
6393         * tracepoint.c (scope_info): Update.
6394         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6395         (find_pc_sect_symtab, search_symbols)
6396         (default_make_symbol_completion_list_break_on)
6397         (make_file_symbol_completion_list): Update.
6398         * symmisc.c (dump_symtab_1): Update.
6399         * stack.c (print_frame_args, iterate_over_block_locals)
6400         (print_frame_labels, iterate_over_block_arg_vars): Update.
6401         * python/py-block.c (block_object) <dict>: Remove.
6402         <block>: New field.
6403         <iter>: Change type.
6404         (blpy_iter): Update.
6405         (blpy_block_syms_iternext): Update.
6406         * psymtab.c (map_block): Use block iterators.
6407         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6408         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6409         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6410         * infrun.c (check_exception_resume): Update.
6411         * cp-support.c (make_symbol_overload_list_block): Update.
6412         * coffread.c (patch_opaque_types): Update.
6413         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6414         * block.h (struct block_iterator): New.
6415         (block_iterator_first, block_iterator_next, block_iter_name_first)
6416         (block_iter_name_next, block_iter_match_first)
6417         (block_iter_match_next): Declare.
6418         (ALL_BLOCK_SYMBOLS): Redefine.
6419         * block.c (block_iterator_first, block_iterator_next)
6420         (block_iter_name_first, block_iter_name_next)
6421         (block_iter_match_first, block_iter_match_next): New functions.
6422         * ada-lang.c (ada_add_block_symbols)
6423         (ada_make_symbol_completion_list): Use block iterator.
6424
6425 2012-05-10  Tom Tromey  <[email protected]>
6426
6427         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6428         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6429         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6430         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6431         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6432         Update.
6433
6434 2012-05-10  Joel Brobecker  <[email protected]>
6435
6436         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6437         print-file-var-lib2.c, print-file-var-main.c and
6438         print-file-var.exp (located in gdb/testsuite/gdb.base).
6439
6440 2012-05-10  Joel Brobecker  <[email protected]>
6441
6442         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6443         try locating the symbol in the symbol's own objfile first, before
6444         extending the search to all objfiles.
6445         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6446         out of lookup_symbol_aux_symtabs.
6447         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6448         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6449         Do not search EXCLUDE_OBJFILE.
6450         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6451         (lookup_symbol_global): Search for matches in the block's objfile
6452         first, before searching all other objfiles.
6453
6454 2012-05-10  Tristan Gingold  <[email protected]>
6455
6456         * printcmd.c (set_command): Add pre/post inc/dec.
6457
6458 2012-05-09  Frank Ch. Eigler  <[email protected]>
6459
6460         * gdb.1: Document -ex option.
6461
6462 2012-05-09  Joel Brobecker  <[email protected]>
6463
6464         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6465         * inferior.h (AT_SYMBOL): Delete.
6466
6467 2012-05-09  Joel Brobecker  <[email protected]>
6468
6469         * mips-tdep.c (mips_push_dummy_code): New function.
6470         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6471         ON_STACK and install mips_push_dummy_code as our gdbarch
6472         push_dummy_code routine.
6473
6474 2012-05-09  Pedro Alves  <[email protected]>
6475
6476         * target.c (set_maintenance_target_async_permitted): Rename to ...
6477         (set_target_async_command): ... this.
6478         (show_maintenance_target_async_permitted): Rename to ...
6479         (show_target_async_command): ... this.
6480         (initialize_targets): Adjust.
6481
6482 2012-05-08  Doug Evans  <[email protected]>
6483
6484         * go-exp.y (classify_name): Add missing assignment of fields of
6485         yylval.ssym.
6486
6487 2012-05-08  Eli Zaretskii  <[email protected]>
6488
6489         Display the ">" prompt in interactive mode while reading canned
6490         commands, even when the current interpreter is MI.
6491
6492         * interps.c (interp_set_temp): New function.
6493
6494         * interps.h (interp_set_temp): Add prototype.
6495
6496         * cli/cli-script.c (restore_interp): New cleanup function.
6497         (read_command_lines): Temporarily override the current interpreter
6498         with CLI and arrange for restoring the original one.
6499
6500 2012-05-12  Joel Sherrill <[email protected]>
6501
6502         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6503
6504 2012-05-07  Sergio Durigan Junior  <[email protected]>
6505
6506         * probe.c (parse_probes): Move conditional to check for
6507         debuginfo files from here...
6508         * stap-probe.c (stap_get_probes): ... to here.
6509
6510 2012-05-07  Mark Kettenis  <[email protected]>
6511             H.J. Lu  <[email protected]>
6512
6513         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6514         `movl %esp, %ebp' for the X32 ABI.
6515
6516 2012-05-07  Tom Tromey  <[email protected]>
6517
6518         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6519         get_DW_TAG_name.
6520         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6521         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6522         (dwarf_stack_op_name): Remove.
6523         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6524         (decode_locdesc): Use get_DW_OP_name.
6525         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6526         (dwarf2_compile_expr_to_ax): Likewise.
6527         (disassemble_dwarf_expression): Likewise.
6528         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6529
6530 2012-05-07  Chung-Lin Tang  <[email protected]>
6531
6532         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6533         (sh_linux_sigtramp_cache): New function.
6534         (sh_linux_sigreturn_init): New function.
6535         (sh_linux_rt_sigreturn_init): New function.
6536         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6537         patterns.
6538         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6539         syscall codes.
6540         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6541         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6542         (sh_linux_init_abi): Add init calls to register new tramp_frame
6543         definitions under 32-bit SH, update comments.
6544
6545 2012-05-07  Pedro Alves  <[email protected]>
6546
6547         PR gdb/10952
6548
6549         * amd64-linux-tdep.c: Include glibc-tdep.h.
6550         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6551         gdbarch_skip_solib_resolver callback.
6552
6553 2012-05-06  Jan Kratochvil  <[email protected]>
6554
6555         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6556         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6557         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6558         (add_auto_load_safe_path): Change the error message.
6559         (_initialize_auto_load): Change the "safe-path" help text.
6560         * configure: Regenerate
6561         * configure.ac (--without-auto-load-safe-path): Set
6562         WITH_AUTO_LOAD_SAFE_PATH to /.
6563
6564 2012-05-05  Sergio Durigan Junior  <[email protected]>
6565
6566         * stap-probe.h: Do not include unecessary `probe.h'.
6567
6568 2012-05-05  Alan Modra  <[email protected]>
6569
6570         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6571         bfd_und_section_ptr.
6572         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6573         and bfd_com_section_ptr.
6574
6575 2012-05-04  Joel Brobecker  <[email protected]>
6576
6577         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6578
6579 2012-05-04  Joel Brobecker  <[email protected]>
6580
6581         * windows-nat.h (segment_register_p_ftype): New typedef.
6582         (windows_set_segment_register_p): Add declaration.
6583         * windows-nat.c (segment_register_p): New static global.
6584         (windows_set_segment_register_p): New function.
6585         (do_windows_fetch_inferior_registers): Add special handling
6586         for segment registers.
6587         * amd64-windows-nat.c: #include "amd64-tdep.h".
6588         (amd64_windows_segment_register_p): New function.
6589         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6590         * i386-windows-nat.c: #include "i386-tdep.h".
6591         (i386_windows_segment_register_p): New function.
6592         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6593
6594 2012-05-04  Tristan Gingold  <[email protected]>
6595
6596         * printcmd.c (set_command): Emit a warning if the expression is not
6597         an assignment.
6598
6599 2012-05-03  Joel Brobecker  <[email protected]>
6600
6601         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6602         Make static.
6603
6604 2012-05-03  Sergio Durigan Junior  <[email protected]>
6605
6606         * stap-probe.c (stap_is_operator): Change declaration.
6607         (stap_get_opcode): Change return value.
6608         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6609         `stap_parse_argument_1'.
6610
6611 2012-05-03  Pedro Alves  <[email protected]>
6612
6613         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6614         debug log.
6615
6616 2012-05-03  Siva Chandra Reddy  <[email protected]>
6617
6618         Add two new methods global_block and static_block to gdb.Symtab
6619         objects.
6620         * NEWS (Python scripting): Add entry about the new methods.
6621         * python/py-symtab.c (stpy_global_block): New function which
6622         implements the gdb.Symtab.global_block() method.
6623         (stpy_static_block): New function which implements the
6624         gdb.Symtab.static_block() method.
6625         (symtab_object_methods): Add entries for the two new methods.
6626
6627 2012-05-03  Doug Evans  <[email protected]>
6628
6629         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6630         files.
6631
6632 2012-05-03  Yao Qi  <[email protected]>
6633
6634         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6635         space.
6636         (i386_process_record): Ditto.
6637
6638 2012-05-02  Joel Brobecker  <[email protected]>
6639
6640         * infcall.c (unwind_on_signal_p): Make static.
6641
6642 2012-05-02  Joel Brobecker  <[email protected]>
6643
6644         * sol-thread.c (solaris_pid_to_str): Make static.
6645         (_initialize_sol_thread): Add prototype.
6646
6647 2012-05-02  Joel Brobecker  <[email protected]>
6648
6649         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6650
6651 2012-05-02  Christopher Faylor  <[email protected]>
6652
6653         * MAINTAINERS: Remove myself.
6654
6655 2012-05-02  Jan Kratochvil  <[email protected]>
6656
6657         Fix --without-auto-load-safe-path for MS-Windows host platform.
6658         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6659
6660 2012-05-02  Eli Zaretskii  <[email protected]>
6661
6662         * gdb_curses.h: Undefine KEY_EVENT before including curses
6663         headers.  Move "#undef MOUSE_MOVED" before any curses header
6664         inclusion.
6665
6666 2012-05-02  Sergio Durigan Junior  <[email protected]>
6667
6668         * features/i386/i386-mmx-linux.c: Regenerate.
6669         * features/rs6000/powerpc-32.c: Likewise.
6670         * features/rs6000/powerpc-32l.c: Likewise.
6671         * features/rs6000/powerpc-403.c: Likewise.
6672         * features/rs6000/powerpc-403gc.c: Likewise.
6673         * features/rs6000/powerpc-405.c: Likewise.
6674         * features/rs6000/powerpc-505.c: Likewise.
6675         * features/rs6000/powerpc-601.c: Likewise.
6676         * features/rs6000/powerpc-602.c: Likewise.
6677         * features/rs6000/powerpc-603.c: Likewise.
6678         * features/rs6000/powerpc-604.c: Likewise.
6679         * features/rs6000/powerpc-64.c: Likewise.
6680         * features/rs6000/powerpc-64l.c: Likewise.
6681         * features/rs6000/powerpc-750.c: Likewise.
6682         * features/rs6000/powerpc-860.c: Likewise.
6683         * features/rs6000/powerpc-e500.c: Likewise.
6684         * features/rs6000/powerpc-e500l.c: Likewise.
6685         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6686         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6687         * features/rs6000/rs6000.c: Likewise.
6688
6689 2012-05-02  Sergio Durigan Junior  <[email protected]>
6690
6691         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6692         variable.
6693         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6694         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6695         (stap_parse_argument) <e>: Likewise.
6696         (handle_stap_probe) <byte_order>: Likewise.
6697
6698 2012-04-30  Doug Evans  <[email protected]>
6699
6700         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6701         init_and_read_dies_worker.  All callers updated.
6702         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6703         replaced with init_cutu_and_read_dies.
6704         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6705         (find_partial_die): Remove FIXME.  Don't free current CU.
6706
6707 2012-04-30  Sterling Augustine  <[email protected]>
6708
6709         * contrib: New directory.
6710         * contrib/test_pubnames_and_indexes.py: New file.
6711
6712 2012-04-30  Doug Evans  <[email protected]>
6713
6714         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6715         All callers updated.
6716         (init_cu_die_reader): Verify the section is non-empty.
6717         (dwarf_decode_line_header): Don't dereference section->asection
6718         until we know the section is present.
6719
6720 2012-04-29  Sergio Durigan Junior  <[email protected]>
6721
6722         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6723         probes.
6724
6725 2012-04-29  Yao Qi  <[email protected]>
6726
6727         * gdb-code-style.el: New hook gdb-markup-hook
6728         and gdb-comment-hook.
6729
6730 2012-04-28  Doug Evans  <[email protected]>
6731
6732         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6733         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6734         objfile->obfd.
6735         * symfile.h (dwarf2_debug_sections): New member addr.
6736         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6737         (ctx_no_get_addr_index): New function.
6738         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6739         (ctx_no_get_addr_index): Declare.
6740         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6741         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6742         (dwarf_expr_ctx_funcs): Update.
6743         (needs_get_addr_index): New function.
6744         (needs_frame_ctx_funcs): Update.
6745         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6746         * dwarf2read.c: #include "gdbcore.h".
6747         (dwarf2_per_objfile): New members addr, dwo_files.
6748         (dwarf2_elf_names): Add entry for addr.
6749         (struct dwo_section_names): New type.
6750         (dwo_section_names): New static global.
6751         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6752         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6753         old debug_types_section member updated to use this.
6754         Rename member debug_types_section to info_or_types_section,
6755         all uses updated.
6756         (signatured_type): Rename member type_offset to type_offset_in_tu,
6757         all uses updated.  New member type_offset_in_section.
6758         (struct dwo_sections): New type.
6759         (struct dwo_unit): New type.
6760         (struct dwo_file): New type.
6761         (die_reader_specs): New member dwo_file.
6762         (dwarf2_locate_sections): Watch for .debug_addr.
6763         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6764         (dwarf2_read_section): Get bfd of section from bfd's asection,
6765         instead of objfile.
6766         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6767         (create_signatured_type_table_from_index): Initialize
6768         sig_type->info_or_types_section.
6769         (dw2_get_file_names): Statement lists for type units with DWO files
6770         live in the DWO file.
6771         (create_debug_types_hash_table): New function.
6772         (create_all_type_units): Rewrite.
6773         (init_cu_die_reader): New arg dwo_file, all callers updated.
6774         (init_and_read_dies_worker): Get section from
6775         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6776         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6777         continue reading the CU/TU from there.
6778         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6779         updated.  Get section from this_cu->info_or_types_section.
6780         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6781         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6782         DW_FORM_GNU_str_index.
6783         (hash_dwo_file, eq_dwo_file): New functions.
6784         (allocate_dwo_file_hash_table): New function.
6785         (hash_dwo_unit, eq_dwo_unit): New functions.
6786         (allocate_dwo_unit_table): New function.
6787         (dwarf2_locate_dwo_sections): New function.
6788         (struct create_dwo_info_table_data): New type.
6789         (create_debug_info_hash_table_reader): New function.
6790         (create_debug_info_hash_table): New function.
6791         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6792         (lookup_dwo_file): New function.
6793         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6794         (free_dwo_file, free_dwo_file_cleanup): New functions.
6795         (free_dwo_file_from_slot, free_dwo_files): New functions.
6796         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6797         (dwarf2_record_block_ranges): Ditto.
6798         (read_partial_die): Ditto.
6799         (process_enumeration_scope): Update to use type_offset_in_section.
6800         (read_full_die_1): New function.
6801         (read_full_die): Rewrite.
6802         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6803         DW_FORM_GNU_str_index.
6804         (read_addr_index_1, read_addr_index): New functions.
6805         (read_addr_index_from_leb128): New function.
6806         (struct dwarf2_read_addr_index_data): New type.
6807         (dwarf2_read_addr_index_reader): New function.
6808         (dwarf2_read_addr_index): New function.
6809         (read_str_index): New function.
6810         (leb128_size): New function.
6811         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6812         If processing a type unit from a DWO file, get the line section
6813         from the DWO file.
6814         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6815         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6816         DW_FORM_GNU_str_index.
6817         (lookup_die_type): Check whether section offset of type's die is
6818         known before looking it up.  Remove assert.  Condition can
6819         legimately happen for inter-cu type references.
6820         (dwarf_attr_name): Handle Fission attributes.
6821         (dwarf_form_name): Handle Fission forms.
6822         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6823         DW_FORM_GNU_str_index.
6824         (follow_die_sig): Update to use type_offset_in_section.
6825         (decode_locdesc): New case DW_OP_GNU_addr_index.
6826         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6827         DW_FORM_GNU_str_index.
6828         (cu_debug_loc_section): New function.
6829         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6830         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6831         Free DWO files if present.
6832         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6833
6834         Refactor DIE reading.
6835         * dwarf2read.c (dwarf2_per_objfile): Replace members
6836         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6837         (die_reader_specs): New member "die_section".  Temporarily make
6838         member "buffer" non-const, pending constifying all info_ptr uses.
6839         (die_reader_func_ftype): New typedef.
6840         (dw2_get_file_names_reader): New function.
6841         (dw2_get_file_names): Rewrite.
6842         (read_and_check_type_unit_head): Rename arg type_offset to
6843         type_offset_in_tu.
6844         (create_all_type_units): Improve debugging message.
6845         Improve dummy type unit check.
6846         (init_cu_die_reader): New arg "section".  All callers updated.
6847         (init_and_read_dies_worker): New function.
6848         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6849         (init_cutu_and_read_dies_no_follow): New function.
6850         (init_cutu_and_read_dies_simple): New function.
6851         (process_psymtab_comp_unit_reader): New function.
6852         (process_psymtab_comp_unit): Delete args section,
6853         is_debug_types_section.  Rewrite.  All callers updated.
6854         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6855         All callers updated.  Rewrite.
6856         (load_partial_comp_unit_reader): New function.
6857         (load_partial_comp_unit): Rewrite.
6858         (skip_children): New arg reader.  Delete args buffer, cu.
6859         All callers updated.
6860         (skip_one_die): New arg reader.  Delete args buffer, cu.
6861         All callers updated.
6862         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6863         All callers updated.
6864         (load_full_comp_unit_reader): New function.
6865         (load_full_comp_unit): Rewrite.
6866         (read_comp_unit): Delete.
6867         (read_die_and_children_1): Delete, contents moved ...
6868         (read_die_and_children): ... here.
6869         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6870         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6871         All callers updated.
6872         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6873         All callers updated.
6874         (find_partial_die): Rewrite load_all_dies support.
6875         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6876         All callers updated.
6877         (read_attribute): New arg reader.  Delete args abfd, cu.
6878         All callers updated.
6879         (load_full_type_unit): Add assert.
6880         (read_signatured_type_reader): New function.
6881         (read_signatured_type): Rewrite.
6882         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6883         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6884         All callers updated.  Set per_cu->cu = NULL after freeing it.
6885         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6886         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6887         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6888         (set_die_type): Update.
6889         (get_die_type_at_offset): Update.
6890         (read_file_scope): Call prepare_one_comp_unit.
6891         (read_type_unit_scope): Ditto.
6892         (prepare_one_comp_unit): Set producer if present.
6893
6894 2012-04-28  Sergio Durigan Junior  <[email protected]>
6895
6896         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6897          gettext function on `error'.
6898
6899 2012-04-27  Doug Evans  <[email protected]>
6900
6901         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6902         is empty.
6903
6904 2012-04-27  Sergio Durigan Junior  <[email protected]>
6905             Tom Tromey  <[email protected]>
6906
6907         * breakpoint.c (struct breakpoint_objfile_data)
6908         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6909         <exception_probes>: New fields.
6910         (free_breakpoint_probes): New function.
6911         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6912         `_Unwind_DebugHook'.
6913         (create_exception_master_breakpoint): Likewise.
6914         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6915         * infrun.c: Including necessary header files for handling SystemTap
6916         probes.
6917         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6918         via SystemTap probes.
6919         (check_exception_resume): Remove `func' argument.  Handle exception
6920         unwinding breakpoint set via a SystemTap probe.
6921         (insert_exception_resume_from_probe): New function.
6922
6923 2012-04-27  Sergio Durigan Junior  <[email protected]>
6924             Tom Tromey  <[email protected]>
6925             Jan Kratochvil  <[email protected]>
6926
6927         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6928         (COMMON_OBS): Likewise.
6929         (HFILES_NO_SRCDIR): Add `probe'.
6930         * NEWS: Mention support for static and SystemTap probes.
6931         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6932         SystemTap probes' arguments parser.
6933         * arm-linux-tdep.c: Including headers needed to perform the parsing
6934         of SystemTap probes' arguments.
6935         (arm_stap_is_single_operand): New function.
6936         (arm_stap_parse_special_token): Likewise.
6937         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6938         probes' arguments parser.
6939         * ax-gdb.c (require_rvalue): Removing static declaration.
6940         (gen_expr): Likewise.
6941         * ax-gdb.h (gen_expr): Declaring function.
6942         (require_rvalue): Likewise.
6943         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6944         (bkpt_probe_breakpoint_ops): New variable.
6945         (momentary_breakpoint_from_master): Set the `probe' value.
6946         (add_location_to_breakpoint): Likewise.
6947         (break_command_1): Using proper breakpoint_ops according to the
6948         argument passed by the user in the command line.
6949         (bkpt_probe_insert_location): New function.
6950         (bkpt_probe_remove_location): Likewise.
6951         (bkpt_probe_create_sals_from_address): Likewise.
6952         (bkpt_probe_decode_linespec): Likewise.
6953         (tracepoint_probe_create_sals_from_address): Likewise.
6954         (tracepoint_probe_decode_linespec): Likewise.
6955         (tracepoint_probe_breakpoint_ops): New variable.
6956         (trace_command): Using proper breakpoint_ops according to the
6957         argument passed by the user in the command line.
6958         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6959         static probes on breakpoints and tracepoints.
6960         * breakpoint.h (struct bp_location) <probe>: New field.
6961         * cli-utils.c (skip_spaces_const): New function.
6962         (extract_arg): Likewise.
6963         * cli-utils.h (skip_spaces_const): Likewise.
6964         (extract_arg): Likewise.
6965         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6966         * configure.ac: Append `stap-probe.o' to be generated when ELF
6967         support is present.
6968         * configure: Regenerate.
6969         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6970         * elfread.c: Include `probe.h' and `arch-utils.h'.
6971         (probe_key): New variable.
6972         (elf_get_probes): New function.
6973         (elf_get_probe_argument_count): Likewise.
6974         (elf_evaluate_probe_argument): Likewise.
6975         (elf_compile_to_ax): Likewise.
6976         (elf_symfile_relocate_probe): Likewise.
6977         (stap_probe_key_free): Likewise.
6978         (elf_probe_fns): New variable.
6979         (elf_sym_fns): Add `sym_probe_fns' value.
6980         (elf_sym_fns_lazy_psyms): Likewise.
6981         (elf_sym_fns_gdb_index): Likewise.
6982         (_initialize_elfread): Initialize objfile cache for static
6983         probes.
6984         * gdb_vecs.h (struct probe): New forward declaration.
6985         (probe_p): New VEC declaration.
6986         * gdbarch.c: Regenerate.
6987         * gdbarch.h: Regenerate.
6988         * gdbarch.sh (stap_integer_prefix): New variable.
6989         (stap_integer_suffix): Likewise.
6990         (stap_register_prefix): Likewise.
6991         (stap_register_suffix): Likewise.
6992         (stap_register_indirection_prefix): Likewise.
6993         (stap_register_indirection_suffix): Likewise.
6994         (stap_gdb_register_prefix): Likewise.
6995         (stap_gdb_register_suffix): Likewise.
6996         (stap_is_single_operand): New function.
6997         (stap_parse_special_token): Likewise.
6998         (struct stap_parse_info): Forward declaration.
6999         * i386-tdep.c: Including headers needed to perform the parsing
7000         of SystemTap probes' arguments.
7001         (i386_stap_is_single_operand): New function.
7002         (i386_stap_parse_special_token): Likewise.
7003         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7004         probes' arguments parser.
7005         * i386-tdep.h (i386_stap_is_single_operand): New function.
7006         (i386_stap_parse_special_token): Likewise.
7007         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7008         * mipsread.c (ecoff_sym_fns): Likewise.
7009         * objfiles.c (objfile_relocate1): Support relocation for static
7010         probes.
7011         * parse.c (prefixify_expression): Remove static declaration.
7012         (initialize_expout): Likewise.
7013         (reallocate_expout): Likewise.
7014         * parser-defs.h (initialize_expout): Declare function.
7015         (reallocate_expout): Likewise.
7016         (prefixify_expression): Likewise.
7017         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7018         of SystemTap probes' arguments.
7019         (ppc_stap_is_single_operand): New function.
7020         (ppc_stap_parse_special_token): Likewise.
7021         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7022         probes' arguments parser.
7023         * probe.c: New file, for generic statically defined probe support.
7024         * probe.h: Likewise.
7025         * s390-tdep.c: Including headers needed to perform the parsing of
7026         SystemTap probes' arguments.
7027         (s390_stap_is_single_operand): New function.
7028         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7029         probes' arguments parser.
7030         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7031         * stap-probe.c: New file, for SystemTap probe support.
7032         * stap-probe.h: Likewise.
7033         * symfile.h: Include `gdb_vecs.h'.
7034         (struct sym_probe_fns): New struct.
7035         (struct sym_fns) <sym_probe_fns>: New field.
7036         * symtab.c (init_sal): Initialize `probe' field.
7037         * symtab.h (struct probe): Forward declaration.
7038         (struct symtab_and_line) <probe>: New field.
7039         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7040         locations.
7041         (stop_tracing): Likewise.
7042         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7043
7044 2012-04-27  Sergio Durigan Junior  <[email protected]>
7045             Tom Tromey  <[email protected]>
7046
7047         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7048         and to compile agent expressions.
7049         * infrun.c (siginfo_make_value): New argument `ignore'.
7050         (siginfo_funcs): New struct.
7051         (_initialize_infrun): New argument when calling
7052         `create_internalvar_type_lazy'.
7053         * thread.c (thread_id_make_value): New argument `ignore'.
7054         (thread_funcs): New struct.
7055         (_initialize_thread): New argument when calling
7056         `create_internalvar_type_lazy'.
7057         * tracepoint.c (sdata_make_value): New argument `ignore'.
7058         (sdata_funcs): New struct.
7059         (_initialize_tracepoint): New argument when calling
7060         `create_internalvar_type_lazy'.
7061         * value.c (make_value): New struct.
7062         (create_internalvar_type_lazy): New argument `data'.
7063         (compile_internalvar_to_ax): New function.
7064         (value_of_internalvar): Properly handling `make_value' case.
7065         (clear_internalvar): Likewise.
7066         (show_convenience): Adding `TRY_CATCH' block.
7067         * value.h (internalvar_make_value): Delete, replace by...
7068         (struct internalvar_funcs): ... this.
7069         (create_internalvar_type_lazy) <fun>: Delete argument.
7070         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7071         (compile_internalvar_to_ax): New function.
7072         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7073         (tlb_funcs): New struct.
7074         (_initialize_windows_tdep): New argument when calling
7075         `create_internalvar_type_lazy'.
7076
7077 2012-04-27  Mark Wielaard  <[email protected]>
7078
7079         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7080         see whether it is an address or a constant offset from DW_AT_low_pc.
7081         (dwarf2_record_block_ranges): Likewise.
7082         (read_partial_die): Likewise.
7083
7084 2012-04-26  Mark Wielaard  <[email protected]>
7085
7086         * MAINTAINERS (Write After Approval): Add myself to the list.
7087
7088 2012-04-26  Maciej W. Rozycki  <[email protected]>
7089
7090         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7091         (proc_prettyprint_signal): Likewise.
7092         (proc_prettyprint_faultset): Likewise.
7093         (proc_prettyprint_fault): Likewise.
7094         (proc_prettyprint_actionset): Likewise.
7095         (proc_prettyprint_flags): Move to new proc-flags.c section.
7096         (proc_prettyfprint_flags): New prototype.
7097         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7098         (proc_syscall, proc_cursig): Likewise.
7099         (proc_set_kill_on_last_close): Likewise.
7100         (proc_unset_kill_on_last_close): Likewise.
7101         (proc_set_watchpoint): Make static.
7102         (proc_delete_dead_threads): Likewise.
7103         (procfs_set_watchpoint): Likewise.
7104         (_initialize_procfs): Add prototype.
7105         * proc-events.c: Include proc-utils.h.
7106         (init_syscall_table): Make static.
7107         * proc-api.c (_initialize_proc_api): Add prototype.
7108         * proc-flags.c: Include proc-utils.h.
7109
7110 2012-04-26  Maciej W. Rozycki  <[email protected]>
7111
7112         * configure.ac: Add AC_ARG_PROGRAM.
7113         * configure: Regenerate.
7114
7115 2012-04-26  Jan Kratochvil  <[email protected]>
7116
7117         Fix DW_AT_lower_bound defaults for DWARF-4+.
7118         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7119         high.  New variable low_default_is_valid.  Implement DWARF-4+
7120         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7121         no default by the DWARF standard.
7122
7123 2012-04-26  Maciej W. Rozycki  <[email protected]>
7124             Maciej W. Rozycki  <[email protected]>
7125
7126         * infrun.c (handle_inferior_event): Move the check for return
7127         trampolines ahead of the check for function trampolines.
7128         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7129         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7130         (mips_str_mips16_ret_stub): Likewise.
7131         (mips_str_call_fp_stub): Likewise.
7132         (mips_str_call_stub): Likewise.
7133         (mips_str_fn_stub): Likewise.
7134         (mips_str_pic): Likewise.
7135         (mips_in_frame_stub): New function.
7136         (mips_unwind_pc): Return the return address rather than the PC
7137         if the PC of an intermediate frame is inside a call thunk.
7138         (mips_is_stub_suffix): New function.
7139         (mips_is_stub_mode): Likewise.
7140         (mips_get_mips16_fn_stub_pc): Likewise.
7141         (mips_skip_mips16_trampoline_code): Update to handle all the
7142         currently generated stub types.  Don't recurse into __fn_stub
7143         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7144         Use cooked register accesses.
7145         (mips_in_return_stub): Reintroduce function.
7146         (mips_skip_trampoline_code): Traverse trampolines recursively.
7147         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7148
7149 2012-04-26  Joel Brobecker  <[email protected]>
7150
7151         GDB 7.4.1 released.
7152
7153 2012-04-26  Jonathan Larmour  <[email protected]>
7154
7155         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7156         * features/arm-with-m-vfp-d16.xml: New file. Describes
7157         Cortex-M with VFPv4-sp-d16 FPU register layout.
7158         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7159         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7160         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7161         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7162         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7163
7164 2012-04-25  Doug Evans  <[email protected]>
7165
7166         * cli/cli-decode.c (print_doc_line): Use stream instead of
7167         current_uiout.
7168
7169 2012-04-25  Sergio Durigan Junior  <[email protected]>
7170
7171         * features/arm-with-iwmmxt.c: Regenerate.
7172         * features/arm-with-m-fpa-layout.c: Likewise.
7173         * features/arm-with-m.c: Likewise.
7174         * features/arm-with-neon.c: Likewise.
7175         * features/arm-with-vfpv2.c: Likewise.
7176         * features/arm-with-vfpv3.c: Likewise.
7177         * features/mips-dsp-linux.c: Likewise.
7178         * features/mips-linux.c: Likewise.
7179         * features/mips64-dsp-linux.c: Likewise.
7180         * features/mips64-linux.c: Likewise.
7181         * features/s390-linux32.c: Likewise.
7182         * features/s390-linux32v1.c: Likewise.
7183         * features/s390-linux32v2.c: Likewise.
7184         * features/s390-linux64.c: Likewise.
7185         * features/s390-linux64v1.c: Likewise.
7186         * features/s390-linux64v2.c: Likewise.
7187         * features/s390x-linux64.c: Likewise.
7188         * features/s390x-linux64v1.c: Likewise.
7189         * features/s390x-linux64v2.c: Likewise.
7190         * features/tic6x-c62x-linux.c: Likewise.
7191         * features/tic6x-c62x.c: Likewise.
7192         * features/tic6x-c64x-linux.c: Likewise.
7193         * features/tic6x-c64x.c: Likewise.
7194         * features/tic6x-c64xp-linux.c: Likewise.
7195         * features/tic6x-c64xp.c: Likewise.
7196         * target-descriptions.c: Only generate `field_type' and `type'
7197         variables when needed.
7198
7199 2012-04-25  Fredrik Hederstierna  <[email protected]>
7200
7201         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7202
7203 2012-04-25  Doug Evans  <[email protected]>
7204
7205         Initial pass at Go language support.
7206         * NEWS: Mention Go.
7207         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7208         go-valprint.c.
7209         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7210         (YYFILES): Add go-exp.c.
7211         (YYOBJ): Add go-exp.o.
7212         (local-maintainer-clean): Delete go-exp.c.
7213         * defs.h (enum language): Add language_go.
7214         * dwarf2read.c: #include "go-lang.h".
7215         (fixup_go_packaging): New function.
7216         (process_full_comp_unit): Call it when processing Go CUs.
7217         (dwarf2_physname): Add Go support.
7218         (read_file_scope): Handle missing language spec for GNU Go.
7219         (set_cu_language): Handle DW_LANG_Go.
7220         * go-exp.y: New file.
7221         * go-lang.h: New file.
7222         * go-lang.c: New file.
7223         * go-typeprint.c: New file.
7224         * go-valprint.c: New file.
7225         * symtab.c: #include "go-lang.h".
7226         (symbol_set_language): Handle language_go.
7227         (symbol_find_demangled_name, symbol_set_names): Ditto.
7228         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7229
7230 2012-04-24  Jim Meyering  <[email protected]>
7231
7232         avoid a few strncpy-induced buffer overruns
7233         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7234         fname and psargs before trying to concatenate.
7235         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7236         "name" before applying strchr.
7237
7238 2012-04-25  Siva Chandra Reddy  <[email protected]>
7239
7240         * CONTRIBUTE: Use unified diff instead of context diff when
7241         generating patches.
7242
7243 2012-04-24  Maciej W. Rozycki  <[email protected]>
7244
7245         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7246         code.  Handle JR.HB correctly.
7247
7248 2012-04-24  Maciej W. Rozycki  <[email protected]>
7249
7250         * mips-tdep.c
7251         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7252         with the other MIPS16 helpers.
7253
7254 2012-04-24  Sergio Durigan Junior  <[email protected]>
7255
7256         * observer.sh: Conditionally declare `args', thus cleaning up
7257         unused instances of this variable.
7258
7259 2012-04-24  Yao Qi  <[email protected]>
7260
7261         Revert this patch to allow breakpoint always-inserted
7262         in record target.
7263         2011-12-05  Pedro Alves  <[email protected]>
7264         * breakpoint.c: Include record.h.
7265         (breakpoints_always_inserted_mode): Return false when the record
7266         target is in use.
7267
7268         * breakpoint.c (iterate_over_bp_locations): New.
7269         * breakpoint.h: Declare.
7270         New typedef walk_bp_location_callback.
7271         * record.c (record_open): Call record_init_record_breakpoints.
7272         (record_sync_record_breakpoints): New.
7273         (record_init_record_breakpoints): New.
7274         * NEWS: Mention supporting breakpoint always-inserted mode in
7275         record target.
7276
7277 2012-04-24  Marc Khouzam  <[email protected]>
7278
7279         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7280         any thread.
7281
7282 2012-04-24  Yao Qi  <[email protected]>
7283
7284         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7285         (is_catchpoint): ... it.
7286         (print_one_breakpoint_location): Caller update.
7287         * breakpoint.h: Update declaration.
7288
7289 2012-04-23  David S. Miller  <[email protected]>
7290
7291         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7292
7293 2012-04-23  Tom Tromey  <[email protected]>
7294
7295         * buildsym.c (add_free_pendings): Remove.
7296         * buildsym.h (add_free_pendings): Remove.
7297
7298 2012-04-23  Doug Evans  <[email protected]>
7299
7300         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7301         attr.u.unsnd instead of attr.u.addr.
7302         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7303         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7304         DW_FORM_ref_udata.
7305         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7306         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7307         DW_FORM_ref_udata.
7308         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7309
7310 2012-04-23  Maciej W. Rozycki  <[email protected]>
7311
7312         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7313         (mips_o32_return_value): Likewise.
7314         (mips_o64_return_value): Likewise.
7315
7316 2012-04-21  Paul Hilfinger  <[email protected]>
7317
7318         * ada-lang.c (ada_evaluate_subexp): Add cases for
7319         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7320         their treatment in eval.c.
7321
7322 2012-04-21  David S. Miller  <[email protected]>
7323
7324         * sparc-tdep.c (X_DISP10): Define.
7325         (sparc_analyze_control_transfer): Handle compare-and-branch.
7326
7327 2012-04-21  Jonathan Larmour  <[email protected]>
7328
7329         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7330         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7331
7332 2012-04-20  Nigel Stephens  <[email protected]>
7333             Maciej W. Rozycki  <[email protected]>
7334
7335         * mips-tdep.c (mips_float_register_p): New function.
7336         (mips_convert_register_float_case_p): Use mips_float_register_p.
7337         (mips_register_type): Likewise.
7338         (mips_print_register): Likewise.
7339         (print_gp_register_row): Likewise.
7340         (mips_print_registers_info): Likewise.
7341
7342 2012-04-20  Shun-Yen Lu  <[email protected]>
7343
7344         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7345         of mips16 symbols.
7346
7347 2012-04-20  Andrew Pinski  <[email protected]>
7348
7349         * MAINTAINERS (Write After Approval): Add myself to the list.
7350
7351 2012-04-20  Sergio Durigan Junior  <[email protected]>
7352
7353         * MAINTAINERS: Update my e-mail address.
7354
7355 2012-04-20  Pedro Alves  <[email protected]>
7356
7357         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7358         $srcdir.
7359         * configure: Regenerate.
7360
7361 2012-04-20  Sergio Durigan Junior  <[email protected]>
7362
7363         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7364         declaration.
7365         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7366
7367 2012-04-20  Jan Kratochvil  <[email protected]>
7368
7369         Fix compilation compatibility with python-2.4
7370         * python/py-type.c (convert_field): Cast ADDRSTRING for
7371         PyObject_SetAttrString as non-const.  New comment.
7372
7373 2012-04-19  Tom Tromey  <[email protected]>
7374
7375         * top.c (quit_target): Use all_cleanups.
7376         * main.c (captured_command_loop): Use all_cleanups.
7377         * exceptions.c (throw_exception): Use all_cleanups.
7378
7379 2012-04-19  Pedro Alves  <[email protected]>
7380
7381         * Makefile.in (GNULIB_BUILDDIR): New.
7382         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7383         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7384         (CLEANDIRS). Remove gnulib/import.
7385         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7386         (all-lib): Ditto.
7387         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7388         (gnulib/import/Makefile): Replace gnulib/import with
7389         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7390         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7391         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7392         acx_configure_dir.m4.
7393         * acinclude.m4: Include acx_configure_dir.m4.
7394         * acx_configure_dir.m4: New file.
7395         * aclocal.m4: Regenerate.
7396         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7397         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7398         (GNULIB): New variable.
7399         (GNULIB_STDINT_H): Adjust.
7400         (AC_OUTPUT): Don't output gnulib/Makefile.
7401         * gdb/defs.h: Include build-gnulib/config.h.
7402         * aclocal.m4: Regenerate.
7403         * config.in: Regenerate.
7404         * configure: Regenerate.
7405
7406         * gnulib/Makefile.in: New file.
7407         * gnulib/configure.ac: New file.
7408         * gnulib/aclocal.m4: New file.
7409         * gnulib/config.in: New file.
7410         * gnulib/configure: New file.
7411         * gnulib/: Re-run gnulib-tool to adjust.
7412
7413 2012-04-19  Doug Evans  <[email protected]>
7414
7415         * cleanups.h (struct cleanup): Move to cleanups.c.
7416         (make_cleanup_dtor_ftype): New typedef.
7417         (make_cleanup_dtor): Use it.
7418         (ALL_CLEANUPS): Replace with ...
7419         (all_cleanups): ... this.  Declare.  All uses updated.
7420         * cleanups.c: #include "gdb_assert.h".
7421         (sentinel_cleanup): New static global.
7422         (SENTINEL_CLEANUP): Define.
7423         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7424         (make_my_cleanup2): Assert result is non-NULL.
7425         (all_cleanups): New function.
7426         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7427         of NULL.
7428
7429 2012-04-19  Pedro Alves  <[email protected]>
7430
7431         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7432         Adjust paths to gnulib imported files.
7433
7434 2012-04-19  Pedro Alves  <[email protected]>
7435
7436         * gnulib/: Move whole directory ...
7437         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7438         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7439         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7440         (aclocal_m4_deps): Adjust.
7441         * aclocal.m4: Regenerate.
7442         * configure: Regenerate.
7443         * configure.ac: Adjust AC_OUTPUT output.
7444
7445 2012-04-19  Yao Qi  <[email protected]>
7446
7447         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7448         (vec.o): New rule.
7449         * vec.c: Move it ...
7450         * common/vec.c: ... here.
7451         * vec.h: Move it ...
7452         * common/vec.h: ... here.
7453
7454 2012-04-19  Yao Qi  <[email protected]>
7455
7456         * gdb-code-style.el: New.
7457
7458 2012-04-18  Pedro Alves  <[email protected]>
7459
7460         Update gnulib from latest git.
7461         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7462
7463         * gnulib/Makefile.am: Update.
7464         * gnulib/dummy.c: Update.
7465         * gnulib/extra/arg-nonnull.h: Update.
7466         * gnulib/extra/c++defs.h: Update.
7467         * gnulib/extra/update-copyright: Update.
7468         * gnulib/extra/warn-on-use.h: Update.
7469         * gnulib/inttypes.in.h: Update.
7470         * gnulib/m4/00gnulib.m4: Update.
7471         * gnulib/m4/extensions.m4: Update.
7472         * gnulib/m4/gnulib-cache.m4: Update.
7473         * gnulib/m4/gnulib-common.m4: Update.
7474         * gnulib/m4/gnulib-comp.m4: Update.
7475         * gnulib/m4/gnulib-tool.m4: Update.
7476         * gnulib/m4/include_next.m4: Update.
7477         * gnulib/m4/inttypes-pri.m4: Update.
7478         * gnulib/m4/inttypes.m4: Update.
7479         * gnulib/m4/longlong.m4: Update.
7480         * gnulib/m4/memchr.m4: Update.
7481         * gnulib/m4/memmem.m4: Update.
7482         * gnulib/m4/mmap-anon.m4: Update.
7483         * gnulib/m4/multiarch.m4: Update.
7484         * gnulib/m4/onceonly.m4: Update.
7485         * gnulib/m4/stddef_h.m4: Update.
7486         * gnulib/m4/stdint.m4: Update.
7487         * gnulib/m4/string_h.m4: Update.
7488         * gnulib/m4/warn-on-use.m4: Update.
7489         * gnulib/m4/wchar_h.m4: Update.
7490         * gnulib/m4/wchar_t.m4: Update.
7491         * gnulib/m4/wint_t.m4: Update.
7492         * gnulib/memchr.c: Update.
7493         * gnulib/memmem.c: Update.
7494         * gnulib/stddef.in.h: Update.
7495         * gnulib/stdint.in.h: Update.
7496         * gnulib/str-two-way.h: Update.
7497         * gnulib/string.in.h: Update.
7498         * gnulib/wchar.in.h: Update.
7499
7500         * gnulib/extra/arg-nonnull.h: Delete.
7501         * gnulib/extra/c++defs.h: Delete.
7502         * gnulib/extra/warn-on-use.h: Delete.
7503         * gnulib/m4/wchar_h.m4: Delete.
7504         * gnulib/m4/wint_t.m4: Delete.
7505         * gnulib/wchar.in.h: Delete.
7506
7507         * gnulib/extra/snippets/arg-nonnull.h: New.
7508         * gnulib/extra/snippets/c++defs.h: New.
7509         * gnulib/extra/snippets/warn-on-use.h: New.
7510
7511         * aclocal.m4: Regenerate.
7512         * config.in: Regenerate.
7513         * configure: Regenerate.
7514         * gnulib/Makefile.in: Regenerate.
7515
7516 2012-04-18  Pedro Alves  <[email protected]>
7517
7518         Reimport the update-copyright module from gnulib
7519         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7520
7521         * configure: Regenerate.
7522         * gnulib/Makefile.am: Update.
7523         * gnulib/Makefile.in: Regenerate.
7524         * gnulib/extra/update-copyright: Update.
7525         * gnulib/m4/gnulib-cache.m4: Update.
7526         * gnulib/m4/gnulib-comp.m4: Update.
7527
7528 2012-04-18  Tristan Gingold  <[email protected]>
7529
7530         * configure.ac (aix): Put -lpthread into libs.
7531         * configure: Regenerate.
7532
7533 2012-04-18  Tom Tromey  <[email protected]>
7534
7535         * linespec.c (convert_linespec_to_sals): Don't use
7536         SYMBOL_OBJ_SECTION.
7537         (compare_msymbols): Arguments are minsym_and_objfile, not
7538         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7539
7540 2012-04-18  Pedro Alves  <[email protected]>
7541
7542         Revert gnulib/ part of:
7543         2011-01-01  Joel Brobecker  <[email protected]>
7544         Copyright year update in most files (performed by copyright.sh).
7545
7546 2012-04-18  Jan Kratochvil  <[email protected]>
7547
7548         Fix 64-bit constants on 32-bit hosts.
7549         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7550         from unsigned long to ULONGEST.
7551         (read_signed_leb128): Change declaration return type from long to
7552         LONGEST.
7553         (dwarf2_const_value_attr): Change declaration parameter value from long
7554         to LONGEST.
7555         (dwarf2_compute_name): Change variable value from long to LONGEST.
7556         (read_unsigned_leb128): Change return type, variable result and some
7557         casts from unsigned long to ULONGEST.
7558         (read_signed_leb128): Change return type, variable result and some
7559         casts from long to LONGEST.
7560         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7561         value from long to LONGEST.
7562         (dwarf2_const_value): Change variable value from long to LONGEST.
7563         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7564         plongest and hex_string.
7565         * symtab.h (struct general_symbol_info): Change ivalue from long to
7566         LONGEST, remove the comment.
7567         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7568         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7569
7570 2012-04-18  Siddhesh Poyarekar  <[email protected]>
7571
7572         PR symtab/7259:
7573         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7574         * ada-lang.c (ada_discrete_type_high_bound)
7575         (ada_discrete_type_low_bound): Fix function comment.  Use
7576         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7577         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7578         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7579         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7580         Use TYPE_FIELD_ENUMVAL.
7581         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7582         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7583         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7584         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7585         TYPE_CODE_ENUM.
7586         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7587         * dwarf2read.c (process_enumeration_scope): Likewise.
7588         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7589         field.bitpos.
7590         (class StructMainTypePrettyPrinter): Support also
7591         FIELD_LOC_KIND_ENUMVAL.
7592         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7593         TYPE_CODE_ENUM.
7594         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7595         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7596         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7597         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7598         field enumval.
7599         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7600         accommodate enumval.
7601         (struct call_site): Adjust loc_kind to accommodate enumval.
7602         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7603         (TYPE_FIELD_ENUMVAL): New macros.
7604         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7605         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7606         TYPE_CODE_ENUM.
7607         * p-typeprint.c (pascal_type_print_base): Likewise.
7608         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7609         enumval.
7610         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7611         * python/py-type.c (convert_field): New variable addrstring.  Use
7612         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7613         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7614         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7615         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7616         TYPE_CODE_ENUM.
7617         * valprint.c (generic_val_print): Likewise.
7618
7619 2012-04-17  Doug Evans  <[email protected]>
7620
7621         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7622
7623         * dwarf2read.c: Whitespace fixes.
7624         (lookup_signatured_type): Tweak comment.
7625         (get_die_type_at_offset): Fix comment.
7626
7627 2012-04-17  Joel Brobecker  <[email protected]>
7628
7629         * xcoffread.c (xcoff_secnum_to_sections): New function.
7630         (secnum_to_section, secnum_to_bfd_section): Reimplement
7631         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7632         into "n_scnum".
7633         (RECORD_MINIMAL_SYMBOL): Delete.
7634         (record_minimal_symbol): New function.
7635         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7636         by call to record_minimal_symbol and set misc_func_recorded
7637         to 1.  Set last_csect_sec to the XCOFF section index instead
7638         of GDB's section_offset index.  Update calls to
7639         prim_record_minimal_symbol_and_info to pass the BFD section
7640         as well.
7641
7642 2012-04-17  Joel Brobecker  <[email protected]>
7643
7644         * xcoffread.c (read_xcoff_symtab): Delete variables
7645         last_csect_val and last_csect_sec and associated code.
7646
7647 2012-04-17  Doug Evans  <[email protected]>
7648
7649         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7650         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7651         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7652         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7653
7654         * cleanups.h: New file.
7655         * cleanups.c: New file.
7656         * Makefile.in (SFILES): Add cleanups.c.
7657         (HFILES_NO_SRCDIR): Add cleanups.h.
7658         (COMMON_OBS): Add cleanups.o.
7659         * defs.h (struct cleanup): Moved to cleanups.h.
7660         (do_cleanups,do_final_cleanups): Ditto.
7661         (discard_cleanups,discard_final_cleanups): Ditto
7662         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7663         (save_cleanups,save_final_cleanups): Ditto.
7664         (restore_cleanups,restore_final_cleanups): Ditto.
7665         (null_cleanup): Ditto.
7666         (make_my_cleanup,make_my_cleanup2): Ditto.
7667         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7668         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7669         (do_cleanups,do_final_cleanups): Ditto.
7670         (discard_cleanups,discard_final_cleanups): Ditto
7671         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7672         (save_cleanups,save_final_cleanups): Ditto.
7673         (restore_cleanups,restore_final_cleanups): Ditto.
7674         (null_cleanup): Ditto.
7675         (make_my_cleanup,make_my_cleanup2): Ditto.
7676         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7677
7678         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7679         make_my_cleanup.
7680         (make_cleanup_dyn_string_delete): Ditto.
7681         (make_cleanup_ui_file_delete): Ditto.
7682         (make_cleanup_ui_out_redirect_pop): Ditto.
7683         (make_cleanup_free_section_addr_info): Ditto.
7684         (make_cleanup_restore_integer): Ditto.
7685         (make_cleanup_unpush_target): Ditto.
7686         (make_cleanup_value_free_to_mark): Ditto.
7687         (make_cleanup_value_free): Ditto.
7688         (make_cleanup_free_so): Ditto.
7689
7690 2012-04-17  Jan Kratochvil  <[email protected]>
7691
7692         New option "set debug auto-load".
7693         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7694         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7695         (auto_load_safe_path_vec_update)
7696         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7697         if DEBUG_AUTO_LOAD.
7698         (file_is_auto_load_safe): New parameters debug_fmt and ....
7699         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7700         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7701         caller by explanatory string.
7702         (_initialize_auto_load): Register "set debug auto-load".
7703         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7704         and ....
7705         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7706         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7707         by explanatory string.
7708         * main.c (captured_main): Likewise.
7709         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7710         (source_section_scripts): Likewise.
7711
7712 2012-04-17  Jan Kratochvil  <[email protected]>
7713
7714         New option "set auto-load safe-path".
7715         * NEWS: New commands "set auto-load safe-path"
7716         and "show auto-load safe-path".
7717         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7718         (auto_load_safe_path, auto_load_safe_path_vec)
7719         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7720         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7721         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7722         (source_gdb_script_for_objfile): New variable is_safe.  Call
7723         file_is_auto_load_safe.  Return if it is not.
7724         (struct loaded_script): New field loaded.
7725         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7726         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7727         output "Missing" to "No".
7728         (_initialize_auto_load): New variable cmd.  Initialize
7729         auto_load_safe_path.  Register "set auto-load safe-path",
7730         "show auto-load safe-path" and "add-auto-load-safe-path".
7731         * auto-load.h (maybe_add_script): Add parameter loaded.
7732         (file_is_auto_load_safe): New declaration.
7733         * config.in: Regenerate.
7734         * configure: Regenerate.
7735         * configure.ac: New parameters --with-auto-load-safe-path
7736         and --without-auto-load-safe-path.
7737         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7738         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7739         * main.c (captured_main): Check file_is_auto_load_safe for
7740         LOCAL_GDBINIT.
7741         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7742         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7743         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7744         not.
7745
7746 2012-04-17  Jan Kratochvil  <[email protected]>
7747
7748         auto-load: Implementation.
7749         * NEWS: New descriptions for "info auto-load",
7750         "info auto-load gdb-scripts", "info auto-load python-scripts",
7751         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7752         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7753         and "show auto-load-scripts".  New description for "set auto-load",
7754         "show auto-load", "set auto-load gdb-scripts",
7755         "show auto-load gdb-scripts", "set auto-load python-scripts",
7756         "show auto-load python-scripts", "set auto-load local-gdbinit",
7757         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7758         "show auto-load libthread-db".
7759         * auto-load.c: Remove include python/python-internal.h.  Add includes
7760         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7761         cli/cli-setshow.h.
7762         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7763         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7764         (gdbpy_global_auto_load): Rename to ...
7765         (global_auto_load): ... here.
7766         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7767         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7768         (script_language_gdb, source_gdb_script_for_objfile): New.
7769         (struct loaded_script): New field language.
7770         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7771         LANGUAGE.
7772         (maybe_add_script): Add parameter language.  Drop redundant
7773         entry.full_path initialization.  Initialize entry.language and
7774         (*slot)->language.
7775         (auto_load_objfile_script): Change parameter suffix to language.
7776         Remove the call of maybe_add_script.
7777         Call language->source_script_for_objfile.
7778         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7779         New.
7780         (collect_matching_scripts): Adjust it for
7781         struct collect_matching_scripts_data.
7782         (auto_load_info_scripts_pattern_nl): New variable.
7783         (info_auto_load_scripts): Rename to ...
7784         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7785         for struct collect_matching_scripts_data.
7786         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7787         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7788         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7789         (auto_load_info_cmdlist_get): New.
7790         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7791         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7792         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7793         "info auto-load local-gdbinit".
7794         * auto-load.h (struct script_language): New.
7795         (gdbpy_global_auto_load): Rename to ...
7796         (global_auto_load): ... here.
7797         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7798         (auto_load_local_gdbinit_loaded): New declarations.
7799         (maybe_add_script): New parameter language.
7800         (auto_load_objfile_script): Change parameter suffix to language.
7801         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7802         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7803         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7804         declarations.
7805         * linux-thread-db.c: Include auto-load.h and ctype.h.
7806         (auto_load_thread_db, show_auto_load_thread_db): New.
7807         (struct thread_db_info): New field filename.
7808         (delete_thread_db_info): Call xfree for FILENAME.
7809         (try_thread_db_load): Initialize FILENAME.
7810         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7811         if !AUTO_LOAD_THREAD_DB.
7812         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7813         (_initialize_thread_db): Install auto_load_thread_db
7814         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7815         as "info auto-load libthread-db".
7816         * main.c (captured_main): Rename gdbpy_global_auto_load to
7817         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7818         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7819         (print_gdb_help): Extend the help for 'local init file'.
7820         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7821         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7822         (auto_load_scripts): Rename to ...
7823         (auto_load_python_scripts): ... here, update the comment.
7824         (gdbpy_load_auto_script_for_objfile): New declaration.
7825         (show_auto_load_python_scripts, script_language_python)
7826         (gdbpy_load_auto_script_for_objfile): New.
7827         (source_section_scripts): Refactor the code.
7828         (load_auto_scripts_for_objfile): Rename to ...
7829         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7830         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7831         (info_auto_load_python_scripts): New.
7832         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7833         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7834         Register "set auto-load-scripts" as its deprecated alias.  Register
7835         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7836         its deprecated alias.
7837         (load_auto_scripts_for_objfile): Rename to ...
7838         (gdbpy_load_auto_scripts_for_objfile): ... here.
7839         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7840         (gdbpy_load_auto_scripts_for_objfile): ... here.
7841
7842 2012-04-17  Jan Kratochvil  <[email protected]>
7843
7844         auto-load: Move files.
7845         * Makefile.in (SFILES): Add auto-load.c.
7846         (HFILES_NO_SRCDIR): Add auto-load.h.
7847         (COMMON_OBS): Add auto-load.o.
7848         (distclean): Change .gdbinit for gdb-gdb.gdb.
7849         * auto-load.c: New file, with parts from python/py-auto-load.c.
7850         * auto-load.h: New file, with parts from python/python.h.
7851         * configure: Regenerate.
7852         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7853         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7854         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7855         * main.c: Include auto-load.h.
7856         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7857         command.h, observer.h and progspace.h to auto-load.c.  Add include
7858         auto-load.h.
7859         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7860         (struct loaded_script, auto_load_pspace_data)
7861         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7862         (hash_loaded_script_entry, eq_loaded_script_entry)
7863         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7864         (maybe_add_script): Move to auto-load.c.
7865         (source_section_scripts): Change maybe_add_script parameters passing,
7866         use script_not_found_warning_print.
7867         (clear_section_scripts, auto_load_objfile_script)
7868         (auto_load_new_objfile, loaded_script_ptr)
7869         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7870         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7871         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7872         auto_load_new_objfile and info_auto_load_scripts initizations to
7873         auto-load.c.
7874         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7875
7876 2012-04-17  Jan Kratochvil  <[email protected]>
7877
7878         Code cleanup.
7879         * charset.c (find_charset_names): Remove variables ix and elt.
7880         Use free_char_ptr_vec.
7881         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7882         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7883         debugdir_end.  New variable debugdir_len.
7884         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7885         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7886         declarations.
7887         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7888         and elt.  Use free_char_ptr_vec.
7889         * source.c (add_path): Remove variables argv, arg and argv_index.
7890         New variables dir_vec, back_to, ix and name.
7891         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7892         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7893         no longer expecting DIRNAME_SEPARATOR.
7894         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7895         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7896         no longer expecting DIRNAME_SEPARATOR.
7897         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7898         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7899         debugdir_end.
7900         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7901         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7902         (dirnames_to_char_ptr_vec): New functions.
7903
7904 2012-04-17  Jan Kratochvil  <[email protected]>
7905
7906         Code cleanup.
7907         * source.c (add_path): Remove always true conditional 'p == 0' and
7908         unindent its code block.
7909
7910 2012-04-17  Pedro Alves  <[email protected]>
7911
7912         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7913         (FIELD_BITPOS_LVAL): ... this.
7914         (FIELD_BITPOS): New.
7915         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7916         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7917         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7918         SET_FIELD_BITPOS.
7919         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7920         SET_FIELD_BITPOS.
7921         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7922         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7923         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7924         SET_FIELD_BITPOS.
7925
7926 2012-04-17  Jan Kratochvil  <[email protected]>
7927
7928         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7929         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7930         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7931         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7932         * jv-lang.c (java_link_class_type): Likewise, once.
7933         * stabsread.c (read_enum_type): Likewise.
7934
7935 2012-04-16  Yao Qi  <[email protected]>
7936
7937         * common/agent.c (agent_run_command): Add one more parameter `len'.
7938         Update callers.
7939         * common/agent.h: Update declaration.
7940         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7941         Update.
7942         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7943
7944 2012-04-14  Anton Gorenkov <[email protected]>
7945
7946         PR mi/13393
7947         * value.c (value_actual_type): New function.
7948         * value.h (value_actual_type): New declaration.
7949         * varobj.c (update_type_if_necessary): New function.
7950         (varobj_create): Call value_actual_type instead of
7951         value_type.
7952         (install_dynamic_child): distinct changed and type changed MI variable
7953         objects.
7954         (update_dynamic_varobj_children): Updated for install_dynamic_child
7955         change.  All callers updated.
7956         (varobj_update): Support for MI variable object type change if
7957         the value changed and RTTI is used to determine the type.
7958         (create_child_with_value): Call value_actual_type instead of
7959         value_type.
7960         (adjust_value_for_child_access): Extended with a new parameter which
7961         specify whether the given value should be casted to enclosing type.
7962         All callers updated.
7963
7964 2012-04-14  Yao Qi  <[email protected]>
7965
7966         Import gnulib module inttypes from git
7967         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7968         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7969         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7970         gnulib/m4/inttypes-pri.m4
7971         * aclocal.m4, config.in, configure: Regenerated.
7972         * gnulib/Makefile.am: Update.
7973         * gnulib/Makefile.in: Update.
7974         * gnulib/m4/gnulib-cache.m4: Update.
7975         * gnulib/m4/gnulib-comp.m4: Update.
7976         * gnulib/inttypes.in.h: New.
7977         * gnulib/m4/inttypes-pri.m4: New.
7978         * gnulib/m4/inttypes.m4: New.
7979
7980 2012-04-13  Luis Machado  <[email protected]>
7981
7982         * infrun.c (resume): Update PC address to the real PC after
7983         preparing to do displaced stepping.
7984
7985 2012-04-12  Doug Evans  <[email protected]>
7986
7987         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7988         All callers updated.
7989
7990 2012-04-12  Mark Kettenis  <[email protected]>
7991
7992         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7993
7994 2012-04-12  Doug Evans  <[email protected]>
7995
7996         * dwarf2read.c (create_all_type_units): Renamed from
7997         create_debug_types_hash_table.  All callers updated.
7998
7999         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8000         local type_sig to sig_type, type_offset to type_offset_in_tu.
8001         (hash_signatured_type): Renamed from hash_type_signature,
8002         all callers updated.
8003         (eq_signatured_type): Renamed from eq_type_signature,
8004         all callers updated.
8005         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8006         (process_enumeration_scope): Ditto.
8007         (lookup_signatured_type_at_offset): Ditto.
8008         (load_full_type_unit, read_signatured_type): Ditto.
8009
8010 2012-04-12  Yao Qi  <[email protected]>
8011
8012         * remote.c (async_remote_interrupt): Correct function name in
8013         debug message.
8014         (async_remote_interrupt_twice): Ditto.
8015
8016 2012-04-11  Yuanhui Zhang  <[email protected]>
8017
8018         * source.c (find_and_open_source): Consistently pass resulting
8019         full path through xfullpath.
8020
8021 2012-04-11  Jan Kratochvil  <[email protected]>
8022
8023         Provide more specific displaced-stepping memory error message.
8024         * infrun.c (displaced_step_prepare): New variable status.  Call
8025         target_read_memory instead of read_memory, provide more specific
8026         error message.
8027
8028 2012-04-11  Tristan Gingold  <[email protected]>
8029
8030         PR gdb/13901
8031         * darwin-nat.c (darwin_execvp): Revert previous patch.
8032
8033 2012-04-11  Tristan Gingold  <[email protected]>
8034
8035         PR gdb/13901
8036         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8037         in case of change.
8038
8039 2012-04-11  Tristan Gingold  <[email protected]>
8040
8041         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8042         warning.
8043
8044 2012-04-11  Siva Chandra Reddy  <[email protected]>
8045
8046         New command 'explore' which helps explore values and types in
8047         scope.
8048         * NEWS: Add an entry about the new 'explore' command.
8049         * data-directory/Makefile.in: Add gdb/command/explore.py
8050         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8051         command using the GDB Python API.
8052
8053 2012-04-10  Maciej W. Rozycki  <[email protected]>
8054
8055         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8056         extension in jump target calculation.
8057
8058 2012-04-10  Maciej W. Rozycki  <[email protected]>
8059
8060         * mips-tdep.c (mips32_next_pc): Handle JALX.
8061
8062 2012-04-10  Yao Qi  <[email protected]>
8063
8064         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8065
8066 2012-04-10  Yao Qi  <[email protected]>
8067
8068         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8069         and gnulib/m4/gnulib-tool.m4.
8070
8071 2012-04-10  Doug Evans  <[email protected]>
8072
8073         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8074         (load_partial_dies): Clarify comment.
8075         (find_partial_die): Support rereading type units.
8076         Clarify CU handling, if we know offset is in CU, don't search for the
8077         containing CU.  Add comment regarding memory waste.
8078
8079 2012-04-10  H.J. Lu  <[email protected]>
8080
8081         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8082         i386/x32-avx and i386/x32-avx-linux.
8083         (i386/x32-expedite): New.
8084         (i386/x32-linux-expedite): Likewise.
8085         (i386/x32-avx-expedite): Likewise.
8086         (i386/x32-avx-linux-expedite): Likewise.
8087         ($(outdir)/i386/x32.dat): Likewise.
8088         ($(outdir)/i386/x32-linux.dat): Likewise.
8089         ($(outdir)/i386/x32-avx.dat): Likewise.
8090         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8091
8092         * features/i386/x32-avx-linux.xml: New file.
8093         * features/i386/x32-avx.xml: Likewise.
8094         * features/i386/x32-core.xml: Likewise.
8095         * features/i386/x32-linux.xml: Likewise.
8096         * features/i386/x32.xml: Likewise.
8097
8098         * features/i386/x32-avx-linux.c: New.  Generated.
8099         * features/i386/x32-avx.c: Likewise.
8100         * features/i386/x32-linux.c: Likewise.
8101         * features/i386/x32.c: Likewise.
8102         * regformats/i386/x32-avx-linux.dat: Likewise.
8103         * regformats/i386/x32-avx.dat: Likewise.
8104         * regformats/i386/x32-linux.dat: Likewise.
8105         * regformats/i386/x32.dat: Likewise.
8106
8107 2012-04-10  Tristan Gingold  <[email protected]>
8108
8109         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8110         code to kill the inferior.
8111
8112 2012-04-09  Mark Kettenis  <[email protected]>
8113
8114         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8115         defines.
8116         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8117         defines.
8118         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8119         (yyvsp): New defines.
8120         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8121         defines.
8122         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8123         defines.
8124         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8125         defines.
8126         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8127         defines.
8128         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8129         defines.
8130
8131 2012-04-09  Mark Kettenis  <[email protected]>
8132
8133         * sparc64-tdep.c (sparc64_store_arguments)
8134         (sparc64_store_arguments): Fix coding style.
8135
8136 2012-04-07  Mark Kettenis  <[email protected]>
8137
8138         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8139         complex floats, adjust some related comments and tighten a related
8140         assertion.
8141         (sparc64_extract_return_value): Handle complex floats.
8142
8143 2012-04-07  Doug Evans  <[email protected]>
8144
8145         * dwarf2read.c (load_partial_dies): Change condition to assert.
8146
8147 2012-04-06  Doug Evans  <[email protected]>
8148
8149         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8150         "mov %rsp,%rbp".
8151
8152 2012-04-05  Kevin Buettner  <[email protected]>
8153
8154         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8155         fencepost error.
8156         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8157         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8158         architecture.
8159
8160 2012-04-05  Keith Seitz  <[email protected]>
8161
8162         * linespec.c (decode_compound): Remove.
8163         (enum offset_relative_sign): New enum.
8164         (struct line_offset): New struct.
8165         (struct linespec): New struct.
8166         (struct linespec_state): Move file_symtabs,
8167         user_filename, and user_function into struct linespec.
8168         Make result an anonymous struct holding vectors of
8169         symbolp and minsym_and_objfile_d.
8170         Add language member.
8171         (enum ls_token_type): New enum.
8172         (linespec_keywords): New array.
8173         (struct ls_token): New struct.
8174         (struct ls_parser): New struct.
8175         (linespec_lexer_lex_number): New function.
8176         (linespec_lexer_lex_keyword): New function.
8177         (is_ada_operator): New function.
8178         (skip_quote_char): New function.
8179         (copy_token_string): New function.
8180         (is_closing_quote_enclosed): New function.
8181         (find_parameter_list_end): New function.
8182         (linespec_lexer_lex_string): New function.
8183         (linespec_lexer_lex_one): New function.
8184         (linespec_lexer_consume_token): New function.
8185         (linespec_lexer_peek_token): New function.
8186         (cplusplus_error): Remove unused function.
8187         (find_methods): Update comment.
8188         (find_toplevel_char): Return const.
8189         (is_objc_method_format): Remove unused function.
8190         (find_toplevel_string): New function.
8191         (is_linespec_boundary): Remove.
8192         (symbol_not_found_error): New function.
8193         (find_method_overload_end): Remove function.
8194         (unexpected_linespec_error): New function.
8195         (keep_name_info): Remove.
8196         (linespec_parse_line_offset): New function.
8197         (linespec_parse_basic): New function.
8198         (canonicalize_linespec): New function.
8199         (decode_line_internal): Remove.
8200         (create_sals_line_offset): New function adapted from
8201         decode_all_digits.
8202         (convert_linespec_to_sals): New function.
8203         (parse_linespec): New function.
8204         (linespec_parser_new): New function.
8205         (linespec_state_destructor): Change parameter type to
8206         struct linespec_state *.
8207         Add language parameter.
8208         Remove freeing of moved members.
8209         (linespec_parser_delete): New function.
8210         (decode_line_full): Use parse_linespec and linespec_parser_new.
8211         (decode_line_1): Likewise.
8212         (decode_indirect): Rename to ...
8213         (linespec_expression_to_pc): ... this and rewrite
8214         to simply find CORE_ADDR, storing this result for later
8215         conversion to SALs.
8216         (locate_first_half): Remove.
8217         (deocde_objc): Add parameter LS.
8218         Initialize new struct collect_info members.
8219         Handle minimal symbols, too.
8220         (decode_compound): Delete.
8221         (lookup_prefix_sym): Rewrite.
8222         (compare_msymbols): New function.
8223         (find_method): Rewrite.
8224         Do not call cplusplus_error.
8225         (symtabs_from_filename): Rewrite.
8226         (collect_function_symbols): Delete.
8227         (find_function_symbols): Rewrite without ARGPTR-style
8228         processing.
8229         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8230         (decode_dollar): Adapted and renamed to ...
8231         (linespec_parse_variable): ... this.
8232         (find_linespec_symbols): New function.
8233         (decode_label): Adapted and renamed to ...
8234         (find_label_symbols): ... this.
8235         (decode_digits_list_mode): Add and use LS argument.
8236         (decode_digits_ordinary): Likewise.
8237         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8238         If in list mode, allow any symbol class.  Otherwise, only
8239         permit LOC_BLOCK symbols.
8240         (minsym_found): Update comments.
8241         (search_minsyms_for_name): Do not convert the matching symbol
8242         into a SAL.  Simply push the symbol and objfile into the
8243         result vector.
8244         (decode_variable): Delete. Contents adapted into
8245         find_linespec_symbols.
8246
8247         * cp-support.c (SKIP_SPACE): Remove.
8248         (operator_tokens): Remove unused global.
8249         (cp_validate_operator): Remove.
8250         * cp-support.h (cp_validate_operator): Remove declaration.
8251
8252 2012-04-03  Jan Kratochvil  <[email protected]>
8253
8254         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8255         for TYPE_VPTR_FIELDNO.
8256         * valprint.c (valprint_check_validity): Make it global, move the
8257         function comment ...
8258         * value.h (valprint_check_validity): ... to this new declaration.
8259
8260 2012-04-02  Tristan Gingold  <[email protected]>
8261
8262         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8263         the STATE32 api for i386 state.
8264         (i386_darwin_store_inferior_registers): Likewise.
8265
8266 2012-04-02  Tristan Gingold  <[email protected]>
8267
8268         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8269         SS offset.
8270         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8271         format_string.
8272
8273 2012-04-02  Tristan Gingold  <[email protected]>
8274
8275         PR gdb/13901
8276         * darwin-nat.c (darwin_execvp): Set binary preference.
8277
8278 2012-04-02  Jan Kratochvil  <[email protected]>
8279
8280         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8281
8282 2012-03-30  Tom Tromey  <[email protected]>
8283
8284         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8285         of TRY_CATCH.  Fix error handling.
8286         * python/py-value.c (convert_value_from_python): Move 'old'
8287         declaration to innermost scope.
8288
8289 2012-03-29  Joel Brobecker  <[email protected]>
8290             Andrey Smirnov  <[email protected]>
8291
8292         -Wshadow warning fix.
8293         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8294         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8295         Adjust code accordingly.
8296
8297 2012-03-29  Joel Brobecker  <[email protected]>
8298
8299         * ada-lang.c (symbol_completion_add): Rename parameter
8300         "encoded" into "encoded_p".  Ajust code and documentation
8301         accordingly.
8302
8303 2012-03-29  Joel Brobecker  <[email protected]>
8304             Andrey Smirnov  <[email protected]>
8305
8306         -Wshadow warning fix.
8307         * ada-lang.c (symbol_completion_add): Rename parameter
8308         "wild_match" into wild_match_p.  Update code and documentation
8309         accordingly.
8310
8311 2012-03-29  Joel Brobecker  <[email protected]>
8312
8313         * ada-lang.c (symbol_completion_match): Rename parameter
8314         "encoded" into "encoded_p".  Ajust code and documentation
8315         accordingly.
8316
8317 2012-03-29  Joel Brobecker  <[email protected]>
8318             Andrey Smirnov  <[email protected]>
8319
8320         -Wshadow warning fix.
8321         * ada-lang.c (symbol_completion_match): Rename parameter
8322         "wild_match" into "wild_match_p".  Adjust code and function
8323         documentation accordingly.
8324
8325 2012-03-29  Joel Brobecker  <[email protected]>
8326             Andrey Smirnov  <[email protected]>
8327
8328         -Wshadow warning fix.
8329         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8330         "symbol_info" into "info".  Adjust code accordingly.
8331         (ada_lookup_symbol): Likewise.
8332
8333 2012-03-29  Joel Brobecker  <[email protected]>
8334
8335         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8336         of this function's documentation.
8337
8338 2012-03-29  Joel Brobecker  <[email protected]>
8339             Andrey Smirnov  <[email protected]>
8340
8341         -Wshadow warning fix.
8342         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8343         variable into "wild_match_p".  Adjust code accordingly.
8344
8345 2012-03-29  Joel Brobecker  <[email protected]>
8346             Andrey Smirnov  <[email protected]>
8347
8348         -Wshadow warning fix.
8349         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8350         parameter into "wild_match_p".  Adjust code accordingly.
8351         Document this parameter in the function description.
8352
8353 2012-03-29  Joel Brobecker  <[email protected]>
8354             Andrey Smirnov  <[email protected]>
8355
8356         -Wshadow warning fix.
8357         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8358         "wild_match" parameter to "wild_match_p" (-Wshadow).
8359
8360 2012-03-29  Joel Brobecker  <[email protected]>
8361
8362         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8363         in function documentation.
8364
8365 2012-03-29  Joel Brobecker  <[email protected]>
8366             Andrey Smirnov  <[email protected]>
8367
8368         -Wshadow warning fix.
8369         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8370         variable into wild_match_p.  Adjust code accordingly.
8371
8372 2012-03-29  Joel Brobecker  <[email protected]>
8373             Andrey Smirnov  <[email protected]>
8374
8375         * ada-valprint.c (ada_val_print_1): Move the code handling
8376         TYPE_CODE_ENUM inside its own lexical block.  Declare
8377         variables len and val there, instead of in the function's
8378         top level block.  Avoid declaring deref_val again in a way
8379         that shadows another variable of the same name declared
8380         in one of the up-level blocks.  Just re-use the up-level
8381         variable instead.
8382
8383 2012-03-29  Joel Brobecker  <[email protected]>
8384
8385         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8386         Replace block_found argument by symbol_info.  Adjust
8387         implementation accordingly.  Add function documentation.
8388         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8389         Fix documentation.
8390         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8391         * ada-exp.y (write_object_renaming): Adjust to new
8392         ada_lookup_encoded_symbol API.
8393
8394 2012-03-29  Joel Brobecker  <[email protected]>
8395
8396         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8397         documentation.
8398
8399 2012-03-28  Rathish C  <[email protected]>
8400
8401         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8402         (v850_register_name): Add the mpu and fpu register names.
8403         (v850e_register_name): Add the mpu and fpu register names.
8404         (v850e2_register_name): New function.
8405         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8406         bfd_mach_v850e2v3.
8407
8408 2012-03-28  Joel Brobecker  <[email protected]>
8409
8410         * NEWS: Add entry for Ada varobj support.
8411
8412 2012-03-28  Joel Brobecker  <[email protected]>
8413
8414         * varobj.c (default_value_is_changeable_p): New function,
8415         extracted from varobj_value_is_changeable_p.  Add declaration.
8416         (ada_value_is_changeable_p): New function, extracted from
8417         varobj_value_is_changeable_p.  Add declaration.
8418         (struct language_specific): New field "value_is_changeable_p".
8419         (languages): Add entries for new field.
8420         (varobj_create): Set language before calling install_new_value.
8421         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8422         "value_is_changeable_p" language callback.
8423
8424 2012-03-28  Joel Brobecker  <[email protected]>
8425
8426         * ada-varobj.h, ada-varobj.c: New files.
8427         * Makefile.in (SFILES): Add ada-varobj.c.
8428         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8429         (COMMON_OBS): Add ada-varobj.o.
8430
8431 2012-03-28  Joel Brobecker  <[email protected]>
8432
8433         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8434         (struct language_specific): New field "value_has_mutated".
8435         (languages): Set field "value_has_mutated" in each entry of array.
8436         (varobj_value_has_mutated): New function.
8437         (varobj_udpdate): Add handling of type mutation.
8438         (value_of_root): Add handling of type mutation.
8439         (ada_value_has_mutated): New function.
8440
8441 2012-03-28  Pedro Alves  <[email protected]>
8442
8443         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8444         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8445
8446 2012-03-28  Tom Tromey  <[email protected]>
8447
8448         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8449         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8450         before returning.
8451
8452 2012-03-28  Tom Tromey  <[email protected]>
8453
8454         * .dir-locals.el: New file.
8455
8456 2012-03-28  Pedro Alves  <[email protected]>
8457
8458         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8459
8460 2012-03-28  Joel Brobecker  <[email protected]>
8461
8462         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8463         handling for r0.
8464
8465 2012-03-27  Pedro Alves  <[email protected]>
8466
8467         Eliminate struct ui_stream.
8468
8469         * ui-out.h (struct ui_stream): Delete.
8470         (ui_out_field_stream): Adjust prototype.
8471         (ui_out_stream_new, ui_out_stream_delete)
8472         (make_cleanup_ui_out_stream_delete): Delete declarations.
8473         * ui-out.c (ui_out_field_stream): Change prototype to take a
8474         ui_file instead of a ui_stream.  Adjust.
8475         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8476         (make_cleanup_ui_out_stream_delete): Delete.
8477         * breakpoint.c (print_breakpoint_location)
8478         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8479         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8480         * disasm.c (dump_insns): Ditto.
8481         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8482         prototype.
8483         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8484         ui_stream/ui_out_stream_new.
8485         * infcmd.c (print_return_value): Ditto.
8486         * osdata.c (info_osdata_command): Don't allocate a local
8487         ui_stream.
8488         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8489         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8490         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8491         allocate a local ui_stream.
8492         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8493         instead of ui_stream/ui_out_stream_new.
8494         (list_args_or_locals): Don't allocate a local ui_stream.
8495         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8496         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8497         ui_stream/ui_out_stream_new.
8498         * cli/cli-setshow.c (do_setshow_command): Ditto.
8499
8500 2012-03-27  Oza Pawandeep  <[email protected]>
8501
8502         * arm-linux-tdep.c (arm_linux_init_abi): Call
8503         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8504         * arm-tdep.c (arm_process_record): New function.
8505         (deallocate_reg_mem): New function.
8506         (decode_insn): New function.
8507         (thumb_record_branch): New function.
8508         (thumb_record_ldm_stm_swi(): New function.
8509         (thumb_record_misc): New function.
8510         (thumb_record_ld_st_stack): New function.
8511         (thumb_record_ld_st_imm_offset): New function.
8512         (thumb_record_ld_st_reg_offset(): New function.
8513         (thumb_record_add_sub_cmp_mov): New function.
8514         (thumb_record_shift_add_sub): New function.
8515         (arm_record_coproc_data_proc): New function.
8516         (arm_record_coproc): New function.
8517         (arm_record_b_bl): New function.
8518         (arm_record_ld_st_multiple): New function.
8519         (arm_record_ld_st_reg_offset): New function.
8520         (arm_record_ld_st_imm_offset): New function.
8521         (arm_record_data_proc_imm): New function.
8522         (arm_record_data_proc_misc_ld_str): New function.
8523         (arm_record_extension_space): New function.
8524         (arm_record_strx): New function.
8525         (sbo_sbz): New function.
8526         (struct insn_decode_record): New structure for arm insn record.
8527         (REG_ALLOC): New macro for reg allocations.
8528         (MEM_ALLOC): New macro for memory allocations.
8529         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8530
8531 2012-03-27  Andreas Schwab  <[email protected]>
8532
8533         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8534         (store_register): Likewise.
8535
8536 2012-03-26  Oza Pawandeep  <[email protected]>
8537
8538         * MAINTAINERS (Write After Approval): Add myself to the list.
8539
8540 2012-03-25  Jan Kratochvil  <[email protected]>
8541
8542         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8543         Describe also the option "auto".
8544
8545 2012-03-22  Richard Henderson  <[email protected]>
8546
8547         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8548         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8549
8550 2012-03-22  Richard Henderson  <[email protected]>
8551
8552         * jit.c (jit_read_code_entry): Compute alignment and offset of
8553         int64_t member before computing entry_size.
8554
8555 2012-03-22  Siva Chandra Reddy  <[email protected]>
8556
8557         Python scripting: Add new method Value.referenced_value to
8558         gdb.Value which can dereference pointer as well as reference
8559         values.
8560         * NEWS: Add entry under 'Python scripting' about the new method
8561         Value.referenced_value on gdb.Value objects.
8562         * python/py-value.c (valpy_referenced_value): New function
8563         defining a new method on gdb.Value objects which can dereference
8564         pointer and reference values.
8565
8566 2012-03-22  Siva Chandra Reddy  <[email protected]>
8567
8568         * MAINTAINERS (Write After Approval): Add myself to the list.
8569
8570 2012-03-21  Kevin Buettner  <[email protected]>
8571
8572         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8573         in addition to "main".
8574
8575 2012-03-21  Joel Brobecker  <[email protected]>
8576
8577         * expression.h (op_name): Add declaration.
8578         * expprint.c (op_name): Remove declaration.  Make non-static.
8579         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8580
8581 2012-03-21  Thomas Schwinge  <[email protected]>
8582
8583         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8584         of struct siginfo.
8585         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8586         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8587         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8588         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8589         (linux_nat_get_siginfo): Likewise.
8590         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8591         (linux_nat_get_siginfo): Likewise.
8592         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8593         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8594         * procfs.c (gdb_siginfo_t): Likewise.
8595
8596 2012-03-21  Mike Frysinger  <[email protected]>
8597
8598         * .gitignore: Ignore more files.
8599
8600 2012-03-20  Pedro Alves  <[email protected]>
8601
8602         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8603         returns.
8604
8605 2012-03-20  Yao Qi  <[email protected]>
8606
8607         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8608         comment.
8609
8610 2012-03-19  Jan Kratochvil  <[email protected]>
8611
8612         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8613         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8614         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8615         sect_offset.
8616         * dwarf2expr.h (cu_offset, sect_offset): New types.
8617         (struct dwarf_expr_context_funcs) <dwarf_call>
8618         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8619         sect_offset.
8620         (struct dwarf_expr_context) <len>: Improve the comment.
8621         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8622         cu_offset and sect_offset.
8623         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8624         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8625         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8626         * dwarf2loc.h: Include dwarf2expr.h.
8627         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8628         and sect_offset.
8629         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8630         Improve the comment.
8631         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8632         (struct signatured_type, struct line_header, struct partial_die_info)
8633         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8634         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8635         (get_die_type_at_offset, create_cus_from_index)
8636         (create_signatured_type_table_from_index, dw2_get_file_names)
8637         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8638         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8639         (create_debug_types_hash_table, process_psymtab_comp_unit)
8640         (load_partial_comp_unit, create_all_comp_units)
8641         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8642         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8643         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8644         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8645         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8646         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8647         (find_partial_die, read_attribute_value, lookup_die_type)
8648         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8649         (is_ref_attr): New function comment.
8650         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8651         Use cu_offset and sect_offset.
8652         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8653         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8654         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8655         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8656         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8657         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8658         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8659         sect_offset.
8660
8661 2012-03-19  Jan Kratochvil  <[email protected]>
8662
8663         Code cleanup.
8664         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8665         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8666         with xfree.
8667         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8668
8669 2012-03-19  Jan Kratochvil  <[email protected]>
8670
8671         * NEWS: Describe new options --init-command=FILE, -ix and
8672         --init-eval-command=COMMAND, -iex.
8673         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8674         CMDARG_INIT_COMMAND.
8675         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8676         "init-command", "init-eval-command", "ix" and "iex" to the variable
8677         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8678         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8679         (print_gdb_help): Describe --init-command=FILE, -ix and
8680         --init-eval-command=COMMAND, -iex.
8681
8682 2012-03-19  Jan Kratochvil  <[email protected]>
8683
8684         Code cleanup.
8685         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8686         (cmdarg_s, VEC (cmdarg_s)): New.
8687         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8688         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8689         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8690         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8691         of CMDARG.
8692
8693 2012-03-19  Tom Tromey  <[email protected]>
8694
8695         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8696
8697 2012-03-16  Jan Kratochvil  <[email protected]>
8698
8699         PR symtab/13777
8700         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8701         GCC >=4.5.
8702
8703 2012-03-16  Chris January  <[email protected]>
8704
8705         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8706         of clear.
8707
8708 2012-03-16  Chris January  <[email protected]>
8709
8710         * source.c (add_path): Use memmove instead of strcpy because the
8711         strings overlap.
8712
8713 2012-03-16  Joel Brobecker  <[email protected]>
8714
8715         * value.h (set_value_parent): Add declaration.
8716         * value.c (set_value_parent): New function.
8717         (value_address): If VALUE->PARENT is not NULL, then use it as
8718         the base address instead of VALUE->LOCATION.address.
8719         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8720         the same as OBJ's address.  Adjust V's offset accordingly.
8721         Set V's parent.
8722
8723 2012-03-16  Gary Benson  <[email protected]>
8724
8725         PR breakpoints/10738
8726         * dwarf2read.c (use_deprecated_index_sections): New global.
8727         (struct partial_die_info): New member may_be_inlined.
8728         (read_partial_die): Set may_be_inlined where appropriate.
8729         (add_partial_subprogram): Add partial symbols for partial
8730         DIEs that may be inlined.
8731         (new_symbol_full): Add inlined subroutines to the current
8732         scope.
8733         (write_psymtabs_to_index): Bump version number.
8734         (dwarf2_read_index): Read only version 6 indices unless
8735         use_deprecated_index_sections is set.
8736         * linespec.c (symbol_and_data_callback): New structure.
8737         (iterate_inline_only): New function.
8738         (iterate_over_all_matching_symtabs): New argument
8739         "include_inline".  If nonzero, also call the callback for
8740         symbols representing inlined subroutines.
8741         (lookup_prefix_sym): Pass extra argument to the above.
8742         (find_function_symbols): Likewise.
8743         (add_matching_symbols_to_info): Likewise.
8744         * NEWS: Mention that GDB can now set breakpoints on inlined
8745         functions.
8746
8747 2012-03-16  Pierre Muller  <[email protected]>
8748
8749         * p-typeprint.c (pascal_type_print_method_args):
8750         Fix display of parameter of methods.
8751
8752 2012-03-16  Pierre Muller  <[email protected]>
8753
8754         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8755         Add missing prototype.
8756
8757 2012-03-16  Yao Qi  <[email protected]>
8758             Jan Kratochvil  <[email protected]>
8759
8760         Fix false compilation warning.
8761         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8762
8763 2012-03-15  Jonathan Larmour  <[email protected]>
8764             Pedro Alves  <[email protected]>
8765
8766         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8767         (arm_register_g_packet_guesses): New function.
8768         (arm_gdbarch_init): Don't force a target description with
8769         registers when the executable is detected as M-profile.  Instead
8770         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8771         (_initialize_arm_tdep): Initialize the new target description.
8772         * features/arm-with-m-fpa-layout.xml: New description.
8773         * features/arm-with-m-fpa-layout.c: New, generated.
8774
8775 2012-03-15  Joel Brobecker  <[email protected]>
8776
8777         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8778         Update function description.
8779         (insert_bp_location): Do not wipe bl->target_info out.
8780         * mem-break.c: #include "gdb_string.h".
8781         (default_memory_insert_breakpoint): Do not call target_read_memory
8782         with a pointer to the breakpoint's shadow_contents buffer.  Use
8783         a local buffer instead.
8784         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8785
8786 2012-03-15  Tom Tromey  <[email protected]>
8787
8788         * NEWS: Mention "info vtbl", not "info vtable".
8789         * cp-support.c (info_vtbl_command): Fix comment.
8790         (_initialize_cp_support): Fix text.
8791
8792 2012-03-15  Tom Tromey  <[email protected]>
8793
8794         * cp-valprint.c (cp_print_value_fields): Use
8795         print_function_pointer_address for vtable slot.
8796
8797 2012-03-15  Tom Tromey  <[email protected]>
8798
8799         * gnu-v3-abi.c (struct value_and_voffset): New.
8800         (hash_value_and_voffset, eq_value_and_voffset)
8801         (compare_value_and_voffset, compute_vtable_size)
8802         (print_one_vtable, gnuv3_print_vtable): New functions.
8803         (init_gnuv3_ops): Initialize 'print_vtable' field.
8804         * cp-support.c (info_vtbl_command): New function.
8805         (_initialize_cp_support): Add "info vtbl".
8806         * cp-abi.h (cplus_print_vtable): Declare.
8807         (struct cp_abi_ops) <print_vtable>: New field.
8808         * cp-abi.c (cplus_print_vtable): New function.
8809         * NEWS: Update.
8810
8811 2012-03-15  Tom Tromey  <[email protected]>
8812
8813         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8814         iterate_over_symbols.
8815
8816 2012-03-14  Doug Evans  <[email protected]>
8817
8818         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8819         DW_OP_GNU_parameter_ref.
8820
8821 2012-03-14  Jan Kratochvil  <[email protected]>
8822
8823         Fix double prompt of 'interpreter-exec mi'.
8824         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8825         (mi_interpreter_resume): use it.
8826         (mi_execute_command_input_handler): New function.
8827         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8828         mi_execute_command_input_handler.
8829
8830 2012-03-13  Josh Matthews  <[email protected]>  (tiny change)
8831
8832         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8833         prototype.
8834         (darwin_debug_port_info): Make static.
8835         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8836         * machoread.c (_initialize_machoread): Add prototype.
8837         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8838         (i386_darwin_set_control, i386_darwin_get_control)
8839         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8840         i386_darwin_get_status, i386_darwin_get_control):
8841         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8842
8843 2012-03-13  Joel Brobecker  <[email protected]>
8844
8845         * ax-gdb.c (gen_usual_unary): Remove special handling of
8846         enum and bool types.
8847
8848 2012-03-13  Joel Brobecker  <[email protected]>
8849
8850         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8851
8852 2012-03-13  Joel Brobecker  <[email protected]>
8853
8854         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8855
8856 2012-03-13  Chris January  <[email protected]>
8857
8858         * aix-thread.c (fill_sprs): Store the floating point registers
8859         at the correct offsets into vals.
8860
8861 2012-03-13  Doug Evans  <[email protected]>
8862
8863         * NEWS: Mention symbol-reloading has been deleted.
8864         * symfile.c (symbol_reloading): Delete.
8865         (show_symbol_reloading): Delete.
8866         (_initialize_symfile): Delete set/show symbol-reloading.
8867
8868         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8869         read_in_chain until we have successfully read it in.
8870         (load_full_comp_unit): Ditto.
8871         (read_signatured_type): Add comment.
8872
8873 2012-03-13  Chris January  <[email protected]>
8874
8875         * stabsread.c (fix_common_block): Change type of valu argument
8876         to CORE_ADDR.
8877
8878 2012-03-13  Chris January  <[email protected]>
8879
8880         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8881         instruction.
8882
8883 2012-03-13  Jan Kratochvil  <[email protected]>
8884
8885         * common/linux-procfs.c (linux_proc_get_int): New, from
8886         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8887         field.
8888         (linux_proc_get_tgid): Only call linux_proc_get_int.
8889         (linux_proc_get_tracerpid): New.
8890         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8891         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8892         linux_proc_pid_has_state.
8893         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8894         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8895         (linux_ptrace_attach_warnings): New.
8896         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8897         New declaration.
8898         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8899         (linux_nat_attach): New variables ex, buffer, message and message_s.
8900         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8901
8902 2012-03-13  Jan Kratochvil  <[email protected]>
8903
8904         * Makefile.in (linux-ptrace.o): New.
8905         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8906         from linux-nat.c.
8907         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8908         * common/linux-ptrace.c: New file.
8909         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8910         * config/arm/linux.mh: Likewise.
8911         * config/i386/linux.mh: Likewise.
8912         * config/i386/linux64.mh: Likewise.
8913         * config/ia64/linux.mh: Likewise.
8914         * config/m32r/linux.mh: Likewise.
8915         * config/m68k/linux.mh: Likewise.
8916         * config/mips/linux.mh: Likewise.
8917         * config/pa/linux.mh: Likewise.
8918         * config/powerpc/linux.mh: Likewise.
8919         * config/powerpc/ppc64-linux.mh: Likewise.
8920         * config/powerpc/spu-linux.mh: Likewise.
8921         * config/s390/s390.mh: Likewise.
8922         * config/sparc/linux.mh: Likewise.
8923         * config/sparc/linux64.mh: Likewise.
8924         * config/xtensa/linux.mh: Likewise.
8925         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8926         common/linux-procfs.c.
8927         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8928
8929 2012-03-13  Hui Zhu  <[email protected]>
8930             Pedro Alves  <[email protected]>
8931
8932         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8933         CREATE_BREAKPOINT_FLAGS_INSERTED.
8934         (create_breakpoint_sal, create_breakpoints_sal)
8935         (base_breakpoint_create_breakpoints_sal)
8936         (tracepoint_create_breakpoints_sal)
8937         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8938         down.
8939         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8940         (ftrace_command, strace_command): Adjust.
8941         (create_tracepoint_from_upload): Pass
8942         CREATE_BREAKPOINT_FLAGS_INSERTED.
8943         * breakpoint.h (enum breakpoint_create_flags): New.
8944         (create_breakpoint): New flags parameter.
8945         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8946         * python/py-breakpoint.c (bppy_init): Adjust.
8947         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8948         * spu-tdep.c (spu_catch_start): Adjust.
8949
8950 2012-03-13  Pedro Alves  <[email protected]>
8951             Hui Zhu  <[email protected]>
8952             Yao Qi  <[email protected]>
8953
8954         * remote.c (struct remote_state): New field `starting_up'.
8955         (remote_start_remote): Set and clear it.
8956         (remote_can_download_tracepoint): If starting up, return false.
8957
8958 2012-03-13  Yao Qi  <[email protected]>
8959
8960         * inferior.h (struct inferior): Remove fields any_syscall_count,
8961         syscalls_counts and total_syscalls_count.  Move them to new
8962         struct catch_syscall_inferior_data in breakpoint.c.
8963         * breakpoint.c: Call DEF_VEC_I(int).
8964         (struct catch_syscall_inferior_data): New.
8965         (get_catch_syscall_inferior_data): New.
8966         (catch_syscall_inferior_data_cleanup): New.
8967         (insert_catch_syscall): Update to access data in
8968         struct catch_syscall_inferior_data.
8969         (insert_catch_syscall): Likewise.
8970         (remove_catch_syscall): Likewise.
8971         (remove_catch_syscall): Likewise.
8972         (is_syscall_catchpoint_enabled): Likewise.
8973         (add_catch_command): Likewise.
8974         (_initialize_breakpoint): Register cleanup.
8975         * breakpoint.h: Removed DEF_VEC_I(int).
8976         * dwarf2loc.c: Call DEF_VEC_I(int).
8977         * mi/mi-main.c: Likewise.
8978
8979 2012-03-12  Mark Kettenis  <[email protected]>
8980
8981         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8982
8983 2012-03-12  Chris January  <[email protected]>
8984
8985         * aix-thread.c (_initialize_aix_thread): Add prototype.
8986         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8987         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8988
8989 2012-03-12  Joel Brobecker  <[email protected]>
8990
8991         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8992         include of "amd64-nat.h".
8993
8994 2012-03-12  Tom Tromey  <[email protected]>
8995
8996         * buildsym.c (record_pending_block): Now static.
8997         * buildsym.h: (record_pending_block): Remove.
8998
8999 2012-03-12  Andreas Tobler  <[email protected]>
9000
9001         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9002
9003 2012-03-09  Tom Tromey  <[email protected]>
9004
9005         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9006         producer_is_gxx_lt_4_6>: New fields.
9007         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9008
9009 2012-03-09  Tom Tromey  <[email protected]>
9010
9011         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9012
9013 2012-03-08  Joel Brobecker  <[email protected]>
9014
9015         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9016         prototype.
9017
9018 2012-03-08  Joel Brobecker  <[email protected]>
9019
9020         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9021
9022 2012-03-08  Jan Kratochvil  <[email protected]>
9023
9024         Fix -Wmissing-prototypes build.
9025         * arm-linux-nat.c (get_thread_id): Make it static.
9026         * xtensa-linux-nat.c (get_thread_id): Likewise.
9027
9028 2012-03-08  Joel Brobecker  <[email protected]>
9029
9030         * server.c (process_point_options): If a conditional expression
9031         is found, only print a message if remote_debug is nonzero.
9032
9033 2012-03-08  Luis Machado  <[email protected]>
9034
9035         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9036         of internal error for unknown/unsupported types.
9037
9038 2012-03-08  Jan Kratochvil  <[email protected]>
9039
9040         Fix CU relative vs. absolute DIE offsets.
9041         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9042         offset to offset_in_cu.
9043         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9044         TYPE_OFFSET.
9045         (dwarf2_fetch_die_location_block): Rename parameter offset to
9046         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9047
9048 2012-03-08  Jan Kratochvil  <[email protected]>
9049
9050         * libunwind-frame.c: Rename to ...
9051         * ia64-libunwind-tdep.c: ... here.
9052         * libunwind-frame.h: Rename to ...
9053         * ia64-libunwind-tdep.h: ... here.
9054         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9055         ia64-libunwind-tdep.h.
9056         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9057         * README (--with-libunwind): Rename to ...
9058         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9059         * config.in: Regenerate.
9060         * configure: Regenerate.
9061         * configure.ac: New option --with-libunwind-ia64, make the
9062         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9063         Remove AC_DEFINE for HAVE_LIBUNWIND.
9064         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9065         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9066         Rename libunwind-frame in the general comment.
9067         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9068         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9069         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9070         the general comment.
9071         * ia64-tdep.c: Rename libunwind-frame.h #include to
9072         ia64-libunwind-tdep.h.
9073         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9074         (ia64_libunwind_descr): Rename libunwind-frame to
9075         ia64-libunwind-tdep in these function comments.
9076         * ia64-tdep.h: Rename libunwind-frame.h #include to
9077         ia64-libunwind-tdep.h.
9078         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9079         ia64-libunwind-tdep in that data comment.
9080
9081 2012-03-08  Jan Kratochvil  <[email protected]>
9082
9083         * libunwind-frame.h (struct frame_unwind): New declaration.
9084
9085 2012-03-08  Joel Brobecker  <[email protected]>
9086
9087         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9088         "set breakpoint condition-evaluation" command.
9089
9090 2012-03-08  Tristan Gingold  <[email protected]>
9091
9092         * sparc-stub.c: Move to stubs/
9093         * sh-stub.c: Likewise.
9094         * m68k-stub.c: Likewise.
9095         * m32r-stub.c: Likewise.
9096         * i386-stub.c: Likewise.
9097
9098 2012-03-08  Andreas Schwab  <[email protected]>
9099
9100         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9101         linux_get_siginfo_type.
9102
9103         * m68klinux-nat.c: Include "gdb_proc_service.h".
9104         (PTRACE_GET_THREAD_AREA): Define.
9105         (ps_get_thread_area): New function.
9106
9107 2012-03-08  Yao Qi  <[email protected]>
9108
9109         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9110         `xsnprintf'.
9111         (remote_query_attached): Likewise.
9112         (remote_static_tracepoint_marker_at): Likewise.
9113         (remote_set_permissions): Likewise.
9114         (remote_detach_1, extended_remote_attach_1): Likewise.
9115         (send_g_packet, remote_vkill): Likewise.
9116         (extended_remote_disable_randomization): Likewise.
9117         (remote_add_target_side_condition): Likewise.
9118         (remote_insert_breakpoint): Likewise.
9119         (remote_remove_breakpoint): Likewise.
9120         (remote_insert_watchpoint): Likewise.
9121         (remote_remove_watchpoint): Likewise.
9122         (remote_insert_hw_breakpoint): Likewise.
9123         (remote_insert_hw_breakpoint): Likewise.
9124         (remote_remove_hw_breakpoint): Likewise.
9125         (remote_download_command_source): Likewise.
9126         (remote_download_tracepoint): Likewise.
9127         (remote_download_trace_state_variable): Likewise.
9128         (remote_disable_tracepoint): Likewise.
9129         (remote_trace_set_readonly_regions): Likewise.
9130         (remote_get_tracepoint_status): Likewise.
9131         (remote_trace_find): Likewise.
9132         (remote_get_trace_state_variable_value): Likewise.
9133         (remote_set_disconnected_tracing): Likewise.
9134         (remote_set_circular_trace_buffer): Likewise.
9135         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9136         (remote_use_agent): Likewise.
9137         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9138         Update callers.
9139
9140 2012-03-07  Pedro Alves  <[email protected]>
9141
9142         * NEWS: Mention QProgramSignals.
9143         * inferior.h (update_signals_program_target): Declare.
9144         * infrun.c: (update_signals_program_target): New.
9145         (handle_command): Update the target of the new program signals
9146         array changes.
9147         * remote.c (PACKET_QProgramSignals): New enum.
9148         (last_program_signals_packet): New global.
9149         (remote_program_signals): New.
9150         (remote_start_remote): Update the target with the program signals
9151         list.
9152         (remote_protocol_features): Add entry for QPassSignals.
9153         (remote_open_1): Free anc clear last_program_signals_packet.
9154         (init_remote_ops): Install remote_program_signals.
9155         * target.c (update_current_target): Adjust.
9156         (target_program_signals): New.
9157         * target.h (struct target_ops) <to_program_signals>: New field.
9158         (target_program_signals): Declare.
9159
9160 2012-03-07  Pedro Alves  <[email protected]>
9161
9162         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9163         extensions.
9164
9165 2012-03-07  Andreas Schwab  <[email protected]>
9166
9167         * m68klinux-nat.c (getregs_supplies): Make static.
9168         (getfpregs_supplies): Likewise.
9169         (have_ptrace_getregs): Likewise.
9170
9171 2012-03-06  Joel Brobecker  <[email protected]>
9172
9173         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9174         in call to get_die_type_at_offset.
9175
9176 2012-03-06  Stan Shebs  <[email protected]>
9177
9178         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9179         * mi/mi-cmd-disas.c: Ditto.
9180         * mi/mi-cmd-env.c: Ditto.
9181         * mi/mi-cmd-file.c: Ditto.
9182         * mi/mi-cmd-stack.c: Ditto.
9183         * mi/mi-cmd-target.c: Ditto.
9184         * mi/mi-cmd-var.c: Ditto.
9185         * mi/mi-cmds.c: Ditto.
9186         * mi/mi-cmds.h: Ditto.
9187         * mi/mi-console.c: Ditto.
9188         * mi/mi-getopt.c: Ditto.
9189         * mi/mi-getopt.h: Ditto.
9190         * mi/mi-interp.c: Ditto.
9191         * mi/mi-main.c: Ditto.
9192         * mi/mi-out.c: Ditto.
9193         * mi/mi-parse.c: Ditto.
9194         * mi/mi-parse.h: Ditto.
9195         * mi/mi-symbol-cmds.c: Ditto.
9196
9197         * mi/mi-getopt.h: Move mi_opt struct up.
9198         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9199         return.
9200         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9201
9202 2012-03-06  Tom Tromey  <[email protected]>
9203
9204         * proc-service.c (ps_pglobal_lookup): Set the current program
9205         space.
9206
9207 2012-03-06  Pedro Alves  <[email protected]>
9208
9209         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9210
9211 2012-03-05  Joel Brobecker  <[email protected]>
9212
9213         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9214
9215 2012-03-05  Jan Kratochvil  <[email protected]>
9216
9217         Code cleanup.
9218         * common/linux-osdata.c (linux_common_core_of_thread): New function
9219         comment.
9220         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9221         call by linux_common_core_of_thread.
9222         (linux_nat_core_of_thread_1): Remove.
9223         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9224         * linux-thread-db.c: Include linux-osdata.h.
9225         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9226         linux_common_core_of_thread.
9227
9228 2012-03-05  Tom Tromey  <[email protected]>
9229
9230         * value.c (value_primitive_field): Don't fetch contents for
9231         non-virtual bases.
9232
9233 2012-03-05  Tom Tromey  <[email protected]>
9234
9235         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9236
9237 2012-03-05  Andreas Arnez  <[email protected]>
9238
9239         * s390-nat.c: Include "gregset.h".
9240
9241 2012-03-05  Jan Kratochvil  <[email protected]>
9242
9243         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9244         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9245         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9246         load also LIBUNWIND_SO_7.
9247
9248 2012-03-05  Pedro Alves  <[email protected]>
9249
9250         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9251         is not NULL, and remove resulting dead code.
9252
9253 2012-03-05  Thomas Schwinge  <[email protected]>
9254
9255         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9256         prologue to sh_analyze_prologue.
9257         (sh_analyze_prologue): Make better use of such an upper limit, and
9258         generally be more cautious about accessing memory.
9259
9260 2012-03-05  Tom Tromey  <[email protected]>
9261
9262         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9263         _initialize_ia64_hpux_tdep.
9264
9265 2012-03-05  Pedro Alves  <[email protected]>
9266
9267         PR gdb/13766
9268
9269         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9270         the register state is clear, supply explicit zero, instead of
9271         marking the register unavailable.
9272
9273 2012-03-05  Tristan Gingold  <[email protected]>
9274
9275         * NEWS: Mention OpenVMS ia64 new target.
9276
9277 2012-03-05  Tristan Gingold  <[email protected]>
9278
9279         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9280         (ia64_unw_accessors, ia64_unw_rse_accessors)
9281         (ia64_libunwind_descr): Declare.
9282         * ia64-vms-tdep.c: New file.
9283         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9284         (ia64_libunwind_descr): Make them public.
9285         * configure.tgt: Add ia64-*-*vms*.
9286         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9287         (ALLDEPFILES): Add ia64-vms-tdep.c
9288
9289 2012-03-05  Tristan Gingold  <[email protected]>
9290
9291         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9292         * remote.c (PACKET_qXfer_uib): New enum value.
9293         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9294         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9295         (_initialize_remote): Call add_packet_config_cmd for
9296         xfer:uib packet.
9297
9298 2012-03-05  Tristan Gingold  <[email protected]>
9299
9300         * osabi.c (gdb_osabi_names): Add OpenVMS.
9301         (generic_elf_osabi_sniffer): Likewise.
9302         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9303
9304 2012-03-04  Jan Kratochvil  <[email protected]>
9305
9306         Removed unused code.
9307         * libunwind-frame.c (libunwind_frame_unwind)
9308         (libunwind_frame_base_address): Remove.
9309         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9310
9311 2012-03-04  Yao Qi  <[email protected]>
9312
9313         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9314         remove trailing new line.
9315         (agent_run_command, agent_run_command): Add _ markup.
9316         (agent_capability_check): Likewise.
9317
9318 2012-03-03  Jan Kratochvil  <[email protected]>
9319
9320         * breakpoint.c (set_condition_evaluation_mode): Set
9321         CONDITION_EVALUATION_MODE unconditionally.
9322
9323 2012-03-03  Yao Qi  <[email protected]>
9324
9325         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9326         * common/agent.h: Update declaration.
9327         * inf-child.c (inf_child_use_agent): New.
9328         (inf_child_can_use_agent): New.
9329         (inf_child_target): Initialize fields `to_use_agent'
9330         and `to_can_use_agent'.
9331         * agent.c (agent_new_objfile): New.
9332         (_initialize_agent): Add agent_new_objfile to new_objfile
9333         observer.
9334
9335         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9336         New.
9337         (linux_target_install_ops): Initialize field
9338         `to_static_tracepoint_markers_by_strid'.
9339         * remote.c (free_current_marker): Move it to ...
9340         * tracepoint.c (free_current_marker): ... here.  New.
9341         (cleanup_target_stop): New.
9342         * tracepoint.h: Declare free_current_marker.
9343         * NEWS: Add one entry about `info static-tracepoint-marker'.
9344
9345 2012-03-03  Yao Qi  <[email protected]>
9346
9347         * common/agent.c (agent_loaded_p): New.
9348         (agent_look_up_symbols): New global.
9349         * common/agent.h: Declare agent_loaded_p.
9350
9351 2012-03-03  Yao Qi  <[email protected]>
9352
9353         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9354         (agent_capability_check, agent_capability_invalidate): New.
9355         (symbol_list): New array element.
9356         * common/agent.h (enum agent_capa): New.
9357         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9358
9359 2012-03-03  Yao Qi  <[email protected]>
9360
9361         * target.h (struct target_ops) <to_use_agent>: New field.
9362         (struct target_ops) <to_can_use_agent>: New field.
9363         (target_use_agent, target_can_use_agent): New macro.
9364         * target.c (update_current_target): Update.
9365         * remote.c: New enum `PACKET_QAgent'.
9366         (remote_protocol_features): Add a new element.
9367         (remote_use_agent, remote_can_use_agent): New.
9368         (init_remote_ops): Initialize field `can_use_agent' with
9369         remote_can_use_agent.  Intiailize field `use_agent' with
9370         remote_use_agent.
9371         * common/agent.c (use_agent): New global.
9372         * common/agent.h: Declare it.
9373         * tracepoint.c (info_static_tracepoint_markers_command): Add
9374         comment.
9375         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9376         (COMMON_OBS): Add common/agent.o and agent.o
9377         (common-agent.o): New rule.
9378         * agent.c: New.
9379
9380 2012-03-03  Yao Qi  <[email protected]>
9381
9382         * common/agent.c: New.
9383         * common/agent.h: New.
9384         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9385         AC_CHECK_HEADERS.
9386         * configure, configh.in: Regenerated.
9387
9388 2012-03-02  Kevin Buettner  <[email protected]>
9389
9390         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9391         unless it exists for this architecture.
9392
9393 2012-03-02  Joel Brobecker  <[email protected]>
9394
9395         * language.h (struct language_defn): New "method" la_read_var_value.
9396         * findvar.c: #include "language.h".
9397         (default_read_var_value): Renames read_var_value.  Rewrite
9398         function description.
9399         (read_var_value): New function.
9400         * value.h (default_read_var_value): Add prototype.
9401         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9402         New functions.
9403         (ada_language_defn): Add entry for la_read_var_value.
9404         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9405         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9406         language_defn structures to add entry for new la_read_var_value
9407         field.
9408
9409 2012-03-02  Tom Tromey  <[email protected]>
9410             Pedro Alves  <[email protected]>
9411
9412         PR breakpoints/13776:
9413         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9414         breakpoints.
9415         (delete_longjmp_breakpoint_at_next_stop): New.
9416         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9417         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9418         before deleting the inferior.  Add comments.
9419         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9420         breakpoints immediately, but only on next stop.  Move that code
9421         next to where we mark other breakpoints for deletion.
9422
9423 2012-03-02  Joel Brobecker  <[email protected]>
9424
9425         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9426         marker.
9427         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9428         violation.
9429
9430 2012-03-02  Pedro Alves  <[email protected]>
9431
9432         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9433
9434 2012-03-02  Ulrich Weigand  <[email protected]>
9435
9436         Fix -Wmissing-prototypes build.
9437         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9438         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9439         (gdbsim_has_memory): Likewise.
9440
9441 2012-03-02  Yao Qi  <[email protected]>
9442
9443         Fix -Wmissing-prototypes build.
9444         * charset.c (phony_iconv_open): Make static.
9445         (phony_iconv_close, phony_iconv): Likewise.
9446         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9447         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9448         prototype.
9449         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9450         * ser-mingw.c (create_select_thread): Make static.
9451         * windows-termcap.c (tgetent): New prototype.
9452         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9453
9454 2012-03-02  Zhang Yuanhui  <[email protected]>
9455
9456         Fix -Wmissing-prototypes build.
9457         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9458         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9459         (_initialize_loadable): New prototypes.
9460
9461 2012-03-02  Doug Evans  <[email protected]>
9462
9463         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9464         abbrev table, read_comp_unit will do it.
9465
9466 2012-03-02  Jan Kratochvil  <[email protected]>
9467
9468         Fix -Wmissing-prototypes build.
9469         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9470         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9471         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9472         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9473         (_initialize_arm_symbian_tdep): New prototype.
9474         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9475         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9476         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9477         static.
9478         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9479         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9480         prototype.
9481         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9482         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9483         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9484         static.
9485         * moxie-tdep.c (moxie_process_record): Likewise.
9486         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9487         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9488         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9489         (_initialize_rl78_tdep): New prototype.
9490         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9491         (_initialize_rx_tdep): New prototype.
9492         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9493         (_initialize_darwin_solib): New prototype.
9494         * solib-spu.c: Include solib-spu.h.
9495         (_initialize_spu_solib): New prototype.
9496         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9497         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9498         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9499         (tic6x_software_single_step): Make it static.
9500         (_initialize_tic6x_tdep): New prototype.
9501
9502 2012-03-02  Jan Kratochvil  <[email protected]>
9503
9504         Fix -Wmissing-prototypes build.
9505         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9506         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9507
9508 2012-03-01  Jan Kratochvil  <[email protected]>
9509
9510         Fix -Wmissing-prototypes build.
9511         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9512         (frv_have_stopped_data_address): Remove.
9513
9514 2012-03-01  Jan Kratochvil  <[email protected]>
9515
9516         Fix -Wmissing-prototypes build.
9517         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9518         * sh-tdep.c: Include sh64-tdep.h.
9519         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9520         * sh64-tdep.c: Include sh64-tdep.h.
9521         * sh64-tdep.h: New file.
9522
9523 2012-03-01  Maciej W. Rozycki <[email protected]>
9524
9525         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9526
9527 2012-03-01  Maciej W. Rozycki  <[email protected]>
9528
9529         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9530         sp_regnum once the gdbarch_init_osabi hook has been called.
9531
9532 2012-03-01  Maciej W. Rozycki  <[email protected]>
9533
9534         * mips-tdep.c (mips32_bc1_pc): New function.
9535         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9536         BPOSGE32 and BPOSGE64 instructions.
9537         (deal_with_atomic_sequence): Likewise.
9538         (mips32_instruction_has_delay_slot): Likewise.
9539
9540 2012-03-01  Maciej W. Rozycki  <[email protected]>
9541             Chris Dearman  <[email protected]>
9542             Maciej W. Rozycki  <[email protected]>
9543             Joseph Myers  <[email protected]>
9544
9545         * features/mips-dsp.xml: New file.
9546         * features/mips64-dsp.xml: New file.
9547         * features/mips-dsp-linux.xml: New file.
9548         * features/mips64-dsp-linux.xml: New file.
9549         * features/Makefile (WHICH): Add mips-dsp-linux and
9550         mips64-dsp-linux.
9551         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9552         * features/mips-dsp-linux.c: New file.
9553         * features/mips64-dsp-linux.c: New file.
9554         * regformats/mips-dsp-linux.dat: New file.
9555         * regformats/mips64-dsp-linux.dat: New file.
9556         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9557         registers.
9558         (mips64_linux_register_addr): Likewise.
9559         (mips64_linux_regsets_fetch_registers): Likewise.
9560         (mips64_linux_regsets_store_registers): Likewise.
9561         (mips64_linux_fetch_registers): Update call to
9562         mips64_linux_regsets_fetch_registers.
9563         (mips64_linux_store_registers): Update call to
9564         mips64_linux_regsets_store_registers.
9565         (mips_linux_read_description): Probe for DSP registers.
9566         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9567         and initialize_tdesc_mips64_dsp_linux.
9568         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9569         Remove padding of no longer used embedded register slots.
9570         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9571         (MIPS_RESTART_REGNUM): Redefine enum value.
9572         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9573         strings.
9574         (mips_tx39_reg_names): Likewise.
9575         (mips_linux_reg_names): New array of register names for Linux
9576         targets.
9577         (mips_register_name): Check for a null pointer in
9578         mips_processor_reg_names and return an empty string.
9579         (mips_register_type): Exclude embedded registers for the IRIX
9580         and Linux ABIs.
9581         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9582         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9583         DSP registers.
9584         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9585         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9586         (mips_gdbarch_init): Likewise.  Initialize internal register
9587         indices for the Linux ABI.  Use dynamic numbers to refer to
9588         registers, as applicable, while parsing the target description.
9589         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9590
9591 2012-03-01  Joel Brobecker  <[email protected]>
9592
9593         * frame.h (read_frame_register_unsigned): Fix typo in function
9594         description.
9595
9596 2012-03-01  Pedro Alves  <[email protected]>
9597
9598         * jit-reader.in [!__cplusplus]
9599         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9600
9601 2012-03-01  Pedro Alves  <[email protected]>
9602
9603         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9604         * configure: Regenerate.
9605
9606 2012-03-01  Pedro Alves  <[email protected]>
9607
9608         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9609         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9610         (ftrace_command, strace_command): Make static.
9611         * d-lang.c (_initialize_d_language): Declare.
9612         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9613         * dwarf2loc.c (_initialize_dwarf2loc):
9614         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9615         * exec.c (exec_get_section_table): Make static.
9616         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9617         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9618         * inferior.c (remove_inferior_command, add_inferior_command)
9619         (clone_inferior_command): Make static.
9620         * linux-nat.c (linux_nat_thread_address_space)
9621         (linux_nat_core_of_thread): Make static.
9622         * linux-tdep.c (_initialize_linux_tdep): Declare.
9623         * objc-lang.c (_initialize_objc_lang): Declare.
9624         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9625         Make static.
9626         (_initialize_opencl_language): Declare.
9627         * record.c (_initialize_record): Declare.
9628         * remote.c (demand_private_info, remote_get_tib_address)
9629         (remote_supports_cond_tracepoints)
9630         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9631         Make static.
9632         * skip.c (_initialize_step_skip): Declare.
9633         * symtab.c (skip_prologue_using_lineinfo): Make static.
9634         * tracepoint.c (delete_trace_state_variable)
9635         (trace_variable_command, delete_trace_variable_command)
9636         (get_uploaded_tsv, find_matching_tracepoint_location)
9637         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9638         Make static.
9639         * value.c (pack_unsigned_long): Make static.
9640         * varobj.c (varobj_ensure_python_env): Make static.
9641         * windows-tdep.c (_initialize_windows_tdep): Declare.
9642         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9643
9644 2012-03-01  Pedro Alves  <[email protected]>
9645
9646         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9647         gdbarch parameter.
9648         (linux_init_abi): Install it as has_shared_address_space gdbarch
9649         callback.
9650
9651 2012-03-01  Pedro Alves  <[email protected]>
9652
9653         * observer.c (observer_test_first_notification_function)
9654         (observer_test_second_notification_function)
9655         (observer_test_third_notification_function): Add declarations.
9656
9657 2012-03-01  Pedro Alves  <[email protected]>
9658
9659         * common/signals.c (default_target_signal_to_host)
9660         (default_target_signal_from_host): Move ...
9661         * arch-utils.c: ... here.
9662         * arch-utils.h (default_target_signal_to_host)
9663         (default_target_signal_from_host): Declare.
9664
9665         * common/signals.c (target_signal_from_command): Move ...
9666         * infrun.c: ... here.
9667         * inferior.h (target_signal_from_command): Declare.
9668         * target.h (target_signal_from_command)
9669         (default_target_signal_from_host, default_target_signal_to_host):
9670         Delete declarations.
9671
9672         * common/signals.c (_initialize_signals): Delete.
9673
9674 2012-03-01  Pedro Alves  <[email protected]>
9675
9676         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9677         both __cplusplus and !__cplusplus.
9678
9679 2012-03-01  Pedro Alves  <[email protected]>
9680
9681         * psymtab.c (find_and_open_source): Delete declaration.
9682         * source.c (find_and_open_source): Move comment ...
9683         * source.h (find_and_open_source): ... to this new declaration.
9684
9685 2012-03-01  Pedro Alves  <[email protected]>
9686
9687         * inline-frame.c: Include inline-frame.h.
9688
9689 2012-03-01  Pedro Alves  <[email protected]>
9690
9691         * tui/tui-data.c (set_gen_win_origin): Delete.
9692         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9693         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9694
9695 2012-03-01  Pedro Alves  <[email protected]>
9696
9697         * remote.c (encode_actions): Delete declaration.
9698         * tracepoint.c (encode_actions): Make extern.
9699         * tracepoint.h (encode_actions): Declare.
9700
9701 2012-03-01  Pedro Alves  <[email protected]>
9702
9703         * python/py-breakpoint.c: Include python.h.
9704         * python/py-continueevent.c (create_continue_event_object): Make
9705         static.
9706         * python/py-lazy-string.c (stpy_get_type): Make static.
9707         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9708         Make static.
9709         * python/py-utils.c (unicode_to_target_python_string): Make
9710         static.
9711         * python/py-value.c: Include python.h.
9712
9713 2012-03-01  Pedro Alves  <[email protected]>
9714
9715         * inferior.c (delete_threads_of_inferior): Delete.
9716
9717 2012-03-01  Pedro Alves  <[email protected]>
9718
9719         Import fallback definitions from glibc.
9720
9721         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9722         ps_prochandle): Forward declare.
9723         (ps_err_e): Use glibc's comments.
9724         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9725         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9726         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9727         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9728         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9729         (struct ps_prochandle): Adjust comment.
9730
9731 2012-03-01  Pedro Alves  <[email protected]>
9732
9733         * ada-lang.c (ada_modulus_from_name): Delete.
9734         * ada-lex.l (lexer_init): Make static.
9735
9736 2012-03-01  Pedro Alves  <[email protected]>
9737
9738         PR gdb/13767
9739
9740         * frame.c (read_frame_register_unsigned): New.
9741         * frame.h (read_frame_register_unsigned): Declare.
9742         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9743         Handle it.
9744         (print_i387_control_word): New parameter `control_p'.  Handle it.
9745         (i387_print_float_info): Handle unavailable float registers.
9746
9747 2012-03-01  Keith Seitz  <[email protected]>
9748
9749         * linespec.c (decode_line_2): Sort the list of methods
9750         alphabetically before presenting the user with a selection
9751         menu.
9752
9753 2012-03-01  Doug Evans  <[email protected]>
9754
9755         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9756         has_namespace_info.
9757         (dwarf2_read_abbrevs): Remove corresponding initialization.
9758
9759 2012-03-01  Scott J. Goldman <[email protected]>
9760
9761         * NEWS: Mention new python command class gdb.COMMAND_USER.
9762         * cli/cli-cmds.c (show_user): Print error when used on a python
9763         command.
9764         (init_cli_cmds): Update documentation strings for "show user" and
9765         "set/show max-user-call-depth" to clarify that it does not apply to
9766         python commands.
9767         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9768         error check.
9769         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9770         gdb python api.
9771         * top.c (execute_command): Only execute a user-defined command as a
9772         legacy macro if c->user_commands is set.
9773
9774 2012-03-01  Tom Tromey  <[email protected]>
9775
9776         * valprint.h (struct generic_val_print_decorations): New.
9777         (generic_val_print): Declare.
9778         * valprint.c (generic_val_print): New function.
9779         * p-valprint.c (p_decorations): New global.
9780         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9781         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9782         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9783         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9784         * m2-valprint.c (m2_decorations): New global.
9785         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9786         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9787         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9788         TYPE_CODE_ERROR>: Call generic_val_print.
9789         * f-valprint.c (f_decorations): New global.
9790         (f_val_print): Use print_function_pointer_address.
9791         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9792         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9793         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9794         generic_val_print.
9795         * c-valprint.c (c_decorations): New global.
9796         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9797         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9798         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9799         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9800         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9801         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9802         case.
9803
9804 2012-03-01  Tom Tromey  <[email protected]>
9805
9806         * valprint.c (val_print): Update.
9807         * p-valprint (pascal_val_print): Return void.
9808         * p-lang.h (pascal_val_print): Return void.
9809         * m2-valprint.c (m2_val_print): Return void.
9810         * m2-lang.h (m2_val_print): Return void.
9811         * language.h (struct language_defn) <la_val_print>: Return void.
9812         * language.c (unk_lang_val_print): Return void.
9813         * jv-valprint.c (java_val_print): Return void.
9814         * jv-lang.h (java_val_print): Return void.
9815         * f-valprint.c (f_val_print): Return void.
9816         * f-lang.h (f_val_print): Return void.
9817         * d-valprint.c (d_val_print): Return void.
9818         (dynamic_array_type): Update.
9819         * d-lang.h (d_val_print): Return void.
9820         * c-valprint.c (c_val_print): Return void.
9821         * c-lang.h (c_val_print): Return void.
9822         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9823         void.
9824         * ada-lang.h (ada_val_print): Return void.
9825
9826 2012-03-01  Tom Tromey  <[email protected]>
9827
9828         * value.h (val_print): Return void.
9829         * valprint.c (val_print): Return void.
9830
9831 2012-03-01  Tom Tromey  <[email protected]>
9832
9833         * value.h (common_val_print): Return void.
9834         * valprint.c (common_val_print): Return void.
9835
9836 2012-03-01  Tom Tromey  <[email protected]>
9837
9838         * value.h (value_print): Return void.
9839         * valprint.c (value_print): Return void.
9840         * p-valprint.c (pascal_value_print): Return void.
9841         * p-lang.h (pascal_value_print): Return void.
9842         * language.h (struct language_defn) <la_value_print>: Return
9843         void.
9844         * language.c (unk_lang_value_print): Return void.
9845         * jv-valprint.c (java_value_print): Return void.
9846         * jv-lang.h (java_value_print): Return void.
9847         * f-valprint.c (c_value_print): Don't declare.
9848         Include c-lang.h.
9849         * c-valprint.c (c_value_print): Return void.
9850         * c-lang.h (c_value_print): Return void.
9851         * ada-valprint.c (ada_value_print): Return void.
9852         * ada-lang.h (ada_value_print): Return void.
9853
9854 2012-03-01  Tom Tromey  <[email protected]>
9855
9856         * value.c (value_primitive_field): Handle virtual base classes.
9857
9858 2012-03-01  Tom Tromey  <[email protected]>
9859
9860         * gdbtypes.h (struct vbase): Remove.
9861
9862 2012-03-01  Tom Tromey  <[email protected]>
9863
9864         * c-valprint.c (print_function_pointer_address): Move...
9865         * valprint.c: ... here.  Make non-static.
9866         * m2-valprint.c (print_function_pointer_address): Remove.
9867         * valprint.h (print_function_pointer_address): Declare.
9868
9869 2012-03-01  Joel Brobecker  <[email protected]>
9870
9871         * NEWS: Document the fact that one can provide a condition when
9872         creating an Ada exception catchpoint.
9873
9874 2012-03-01  Tom Tromey  <[email protected]>
9875
9876         * valprint.c (val_print_type_code_flags): Fix placement of
9877         trailing brace.
9878
9879 2012-03-01  Joel Brobecker  <[email protected]>
9880
9881         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9882         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9883         environment variable before calling update-copyright.
9884
9885 2012-03-01  Joel Brobecker  <[email protected]>
9886
9887         * gnulib/extra/update-copyright: Update to the latest from
9888         gnulib's git repository.
9889         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9890         variable to 2 instead of 1.
9891
9892 2012-02-29  Joel Brobecker  <[email protected]>
9893
9894         * varobj.c (c_value_of_variable): Remove dead code.
9895
9896 2012-02-29  Joel Brobecker  <[email protected]>
9897
9898         * ada-lex.p (processId): Do not modify already encoded IDs.
9899         Update function documentation.
9900
9901 2012-02-29  Joel Brobecker  <[email protected]>
9902
9903         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9904         "name" with "struct symbol *name_sym".
9905         * ada-exp.y (write_var_or_type): Update call to
9906         ada_find_renaming_symbol.
9907         "name" with "struct symbol *name_sym". Adjust Implementation
9908         accordingly.  Adjust the function documentation.
9909
9910 2012-02-29  Joel Brobecker  <[email protected]>
9911
9912         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9913         * ada-lang.c (ada_find_any_type): Add advance declaration.
9914         Make static.  Replace ada_find_any_symbol by
9915         ada_find_any_type_symbol.
9916         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9917         Improve function description.  Make static.
9918         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9919         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9920
9921 2012-02-29  Joel Brobecker  <[email protected]>
9922
9923         * ada-lang.c (struct tag_args): Delete.
9924         (ada_get_tsd_type): Function body moved up in source file.
9925         (ada_tag_name_1, ada_tag_name_2): Delete.
9926         (ada_get_tsd_from_tag): New function.
9927         (ada_tag_name_from_tsd): New function.
9928         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9929         to determine the tag name.
9930
9931 2012-02-29  Joel Brobecker  <[email protected]>
9932
9933         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9934         declaration.
9935         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9936         function.
9937
9938 2012-02-29  Joel Brobecker  <[email protected]>
9939
9940         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9941
9942 2012-02-29  Joel Brobecker  <[email protected]>
9943
9944         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9945         full searches.
9946
9947 2012-02-29  Joel Brobecker  <[email protected]>
9948
9949         * ada-lang.c (constrained_packed_array_type): If there is a
9950         parallel XA type, use it to determine the array index type.
9951
9952 2012-02-29  Joel Brobecker  <[email protected]>
9953
9954         * ada-valprint.c (ada_val_print_1): If our value is a reference
9955         to an array descriptor, dereference it before converting it
9956         to a simple array.
9957
9958 2012-02-29  Joel Brobecker  <[email protected]>
9959
9960         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9961         creating fixed value.
9962         (ada_value_ind, ada_coerce_ref, assign_component)
9963         (ada_evaluate_subexp): Remove call to unwrap_value before
9964         call to ada_to_fixed_value.
9965
9966 2012-02-29  Joel Brobecker  <[email protected]>
9967
9968         * ada-lang.c (to_fixed_array_type): Set result's type name.
9969
9970 2012-02-29  Joel Brobecker  <[email protected]>
9971
9972         * ada-lang.c (catch_ada_exception_command_split): Add new
9973         argument cond_string.  Add support for condition at end of
9974         "catch exception" commands.
9975         (ada_decode_exception_location): Add new argument cond_string.
9976         Update call to catch_ada_exception_command_split.
9977         (create_ada_exception_catchpoint): Add new argument cond_string.
9978         Set the breakpoint condition if needed.
9979         (catch_ada_exception_command): Update call to
9980         ada_decode_exception_location.
9981         (ada_decode_assert_location): Add function documentation.
9982         Add support for condition at end of "catch assert" command.
9983         (catch_assert_command): Update calls to ada_decode_assert_location
9984         and create_ada_exception_catchpoint.
9985
9986 2012-02-29  Jan Kratochvil  <[email protected]>
9987
9988         Fix disp-step-syscall.exp: fork: single step over fork.
9989         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9990         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9991         comment, change parameters gdbarch and ptid to regcache.  Remove
9992         parameter regcache, initialize gdbarch from regcache here.
9993         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9994         New functions.
9995         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9996         instead.
9997         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9998         'syscall'.  Make the 'int' check more strict.
9999
10000 2012-02-29  Jan Kratochvil  <[email protected]>
10001
10002         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10003         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10004         (i386_linux_intx80_sysenter_syscall_record): ... here.
10005         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10006         Use the renamed function name.
10007
10008 2012-02-29  Jan Kratochvil  <[email protected]>
10009
10010         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10011         * breakpoint.c (until_break_command): Likewise.
10012         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10013         * infcall.c (call_function_by_hand): Likewise.
10014         * infcmd.c (finish_forward): Likewise.
10015         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10016
10017 2012-02-28  Tristan Gingold  <[email protected]>
10018
10019         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10020         avoid variable assignments inside condition.
10021
10022 2012-02-28  Jan Kratochvil  <[email protected]>
10023
10024         Fix static analysis issue found by cppcheck.
10025         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10026         uninitialized BUF for size 2.
10027
10028 2012-02-27  Chris Dearman  <[email protected]>
10029             Nathan Froyd  <[email protected]>
10030             Maciej W. Rozycki  <[email protected]>
10031
10032         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10033         (mips16_instruction_has_delay_slot): Likewise.
10034         (mips_segment_boundary): Likewise.
10035         (mips_adjust_breakpoint_address): Likewise.
10036         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10037
10038 2012-02-27  Maciej W. Rozycki  <[email protected]>
10039             Maciej W. Rozycki  <[email protected]>
10040
10041         * infrun.c (handle_inferior_event): Don't proceed through
10042         shared library trampolines if stepping at the machine
10043         instruction level.
10044
10045 2012-02-27  Maciej W. Rozycki  <[email protected]>
10046
10047         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10048         too.
10049
10050 2012-02-27  Thomas Schwinge  <[email protected]>
10051
10052         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10053         (sh_stub_unwind_sniffer): New functions.
10054         (sh_stub_unwind): New variable.
10055         (sh_gdbarch_init): Wire everything.
10056
10057 2012-02-27  Pedro Alves  <[email protected]>
10058
10059         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10060         (linux_nat_post_attach_wait): Adjust to use
10061         linux_proc_pid_is_stopped.
10062         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10063         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10064         based on pid_is_stopped from both linux-nat.c and
10065         gdbserver/linux-low.c, and renamed.
10066
10067 2012-02-24  Maciej W. Rozycki  <[email protected]>
10068
10069         * remote.c (remote_watchpoint_addr_within_range): New function.
10070         (init_remote_ops): Use it.
10071
10072 2012-02-24  Maciej W. Rozycki  <[email protected]>
10073
10074         * target.h (target_watchpoint_addr_within_range): Document macro.
10075
10076 2012-02-24  Pedro Alves  <[email protected]>
10077
10078         * stack.c (set_last_displayed_sal): Issue internal_error instead
10079         of warning, and issue it after clearing the last displayed sal.
10080
10081 2012-02-24  Jan Kratochvil  <[email protected]>
10082             Pedro Alves  <[email protected]>
10083
10084         * breakpoint.c (until_break_command): Install breakpoints after
10085         all frame manipulations.
10086
10087 2012-02-24  Luis Machado  <[email protected]>
10088
10089         * remote.c (remote_supports_cond_breakpoints): New forward
10090         declaration.
10091         (remote_add_target_side_condition): New function.
10092         (remote_insert_breakpoint): Add target-side breakpoint
10093         conditional if supported.
10094         (remote_insert_hw_breakpoint): Likewise.
10095         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10096         hook.
10097
10098         * target.c (update_current_target): Inherit
10099         to_supports_evaluation_of_breakpoint_conditions.
10100         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10101
10102         * target.h (struct target_ops)
10103         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10104         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10105
10106         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10107         (condition_evaluation_both, condition_evaluation_auto,
10108         condition_evaluation_host, condition_evaluation_target,
10109         condition_evaluation_enums, condition_evaluation_mode_1,
10110         condition_evaluation_mode): New static globals.
10111         (translate_condition_evaluation_mode): New function.
10112         (breakpoint_condition_evaluation_mode): New function.
10113         (gdb_evaluates_breakpoint_condition_p): New function.
10114         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10115         (mark_breakpoint_modified): New function.
10116         (mark_breakpoint_location_modified): New function.
10117         (set_condition_evaluation_mode): New function.
10118         (show_condition_evaluation_mode): New function.
10119         (bp_location_compare_addrs): New function.
10120         (get_first_location_gte_addr): New helper function.
10121         (set_breakpoint_condition): Free condition bytecode if locations
10122         has become unconditional.  Call mark_breakpoint_modified (...).
10123         (condition_command): Call update_global_location_list (1) for
10124         breakpoints.
10125         (breakpoint_xfer_memory): Use is_breakpoint (...).
10126         (is_breakpoint): New function.
10127         (parse_cond_to_aexpr): New function.
10128         (build_target_condition_list): New function.
10129         (insert_bp_location): Handle target-side conditional
10130         breakpoints and call build_target_condition_list (...).
10131         (update_inserted_breakpoint_locations): New function.
10132         (insert_breakpoint_locations): Handle target-side conditional
10133         breakpoints.
10134         (bpstat_check_breakpoint_conditions): Add comment.
10135         (bp_condition_evaluator): New function.
10136         (bp_location_condition_evaluator): New function.
10137         (print_breakpoint_location): Print information on where the condition
10138         will be evaluated.
10139         (print_one_breakpoint_location): Likewise.
10140         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10141         breakpoint location.
10142         (force_breakpoint_reinsertion): New functions.
10143         (update_global_location_list): Handle target-side breakpoint
10144         conditions.
10145         Reinsert locations that are already inserted if conditions have
10146         changed.
10147         (bp_location_dtor): Free agent expression bytecode.
10148         (disable_breakpoint): Call mark_breakpoint_modified (...).
10149         Call update_global_location_list (...) with parameter 1 for breakpoints.
10150         (disable_command): Call mark_breakpoint_location_modified (...).
10151         Call update_global_location_list (...) with parameter 1 for breakpoints.
10152         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10153         (enable_command): mark_breakpoint_location_modified (...).
10154         (_initialize_breakpoint): Update documentation and add
10155         condition-evaluation breakpoint subcommand.
10156
10157         * breakpoint.h: Include ax.h.
10158         (condition_list): New data structure.
10159         (condition_status): New enum.
10160         (bp_target_info) <cond_list>: New field.
10161         (bp_location) <condition_changed, cond_bytecode>: New fields.
10162         (is_breakpoint): New prototype.
10163
10164 2012-02-24  Luis Machado  <[email protected]>
10165
10166         * remote.c (remote_state) <cond_breakpoints>: New field.
10167         (PACKET_ConditionalBreakpoints): New enum.
10168         (remote_cond_breakpoint_feature): New function.
10169         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10170         (remote_supports_cond_breakpoints): New function.
10171         (_initialize_remote): Add new packet configuration for
10172         target-side conditional breakpoints.
10173
10174 2012-02-24  Luis Machado  <[email protected]>
10175
10176         * NEWS: Mention target-side conditional breakpoint support,
10177         new condition-evaluation breakpoint subcommand and remote
10178         packet extensions.
10179
10180 2012-02-24  Luis Machado  <[email protected]>
10181
10182         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10183         number.
10184
10185 2012-02-24  Thomas Schwinge  <[email protected]>
10186
10187         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10188         (after_prologue): Remove.
10189
10190 2012-02-23  Tom Tromey  <[email protected]>
10191
10192         * jv-valprint.c (java_val_print): Remove dead code.
10193
10194 2012-02-23  Tristan Gingold  <[email protected]>
10195
10196         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10197         known_tasks_element and known_tasks_length fields.
10198         (read_known_tasks_array): Change argument type.  Use pointer type
10199         and number of elements from DATA.  Adjust.
10200         (read_known_tasks_list): Likewise.
10201         (get_known_tasks_addr): Remove.
10202         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10203         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10204         type and array length.  Merge former get_known_tasks_addr code.
10205
10206 2012-02-23  Jan Kratochvil  <[email protected]>
10207
10208         PR backtrace/13716
10209         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10210         it after set_momentary_breakpoint.
10211
10212 2012-02-22  Sterling Augustine  <[email protected]>
10213
10214         PR 13689:
10215         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10216
10217 2012-02-22  Gary Benson  <[email protected]>
10218
10219         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10220         (find_slot_in_mapped_hash): Likewise.
10221
10222 2012-02-21  Jan Kratochvil  <[email protected]>
10223
10224         PR build/13638
10225         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10226         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10227         * configure: Regenerate.
10228
10229 2012-02-21  Tristan Gingold  <[email protected]>
10230             Pedro Alves  <[email protected]>
10231
10232         * ia64-tdep.c: Do not include libunwind-ia64.h.
10233         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10234         Include libunwind-ia64.h instead of libunwind.h.
10235         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10236         for libunwind.h existence.
10237         * configure, config.in: Regenerate.
10238
10239 2012-02-21  Anton Gorenkov  <[email protected]>
10240
10241         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10242         instead of value_rtti_target_type.
10243         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10244         instead of value_rtti_target_type.
10245         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10246         value_rtti_target_type.
10247         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10248         (value_rtti_target_type): Rename to ...
10249         (value_rtti_indirect_type): ... here and make it indirect.  Update
10250         function comment.
10251         * value.c (readjust_indirect_value_type): New function.
10252         (coerce_ref): Support for enclosing type setting for references
10253         with readjust_indirect_value_type.
10254         * value.h (readjust_value_type): New declaration.
10255         (value_rtti_target_type): Rename to ...
10256         (value_rtti_indirect_type): ... here.
10257
10258 2012-02-21  Anton Gorenkov  <[email protected]>
10259
10260         * MAINTAINERS (Write After Approval): Add myself to the list.
10261
10262 2012-02-20  Doug Evans  <[email protected]>
10263
10264         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10265         Rename objfile_p_char parameter to objfilep.
10266         (build_objfile_section_table): Result is now void.  All callers
10267         updated.
10268         * objfiles.h (struct objfile): Tweak comments, whitespace.
10269         (build_objfile_section_table): Update.
10270
10271         * elfread.c (elf_symfile_segments): Fix warning text.
10272
10273 2012-02-20  Tom Tromey  <[email protected]>
10274
10275         PR gdb/13498:
10276         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10277         particular set of file names once.
10278         (dw2_map_symbol_filenames): Likewise.
10279
10280 2012-02-20  Jan Kratochvil  <[email protected]>
10281
10282         Code cleanup.
10283         * main.c (write_files): Remove the declaration.
10284         (external_editor_command): Move the declaration ...
10285         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10286
10287 2012-02-20  Tom Tromey  <[email protected]>
10288
10289         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10290         extraneous block.
10291
10292 2012-02-20  Tristan Gingold  <[email protected]>
10293
10294         * darwin-nat.h (enum darwin_msg_state): Add comments.
10295
10296 2012-02-20  Tristan Gingold  <[email protected]>
10297
10298         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10299         value.
10300
10301 2012-20-18  Joel Brobecker  <[email protected]>
10302
10303         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10304         between function description and implementation.
10305
10306 2012-02-17  Tom Tromey  <[email protected]>
10307
10308         PR python/12070:
10309         * python/py-event.c (event_object_getset): New global.
10310         (event_object_type): Reference it.
10311         * python/py-type.c (field_object_getset): New global.
10312         (field_object_type): Reference it.
10313         * python/python-internal.h (gdb_py_generic_dict): Declare.
10314         * python/py-utils.c (gdb_py_generic_dict): New function.
10315
10316 2012-02-17  Tristan Gingold  <[email protected]>
10317
10318         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10319
10320 2012-02-17  Thomas Schwinge  <[email protected]>
10321
10322         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10323         TYPE_CALLING_CONVENTION annotation.
10324
10325 2012-02-16  Kevin Buettner  <[email protected]>
10326
10327         * MAINTAINERS: Add rx to target ISA section.
10328         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10329         (ALLDEPFILES): Add rx-tdep.c.
10330
10331 2012-02-16  Tom Tromey  <[email protected]>
10332
10333         * symfile.c (symbol_file_add_main_1): Use inferior's
10334         symfile_flags.
10335         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10336         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10337         inferior.
10338         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10339         inferior.
10340         (follow_exec): Use inferior's symfile_flags.
10341         * inferior.h (struct inferior) <symfile_flags>: New field.
10342
10343 2012-02-16  Mike Frysinger  <[email protected]>
10344
10345         PR gdb/9734:
10346         * remote-sim.c (gdbsim_create_inferior): Call error() when
10347         sim_create_inferior() fails.
10348
10349 2012-02-16  Josh Matthews  <[email protected]>
10350
10351         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10352
10353 2012-02-16  Tom Tromey  <[email protected]>
10354
10355         PR c++/13653:
10356         * thread.c (struct current_thread_cleanup) <was_removable>: New
10357         field.
10358         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10359         (make_cleanup_restore_current_thread): Initialize new field.
10360
10361 2012-02-15  Kevin Buettner  <[email protected]>
10362
10363         * MAINTAINERS: Add rl78 to target ISA section.
10364         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10365         (ALLDEPFILES): Add rl78-tdep.c.
10366         * NEWS: Mention rl78 as a new target.
10367
10368 2012-02-15  Aleksandar Ristovski  <[email protected]>
10369
10370         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10371         data.
10372         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10373
10374 2012-02-15  Tom Tromey  <[email protected]>
10375
10376         PR gdb/12659:
10377         * infcmd.c (registers_info): Print just the current register's
10378         name.
10379
10380 2012-02-15  Tom Tromey  <[email protected]>
10381
10382         * python/py-symbol.c (sympy_value): Use _().
10383
10384 2012-02-15  Pedro Alves  <[email protected]>
10385
10386         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10387         output to be like native targets'.
10388         (remote_pid_to_str): Special case the null ptid.
10389
10390 2012-02-14  Stan Shebs  <[email protected]>
10391
10392         * NEWS: Mention enable count command.
10393         * breakpoint.h (struct breakpoint): New field enable_count.
10394         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10395         (enable_breakpoint): Add arg to call.
10396         (struct disp_data): New struct.
10397         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10398         (do_map_enable_once_breakpoint): Create a struct and pass it.
10399         (do_map_enable_delete_breakpoint): Ditto.
10400         (do_map_enable_count_breakpoint): New function.
10401         (enable_count_command): New function.
10402         (bpstat_stop_status): Decrement enable_count.
10403         (print_one_breakpoint_location): Report enable count.
10404         (_initialize_breakpoint): Add enable count command.
10405
10406 2012-02-14  Kevin Buettner  <[email protected]>
10407
10408         * rl78-tdep.c (reggroups.h): Include.
10409         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10410         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10411         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10412         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10413         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10414         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10415         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10416         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10417         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10418         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10419         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10420         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10421         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10422         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10423         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10424         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10425         beginning of register list.
10426         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10427         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10428         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10429         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10430         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10431         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10432         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10433         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10434         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10435         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10436         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10437         the pseudo registers.  Rearrange other pseudo registers too so
10438         that the bank registers appear at the end.
10439         (rl78_register_type): Account for the fact that the byte sized
10440         bank registers are now pseudo-registers.
10441         (rl78_register_name): Rearrange the register name array.  Make
10442         initial set of raw banked registers inaccessible.
10443         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10444         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10445         case for copying bytes back and forth between raw and pseudo
10446         versions of the banked registers.  Update other cases to reflect
10447         the changed names.
10448         (rl78_return_value): Update to account for changed names of
10449         raw registers.
10450         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10451         rl78_register_sim_regno().
10452
10453 2012-02-14  Kevin Buettner  <[email protected]>
10454
10455         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10456         the name parameter being passed to find_pc_partial_function().
10457
10458 2012-02-14  Jan Kratochvil  <[email protected]>
10459
10460         * MAINTAINERS: Step down from being ia64 target maintainer.
10461
10462 2012-02-12  Jan Kratochvil  <[email protected]>
10463
10464         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10465         compilation warning.
10466
10467 2012-02-12  Jan Kratochvil  <[email protected]>
10468
10469         Fix crash on loaded shlibs without loaded exec_bfd.
10470         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10471         (set_section_command): Replace exec_bfd by p->bfd.
10472
10473 2012-02-10  Tom Tromey  <[email protected]>
10474
10475         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10476         when we have a C++ qualified name.
10477
10478 2012-02-10  Pedro Alves  <[email protected]>
10479
10480         * inferior.c (inferior_pid_to_str): New.
10481         (print_inferior, inferior_command): Use it.
10482
10483 2012-02-10  Pedro Alves  <[email protected]>
10484
10485         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10486         the test CFLAGS.
10487         * configure: Regenerate.
10488
10489 2012-02-10  Jan Kratochvil  <[email protected]>
10490
10491         * linespec.c (decode_line_internal): Fix comment correctness.
10492
10493 2012-02-09  Valery Khromov  <[email protected]>
10494
10495         PR gdb/12953
10496         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10497         * amd64bsd-nat.c: Add support for debug registers (adapted from
10498         i386bsd-nat.c).
10499         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10500         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10501         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10502         (amd64bsd_dr_get_control): New functions.
10503         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10504         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10505         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10506         watchpoints initialization.
10507         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10508
10509 2012-02-09  Jan Kratochvil  <[email protected]>
10510
10511         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10512         flds_bnds.fields.
10513         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10514
10515 2012-02-09  Jan Kratochvil  <[email protected]>
10516
10517         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10518
10519 2012-02-08  Joel Brobecker  <[email protected]>
10520
10521         * language.h (symbol_name_cmp_ftype): Renames
10522         symbol_name_match_p_ftype.
10523         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10524         la_get_symbol_name_match_p.
10525         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10526         ada_get_symbol_name_match_p.  Update comment.
10527         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10528         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10529         Renames symbol_name_match_p.  Update field type.
10530         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10531         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10532         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10533         "la_get_symbol_name_cmp" in comments.
10534         * language.c: Likewise.
10535
10536 2012-02-08  Rainer Orth  <[email protected]>
10537
10538         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10539         %eflags offset.
10540         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10541         (amd64_sol2_gregset32_reg_offs): Likewise.
10542
10543 2012-02-08  Joel Brobecker  <[email protected]>
10544
10545         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10546         of the returned BFD is allocated by GDB.
10547
10548 2012-02-07  Tom Tromey  <[email protected]>
10549
10550         PR python/12027:
10551         * python/python-internal.h (frame_object_type): Declare.
10552         * python/py-symbol.c (sympy_needs_frame): New function.
10553         (sympy_value): New function.
10554         (symbol_object_getset): Add "needs_frame".
10555         (symbol_object_methods): Add "value".
10556         * python/py-frame.c (frame_object_type): No longer static.
10557
10558 2012-02-07  Tom Tromey  <[email protected]>
10559
10560         PR python/13599:
10561         * python/py-symbol.c (sympy_line): New function.
10562         (symbol_object_getset): Add "line".
10563
10564 2012-02-07  Tom Tromey  <[email protected]>
10565
10566         * charset.c (find_charset_names): Check 'in' against NULL.
10567
10568 2012-02-06  Doug Evans  <[email protected]>
10569
10570         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10571         and fields.name members from char * to const char *.  All uses updated.
10572         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10573         from char * to const char *.  All uses updated.
10574         (type_name_no_tag): Update.
10575         (lookup_unsigned_typename, lookup_signed_typename): Update.
10576         * gdbtypes.c (type_name_no_tag): Change result type
10577         from char * to const char *.  All callers updated.
10578         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10579         name parameter from char * to const char *.
10580         * symtab.h (struct cplus_specific): Change type of demangled_name
10581         member from char * to const char *.  All uses updated.
10582         (struct general_symbol_info): Change type of name and
10583         mangled_lang.demangled_name members from char * to const char *.
10584         All uses updated.
10585         (symbol_get_demangled_name, symbol_natural_name): Update.
10586         (symbol_demangled_name, symbol_search_name): Update.
10587         * symtab.c (symbol_get_demangled_name): Change result type
10588         from char * to const char *.  All callers updated.
10589         (symbol_natural_name, symbol_demangled_name): Ditto.
10590         (symbol_search_name): Ditto.
10591         (completion_list_add_name): Change type of symname,sym_text,
10592         text,word parameters from char * to const char *.
10593         (completion_list_objc_symbol): Change type of sym_text,
10594         text,word parameters from char * to const char *.
10595         * ada-lang.c (find_struct_field): Change type of name parameter
10596         from char * to const char *.
10597         (encoded_ordered_before): Similarly for N0,N1 parameters.
10598         (old_renaming_is_invisible): Similarly for function_name parameter.
10599         (ada_type_name): Change result type from char * to const char *.
10600         All callers updated.
10601         * ada-lang.h (ada_type_name): Update.
10602         * buildsym.c (hashname): Change type of name parameter
10603         from char * to const char *.
10604         * buildsym.h (hashname): Update.
10605         * dbxread.c (end_psymtab): Change type of include_list parameter
10606         from char ** to const char **.
10607         * dwarf2read.c (determine_prefix): Change result type
10608         from char * to const char *.  All callers updated.
10609         * f-lang.c (find_common_for_function): Change type of name, funcname
10610         parameters from char * to const char *.
10611         * f-lang.c (find_common_for_function): Update.
10612         * f-valprint.c (list_all_visible_commons): Change type of funcname
10613         parameters from char * to const char *.
10614         * gdbarch.sh (static_transform_name): Change type of name parameter
10615         and result from char * to const char *.
10616         * gdbarch.c: Regenerate.
10617         * gdbarch.h: Regenerate.
10618         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10619         of name parameter from char * to const char *.
10620         * jv-lang.c (java_primitive_type_from_name): Ditto.
10621         (java_demangled_signature_length): Similarly for signature parameter.
10622         (java_demangled_signature_copy): Ditto.
10623         (java_demangle_type_signature): Ditto.
10624         * jv-lang.h (java_primitive_type_from_name): Update.
10625         (java_demangle_type_signature): Update.
10626         * objc-lang.c (specialcmp): Change type of a,b parameters
10627         from char * to const char *.
10628         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10629         from char * to const char *.  All callers updated.
10630         * p-lang.h (is_pascal_string_type): Update.
10631         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10632         of name parameter from char * to const char *.
10633         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10634         * utils.c (fprintf_symbol_filtered): Ditto.
10635         * defs.h (fprintf_symbol_filtered): Update.
10636         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10637         * stabsread.h (end_psymtab): Update.
10638         * stack.c (find_frame_funname): Change type of funname parameter
10639         from char ** to const char **.
10640         * stack.h (find_frame_funname): Update.
10641         * typeprint.c (type_print): Change type of varstring parameter
10642         from char * to const char *.
10643         * value.h (type_print): Update.
10644         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10645         from char * to const char *.  All callers updated.
10646         (xcoff_end_psymtab): Change type of include_list parameter
10647         from char ** to const char **.  All callers updated.
10648         (swap_sym): Similarly for name parameter.  All callers updated.
10649         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10650         Use xstrdup.
10651         (process_coff_symbol): Use xstrdup.
10652         * stabsread.c (stabs_method_name_from_physname): Renamed from
10653         update_method_name_from_physname.  Change result type from void
10654         to char *.  All callers updated.
10655         (read_member_functions): In has_destructor case, store name in objfile
10656         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10657
10658 2012-02-06  Luca Pizzamiglio  <[email protected]>
10659
10660         * configure: Rebuild.
10661         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10662         LDFLAGS.
10663
10664 2012-02-03  Kevin Buettner  <[email protected]>
10665
10666         * configure.tgt (rl78-*-elf): New target.
10667         * rl78-tdep.c: New file.
10668
10669 2012-02-03  Philippe Waroquiers  <[email protected]>
10670
10671         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10672         and continue the loop.  Add QUIT statement.
10673
10674 2012-02-03  Tom Tromey  <[email protected]>
10675
10676         PR gdb/13596:
10677         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10678         bfd_lookup_symbol_from_symtab.
10679         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10680         gdb_bfd_lookup_symbol_from_symtab.
10681
10682 2012-02-03  Joel Brobecker  <[email protected]>
10683
10684         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10685         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10686         symbol.  Add assertion that sym2 is never NULL.
10687
10688 2012-02-02  Doug Evans  <[email protected]>
10689
10690         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10691         "name" parameter to const char ** from char **.  All callers updated.
10692         (find_pc_partial_function): Ditto.
10693         (cache_pc_function_name): Change type to const char * from char *.
10694         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10695         (find_pc_partial_function): Update.
10696         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10697         type of "name" parameter to const char * from char *.
10698         All uses updated.
10699         * arch-utils.c (generic_in_solib_return_trampoline): Change
10700         type of "name" parameter to const char * from char *.
10701         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10702         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10703         type of "name" parameter to const char * from char *.
10704         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10705         * gdbarch.c: Regenerate.
10706         * gdbarch.h: Regenerate.
10707         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10708         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10709         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10710         type of "name" parameter to const char * from char *.
10711         * skip.c (skip_function_pc): Ditto.
10712         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10713         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10714         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10715         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10716         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10717         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10718         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10719         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10720         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10721
10722 2012-02-02  Pedro Alves  <[email protected]>
10723
10724         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10725         the current inferior has no execution.  Make sure the current
10726         remote process matches gdb's current inferior.
10727
10728 2012-02-02  Tom Tromey  <[email protected]>
10729
10730         PR gdb/13405:
10731         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10732         read-only memory.
10733
10734 2012-02-02  Tom Tromey  <[email protected]>
10735
10736         PR gdb/9307:
10737         * symtab.c (lookup_language_this): Set block_found.
10738
10739 2012-02-01  Tom Tromey  <[email protected]>
10740
10741         PR gdb/13431:
10742         * jit.c (struct jit_inferior_data): Rewrite.
10743         (struct jit_objfile_data): New.
10744         (get_jit_objfile_data): New function.
10745         (add_objfile_entry): Update.
10746         (jit_read_descriptor): Return int.  Replace descriptor_addr
10747         argument with inf_data.  Update.  Don't call error.
10748         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10749         descriptor here.
10750         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10751         (jit_reset_inferior_data_and_breakpoints)
10752         (jit_inferior_created_observer): Remove.
10753         (jit_inferior_exit_hook): Update.
10754         (jit_executable_changed_observer): Remove.
10755         (jit_event_handler): Update.
10756         (free_objfile_data): Reset inferior data if needed.
10757         (_initialize_jit): Update.
10758
10759 2012-02-01  Tom Tromey  <[email protected]>
10760
10761         * jit.c (bfd_open_from_target_memory): Move higher in file.
10762
10763 2012-02-01  Tristan Gingold  <[email protected]>
10764
10765         * libunwind-frame.c (libunwind_load): Display message if dlopen
10766         failed.
10767
10768 2012-02-01  Gary Benson  <[email protected]>
10769
10770         * symtab.h (symbol_found_callback_ftype): New typedef.
10771         (iterate_over_symbols): Use the above.
10772         * symtab.c (iterate_over_symbols): Likewise.
10773         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10774         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10775         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10776         (iterate_name_matcher): Document return values.
10777         (collect_one_symbol): Likewise.
10778         (collect_function_symbols): Likewise.
10779         (collect_symbols): Likewise.
10780
10781 2012-02-01  Tom Tromey  <[email protected]>
10782
10783         * ada-lang.c (resolve_subexp): Update.
10784         (ada_lookup_symbol_list): Add 'full_search' argument.
10785         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10786         ada_lookup_symbol_list.
10787         (ada_lookup_encoded_symbol): Update.
10788         (get_var_value): Update.
10789         * ada-exp.y (block_lookup): Update.
10790         (write_var_or_type): Update.
10791         (write_name_assoc): Update.
10792         * ada-lang.h (ada_lookup_symbol_list): Update.
10793
10794 2012-01-31  Tom Tromey  <[email protected]>
10795
10796         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10797         comment.
10798
10799 2012-01-31  Doug Evans  <[email protected]>
10800
10801         * symtab.h: Remove outdated comment.
10802         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10803
10804 2012-02-01  Josh Matthews  <[email protected]>  (tiny change)
10805
10806         Fix build error in Darwin port.
10807         * i386-darwin-nat.c: Include i386-nat.h.
10808
10809 2012-01-30  Tom Tromey  <[email protected]>
10810
10811         PR breakpoints/13568:
10812         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10813         argument.  Check for recursive includes.
10814         (dwarf_decode_macros): Create an include hash.
10815
10816 2012-01-30  Michael Eager  <[email protected]>
10817
10818         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10819         * ppc-linux-tdep.c: Include glibc-tdep.h.
10820         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10821         (powerpc_linux_in_plt_stub): New function.
10822         (powerpc_linux_in_dynsym_resolve_code): New function.
10823         (ppc_skip_trampoline_code): New function.
10824         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10825         Use glibc_skip_solib_resolver.
10826
10827 2012-01-28  Jan Kratochvil  <[email protected]>
10828
10829         Code cleanup: Make 1440 bytes of data segment read-only.
10830         * arch-utils.c (endian_enum): Make it const char *const [].
10831         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10832         Likewise.
10833         * breakpoint.c (always_inserted_enums): Likewise.
10834         * cli/cli-cmds.c (script_ext_enums): Likewise.
10835         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10836         enumlist parameter const char *const *.
10837         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10838         const char *const *.
10839         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10840         parameter const char *const *.
10841         * cris-tdep.c (cris_modes): Make it const char *const [].
10842         * filesystem.c (target_file_system_kinds): Likewise.
10843         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10844         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10845         (can_use_displaced_stepping_enum, scheduler_enums)
10846         (exec_direction_names): Likewise.
10847         * language.c (_initialize_language): Make the type_or_range_names and
10848         case_sensitive_names variables const char *const [].
10849         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10850         * python/python.c (python_excp_enums): Likewise.
10851         * remote.c (interrupt_sequence_modes): Likewise.
10852         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10853         * serial.c (logbase_enums): Likewise.
10854         * sh-tdep.c (sh_cc_enum): Likewise.
10855         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10856         Likewise.
10857         * symtab.c (multiple_symbols_modes): Likewise.
10858         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10859         Likewise.
10860         * utils.c (internal_problem_modes): Likewise.
10861
10862 2012-01-27  Jan Kratochvil  <[email protected]>
10863
10864         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10865         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10866         result.
10867
10868 2012-01-27  Doug Evans  <[email protected]>
10869
10870         * configure.ac (with_python): Fix absolute path handling for win32.
10871         * configure: Regenerate.
10872
10873 2012-01-26  Doug Evans  <[email protected]>
10874
10875         * symtab.c: Whitespace cleanup, no code changes.
10876
10877         * symtab.c (lookup_symbol_in_language): Improve comment.
10878         (lookup_symbol_aux): Fix comment.
10879
10880         * psymtab.c (add_psymbol_to_list): Result is now "void".
10881         * psympriv.h (add_psymbol_to_list): Update.
10882
10883         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10884
10885 2012-01-26  Jan Kratochvil  <[email protected]>
10886
10887         Do not open script filenames twice.
10888         * cli/cli-cmds.c (source_script_from_stream): Pass to
10889         source_python_script also STREAM.
10890         * python/py-auto-load.c (source_section_scripts): Pass to
10891         source_python_script_for_objfile also STREAM.
10892         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10893         also INPUT.
10894         * python/python-internal.h (source_python_script_for_objfile): New
10895         parameter file, rename parameter file to filename.
10896         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10897         instead if !_WIN32.  Update the function comment.
10898         (source_python_script, source_python_script_for_objfile)
10899         (source_python_script): New parameter file, rename parameter file to
10900         filename.  Pass FILENAME to python_run_simple_file.
10901         * python/python.h (source_python_script): New parameter file, rename
10902         parameter file to filename.
10903
10904 2012-01-26  Pedro Alves  <[email protected]>
10905
10906         * corelow.c (core_has_fake_pid): Delete.
10907         (core_close): Delete references to `core_has_fake_pid'.
10908         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10909         (core_open): Delete references to `core_has_fake_pid'.
10910         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10911         the removed global.
10912
10913 2012-01-26  Joel Brobecker  <[email protected]>
10914
10915         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10916         Remove language parameter from name_matcher.  Adjust the comment.
10917         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10918         Remove language parameter.
10919         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10920         * linespec.c (iterate_name_matcher): Likewise.
10921         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10922         name_matcher.  Adjust call accordingly.
10923         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10924         (maintenance_check_symtabs): Adjust type of parameter "fun".
10925         * psymtab.h (maintenance_check_symtabs): Likewise.
10926
10927 2012-01-26  Joel Brobecker  <[email protected]>
10928
10929         * language.h (symbol_name_match_p_ftype): New typedef.
10930         (struct language_defn): Replace field la_symbol_name_compare
10931         by la_get_symbol_name_match_p.
10932         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10933         (ada_language_defn): Use it.
10934         * linespec.c (struct symbol_matcher_data): New type.
10935         (iterate_name_matcher): Rewrite.
10936         (iterate_over_all_matching_symtabs): Pass a pointer to
10937         a symbol_matcher_data struct to expand_symtabs_matching
10938         instead of just the lookup name.
10939         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10940         opencl-lang.c, p-lang.c, language.c: Delete field
10941         la_symbol_name_compare, and replace by NULL for new field
10942         la_get_symbol_name_match_p.
10943         * symfile.h (struct quick_symbol_functions): Update comment.
10944
10945 2012-01-25  Tom Tromey  <[email protected]>
10946
10947         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10948         dereferencing.
10949
10950 2012-01-24  Tom Tromey  <[email protected]>
10951
10952         PR symtab/12406:
10953         * solib.c (update_solib_list): Update the program space's
10954         added_solibs and deleted_solibs fields.
10955         * progspace.h (struct program_space) <added_solibs,
10956         deleted_solibs>: New fields.
10957         (clear_program_space_solib_cache): Declare.
10958         * progspace.c (release_program_space): Call
10959         clear_program_space_solib_cache.
10960         (clear_program_space_solib_cache): New function.
10961         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10962         bpstat_stop_status.  Use handle_solib_event.
10963         * breakpoint.c: Include gdb_regex.h.
10964         (print_solib_event): New function.
10965         (bpstat_print): Use print_solib_event.
10966         (bpstat_stop_status): Add special case for bp_shlib_event.
10967         (handle_solib_event): New function.
10968         (bpstat_what): Use handle_solib_event.
10969         (struct solib_catchpoint): New.
10970         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10971         (breakpoint_hit_catch_solib, check_status_catch_solib)
10972         (print_it_catch_solib, print_one_catch_solib)
10973         (print_mention_catch_solib, print_recreate_catch_solib): New
10974         functions.
10975         (catch_solib_breakpoint_ops): New global.
10976         (catch_load_or_unload, catch_load_command_1)
10977         (catch_unload_command_1): New functions.
10978         (internal_bkpt_check_status): Add special case for
10979         bp_shlib_event.
10980         (internal_bkpt_print_it): Use print_solib_event.
10981         (initialize_breakpoint_ops): Initialize
10982         catch_solib_breakpoint_ops.
10983         (_initialize_breakpoint): Register "catch load" and "catch
10984         unload".
10985         * breakpoint.h (handle_solib_event): Declare.
10986         * NEWS: Add entry for "catch load" and "catch unload".
10987
10988 2012-01-24  Tom Tromey  <[email protected]>
10989
10990         * ada-lang.c: Include gdb_vecs.h.
10991         * charset.c: Include gdb_vecs.h.
10992         * tracepoint.h: Include gdb_vecs.h.
10993         * gdb_vecs.h: New file.
10994
10995 2012-01-24  Pedro Alves  <[email protected]>
10996
10997         * breakpoint.c (breakpoint_hit_catch_fork)
10998         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10999         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11000         * infrun.c (inferior_has_forked, inferior_has_vforked)
11001         (inferior_has_execd, inferior_has_called_syscall): Delete.
11002         (handle_syscall_event): Get syscall_number from the execution
11003         control state's wait status.
11004         (wait_for_inferior): Don't clear syscall_number.
11005
11006 2012-01-24  Pedro Alves  <[email protected]>
11007
11008         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11009         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11010         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11011         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11012         `ws' parameter.
11013         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11014         false for events other than TARGET_SIGNAL_TRAP.
11015         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11016         Add `ws' parameter.
11017         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11018         events other than TARGET_SIGNAL_TRAP.
11019         (tracepoint_breakpoint_hit): Add `ws' parameter.
11020         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11021         parameter.
11022         (bpstat_stop_status): Same.
11023         (pc_at_non_inline_function): Same.
11024         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11025         to pass the current event's waitstatus to bpstat_stop_status
11026         and pc_at_non_inline_function.
11027
11028 2012-01-24  Jan Kratochvil  <[email protected]>
11029
11030         Code cleanup.
11031         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11032         Update the function comment for it.
11033         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11034         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11035         for STREAM.
11036
11037 2012-01-24  Pedro Alves  <[email protected]>
11038
11039         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11040         outside `bs->stop' block.
11041         (bpstat_what): Rework bp_shlib_event handling.
11042         (internal_bkpt_check_status): If the breakpoint is a
11043         bp_shlib_event, then set bs->stop and bs->print if
11044         stop_on_solib_events is set.
11045
11046 2012-01-24  Gary Benson  <[email protected]>
11047
11048         Delete #if 0'd out code.
11049         * stack.c (print_frame_label_vars): Remove.
11050         (catch_info): Likewise.
11051         (_initialize_stack): Remove "info catch" command.
11052         * NEWS: Mention the above.
11053
11054 2012-01-24  Pedro Alves  <[email protected]>
11055
11056         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11057         it.
11058         (remote_notice_new_inferior): If the remote end doesn't support
11059         the multiprocess extensions, then the PID is fake.
11060         (add_current_inferior_and_thread): New.
11061         (remote_start_remote): Use it.
11062         (extended_remote_attach_1): Adjust.
11063         (extended_remote_create_inferior_1): Use
11064         add_current_inferior_and_thread.
11065
11066 2012-01-24  Jan Kratochvil  <[email protected]>
11067
11068         Fix watchpoints to be specific for each inferior.
11069         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11070         current_program_space.
11071         * i386-nat.c (i386_inferior_data_cleanup): New.
11072         (i386_inferior_data_get): Replace variable inf_data_local by an
11073         inferior_data call.
11074         (i386_use_watchpoints): Initialize i386_inferior_data.
11075         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11076         specific iterate_over_lwps.
11077
11078 2012-01-24  Jan Kratochvil  <[email protected]>
11079
11080         Fix watchpoints across inferior fork.
11081         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11082         comment for linux_nat_iterate_watchpoint_lwps.
11083         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11084         linux_nat_iterate_watchpoint_lwps.
11085         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11086         * i386-linux-nat.c (update_debug_registers_callback): Update the
11087         comment for linux_nat_iterate_watchpoint_lwps.
11088         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11089         linux_nat_iterate_watchpoint_lwps.
11090         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11091         * i386-nat.c: Include inferior.h.
11092         (dr_mirror): Remove.
11093         (i386_inferior_data, struct i386_inferior_data)
11094         (i386_inferior_data_get): New.
11095         (i386_debug_reg_state): Use i386_inferior_data_get.
11096         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11097         (i386_insert_watchpoint, i386_remove_watchpoint)
11098         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11099         (i386_remove_hw_breakpoint): New variable state, use
11100         i386_debug_reg_state instead of DR_MIRROR.
11101         * linux-nat.c (delete_lwp): New declaration.
11102         (num_lwps): Move here from downwards.
11103         (delete_lwp_cleanup): New.
11104         (linux_child_follow_fork): Create new child_lp, call
11105         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11106         PTRACE_DETACH.
11107         (num_lwps): Move upwards.
11108         (linux_nat_iterate_watchpoint_lwps): New.
11109         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11110         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11111
11112 2012-01-24  Joel Brobecker  <[email protected]>
11113
11114         GDB 7.4 released.
11115
11116 2012-01-23  Pedro Alves  <[email protected]>
11117
11118         * top.c (caution): Rename to ...
11119         (confirm): ... this.
11120         (show_caution): Rename to ...
11121         (show_confirm): ... this.
11122         (quit_cover): Adjust.
11123         (init_main): Adjust.
11124         * top.h (caution): Rename to ...
11125         (confirm): ... this.
11126         * utils.c (internal_vproblem, defaulted_query): Adjust.
11127
11128 2012-01-23  Pedro Alves  <[email protected]>
11129
11130         * top.c (caution): Update comment.
11131         (execute_command): Don't consider the current value of `caution'.
11132
11133 2012-01-23  Jan Kratochvil  <[email protected]>
11134
11135         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11136
11137 2012-01-23  Ulrich Weigand  <[email protected]>
11138
11139         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11140         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11141         * target.c (target_fileio_pwrite): Remove buffer address from
11142         debug output.
11143         (target_fileio_pread): Likewise.
11144
11145 2012-01-20  Ulrich Weigand  <[email protected]>
11146
11147         * NEWS: Document remote "info proc" and "generate-core-file".
11148
11149 2012-01-20  Ulrich Weigand  <[email protected]>
11150
11151         * gdbarch.sh (find_memory_regions): New callback.
11152         * gdbarch.c, gdbarch.h: Regenerate.
11153
11154         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11155         callback before falling back to target method.
11156
11157         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11158         (linux_target_install_ops): No longer install it.
11159
11160         * linux-tdep.c (linux_find_memory_regions): New function.
11161         (linux_init_abi): Install it.
11162
11163 2012-01-20  Ulrich Weigand  <[email protected]>
11164
11165         * gdbarch.sh (make_corefile_notes): New architecture callback.
11166         * gdbarch.c: Regenerate.
11167         * gdbarch.h: Likewise.
11168
11169         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11170         before target_make_corefile_notes.  If NULL is returned, the
11171         target does not support core file generation.
11172
11173         * linux-nat.c: Include "linux-tdep.h".
11174         (find_signalled_thread, find_stop_signal): Remove.
11175         (linux_nat_do_thread_registers): Likewise.
11176         (struct linux_nat_corefile_thread_data): Likewise.
11177         (linux_nat_corefile_thread_callback): Likewise.
11178         (iterate_over_spus): Likewise.
11179         (struct linux_spu_corefile_data): Likewise.
11180         (linux_spu_corefile_callback): Likewise.
11181         (linux_spu_make_corefile_notes): Likewise.
11182         (linux_nat_collect_thread_registers): New function.
11183         (linux_nat_make_corefile_notes): Replace contents by call to
11184         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11185         as native-only callback.
11186
11187         * linux-tdep.h: Include "bfd.h".
11188         (struct regcache): Add forward declaration.
11189         (linux_collect_thread_registers_ftype): New typedef.
11190         (linux_make_corefile_notes): Add prototype.
11191         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11192         "regset.h", and "elf-bfd.h".
11193         (find_signalled_thread, find_stop_signal): New functions.
11194         (linux_spu_make_corefile_notes): Likewise.
11195         (linux_collect_thread_registers): Likewise.
11196         (struct linux_corefile_thread_data): New data structure.
11197         (linux_corefile_thread_callback): New funcion.
11198         (linux_make_corefile_notes): Likewise.
11199         (linux_make_corefile_notes_1): Likewise.
11200         (linux_init_abi): Install it.
11201
11202 2012-01-20  Ulrich Weigand  <[email protected]>
11203
11204         * gdbarch.sh (info_proc): New callback.
11205         * gdbarch.c, gdbarch.h: Regenerate.
11206
11207         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11208         before falling back to the target info_proc callback.
11209
11210         * linux-nat.c: Do not include "cli/cli-utils.h".
11211         (linux_nat_info_proc): Remove.
11212         (linux_target_install_ops): No longer install it.
11213
11214         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11215         (read_mapping): New function.
11216         (linux_info_proc): Likewise.
11217         (linux_init_abi): Install it.
11218
11219 2012-01-20  Ulrich Weigand  <[email protected]>
11220
11221         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11222         * infcmd.c: (info_proc_cmd_1): New function.
11223         (info_proc_cmd): New function, moved here from equivalent routine
11224         orignally in linux-nat.c.
11225         (info_proc_cmd_mappings): Likewise.
11226         (info_proc_cmd_stat): Likewise.
11227         (info_proc_cmd_status): Likewise.
11228         (info_proc_cmd_cwd): Likewise.
11229         (info_proc_cmd_cmdline): Likewise.
11230         (info_proc_cmd_exe): Likewise.
11231         (info_proc_cmd_all): Likewise.
11232         (_initialize_infcmd): Install "info proc" command and subcommands.
11233
11234         * target.h (struct target_ops): Add to_info_proc.
11235         (target_info_proc): Add prototype.
11236         * target.c (target_info_proc): New function.
11237
11238         * procfs.c (procfs_info_proc): Add prototype.
11239         (info_proc_cmd): Rename into ...
11240         (procfs_info_proc): ... this.  Update argument types as appropriate
11241         for a to_info_proc implementation.  Handle "what" argument.
11242         (procfs_target): Install procfs_info_proc.
11243         (_initialize_procfs): No longer install "info proc" command.
11244
11245         * linux-nat.c: (enum info_proc_what): Remove.
11246         (linux_nat_info_proc_cmd_1): Rename into ...
11247         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11248         for a to_info_proc implementation.
11249         (linux_nat_info_proc_cmd): Remove.
11250         (linux_nat_info_proc_cmd_mappings): Likewise.
11251         (linux_nat_info_proc_cmd_stat): Likewise.
11252         (linux_nat_info_proc_cmd_status): Likewise.
11253         (linux_nat_info_proc_cmd_cwd): Likewise.
11254         (linux_nat_info_proc_cmd_cmdline): Likewise.
11255         (linux_nat_info_proc_cmd_exe): Likewise.
11256         (linux_nat_info_proc_cmd_all): Likewise.
11257         (linux_target_install_ops): Install linux_nat_info_proc.
11258         (_initialize_linux_nat): No longer install "info proc" command
11259         and subcommands.
11260
11261 2012-01-20  Ulrich Weigand  <[email protected]>
11262
11263         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11264         * config.in, configure: Regenerate.
11265
11266         * target.h (struct target_ops): Add to_fileio_readlink.
11267         (target_fileio_readlink): Add prototype.
11268         * target.c (target_fileio_readlink): New function.
11269
11270         * inf-child.c: Conditionally include <sys/param.h>.
11271         (inf_child_fileio_readlink): New function.
11272         (inf_child_target): Install it.
11273
11274         * remote.c (PACKET_vFile_readlink): New enum value.
11275         (remote_hostio_readlink): New function.
11276         (init_remote_ops): Install it.
11277         (_initialize_remote): Handle vFile:readlink packet type.
11278
11279 2012-01-20  Pedro Alves  <[email protected]>
11280             Ulrich Weigand  <[email protected]>
11281
11282         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11283         * config.in, configure: Regenerate.
11284
11285         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11286         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11287         (target_fileio_open): Add prototype.
11288         (target_fileio_pwrite): Likewise.
11289         (target_fileio_pread): Likewise.
11290         (target_fileio_close): Likewise.
11291         (target_fileio_unlink): Likewise.
11292         (target_fileio_read_alloc): Likewise.
11293         (target_fileio_read_stralloc): Likewise.
11294
11295         * target.c: Include "gdb/fileio.h".
11296         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11297         (default_fileio_target): New function.
11298         (target_fileio_open): Likewise.
11299         (target_fileio_pwrite): Likewise.
11300         (target_fileio_pread): Likewise.
11301         (target_fileio_close): Likewise.
11302         (target_fileio_unlink): Likewise.
11303         (target_fileio_close_cleanup): Likewise.
11304         (target_fileio_read_alloc_1): Likewise.
11305         (target_fileio_read_alloc): Likewise.
11306         (target_fileio_read_stralloc): Likewise.
11307
11308         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11309         <fcntl.h>, and <unistd.h>.
11310         (inf_child_fileio_open_flags_to_host): New function.
11311         (inf_child_errno_to_fileio_error): Likewise.
11312         (inf_child_fileio_open): Likewise.
11313         (inf_child_fileio_pwrite): Likewise.
11314         (inf_child_fileio_pread): Likewise.
11315         (inf_child_fileio_close): Likewise.
11316         (inf_child_fileio_unlink): Likewise.
11317         (inf_child_target): Install to_fileio routines.
11318
11319         * remote.c (init_remote_ops): Install to_fileio routines.
11320
11321 2012-01-20  Pedro Alves  <[email protected]>
11322             Ulrich Weigand  <[email protected]>
11323
11324         * remote.c (remote_multi_process_p): Only check for multi-process
11325         protocol feature, do not check for extended protocol.
11326         (remote_supports_multi_process): Check for extended protocol here.
11327         (set_general_process): Likewise.
11328         (extended_remote_kill): Likewise.
11329         (remote_pid_to_str): Likewise.
11330         (remote_query_supported): Always query multiprocess mode.
11331
11332 2012-01-20  Pedro Alves  <[email protected]>
11333             Ulrich Weigand  <[email protected]>
11334
11335         * inferior.h (struct inferior): Add fake_pid_p.
11336         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11337         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11338         magic_null_ptid since the remote side doesn't provide a real PID.
11339
11340 2012-01-19  Tom Tromey  <[email protected]>
11341
11342         * NEWS: Combine the two Python sections.
11343
11344 2012-01-19  Jan Kratochvil  <[email protected]>
11345
11346         * target.h (target_close): Update comment on the target's unpush state.
11347
11348 2012-01-19  Pedro Alves  <[email protected]>
11349
11350         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11351         linux_nat_async directly instead of going through the target
11352         vector.
11353         * target.c (unpush_target): Close target after unpushing it, not
11354         before.
11355
11356 2012-01-19  Gary Benson  <[email protected]>
11357
11358         * mdebugread.c (sort_blocks): Replace integer constants with ones
11359         derived from FIRST_LOCAL_BLOCK.
11360
11361 2012-01-18  Paul Pluzhnikov  <[email protected]>
11362             Jan Kratochvil  <[email protected]>
11363
11364         PR gdb/9538
11365         * symfile.c (find_separate_debug_file): New function.
11366         (terminate_after_last_dir_separator): Likewise.
11367         (find_separate_debug_file_by_debuglink): Also try realpath.
11368         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11369         * configure: Regenerate.
11370         * config.in: Regenerate.
11371
11372 2012-01-18  Doug Evans  <[email protected]>
11373
11374         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11375         (main.o): Remove rule.
11376         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11377         (--with-sysroot): Rewrite.
11378         * configure: Regenerate.
11379         * config.in: Regenerate.
11380
11381 2012-01-18  Sergio Durigan Junior  <[email protected]>
11382
11383         * parse.c (initialize_expout): New function.
11384         (reallocate_expout): Likewise.
11385         (parse_exp_in_context): Use `initialize_expout' and
11386         `reallocate_expout' when appropriate.
11387
11388 2012-01-18  Pedro Alves  <[email protected]>
11389
11390         * record.c (struct record_breakpoint, record_breakpoint_p)
11391         (record_breakpoints): New.
11392         (record_insert_breakpoint, record_remove_breakpoint): Manage
11393         record breakpoints list.  Only remove breakpoints from the
11394         inferior if they had been inserted there in the first place.
11395
11396 2012-01-17  Doug Evans  <[email protected]>
11397
11398         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11399         if we know we don't have a file name to look for.
11400
11401 2012-01-17  Pedro Alves  <[email protected]>
11402
11403         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11404         the frame's stop reason is UNWIND_UNAVAILABLE.
11405
11406 2012-01-17  Jan Kratochvil  <[email protected]>
11407
11408         Fix compilation error.
11409         * m2-exp.y (yyerror): Use ANSI C prototype.
11410
11411 2012-01-16  Sergio Durigan Junior  <[email protected]>
11412
11413         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11414         (growbuf_by_size): Likewise.
11415         (yyerror): Likewise.
11416         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11417         (modblock): Remove variable (was #if 0'ed).
11418         (parse_number): Convert prototype from K&R to ANSI C.
11419         (yyerror): Likewise.
11420         * objc-exp.y (parse_number): Likewise.
11421         (yyerror): Likewise.
11422         (yylex): Remove #if 0'ed code.
11423         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11424         (yyerror): Likewise.
11425
11426 2012-01-16  Tom Tromey  <[email protected]>
11427
11428         * NEWS: Add item.
11429         * symtab.h (compare_filenames_for_search): Declare.
11430         * symtab.c (compare_filenames_for_search): New function.
11431         (iterate_over_some_symtabs): Use it.
11432         * symfile.h (struct quick_symbol_functions)
11433         <map_symtabs_matching_filename>: Change spec.
11434         * psymtab.c (partial_map_symtabs_matching_filename): Use
11435         compare_filenames_for_search.  Update for new spec.
11436         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11437         compare_filenames_for_search.  Update for new spec.
11438         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11439
11440 2012-01-16  Tom Tromey  <[email protected]>
11441
11442         PR python/13281:
11443         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11444         (struct main_type) <flag_flag_enum>: New field.
11445         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11446         * NEWS: Add entries.
11447         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11448         enums.
11449         * python/lib/gdb/printing.py (_EnumInstance): New class.
11450         (FlagEnumerationPrinter): Likewise.
11451
11452 2012-01-16  Sergio Durigan Junior  <[email protected]>
11453
11454         * breakpoint.c (create_sals_from_address_default): New function.
11455         (create_breakpoints_sal_default): Likewise.
11456         (decode_linespec_default): Likewise.
11457         (is_marker_spec): Removed.
11458         (strace_marker_p): New function.
11459         (init_breakpoint_sal): Using `strace_marker_p' instead of
11460         `is_marker_spec'.
11461         (create_breakpoint): Call method `create_sals_from_address' from
11462         breakpoint_ops, replacing code that created SALs conditionally
11463         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11464         replacing code that created breakpoints conditionally on the type
11465         wanted.
11466         (base_breakpoint_create_sals_from_address): New function.
11467         (base_breakpoint_create_breakpoints_sal): Likewise.
11468         (base_breakpoint_decode_linespec): Likewise.
11469         (base_breakpoint_ops): Add methods
11470         `base_breakpoint_create_sals_from_address',
11471         `base_breakpoint_create_breakpoints_sal' and
11472         `base_breakpoint_decode_linespec'.
11473         (bkpt_create_sals_from_address): New function.
11474         (bkpt_create_breakpoints_sal): Likewise.
11475         (bkpt_decode_linespec): Likewise.
11476         (tracepoint_create_sals_from_address): Likewise.
11477         (tracepoint_create_breakpoints_sal): Likewise.
11478         (tracepoint_decode_linespec): Likewise.
11479         (strace_marker_create_sals_from_address): Likewise.
11480         (strace_marker_create_breakpoints_sal): Likewise.
11481         (strace_marker_decode_linespec): Likewise.
11482         (strace_marker_breakpoint_ops): New variable.
11483         (addr_string_to_sals): Remove `marker_spec'.  Call method
11484         `decode_linespec' from breakpoint_ops, replacing code that decoded
11485         an address string into a SAL.  Use `strace_marker_p' instead of
11486         `marker_spec'.
11487         (strace_command): Decide whether we are dealing with a static
11488         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11489         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11490         * breakpoint.h (linespec_result, linespec_sals): New forward
11491         declarations.
11492         (breakpoint_ops) <create_sals_from_address>,
11493         <create_breakpoints_sal>, <decode_linespec>: New methods.
11494
11495 2012-01-14  Doug Evans  <[email protected]>
11496
11497         * NEWS: Update text for "maint set python print-stack".
11498         It is deprecated in gdb 7.4 and deleted in 7.5.
11499
11500 2012-01-13  Eli Zaretskii  <[email protected]>
11501
11502         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11503         including curses.h.
11504
11505 2012-01-12  Jan Kratochvil  <[email protected]>
11506
11507         * configure: Regenerate.
11508         * config.in: Regenerate.
11509
11510 2012-01-12  Keith Seitz  <[email protected]>
11511
11512         PR mi/10586
11513         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11514         (ANONYMOUS_UNION_NAME): Define.
11515         (is_path_expr_parent): New function.
11516         (get_path_expr_parent): New function.
11517         (is_anonymous_child): New function.
11518         (create_child_with_value): If the child is anonymous and without
11519         a name, assign an object name to it.
11520         (c_describe_child): Use get_path_expr_parent to determine
11521         the parent expression.
11522         If there field represents an anonymous struct or union and
11523         has no name, set an appropriate display name and expression.
11524         (cplus_describe_child): Likewise.
11525
11526 2012-01-12  Pedro Alves  <[email protected]>
11527
11528         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11529         available when %ebp is found to be zero (outermost).
11530
11531 2012-01-11  Andreas Tobler  <[email protected]>
11532
11533         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11534         an internal gdb_static_assert.
11535         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11536
11537 2012-01-11  Tom Tromey  <[email protected]>
11538
11539         PR gdb/9598:
11540         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11541         catch" and "catch throw".
11542
11543 2012-01-11  Paul Hilfinger  <[email protected]>
11544
11545         * blockframe.c (block_innermost_frame): Start search from selected
11546         frame, if present, or otherwise the current frame.
11547
11548         * c-exp.y (variable): Update innermost_block for
11549         'block COLONCOLON NAME' clause.
11550         * m2-exp.y (variable): Ditto.
11551         * objc-exp.y (variable): Ditto.
11552
11553 2012-01-10  Tom Tromey  <[email protected]>
11554
11555         PR python/13199:
11556         * python/python.c (finish_python_initialization): Set sys.argv.
11557
11558 2012-01-10  Doug Evans  <[email protected]>
11559
11560         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11561         "want_line_info".  All callers updated.
11562         (dwarf_decode_lines_1): New function.
11563         (handle_DW_AT_stmt_list): Add function comment.
11564         New arg "want_line_info".  All callers updated.
11565         (read_file_scope,read_type_unit_scope): Move comment from
11566         handle_DW_AT_stmt_list to here.
11567
11568 2012-01-10  Jan Kratochvil  <[email protected]>
11569
11570         Fix regression after libiberty/ update for GCC PR 6057 and others.
11571         * c-exp.y (operator) <OPERATOR DELETE>
11572         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11573         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11574         (make_builtin_type, make_name): New variable i, add gdb_assert.
11575         (operator) <OPERATOR NEW>: Update ARGS to 3.
11576         (operator) <OPERATOR DELETE>: Add trailing space.
11577         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11578         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11579         * cp-support.c (cp_canonicalize_string): Check NULL from
11580         cp_comp_to_string, call warning and return.
11581
11582 2012-01-10  Jan Kratochvil  <[email protected]>
11583
11584         Fix duplicate .o files after omitting libbfd.a.
11585         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11586         (SFILES): Add corelow.c.
11587         (COMMON_OBS): Add corelow.o.
11588         (ALLDEPFILES): Remove corelow.c.
11589         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11590         * config/alpha/alpha-osf3.mh: Likewise.
11591         * config/alpha/fbsd.mh: Likewise.
11592         * config/arm/nbsdaout.mh: Likewise.
11593         * config/arm/nbsdelf.mh: Likewise.
11594         * config/i386/i386gnu.mh: Likewise.
11595         * config/ia64/hpux.mh: Likewise.
11596         * config/ia64/linux.mh: Likewise.
11597         * config/m32r/linux.mh: Likewise.
11598         * config/m68k/linux.mh: Likewise.
11599         * config/mips/irix5.mh: Likewise.
11600         * config/mips/irix6.mh: Likewise.
11601         * config/pa/hpux.mh: Likewise.
11602         * config/pa/linux.mh: Likewise.
11603         * config/powerpc/aix.mh: Likewise.
11604         * config/sparc/linux.mh: Likewise.
11605         * config/sparc/linux64.mh: Likewise.
11606         * config/sparc/sol2.mh: Likewise.
11607         * config/vax/vax.mh: Likewise.
11608         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11609         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11610         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11611         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11612         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11613         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11614         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11615         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11616         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11617         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11618         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11619         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11620         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11621         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11622         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11623         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11624         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11625         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11626         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11627         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11628         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11629         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11630         corelow.o from gdb_target_obs.
11631         * corefile.c (core_target): Update the comment on NULL value.
11632         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11633         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11634         MATCHES.  Drop YUMMY set on NULL.
11635         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11636         reclaim CORE_DATA if it is already NULL.
11637
11638 2012-01-09  Doug Evans  <[email protected]>
11639
11640         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11641         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11642
11643 2012-01-09  Keith Seitz  <[email protected]>
11644
11645         * breakpoint.c (wrapper.h): Don't include.
11646
11647 2012-01-09  Keith Seitz  <[email protected]>
11648
11649         * Makefile.in (SFILES): Remove wrapper.c.
11650         (HFILES_NO_SRCDIR): Remove wrapper.h.
11651         (COMMON_OBS): Remove wrapper.o.
11652         * cli/cli-interp.c: Don't inlude wrapper.h.
11653         * corelow.c: Likewise.
11654         (core_open): Replace gdb_target_find_new_threads with
11655         TRY_CATCH around target_find_new_threads.
11656         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11657         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11658         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11659         evaluate_expression.
11660         (varobj_set_value): Likewise for evaluate_expression and
11661         value_assign.
11662         (install_new_variable): Likewise for value_fetch_lazy.
11663         (adjust_value_for_child_access): Likewise for value_ind.
11664         (c_describe_child): Likewise for value_subscript and
11665         value_ind.
11666         (c_value_of_root): Likewise for evaluate_expression.
11667         * wrapper.c: Remove.
11668         * wrapper.h: Remove.
11669
11670 2012-01-09  Doug Evans  <[email protected]>
11671
11672         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11673         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11674         "abfd" args with "section".  All callers updated.
11675         Error checking code moved ...
11676         (error_check_comp_unit_head): ... here.  New function.
11677         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11678         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11679         (create_debug_types_hash_table): Simplify by using
11680         read_and_check_type_unit_head.
11681
11682         * parser-defs.h (namecopy): Delete.
11683         * parse.c (namecopy, namecopy_size): Move into copy_name.
11684
11685 2012-01-09  Jan Kratochvil  <[email protected]>
11686
11687         Partially fix duplicate .o files after omitting libbfd.a.
11688         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11689         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11690         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11691         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11692         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11693         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11694         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11695
11696 2012-01-09  Pedro Alves  <[email protected]>
11697
11698         * MAINTAINERS: Update my email address.
11699
11700 2012-01-08  Doug Evans  <[email protected]>
11701
11702         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11703         n_type_units.  Rename type_comp_units to all_type_units.
11704         All uses updated.
11705         (add_signatured_type_cu_to_table): Renamed from
11706         add_signatured_type_cu_to_list.  All callers updated.
11707
11708         * gdbtypes.h (struct cplus_struct_type): Delete member
11709         nfn_fields_total.  All uses removed.
11710
11711 2012-01-06  Doug Evans  <[email protected]>
11712
11713         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11714         to top of file.
11715         (dwarf2_find_comp_unit): Delete.
11716         (process_psymtab_comp_unit): Make result "void".
11717         Delete args buffer, info_ptr, buffer_size, and replace with
11718         "section".  All callers updated.
11719         (dwarf2_build_psymtabs_hard): Simplify.
11720
11721 2012-01-06  Sergio Durigan Junior  <[email protected]>
11722             Thiago Jung Bauermann  <[email protected]>
11723
11724         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11725         before `struct gdb_exception'.
11726         * breakpoint.c (update_global_location_list_nothrow)
11727         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11728         * cp-abi.c (value_rtti_type): Likewise.
11729         * cp-support.c (cp_validate_operator): Likewise.
11730         * infrun.c (insert_exception_resume_breakpoint)
11731         (check_exception_resume, keep_going): Likewise.
11732         * mi-interp.c (mi_breakpoint_created)
11733         (mi_breakpoint_modified): Likewise.
11734         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11735         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11736         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11737
11738 2012-01-05  Doug Evans  <[email protected]>
11739
11740         * dwarf2read.c (statement_prologue): Delete, unused.
11741
11742         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11743         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11744
11745         * dwarf2read.c (comp_unit_header): Delete, unused.
11746
11747 2012-01-05  Ulrich Weigand  <[email protected]>
11748
11749         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11750         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11751
11752 2012-01-05  Khoo Yit Phang  <[email protected]>
11753
11754         * infrun.c (normal_stop): Don't skip calling the normal_stop
11755         observers if the thread was doing a multi-step, but stopped for
11756         some reason other than stepping.
11757
11758 2012-01-05  Pedro Alves  <[email protected]>
11759
11760         * cli/cli-decode.h: Add comments.
11761         (CMD_LIST_AMBIGUOUS): Moved to command.h
11762         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11763         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11764         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11765         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11766         (add_com, add_com_alias, add_info, add_info_alias)
11767         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11768         declarations.
11769         * command.h: Add and adjust comments.
11770         (CMD_LIST_AMBIGUOUS): Moved here.
11771         (help_cmd, help_cmd_list): Delete declarations.
11772
11773 2012-01-04  Doug Evans  <[email protected]>
11774
11775         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11776         All callers updated.
11777         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11778         Replace all arguments with "per_cu".  All callers updated.
11779
11780         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11781
11782         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11783         New arg "per_cu".  All callers updated.
11784
11785         Delete #if 0'd out code.
11786         * language.c (binop_result_type): Delete.
11787         (simple_type, ordered_type, same_type, integral_type): Delete.
11788         (numeric_type, character_type, string_type, boolean_type): Delete.
11789         (float_type, structured_type): Delete.
11790         * language.h: Update.
11791
11792 2012-01-04  Tom Tromey  <[email protected]>
11793
11794         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11795
11796 2012-01-04  Joel Brobecker  <[email protected]>
11797
11798         * corefile.c (close_exec_file): Delete.
11799         (reopen_exec_file): Remove commented out code that seems related
11800         to close_exec_file, which is being deleted here.
11801         * inferior.h (close_exec_file): Delete.
11802         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11803
11804 2012-01-04  Joel Brobecker  <[email protected]>
11805
11806         * ada-lang.c: #include "cli/cli-utils.h".
11807         (get_selections): Use skip_spaces.
11808         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11809         (catch_ada_exception_command_split): Use skip_spaces.
11810         (ada_decode_assert_location): Likewise.
11811
11812 2012-01-04  Joel Brobecker  <[email protected]>
11813
11814         * linespec.c (decode_line_internal): Check for C++ or Java
11815         compound constructs only if the current language is C, C++
11816         or Java.
11817
11818 2012-01-04  Jan Kratochvil  <[email protected]>
11819
11820         Revert:
11821         2012-01-02  Jan Kratochvil  <[email protected]>
11822                     Joel Brobecker  <[email protected]>
11823         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11824         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11825         3 times.
11826         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11827         fall through into AT_ENTRY_POINT.
11828         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11829         DUMMY_ADDR with it.
11830         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11831         PPC_INSN_SIZE skip to 3 times.
11832
11833 2012-01-04  Joel Brobecker  <[email protected]>
11834
11835         * linespec.c (add_minsym): Preserve function descriptors.
11836
11837 2012-01-04  Ulrich Weigand  <[email protected]>
11838
11839         * breakpoint.c (all_locations_are_pending): Consider locations
11840         in program spaces executing during startup pending as well.
11841
11842 2012-01-04  Joel Brobecker  <[email protected]>
11843
11844         Copyright year update in most files of the GDB Project.
11845
11846 2012-01-04  Joel Brobecker  <[email protected]>
11847
11848         * copyright.sh: Delete.
11849         * copyright.py: Rewrite.
11850
11851 2012-01-04  Joel Brobecker  <[email protected]>
11852
11853         * gnulib/extra/update-copyright: New file, imported from gnulib.
11854
11855 2012-01-04  Joel Brobecker  <[email protected]>
11856
11857         * README (Copyright and License Notices): New section.
11858
11859 2012-01-03  Tom Tromey  <[email protected]>
11860
11861         PR python/12533:
11862         * python/py-value.c (valpy_dereference, valpy_get_address
11863         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11864         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11865         (valpy_absolute, valpy_richcompare): Free intermediate values.
11866
11867 2011-01-03  Joel Brobecker  <[email protected]>
11868
11869         * ada-lang.c: Reformat the copyright notice.
11870
11871 2012-01-02  Jan Kratochvil  <[email protected]>
11872
11873         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11874         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11875         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11876         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11877         Revert this part of:
11878         2012-01-02  Jan Kratochvil  <[email protected]>
11879         Build gdb directly from *.o files not using libgdb.a.
11880         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11881
11882 2012-01-02  Joel Brobecker  <[email protected]>
11883
11884         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11885         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11886         Reformat the copyright header.
11887
11888 2012-01-02  Jan Kratochvil  <[email protected]>
11889
11890         Revert this part of:
11891         2012-01-02  Jan Kratochvil  <[email protected]>
11892         Remove the gdbtui binary.
11893         * gdb.c (main): Remove args.interpreter_p initialization.
11894         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11895         * main.h (struct captured_main_args): Remove interpreter_p.
11896
11897 2012-01-02  Joel Brobecker  <[email protected]>
11898
11899         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11900
11901 2012-01-02  Joel Brobecker  <[email protected]>
11902
11903         * top.c (print_gdb_version): Update copyright year.
11904
11905 2012-01-02  Yao Qi  <[email protected]>
11906
11907         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11908
11909 2012-01-02  Jan Kratochvil  <[email protected]>
11910             Joel Brobecker  <[email protected]>
11911
11912         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11913         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11914         3 times.
11915         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11916         fall through into AT_ENTRY_POINT.
11917         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11918         DUMMY_ADDR with it.
11919         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11920         PPC_INSN_SIZE skip to 3 times.
11921
11922 2012-01-02  Jan Kratochvil  <[email protected]>
11923
11924         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11925         the return value.
11926         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11927
11928 2012-01-02  Jan Kratochvil  <[email protected]>
11929
11930         Build gdb directly from *.o files not using libgdb.a.
11931         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11932         (COMMON_OBS): Remove solib-target.o.
11933         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11934         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11935         (LIBGDB_OBS, libgdb.a): Move it above.
11936         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11937         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11938         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11939         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11940         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11941         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11942         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11943         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11944         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11945         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11946         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11947         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11948         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11949         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11950         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11951         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11952         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11953         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11954         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11955         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11956         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11957         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11958         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11959         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11960         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11961         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11962         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11963
11964 2012-01-02  Jan Kratochvil  <[email protected]>
11965
11966         Remove the gdbtui binary.
11967         * .gitignore (/gdbtui): Remove.
11968         * Makefile.in (TUI): Remove.
11969         (SUBDIR_TUI_OBS): Remove tui-main.o.
11970         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11971         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11972         (tui-main.o): Remove.
11973         (all_object_files): Remove tui-main.o.
11974         * NEWS: New note for the gdbtui removal.
11975         * configure: Rebuilt.
11976         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11977         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11978         CONFIG_UNINSTALL respectively.
11979         * gdb.c (main): Remove args.interpreter_p initialization.
11980         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11981         * main.h (struct captured_main_args): Remove interpreter_p.
11982         * tui/tui-main.c: Remove.
11983
11984 2012-01-01  Doug Evans  <[email protected]>
11985
11986         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11987         (dwarf2_physname, read_import_statement): Ditto.
11988         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11989         (process_structure_scope read_subroutine_type): Ditto.
11990         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11991         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11992         (dwarf2_fetch_die_location_block): Ditto.
11993         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11994
11995         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11996         All callers updated.
11997         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11998         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11999         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12000
12001         * dwarf2read.c (load_cu): Move assert to more useful location.
12002
12003         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12004         All callers updated.
12005
12006         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12007         (dwarf2_elf_names): Minor reformat.
12008         (dwarf2_per_cu_data): Tweak comment.
12009         (dwarf2_read_section): Fix comment.
12010         (create_all_comp_units): Fix comment.
12011         (load_full_comp_unit): Fix comment.
12012         (process_full_comp_unit): Fix comment.
12013         (read_signatured_type): Fix comment.
12014
12015 For older changes see ChangeLog-2011.
12016 \f
12017 Local Variables:
12018 mode: change-log
12019 left-margin: 8
12020 fill-column: 74
12021 version-control: never
12022 coding: utf-8
12023 End:
This page took 0.727671 seconds and 4 git commands to generate.