2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
[external/binutils.git] / gdb / ChangeLog
1 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
2
3         PR mi/14741:
4         * mi/mi-cmd-var.c (varobj_update_one): Take value of
5         attribute "dynamic" and "displayhint" from printed child,
6         not the root variable.
7
8 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
9
10         * aix-thread.c (getthrds): Fix type of 4th parameter.
11         (get_signaled_thread): Change type of variable ktid to tid_t.
12
13 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
14
15         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
16         value of get_frame_block.
17
18 2012-12-05  Pierre Muller  <muller@sourceware.org>
19
20         Avoid memory leaks on struct cmd_list_element.doc field.
21         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
22         if flags contains DOC_ALLOCATED.
23         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
24         flags.
25         (delete_cmd): Handle DOC_ALLOCATED flag.
26         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
27         in flags filed of struct cmd_list_element.
28         (struct cmd_list_element): Document new flag item.
29
30 2012-12-04  Doug Evans  <dje@google.com>
31
32         * symmisc.c: Whitespace fixes.
33
34 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
35
36         * i386-tdep.c (i386_skip_prologue): Using symbol table
37         to find the end of prologue for clang compiled binaries.
38         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
39         to find the end of prologue for clang compiled binaries.
40
41 2012-12-03  Doug Evans  <dje@google.com>
42
43         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
44         (dw2_find_symbol_file): Delete unused local file_data.
45
46 2012-12-03  Tom Tromey  <tromey@redhat.com>
47
48         * ada-exp.y (write_object_renaming, write_var_or_type)
49         (write_ambiguous_var, write_var_from_sym): Make blocks const.
50         * ada-lang.c (replace_operator_with_call)
51         (find_old_style_renaming_symbol): Make blocks const.
52         * ada-lang.h (ada_find_renaming_symbol): Update.
53         (struct ada_symbol_info) <block>: Now const.
54         * breakpoint.c (watch_command_1): Update.
55         * breakpoint.h (struct watchpoint) <exp_valid_block,
56         cond_exp_valid_block>: Now const.
57         * c-exp.y (classify_inner_name, classify_name): Make block
58         argument const.
59         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
60         const.
61         * expression.h (innermost_block, parse_exp_1): Update.
62         (union exp_element) <block>: Now const.
63         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
64         (lookup_struct): Make block argument const.
65         * gdbtypes.h (lookup_template_type): Update.
66         * go-exp.y (classify_name, classify_packaged_name)
67         (package_name_p): Make block argument const.
68         * objc-lang.c (lookup_struct_typedef): Make block argument const.
69         * objc-lang.h (lookup_struct_typedef): Update.
70         * parse.c (parse_exp_in_context, parse_exp_1)
71         (write_exp_elt_block): Make block arguments const.
72         (expression_context_block, innermost_block): Now const.
73         * parser-defs.h (write_exp_elt_block): Update.
74         (expression_context_block, innermost_block, block_found): Now
75         const.
76         * printcmd.c (struct display) <block>: Now const.
77         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
78         * valops.c (address_of_variable): Make block argument const.
79         * value.h (value_of_variable): Update.
80         * varobj.c (struct varobj_root) <valid_block>: Now const.
81
82 2012-11-30  Yao Qi  <yao@codesourcery.com>
83
84         * breakpoint.c (print_one_breakpoint_location): Indent code.
85
86 2012-11-30  Yao Qi  <yao@codesourcery.com>
87
88         * breakpoint.c (print_one_breakpoint_location): Combine two
89         blocks handling 'hit count' together.
90
91 2012-11-30  Yao Qi  <yao@codesourcery.com>
92
93         * infrun.c (error_is_running, ensure_not_running): Move them
94         to ...
95         * infcmd.c (error_is_running, ensure_not_running): ... here.
96         Make them 'static'.
97         * inferior.h: Remove declarations of error_is_running and
98         ensure_not_running.
99
100 2012-11-30  Yao Qi  <yao@codesourcery.com>
101
102         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
103         check REGNUM >= 0.
104
105 2012-11-30  Yao Qi  <yao@codesourcery.com>
106
107         * infrun.c: Make the declaration of 'init_infwait_state'
108         static.
109         (init_infwait_state): Make it 'static'.
110
111 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
112
113         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
114         return value to void to avoid compiler warning.
115
116 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
117
118         * opencl-lang.c (opencl_print_type): New function.
119         (opencl_language_arch_info): Install it.
120
121 2012-11-29  Tom Tromey  <tromey@redhat.com>
122
123         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
124         xvasprintf.
125         * common/common-utils.c (xasprintf, xvasprintf): Remove.
126         * common/common-utils.h (xasprintf, xvasprintf): Remove.
127
128 2012-11-29  Jerome Guitton  <guitton@adacore.com>
129
130         * ada-lang.c (ada_is_interface_tag): New function.
131         (ada_is_ignored_field): Add interface tags to the list
132         of ignored fields.
133
134 2012-11-29  Jerome Guitton  <guitton@adacore.com>
135
136         * ada-lang.h (ada_tag_value_at_base_address): New function
137         declaration.
138         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
139         New functions.
140         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
141         relocate the class-wide value if need be.
142         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
143         Let ada_tag_value_at_base_address relocate the class-wide access/ref
144         before dereferencing it.
145         * ada-valprint.c (ada_val_print_1): Relocate to base address
146         before displaying the content of an interface-wide ref.
147
148 2012-11-29  Jerome Guitton  <guitton@adacore.com>
149
150         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
151
152 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
153
154         GDB 7.5.1 released.
155
156 2012-11-29  Yao Qi  <yao@codesourcery.com>
157             Tom Tromey  <tromey@redhat.com>
158
159         * eval.c (evaluate_subexp_standard): Get the correct pointer
160         type for TYPE_CODE_MEMBERPTR.
161
162 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
163
164         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
165         since now it is being done by binutils' powerpc_init_dialect().
166
167 2012-11-28  Tom Tromey  <tromey@redhat.com>
168
169         PR gdb/14290:
170         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
171         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
172         Use it.
173         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
174         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
175         (gdb_bfd_openr_next_archived_file): Use it.
176
177 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
178
179         * configure.ac: Check for linux/perf_event.h.
180         * config.in: Regenerated.
181         * configure: Regenerated.
182
183 2012-11-28  Yao Qi  <yao@codesourcery.com>
184
185         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
186         abbreviate 'delete tracepoints' to 'delete tr'.
187         * corefile.c (_initialize_core): Call add_alias_cmd to
188         abbreviate 'set gnutarget' to 'set g'.
189         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
190         'show convenience' to 'show conv'.
191
192 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
193
194         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
195         call to sparc_supply_fpregset.
196         (fill_fpregset): Fix first parameter in call to
197         sparc_collect_fpregset.
198
199 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
200             Kazu Hirata  <kazu@codesourcery.com>
201             Yao Qi  <yao@codesourcery.com>
202
203         * objfiles.c (init_entry_point_info): Call
204         gdbarch_convert_from_func_ptr_addr and
205         gdbarch_addr_bits_remove here ...
206         (entry_point_address_query): ... instead of here.
207         * solib-svr4.c (exec_entry_point): Call
208         gdbarch_addr_bits_remove.
209         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
210         the entry address.
211
212 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
213             Yao Qi  <yao@codesourcery.com>
214
215         * eval.c (evaluate_subexp_standard): Add handling of
216         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
217         result of ptype for calling a TYPE_CODE_METHODPTR.
218
219 2012-11-27  Yao Qi  <yao@codesourcery.com>
220
221         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
222         warning.
223         Add i18n markup.
224
225 2012-11-26  Alexander Larsson  <alexl@redhat.com>
226             Jan Kratochvil  <jan.kratochvil@redhat.com>
227             Tom Tromey  <tromey@redhat.com>
228
229         * NEWS: Mention mini debuginfo feature.
230         * minidebug.c: New file.
231         * configure.ac: Check for lzma.
232         * configure, config.in: Rebuild.
233         * Makefile.in (LIBLZMA): New variable.
234         (CLIBS): Include LIBLZMA.
235         (SFILES): Mention minidebug.c.
236         (COMMON_OBS): Mention minidebug.o.
237         * symfile.c (read_symbols): New function.
238         (syms_from_objfile, reread_symbols): Call it.
239         * symfile.h (find_separate_debug_file_in_section): Declare.
240
241 2012-11-26  Keith Seitz  <keiths@redhat.com>
242
243         * exec.c (exec_file_attach): Move cleanup after verifying that
244         memory has in fact been allocated.
245
246 2012-11-26  Tom Tromey  <tromey@redhat.com>
247
248         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
249         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
250         SYMBOL_SYMTAB.
251         * skip.c (skip_info): Use SYMBOL_SYMTAB.
252
253 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
254             Pedro Alves  <palves@redhat.com>
255
256         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
257         size parameter passed to readlink by one byte.
258         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
259         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
260         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
261         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
262         size by one byte.
263
264 2012-11-26  Yao Qi  <yao@codesourcery.com>
265
266         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
267         extraneous parentheses.
268
269 2012-11-26  Yao Qi  <yao@codesourcery.com>
270
271         * remote.c (remote_start_remote): Typo fix.
272
273 2012-11-23  David S. Miller  <davem@davemloft.net>
274
275         * sparc-tdep.h (struct sparc_fpregset): New data structure.
276         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
277         sparc32_sol2_fpregset): Declare new globals.
278         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
279         'fpregset' argument.
280         * sparc64-tdep.h (sparc64_supply_fpregset,
281         sparc64_collect_fpregset): Likewise.
282         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
283         globals.
284         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
285         (sparc_fpregset): Declare new global.
286         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
287         'fpregset' argument.
288         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
289         into handler.
290         (fill_fpregset): Likewise.
291         (_initialize_sparc_linux_nat): Set sparc_fpregset to
292         sparc32_bsd_fpregset.
293         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
294         sparc32_bsd_fpregset down into handler.
295         (sparc32_linux_collect_core_fpregset): Likewise.
296         * sparc-nat.c (sparc_fpregset): Define.
297         (sparc_supply_fpregset): Add 'fpregset' argument.
298         (sparc_collect_fpregset): Likewise.
299         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
300         into fpregset handler.
301         (sparc_store_inferior_registers): Likewise.
302         (_initialize_sparc_nat): Set sparc_fpregset to
303         sparc32_sunos4_fpregset if NULL.
304         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
305         down into handler.
306         (fill_fpregset): Likewise.
307         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
308         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
309         use it to compute offsets.
310         (sparc32_collect_fpregset): Likewise.
311         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
312         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
313         down into handler.
314         (fill_fpregset): Likewise.
315         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
316         Likewise.
317         (sparc64_linux_collect_core_fpregset): Likewise.
318         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
319         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
320         use it to compute offsets.
321         (sparc64_collect_fpregset): Likewise.
322         (sparc64_bsd_fpregset): Define.
323         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
324         sparc64_bsd_fpregset down into handler.
325         (sparc64fbsd_collect_fpregset): Likewise.
326         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
327         and pass sparc{32,64}_bsd_fpregset down into handler.
328         (sparc64nbsd_collect_fpregset): Likewise.
329         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
330         sparc64_bsd_fpregset down into handler.
331         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
332         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
333         to sparc32_bsd_fpregset.
334         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
335         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
336         (sparc32nbsd_supply_fpregset): Likewise.
337
338 2012-11-21  Tom Tromey  <tromey@redhat.com>
339
340         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
341         field.
342         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
343         Remove.
344         * c-typeprint.c (c_type_print_base): Update.
345
346 2012-11-21  Yao Qi  <yao@codesourcery.com>
347
348         PR tdep/7438
349         * gdbarch.sh (smash_text_address): Remove.
350         * gdbarch.c, gdbarch.h: Regenerate.
351         * arm-tdep.c (arm_smash_text_address): Remove.
352         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
353         * hppa-tdep.c (hppa_smash_text_address): Remove.
354         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
355         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
356         Caller update.
357         * coffread.c (coff_symtab_read): Caller update.
358         * dbxread.c (process_one_symbol): Likewise.
359         * elfread.c (record_minimal_symbol): Likewise.
360         * somread.c (som_symtab_read): Likewise.
361
362 2012-11-20  Pierre Muller  <muller@sourceware.org>
363
364         ARI fixes: sprintf rule.
365         Replace sprintf function calls for char arrays by
366         calls to xsnprintf calls.
367         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
368         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
369         (arm_neon_quad_read, arm_pseudo_read): Ditto.
370         (arm_neon_quad_write, arm_pseudo_write): Ditto.
371         * breakpoint.c (condition_completer): Ditto.
372         (create_tracepoint_from_upload): Ditto.
373         * dwarf2read.c (file_full_name): Ditto.
374         * gcore.c (gcore_command): Ditto.
375         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
376         * go32-nat.c (go32_sysinfo): Ditto.
377         * interps.c (interp_set): Ditto.
378         * m32c-tdep.c (make_types): Ditto.
379         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
380         * remote-m32r-sdi.c (m32r_open): Ditto.
381         * sol-thread.c (td_err_string): Ditto.
382         (td_state_string, solaris_pid_to_str): Ditto.
383         * symtab.c (gdb_mangle_name): Ditto.
384         * cli/cli-script.c (execute_control_command): Ditto.
385         (define_command, document_command): Ditto.
386         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
387         * tui/tui-stack.c (tui_make_status_line): Ditto.
388         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
389
390 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
391
392         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
393         it when looking at ptr->func.
394         * command.h (complete_on_cmdlist): Add a fourth arg.
395         * completer.c (complete_line_internal): Add local ignore_help_classes,
396         and set it to 1 when reason is not handle_help.  Pass this down to
397         lookup_cmd_1 and complete_on_cmdlist.
398
399 2012-11-20  Tom Tromey  <tromey@redhat.com>
400
401         * completer.c (count_struct_fields): Remove.
402         (expression_completer): Don't call count_struct_fields.
403
404 2012-11-20  Pedro Alves  <palves@redhat.com>
405
406         * annotate.c (breakpoints_changed): Rename to ...
407         (annotate_breakpoints_changed): ... this.
408         (annotate_stopped, breakpoint_changed): Adjust caller.
409         * annotate.h (breakpoints_changed): Rename to ...
410         (annotate_breakpoints_changed): ... this.
411         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
412         (do_map_commands_command, init_raw_breakpoint, clear_command)
413         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
414
415 2012-11-20  David S. Miller  <davem@davemloft.net>
416
417         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
418         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
419         sysconf.
420         (get_cores_used_by_process): Update comment.
421
422 2012-11-20  Yao Qi  <yao@codesourcery.com>
423
424         * objfiles.c (init_entry_point_info): Remove trailing spaces.
425
426 2012-11-20  Yao Qi  <yao@codesourcery.com>
427
428         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
429         to deprecated_context_hook.
430
431 2012-11-19  Yao Qi  <yao@codesourcery.com>
432
433         * infrun.c (infwait_state): Add static.
434
435 2012-11-16  Keith Seitz  <keiths@redhat.com>
436
437         PR c++/13615
438         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
439         parameter and pass it to lookup_symbol_file.
440         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
441         to search base classes.
442         (cp_lookup_symbol_namespace): Likewise.
443         (lookup_namespace_scope): Likewise.
444         (lookup_symbol_file): Add SEARCH parameter.
445         If SEARCH is non-zero and no symbol is found, lookup the class
446         and call cp_lookup_nested_symbol.
447         (find_symbol_in_baseclass): New function.
448         (cp_lookup_nested_symbol): Do not let
449         cp_lookup_symbol_in_namespace search through base classes.
450         Do that later when there is no global symbol match.
451
452 2012-11-16  Doug Evans  <dje@google.com>
453
454         * main.c (gdb_datadir_provided): New static global.
455         (get_init_files): If --data-directory is provided,
456         and SYSTEM_GDBINIT lives in data-directory, look for it there.
457         * NEWS: Mention it.
458
459 2012-11-15  Pierre Muller  <muller@sourceware.org>
460
461         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
462         * gdb_stat.h: Delete. Moved to common directory.
463         * common/gdb_stat.h: New file.
464         * gdb_wait.h: Delete. Moved to common directory.
465         * common/gdb_wait.h: New file.
466         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
467         location.
468         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
469         location.
470         (stat.h rule): Adapt to new gdb_stat.h location.
471         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
472         <sys/stat.h> header.
473         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
474         <sys/wait.h> header.
475
476 2012-11-15  Pierre Muller  <muller@sourceware.org>
477
478         * configure.ac (AC_HEADER_STAT): Remove.
479         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
480         and corresponding code.
481         * configure: Regenerate.
482         * config.in: Regenerate.
483
484 2012-11-15  Pierre Muller  <muller@sourceware.org>
485
486         ARI xasprintf rule fixes.
487         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
488         instead of xasprintf.
489         (open_and_init_dwp_file): Ditto.
490
491 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
492
493         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
494         target types.
495
496 2012-11-14  Tom Tromey  <tromey@redhat.com>
497
498         * configure, config.in: Rebuild.
499         * configure.ac: Don't check for ctype.h, time.h.
500         * expprint.c: Don't use HAVE_CTYPE_H.
501
502 2012-11-13  Tom Tromey  <tromey@redhat.com>
503
504         * gdbarch.h, gdbarch.c: Rebuild.
505         * gdbarch.sh (set_target_gdbarch): Rename from
506         deprecated_target_gdbarch_select_hack.
507         * arch-utils.c (gdbarch_update_p): Update.
508         (set_gdbarch_from_file): Update.
509
510 2012-11-14  Pierre Muller  <muller@sourceware.org>
511
512         * MAINTAINERS (Responsible Maintainers/misc): Add myself
513         as responsible of contrib/ari directory.
514
515 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
516             Yao Qi  <yao@codesourcery.com>
517
518         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
519         bit of EXC_RETURN.
520         (arm_m_exception_cache, arm_m_exception_this_id)
521         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
522         (arm_m_exception_unwind): New.
523         (arm_gdbarch_init): Register arm_m_exception_unwind.
524
525 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
526
527         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
528         parameter COUNT, for pattern filling of memory regions.
529         * NEWS: Mention it.
530
531 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
532
533         * disasm.h (DISASSEMBLY_FILENAME): New macro.
534         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
535         to print_source_lines ().
536         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
537         flag.
538         * source.c (print_source_lines_base): Prefix source line with
539         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
540
541 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
542
543         * symtab.h (print_source_lines_flags): New enum.
544         * source.c (print_source_lines_base): Change noerror to flags.
545         (print_source_lines): Change noerror to flags.
546
547 2012-11-13  Pierre Muller  <muller@sourceware.org>
548
549         ARI fixes: Avoid sprintf function use rule.
550         * charset.c (convert_between_encodings): Use xsnprintf.
551         * cli-out.c (cli_field_int): Likewise.
552         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
553         * expprint.c (op_name_standard): Likewise.
554         * frv-tdep.c (set_variant_num_gprs): Likewise.
555         (set_variant_num_fprs): Likewise.
556         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
557         * nto-tdep.c (nto_find_and_open_solib): Likewise.
558         (nto_init_solib_absolute_prefix): Likewise.
559         * source.c (init_source_path): Likewise.
560         (print_source_lines_base): Likewise.
561         * valprint.c (print_wchar): Likewise.
562         * mi/mi-out.c (mi_field_int): Likewise.
563         windows-nat.c (windows_pid_to_exec_file): Likewise.
564         (windows_create_inferior): Likewise.
565         (_initialize_check_for_gdb_ini): Likewise.
566
567 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
568
569         * frame.h (deprecated_frame_register_read): Renames
570         frame_register_read.
571         * frame.c (deprecated_frame_register_read): Renames
572         frame_register_read.  Update all callers.
573         * i386-tdep.c: Update all callers of frame_register_read.
574         * infcmd.c: Likewise.
575         * jit.c: Likewise.
576         * mips-tdep.c: Likewise.
577         * mt-tdep.c: Likewise.
578         * sh64-tdep.c: Likewise.
579
580 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
581
582         * frame.h (frame_register_read): Remove FIXME comment.
583         * frame.c (frame_register_read): Add suggestion explaining
584         which function to use in place of this one.
585
586 2012-11-12  Tom Tromey  <tromey@redhat.com>
587
588         * python/python.c (start_type_printers): Initialize 'result_obj'.
589
590 2012-11-12  Tom Tromey  <tromey@redhat.com>
591
592         * NEWS: Update.
593         * data-directory/Makefile.in (PYTHON_FILES): Add
594         type_printers.py.
595         * python/lib/gdb/command/type_printers.py: New file.
596         * python/lib/gdb/command/types.py (TypePrinter): New class.
597         (_get_some_type_recognizers, get_type_recognizers,
598         apply_type_recognizers, register_type_printer): New
599         functions.
600         * python/py-objfile.c (objfile_object) <type_printers>: New
601         field.
602         (objfpy_dealloc): Decref new field.
603         (objfpy_new): Set new field.
604         (objfpy_get_type_printers, objfpy_set_type_printers): New
605         functions.
606         (objfile_to_objfile_object): Set new field.
607         (objfile_getset): Add "type_printers".
608         * python/py-progspace.c (pspace_object) <type_printers>: New
609         field.
610         (pspy_dealloc): Decref new field.
611         (pspy_new): Set new field.
612         (pspy_get_type_printers, pspy_set_type_printers): New functions.
613         (pspace_to_pspace_object): Set new field.
614         (pspace_getset): Add "type_printers".
615         * python/python.c (start_type_printers, apply_type_printers,
616         free_type_printers): New functions.
617         (_initialize_python): Set gdb.type_printers.
618         * python/python.h (start_type_printers, apply_type_printers,
619         free_type_printers): Declare.
620         * typeprint.c (type_print_raw_options, default_ptype_flags):
621         Update for new fields.
622         (do_free_global_table, create_global_typedef_table,
623         find_global_typedef): New functions.
624         (find_typedef_in_hash): Use find_global_typedef.
625         (whatis_exp): Use create_global_typedef_table.  Change cleanup
626         handling.
627         * typeprint.h (struct type_print_options) <global_typedefs,
628         global_printers>: New fields.
629
630 2012-11-12  Tom Tromey  <tromey@redhat.com>
631
632         * c-typeprint.c (find_typedef_for_canonicalize,
633         print_name_maybe_canonical): New functions.
634         (c_print_type): Look up type name.
635         (cp_type_print_derivation_info): Add flags argument.  Use
636         print_name_maybe_canonical.
637         (cp_type_print_method_args): Add wrapping.
638         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
639         (c_type_print_template_args): New function.
640         (c_type_print_base): Change wrapping.  Use
641         print_name_maybe_canonical.
642         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
643         type name lookups.
644         * gdbtypes.c (types_equal): No longer static.
645         * gdbtypes.h (types_equal): Declare.
646         * typeprint.c (type_print_raw_options, default_ptype_flags):
647         Update.
648         (struct typedef_hash_table): New.
649         (hash_typedef_field, eq_typedef_field,
650         recursively_update_typedef_hash, add_template_parameters,
651         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
652         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
653         copy_typedef_hash, find_typedef_in_hash): New functions.
654         * typeprint.h (struct type_print_options) <local_typedefs>:
655         New field.
656         (recursively_update_typedef_hash, add_template_parameters,
657         create_typedef_hash, free_typedef_hash,
658         make_cleanup_free_typedef_hash, copy_typedef_hash,
659         find_typedef_in_hash): Declare.
660
661 2012-11-12  Tom Tromey  <tromey@redhat.com>
662
663         * cp-support.c (inspect_type,
664         replace_typedefs_qualified_name, replace_typedefs): Add
665         finder, data arguments.  Call as needed.
666         (cp_canonicalize_string_full): New function.
667         (cp_canonicalize_string_no_typedefs): Rewrite.
668         * cp-support.h (canonicalization_ftype): New typedef.
669         (cp_canonicalize_string_full): Declare.
670
671 2012-11-12  Tom Tromey  <tromey@redhat.com>
672
673         * NEWS: Update.
674         * c-typeprint.c (c_type_print_base): Handle print_method and
675         print_typedefs flags.
676         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
677         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
678         options.
679         * typeprint.c (type_print_raw_options, default_ptype_flags):
680         Update for new field.s
681         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
682         (setprinttypelist, showprinttypelist, print_methods,
683         print_typedefs): New globals.
684         (set_print_type, show_print_type, set_print_type_methods,
685         show_print_type_methods, set_print_type_typedefs,
686         show_print_type_typedefs): New functions.
687         (_initialize_typeprint): Update documentation.  Add "print
688         type methods" and "print type typedefs" parameters.
689         * typeprint.h (struct type_print_options) <print_methods,
690         print_typedefs>: New fields.
691
692 2012-11-12  Tom Tromey  <tromey@redhat.com>
693
694         * c-typeprint.c (cp_type_print_method_args): Add flags
695         argument.  Call c_print_type, not type_print.
696         (c_type_print_base): Call c_print_type, not type_print.
697         Update.
698
699 2012-11-12  Tom Tromey  <tromey@redhat.com>
700
701         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
702         to type-printing functions.
703         * ada-lang.h (ada_print_type): Add argument.
704         * ada-typeprint.c (print_array_type, print_variant_clauses,
705         print_variant_part, print_selected_record_field_types,
706         print_record_field_types, print_unchecked_union_type,
707         print_func_type, ada_print_type): Add flags argument.
708         (ada_print_typedef): Update.
709         * c-exp.y (OPERATOR conversion_type_id): Update.
710         * c-lang.h (c_print_type, c_type_print_base): Update.
711         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
712         c_type_print_modifier, c_type_print_args,
713         c_type_print_varspec_suffix, c_type_print_base): Add flags
714         argument.
715         * cp-valprint.c (cp_print_class_member): Update.
716         * dwarf2read.c (dwarf2_compute_name): Update.
717         * f-lang.h (f_print_type): Add argument.
718         * f-typeprint.c (f_print_type): Add flags argument.
719         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
720         * go-lang.h (go_print_type): Add argument.
721         * go-typeprint.c (go_print_type): Add flags argument.
722         * jv-lang.h (java_print_type): Add argument.
723         * jv-typeprint.c (java_type_print_base, java_print_type): Add
724         flags argument.
725         * language.c (unk_lang_print_type): Add flags argument.
726         * language.h (struct language_defn) <la_print_type>: Add flags
727         argument.
728         (LA_PRINT_TYPE): Likewise.
729         * m2-lang.h (m2_print_type): Add argument.
730         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
731         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
732         m2_unbounded_array, m2_record_fields): Add flags argument.
733         * p-lang.h (pascal_print_type, pascal_type_print_base,
734         pascal_type_print_varspec_prefix): Add argument.
735         * p-typeprint.c (pascal_print_type,
736         pascal_type_print_varspec_prefix, pascal_print_func_args,
737         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
738         flags argument.
739         * symmisc.c (print_symbol): Update.
740         * typeprint.c (type_print_raw_options, default_ptype_flags):
741         New globals.
742         (type_print): Update.
743         * typeprint.h (struct type_print_options): New.
744         (type_print_raw_options): Declare.
745         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
746
747 2012-11-10  Keith Seitz  <keiths@redhat.com>
748
749         * breakpoint.c (clear_command): Add cleanup for
750         sals.sals if an argument is given.
751
752         * linespec.c (parse_linespec): Do cleanups after
753         parsing a convenience variable.
754
755 2012-11-10  Keith Seitz  <keiths@redhat.com>
756
757         PR gdb/14288
758         * c-valprint.c (c_val_print): For character arrays
759         with "print null" option on, print ellipses if
760         the output is truncated and the next character is not \000.
761         * valprint.c (MAX_WCHARS): Define.
762         (WCHAR_BUFLEN): Likewise.
763         (WCHAR_BUFLEN_MAX): Likewise.
764         (struct converted_character): New structure.
765         (count_next_character): New function.
766         (print_converted_chars_to_obstack): New function.
767         (generic_printstr): Rewrite using count_next_character
768         and print_converted_chars_to_obstack.
769
770 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
771
772         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
773         while executing the gdb command.
774         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
775         are called from prompt_for_continue.
776         * tui/tui-io.c (tui_redisplay_readline): Likewise.
777
778 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
779
780         PR tui/9584
781
782         * tui/tui.c (tui_rl_command_key): Do not call execute_command
783         but insert the command to execute in readline's buffer.
784
785 2012-11-09  Tom Tromey  <tromey@redhat.com>
786
787         * gdbarch.sh (target_gdbarch): Remove macro.
788         (get_target_gdbarch): Rename to target_gdbarch.
789         * gdbarch.c, gdbarch.h: Rebuild.
790         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
791         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
792         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
793         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
794         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
795         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
796         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
797         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
798         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
799         procfs.c, progspace.c, ravenscar-thread.c, record.c,
800         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
801         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
802         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
803         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
804         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
805         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
806         target-descriptions.c, target.c, target.h, tracepoint.c,
807         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
808         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
809         python/py-inferior.c, python/python.c: Update.
810
811 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
812
813         * source.c (print_source_lines_base): Add fullname field giving
814         full path to file in mi output.
815         * NEWS: Mention the new fullname field.
816
817 2012-11-09  Yao Qi  <yao@codesourcery.com>
818
819         * NEWS: Mention the fix to the ambiguity of 'fo' command.
820
821 2012-11-09  Pedro Alves  <palves@redhat.com>
822
823         PR gdb/14306
824
825         * infrun.c: Include target-descriptions.h.
826         (follow_exec): Fetch new target description.
827
828 2012-11-09  Yao Qi  <yao@codesourcery.com>
829
830         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
831         0x8d (lea).
832
833 2012-11-09  Yao Qi  <yao@codesourcery.com>
834
835         * breakpoint.c: Declare set_tracepoint_count.
836         (install_breakpoint): Call set_tracepoint_count if B is a
837         tracepoint.
838         (trace_command): Don't call set_tracepoint_count.  Re-indent.
839         (strace_command, ftrace_command):
840         (create_tracepoint_from_upload): Likewise.
841
842 2012-11-09  Pedro Alves  <palves@redhat.com>
843
844         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
845         (get_target_gdbarch) <gdbarch.h>: New function.
846         (startup_gdbarch) <gdbarch.h>: Declare.
847         <gdbarch.c> (target_gdbarch): Delete.
848         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
849         current inferior's gdbarch.
850         <gdbarch.c> (get_target_gdbarch): New function.
851         * inferior.c: Include target-descriptions.h.
852         (free_inferior): Free target description info.
853         (add_inferior_with_spaces): Set the inferior's initial
854         architecture.
855         (clone_inferior_command): Copy the original inferior's target
856         description if it was user specified.
857         (initialize_inferiors): Add comment.
858         * inferior.h (struct target_desc_info): Forward declare.
859         (struct inferior) <gdbarch>: New field.
860         * linux-nat.c: Include target-descriptions.h.
861         (linux_child_follow_fork): Copy the parent's architecture and
862         target description to the child.
863         * target-descriptions.c: Include inferior.h.
864         (struct target_desc_info): New structure, holding the equivalents
865         of ...
866         (target_desc_fetched, current_target_desc)
867         (target_description_filename): ... these removed globals.
868         (get_tdesc_info, target_desc_info_from_user_p)
869         (copy_inferior_target_desc_info, target_desc_info_free): New.
870         (target_desc_fetched, current_target_desc)
871         (target_description_filename): Reimplemented as convenience
872         macros.
873         (tdesc_filename_cmd_string): New global.
874         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
875         tdescs filename ..." commands to the per-inferior equivalent.
876         (show_tdesc_filename_cmd): Get the value to show from the
877         per-inferior description filename.
878         (_initilize_target_descriptions): Change the "set/show tdesc
879         filename" commands' variable.
880         * target-descriptions.h (struct target_desc, struct target_desc_info)
881         (struct inferior): Forward declare.
882         (target_find_description, target_clear_description)
883         (target_current_description): Adjust comments.
884         (copy_inferior_target_desc_info, target_desc_info_free)
885         (target_desc_info_from_user_p). Declare.
886
887 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
888
889         * tui/tui-hooks.c (tui_about_to_proceed): New function.
890         (tui_target_wait_hook): Remove.
891         (tui_install_hooks): Install the about_to_proceed observer.
892         (tui_remove_hooks): And remove it here.
893
894 2012-11-08  Tom Tromey  <tromey@redhat.com>
895
896         * linux-tdep.c (linux_make_siginfo_note): New function.
897         (linux_make_corefile_notes): Use it.
898         * corelow.c (get_core_siginfo): New function.
899         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
900
901 2012-11-08  Tom Tromey  <tromey@redhat.com>
902
903         PR gdb/14704:
904         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
905         (zlib_decompress_section): Remove.
906         (gdb_bfd_map_section): Only check for compressed section
907         in mmap case.  Use bfd_get_full_section_contents.
908         * osabi.c (check_note): Add 'sectsize' argument.  Read
909         section data.
910         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
911         section data.  Update for check_note change.
912         * xcoffread.c (xcoff_initial_scan): Use
913         bfd_get_full_section_contents.
914         * py-auto-load.c (auto_load_section_scripts): Use
915         bfd_get_full_section_contents.
916         * contrib/cc-with-tweaks.sh: Add -Z option.
917
918 2012-11-08  Tom Tromey  <tromey@redhat.com>
919
920         * python/py-bpevent.c: Include defs.h.
921         * python/py-continueevent.c: Include defs.h.
922         * python/py-event.c: Include defs.h.
923         * python/py-event.h: Don't include defs.h.
924         * python/py-events.h: Don't include defs.h.
925         * python/py-evts.c: Include defs.h.
926         * python/py-exitedevent.c: Include defs.h.
927         * python/py-newobjfileevent.c: Include defs.h.
928         * python/py-signalevent.c: Include defs.h.
929         * python/py-stopevent.c: Include defs.h.
930         * python/py-threadevent.c: Include defs.h.
931
932 2012-11-08  Pierre Muller  <muller@sourceware.org>
933
934         * update-web-ari.sh (print_heading): Add number of files
935         checked.
936         (nb_files): New variable counting the number of sources
937         files found by gdb_find.sh script.
938         (debug_awk): New variable to allow extra debug output.
939         (indexes): Add more information if DEBUG_AWK is set.
940
941 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
942
943         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
944         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
945         following the change in PLT call stubs on linker.
946
947 2012-11-08  Pierre Muller  <muller@sourceware.org>
948
949         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
950         as default language.
951         (AWK): Use = instead of == for sh test to avoid warning.
952         (Linux rule): Correct [:digit] into [[:digit:]].
953         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
954         (vasprintf rule): Adapt to common subdirectory moves.
955         (xasprintf rule): Idem.
956         (xvasprintf rule): Idem.
957         (var_boolean rule): Accept occurence in == or != test.
958
959         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
960
961 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
962
963         * tui/tui-hooks.c (tui_inferior_exit): New function.
964         (tui_detach_hook): Remove.
965         (tui_install_hooks): Install the inferior exit observer.
966         (tui_remove_hooks): Remove it.
967
968 2012-11-08  Yao Qi  <yao@codesourcery.com>
969
970         PR gdb/14777.
971         * source.c (_initialize_source): Call add_com_alias to abbreviate
972         'forward-search' as 'fo'.
973
974 2012-11-07  Pedro Alves  <palves@redhat.com>
975
976         * arm-tdep.c: Make defs.h be the first include.
977         * coff-pe-read.c: Ditto.
978         * gnu-nat.c: Ditto.
979         * go32-nat.c: Ditto.
980         * i386-nat.c: Ditto.
981         * ppcnbsd-nat.c: Ditto.
982         * ada-varobj.h: Don't include defs.h.
983         * i386-darwin-tdep.h: Ditto.
984         * i386-nat.h: Ditto.
985
986 2012-11-07  Pedro Alves  <palves@redhat.com>
987
988         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
989         Committee.
990
991 2012-11-07  Pierre Muller  <muller@sourceware.org>
992
993         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
994         File already uses "gdb_dirent.h" header.
995
996 2012-11-07  Yao Qi  <yao@codesourcery.com>
997
998         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
999         tracepoint_count'.
1000
1001 2012-11-06  Tom Tromey  <tromey@redhat.com>
1002
1003         * target.h (inferior_has_forked, inferior_has_vforked)
1004         (inferior_has_execd, inferior_has_called_syscall): Remove
1005         declarations.
1006
1007 2012-11-06  Pierre Muller  <muller@sourceware.org>
1008
1009         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1010         add missing internalization markup.
1011
1012 2012-11-06  Pedro Alves  <palves@redhat.com>
1013
1014         PR gdb/14810
1015
1016         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1017
1018 2012-11-06  Pierre Muller  <muller@sourceware.org>
1019
1020         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1021         is not executable.
1022
1023 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1024
1025         * gnulib/update-gnulib.sh: New script.
1026
1027 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1028
1029         * MAINTAINERS: Update my email address.
1030
1031 2012-11-05  Tom Tromey  <tromey@redhat.com>
1032
1033         * frame.c (put_frame_register): Don't use temporary buffer.
1034
1035 2012-11-05  Pedro Alves  <palves@redhat.com>
1036
1037         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1038         child.  Clear 'pending_detach'.
1039         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1040         'pending_detach' in the vfork parent.
1041
1042 2012-11-05  Doug Evans  <dje@google.com>
1043
1044         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1045         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1046         * dwarf2read.c: #include "elf-bfd.h".
1047         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1048         (dwop_section_names): Renamed from dwo_section names.  All uses
1049         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1050         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1051         All uses updated.
1052         (struct dwp_sections): New type.
1053         (struct virtual_dwo_sections): New type.
1054         (struct dwp_hash_table): New type.
1055         (struct dwp_file): New type.
1056         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1057         read in.  Handle DWOs coming from DWP files.
1058         (lookup_dwo_file_slot): New function.
1059         (dwarf2_locate_dwo_sections): Move definition closer to use.
1060         (create_dwo_debug_info_hash_table_reader): Renamed from
1061         create_debug_info_hash_table_reader.  All callers updated.
1062         (create_dwo_debug_info_hash_table): Renamed from
1063         create_debug_info_hash_table.  All callers updated.
1064         (create_dwp_hash_table): New function.
1065         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1066         (lookup_dwo_in_dwp): New function.
1067         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1068         is_dwp.  All callers updated.
1069         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1070         (open_and_init_dwo_file): Renamed from init_dwo_file.
1071         All callers updated.
1072         (lookup_dwo_file): Delete.
1073         (dwarf2_locate_dwp_sections): New function.
1074         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1075         (allocate_dwp_loaded_cutus_table): New function.
1076         (open_and_init_dwp_file): New function.
1077         (lookup_dwo_cutu): New function.
1078         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1079
1080 2012-11-03  Yao Qi  <yao@codesourcery.com>
1081
1082         Fix PR gdb/14617.
1083         * breakpoint.c (trace_pass_set_count): Call
1084         observer_notify_breakpoint_modified instead of
1085         observer_notify_tracepoint_modified.
1086         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1087
1088 2012-11-02  Tom Tromey  <tromey@redhat.com>
1089
1090         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1091         argument to complete_on_enum.
1092
1093 2012-11-02  Tom Tromey  <tromey@redhat.com>
1094
1095         * configure: Rebuild.
1096         * configure.ac (build_warnings): Add -Wempty-body.
1097         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1098         * remote.c (handle_notification): Use braces for empty 'else' body.
1099         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1100         'else' body.
1101         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1102         'else' body.
1103         * solib-som.c (som_relocate_section_addresses): Use braces
1104         for empty 'else' body.
1105         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1106         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1107
1108 2012-11-02  Pedro Alves  <palves@redhat.com>
1109
1110         PR gdb/14766
1111
1112         * infrun.c (handle_inferior_event)
1113         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1114         null_ptid before handling a vfork child exec or exit.  Switch to
1115         the event ptid afterwards.
1116
1117 2012-11-02  Yao Qi  <yao@codesourcery.com>
1118
1119         * std-operator.def: Remove OP_LABELED.
1120         * eval.c: Remove the declaration of 'get_label'.
1121         (get_label): Remove.
1122         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1123         Update comment.
1124         Remove local variable 'variantno' and related code.
1125         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1126         with 'fieldno'.
1127         * expprint.c (print_subexp_standard): Likewise.
1128         (dump_subexp_body_standard): Likewise.
1129         * parse.c (operator_length_standard): Likewise.
1130
1131 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1132
1133         Incorporate ARI web page generator into GDB sources.
1134         * contrib/ari/create-web-ari-in-src.sh: New file.
1135         * contrib/ari/gdb_ari.sh: New file.
1136         * contrib/ari/gdb_find.sh: New file.
1137         * contrib/ari/update-web-ari.sh: New file.
1138
1139 2012-10-31  Tom Tromey  <tromey@redhat.com>
1140
1141         * gdbarch.c: Rebuild.
1142         * gdbarch.sh: Remove references to gdbarch_swap.
1143         * corelow.c (core_open): Remove obsolete comment.
1144
1145 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1146
1147         PR cli/14772
1148         * c-typeprint.c (c_print_type): Don't print a space for vector
1149         types, this is handled within the suffix.
1150         (c_type_print_varspec_suffix): Add a space to vector suffix.
1151
1152 2012-10-26  Pedro Alves  <palves@redhat.com>
1153
1154         * amd64-tdep.c (amd64_relocate_instruction): Use
1155         store_unsigned_integer instead of memcpy.
1156         * i386-tdep.c (i386_relocate_instruction): Ditto.
1157
1158 2012-10-26  Pedro Alves  <palves@redhat.com>
1159
1160         * infrun.c (handle_inferior_event): Merge handling of
1161         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1162         switch case.
1163
1164 2012-10-26  Pedro Alves  <palves@redhat.com>
1165
1166         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1167         Remove comment.
1168
1169 2012-10-26  Pedro Alves  <palves@redhat.com>
1170
1171         * target.c (target_waitstatus_to_string): Handle
1172         TARGET_WAITKIND_VFORK_DONE.
1173
1174 2012-10-26  Pedro Alves  <palves@redhat.com>
1175
1176         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1177         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1178
1179 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1180
1181         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1182         Add comments.
1183
1184 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1185
1186         * ravenscar-thread.c (ravenscar_wait): Only update the list
1187         of threads and inferior_ptid if the inferior is still alive.
1188
1189 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1190
1191         * ada-lang.c (is_known_support_routine): Use lbasename when
1192         matching the symtab's filename against
1193         known_runtime_file_name_patterns.
1194
1195 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1196
1197         * ada-lang.c (ada_same_array_size_p): New function.
1198         (ada_promote_array_of_integrals): New function.
1199         (coerce_for_assign): Add handling of arrays where the elements
1200         are integrals of a smaller size than the size of the target
1201         array element type.
1202
1203 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1204
1205         * doublest.c (convert_doublest_to_floatformat): Fix comparison
1206         against maximum exponent value.
1207
1208 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1209
1210         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1211         "unwind-seh.c".
1212
1213 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1214
1215         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1216         strip typedef layer when computing the fixed type's field type,
1217         only when computing its size.
1218
1219 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
1220
1221         PR gdb/12783
1222         * i386-tdep.c (i386_return_value): Handle complex double and long
1223         double.
1224
1225 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1226
1227         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1228         New local variable args_len.
1229         Quote the name of the executable when computing the command line.
1230
1231 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1232
1233         PR gdb/12796
1234         PR gdb/12798
1235         PR gdb/12800
1236         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1237         AMD64_FTAG_REGNUM.
1238         * amd64-tdep.c (amd64_classify): Classify complex types.
1239         (amd64_return_value): Handle the COMPLEX_X87 class.
1240
1241 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1242
1243         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1244         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1245
1246 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1247
1248         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1249         function.
1250         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1251         to amd64_windows_auto_wide_charset.
1252
1253 2012-10-23  Yao Qi  <yao@codesourcery.com>
1254
1255         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1256         * event-top.h: Remove its declaration.
1257         (async_request_quit): Call mark_async_signal_handler instead of
1258         mark_async_signal_handler_wrapper.
1259         (async_do_nothing, async_disconnect): Likewise.
1260         (async_stop_sig): Likewise.
1261         * remote.c (handle_remote_sigint): Likewise.
1262         (handle_remote_sigint_twice): Likewise.
1263
1264 2012-10-23  Yao Qi  <yao@codesourcery.com>
1265
1266         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1267         with 'static struct async_signal_handler *'.
1268         (sighup_token, sigquit_token, sigstp_token): Likewise.
1269
1270 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1271
1272         * gdbarch.sh (function_list): Use 'pstring' when printing
1273         a variable which could return NULL.
1274         * gdbarch.c: Regenerate.
1275
1276 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1277             Tom Tromey  <tromey@redhat.com>
1278
1279         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1280         inneffective if condition by gdb assertion.  Add function
1281         description comment.
1282
1283 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1284
1285         * parser-defs.h (struct exp_descriptor): Document constraint
1286         on return value for "op_name" callbacks.
1287
1288 2012-10-18  Tom Tromey  <tromey@redhat.com>
1289
1290         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1291         * symtab.c (iterate_over_some_symtabs): Constify.
1292         * source.h (symtab_to_fullname): Return 'const char *'.
1293         * source.c (symtab_to_fullname): Return 'const char *'.
1294         * python/py-symtab.c (stpy_fullname): Constify.
1295         * cli/cli-cmds.c (edit_command): Constify.
1296         * breakpoint.c (print_breakpoint_location)
1297         (update_static_tracepoint): Constify.
1298
1299 2012-10-18  Tom Tromey  <tromey@redhat.com>
1300
1301         * breakpoint.c (compare_breakpoints): Fix comparison.
1302
1303 2012-10-18  Tom Tromey  <tromey@redhat.com>
1304
1305         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1306         gdb_wchar_t to convert_between_encodings.
1307
1308 2012-10-17  Yao Qi  <yao@codesourcery.com>
1309
1310         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1311         more parameter 'inferior'.
1312         * corefile.c (write_memory_with_notification): Caller update.
1313
1314         * mi/mi-cmd-var.c: Include "mi-main.h".
1315         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1316         to 1 and restore it later.
1317         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1318         and "data-write-memory-bytes.
1319         * mi/mi-interp.c: Include objfiles.h.
1320         (mi_interpreter_init): Call observer_attach_memory_changed.
1321         (mi_memory_changed): New.
1322         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1323         New field.
1324
1325         * NEWS: Mention new MI notification "memory-changed".
1326
1327 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1328
1329         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1330
1331 2012-10-15  Doug Evans  <dje@google.com>
1332
1333         New option -nh: inhibit loading of ~/.gdbinit.
1334         * NEWS: Mention -nh.
1335         * main.c (captured_main): Recognize and process -nh.
1336         (print_gdb_help): Mention -nh.
1337         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1338
1339 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1340
1341         PR backtrace/14646
1342         PR gdb/14647
1343         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1344         pc_regnum_from_eax.
1345         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1346         nor pc_regnum_from_eax.
1347         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1348         nor pc_regnum_from_eax.
1349
1350 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1351
1352         Fix entry values resolving in inlined frames.
1353         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1354         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1355         entries of FRAME.
1356
1357 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * configure.ac: Build with -DMS_WIN64 if building with Python
1360         enabled using GCC on amd64-windows.
1361         * configure: Regenerate.
1362
1363 2012-10-15  Tom Tromey  <tromey@redhat.com>
1364
1365         PR python/14635:
1366         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1367         to Py_None.
1368
1369 2012-10-15  Tom Tromey  <tromey@redhat.com>
1370
1371         PR python/14634:
1372         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1373
1374 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1375
1376         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1377         reset thread numbering back to 1.
1378
1379 2012-10-11  Doug Evans  <dje@google.com>
1380
1381         PR breakpoints/14643.
1382         * linespec.c (struct ls_parser): New member keyword_ok.
1383         (linespec_lexer_lex_string): Add comment.
1384         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1385         for one.
1386         (parse_linespec): Set keyword_ok.
1387
1388 2012-10-10  Doug Evans  <dje@google.com>
1389
1390         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1391         "0x" prefix on address in log message.
1392
1393         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1394         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1395         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1396         (lookup_dwo_file): Add const to dwo_name parameter.
1397         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1398
1399 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1400
1401         Fix crash during stepping on ppc32.
1402         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1403         SYM.
1404
1405 2012-10-03  Doug Evans  <dje@google.com>
1406
1407         PR symtab/14601
1408         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1409
1410 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1411
1412         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1413         output and use uint32_t not long to ensure 4 byte size.
1414
1415 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1416
1417         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1418         unref'ed it.
1419
1420 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1421
1422         * target.c (simple_search_memory): Include access length in
1423         warning message.
1424
1425 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1426             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1427
1428         PR gdb/13989
1429         * solib.c (solib_find): Prevent GDB from loading native libraries when
1430         debugging a cross-target corefile.
1431
1432 2012-09-28  selven  <pcthegreat@gmail.com>
1433
1434         Make definition match declaration.
1435
1436         * regcache.c (regcache_register_status): Change return type to
1437         enum register_status.
1438
1439 2012-09-28  Yao Qi  <yao@codesourcery.com>
1440
1441         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1442         write_memory_with_notification instead of write_memory.
1443         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1444         instead of target_write_memory.
1445
1446 2012-09-28  Yao Qi  <yao@codesourcery.com>
1447
1448         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1449         when the length of content is not an even number.
1450
1451 2012-09-27  Tom Tromey  <tromey@redhat.com>
1452
1453         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1454         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1455
1456 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1457
1458         * sol-thread.c (sol_thread_fetch_registers)
1459         (sol_thread_store_registers): Delete commented out code.
1460
1461 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1462
1463         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1464         Move these functions to sparc-sol-thread.c.
1465         * sparc-sol-thread.c: New file.
1466         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1467         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1468         configurations.
1469         * configure: Regenerate.
1470
1471 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1472
1473         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1474         Remove commented-out code.
1475
1476 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1477
1478         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1479         Enable this code for sparc hosts only.
1480
1481 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1482
1483         * procfs.h (procfs_find_LDT_entry): Add declaration.
1484         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1485         function procfs_find_LDT_entry.
1486
1487 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1488
1489         * procfs.c (proc_get_LDT_entry): Make static.
1490
1491 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1492
1493         * procfs.c (proc_find_memory_regions): Fix declaration.
1494
1495 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1496
1497         * amd64-tdep.c (amd64_return_value): Revert previous change
1498         that used TYPE_LENGTH directly.
1499         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1500         (bfin_store_return_value): Likewise.
1501         * cris-tdep.c (cris_store_return_value): Likewise.
1502         (cris_extract_return_value): Likewise.
1503         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1504         * hppa-tdep.c (hppa64_return_value): Likewise.
1505         * lm32-tdep.c (lm32_store_return_value): Likewise.
1506         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1507         * spu-tdep.c (spu_value_from_register): Likewise.
1508         * vax-tdep.c (vax_return_value): Likewise.
1509
1510 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1511
1512         * gdbtypes.c (lookup_array_range_type): Expand parameters
1513         LOW_BOUND and HIGH_BOUND to LONGEST.
1514         (lookup_string_range_type): Likewise.
1515         * gdbtypes.h (lookup_array_range_type): Likewise.
1516         (lookup_string_range_type): Likewise.
1517         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1518         Expand HIGHBOUND to ssize_t.
1519         (value_string): Likewise.
1520         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1521         (value_string): Likewise.
1522
1523 2012-09-27  Yao Qi  <yao@codesourcery.com>
1524
1525         PR breakpoints/13898
1526         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1527         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1528         per breakpoint type.
1529
1530 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1531
1532         * procfs.c: Add gdb_bfd header.
1533         * rs6000-nat.c: Likewise.
1534         * solib-pa64.c: Likewise.
1535         * spu-linux-nat.c: Likewise.
1536         * windows-nat.c: Likewise.
1537
1538 2012-09-26  Tom Tromey  <tromey@redhat.com>
1539
1540         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1541
1542 2012-09-26  Tom Tromey  <tromey@redhat.com>
1543
1544         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1545         (read_common_block): Handle child DIEs with
1546         DW_AT_data_member_location.
1547         (new_symbol_full): Add special case for common blocks.
1548
1549 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1550             Tom Tromey  <tromey@redhat.com>
1551
1552         * dwarf2read.c (read_common_block): Rewrite.
1553         (new_symbol_full): Handle DW_TAG_common_block.
1554         * f-lang.c (head_common_list, find_common_for_function):
1555         Remove.
1556         * f-lang.h (struct common_entry, struct saved_f77_common,
1557         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1558         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1559         BLANK_COMMON_NAME_LOCAL): Remove.
1560         (struct common_block): New.
1561         * f-valprint.c (list_all_visible_commons): Remove.
1562         (info_common_command_for_block): New function.
1563         (info_common_command): Use it.
1564         * stack.c (iterate_over_block_locals): Special case for
1565         COMMON_BLOCK_DOMAIN.
1566         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1567         constant.
1568         (struct general_symbol_info) <value.common_block>: New field.
1569         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1570
1571 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1572             Tom Tromey  <tromey@redhat.com>
1573
1574         * f-lang.c (allocate_saved_bf_node,
1575         allocate_saved_function_node, allocate_saved_f77_common_node,
1576         allocate_common_entry_node, tail_common_list, current_common,
1577         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1578         tmp_bf_ptr, add_common_block, add_common_entry,
1579         find_first_common_named, patch_common_entries,
1580         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1581         global_remote_debug, get_bf_for_fcn, saved_function_list,
1582         saved_function_list_end, clear_function_list, struct saved_fcn,
1583         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1584         SAVED_BF, SAVED_BF_PTR): Remove.
1585         * f-lang.h (tail_common_list, current_common,
1586         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1587         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1588         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1589         real_main_c_value): Remove.
1590         * f-valprint.c (there_is_a_visible_common_named): Remove.
1591
1592 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1593
1594         * breakpoint.c (update_global_location_list): Ignore previous
1595         duplicate status of a breakpoint when starting a new scan for
1596         duplicate breakpoints.
1597
1598 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1599         PR breakpoints/14419
1600         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1601         support LLVM compiler.
1602
1603 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1604
1605         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1606         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1607         (bfin_store_return_value): Likewise.
1608         * cris-tdep.c (cris_store_return_value): Likewise.
1609         (cris_extract_return_value): Likewise.
1610         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1611         * hppa-tdep.c (hppa64_return_value): Likewise.
1612         * lm32-tdep.c (lm32_store_return_value): Likewise.
1613         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1614         * spu-tdep.c (spu_value_from_register): Likewise.
1615         * vax-tdep.c (vax_return_value): Likewise.
1616
1617 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1618
1619         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1620         parameter LEN to ssize_t.
1621
1622 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1623
1624         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1625         variable LEN.
1626         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1627         directly.
1628         (alpha_store_return_value): Likewise.
1629         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1630         (amd64_push_arguments): Likewise.
1631         * ax-gdb.c (gen_trace_static_fields): Likewise.
1632         (gen_traced_pop): Likewise.
1633         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1634         * breakpoint.c (update_watchpoint): Likewise.
1635         * findcmd.c (parse_find_args): Use local variable for type
1636         instead of length.
1637         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1638         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1639         (h8300_store_return_value): Likewise.
1640         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1641         Use i386_darwin_arg_type_alignment directly.
1642         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1643         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1644         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1645         (m68hc11_extract_return_value): Likewise.
1646         * mep-tdep.c (mep_push_dummy_call): Likewise.
1647         * printcmd.c (float_type_from_length): Likewise.
1648         * s390-tdep.c (s390_value_from_register): Likewise.
1649         * stack.c (read_frame_arg): Likewise.
1650         * tracepoint.c (encode_actions_1): Likewise.
1651         * valops.c (value_fetch_lazy): Use local variable for type
1652         instead of length.  Use TYPE_LENGTH directly.
1653         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1654
1655 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1656
1657         * symtab.c (skip_prologue_sal): Fix typo in comment.
1658
1659 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1660
1661         * linespec.c (create_sals_line_offset): Fix typo in comment.
1662
1663 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1664
1665         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1666         use plongest to print the array size.
1667
1668 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1669
1670         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1671         * p-valprint.c (pascal_type_print_base): Likewise.
1672
1673 2012-09-22  Yao Qi  <yao@codesourcery.com>
1674
1675         * remote.c (remote_get_trace_status): Remove setting default
1676         values of fields of 'ts'.
1677
1678 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1679
1680         Fix internal error on canonicalization of clang types.
1681         * cp-name-parser.y (operator): New comment at make_operator call for
1682         new, delete, new[] and delete[].
1683         (exp): Use "sizeof ".  Add new comment at make_operator call.
1684
1685 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1686
1687         Fix disassemble without parameters in tailcall frame.
1688         * cli/cli-cmds.c (disassemble_current_function): Use
1689         get_frame_address_in_block.
1690
1691 2012-09-21  Tom Tromey  <tromey@redhat.com>
1692
1693         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1694         TYPE_CODE_UNION>: Unify, removing a goto.
1695
1696 2012-09-21  Tom Tromey  <tromey@redhat.com>
1697
1698         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1699
1700 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1701
1702         * findvar.c (read_frame_register_value): Mark the result value as
1703         optimized out if any of the input registers have been optimized out.
1704
1705 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1706
1707         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1708
1709 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1710
1711         * eval.c (evaluate_subexp_standard): Eliminate single-use
1712         variable LOWER.
1713
1714 2012-09-21  Yao Qi  <yao@codesourcery.com>
1715
1716         * mi/mi-interp.c: Declare mi_record_changed.
1717         (mi_interpreter_init): Call observer_attach_record_changed.
1718         (mi_record_changed): New.
1719         * record.c (record_open): Call observer_notify_record_changed.
1720         (cmd_record_stop): Call observer_notify_record_changed.
1721         * NEWS: Mention it.
1722
1723 2012-09-20  Tom Tromey  <tromey@redhat.com>
1724
1725         * NEWS: Update.
1726         * python/python.c (finalize_python): New function.
1727         (_initialize_python): Make a final cleanup.
1728
1729 2012-09-19  Doug Evans  <dje@google.com>
1730
1731         * buildsym.h (param_symbols): Delete, unused.
1732         (context_stack): Delete member "params", unused.
1733         * buildsym.c (push_context): Update.
1734         * dwarf2read.c (read_func_scope): Update.
1735
1736 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1737
1738         * sh-tdep.c (sh_register_convert_to_virtual)
1739         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1740         all callers.  Just do a memcpy if not the little-endian case.
1741
1742         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1743         set_gdbarch_double_format and set_gdbarch_long_double_format.
1744         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1745         set_gdbarch_double_format.
1746         * sh-tdep.c (sh_gdbarch_init): Likewise.
1747
1748         * NEWS: Document the removal of SH's 'regs' command.
1749         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1750         command.
1751
1752 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1753
1754         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1755         `jump'.
1756
1757 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1758
1759         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1760         language when iterating over symbols.
1761
1762 2012-09-18  Yao Qi  <yao@codesourcery.com>
1763
1764         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1765         (mi_interpreter_init): Call observer_attach_tsv_created and
1766         observer_attach_tsv_deleted.
1767         (mi_tsv_created, mi_tsv_deleted): New.
1768         * tracepoint.c (delete_trace_state_variable): Call
1769         observer_notify_tsv_deleted.
1770         (trace_variable_command): Call observer_notify_tsv_created.
1771         (delete_trace_variable_command): Call
1772         observer_notify_tsv_deleted.
1773         (create_tsv_from_upload): Call observer_notify_tsv_created.
1774         * NEWS: Mention it.
1775
1776 2012-09-18  Yao Qi  <yao@codesourcery.com>
1777
1778         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1779         if traceframe changed.
1780         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1781         "trace-find".
1782         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1783         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1784         'traceframe_changed'.
1785         (mi_traceframe_changed): New.
1786         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1787         New field.
1788         * NEWS: Mention the new MI notification.
1789
1790 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1791
1792         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1793
1794 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1795
1796         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1797         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1798         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1799         Extend code also for PaX support.  Convert all gdb_assert to warning
1800         calls.
1801
1802 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1803
1804         Implement auto-load user conveniences suggested by Doug Evans.
1805         * auto-load.c: Include top.h.
1806         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1807         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1808         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1809         scripts-directory.  Document in online help one can use also files for
1810         set auto-load safe-path.
1811         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1812         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1813
1814 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1815
1816         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1817         of LEN.
1818
1819 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1820
1821         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1822         ELTLEN and use TYPE_LENGTH directly.
1823         (m2_val_print): Likewise.
1824         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1825         variable LEN and use TYPE_LENGTH directly.
1826         (m68k_svr4_store_return_value): Likewise.
1827         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1828         ARGLEN and use TYPE_LENGTH directly.
1829         (mips_o64_push_dummy_call): Likewise.
1830         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1831         variable LENGTH and use TYPE_LENGTH directly.
1832         (s390_function_arg_float): Likewise.
1833         (s390_function_arg_integer): Likewise.
1834         (s390_push_dummy_call): Likewise.
1835         (s390_return_value_convention): Likewise.
1836         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1837         TYPE_LENGTH directly.
1838
1839 2012-09-17  Yao Qi  <yao@codesourcery.com>
1840
1841         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1842         Update comment to add_setshow_integer_cmd.
1843         * cli/cli-setshow.c (do_set_command): Handle case
1844         'var_zuinteger_unlimited'.
1845         (do_show_command): Likewise.
1846         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1847         for command 'remotetimeout'.
1848         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1849         to var_integer.
1850         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1851         for command 'set listsize'.
1852
1853 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1854
1855         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1856         variable LEN.
1857
1858 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1859
1860         PR 14119
1861         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1862         (frame_pop): Drop also TAILCALL_FRAME frames.
1863         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1864
1865 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1866             Pedro Alves  <palves@redhat.com>
1867
1868         PR 14548
1869         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1870         function start if we are already at function start.  Both for
1871         reverse-next and for reverse-step into function without line number
1872         info.
1873
1874 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1875
1876         Code cleanup - rename 'inline' depth to 'artificial' depth.
1877         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1878         frame_id_artificial_p, extend the comment.
1879         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1880         * frame.c (fprint_frame_id): Rename at a user, change debug output
1881         text to "artificial=".
1882         (skip_inlined_frames): Rename to ...
1883         (skip_artificial_frames): ... here.  Extend the comment.
1884         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1885         (frame_id_inlined_p): Rename to ...
1886         (frame_id_artificial_p): ... here.  Rename at a user.
1887         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1888         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1889         at a user.
1890         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1891         Extend the comment.
1892         (frame_id_inlined_p): Rename to ...
1893         (frame_id_artificial_p): ... here.
1894         * inline-frame.c (inline_frame_this_id): Rename at a user.
1895
1896 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1897
1898         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1899         vector variables using vector_size syntax rather than array
1900         syntax.
1901
1902 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1903
1904         * valarith.c (value_concat): Replace unsafe ALLOCA with
1905         XMALLOC/XFREE.
1906
1907 2012-09-14  Pedro Alves  <palves@redhat.com>
1908
1909         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1910
1911 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1912
1913         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1914         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1915         data-directory as appropriate.
1916
1917 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1918
1919         * printcmd.c (ui_printf): Eliminate single-use variable
1920         PARAM_LEN.
1921
1922 2012-09-14  Yao Qi  <yao@codesourcery.com>
1923             Pedro Alves  <palves@redhat.com>
1924
1925         * valops.c (value_assign): Move observer_notify_target_changed
1926         below to replace reinit_frame_cache.
1927
1928 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1929
1930         Refactor Python "gdb" module into a proper Python package, by
1931         introducing a new "_gdb" module for code implemented in C, and
1932         using reload/__import__ instead of exec.
1933         * python/lib/gdb/__init__.py: Import * from _gdb.
1934         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1935         prompt_hook, sys.argv): Moved from finish_python_initialization.
1936         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1937         (packages, auto_load_packages): New list and function replacing
1938         module_dict and auto-loading code, using __file__ instead of
1939         gdb.PYTHONDIR and reload/__import__ instead of exec.
1940         (GdbSetPythonDirectory): Replacing function of the same name
1941         from finish_python_initialization, using reload/__import__ instead
1942         of exec, as well as call auto_load_packages.
1943         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1944         gdb_python_module and not gdb_module.
1945         * python/python-internal.h (gdb_python_module): Declare.
1946         * python/python.c (gdb_python_module): New global.
1947         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1948         (_initialize_python): Rename gdb module to _gdb.
1949         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1950         (finish_python_initialization): Move Python code to
1951         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1952         __main__.
1953
1954 2012-09-13  Pedro Alves  <palves@redhat.com>
1955
1956         * Makefile.in (COMMON_OBS): Add registry.o.
1957         * registry.c: New file.
1958         * registry.h (struct registry_container): Declare.
1959         (registry_data_callback): New typedef.
1960         (struct registry_data, struct registry_data_registration, struct
1961         registry_data_registry): New type.
1962         (register_data_with_cleanup, registry_alloc_data)
1963         (registry_callback_adaptor, registry_clear_data)
1964         (registry_container_free_data, registry_set_data, registry_data):
1965         Declare.
1966         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1967         the new common structures and functions.
1968         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1969         callback typedefs.
1970
1971 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1972
1973         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1974         there is an error inserting hardware breakpoints and use the
1975         error message from the target.
1976
1977         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1978         Catch this exception and print the error message contained within. Do not
1979         print the default hardware error breakpoint message in this case.
1980
1981 2012-09-12  Doug Evans  <dje@google.com>
1982
1983         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1984         cu == NULL.
1985
1986 2012-09-11  Doug Evans  <dje@google.com>
1987
1988         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1989         .gdb_index symbol attributes if there are none.
1990
1991 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1992
1993         * symtab.h (struct minimal_symbol) [has_size]: New field.
1994         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1995         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1996         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1997         minimal symbols if the symbol's size is actually known.
1998         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1999         of msymbol's size field.  Add comment.
2000         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2001         SET_MSYMBOL_SIZE to set the minimal symbol size.
2002
2003 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2004
2005         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2006         minimal_symbol struct object, rather than setting some of its
2007         fields one by one.
2008
2009 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2010
2011         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2012         passed_a_ptr flag when displaying typedef types.
2013
2014 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2015
2016         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2017         the optimized_out flag is preserved.
2018
2019 2012-09-10  Anthony Green  <green@moxielogic.com>
2020
2021         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2022         prologue changes in GCC.
2023
2024 2012-09-10  Keith Seitz  <keiths@redhat.com>
2025
2026         PR gdb/13483
2027         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2028         (BOOL_CONVERSION_BADNESS): ... this.
2029         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2030         (rank_one_type): Allow all boolean conversions
2031         permitted by the standard.
2032
2033 2012-09-06  Tom Tromey  <tromey@redhat.com>
2034
2035         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2036         Don't decref py_objfile.
2037
2038 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2039
2040         Do not enable -lmcheck by default when Python is enabled with
2041         threading support.
2042         * configure.ac: (python_has_threads) New variable, by testing
2043         if WITH_THREAD is defined in Python.h.
2044         Move --enable-lmcheck after --with-python.
2045         Do not enable -lmcheck by default if python_has_threads=yes.
2046         Warn if --enable-lmcheck and python_has_threads=yes.
2047         * configure: Regenerate.
2048
2049 2012-08-31  Yao Qi  <yao@codesourcery.com>
2050
2051         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2052         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2053         Update some commands.
2054         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2055         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2056         to 1.
2057
2058 2012-08-31  Yao Qi  <yao@codesourcery.com>
2059
2060         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2061
2062 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2063
2064         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2065
2066 2012-08-29  Doug Evans  <dje@google.com>
2067
2068         * main.c (print_gdb_help): Remove reference to
2069         --use-deprecated-index-sections.
2070
2071 2012-08-28  Yao Qi  <yao@codesourcery.com>
2072
2073         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2074         (init_cmds): Call add_setshow_uinteger_cmd for command
2075         'max-user-call-depth'.
2076         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2077         declaration of 'max_user_call_depth'.
2078         * frame.c (backtrace_limit): Add 'unsigned'.
2079         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2080         'limit'.
2081         * remote.c (remoteaddresssize): Add 'unsigned'.
2082         (remote_address_masked): Change local var 'address_size' to
2083         'unsigned'.
2084         (_initialize_remote): Call add_setshow_uinteger_cmd for
2085         'remoteaddresssize'.
2086         * top.c (history_size): Add 'unsigned'.
2087         (show_commands): Change local variables to 'unsigned'.
2088         (set_history_size_command): Don't check history_size is negative.
2089         Adjust the condition to call unstifle_history and set history_size
2090         to UNIT_MAX.
2091
2092 2012-08-28  Pedro Alves  <palves@redhat.com>
2093
2094         PR gdb/14428
2095
2096         * infcmd.c (default_print_one_register_info): New, factored out
2097         from default_print_registers_info.
2098         (default_print_registers_info): Use it.  Mark value unavailable if
2099         necessary.
2100         (registers_info): Print user registers with
2101         default_print_one_register_info.
2102
2103 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2104
2105         PR tui/14486
2106         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2107         is not NULL before referencing it.
2108
2109 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2110
2111         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2112         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2113         original PC for it.
2114
2115 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2116             Jan Kratochvil  <jan.kratochvil@redhat.com>
2117
2118         * auto-load.c (auto_load_objfile_script): Rename to ...
2119         (auto_load_objfile_script_1): ... here, change variable realname to
2120         parameter realname, document it, add return value, add variable retval.
2121         (auto_load_objfile_script): New function.
2122
2123 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2124
2125         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2126         followed by a whitespace.
2127
2128 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2129
2130         PR gdb/14494.
2131         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2132         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2133         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2134         here.
2135
2136 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2137
2138         * memattr.c (create_mem_region): Fix memory region overlapping
2139         checking.
2140
2141 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2142
2143         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2144         with xmalloc/cleanup.
2145         * mt-tdep.c (mt_push_dummy_call): Likewise.
2146         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2147         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2148
2149 2012-08-24  Yao Qi  <yao@codesourcery.com>
2150
2151         * jv-exp.y (push_expression_name): Add "." at the end of error
2152         message.
2153
2154 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2155
2156         Document how to return from "python-interactive" to GDB.
2157         * python/python.c (_initialize_python): Update documentation.
2158
2159 2012-08-23  Pedro Alves  <palves@redhat.com>
2160
2161         * infrun.c (_initialize_infrun) <handle command help text>:
2162         Mention that multiple signals are supported.
2163
2164 2012-08-23  Pedro Alves  <palves@redhat.com>
2165
2166         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2167         string.
2168
2169 2012-08-23  Yao Qi  <yao@codesourcery.com>
2170
2171         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2172         (tfind_1): Don't call registers_changed, set_traceframe_num,
2173         and clear_traceframe_info.
2174         Call set_current_traceframe.
2175         (set_current_traceframe): call set_traceframe_num.
2176
2177 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2178
2179         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2180         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2181
2182 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2183
2184         Enable readline in Python in a GDB-specific way and block the
2185         standard Python readline module to prevent conflicts with GDB.
2186         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2187         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2188         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2189         * python/py-gdb-readline.c: New file.
2190         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2191         prototype.
2192         * python/python.c (_initialize_python): Call
2193         gdbpy_initialize_gdb_readline.
2194
2195 2012-08-22  Keith Seitz  <keiths@redhat.com>
2196
2197         * defs.h: Include build-gnulib/config.h
2198
2199 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
2200
2201         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2202         and blx pc.
2203
2204 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2205
2206         Add a new "python-interactive" command that starts a standard
2207         Python interactive prompt with "pi" as alias, and add "py" as
2208         an alias to "python".
2209         * NEWS: Mention the new commands.
2210         * python/python.c (eval_python_command): New function.
2211         (python_interactive_command): For "python-interactive" with
2212         arguments, call eval_python_command.  For "python-interactive"
2213         without arguments, call PyRun_InteractiveLoop.
2214         (_initialize_python): Add "python-interactive" command with
2215         "pi" as alias, and add "py" as an alias to "python".
2216
2217 2012-08-22  Tom Tromey  <tromey@redhat.com>
2218
2219         * defs.h (quit_flag): Don't declare.
2220         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2221         (QUIT): Use new functions.
2222         * event-top.c (command_handler): Use clear_quit_flag.
2223         (handle_sigint): Use set_quit_flag.
2224         (async_request_quit): Use check_quit_flag.  Don't check
2225         immediate_quit.
2226         * exceptions.c (throw_exception): Use clear_quit_flag.
2227         * main.c (captured_main): Use clear_quit_flag.
2228         * python/python.c (clear_quit_flag, set_quit_flag)
2229         (check_quit_flag): New functions.
2230         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2231         clear_quit_flag.
2232         * remote.c (remote_wait_as): Use check_quit_flag,
2233         clear_quit_flag.
2234         (remote_start_remote): Call QUIT.
2235         * symfile.c (load_progress): Use check_quit_flag.
2236         * top.c (command_loop): Use clear_quit_flag.
2237         (command_line_input): Call QUIT.
2238         * utils.c (quit_flag): Conditionally define.
2239         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2240         functions.
2241         (prompt_for_continue): Call QUIT.  Use quit, not
2242         async_request_quit.
2243         * remote-mips.c (mips_expect_timeout): Call QUIT.
2244         * monitor.c (monitor_expect): Call QUIT.
2245
2246 2012-08-22  Tom Tromey  <tromey@redhat.com>
2247
2248         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2249         (async_init_signals): Update.
2250         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2251         (SIGWINCH_HANDLER_BODY): Remove.
2252
2253 2012-08-22  Tom Tromey  <tromey@redhat.com>
2254
2255         * jit.c (jit_object_close_impl): Don't malloc the objfile
2256         name.
2257         * objfiles.c (allocate_objfile): Don't malloc the objfile
2258         name.
2259         (free_objfile): Don't free the objfile name.
2260         * objfiles.h (struct objfile) <name>: Update comment.
2261         * symfile.c (reread_symbols): Fix reference counting.  Don't
2262         malloc objfile name.
2263
2264 2012-08-22  Tom Tromey  <tromey@redhat.com>
2265
2266         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2267         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2268         (symfile_bfd_open): Likewise.
2269         (generic_load): Likewise.
2270         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2271         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2272         gdb_bfd_open.
2273         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2274         Use gdb_bfd_open.
2275         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2276         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2277         (pmon_load_fast): Likewise.
2278         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2279         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2280         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2281         (macho_check_dsym): Likewise.
2282         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2283         (m32r_upload_command): Likewise.
2284         * gdb_bfd.h (gdb_bfd_cache): Declare.
2285         * gdb_bfd.c (struct gdb_bfd_data): New.
2286         (gdb_bfd_cache): New global.
2287         (struct gdb_bfd_cache_search): New.
2288         (hash_bfd): New function.
2289         (eq_bfd): Likewise.
2290         (gdb_bfd_open): Likewise.
2291         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2292         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2293         gdb_bfd_data.
2294         * exec.c (exec_file_attach): Use gdb_bfd_open.
2295         * dsrec.c (load_srec): Use gdb_bfd_open.
2296
2297 2012-08-22  Tom Tromey  <tromey@redhat.com>
2298
2299         * dwarf2read.c (macro_start_file): Update.
2300         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2301         (free_objfile_per_bfd_storage): Destroy macro_cache.
2302         (allocate_objfile, free_objfile): Update.
2303         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2304         New field.
2305         (struct objfile) <macro_cache>: Remove.
2306         * symfile.c (reread_symbols): Update.
2307         * symmisc.c (print_symbol_bcache_statistics): Update.
2308         (print_objfile_statistics): Update.
2309
2310 2012-08-22  Tom Tromey  <tromey@redhat.com>
2311
2312         * elfread.c (elf_symtab_read): Update.
2313         * objfiles.c (objfiles_bfd_data): New global.
2314         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2315         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2316         (allocate_objfile, free_objfile): Update.
2317         (_initialize_objfiles): Initialize objfiles_bfd_data.
2318         * objfiles.h (struct objfile_per_bfd_storage): New.
2319         (struct objfile) <per_bfd>: New field.
2320         <filename_cache>: Remove.
2321         (set_objfile_per_bfd): Declare.
2322         * symfile.c (reread_symbols): Update.  Call
2323         set_objfile_per_bfd.
2324         (allocate_symtab): Update.
2325         * symmisc.c (print_symbol_bcache_statistics): Update.
2326         (print_objfile_statistics): Print the size of the BFD obstack.
2327
2328 2012-08-22  Tom Tromey  <tromey@redhat.com>
2329
2330         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2331         * gdb_bfd.c: Use DEFINE_REGISTRY.
2332         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2333         (gdb_bfd_ref): Call bfd_alloc_data.
2334         (gdb_bfd_unref): Call bfd_free_data.
2335
2336 2012-08-22  Tom Tromey  <tromey@redhat.com>
2337
2338         * registry.h (struct registry_fields): New.
2339         (REGISTRY_FIELDS): Redefine.
2340         (REGISTRY_ACCESS_FIELD): New macro.
2341         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2342         functions.
2343
2344 2012-08-22  Tom Tromey  <tromey@redhat.com>
2345
2346         * auto-load.c (_initialize_auto_load): Update.
2347         * solib-svr4.c (_initialize_svr4_solib): Update
2348         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2349         * solib-darwin.c (_initialize_darwin_solib): Update.
2350         * registry.h: New file.
2351         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2352         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2353         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2354         (register_program_space_data_with_cleanup)
2355         (register_program_space_data, program_space_alloc_data)
2356         (clear_program_space_data, set_program_space_data)
2357         (program_space_data): Don't declare.
2358         * progspace.c: Use DEFINE_REGISTRY.
2359         (struct program_space_data, struct
2360         program_space_data_registration, struct
2361         program_space_data_registry, program_space_data_registry)
2362         (register_program_space_data_with_cleanup)
2363         (register_program_space_data, program_space_alloc_data)
2364         (program_space_free_data, clear_program_space_data)
2365         (set_program_space_data, program_space_data): Remove.
2366         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2367         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2368         (register_objfile_data_with_cleanup, register_objfile_data)
2369         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2370         declare.
2371         * objfiles.c: Use DEFINE_REGISTRY.
2372         (struct objfile_data, struct objfile_data_registration, struct
2373         objfile_data_registry, objfile_data_registry)
2374         (register_objfile_data_with_cleanup, register_objfile_data)
2375         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2376         (set_objfile_data, objfile_data): Remove.
2377         (_initialize_objfiles): Update.
2378         * jit.c (_initialize_jit): Update.
2379         * inflow.c (_initialize_inflow): Update.
2380         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2381         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2382         (register_inferior_data_with_cleanup, register_inferior_data)
2383         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2384         declare.
2385         * inferior.c: Use DEFINE_REGISTRY.
2386         (struct inferior_data, struct inferior_data_registration, struct
2387         inferior_data_registry, inferior_data_registry)
2388         (register_inferior_data_with_cleanup, register_inferior_data)
2389         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2390         (set_inferior_data, inferior_data): Remove.
2391         * auxv.c (_initialize_auxv): Update.
2392         * ada-lang.c (_initialize_ada_language): Update.
2393         * breakpoint.c (_initialize_breakpoint): Update.
2394         * i386-nat.c (i386_use_watchpoints): Update.
2395
2396 2012-08-22  Tom Tromey  <tromey@redhat.com>
2397
2398         * exec.c (exec_close, exec_file_attach): Update.
2399         (add_to_section_table): Initialize 'key' field.
2400         (add_target_sections, remove_target_sections): Add 'key' argument.
2401         * exec.h (add_target_sections, remove_target_sections): Add
2402         'key' argument.
2403         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2404         (reload_shared_libraries_1): Update.
2405         * target.h (struct target_section) <key>: New field.
2406
2407 2012-08-22  Tom Tromey  <tromey@redhat.com>
2408
2409         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2410
2411 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2412
2413         * symfile.c (allocate_symtab): Use host_address_to_string
2414         function instead of cast of pointer to long which is not
2415         compatible with x86_64-w64-mingw32 build.
2416
2417 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2418
2419         * mips-tdep.c (is_octeon): New function.
2420         (is_octeon_bbit_op): New function.
2421         (mips32_next_pc): Handle Octeon's bbit instructions.
2422         (mips32_instruction_has_delay_slot): Likewise.
2423
2424 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2425
2426         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2427         before the function.
2428
2429 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2430
2431         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2432
2433 2012-08-19  Keith Seitz  <keiths@redhat.com>
2434
2435         PR c++/14365
2436         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2437         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2438
2439 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2440
2441         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2442         The typo broke "make TAGS".
2443
2444 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2445
2446         GDB 7.5 released.
2447
2448 2012-08-17  Keith Seitz  <keiths@redhat.com>
2449
2450         PR c++/13356
2451         * gdbtypes.c (strict_type_checking): New variable.
2452         (show_strict_type_checking): New function.
2453         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2454         if strict type checking is disabled.
2455         (_initialize_gdbtypes): Add "check type" subcommand.
2456         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2457
2458 2012-08-17  Keith Seitz  <keiths@redhat.com>
2459
2460         * language.h (type_mode): Remove.
2461         (type_check): Remove.
2462         (struct language_defn): Remove la_type_check.
2463         (STRICT_TYPE): Remove unused macro.
2464         (type_error): Remove.
2465         * language.c (set_type_range_case): Renamed to ...
2466         (set_range_case): ... this.  Update all callers.
2467         Remove type_mode/type_check.
2468         (type_mode): Remove.
2469         (type_check): Remove.
2470         (show_type_command): Remove.
2471         (set_type_command): Remove.
2472         (language_info): Remove type checking output.
2473         (type_error): Remove unused function.
2474         (range_error): Update comment.
2475         (unknown_language_defn): Remove la_type_check.
2476         (auto_language_defn): Likewise.
2477         (local_language_defn): Likewise.
2478         (_initialize_language): Remove "check type" subcommand.
2479         * ada-lang.c (ada_language_defn): Remove la_type_check.
2480         * c-lang.c (c_language_defn): Likewise.
2481         (cplus_language_defn): Likewise.
2482         (asm_language_defn): Likewise.
2483         (minimal_language_defn): Likewise.
2484         * d-lang.c (d_language_defn): Likewise.
2485         * f-lang.c (f_language_defn): Likewise.
2486         * go-lang.c (go_language_defn): Likewise.
2487         * jv-lang.c (java_language_defn): Likewise.
2488         * m2-lang.c (m2_language_defn): Likewise.
2489         * objc-lang.c (objc_language_defn): Likewise.
2490         * opencl-lang.c (opencl_language_defn): Likewise.
2491         * p-lang.c (pascal_language_defn): Likewise.
2492
2493 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2494
2495         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2496
2497 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2498
2499         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2500         New function.
2501         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2502         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2503         to access the bsp and bspstore registers if not.
2504
2505 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2506
2507         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2508         * breakpoint.c (detach_breakpoints): Change pid parameter into
2509         a ptid.  Adjust code accordingly.
2510         * infrun.c (handle_inferior_event): Delete variable child_pid.
2511         Update call to detach_breakpoints to pass the child ptid for
2512         fork events.
2513         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2514         assert that inferior_ptid's lwp is zero.
2515         (linux_handle_extended_wait): Update call to detach_breakpoints.
2516         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2517         detach_breakpoints.
2518
2519 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2520
2521         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2522         parent, only call detach_breakpoints if tts.tts_event ==
2523         TTEVT_VFORK.
2524
2525 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2526
2527         * dwarf2-frame.c (dwarf2_frame_cache): Use
2528         get_frame_address_in_block instead of get_frame_pc as
2529         the bound for executing the frame's FDE.
2530
2531 2012-08-16  Yao Qi  <yao@codesourcery.com>
2532
2533         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2534         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2535         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2536         (c_type_print_varspec_suffix): Likewise.
2537         * eval.c (evaluate_subexp_standard): Likewise.
2538         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2539         (f_type_print_varspec_suffix): Likewise.
2540         * gdbtypes.c (is_scalar_type): Likewise.
2541         (recursive_dump_type): Likewise.
2542         * infcall.c (value_arg_coerce): Likewise.
2543         * m2-valprint.c (m2_val_print): Likewise.
2544         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2545         (pascal_type_print_varspec_suffix): Likewise.
2546         (pascal_type_print_base): Likewise.
2547         * p-valprint.c (pascal_val_print): Likewise.
2548         (pascal_val_print): Likewise.
2549         * valops.c (value_slice): Likewise.
2550         * valprint.c (scalar_type_p): Likewise.
2551         * valarith.c (value_bitstring_subscript): Remove.
2552         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2553         Remove comment on TYPE_CODE_BITSTRING.
2554
2555         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2556         TYPE_CODE_BITSTRING.
2557
2558         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2559         slot 0.
2560
2561 2012-08-16  Yao Qi  <yao@codesourcery.com>
2562
2563         * tracepoint.c (trace_find_none_command): Remove.
2564         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2565
2566 2012-08-16  Yao Qi  <yao@codesourcery.com>
2567
2568         * remote.c (handle_notification): Remove parameter 'length'.
2569         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2570
2571 2012-08-15  Keith Seitz  <keiths@redhat.com>
2572
2573         * gdbtypes.c (opaque_type_resolution): Make static.
2574         Add missing comment.
2575         (overload_debug): Add missing comment.
2576         (show_opaque_type_resolution): Likewise.
2577         (show_overload_debug): Likewise.
2578         (print_bit_vector): Remove unnecessary forward declaration.
2579         (print_arg_types): Likewise.
2580         (dump_fn_fieldlists): Likewise.
2581         (print_cplus_stuff): Likewise.
2582
2583 2012-08-15  Tom Tromey  <tromey@redhat.com>
2584
2585         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2586         (gdb_bfd_ref): Initialize new field.
2587         (gdb_bfd_unref): Unref the archive BFD.
2588         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2589         parent archive.
2590
2591 2012-08-15  Tom Tromey  <tromey@redhat.com>
2592
2593         PR python/14387:
2594         * python/py-bpevent.c (create_breakpoint_event_object): Update
2595         comment.
2596         * python/py-event.c (evpy_add_attribute): Update comment.
2597         * python/py-exitedevent.c (create_exited_event_object): Fix
2598         reference counting and error handling.
2599         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2600         Fix reference counting.
2601         * python/py-signalevent.c (create_signal_event_object): Fix
2602         reference counting and error handling.
2603         * python/py-stopevent.c (emit_stop_event): Fix reference
2604         counting.
2605         * python/py-threadevent.c (get_event_thread): Return a
2606         borrowed reference.
2607         * python/py-type.c (convert_field): Fix reference counting.
2608
2609 2012-08-15  Tom Tromey  <tromey@redhat.com>
2610
2611         * dwarf2read.c (dwarf_decode_macro_bytes)
2612         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2613         as hash key.
2614
2615 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2616
2617         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2618         stepi, nexti, finish, next, step, jump, and continue commands.
2619         * infrun.c (_initialize_infrun): Update help text for the handle
2620         command.
2621
2622 2012-08-14  Doug Evans  <dje@google.com>
2623
2624         * gdbtypes.c (struct extra): Delete, unused.
2625
2626         * gdbtypes.c: Whitespace cleanup.
2627         (address_space_name_to_int): Remove "extern" from definition.
2628         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2629
2630         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2631         TYPE_POINTER_TYPE (type).
2632
2633 2012-08-14  Gary Benson  <gbenson@redhat.com>
2634
2635         * solib-svr4.c (svr4_free_library_list): Use free_so.
2636
2637 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2638
2639         * .gitignore: Add go-exp.c.
2640
2641 2012-08-13  Doug Evans  <dje@google.com>
2642
2643         * value.c (show_convenience): Tweak comment.
2644         (_initialize_values): Mention convenience functions in the help text
2645         for "show convenience".
2646
2647 2012-08-13  Yao Qi  <yao@codesourcery.com>
2648
2649         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2650         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2651         TERNOP_SLICE_COUNT.
2652         * eval.c (evaluate_subexp_standard): Likewise.
2653         * expprint.c (print_subexp_standard): Likewise.
2654         (dump_subexp_body_standard): Likewise.
2655         * parse.c (operator_length_standard): Likewise.
2656
2657 2012-08-13  Yao Qi  <yao@codesourcery.com>
2658
2659         * std-operator.def: Remove OP_BITSTRING.
2660         * breakpoint.c (watchpoint_exp_is_const): Update.
2661         * eval.c (evaluate_subexp_standard): Remove handling to
2662         OP_BITSTRING.
2663         * expprint.c (print_subexp_standard): Likewise.
2664         (dump_subexp_body_standard): Likewise.
2665         * parse.c (operator_length_standard): Likewise.
2666         * valops.c (value_bitstring): Remove.
2667         * value.h: Remove the declaration of 'value_bitstring'.
2668
2669 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2670
2671         * linespec.c (find_methods): Remove unused variables `i1' and
2672         `name_len'.
2673         (decode_line_full): Likewise for `arg_start'.
2674
2675 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2676
2677         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2678         (zlib_decompress_section): Likewise for `section_data'.
2679         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2680
2681 2012-08-10  Doug Evans  <dje@google.com>
2682
2683         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2684         * NEWS: Document them.
2685         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2686         function/strfns.py.
2687         * python/py-type.c (typy_array_1): New function.
2688         (typy_array): Call it.
2689         (typy_vector): New function.
2690         (type_object_methods): Add "vector".
2691         * python/lib/gdb/function/__init__.py: New file.
2692         * python/lib/gdb/function/strfns.py: New file.
2693
2694 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2695
2696         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2697         for TYPE_FIELD_BITPOS.
2698         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2699
2700 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2701
2702         PR cli/10436:
2703         * common/vec.h (VEC_merge): Define.
2704         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2705         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2706         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2707         * completer.c: Include gdb_signals.h.
2708         (signal_completer): Define.
2709         * completer.h (signal_completer): Add prototype.
2710         * infcmd.c (_initialize_infcmd): Assign the command
2711         completer for "signal" to handle_completer.
2712         * infrun.c: Include completer.h.
2713         (handle_completer): Define.
2714         (_initialize_infrun): Declare a new local variable c.  Store the
2715         result of add_com("handle") to it.  Assign the command
2716         completer for "handle" to handle_completer.
2717
2718 2012-08-09  Yao Qi  <yao@codesourcery.com>
2719
2720         * cli/cli-decode.c (set_cmd_prefix): New.
2721         (lookup_cmd_for_prefixlist): New.
2722         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2723         of each cmd_list_element in *prefixlist.
2724         (add_setshow_cmd_full): set_cmd_prefix.
2725         (add_alias_cmd): Likewise.
2726         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2727         Declare 'auto_boolean_enums'.
2728         * cli/cli-setshow.c: Include "observer.h".
2729         (notify_command_param_changed_p): New.
2730         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2731         Remove 'static'.
2732         (do_setshow_command): Split it to ...
2733         (do_set_command, do_show_command): ... them.  New.
2734         (do_set_command): Call observer_notify_command_param_changed if
2735         notify_command_param_changed_p returns true.
2736         (cmd_show_list): Caller update.
2737         * auto-load.c (set_auto_load_cmd): Likewise.
2738         * remote.c (show_remote_cmd): Likewise.
2739         * cli/cli-setshow.h: Update declarations.
2740         * top.c (execute_command): Call do_set_command and do_show_command.
2741
2742         * NEWS: Mention new MI notification.
2743         * mi/mi-interp.c: Declare mi_command_param_changed.
2744         (mi_interpreter_init): Attach mi_command_param_changed to
2745         observer command_param_changed.
2746         (mi_command_param_changed): New.
2747         Remove mi_suppress_breakpoint_notifications.
2748         Define global variable mi_suppress_notification.
2749         (mi_breakpoint_created): Update.
2750         (mi_breakpoint_deleted): Likewise.
2751         (mi_breakpoint_modified): Likewise.
2752         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2753         'gdb-set' and set mi_suppress_notification.
2754         * mi/mi-main.h: (mi_suppress_notification): New struct.
2755
2756 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2757             Jan Kratochvil  <jan.kratochvil@redhat.com>
2758
2759         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2760
2761 2012-08-09  Yao Qi  <yao@codesourcery.com>
2762
2763         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2764         (skiplist): Move it to skip.c.
2765         (init_cmd_lists): Remove code setting enablebreaklist and
2766         skiplist to NULL.
2767         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2768         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2769         skiplist.
2770         * gdbcmd.h: Likewise.
2771         * skip.c (_initialize_step_skip): Move 'skiplist' from
2772         cli/cli-cmds.c.
2773
2774 2012-08-09  Yao Qi  <yao@codesourcery.com>
2775
2776         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2777         * gnu-nat.c, symfile.c: Likewise.
2778
2779 2012-08-08  Aaron Gamble  <agamble@google.com>
2780
2781         * utils.c (prompt_for_continue_wait_time): New static global.
2782         (make_command_stats_cleanup): Initialize it.
2783         (report_command_stats): Subtract time waiting for user.
2784         (prompt_for_continue): Track time waiting for user.
2785         (defaulted_query): Track time waiting for user.
2786
2787 2012-08-08  Doug Evans  <dje@google.com>
2788
2789         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2790         UNOP_MEMVAL_TYPE.
2791         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2792         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2793         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2794         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2795         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2796         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2797         elt.
2798         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2799         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2800         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2801         (dump_prefix_expression): Handle OP_TYPE.
2802
2803 2012-08-08  Keith Seitz  <keiths@redhat.com>
2804
2805         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2806         addr_start.
2807
2808 2012-08-08  Doug Evans  <dje@google.com>
2809
2810         * linux-thread-db.c: #include "gdb_vecs.h".
2811         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2812         updated.
2813         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2814         (thread_db_load_search): Use a vector to iterate over path elements.
2815         Handle text appearing after "$pdir".
2816
2817         * gdb_string.h: Moved to ...
2818         * common/gdb_string.h: ... here.
2819         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2820         gdb_string.h and gdb_assert.h.
2821
2822 2012-08-08  Yao Qi  <yao@codesourcery.com>
2823
2824         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2825         (tic6x_value_to_register): Likewise.
2826         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2827         and set_gdbarch_value_to_register.
2828
2829 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2830             Jean-Marc Saffroy  <saffroy@gmail.com>
2831
2832         PR 11804
2833         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2834         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2835         * gcore.c (gcore_create_callback): New function comment.  Add modified
2836         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2837         according to MODIFIED.
2838         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2839         the passed modified value to FUNC.
2840         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2841         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2842         first.  New variables modified and has_anonymous.  Parse the lines of
2843         smaps file.  Add the passed MODIFIED value to FUNC.
2844         * procfs.c (find_memory_regions_callback): Add the passed modified
2845         value.
2846
2847 2012-08-06  Tom Tromey  <tromey@redhat.com>
2848
2849         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2850         (dwarf2_frame_cache): Use it.
2851         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2852         cache initialization constraint.
2853
2854 2012-08-06  Tom Tromey  <tromey@redhat.com>
2855
2856         PR python/14386:
2857         * varobj.c (update_dynamic_varobj_children): Don't call
2858         PyIter_Check.
2859
2860 2012-08-06  Tom Tromey  <tromey@redhat.com>
2861
2862         PR cli/14392:
2863         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2864
2865 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2866
2867         * NEWS: New entry for 'cd' default parameters.
2868         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2869
2870 2012-08-03  Tom Tromey  <tromey@redhat.com>
2871
2872         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2873         return.
2874
2875 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2876
2877         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2878         to attempting lseek/write.
2879         (inf_child_fileio_pread): Likewise for pread.
2880
2881 2012-08-02  Yao Qi  <yao@codesourcery.com>
2882
2883         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2884         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2885         add_setshow_zinteger_cmd.
2886         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2887         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2888         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2889         instead of add_setshow_zinteger_cmd.
2890         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2891         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2892         instead of add_setshow_zinteger_cmd.
2893         * frame.c (frame_debug): Add 'unsigned'.
2894         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2895         add_setshow_zinteger_cmd.
2896         * frame.h: Update the declaration of 'frame_debug'.
2897         * gdbtypes.c (overload_debug): Add 'unsigned'.
2898         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2899         add_setshow_zinteger_cmd.
2900         * inferior.h: Update declaration of 'debug_infrun'.
2901         * infrun.c (debug_infrun): Add 'unsigned'.
2902         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2903         add_setshow_zinteger_cmd.
2904         * jit.c (jit_debug): Add 'unsigned'.
2905         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2906         add_setshow_zinteger_cmd.
2907         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2908         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2909         instead of add_setshow_zinteger_cmd.
2910         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2911         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2912         add_setshow_zinteger_cmd.
2913         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2914         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2915         instead of add_setshow_zinteger_cmd.
2916         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2917         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2918         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2919         intead of add_setshow_zinteger_cmd.
2920         * mips-tdep.c (mips_debug): Add 'unsigned'.
2921         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2922         instead of add_setshow_zinteger_cmd.
2923         * monitor.c (monitor_debug): Add 'unsigned'.
2924         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2925         add_setshow_zinteger_cmd.
2926         * observer.c (observer_debug): Add 'unsigned'.
2927         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2928         add_setshow_zinteger_cmd.
2929         * parse.c (expressiondebug): Add 'unsigned'.
2930         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2931         add_setshow_zinteger_cmd.
2932         * record.c (record_debug): Add 'unsigned'.
2933         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2934         add_setshow_zinteger_cmd.
2935         * record.h: Update the declaration of 'record_debug'.
2936         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2937         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2938         add_setshow_zinteger_cmd.
2939         * serial.c (global_serial_debug_p): Add 'unsigned'.
2940         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2941         add_setshow_zinteger_cmd.
2942         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2943         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2944         add_setshow_zinteger_cmd.
2945         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2946         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2947         add_setshow_zinteger_cmd.
2948         * target.c (targetdebug): Add 'unsigned'.
2949         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2950         add_setshow_zinteger_cmd.
2951         * valops.c (overload_debug): Add 'unsigned'.
2952         * varobj.c (varobjdebug): Add 'unsigned'.
2953         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2954         add_setshow_zinteger_cmd.
2955         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2956         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2957         instead of add_setshow_zinteger_cmd.
2958
2959         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2960         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2961         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2962         instead of add_setshow_zinteger_cmd.
2963         * gdbarch.c, gdbarch.h: Re-generated.
2964
2965 2012-08-02  Yao Qi  <yao@codesourcery.com>
2966
2967         * nto-tdep.c: Don't include cli/cli-decode.h and
2968         cli/cli-cmds.h.
2969         (_initialize_nto_tdep): Remove.
2970         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2971         Remove field.
2972         Remove macro nto_internal_debugging.
2973
2974 2012-08-01  Richard Henderson  <rth@redhat.com>
2975
2976         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2977         (mep-*-*) [gdb_target_obs]: Likewise.
2978
2979 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2980
2981         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2982         linux_get_siginfo_type.
2983
2984 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2985
2986         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2987         AT_ENTRY_POINT.
2988         (call_function_by_hand) <ON_STACK>: Call write_memory with
2989         gdbarch_breakpoint_from_pc, if possible.
2990         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2991         here.
2992
2993 2012-07-31  Yao Qi  <yao@codesourcery.com>
2994
2995         * tracepoint.c: Add 'static' for some variables.
2996
2997 2012-07-31  Yao Qi  <yao@codesourcery.com>
2998
2999         * go32-nat.c: Declare _initialize_go32_nat.
3000         * ser-go32.c: Declare _initialize_ser_dos.
3001         * top.c (do_chdir_cleanup): Add 'static'.
3002
3003 2012-07-30  Keith Seitz  <keiths@redhat.com>
3004
3005         * linespec.c (linespec_lex_number): A number followed
3006         by quotes is a valid number, too.
3007
3008 2012-07-30  Tom Tromey  <tromey@redhat.com>
3009
3010         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3011
3012 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3013
3014         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3015         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3016
3017 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3018
3019         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3020         invalid or reevaluated to prevent prevent references to possibly
3021         delete'd type objects being left in the varobj.
3022
3023 2012-07-27  Tom Tromey  <tromey@redhat.com>
3024             Jan Kratochvil  <jan.kratochvil@redhat.com>
3025
3026         * copying.awk: Print buffer-read-only and vi ro markers.
3027         * copying.c: Rebuild.
3028         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3029         * gdbarch.c, gdbarch.h: Rebuild.
3030         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3031         buffer-read-only and vi ro markers.
3032         * features/arm-with-iwmmxt.c: Rebuild.
3033         * features/arm-with-m-fpa-layout.c: Rebuild.
3034         * features/arm-with-m-vfp-d16.c: Rebuild.
3035         * features/arm-with-m.c: Rebuild.
3036         * features/arm-with-neon.c: Rebuild.
3037         * features/arm-with-vfpv2.c: Rebuild.
3038         * features/arm-with-vfpv3.c: Rebuild.
3039         * features/i386/amd64-avx-linux.c: Rebuild.
3040         * features/i386/amd64-avx.c: Rebuild.
3041         * features/i386/amd64-linux.c: Rebuild.
3042         * features/i386/amd64.c: Rebuild.
3043         * features/i386/i386-avx-linux.c: Rebuild.
3044         * features/i386/i386-avx.c: Rebuild.
3045         * features/i386/i386-linux.c: Rebuild.
3046         * features/i386/i386-mmx-linux.c: Rebuild.
3047         * features/i386/i386-mmx.c: Rebuild.
3048         * features/i386/i386.c: Rebuild.
3049         * features/i386/x32-avx-linux.c: Rebuild.
3050         * features/i386/x32-avx.c: Rebuild.
3051         * features/i386/x32-linux.c: Rebuild.
3052         * features/i386/x32.c: Rebuild.
3053         * features/mips-dsp-linux.c: Rebuild.
3054         * features/mips-linux.c: Rebuild.
3055         * features/mips64-dsp-linux.c: Rebuild.
3056         * features/mips64-linux.c: Rebuild.
3057         * features/rs6000/powerpc-32.c: Rebuild.
3058         * features/rs6000/powerpc-32l.c: Rebuild.
3059         * features/rs6000/powerpc-403.c: Rebuild.
3060         * features/rs6000/powerpc-403gc.c: Rebuild.
3061         * features/rs6000/powerpc-405.c: Rebuild.
3062         * features/rs6000/powerpc-505.c: Rebuild.
3063         * features/rs6000/powerpc-601.c: Rebuild.
3064         * features/rs6000/powerpc-602.c: Rebuild.
3065         * features/rs6000/powerpc-603.c: Rebuild.
3066         * features/rs6000/powerpc-604.c: Rebuild.
3067         * features/rs6000/powerpc-64.c: Rebuild.
3068         * features/rs6000/powerpc-64l.c: Rebuild.
3069         * features/rs6000/powerpc-7400.c: Rebuild.
3070         * features/rs6000/powerpc-750.c: Rebuild.
3071         * features/rs6000/powerpc-860.c: Rebuild.
3072         * features/rs6000/powerpc-altivec32.c: Rebuild.
3073         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3074         * features/rs6000/powerpc-altivec64.c: Rebuild.
3075         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3076         * features/rs6000/powerpc-cell32l.c: Rebuild.
3077         * features/rs6000/powerpc-cell64l.c: Rebuild.
3078         * features/rs6000/powerpc-e500.c: Rebuild.
3079         * features/rs6000/powerpc-e500l.c: Rebuild.
3080         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3081         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3082         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3083         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3084         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3085         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3086         * features/rs6000/powerpc-vsx32.c: Rebuild.
3087         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3088         * features/rs6000/powerpc-vsx64.c: Rebuild.
3089         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3090         * features/rs6000/rs6000.c: Rebuild.
3091         * features/s390-linux32.c: Rebuild.
3092         * features/s390-linux32v1.c: Rebuild.
3093         * features/s390-linux32v2.c: Rebuild.
3094         * features/s390-linux64.c: Rebuild.
3095         * features/s390-linux64v1.c: Rebuild.
3096         * features/s390-linux64v2.c: Rebuild.
3097         * features/s390x-linux64.c: Rebuild.
3098         * features/s390x-linux64v1.c: Rebuild.
3099         * features/s390x-linux64v2.c: Rebuild.
3100         * features/tic6x-c62x-linux.c: Rebuild.
3101         * features/tic6x-c62x.c: Rebuild.
3102         * features/tic6x-c64x-linux.c: Rebuild.
3103         * features/tic6x-c64x.c: Rebuild.
3104         * features/tic6x-c64xp-linux.c: Rebuild.
3105         * features/tic6x-c64xp.c: Rebuild.
3106
3107 2012-07-27  Tom Tromey  <tromey@redhat.com>
3108
3109         * c-exp.y (classify_name): Avoid assignment in condition.
3110
3111 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3112
3113         * amd64-windows-tdep.c: Include "frame.h".
3114         (amd64_windows_skip_trampoline_code): New function.
3115         (amd64_windows_init_abi): Add trampoline registration.
3116
3117 2012-07-27  Yao Qi  <yao@codesourcery.com>
3118
3119         * tracepoint.c (cur_traceframe_number): Remove.
3120         (set_tfile_traceframe): Remove.
3121         (tfile_trace_find, tfile_fetch_registers): Update callers.
3122         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3123         (tfile_open, tfile_trace_find): Likewise.
3124
3125 2012-07-27  Yao Qi  <yao@codesourcery.com>
3126
3127         * thread.c (switch_to_thread): Don't call registers_changed.
3128
3129 2012-07-26  Tom Tromey  <tromey@redhat.com>
3130
3131         * Makefile.in (SFILES): Remove objc-exp.y.
3132         (YYFILES): Remove objc-exp.c.
3133         (YYOBJ): Remove objc-exp.o.
3134         (local-maintainer-clean): Don't mention objc-exp.c.
3135         * c-exp.y: Include objc-lang.h.
3136         (%union) <class>: New field.
3137         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3138         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3139         Objective C productions.
3140         (msglist, msgarglist, msgarg): New productions.
3141         (array_mod, func_mod, operator): Clone productions for
3142         OBJC_LBRAC.
3143         (parse_string_or_char): Handle '@' strings.
3144         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3145         (classify_name): Check la_name_of_this.  Recognize ObjC class
3146         names.
3147         * objc-exp.y: Remove.
3148         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3149         * objc-lang.h (objc_parse, objc_error): Don't declare.
3150
3151 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
3152
3153         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3154
3155 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3156
3157         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3158         and decrement.
3159
3160 2012-07-26  Tom Tromey  <tromey@redhat.com>
3161
3162         * copying.c: Rebuild.
3163         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
3164         'no_class'.
3165
3166 2012-07-26  Tom Tromey  <tromey@redhat.com>
3167
3168         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3169         immediate_quit.
3170         (print_objfile_statistics): Likewise.
3171         (maintenance_print_symbols): Likewise.
3172         (maintenance_print_msymbols): Likewise.
3173         (maintenance_print_objfiles): Likewise.
3174         * psymtab.c (print_partial_symbols): Call QUIT.
3175         (maintenance_print_psymbols): Likewise.  Don't modify
3176         immediate_quit.
3177         * copying.c (show_copying_command): Don't modify immediate_quit.
3178         (show_warranty_command): Likewise.
3179         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3180
3181 2012-07-26  Keith Seitz  <keiths@redhat.com>
3182
3183         * linespec.c (linespec_lexer_lex_number): The input
3184         is also a valid number if the next character is a comma
3185         or colon.
3186
3187 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3188
3189         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3190         configure options.
3191
3192 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3193
3194         * machoread.c: Include gdb_bfd.h.
3195
3196 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3197
3198         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3199         offset.
3200
3201 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3202
3203         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3204         SIZE to size_t.
3205         (dwarf2_evaluate_loc_desc): Likewise.
3206         (dwarf2_loc_desc_needs_frame): Likewise.
3207         (locexpr_describe_location_1): Likewise.
3208         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3209         size_t.
3210         (struct dwarf2_loclist_baton): Likewise.
3211         * dwarf2read.c (struct dwarf_block): Likewise.
3212         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3213         (decode_locdesc): Expand SIZE and I to size_t.
3214
3215 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3216
3217         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3218
3219 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3220
3221         * doublest.c (convert_doublest_to_floatformat): If the exponent
3222         is too small, treat the value as zero.  If the exponent is too
3223         large, treat the value as infinity.
3224
3225 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3226
3227         * configure.ac: Add --enable-lmcheck configure option.
3228         * configure: Regenerate.
3229
3230 2012-07-25  Tom Tromey  <tromey@redhat.com>
3231
3232         * NEWS: Mention maint info bfds.
3233         * gdb_bfd.c (all_bfds): New global.
3234         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3235         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3236         New functions.
3237
3238 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3239
3240         * configure.tgt: Add v850*-*-rtems*.
3241
3242 2012-07-25  Tom Tromey  <tromey@redhat.com>
3243
3244         * macrotab.c (macro_bcache_str): Remove cast.
3245
3246 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3247
3248         * linespec.c (linespec_lexer_lex_number): Update comments,
3249         change the return and add check to make sure the input is
3250         the decimal numbers.
3251         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3252         false, call linespec_lexer_lex_string.
3253
3254 2012-07-24  Tom Tromey  <tromey@redhat.com>
3255
3256         * symfile.c (symbol_file_add): Don't open BFD twice.
3257
3258 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3259
3260         * breakpoint.c (create_breakpoint): Store condition for pending
3261         breakpoints.
3262
3263 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3264
3265         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3266         (m68k_return_value): Handle complex types like structures.
3267         (m68k_svr4_return_value): Likewise.
3268
3269 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3270
3271         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3272         parameters to bfd_get_section_name.
3273
3274 2012-07-24  Yao Qi  <yao@codesourcery.com>
3275
3276         * cli/cli-setshow.c: Handle case 'var_uinteger'
3277         and 'var_zuninteger' together.  Handle case 'var_integer' and
3278         'var_zinteger' together.
3279
3280 2012-07-23  Keith Seitz  <keiths@redhat.com>
3281
3282         * linespec.c (convert_linespec_to_sal): Don't add
3283         any symbols to the result vector if symbol_to_sal
3284         returns zero.
3285
3286 2012-07-23  Keith Seitz  <keiths@redhat.com>
3287
3288         * linespec.c (decode_objc): Record the function name
3289         in the linespec.
3290
3291 2012-07-23  Tom Tromey  <tromey@redhat.com>
3292
3293         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3294         counting.
3295         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3296         (map_vmap): Acquire a reference to the BFD.
3297
3298 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3299
3300         * p-valprint.c (pascal_object_print_value): Replace potentially
3301         unsafe alloca with xmalloc/xfree.
3302         * valops.c (search_struct_method): Likewise.
3303
3304 2012-07-23  Tom Tromey  <tromey@redhat.com>
3305
3306         * solib-svr4.c (enable_break): Update.
3307         * bfd-target.h (target_bfd_reopen): Update documentation.
3308
3309 2012-07-23  Tom Tromey  <tromey@redhat.com>
3310
3311         * symfile.c (separate_debug_file_exists): Update.
3312         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3313         (reread_symbols): Update.
3314         * elfread.c (build_id_verify): Update.
3315         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3316         bfd_open_maybe_remote.
3317
3318 2012-07-23  Tom Tromey  <tromey@redhat.com>
3319
3320         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3321
3322 2012-07-23  Tom Tromey  <tromey@redhat.com>
3323
3324         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3325         and 'abfd'.
3326         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3327         and 'abfd'.
3328         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3329         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3330         'abfd'.
3331         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3332         * objfiles.c (allocate_objfile): Acquire a new reference.
3333         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3334         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3335         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3336         a cleanup for 'nbfd'.
3337         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3338         for 'nbfd'.
3339         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3340         make a cleanup for 'abfd'.
3341         (symbol_file_add): Make a BFD cleanup.
3342
3343 2012-07-23  Tom Tromey  <tromey@redhat.com>
3344
3345         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3346         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3347         * corelow.c (core_open): Use gdb_bfd_fopen.
3348         * dsrec.c (load_srec): Use gdb_bfd_openr.
3349         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3350         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3351         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3352         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3353         (gdb_bfd_fdopenr): New functions.
3354         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3355         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3356         (gdb_bfd_fdopenr): Declare.
3357         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3358         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3359         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3360         gdb_bfd_openr_next_archived_file.
3361         (macho_check_dsym): Use gdb_bfd_openr.
3362         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3363         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3364         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3365         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3366         gdb_bfd_openr.
3367         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3368         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3369         gdb_bfd_openr_next_archived_file.
3370         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3371         Use gdb_bfd_openr.
3372         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3373         gdb_bfd_openr.
3374         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3375         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3376         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3377         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3378         (symfile_bfd_open): Use gdb_bfd_fopen.
3379         (generic_load): Use gdb_bfd_openr.
3380         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3381
3382 2012-07-23  Tom Tromey  <tromey@redhat.com>
3383
3384         * bfd-target.c (target_bfd_reopen): Update.
3385         * cli/cli-dump.c (bfd_openr_with_cleanup)
3386         (bfd_openw_with_cleanup): Update.
3387         * corelow.c (core_open): Update.
3388         * dsrec.c (load_srec): Update.
3389         * exec.c (exec_file_attach): Update.
3390         * gcore.c (create_gcore_bfd): Update.
3391         * gdb_bfd.c (gdb_bfd_ref): Return void.
3392         (gdb_bfd_open): Update.
3393         * gdb_bfd.h (gdb_bfd_ref): Return void.
3394         Update comments.
3395         * jit.c (jit_bfd_try_read_symtab): Update.
3396         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3397         * machoread.c (macho_symfile_read_all_oso): Update.
3398         (macho_check_dsym): Update.
3399         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3400         * remote-m32r-sdi.c (m32r_load): Update.
3401         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3402         * rs6000-nat.c (add_vmap): Update.
3403         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3404         Update.
3405         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3406         * solib-spu.c (spu_bfd_open): Update.
3407         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3408         * spu-linux-nat.c (spu_bfd_open): Update.
3409         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3410         (generic_load): Update.
3411         * windows-nat.c (windows_make_so): Update.
3412
3413 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3414
3415         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3416
3417 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3418
3419         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3420         SIGTRAMP_FRAME unwinding.
3421
3422 2012-07-20  Doug Evans  <dje@google.com>
3423
3424         * NEWS: Document new options "set/show use-deprecated-index-sections",
3425         and delete reference to --use-deprecated-index-sections.
3426         * symfile.h (use_deprecated_index_sections): Delete.
3427         * dwarf2read.c (use_deprecated_index_sections): Make static.
3428         (read_index_from_section): Update wording of how to load
3429         deprecated index sections.
3430         (_initialize_dwarf2_read): New options
3431         "set/show use-deprecated-index-sections".
3432         * main.c (captured_main): Delete --use-deprecated-index-sections.
3433
3434 2012-07-20  Pedro Alves  <palves@redhat.com>
3435
3436         PR threads/11692
3437         PR gdb/12203
3438
3439         * infrun.c (handle_inferior_event) <new thread>: Don't special
3440         case minus_one_ptid.
3441         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3442         * linux-thread-db.c (thread_get_info_callback): Don't return early
3443         if the thread is zombie.
3444         (thread_from_lwp): Change return type to void.  Rewrite stale
3445         comment.
3446         (attach_thread): Don't return early if the thread is zombie,
3447         instead set its "dying" flag.
3448         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3449         (find_new_threads_callback): Don't return early if the thread is
3450         zombie.
3451
3452 2012-07-20  Pedro Alves  <palves@redhat.com>
3453
3454         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3455         * target.c (target_wait): Likewise.
3456         (str_comma_list_concat_elem, do_option, target_options_to_string):
3457         New functions.
3458         * target.h (target_options_to_string): Declare.
3459
3460 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3461             Tom Tromey  <tromey@redhat.com>
3462
3463         * dwarf2read.c (dwarf_decode_macros)
3464         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3465         DW_MACRO_GNU_transparent_include_alt>: New cases.
3466         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3467         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3468
3469 2012-07-20  Tom Tromey  <tromey@redhat.com>
3470
3471         * dwarf2read.c (try_open_dwo_file): Don't call
3472         gdb_bfd_stash_filename.
3473
3474 2012-07-20  Pedro Alves  <palves@redhat.com>
3475
3476         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3477         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3478         (i386_process_record): Tweak description comments.
3479
3480 2012-07-20  Pedro Alves  <palves@redhat.com>
3481
3482         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3483         (i386_process_record): Use record_read_memory.
3484         * record.c (record_read_memory): New function.
3485         (record_arch_list_add_mem, record_exec_insn): Use
3486         record_read_memory.
3487         * record.h (record_read_memory): Declare.
3488
3489 2012-07-20  Yao Qi  <yao@codesourcery.com>
3490
3491         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3492         NULL for xfree.
3493
3494 2012-07-19  Pedro Alves  <palves@redhat.com>
3495
3496         * record.c (record_resume): Ask the target beneath to report all
3497         signals.
3498
3499 2012-07-19  Doug Evans  <dje@google.com>
3500
3501         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3502         there's no section at address zero.
3503         (dwarf2_record_block_ranges): Ditto.
3504
3505 2012-07-19  Yao Qi  <yao@codesourcery.com>
3506
3507         * command.h, remote.c: Fix a typo in comment.
3508
3509 2012-07-19  Tom Tromey  <tromey@redhat.com>
3510
3511         PR exp/13206:
3512         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3513         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3514         OP_DECLTYPE>: New cases.
3515         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3516         (type_exp): Add new productions.
3517         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3518         and decltype.
3519         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3520         New case.
3521         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3522         OP_DECLTYPE>: New case.
3523         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3524         New case.
3525         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3526         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3527
3528 2012-07-19  Tom Tromey  <tromey@redhat.com>
3529
3530         * c-exp.y (enum token_flags): New.
3531         (struct token) <cxx_only>: Remove.
3532         <flags>: New field.
3533         (tokentab3, tokentab2, ident_tokens): Update.
3534         (lex_one_token): Update.  Handle FLAG_SHADOW.
3535
3536 2012-07-19  Tom Tromey  <tromey@redhat.com>
3537
3538         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3539         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3540         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3541         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3542         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3543         type_exp production where appropriate.
3544         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3545         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3546         <UNOP_MEMVAL_TYPE>: New case.
3547         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3548         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3549         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3550         <UNOP_MEMVAL_TYPE>: New case.
3551         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3552         UNOP_REINTERPRET_CAST>: Update.
3553         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3554         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3555         UNOP_REINTERPRET_CAST>: Update.
3556         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3557         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3558         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3559         constants.
3560
3561 2012-07-19  Yao Qi  <yao@codesourcery.com>
3562             Jan Kratochvil <jan.kratochvil@redhat.com>
3563
3564         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3565         and case 'var_optional_filename' together.
3566         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3567         instead of add_setshow_optional_filename_cmd for setshow command
3568         'args'.  Set completer for 'set args'.
3569
3570 2012-07-18  Doug Evans  <dje@google.com>
3571
3572         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3573         * common/gdb_vecs.c: New file, contents from utils.c.
3574         * common/host-defs.h: New file, contents from defs.h.
3575         * utils.h: New file, contents from defs.h.
3576         * defs.h: Move all declarations of objects defined in utils.c
3577         to utils.h (except QUIT() and related).
3578         #include "utils.h", "host-defs.h".
3579         * probe.h (probe_p): Move here from gdb_vecs.h.
3580         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3581         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3582         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3583         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3584         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3585         (COMMON_OBS): Add gdb_vecs.o.
3586         (gdb_vecs.o): New rule.
3587
3588 2012-07-18  Keith Seitz  <keiths@redhat.com>
3589
3590         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3591         parameter.  If non-zero, use SYMNAME as the canonical name
3592         for the SaL.
3593         Update all callers.
3594         (convert_linespec_to_sals): Use add_sal_to_sals for
3595         expressions, too.
3596         (decode_line_full): No need to "fill in missing canonical names"
3597         anymore. Simply make cleanups for the allocated names.
3598
3599 2012-07-18  Keith Seitz  <keiths@redhat.com>
3600
3601         * linespec.c (struct linespec): Constify expression,
3602         source_filename, function_name, and label_name.
3603         (symbol_not_found_error): Make all parameters const.
3604         (linespec_parser_delete): No need to check for NULL
3605         when using xfree. Cast const char * to char * for xfree.
3606
3607 2012-07-18  Keith Seitz  <keiths@redhat.com>
3608
3609         * breakpoint.c (invalid_thread_id_error): New function.
3610         (find_condition_and_thread): Use invalid_thread_id_error.
3611         (watch_command_1): Likewise.
3612
3613 2012-07-18  Tom Tromey  <tromey@redhat.com>
3614
3615         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3616         * contrib/cc-with-tweaks.sh: New file.
3617
3618 2012-07-18  Tom Tromey  <tromey@redhat.com>
3619
3620         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3621         (locate_dwz_sections): Recognize .gdb_index.
3622         (create_cus_from_index_list): New function.
3623         (create_cus_from_index): Use it.  Handle .dwz data.
3624         (read_index_from_section): New function, extracted from
3625         dwarf2_read_index.
3626         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3627         if needed.
3628
3629 2012-07-18  Tom Tromey  <tromey@redhat.com>
3630
3631         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3632         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3633         <is_dwz>: New field.
3634         (struct dwz_file): New.
3635         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3636         (locate_dwz_sections, dwarf2_get_dwz_file)
3637         (get_abbrev_section_for_cu): New functions.
3638         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3639         (read_and_check_type_unit_head): Add abbrev_section argument.
3640         (create_debug_types_hash_table): Update.
3641         (init_cutu_and_read_dies): Use proper abbrev section.
3642         (init_cutu_and_read_dies_no_follow): Likewise.
3643         (set_partial_user): Do nothing if PST==NULL.
3644         (read_comp_units_from_section): New function.
3645         (create_all_comp_units): Use it.
3646         (scan_partial_symbols, partial_die_parent_scope): Update.
3647         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3648         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3649         (find_partial_die): Add offset_in_dwz argument.  Update.
3650         (guess_partial_die_structure_name, fixup_partial_die): Update.
3651         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3652         DW_FORM_GNU_strp_alt.
3653         (read_indirect_string_from_dwz): New function.
3654         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3655         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3656         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3657         (follow_die_offset): Add offset_in_dwz argument.
3658         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3659         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3660         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3661         Handle new macro forms.
3662         (dwarf_decode_macros): Update.
3663         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3664         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3665         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3666         (create_debug_types_hash_table): Use correct abbrev section.
3667         (get_debug_line_section): New function.
3668         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3669         (process_full_comp_unit): Pass 'required' argument to
3670         end_symtab_get_static_block.
3671         * buildsym.h (end_symtab_get_static_block): Update.
3672         * buildsym.c (end_symtab_get_static_block): Add 'required'
3673         argument.
3674         (end_symtab, end_expandable_symtab): Update.
3675
3676 2012-07-18  Tom Tromey  <tromey@redhat.com>
3677
3678         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3679         (pagesize): Remove.
3680         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3681         (zlib_decompress_section): Remove.
3682         (dwarf2_read_section): Use gdb_bfd_map_section.
3683         (munmap_section_buffer): Remove.
3684         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3685         munmap_section_buffer.
3686         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3687         (struct gdb_bfd_section_data): New.
3688         (free_one_bfd_section): New function.
3689         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3690         (get_section_descriptor, zlib_decompress_section)
3691         (gdb_bfd_map_section): New functions.
3692         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3693
3694 2012-07-18  Tom Tromey  <tromey@redhat.com>
3695
3696         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3697
3698 2012-07-18  Tom Tromey  <tromey@redhat.com>
3699
3700         * gdb_bfd.c (struct gdb_bfd_data): New.
3701         (gdb_bfd_cache): New global.
3702         (struct gdb_bfd_cache_search): New.
3703         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3704         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3705         * gdb_bfd.h (gdb_bfd_open): Declare.
3706
3707 2012-07-18  Tom Tromey  <tromey@redhat.com>
3708
3709         * utils.c (make_cleanup_bfd_unref): Rename from
3710         make_cleanup_bfd_close.
3711         * defs.h (make_cleanup_bfd_unref): Rename from
3712         make_cleanup_bfd_close.
3713         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3714         (bfd_openw_with_cleanup): Update.
3715         * corelow.c (core_open): Update.
3716         * dsrec.c (load_srec): Update.
3717         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3718         * remote-m32r-sdi.c (m32r_load): Update.
3719         * remote-mips.c (mips_load_srec): Update.
3720         (pmon_load_fast): Update.
3721         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3722         Update.
3723         (darwin_bfd_open): Update.
3724         * solib.c (solib_bfd_fopen): Update.
3725         * symfile-mem.c (symbol_file_add_from_memory): Update.
3726         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3727         (symfile_bfd_open): Update.
3728         (generic_load): Update.
3729
3730 2012-07-18  Tom Tromey  <tromey@redhat.com>
3731
3732         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3733         (pmon_load_fast): Likewise.
3734         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3735         (m32r_upload_command): Likewise.
3736         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3737         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3738         Use make_cleanup_bfd_close.
3739
3740 2012-07-18  Tom Tromey  <tromey@redhat.com>
3741
3742         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3743         gdb_bfd_stash_filename.
3744         (load_command): Open the new BFD before freeing the old.
3745         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3746         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3747         Call gdb_bfd_stash_filename.
3748         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3749         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3750         gdb_bfd_stash_filename.
3751         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3752         Free found_pathname.
3753         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3754         gdb_bfd_stash_filename.
3755         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3756         * machoread.c (macho_add_oso_symfile): Call
3757         gdb_bfd_stash_filename.
3758         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3759         gdb_bfd_stash_filename.
3760         (macho_check_dsym): Don't copy filename.  Call
3761         gdb_bfd_stash_filename.
3762         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3763         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3764         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3765         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3766         * exec.c (exec_close): Don't free the BFD's filename.
3767         (exec_file_attach): Don't copy the filename.  Call
3768         gdb_bfd_stash_filename.
3769         * corelow.c (core_close): Don't free the BFD's filename.
3770         (core_open): Call gdb_bfd_stash_filename.
3771         * corefile.c (reopen_exec_file): Remove #if 0 code.
3772         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3773         pathname.
3774         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3775
3776 2012-07-18  Tom Tromey  <tromey@redhat.com>
3777
3778         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3779         gdb_bfd_unref.
3780         (free_dwo_file): Use gdb_bfd_unref.
3781         * cli/cli-dump.c: Include gdb_bfd.h.
3782         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3783         (bfd_openr_with_cleanup): Likewise.
3784         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3785         gdb_bfd_unref.
3786         * utils.c: Include gdb_bfd.h.
3787         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3788         * symfile.c: Include gdb_bfd.h.
3789         (separate_debug_file_exists): Use gdb_bfd_unref.
3790         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3791         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3792         (generic_load): Use gdb_bfd_ref.
3793         (reread_symbols): Use gdb_bfd_unref.
3794         * symfile-mem.c: Include gdb_bfd.h.
3795         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3796         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3797         * solib.c: Include gdb_bfd.h.
3798         (solib_bfd_fopen): Use gdb_bfd_ref.
3799         (solib_bfd_open): Use gdb_bfd_unref.
3800         (free_so_symbols): Use gdb_bfd_unref.
3801         (reload_shared_libraries_1): Use gdb_bfd_unref.
3802         * solib-spu.c: Include gdb_bfd.h.
3803         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3804         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3805         gdb_bfd_unref.
3806         * solib-frv.c: Include gdb_bfd.h.
3807         (enable_break2): Use gdb_bfd_unref.
3808         * solib-dsbt.c: Include gdb_bfd.h.
3809         (enable_break2): Use gdb_bfd_unref.
3810         * solib-darwin.c: Include gdb_bfd.h.
3811         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3812         gdb_bfd_unref.
3813         (darwin_bfd_open): Use gdb_bfd_unref.
3814         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3815         * remote-mips.c: Include gdb_bfd.h.
3816         (mips_load_srec): Use gdb_bfd_ref.
3817         (pmon_load_fast): Use gdb_bfd_ref.
3818         * remote-m32r-sdi.c: Include gdb_bfd.h.
3819         (m32r_load): Use gdb_bfd_ref.
3820         * record.c: Include gdb_bfd.h.
3821         (record_save_cleanups): Use gdb_bfd_unref.
3822         (cmd_record_save): Use gdb_bfd_unref.
3823         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3824         gdb_bfd_unref.
3825         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3826         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3827         * objfiles.c: Include gdb_bfd.h.
3828         (free_objfile): Use gdb_bfd_unref.
3829         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3830         gdb_bfd.c.
3831         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3832         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3833         (macho_check_dsym): Likewise.
3834         * m32r-rom.c: Include gdb_bfd.h.
3835         (m32r_load): Use gdb_bfd_ref.
3836         (m32r_upload_command): Use gdb_bfd_ref.
3837         * jit.c: Include gdb_bfd.h.
3838         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3839         * gdb_bfd.h: New file.
3840         * gdb_bfd.c: New file.
3841         * gcore.c: Include gdb_bfd.h.
3842         (create_gcore_bfd): Use gdb_bfd_ref.
3843         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3844         (gcore_command): Use gdb_bfd_unref.
3845         * exec.c: Include gdb_bfd.h.
3846         (exec_close): Use gdb_bfd_unref.
3847         (exec_close_1): Use gdb_bfd_unref.
3848         (exec_file_attach): Use gdb_bfd_ref.
3849         * elfread.c: Include gdb_bfd.h.
3850         (build_id_verify): Use gdb_bfd_unref.
3851         * dsrec.c: Include gdb_bfd.h.
3852         (load_srec): Use gdb_bfd_ref.
3853         * corelow.c: Include gdb_bfd.h.
3854         (core_close): Use gdb_bfd_unref.
3855         (core_open): Use gdb_bfd_ref.
3856         * bfd-target.c: Include gdb_bfd.h.
3857         (target_bfd_xclose): Use gdb_bfd_unref.
3858         (target_bfd_reopen): Use gdb_bfd_ref.
3859         * Makefile.in (SFILES): Add gdb_bfd.c.
3860         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3861         (COMMON_OBS): Add gdb_bfd.o.
3862
3863 2012-07-18  Keith Seitz  <keiths@redhat.com>
3864
3865         * breakpoint.c (find_condition_and_thread): Initialize
3866         TASK and REST.
3867         (create_breakpiont): find_condition_and_thread will now
3868         initialize COND_STRING, THREAD, and REST (and TASK).
3869         (addr_string_to_sals): Likewise.
3870
3871 2012-07-18  Pedro Alves  <palves@redhat.com>
3872
3873         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3874         Pull the single step breakpoints out of the target.
3875
3876 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3877
3878         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3879         * stap-probe.c (compile_probe_arg): Likewise.
3880
3881 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3882
3883         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3884         (elf_compile_to_ax): Likewise.
3885         * infrun.c (insert_exception_resume_from_probe): Likewise.
3886         (check_exception_resume): Remove `objfile' variable.
3887         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3888         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3889         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3890         (compare_entries): Rename to...
3891         (compare_probes): ...this.  Adjust function to work with
3892         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3893         respectively.
3894         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3895         `VEC (probe_p) *'.
3896         (print_ui_out_info): Adjust argument to be `struct probe *'.
3897         (info_probes_for_ops): Adjust internal computations to use
3898         `VEC (probe_p) *'.
3899         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3900         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3901         gen_info_probes_table_values>: Remove `objfile' argument.
3902         (struct probe) <objfile>: New field.
3903         (find_probe_by_pc): Remove `objfile' argument.
3904         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3905         (stap_get_probe_argument_count): Likewise.
3906         (stap_get_arg): Likewise.
3907         (stap_evaluate_probe_argument): Likewise.
3908         (stap_compile_to_ax): Likewise.
3909         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3910         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3911         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3912         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3913         sym_compile_to_ax>: Likewise.
3914
3915 2012-07-18  Terry Guo  <terry.guo@arm.com>
3916
3917         PR 14329
3918         * defs.h (GDB_MI_MSG_WIDTH): New.
3919         * ser_base (ser_base_read_error_fd): New function.
3920         (do_ser_base_readchar): Poll error file descriptor as well as
3921         standard output.
3922         (generic_readchar): Refactor error handling.
3923
3924 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3925
3926         * NEWS: Create a new section for the next release branch.
3927         Rename the section of the current branch, now that it has
3928         been cut.
3929
3930 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3931
3932         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3933         * version.in: Bump version to 7.5.50.20120718-cvs.
3934
3935 2012-07-17  Keith Seitz  <keiths@redhat.com>
3936
3937         * linespec.c (linespec_parse_line_offset): Make parameter
3938         const.
3939
3940 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3941
3942         PR 11914
3943         * f-valprint.c (info_common_command): New variable frame_id.
3944         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3945         * printcmd.c (print_variable_and_value): Extend function comment.
3946         Add comment for invalidated FRAME.
3947         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3948         FI form FRAME_ID after each print_frame_local_vars.
3949         (struct print_variable_and_value_data): Change frame to frame_id.
3950         (do_print_variable_and_value): New variable frame, initialize it from
3951         p->frame_id.  Add comment for invalidated FRAME.
3952         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3953         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3954         for invalidated FRAME.
3955
3956 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3957             Pedro Alves  <palves@redhat.com>
3958
3959         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3960         loop.
3961
3962 2012-07-16  Tom Tromey  <tromey@redhat.com>
3963
3964         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3965
3966 2012-07-15  Doug Evans  <dje@google.com>
3967
3968         * dwarf2read.c (stmt_list_hash): New struct.
3969         (type_unit_group): Embed "per_cu" member, remove pointer.
3970         New union member "t", move member "tus" into it, all uses updated.
3971         New member "hash", replaces member "line_offset, all uses updated.
3972         (quick_file_names): Replace member "offset" with "hash", all uses
3973         updated.
3974         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3975         (hash_file_name_entry, eq_file_name_entry): Call them.
3976         (hash_type_unit_group, eq_type_unit_group): Ditto.
3977         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3978         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3979         (dw2_get_file_names): Update.
3980         (create_type_unit_group): Replace "per_cu" arg with "cu".
3981         All callers updated.  Fix "quick" (.gdb_index) handling.
3982         (get_type_unit_group): Replace "per_cu" arg with "cu".
3983         All callers updated.
3984         (build_type_unit_groups): Don't reset tu_stats.
3985
3986         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3987         "tab_cur_size".  Change member "tab" to be a htab_t.
3988         (create_filename_seen_cache): Update.
3989         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3990         (filename_seen): Update.
3991
3992 2012-07-13  Doug Evans  <dje@google.com>
3993
3994         * symtab.c (filename_seen): Update comment.
3995
3996 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3997             Doug Evans  <dje@google.com>
3998
3999         * buildsym.c (end_symtab_1): Split it to ...
4000         (end_symtab_get_static_block): ... this ...
4001         (end_symtab_from_static_block): ... and this function.
4002         (end_symtab, end_expandable_symtab): Call them.
4003         * buildsym.h (end_symtab_get_static_block)
4004         (end_symtab_from_static_block): New declarations.
4005         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4006         Set its valid CU ranges.
4007
4008 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4009
4010         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4011         DW_OP_GNU_parameter_ref.
4012
4013 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4014
4015         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4016         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4017
4018 2012-07-13  Doug Evans  <dje@google.com>
4019
4020         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4021         (filename_seen_cache): New struct.
4022         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4023         (create_filename_seen_cache): New function.
4024         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4025         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4026         updated.
4027         (output_source_filename_data): New struct.
4028         (output_source_filename): Delete arg "first".  New arg "data".
4029         All callers updated.
4030         (sources_info): Delete local "first".  New locals "data", "cleanups".
4031         Rewrite to use filename_seen_cache.
4032         (add_partial_filename_data): Delete member "first".  New member
4033         "filename_seen_cache".  All uses updated.
4034         (make_source_files_completion_list): Rewrite to use
4035         filename_seen_cache.
4036
4037 2012-07-12  Doug Evans  <dje@google.com>
4038
4039         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4040
4041 2012-07-10  Doug Evans  <dje@google.com>
4042
4043         PR gdb/13498
4044         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4045         all_type_unit_groups, type_unit_groups, tu_stats.
4046         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4047         All uses updated.  Add type_unit_group to union "s".
4048         (type_unit_group): New struct.
4049         (IS_TYPE_UNIT_GROUP): New macro.
4050         (abbrev_table): Delete unused member "section".
4051         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4052         (dw2_get_cu): Assert not used with type_unit_group.
4053         (dw2_get_primary_cu): New function.
4054         (dw2_build_type_unit_groups_reader): New function.
4055         (dw2_build_type_unit_groups): New function.
4056         (dw2_get_file_names): Assert not called on type units.
4057         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4058         Redo loop to iterate over type unit groups instead of type units.
4059         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4060         (read_abbrev_offset): New function.
4061         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4062         updated.
4063         (create_partial_symtab): New function.
4064         (process_psymtab_comp_unit_reader): Assert not used with type units.
4065         Call create_partial_symtab.
4066         (process_psymtab_type_unit): Delete.
4067         (hash_type_unit_group, eq_type_unit_group): New functions.
4068         (allocate_type_unit_groups_table): New function.
4069         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4070         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4071         (create_type_unit_group, get_type_unit_group): New functions.
4072         (tu_abbrev_offset): New struct.
4073         (sort_tu_by_abbrev_offset): New function.
4074         (add_type_unit_group_to_table): New function.
4075         (build_type_unit_groups): New function.
4076         (build_type_psymtabs_reader): New function.
4077         (build_type_psymtab_dependencies): New function.
4078         (build_type_psymtabs): Rewrite.
4079         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4080         is seen in a type unit.
4081         (process_queue): Move symtab expansion debugging printfs here.
4082         Call process_full_type_unit for type units.
4083         (compute_symtab_includes): Assert not called for type units.
4084         (process_cu_includes): Don't call compute_symtab_includes for
4085         type units.
4086         (process_full_type_unit): New function.
4087         (process_imported_unit_die): Flag an error if called for type units.
4088         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4089         updated.  Assert not called for type units.
4090         (read_file_scope): Call dwarf2_start_symtab.
4091         (setup_type_unit_groups): New function.
4092         (read_type_unit_scope): Rewrite.
4093         (abbrev_table_read_table): Initialize abbrev_table->offset.
4094         (abbrev_table_free_cleanup): New function.
4095         (dwarf2_start_symtab): New function.
4096         (load_full_type_unit): Assert not called for type unit groups.
4097         * buildsym.c (finish_block_internal): New arg "expandable".
4098         All callers updated.
4099         (start_symtab): Move most contents to ...
4100         (restart_symtab): ... here.  New function.
4101         (reset_symtab_globals): New function.
4102         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4103         Call reset_symtab_globals.
4104         (end_symtab, end_expandable_symtab): New functions.
4105         (set_missing_symtab, augment_type_symtab): New functions.
4106         * buildsym.h (end_expandable_symtab): Declare.
4107         (augment_type_symtab, restart_symtab): Declare.
4108         * psympriv.h (struct partial_symtab): New member "anonymous".
4109         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4110         anonymous psymtabs.
4111         (read_psymtabs_with_filename): Ditto.
4112         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4113         (expand_symtabs_matching_via_partial): Ditto.
4114         (dump_psymtab): Update.
4115         * dictionary.c (dict_add_pending): New function.
4116         * dictionary.h (dict_add_pending): Declare.
4117
4118 2012-07-09  Doug Evans  <dje@google.com>
4119
4120         * buildsym.c (start_subfile): Remove unnecessary check for
4121         name == NULL.
4122
4123         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4124
4125         * dwarf2read.c (load_full_type_unit): Simplify.
4126
4127         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4128         to struct signatured_type **.  All uses updated.
4129
4130         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4131         All callers updated.
4132
4133 2012-07-09  Tom Tromey  <tromey@redhat.com>
4134
4135         * c-exp.y (check_parameter_typelist): New function.
4136         (parameter_typelist): Call it.
4137         * eval.c (make_params): Handle '(void)' case.
4138         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4139         '(void)' case.
4140
4141 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4142
4143         * common/linux-ptrace.c: Include gdb_assert.h.
4144         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4145         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4146         stdint.h.
4147         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4148         functions.
4149         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4150         * linux-nat.c (linux_child_post_attach)
4151         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4152
4153 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4154
4155         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4156         nptl <2.7 bug workaround for core files.
4157
4158 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4159
4160         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4161         clearing.
4162         (save_siginfo): Remove.
4163         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4164         call.
4165         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4166         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4167         * linux-nat.h (struct lwp_info): Remove field siginfo.
4168
4169 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4170
4171         Code cleanup for the next patch.
4172         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4173         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4174         call for it.
4175         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4176         (ia64_linux_stopped_data_address):
4177         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4178         the return value.
4179         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4180         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4181         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4182         call for it.
4183
4184 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4185
4186         PR 14321
4187         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4188         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4189
4190 2012-07-06  Tom Tromey  <tromey@redhat.com>
4191
4192         * c-exp.y (DOTDOTDOT): New token.
4193         (func_mod, exp): Use parameter_typelist.
4194         (parameter_typelist): New production.
4195         (tokentab3): Add "..." token.
4196         * eval.c (make_params): Handle varargs.
4197         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4198         varargs.
4199
4200 2012-07-06  Tom Tromey  <tromey@redhat.com>
4201
4202         PR exp/9608:
4203         * c-exp.y (%union) <tvec>: Change type.
4204         (func_mod): Now uses <tvec> type.
4205         (exp): Update for tvec change.
4206         (direct_abs_decl): Push the typelist.
4207         (func_mod): Return a typelist.
4208         (nonempty_typelist): Update for tvec change.
4209         * gdbtypes.c (lookup_function_type_with_arguments): New function.
4210         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4211         * parse.c (pop_type_list): New function.
4212         (push_typelist): New function.
4213         (follow_types): Handle tp_function_with_arguments.
4214         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4215         (enum type_pieces) <tp_function_with_arguments>: New constant.
4216         (union type_stack_elt) <typelist_val>: New field.
4217         (push_typelist): Declare.
4218
4219 2012-07-06  Tom Tromey  <tromey@redhat.com>
4220
4221         * c-exp.y (%union) <type_stack>: New field.
4222         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4223         (ptr_operator_ts): New production.
4224         (ptype): Update.
4225         * parse.c (type_stack_reserve): New function.
4226         (check_type_stack_depth): Use it.
4227         (pop_type_stack, append_type_stack, push_type_stack)
4228         (get_type_stack, type_stack_cleanup): New functions.
4229         (follow_types): Handle tp_type_stack.
4230         (_initialize_parse): Simplify initialization.
4231         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4232         constant.
4233         (union type_stack_elt) <stack_val>: New field.
4234         (get_type_stack, append_type_stack, push_type_stack)
4235         (type_stack_cleanup): Declare.
4236
4237 2012-07-06  Tom Tromey  <tromey@redhat.com>
4238
4239         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4240         Remove.
4241         (struct type_stack): New.
4242         * parse.c (type_stack, type_stack_size, type_stack_depth):
4243         Remove.
4244         (type_stack): New global.
4245         (parse_exp_in_context, check_type_stack_depth)
4246         (insert_into_type_stack, insert_type, push_type, push_type_int)
4247         (insert_type_address_space, pop_type, pop_type_int)
4248         (_initialize_parse): Update.
4249
4250 2012-07-06  Tom Tromey  <tromey@redhat.com>
4251
4252         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4253         Remove %type.
4254
4255 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4256
4257         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4258
4259 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4260             Jan Kratochvil  <jan.kratochvil@redhat.com>
4261
4262         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4263         alloca with xmalloc/xfree.
4264
4265 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4266
4267         * MAINTAINERS (Write After Approval): Add myself to the list.
4268
4269 2012-07-05  Doug Evans  <dje@google.com>
4270
4271         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4272
4273 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4274
4275         * ax-gdb.c (cli/cli-utils.h): New include.
4276         (linespec.h): Ditto.
4277         (agent_eval_command_one): New function.
4278         (agent_command_1): Ditto.
4279         (agent_command): Call function agent_command_1.
4280         (agent_eval_command): Ditto.
4281         (_initialize_ax_gdb): Change help for "maint agent"
4282         and "maint agent-eval".
4283
4284 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4285
4286         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4287         * cli/cli-utils.c (check_for_argument): New function.
4288         * cli/cli-utils.h (check_for_argument): Ditto.
4289
4290 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4291
4292         * NEWS: Mention x32 ABI support.
4293
4294 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4295
4296         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4297         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4298
4299         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4300         and pc_regnum_from_eax to -1.  Update SP regnum from
4301         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4302         needed.
4303
4304         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4305         pc_regnum_from_eax.
4306
4307 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4308
4309         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4310         * dwarf2expr.h: Include gdbtypes.h.
4311         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4312         these forward declarations.
4313         (cu_offset, sect_offset): Move these ...
4314         * gdbtypes.h: Remove include dwarf2expr.h.
4315         (cu_offset, sect_offset): ... here.
4316
4317 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4318
4319         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4320         (amd64_linux_sigtramp_code): This.
4321         (amd64_x32_linux_sigtramp_code): New.
4322         (LINUX_SIGTRAMP_LEN): Updated.
4323         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4324
4325 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4326
4327         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4328
4329 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4330
4331         * config.in: Regenerate.
4332         * configure: Regenerate.
4333         * configure.ac: Remove check for gnu/libc-version.h.
4334         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4335         gnu/libc-version.h.
4336         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4337         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4338         inferior_has_bug.  Extend the comment.
4339
4340 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4341
4342         * linux-thread-db.c (inferior_has_bug): New function.
4343         (thread_db_find_new_threads_silently): Return boolean as checked by
4344         inferior_has_bug, describe it in the comments.
4345         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4346         earlier.  Abort the initialization if it returned non-zero.
4347         (thread_db_new_objfile): Exclude debug files.
4348         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4349         if UNTIL_NO_NEW,
4350
4351 2012-07-02  Doug Evans  <dje@google.com>
4352
4353         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4354         related to queue management.
4355
4356         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4357         instead of "debug dwarf2-die" in debugging printfs.
4358         (create_debug_info_hash_table_reader): Ditto.
4359         (create_debug_info_hash_table): Ditto.
4360         (init_dwo_file): Ditto.
4361         (init_cutu_and_read_dies): Add debugging printf.
4362         (init_cutu_and_read_dies_no_follow): Ditto.
4363         (process_psymtab_comp_unit_reader): Ditto.
4364
4365 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4366
4367         Add target-side support for dynamic printf.
4368         * NEWS: Mention the additional style.
4369         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4370         (struct bp_location): New field cmd_bytecode.
4371         * breakpoint.c: Include format.h.
4372         (disconnected_dprintf): New global.
4373         (parse_cmd_to_aexpr): New function.
4374         (build_target_command_list): New function.
4375         (insert_bp_location): Call it.
4376         (remove_breakpoints_pid): Skip dprintf breakpoints.
4377         (print_one_breakpoint_location): Ditto.
4378         (dprintf_style_agent): New global.
4379         (dprintf_style_enums): Add dprintf_style_agent.
4380         (update_dprintf_command_list): Add agent case.
4381         (agent_printf_command): New function.
4382         (_initialize_breakpoint): Add new commands.
4383         * common/ax.def (printf): New bytecode.
4384         * ax.h (ax_string): Declare.
4385         * ax-gdb.h (gen_printf): Declare.
4386         * ax-gdb.c: Include cli-utils.h, format.h.
4387         (gen_printf): New function.
4388         (maint_agent_print_command): New function.
4389         (_initialize_ax_gdb): Add maint agent-printf command.
4390         * ax-general.c (ax_string): New function.
4391         (ax_print): Add printf disassembly.
4392         * Makefile.in (SFILES): Add format.c
4393         (COMMON_OBS): Add format.o.
4394         * common/format.h: New file.
4395         * common/format.c: New file.
4396         * printcmd.c: Include format.h.
4397         (ui_printf): Call parse_format_string.
4398         * remote.c (remote_state): New field breakpoint_commands.
4399         (PACKET_BreakpointCommands): New enum.
4400         (remote_breakpoint_commands_feature): New function.
4401         (remote_protocol_features): Add new BreakpointCommands entry.
4402         (remote_can_run_breakpoint_commands): New function.
4403         (remote_add_target_side_commands): New function.
4404         (remote_insert_breakpoint): Call it.
4405         (remote_insert_hw_breakpoint): Ditto.
4406         (_initialize_remote): Add new packet configuration for
4407         target-side breakpoint commands.
4408         * target.h (struct target_ops): New field
4409         to_can_run_breakpoint_commands.
4410         (target_can_run_breakpoint_commands): New macro.
4411         * target.c (update_current_target): Handle
4412         to_can_run_breakpoint_commands.
4413
4414 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4415
4416         Execute -ix and -iex only after system and user gdbinit files.
4417         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4418         processing down after gdbinit files.
4419
4420 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4421
4422         Add fnmatch-gnu module.
4423         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4424         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4425         * gnulib/aclocal.m4: Regenerate.
4426         * gnulib/config.in: Regenerate.
4427         * gnulib/configure: Regenerate.
4428         * gnulib/import/dummy.c: Remove.
4429         * gnulib/import/Makefile.am: Regenerate.
4430         * gnulib/import/Makefile.in: Likewise.
4431         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4432         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4433         * gnulib/import/alloca.c: New file.
4434         * gnulib/import/alloca.in.h: Likewise.
4435         * gnulib/import/config.charset: Likewise.
4436         * gnulib/import/fnmatch.c: Likewise.
4437         * gnulib/import/fnmatch.in.h: Likewise.
4438         * gnulib/import/fnmatch_loop.c: Likewise.
4439         * gnulib/import/localcharset.c: Likewise.
4440         * gnulib/import/localcharset.h: Likewise.
4441         * gnulib/import/m4/alloca.m4: Likewise.
4442         * gnulib/import/m4/codeset.m4: Likewise.
4443         * gnulib/import/m4/configmake.m4: Likewise.
4444         * gnulib/import/m4/fcntl-o.m4: Likewise.
4445         * gnulib/import/m4/fnmatch.m4: Likewise.
4446         * gnulib/import/m4/glibc21.m4: Likewise.
4447         * gnulib/import/m4/localcharset.m4: Likewise.
4448         * gnulib/import/m4/locale-fr.m4: Likewise.
4449         * gnulib/import/m4/locale-ja.m4: Likewise.
4450         * gnulib/import/m4/locale-zh.m4: Likewise.
4451         * gnulib/import/m4/mbrtowc.m4: Likewise.
4452         * gnulib/import/m4/mbsinit.m4: Likewise.
4453         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4454         * gnulib/import/m4/mbstate_t.m4: Likewise.
4455         * gnulib/import/m4/stdbool.m4: Likewise.
4456         * gnulib/import/m4/wchar_h.m4: Likewise.
4457         * gnulib/import/m4/wctype_h.m4: Likewise.
4458         * gnulib/import/m4/wint_t.m4: Likewise.
4459         * gnulib/import/mbrtowc.c: Likewise.
4460         * gnulib/import/mbsinit.c: Likewise.
4461         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4462         * gnulib/import/mbsrtowcs-state.c: Likewise.
4463         * gnulib/import/mbsrtowcs.c: Likewise.
4464         * gnulib/import/ref-add.sin: Likewise.
4465         * gnulib/import/ref-del.sin: Likewise.
4466         * gnulib/import/stdbool.in.h: Likewise.
4467         * gnulib/import/streq.h: Likewise.
4468         * gnulib/import/strnlen1.c: Likewise.
4469         * gnulib/import/strnlen1.h: Likewise.
4470         * gnulib/import/verify.h: Likewise.
4471         * gnulib/import/wchar.in.h: Likewise.
4472         * gnulib/import/wctype.in.h: Likewise.
4473
4474 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4475
4476         Support shell wildcards for 'set auto-load safe-path'.
4477         * auto-load.c: Include fnmatch.h.
4478         (filename_is_in_dir): Rename to ...
4479         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4480         it.  Update function comment.  Rename dir_len to pattern_len.  New
4481         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4482         messages.  Use gdb_filename_fnmatch.
4483         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4484         pattern.
4485         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4486         * defs.h (gdb_filename_fnmatch): New declaration.
4487         * utils.c: Include fnmatch.h.
4488         (gdb_filename_fnmatch): New function.
4489
4490 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4491
4492         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4493         `-probe' and `-probe-stap' options.
4494
4495 2012-07-01  Yao Qi  <yao@codesourcery.com>
4496
4497         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4498         always_inserted_off, and always_inserted_enums.
4499         Change always_inserted_mode's type to 'enum auto_boolean'.
4500         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4501         callers.
4502         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4503         of add_setshow_enum_cmd.
4504         * infrun.c: Remove can_use_displaced_stepping_auto,
4505         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4506         can_use_displaced_stepping_enum.
4507         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4508         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4509         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4510         add_setshow_enum_cmd.
4511
4512 2012-06-30  Doug Evans  <dje@google.com>
4513
4514         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4515         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4516         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4517
4518 2012-06-29  Doug Evans  <dje@google.com>
4519
4520         * linespec.c: #include "stack.h".
4521         (decode_line_with_current_source): Moved here from symtab.c and
4522         renamed from decode_line_spec.  All callers updated.
4523         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4524         renamed from decode_line_spec_1.  All callers updated.
4525         * linespec.h (decode_line_with_current_source): Move declaration here
4526         from symtab.h and renamed from decode_line_spec.
4527         (decode_line_with_last_displayed): Move declaration here from symtab.h
4528         and renamed from decode_line_spec_1.
4529         * macrocmd.c: #include "linespec.h".
4530         * symtab.c: Remove #include "linespec.h".
4531
4532 2012-06-28  Doug Evans  <dje@google.com>
4533
4534         * dwarf2read.c (get_cu_length): New function.
4535         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4536         (create_debug_types_hash_table): Ditto.
4537         (init_cutu_and_read_dies): Ditto.
4538         (init_cutu_and_read_dies_no_follow): Ditto.
4539
4540         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4541
4542         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4543         (struct abbrev_table): Define.
4544         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4545         abbrev_table.
4546         (init_cutu_and_read_dies): Update.
4547         (abbrev_table_alloc_abbrev): New function.  Replaces
4548         dwarf_alloc_abbrev.  All callers updated.
4549         (abbrev_table_add_abbrev): New function.
4550         (abbrev_table_lookup_abbrev): New function.  Replaces
4551         dwarf2_lookup_abbrev.  All callers updated.
4552         (abbrev_table_read_table): New function.  Contents moved here from
4553         dwarf2_read_abbrevs.
4554         (dwarf2_read_abbrevs): Call it.
4555         (abbrev_table_free): New function.
4556         (dwarf2_free_abbrev_table): Call it.
4557
4558 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4559
4560         * osdata.c (info_osdata_command): Filter out "Title" columns
4561         from non-MI uses.
4562         * common/linux-osdata.c (struct osdata_type): Add title field.
4563         (osdata_table): Add titles to each entry.
4564         (linux_command_xfer_osdata): Add a column for title data.
4565
4566 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4567
4568         Make logging work for MI.
4569         * NEWS: Mention it.
4570         * interps.h (interp_set_logging_ftype): New typedef.
4571         (struct interp_procs): New field set_logging_proc.
4572         (current_interp_set_logging): Declare.
4573         * interps.c (current_interp_set_logging): New function.
4574         * cli/cli-logging.c: Include interps.h.
4575         (set_logging_redirect): Call current_interp_set_logging.
4576         (pop_output_files): Ditto.
4577         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4578         * mi/mi-console.h (mi_console_set_raw): Declare.
4579         * mi/mi-console.c (mi_console_set_raw): New function.
4580         * mi/mi-interp.c (saved_raw_stdout): New global.
4581         (mi_set_logging): New function.
4582         (_initialize_mi_interp): Add it to interp procs.
4583
4584 2012-06-28  Doug Evans  <dje@google.com>
4585
4586         * symtab.c (lookup_symbol_aux_objfile): Use
4587         ALL_OBJFILE_PRIMARY_SYMTABS.
4588
4589         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4590
4591 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4592
4593         * common/buffer.c: Include inttypes.h and stdint.h.
4594         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4595
4596 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4597             Pedro Alves  <palves@redhat.com>
4598
4599         * gdbthread.h (ALL_THREADS): New macro.
4600         (thread_list): Declare.
4601         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4602         going, but instead fall through to the stepping handling.
4603         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4604         the passed in signal.  Adjust debug output.
4605         (resume_callback): Rename to ...
4606         (linux_nat_resume_callback): ... this.  Pass the thread's last
4607         stop signal, if in "pass" state.
4608         (linux_nat_resume): Adjust to rename.
4609         (stop_wait_callback): New assertion.  Don't respawn signals;
4610         instead let the LWP remain with SIGNALLED set.
4611         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4612         * remote.c (append_pending_thread_resumptions): New.
4613         (remote_vcont_resume): Call it.
4614         * target.h (target_resume): Extend comment.
4615
4616 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4617
4618         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4619
4620 2012-06-27  Doug Evans  <dje@google.com>
4621
4622         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4623         Delete have_addr_base, unused.  All uses updated.
4624         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4625         (dwarf2_get_pc_bounds): Add ranges_base.
4626         (dwarf2_record_block_ranges): Ditto.
4627
4628 2012-06-27  Tom Tromey  <tromey@redhat.com>
4629
4630         PR macros/7961:
4631         * varobj.c (varobj_create): Update.
4632         (varobj_set_value): Update.
4633         * tracepoint.c (validate_actionline): Update.
4634         (encode_actions_1): Update.
4635         * parse.c (parse_exp_1): Add 'pc' argument.
4636         (parse_exp_in_context): Add 'pc' argument.  Change how
4637         expression_context_pc is set.
4638         (parse_expression): Update.
4639         (parse_field_expression): Update.
4640         * expression.h (parse_exp_1): Update.
4641         * eval.c (parse_to_comma_and_eval): Update.
4642         * breakpoint.c (set_breakpoint_condition): Update.
4643         (update_watchpoint): Update.
4644         (init_breakpoint_sal): Update
4645         (find_condition_and_thread): Update.
4646         (watch_command_1): Update.
4647         (update_breakpoint_locations): Update.
4648         * ada-lang.c (ada_read_renaming_var_value): Update.
4649         (create_excep_cond_exprs): Update.
4650
4651 2012-06-27  Doug Evans  <dje@google.com>
4652
4653         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4654         type units.
4655
4656 2012-06-26  Doug Evans  <dje@google.com>
4657
4658         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4659         prototype.
4660         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4661         updated.
4662         (read_and_check_comp_unit_head): Ditto.
4663         (read_and_check_type_unit_head): Ditto.
4664
4665 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4666
4667         New attribute 'last' for gdb.Symtab_and_line.
4668         * NEWS (Python Scripting): Add entry about the new attribute.
4669         * python/py-symtab.c (salpy_get_last): New function which
4670         implements the get method for the 'last' attribute of
4671         gdb.Symtab_and_line.
4672         (sal_object_getset): Add entry for the 'last' attribute.
4673
4674 2012-06-26  Doug Evans  <dje@google.com>
4675
4676         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4677         (dwo_sections): Add macinfo, macro.
4678         (dwarf2_locate_dwo_sections): Watch for macro sections.
4679         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4680         All callers updated.  Handle DWO files.
4681
4682         * NEWS: Mention new options "set debug dwarf2-read" and
4683         "set debug symtab-create".
4684         * dwarf2read.c (dwarf2_read_debug): New static global.
4685         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4686         (process_queue): Ditto.
4687         (process_full_comp_unit): Ditto.
4688         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4689         * elfread.c (elf_symfile_read): Add debugging printf.
4690         * minsyms.c (install_minimal_symbols): Ditto.
4691         * psymtab.c (allocate_psymtab): Ditto.
4692         * symfile.c (allocate_symtab): Ditto.
4693         * symtab.c (symtab_create_debug): New global.
4694         (_initialize_symtab): Add new option "set debug symtab-create".
4695         * symtab.h (symtab_create_debug): Declare.
4696
4697         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4698         (lookup_dwo_type_unit): Ditto.
4699
4700 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4701             H.J. Lu  <hongjiu.lu@intel.com>
4702
4703         * amd64-linux-nat.c: Include <sys/user.h>.
4704         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4705         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4706         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4707
4708         * configure.ac: Check if the fs_base and gs_base members of
4709         `struct user_regs_struct' exist.
4710         * config.in: Regenerated.
4711         * configure: Likewise.
4712
4713 2012-06-25  Michael Eager  <eager@eagercon.com>
4714
4715         PR python/14291
4716         * python/python.c (gdbpy_write): Check for interrupted output.
4717
4718 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4719
4720         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4721         register as a stack alignment in ARM mode.
4722
4723 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4724
4725         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4726         * gnulib/config.in: Regenerate.
4727         * gnulib/configure: Likewise.
4728         * gnulib/import/m4/extensions.m4: Update it.
4729         * gnulib/import/m4/gnulib-common.m4: Likewise.
4730         * gnulib/import/m4/memmem.m4: Likewise.
4731         * gnulib/import/m4/mmap-anon.m4: Likewise.
4732         * gnulib/import/m4/multiarch.m4: Likewise.
4733         * gnulib/import/stdint.in.h: Likewise.
4734
4735 2012-06-24  Yao Qi  <yao@codesourcery.com>
4736
4737         * corefile.c (write_memory_with_notification): New.
4738         * gdbcore.h: Declare write_memory_with_notification.
4739         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4740         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4741         * valops.c (value_assign): Likewise.
4742         * python/py-inferior.c (infpy_write_memory): Call
4743         'write_memory_with_notification'.
4744
4745 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4746
4747         * cc-with-index.sh: Use also -ex "set auto-load no".
4748
4749 2012-06-23  Doug Evans  <dje@google.com>
4750
4751         PR 14125
4752         * NEWS: Document additions to .gdb_index.
4753         * dwarf2read.c: #include "gdb/gdb-index.h".
4754         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4755         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4756         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4757         (dwarf2_read_index): Recognize version 7.
4758         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4759         block_kind, domain): All callers updated.
4760         (dw2_find_symbol_file): Handle new index CU values.
4761         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4762         (add_index_entry): New args is_static, kind.  All callers updated.
4763         (offset_type_compare, uniquify_cu_indices): New functions
4764         (symbol_kind): New function.
4765         (write_psymtabs_to_index): Remove duplicate CU values.
4766         (write_psymtabs_to_index): Write .gdb_index version 7.
4767
4768 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4769
4770         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4771         * configure: Regenerate.
4772
4773 2012-06-20  Yao Qi  <yao@codesourcery.com>
4774
4775         * python/py-inferior.c: Update comments of infpy_read_memory
4776         and infpy_write_memory.
4777
4778 2012-06-19  Tom Tromey  <tromey@redhat.com>
4779
4780         PR exp/9514:
4781         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4782         (push_type_address_space): Remove.
4783         * parse.c (insert_into_type_stack): New function.
4784         (insert_type): Likewise.
4785         (insert_type_address_space): Rename from push_type_address_space.
4786         Insert tp_space_identifier.
4787         * c-exp.y (ptr_operator): New production.
4788         (abs_decl): Use ptr_operator.
4789         (space_identifier): Call insert_type_address_space.
4790         (ptype): Don't use const_or_volatile_or_space_identifier.
4791         (const_or_volatile_noopt): Call insert_type.
4792         (conversion_type_id, conversion_declarator): New productions.
4793         (operator): Use conversion_type_id.
4794
4795 2012-06-18  Doug Evans  <dje@google.com>
4796
4797         * symtab.h (minimal_symbol): New member created_by_gdb.
4798         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4799         created by gdb.
4800         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4801         (search_symbols): Call it instead of lookup_symbol.
4802         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4803
4804         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4805         Adjust address for DW_OP_GNU_addr_index.
4806         * dwarf2expr.h (dwarf_expr_context): Update comment.
4807         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4808         all callers updated.  Handle TLS vars described with
4809         DW_OP_GNU_const_index.
4810         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4811         and DW_OP_GNU_const_index.
4812         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4813
4814         * block.c (find_block_in_blockvector): Make explicit the fact that we
4815         ignore GLOBAL_BLOCK.
4816
4817 2012-06-18  Tom Tromey  <tromey@redhat.com>
4818
4819         * c-exp.y (operator): Remove trailing space after "delete" and
4820         "delete[]".
4821
4822 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4823             Jan Kratochvil  <jan.kratochvil@redhat.com>
4824
4825         Switch i386 and derived targets to ON_STACK.
4826         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4827         (amd64_dicos_init_abi): Remove its installment.
4828         * dicos-tdep.c (dicos_init_abi): Remove the
4829         set_gdbarch_call_dummy_location call.  Update the comment here.
4830         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4831         (i386_dicos_init_abi): Remove its installment.
4832         * i386-tdep.c (i386_push_dummy_code): New function.
4833         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4834         i386_push_dummy_code.
4835
4836 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4837
4838         Remove stale dummy frames.
4839         * breakpoint.c: Include dummy-frame.h.
4840         (longjmp_breakpoint_ops): New variable.
4841         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4842         bp_longjmp_call_dummy.
4843         (bpstat_what, bptype_string, print_one_breakpoint_location)
4844         (init_bp_location): Support bp_longjmp_call_dummy.
4845         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4846         (set_longjmp_breakpoint_for_call_dummy)
4847         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4848         functions.
4849         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4850         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4851         FIXME comment and extend the other comment for bp_call_dummy.
4852         (set_longjmp_breakpoint_for_call_dummy)
4853         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4854         * dummy-frame.c: Include gdbthread.h.
4855         (pop_dummy_frame_bpt): New function.
4856         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4857         (dummy_frame_discard): New function.
4858         (cleanup_dummy_frames): Update the comment about longjmps.
4859         * dummy-frame.h (dummy_frame_discard): New declaration.
4860         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4861         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4862         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4863         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4864         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4865         keep_going if IS_LONGJMP and there is no other reason to stop.
4866
4867 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4868
4869         * remote-sim.c (sim_command_completer): Initialize
4870         variable 'result'.
4871
4872 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4873
4874         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4875         * dwarf2loc.c (call_site_parameter_matches): Support
4876         CALL_SITE_PARAMETER_PARAM_OFFSET.
4877         (needs_dwarf_reg_entry_value): Push stub value.
4878         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4879         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4880         * gdbtypes.h (enum call_site_parameter_kind): New item
4881         CALL_SITE_PARAMETER_PARAM_OFFSET.
4882         (struct call_site.parameter.u): New field param_offset.
4883
4884 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4885
4886         Code cleanup: Generalize call_site.parameter key.
4887         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4888         variable dwarf_reg.  New variable kind_u.  Update parameters to
4889         push_dwarf_reg_entry_value.
4890         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4891         * dwarf2expr.h (enum call_site_parameter_kind)
4892         (union call_site_parameter_u): Forward declarations.
4893         (struct dwarf_expr_context_funcs): Update parameters and their
4894         description for push_dwarf_reg_entry_value.
4895         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4896         * dwarf2loc.c (call_site_parameter_matches): New function.
4897         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4898         description.  Use call_site_parameter_matches.
4899         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4900         Update parameters and their description.
4901         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4902         New variable kind_u.  Adjust the caller for updated parameters.
4903         (needs_dwarf_reg_entry_value): Update parameters.
4904         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4905         instead of attr.  Update for the changed fields of struct
4906         call_site_parameter.
4907         * gdbtypes.h: Include dwarf2expr.h.
4908         (enum call_site_parameter_kind): New.
4909         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4910         fb_offset into new union u.
4911
4912 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4913
4914         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4915         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4916         for x32.
4917
4918 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4919
4920         * amd64-linux-nat.c (compat_x32_clock_t): New.
4921         (compat_x32_siginfo_t): Likewise.
4922         (compat_x32_siginfo_from_siginfo): Likewise.
4923         (siginfo_from_compat_x32_siginfo): Likewise.
4924         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4925         and siginfo_from_compat_x32_siginfo for x32.
4926
4927 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4928
4929         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4930
4931 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4932
4933         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4934         instead of gdbarch_ptr_bit.
4935         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4936         (amd64_supply_native_gregset): Likewise.
4937         (amd64_collect_native_gregset): Likewise.
4938         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4939         (amd64_supply_xsave): Likewise.
4940         (amd64_collect_fxsave): Likewise.
4941         (amd64_collect_xsave): Likewise.
4942
4943 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4944
4945         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4946         (amd64_linux_read_description): Check DS segment register for
4947         x32 process.
4948
4949 2012-06-15  Tom Tromey  <tromey@redhat.com>
4950
4951         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4952         init_cutu_and_read_dies.
4953
4954 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4955
4956         * MAINTAINERS (Write After Approval): Add myself to the list.
4957
4958 2012-06-15  Tom Tromey  <tromey@redhat.com>
4959
4960         * valops.c (value_find_oload_method_list): Now static.
4961         * value.h (value_find_oload_method_list): Don't declare.
4962
4963 2012-06-15  Tom Tromey  <tromey@redhat.com>
4964
4965         * valops.c (find_overload_match): Use value_ind.
4966
4967 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4968
4969         * infrun.c (handle_inferior_event): Correct indentation.
4970
4971 2012-06-14  Doug Evans  <dje@google.com>
4972
4973         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4974         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4975         All uses updated.
4976         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4977         updated.  Handle DEBUG_LOC_START_LENGTH.
4978         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4979         (loclist_describe_location): Ditto.
4980
4981 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4982
4983         PR backtrace/13866
4984         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4985         after hiding inline functions.
4986
4987 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4988
4989         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4990         _initialize_inf_ttrace.
4991
4992 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4993
4994         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4995         _initialize_hppa_hpux_nat.
4996
4997 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4998
4999         * remote-sim.c (sim_command_completer): Change type of return
5000         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5001
5002 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5003             Jan Kratochvil  <jan.kratochvil@redhat.com>
5004
5005         PR tdep/14222
5006         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5007         stack on a 16-byte boundary.
5008
5009 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5010
5011         * jit.c (finalize_symtab): Set function's return type to 'void' by
5012         default.
5013
5014 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5015             H.J. Lu  <hongjiu.lu@intel.com>
5016
5017         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5018         Move bits common to both the classic LP64 and the new x32 ILP32
5019         ABI here.
5020         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5021         (amd64_x32_linux_init_abi): New function.
5022         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5023         subtype.
5024
5025         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5026         * i386-tdep.c (i386_pseudo_register_name): Make public.
5027         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5028         * amd64-tdep.c (amd64_dword_names): Add "eip".
5029         (amd64_x32_pseudo_register_type): New function
5030         (amd64_x32_init_abi): New function.
5031
5032 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5033
5034         PR build/14003
5035         * inferior.h (struct inferior_suspend_state): Comment out.
5036         (struct inferior): Comment out the field suspend.
5037         * infrun.c (struct infcall_suspend_state): Comment out the field
5038         inferior_suspend.
5039         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5040         out its assignment.
5041
5042 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5043
5044         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5045         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5046         function comment.  Return ERROR for unresolved cases.  Implement
5047         returning proper NAME.
5048         (yylex): Accept also NAME from classify_inner_name.
5049         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5050         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5051         LOC_TYPEDEF type.
5052         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5053
5054 2012-06-13  Tom Tromey  <tromey@redhat.com>
5055
5056         * breakpoint.c (condition_completer): New function.
5057         (_initialize_breakpoint): Use it.
5058         * value.c (complete_internalvar): New function.
5059         * value.h (complete_internalvar): Declare.
5060
5061 2012-06-13  Tom Tromey  <tromey@redhat.com>
5062
5063         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5064         * breakpoint.c (catch_syscall_completer): Return a VEC.
5065         * cli/cli-cmds.c (complete_command): Update.
5066         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5067         (complete_on_enum): Likewise.
5068         * command.h: Include gdb_vecs.h.
5069         (completer_ftype): Change return type.
5070         (complete_on_cmdlist, complete_on_enum): Likewise.
5071         * completer.c (noop_completer, filename_completer)
5072         (location_completer): Return a VEC.
5073         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5074         to a VEC.
5075         (expression_completer, complete_line_internal, complete_line)
5076         (command_completer): Return a VEC.
5077         (gdb_completion_word_break_characters, line_completion_function):
5078         Update.
5079         * completer.h: Include gdb_vecs.h.
5080         (complete_line, noop_completer, filename_completer)
5081         (expression_completer, location_completer, command_completer):
5082         Update.
5083         * f-lang.c (f_word_break_characters): Return a VEC.
5084         * interps.c (interpreter_completer): Return a VEC.
5085         * language.h (struct language_defn)
5086         <la_make_symbol_completion_list>: Return a VEC.
5087         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5088         * symtab.c (free_completion_list): Take a VEC.
5089         (return_val_size, return_val_index): Remove.
5090         (return_val): Now a VEC.
5091         (completion_list_add_name): Update.
5092         (default_make_symbol_completion_list_break_on)
5093         (default_make_symbol_completion_list, make_symbol_completion_list)
5094         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5095         Return a VEC.
5096         (add_filename_to_list): Update.
5097         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5098         <list>: Now a VEC.
5099         (maybe_add_partial_symtab_filename): Update.
5100         (make_source_files_completion_list): Return a VEC.
5101         * symtab.h (default_make_symbol_completion_list_break_on)
5102         (default_make_symbol_completion_list, make_symbol_completion_list)
5103         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5104         (make_source_files_completion_list): Update.
5105
5106 2012-06-13  Tom Tromey  <tromey@redhat.com>
5107
5108         * breakpoint.c (add_catch_command): Use completer_ftype.
5109         * breakpoint.h: Include command.h.
5110         (add_catch_command): Use completer_ftype.
5111         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5112         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5113         Use completer_ftype.
5114         * command.h (completer_ftype): New typedef.
5115         (set_cmd_completer): Use it.
5116         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5117         completer_ftype.
5118
5119 2012-06-13  Pedro Alves  <palves@redhat.com>
5120
5121         Partial revert of previous change.
5122
5123         * serial.c (scb_base): New global.
5124         (serial_for_fd): New.
5125         (serial_open, serial_fdopen_ops): Link new serial in open serials
5126         chain.
5127         (do_serial_close): Unlink serial from the open serials chain.
5128
5129 2012-06-12  Pedro Alves  <palves@redhat.com>
5130
5131         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5132         threads here.
5133         (prepare_for_detach): No longer context switch here in non-stop
5134         mode.
5135         (fetch_inferior_event): Ditto.
5136         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5137         to the event thread before removing breakpoints.  Switch to the
5138         event thread before inserting breakpoints and resuming.
5139         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5140         event thread before resuming.
5141         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5142         Switch to the event thread before removing breakpoints.
5143
5144 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5145
5146         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5147         special characters correctly for the Windows shells.  See
5148         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5149         report.
5150         [!__MINGW32__]: Remove extra double quote character from special
5151         characters.
5152
5153 2012-06-11  Stan Shebs  <stan@codesourcery.com>
5154
5155         * ui-out.h: Remove #if 0 declarations.
5156         * ui-out.c: Remove #if 0 functions.
5157
5158 2012-06-11  Pedro Alves  <palves@redhat.com>
5159
5160         * ser-base.c (run_async_handler_and_reschedule): New.
5161         (fd_event, push_event): Use it.
5162         * serial.c (serial_open, serial_fdopen_ops): Set the initial
5163         reference count to 1.
5164         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
5165         instead of xfree.
5166         (serial_is_open, serial_ref, serial_unref): New.
5167         * serial.h (serial_open): Adjust comment.
5168         (serial_is_open): Declare.
5169         (serial_close): Adjust comment.
5170         (serial_ref, serial_unref) Declare.
5171         (struct serial): New field 'refcnt'.
5172
5173 2012-06-11  Pedro Alves  <palves@redhat.com>
5174
5175         Remove #if 0'd "connect" command, and unnecessary associated
5176         refcounting and serial reuse bits.
5177
5178         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5179         * serial.c (last_serial_opened): Delete.
5180         (scb_base): Delete.
5181         (serial_open): Adjust.
5182         (serial_for_fd): Delete.
5183         (serial_fdopen_ops, do_serial_close): Adjust.
5184         (serial_fdopen_ops): Adjust.
5185
5186 2012-06-11  Pedro Alves  <palves@redhat.com>
5187
5188         * serial.c (do_serial_close): Remove early return when SCB is
5189         null.
5190
5191 2012-06-11  Tom Tromey  <tromey@redhat.com>
5192
5193         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5194
5195 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5196
5197         Fix regression by the "ambiguous linespec" series.
5198         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
5199         get_last_displayed_symtab and get_last_displayed_line and depending
5200         on CURSAL.
5201
5202 2012-06-11  Tom Tromey  <tromey@redhat.com>
5203
5204         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5205         (dw2_find_symbol_file): Use it.
5206
5207 2012-06-11  Michael Eager  <eager@eagercon.com>
5208
5209         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5210         * mips-linux-tdep.h (mips_signals): New
5211
5212 2012-06-11  Tom Tromey  <tromey@redhat.com>
5213
5214         * infrun.c (handle_inferior_event)
5215         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5216         breakpoint.
5217         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5218         exception logic in all cases.  Update comments.
5219         (insert_longjmp_resume_breakpoint): Set the exception resume
5220         breakpoint.
5221
5222 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
5223
5224         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5225
5226 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5227
5228         * valarith.c (binop_types_user_defined_p): Fix a typo.
5229
5230 2012-06-08  Yao Qi  <yao@codesourcery.com>
5231             Chung-Lin Tang <cltang@codesourcery.com>
5232
5233         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5234         * arch-utils.h: Declare.
5235         * gdbarch.sh: Add return_in_first_hidden_param_p.
5236         * gdbarch.c, gdbarch.h: Regenerated.
5237         * infcall.c (call_function_by_hand): Call
5238         gdbarch_return_in_first_hidden_param_p instead of
5239         language_pass_by_reference.
5240
5241         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5242         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5243         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5244         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5245         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5246         `cplus_return_struct_by_reference'.
5247         (tic6x_return_value): Handle language cplusplus.
5248         (tic6x_return_in_first_hidden_param_p): New.
5249         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5250
5251 2012-06-07  Doug Evans  <dje@google.com>
5252
5253         * dwarf2read.c (dwarf2_cu): Add comment.
5254
5255 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5256
5257         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5258         variable.
5259         (mips_eabi_push_dummy_call): Likewise.
5260         (mips_n32n64_push_dummy_call): Likewise.
5261         (mips_o32_push_dummy_call): Likewise.
5262         (mips_o64_push_dummy_call): Likewise.
5263
5264 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5265
5266         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5267
5268 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5269
5270         * mips-tdep.c (mips_pseudo_register_type): Use
5271         mips_float_register_p.
5272
5273 2012-06-06  Pedro Alves  <palves@redhat.com>
5274
5275         * infrun.c (handle_inferior_event): Remove calls to
5276         reinit_frame_cache that follow a context_switch call.
5277
5278 2012-06-06  Pedro Alves  <palves@redhat.com>
5279
5280         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5281         context_switch and remove stale comment.
5282
5283 2012-06-06  Pedro Alves  <palves@redhat.com>
5284
5285         * infrun.c (struct execution_control_state): Remove
5286         `new_thread_event' field.
5287         (handle_inferior_event): Simplify new threads handling; don't
5288         resume the inferior if we find a new thread.
5289
5290 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5291
5292         * NEWS: Document the deprecation of SH's 'regs' command.
5293         * inferior.h (all_registers_info): Add function declaration.
5294         * sh-tdep.c (sh_show_regs): Remove variable.
5295         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5296         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5297         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5298         (sh_show_regs_command): Remove functions.
5299         (sh_gdbarch_init): Don't set sh_show_regs.
5300         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5301         'info all-registers'.
5302         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5303         (sh64_show_regs): Remove functions.
5304         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5305
5306 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5307
5308         * configure.ac: Move development=true below AC_INIT.
5309         * configure: Regenerate.
5310
5311 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5312
5313         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5314         gdb_stdout.
5315
5316 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5317
5318         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5319         argument as ssize_t.
5320         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5321         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5322         * target.c (target_read_stack, target_write_memory)
5323         (target_write_raw_memory): Likewise.
5324         * target.h (target_read_stack, target_write_memory)
5325         (target_write_raw_memory): Likewise.
5326
5327 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5328
5329         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5330         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5331         * target.c (target_read_memory): Change LEN to ssize_t.
5332         * target.h (target_read_memory): Change LEN to ssize_t.
5333
5334 2012-06-05  Pedro Alves  <palves@redhat.com>
5335
5336         PR backtrace/13866
5337
5338         * breakpoint.c (until_break_command): Only fetch the selected
5339         frame after decode_line_1.
5340
5341 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5342
5343         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5344         event breakpoint at _start, __start or main if a program
5345         interpreter is not found.
5346
5347 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5348
5349         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5350         Add declaration.
5351         * windows-tdep.c: #include "objfiles.h".
5352         (windows_iterate_over_objfiles_in_search_order): New function.
5353         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5354         iterate_over_objfiles_in_search_order gdbarch method to
5355         windows_iterate_over_objfiles_in_search_order.
5356         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5357
5358 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5359
5360         * gdbarch.sh: Add generation of
5361         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5362         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5363         (iterate_over_objfiles_in_search_order): New gdbarch method.
5364         * gdbarch.h, gdbarch.c: Regenerate.
5365         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5366         Add declaration.
5367         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5368         New function.
5369         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5370         out of lookup_symbol_aux_symtabs.
5371         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5372         call to lookup_symbol_aux_objfile.
5373         (struct global_sym_lookup_data): New type.
5374         (lookup_symbol_global_iterator_cb): New function.
5375         (lookup_symbol_global): Search for symbol using
5376         gdbarch_iterate_over_objfiles_in_search_order and
5377         lookup_symbol_global_iterator_cb.
5378         * findvar.c (struct minsym_lookup_data): New type.
5379         (minsym_lookup_iterator_cb): New function.
5380         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5381         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5382         and minsym_lookup_iterator_cb.
5383
5384 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5385
5386         Revert the following patch:
5387         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5388         try locating the symbol in the symbol's own objfile first, before
5389         extending the search to all objfiles.
5390         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5391         out of lookup_symbol_aux_symtabs.
5392         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5393         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5394         Do not search EXCLUDE_OBJFILE.
5395         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5396         (lookup_symbol_global): Search for matches in the block's objfile
5397         first, before searching all other objfiles.
5398
5399 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5400
5401         * breakpoint.c (find_condition_and_thread): Stop parsing
5402         as soon as the first invalid keyword is found.
5403
5404 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5405
5406         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5407
5408 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5409
5410         * config/djgpp/djcheck.sh: Add copyright header.
5411
5412 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5413
5414         * copyright.py (update_files, main): Fix path to update-copyright
5415         script.
5416
5417 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5418
5419         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5420         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5421         for which a reminder to update by hand is printed.
5422
5423 2012-06-04  Doug Evans  <dje@google.com>
5424
5425         * buildsym.c (make_blockvector): Add comment.
5426
5427 2012-06-04  Pedro Alves  <palves@redhat.com>
5428
5429         * arch-utils.c (default_gdb_signal_from_target): Delete.
5430         * arch-utils.h (default_gdb_signal_from_target): Delete.
5431         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5432         gdbarch_gdb_signal_from_target_p.
5433         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5434         predicate).
5435         * gdbarch.h: Regenerate.
5436         * gdbarch.c: Regenerate.
5437
5438 2012-06-04  Pedro Alves  <palves@redhat.com>
5439
5440         * gdbarch.sh (gdb_signal_from_target): Mention that the
5441         implementation of the method must be host independent.
5442         * gdbarch.h: Regenerate.
5443
5444 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5445
5446         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5447         parameters.
5448         (target_read_memory_bfd): New function.
5449         (symbol_file_add_from_memory): Use it.
5450
5451 2012-06-03  Doug Evans  <dje@google.com>
5452
5453         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5454         of primary symtab.
5455         (basic_lookup_transparent_type): Ditto.
5456
5457         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5458         (ALL_PRIMARY_SYMTABS): Use it.
5459         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5460         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5461         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5462         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5463         (basic_lookup_transparent_type): Ditto.
5464
5465 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5466
5467         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5468         it to optimize resolution of demangled name.
5469
5470 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5471
5472         * configure.ac (development): Define new variable.
5473         Call AC_CHECK_LIB for mcheck if $development.
5474         (ERROR_ON_WARNING): Enable it by default only if $development.
5475         * config.in: Regenerate.
5476         * configure: Regenerate.
5477
5478 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5479
5480         * target.c (target_read_memory): Make LEN argument as size_t.
5481         * target.h (target_read_memory): Likewise.
5482
5483 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5484
5485         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5486
5487 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5488
5489         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5490         BookE interface for PowerPC server processors if not available
5491         in the Linux Kernel.
5492
5493 2012-05-31  Keith Seitz  <keiths@redhat.com>
5494
5495         * linespec.c (decode_objc): Add cleanup to free
5496         INFO.FILE_SYMTABS.
5497         (find_linespec_symbols): Add cleanup to free CLASSES.
5498         * symfile.c (find_separate_debug_file_by_debuglink): Add
5499         cleanup to free DEBUGLINK.
5500         * ui-out.c (clear_header_list): No need to check if
5501         HEADER_NEXT.COLHDR is NULL.
5502         Free HEADER_NEXT.COL_NAME.
5503
5504 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5505
5506         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5507         warning.
5508
5509 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5510
5511         * configure.host (gdb_host_cpu): Handle tilegx*.
5512         (gdb_host): Handle tilegx-*-linux*.
5513         * tilegx-linux-nat.c: New file.
5514         * config/tilegx/linux.mh: New file.
5515
5516 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5517
5518         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5519         tilegx-linux-tdep.o.
5520         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5521         tilegx-linux-tdep.c.
5522         * configure.tgt: Handle tilegx-*-linux*.
5523         * tilegx-tdep.h: New file.
5524         * tilegx-tdep.c: New file.
5525         * tilegx-linux-tdep.c: New file.
5526         * regformats/reg-tilegx.dat: New file.
5527
5528 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5529
5530         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5531         accounting of hw watchpoints on ppc.
5532
5533 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5534
5535         * source.c (openp): Expand tilde in path entries.
5536
5537 2012-05-29  Doug Evans  <dje@google.com>
5538
5539         * buildsym.c (block_compar): Fix comment.
5540         (end_symtab): Fix and clarify some comments.
5541
5542         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5543         cleanup_undefined_types.
5544         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5545         All callers updated.
5546
5547 2012-05-29  Tom Tromey  <tromey@redhat.com>
5548
5549         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5550         fails.
5551         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5552         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5553         fails.
5554         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5555         fails.
5556
5557 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5558
5559         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5560         (struct darwin_info): ... New struct.
5561         (solib_darwin_pspace_data): New variable.
5562         (darwin_pspace_data_cleanup): New function.
5563         (get_darwin_info): Likewise.
5564         (darwin_dyld_version_ok, darwin_load_image_infos)
5565         (darwin_solib_get_all_image_info_addr_at_init)
5566         (darwin_solib_read_all_image_info_addr): Add info argument.
5567         Adjust code.
5568         (darwin_current_sos): Use per pspace structure.
5569         (darwin_solib_create_inferior_hook): Likewise.
5570         (darwin_clear_solib): Likewise.
5571         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5572
5573 2012-05-28  Pedro Alves  <palves@redhat.com>
5574
5575         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5576         block that uses them.  Clear ecss before handling each event.
5577
5578 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5579
5580         * solib-svr4.c (svr4_current_sos): New comment on
5581         svr4_current_sos_via_xfer_libraries fall back.
5582
5583 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5584
5585         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5586         it as a fallback for TYPE_IS_OPAQUE.
5587         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5588         symbols for lookup_symbol.
5589
5590 2012-05-24  John Steele Scott  <toojays@toojays.net>
5591
5592         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5593         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5594         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5595         (check_producer): ... this new function, which also checks for ICC
5596         and caches the result.
5597         (producer_is_icc): New function.
5598         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5599         producer was ICC.
5600
5601 2012-05-24  Pedro Alves  <palves@redhat.com>
5602
5603         PR gdb/7205
5604
5605         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5606         (default_gdb_signal_to_target): ... this.  Add comment.
5607         (default_gdb_signal_from_host): Rename to ...
5608         (default_gdb_signal_from_target): ... this.  Add comment.
5609         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5610         (default_gdb_signal_to_target): ... this.
5611         (default_gdb_signal_from_host): Rename to ...
5612         (default_gdb_signal_from_target): ... this.
5613         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5614         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5615         (gdb_signal_from_target): ... this.  Adjust to
5616         default_gdb_signal_from_host naming change.  Extend comment.
5617         (gdb_signal_to_host): Rename to ...
5618         (gdb_signal_to_target): ... this.  Adjust to
5619         default_gdb_signal_to_host naming change.
5620         * gdbarch.h, gdbarch.c: Renegerate.
5621
5622 2012-05-24  Pedro Alves  <palves@redhat.com>
5623
5624         PR gdb/7205
5625
5626         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5627
5628 2012-05-24  Pedro Alves  <palves@redhat.com>
5629
5630         PR gdb/7205
5631
5632         Replace target_signal with gdb_signal throughout.
5633
5634 2012-05-24  Pedro Alves  <palves@redhat.com>
5635
5636         PR tui/14159
5637
5638         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5639         string, instead of reusing the va_list argument.
5640
5641 2012-05-24  Tom Tromey  <tromey@redhat.com>
5642
5643         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5644         Remove.
5645
5646 2012-05-23  Doug Evans  <dje@google.com>
5647
5648         * symtab.c (search_symbols): Formatting fixes.
5649         (print_symbol_info): Formatting fixes.
5650
5651         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5652         int64_t change to leb128 API.
5653         (read_encoded_value, decode_frame_entry_1): Ditto.
5654         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5655         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5656         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5657         (execute_stack_op): Ditto.
5658         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5659         (safe_read_uleb128, safe_read_sleb128): Ditto.
5660         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5661         (dwarf2_compile_expr_to_ax): Ditto.
5662         (locexpr_describe_location_piece): Ditto.
5663         (disassemble_dwarf_expression): Ditto.
5664         (locexpr_describe_location_1): Ditto.
5665
5666 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5667             Kwok Cheung Yeung  <kcy@codesourcery.com>
5668
5669         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5670         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5671         (mi-cmd-info.o): New rule.
5672         * osdata.h (info_osdata_command): New declaration.
5673         * osdata.c (info_osdata_command): Change to non-static.
5674         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5675         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5676         * mi/mi-cmd-info.c: New file.
5677
5678 2012-05-23  Doug Evans  <dje@google.com>
5679
5680         * symtab.c (search_symbols): Pass NULL for file_matcher to
5681         expand_symtabs_matching if there are no files to match.
5682
5683         * gdbtypes.c (lookup_typename): Simplify.
5684
5685 2012-05-23  Pedro Alves  <palves@redhat.com>
5686
5687         * arch-utils.h (default_target_signal_to_host): Delete.
5688         * arch-utils.c (default_target_signal_to_host): Delete.
5689         * gdbarch.sh (target_signal_to_host): Remove.
5690         * gdbarch.h, gdbarch.c: Regenerate.
5691
5692 2012-05-22  Doug Evans  <dje@google.com>
5693
5694         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5695         "const gdb_byte *".
5696         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5697         (execute_cfa_program): Update to match API of leb128 functions.
5698         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5699         "const gdb_byte *".
5700         (read_unsigned_leb128, read_signed_leb128): Delete.
5701         (read_initial_length): Change type of buf argument to
5702         "const gdb_byte *".
5703         (read_encoded_value): Update to match API of leb128 functions.
5704         (decode_frame_entry): Change result to "const gdb_byte *", and
5705         similarly for "start" parameter.
5706         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5707         (dwarf2_build_frame_info): Change local frame_ptr to
5708         "const gdb_byte *".
5709         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5710         read_uleb128, read_sleb128.  All callers updated.
5711         (safe_skip_leb128): New function.
5712         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5713         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5714         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5715         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5716         read_uleb128, read_sleb128.
5717         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5718         (execute_stack_op): Update to match API of leb128 functions.
5719         * dwarf2expr.h: #include "leb128.h".
5720         (read_uleb128, read_sleb128): Delete.
5721         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5722         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5723         * dwarf2loc.c (debug_loc_kind): New enum.
5724         (decode_debug_loc_addresses): New function.
5725         (decode_debug_loc_dwo_addresses): New function.
5726         (dwarf2_find_location_expression): Rewrite.
5727         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5728         (locexpr_describe_location_piece): Ditto.
5729         (disassemble_dwarf_expression): Ditto.
5730         (locexpr_describe_location_1): Ditto.
5731         (loclist_describe_location): Rewrite.
5732         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5733         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5734         (dwarf2_section_buffer_overflow_complaint): Renamed from
5735         dwarf2_macros_too_long_complaint.  All callers updated.
5736         (skip_leb128): Delete.
5737         (init_cu_die_reader): Initialize reader->buffer_end.
5738         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5739         (skip_form_bytes): New arg buffer_end.  All callers updated.
5740         Replace call to skip_leb128 with gdb_skip_leb128.
5741         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5742         (fill_in_loclist_baton): Initialize baton->from_dwo.
5743
5744 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5745
5746         * mips-linux-nat.c (mips_linux_read_description): Use a more
5747         verbose error message.
5748
5749 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5750
5751         * NEWS: Add MIPS/Linux DSP support.
5752         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5753         (SIGCONTEXT_DSPCTL): New macro.
5754         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5755         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5756         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5757         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5758         (N64_SIGCONTEXT_HI3): Likewise.
5759         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5760         (N64_SIGCONTEXT_LO3): Likewise.
5761         (N64_SIGCONTEXT_DSPCTL): Likewise.
5762         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5763         (mips_linux_o32_sigframe_init): Handle DSP registers.
5764         (mips_linux_n32n64_sigframe_init): Likewise.
5765
5766 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5767
5768         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5769         call to abort.
5770
5771 2012-05-22  Pedro Alves  <palves@redhat.com>
5772
5773         * target.h (store_waitstatus): Move declaration ...
5774         * inf-child.h (store_waitstatus): ... here.
5775         * target.c: Move inclusion of gdb_wait.h, and ...
5776         (store_waitstatus): ... this ...
5777         * inf-child.c: ... here.
5778         * linux-nat.c: Include inf-child.h.
5779         * rs6000-nat.c: Include inf-child.h.
5780         * spu-linux-nat.c: Include inf-child.h.
5781
5782 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5783
5784         * tracepoint.c (start_tracing): Add missing i18n markup.
5785         (stop_tracing, set_trace_user): Ditto.
5786         (set_trace_notes, set_trace_stop_notes): Ditto.
5787
5788 2012-05-21  Tom Tromey  <tromey@redhat.com>
5789
5790         PR c++/7173:
5791         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5792         types.
5793         * value.h (value_cast_pointers): Update.
5794         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5795         (value_cast): Update.
5796         (update_search_result): New function.
5797         (do_search_struct_field): New, from search_struct_field.  Check
5798         for ambiguous results.
5799         (search_struct_field): Rewrite.
5800         * infcall.c (value_arg_coerce): Update.
5801         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5802         value_cast_pointers.
5803         * ada-lang.c (ada_convert_actual): Update.
5804
5805 2012-05-21  Tom Tromey  <tromey@redhat.com>
5806
5807         * macroexp.c (macro_stringify): Terminate the string.
5808
5809 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5810
5811         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5812         Describe it.
5813         * auto-load.c (auto_load_expand_dir_vars): New function.
5814         (auto_load_safe_path_vec_update): Use it, remove the
5815         substitute_path_component call thanks to it.
5816         (auto_load_objfile_script): Remove the debug_file_directory processing.
5817         Use auto_load_expand_dir_vars, remove the substitute_path_component
5818         call thanks to it.
5819         * configure: Regenerate.
5820         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5821         path.  Escape $ also for $debugdir.
5822         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5823         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5824
5825 2012-05-20  Doug Evans  <dje@google.com>
5826
5827         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5828         before use.  Check for symtab->includes == NULL before scanning it.
5829
5830 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5831
5832         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5833
5834 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5835
5836         * NEWS: Add microMIPS support and "set mips compression",
5837         "show mips compression" commands.
5838         * mips-tdep.h (mips_isa): New enum.
5839         (gdbarch_tdep): Add mips_isa.
5840         (mips_pc_is_mips16): Update prototype.
5841         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5842         * mips-tdep.c (mips_compression_mips16): New variable.
5843         (mips_compression_micromips): Likewise.
5844         (mips_compression_strings): Likewise.
5845         (mips_compression_string): Likewise.
5846         (is_mips16_isa, is_micromips_isa): New functions.
5847         (is_mips16_addr): Rename to...
5848         (is_compact_addr): ... this.
5849         (unmake_mips16_addr): Likewise to...
5850         (unmake_compact_addr): ... this.
5851         (make_mips16_addr): Likewise to...
5852         (make_compact_addr): ... this.
5853         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5854         functions.
5855         (mips_elf_make_msymbol_special): Handle microMIPS code.
5856         (msymbol_is_special): Rename to...
5857         (msymbol_is_mips16): ... this.
5858         (mips_make_symbol_special, mips_pc_is_mips16): Update
5859         accordingly.
5860         (msymbol_is_mips, msymbol_is_micromips): New functions.
5861         (mips16_to_32_reg): Rename to...
5862         (mips_reg3_to_reg): ... this.
5863         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5864         (mips_pc_isa): Likewise.
5865         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5866         code.
5867         (mips_fetch_instruction): Pass return status instead of printing
5868         an error message if requested.  Handle microMIPS code.  Bail out
5869         on an invalid ISA.
5870         (micromips_op): New macro.
5871         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5872         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5873         (b6s4_op, b7s3_reg): Likewise.
5874         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5875         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5876         (mips_insn_size): New function.
5877         (mips32_next_pc): Update mips_fetch_instruction call.
5878         (micromips_relative_offset7): New function.
5879         (micromips_relative_offset10): Likewise.
5880         (micromips_relative_offset16): Likewise.
5881         (micromips_pc_insn_size): Likewise.
5882         (micromips_bc1_pc): Likewise.
5883         (micromips_next_pc): Likewise.
5884         (unpack_mips16): Update mips_fetch_instruction call.
5885         (extended_mips16_next_pc): Update according to change to
5886         mips16_to_32_reg.
5887         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5888         code.
5889         (mips16_scan_prologue): Update mips_fetch_instruction call.
5890         Update according to change to mips16_to_32_reg.
5891         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5892         (mips_insn16_frame_base_sniffer): Likewise.
5893         (micromips_decode_imm9): New function.
5894         (micromips_scan_prologue): Likewise.
5895         (mips_micro_frame_cache): Likewise.
5896         (mips_micro_frame_this_id): Likewise.
5897         (mips_micro_frame_prev_register): Likewise.
5898         (mips_micro_frame_sniffer): Likewise.
5899         (mips_micro_frame_unwind): New variable.
5900         (mips_micro_frame_base_address): New function.
5901         (mips_micro_frame_base): New variable.
5902         (mips_micro_frame_base_sniffer): New function.
5903         (mips32_scan_prologue): Update mips_fetch_instruction call.
5904         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5905         rather than for MIPS16.
5906         (mips_insn32_frame_base_sniffer): Likewise.
5907         (mips_addr_bits_remove): Handle microMIPS code.
5908         (deal_with_atomic_sequence): Rename to...
5909         (mips_deal_with_atomic_sequence): ... this.  Update the type
5910         of the variable used to hold an instruction.  Remove the ISA bit
5911         check.  Update mips_fetch_instruction call.
5912         (micromips_deal_with_atomic_sequence): New function.
5913         (deal_with_atomic_sequence): Likewise.
5914         (mips_about_to_return): Handle microMIPS code.  Update
5915         mips_fetch_instruction call.
5916         (heuristic_proc_start): Check for the standard MIPS ISA rather
5917         than for MIPS16.  Update mips_pc_is_mips16 and
5918         mips_fetch_instruction calls.  Handle microMIPS code.
5919         (mips_push_dummy_code): Handle microMIPS code.
5920         (mips_eabi_push_dummy_call): Likewise.
5921         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5922         (mips_o64_push_dummy_call): Handle microMIPS code.
5923         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5924         (is_delayed): Remove function.
5925         (mips_single_step_through_delay): Replace the call to is_delayed
5926         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5927         Handle microMIPS code.
5928         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5929         microMIPS code.
5930         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5931         call.
5932         (micromips_in_function_epilogue_p): New function.
5933         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5934         call.
5935         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5936         Handle microMIPS.
5937         (gdb_print_insn_mips): Likewise.
5938         (mips_breakpoint_from_pc): Likewise.
5939         (mips_remote_breakpoint_from_pc): New function.
5940         (mips32_instruction_has_delay_slot): Simplify making use of the
5941         updated mips_fetch_instruction interface.
5942         (micromips_instruction_has_delay_slot): New function.
5943         (mips16_instruction_has_delay_slot): Simplify making use of the
5944         updated mips_fetch_instruction interface.
5945         (mips_adjust_breakpoint_address): Check for the standard MIPS
5946         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5947         calls.  Handle microMIPS code.
5948         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5949         (mips_skip_trampoline_code): Handle microMIPS code.
5950         (global_mips_compression): New function.
5951         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5952         file flags.  Register the microMIPS remote breakpoint handler
5953         and heuristic frame unwinder.
5954         (show_mips_compression): New function.
5955         (_initialize_mips_tdep): Add the "set mips compression" and
5956         "show mips compression" commands.
5957
5958 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5959
5960         * ada-lang.c:
5961         * ada-tasks.c:
5962         * ada-varobj.c:
5963         * amd64-darwin-tdep.c:
5964         * arm-symbian-tdep.c:
5965         * arm-tdep.c:
5966         * avr-tdep.c:
5967         * ax-gdb.c:
5968         * bfin-linux-tdep.c:
5969         * breakpoint.c:
5970         * c-valprint.c:
5971         * cli/cli-cmds.c:
5972         * coffread.c:
5973         * cp-support.c:
5974         * cris-tdep.c:
5975         * dwarf2-frame-tailcall.c:
5976         * dwarf2-frame.c:
5977         * dwarf2expr.c:
5978         * dwarf2loc.c:
5979         * dwarf2read.c:
5980         * elfread.c:
5981         * eval.c:
5982         * expprint.c:
5983         * f-valprint.c:
5984         * frv-tdep.c:
5985         * h8300-tdep.c:
5986         * hppa-hpux-tdep.c:
5987         * hppa-tdep.c:
5988         * hppanbsd-tdep.c:
5989         * i386-nto-tdep.c:
5990         * i386-tdep.c:
5991         * i387-tdep.c:
5992         * ia64-tdep.c:
5993         * jit.c:
5994         * linespec.c:
5995         * linux-tdep.c:
5996         * lm32-tdep.c:
5997         * m2-valprint.c:
5998         * m32c-tdep.c:
5999         * m32r-rom.c:
6000         * m32r-tdep.c:
6001         * m68k-tdep.c:
6002         * m68klinux-tdep.c:
6003         * mi/mi-main.c:
6004         * microblaze-tdep.c:
6005         * mips-linux-tdep.c:
6006         * mips-tdep.c:
6007         * mn10300-tdep.c:
6008         * p-valprint.c:
6009         * parse.c:
6010         * ppc-linux-tdep.c:
6011         * ppc-sysv-tdep.c:
6012         * printcmd.c:
6013         * python/py-finishbreakpoint.c:
6014         * python/py-inferior.c:
6015         * python/py-infthread.c:
6016         * python/py-type.c:
6017         * python/python.c:
6018         * remote-fileio.c:
6019         * remote-m32r-sdi.c:
6020         * remote-mips.c:
6021         * reverse.c:
6022         * rl78-tdep.c:
6023         * rs6000-aix-tdep.c:
6024         * rs6000-tdep.c:
6025         * s390-tdep.c:
6026         * score-tdep.c:
6027         * sh64-tdep.c:
6028         * skip.c:
6029         * solib-darwin.c:
6030         * solib-dsbt.c:
6031         * solib-frv.c:
6032         * sparc-tdep.c:
6033         * spu-multiarch.c:
6034         * spu-tdep.c:
6035         * stack.c:
6036         * symfile.c:
6037         * symtab.c:
6038         * tic6x-tdep.c:
6039         * tracepoint.c:
6040         * v850-tdep.c:
6041         * valarith.c:
6042         * valprint.c:
6043         * value.c:
6044         * xcoffread.c:
6045         * xtensa-tdep.c:
6046         * ada-lang.c:
6047         * ada-tasks.c:
6048         * ada-varobj.c:
6049         * amd64-darwin-tdep.c:
6050         * arm-symbian-tdep.c:
6051         * arm-tdep.c: Delete unused variables.
6052
6053 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6054
6055         Rename $ddir to $datadir.
6056         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6057         * auto-load.c (auto_load_safe_path_vec_update)
6058         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6059         * configure: Regenerate.
6060         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6061         Likewise.  Remove the 'use $ddir' help string.
6062
6063 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6064
6065         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6066         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6067
6068 2012-05-18  Tom Tromey  <tromey@redhat.com>
6069
6070         PR exp/13907:
6071         * valprint.h (struct value_print_options) <symbol_print>: New
6072         field.
6073         * valprint.c (user_print_options): Add default for symbol_print.
6074         (show_symbol_print): New function.
6075         (generic_val_print): Respect symbol_print.
6076         (_initialize_valprint): Add "print symbol" setting.
6077         * f-valprint.c (f_val_print): Respect symbol_print.
6078         * c-valprint.c (c_val_print): Respect symbol_print.
6079         * NEWS: Update.
6080         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6081         zero-size symbols.
6082         (print_address_demangle): Return int.
6083         * defs.h: (print_address_symbolic): Return int.
6084         * value.h (print_address_demangle): Return int.
6085
6086 2012-05-18  Tom Tromey  <tromey@redhat.com>
6087
6088         * valprint.c (val_print_string): Don't print leading space.
6089         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6090         print space before string or vtbl.
6091         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6092         before string.
6093         * jv-valprint.c (java_value_print): Print space before string.
6094         * go-valprint.c (print_go_string): Print space before string.
6095         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6096         space before string.
6097         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6098         space before string or vtbl.
6099         * auxv.c (fprint_target_auxv): Print space after address.
6100
6101 2012-05-18  Tom Tromey  <tromey@redhat.com>
6102
6103         * printcmd.c (print_address_demangle): Remove special case for 0.
6104
6105 2012-05-18  Tom Tromey  <tromey@redhat.com>
6106
6107         * printcmd.c (print_address_demangle): Add 'opts' argument.
6108         * p-valprint.c (pascal_val_print): Update.
6109         * jv-valprint.c (java_val_print): Update.
6110         * value.h: Update.
6111         * valprint.c (generic_val_print): Update.
6112         (print_function_pointer_address): Add 'options' argument.  Remove
6113         'addressprint' argument.  Update.
6114         * m2-valprint.c (print_unpacked_pointer): Update.
6115         * gnu-v3-abi.c (print_one_vtable): Update.
6116         (gnuv3_print_method_ptr): Update.
6117         * f-valprint.c (f_val_print): Update.
6118         * cp-valprint.c (cp_print_value_fields): Update.
6119         * valprint.h (print_function_pointer_address): Update.
6120         * c-valprint.c (c_val_print): Update.
6121
6122 2012-05-18  Tom Tromey  <tromey@redhat.com>
6123
6124         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6125         directly corresponding to the found psymtab.
6126         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6127         (dw2_find_pc_sect_symtab): Use it.
6128         * block.h (blockvector_contains_pc): Declare.
6129         * block.c (find_block_in_blockvector): New function.
6130         (blockvector_for_pc_sect): Use it.
6131         (blockvector_contains_pc): New function.
6132
6133 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6134
6135         * mips-tdep.h (mips_write_pc): New prototype.
6136         * mips-tdep.c (mips_write_pc): Make external, add description.
6137         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6138         add description.
6139
6140 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6141
6142         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6143         mips_regnum->pc.
6144         (mips_unwind_pc, mips_write_pc): Likewise.
6145         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6146         gdbarch_read_pc.
6147
6148 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6149
6150         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6151         proc_warn, proc_error, proc_get_status, proc_flags,
6152         proc_why, proc_what, proc_nsysarg, proc_sysargs,
6153         proc_set_run_on_last_close, proc_unset_run_on_last_close,
6154         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6155         proc_stop_process, proc_wait_for_stop, proc_run_process,
6156         proc_set_traced_signals, proc_set_traced_faults,
6157         proc_set_traced_sysentry, proc_set_traced_sysexit,
6158         proc_set_held_signals, proc_get_held_signals,
6159         proc_get_traced_signals, proc_get_traced_faults,
6160         proc_get_traced_sysentry, proc_get_traced_sysexit,
6161         proc_clear_current_fault, proc_set_current_signal,
6162         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6163         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6164         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6165         proc_get_current_thread, proc_get_current_thread,
6166         proc_get_current_thread, proc_update_threads,
6167         proc_update_threads, proc_update_threads, proc_update_threads,
6168         proc_iterate_over_threads, procfs_find_new_threads,
6169         procfs_pid_to_str): Make static.  Remove advance declaration.
6170         (proc_cursig): Make static.  Conditionalized defintion on
6171         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6172         (proc_syscall, proc_set_kill_on_last_close,
6173         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6174         proc_get_pending_signals, proc_get_signal_actions,
6175         proc_trace_signal, proc_ignore_signal): Delete.
6176
6177 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6178
6179         * coffread.c (cs_section_address): Passing proper argument for
6180         `bfd_get_section_vma'.
6181         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6182         `bfd_get_section_flags'.
6183         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6184         `bfd_get_section_vma'.
6185
6186 2012-05-16  Tom Tromey  <tromey@redhat.com>
6187
6188         PR macros/13205:
6189         * macrotab.h: (macro_define_special): Declare.
6190         (enum macro_special_kind): New.
6191         (struct macro_definition) <argc, replacement>: Update comments.
6192         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6193         (macro_define_object_internal): New function.
6194         (macro_define_object): Use it.
6195         (macro_define_special): New function.
6196         (fixup_definition): New function.
6197         (macro_lookup_definition, foreach_macro_in_scope)
6198         (foreach_macro): Use fixup_definition.
6199         * macroexp.h (macro_stringify): Declare.
6200         * macroexp.c (free_buffer_return_text): New function.
6201         (stringify): Constify "arg".
6202         (macro_stringify): New function.
6203         * dwarf2read.c (macro_start_file): Call macro_define_special.
6204
6205 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6206             Maciej W. Rozycki  <macro@mips.com>
6207
6208         * breakpoint.h (bp_location): Add related_address member.
6209         * inferior.h (get_return_value): Take a pointer to struct value
6210         instead of struct type for the function requested.
6211         * value.h (using_struct_return): Likewise.
6212         * gdbarch.sh (return_value): Take a pointer to struct value
6213         instead of struct type for the function requested.
6214         * breakpoint.c (set_breakpoint_location_function): Initialize
6215         related_address for bp_gnu_ifunc_resolver breakpoints.
6216         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6217         requested function's address to gdbarch_return_value.
6218         * eval.c (evaluate_subexp_standard): Pass the requested
6219         function's address to using_struct_return.
6220         * infcall.c (call_function_by_hand): Pass the requested
6221         function's address to using_struct_return and
6222         gdbarch_return_value.
6223         * infcmd.c (get_return_value): Take a pointer to struct value
6224         instead of struct type for the function requested.
6225         (print_return_value): Update accordingly.
6226         (finish_command_continuation): Likewise.
6227         * stack.c (return_command): Pass the requested function's
6228         address to using_struct_return and gdbarch_return_value.
6229         * value.c (using_struct_return): Take a pointer to struct value
6230         instead of struct type for the function requested.  Pass the
6231         requested function's address to gdbarch_return_value.
6232         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6233         New function_value member, replacing function_type.
6234         (bpfinishpy_dealloc): Update accordingly.
6235         (bpfinishpy_pre_stop_hook): Likewise.
6236         (bpfinishpy_init): Likewise.  Record the requested function's
6237         address.
6238         * mips-tdep.c (mips_fval_reg): New enum.
6239         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6240         words put in GP registers.
6241         (mips_o64_push_dummy_call): Update a comment.
6242         (mips_o32_return_value): Take a pointer to struct value instead
6243         of struct type for the function requested and use it to check if
6244         using the MIPS16 calling convention.  Return the designated
6245         general purpose registers for floating-point values returned in
6246         MIPS16 mode.
6247         (mips_o64_return_value): Likewise.
6248         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6249         (ppc_sysv_abi_broken_return_value): Likewise.
6250         (ppc64_sysv_abi_return_value): Likewise.
6251         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6252         value instead of struct type for the function requested.
6253         * amd64-tdep.c (amd64_return_value): Likewise.
6254         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6255         * arm-tdep.c (arm_return_value): Likewise.
6256         * avr-tdep.c (avr_return_value): Likewise.
6257         * bfin-tdep.c (bfin_return_value): Likewise.
6258         * cris-tdep.c (cris_return_value): Likewise.
6259         * frv-tdep.c (frv_return_value): Likewise.
6260         * h8300-tdep.c (h8300_return_value): Likewise.
6261         (h8300h_return_value): Likewise.
6262         * hppa-tdep.c (hppa32_return_value): Likewise.
6263         (hppa64_return_value): Likewise.
6264         * i386-tdep.c (i386_return_value): Likewise.
6265         * ia64-tdep.c (ia64_return_value): Likewise.
6266         * iq2000-tdep.c (iq2000_return_value): Likewise.
6267         * lm32-tdep.c (lm32_return_value): Likewise.
6268         * m32c-tdep.c (m32c_return_value): Likewise.
6269         * m32r-tdep.c (m32r_return_value): Likewise.
6270         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6271         * m68k-tdep.c (m68k_return_value): Likewise.
6272         (m68k_svr4_return_value): Likewise.
6273         * m88k-tdep.c (m88k_return_value): Likewise.
6274         * mep-tdep.c (mep_return_value): Likewise.
6275         * microblaze-tdep.c (microblaze_return_value): Likewise.
6276         * mn10300-tdep.c (mn10300_return_value): Likewise.
6277         * moxie-tdep.c (moxie_return_value): Likewise.
6278         * mt-tdep.c (mt_return_value): Likewise.
6279         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6280         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6281         (ppc_sysv_abi_broken_return_value): Likewise.
6282         (ppc64_sysv_abi_return_value): Likewise.
6283         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6284         * rl78-tdep.c (rl78_return_value): Likewise.
6285         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6286         * rx-tdep.c (rx_return_value): Likewise.
6287         * s390-tdep.c (s390_return_value): Likewise.
6288         * score-tdep.c (score_return_value): Likewise.
6289         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6290         (sh_return_value_fpu): Likewise.
6291         * sh64-tdep.c (sh64_return_value): Likewise.
6292         * sparc-tdep.c (sparc32_return_value): Likewise.
6293         * sparc64-tdep.c (sparc64_return_value): Likewise.
6294         * spu-tdep.c (spu_return_value): Likewise.
6295         * tic6x-tdep.c (tic6x_return_value): Likewise.
6296         * v850-tdep.c (v850_return_value): Likewise.
6297         * vax-tdep.c (vax_return_value): Likewise.
6298         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6299         * xtensa-tdep.c (xtensa_return_value): Likewise.
6300         * gdbarch.c: Regenerate.
6301         * gdbarch.h: Regenerate.
6302
6303 2012-05-15  Tom Tromey  <tromey@redhat.com>
6304
6305         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6306
6307 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6308
6309         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6310         of command in two error message.
6311
6312 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6313
6314         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6315
6316 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6317
6318         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6319
6320 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6321
6322         * NEWS (show auto-load scripts-directory): Add forgotten command.
6323
6324 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6325
6326         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6327         parameters.
6328
6329 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6330
6331         * amd64-tdep.c: Include features/i386/x32.c and
6332         features/i386/x32-avx.c.
6333         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6334         initialize_tdesc_x32_avx.
6335
6336 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6337
6338         Add dynamic printf.
6339         * breakpoint.h (enum bptype): New type bp_dprintf.
6340         (struct breakpoint): New field extra_string.
6341         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6342         (create_breakpoint): Add extra_string arg.
6343         * breakpoint.c (dprintf_breakpoint_ops): New.
6344         (is_breakpoint): Add bp_dprintf.
6345         (bpstat_what): Add dprintf case.
6346         (bptype_string): Ditto.
6347         (print_one_breakpoint_location): Ditto.
6348         (init_bp_location): Ditto.
6349         (bkpt_print_mention): Ditto.
6350         (dprintf_style_enums): New array.
6351         (dprintf_style): New global.
6352         (dprintf_function): New global.
6353         (dprintf_channel): New global.
6354         (update_dprintf_command_list): New function.
6355         (update_dprintf_commands): New function.
6356         (init_breakpoint_sal): Add extra_string argument, handle it.
6357         (create_breakpoint_sal): Add extra_string argument.
6358         (create_breakpoints_sal): Add extra_string argument, update callers.
6359         (find_condition_and_thread): Add extra argument.
6360         (create_breakpoint): Add extra_string argument, record it.
6361         (dprintf_command): New function.
6362         (break_command_1): Add arg to create_breakpoint call.
6363         (handle_gnu_v3_exceptions): Ditto.
6364         (trace_command): Ditto.
6365         (ftrace_command): Ditto.
6366         (strace_command): Ditto.
6367         (bkpt_print_mention): Add dprintf case.
6368         (create_breakpoint_sal_default): Add extra_string argument.
6369         (_initialize_breakpoint): Add new commands.
6370         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6371         * python/py-breakpoint.c (bppy_init): Ditto.
6372         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6373
6374 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6375
6376         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6377
6378 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6379
6380         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6381         unsigned long long.
6382
6383 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6384
6385         Add a new function gdb.find_pc_line to the Python API.
6386         * NEWS (Python Scripting): Add entry about the new function.
6387         * python/python.c (gdbpy_find_pc_line): New function which
6388         implements gdb.find_pc_line.
6389         (GdbMethods): Add entry for the new function.
6390
6391 2012-05-12  Pedro Alves  <palves@redhat.com>
6392
6393         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6394         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6395
6396 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6397
6398         * inferior.c: Include completer.h
6399         (initialize_inferiors): Set completer of add-inferior to
6400         filename_completer.
6401
6402 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6403
6404         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6405         gdbarch_ptr_bit for x32 core dump.
6406
6407 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6408
6409         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6410         and features/i386/x32-avx-linux.c.
6411
6412 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6413             Kwok Cheung Yeung  <kcy@codesourcery.com>
6414
6415         * NEWS: Describe new info os commands.
6416         * common/linux-osdata.c (PID_T, TIME_T): Define.
6417         (MAX_PID_T_STRLEN): New.
6418         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6419         MAX_PID_T_STRLEN.
6420         (command_from_pid): Add comment.  Change to use PID_T.
6421         (commandline_from_pid):  Change to use PID_T.
6422         (user_from_pid): Add comment.
6423         (get_process_owner): Add comment. Change to use PID_T and
6424         MAX_PID_T_STRLEN.
6425         (get_number_of_cpu_cores): Add comment.
6426         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6427         MAX_PID_T_STRLEN.
6428         (linux_xfer_osdata_processes): Change to use PID_T and
6429         MAX_PID_T_STRLEN.
6430         (compare_processes): New function.
6431         (linux_xfer_osdata_processgroups): New function.
6432         (linux_xfer_osdata_threads): Change to use PID_T.
6433         (linux_xfer_osdata_fds): New function.
6434         (format_socket_state, print_sockets): New functions.
6435         (union socket_addr): New union.
6436         (linux_xfer_osdata_isockets): New function.
6437         (time_from_time_t, group_from_gid): New functions.
6438         (linux_xfer_osdata_shm): New function.
6439         (linux_xfer_osdata_sem): New function.
6440         (linux_xfer_osdata_msg): New function.
6441         (linux_xfer_osdata_modules): New function.
6442         (osdata_table): Add new entries.
6443         * common/buffer.c (buffer_xml_printf): Add support for long and
6444         long long format specifiers.
6445
6446 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6447
6448         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6449         (tdesc_x32_avx_linux): Likewise.
6450
6451 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6452
6453         Implement multi-component --with-auto-load-dir.
6454         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6455         entries.
6456         (--with-auto-load-safe-path): Update the default value description.
6457         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6458         New.
6459         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6460         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6461         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6462         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6463         "set auto-load scripts-directory".
6464         * config.in: Regenerate.
6465         * configure: Regenerate.
6466         * configure.ac (--with-auto-load-dir): New configure option.
6467         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6468
6469 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6470
6471         Provide $ddir substitution for --with-auto-load-safe-path.
6472         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6473         entries.
6474         * auto-load.c: Include observer.h.
6475         (auto_load_safe_path_vec_update): Call substitute_path_component for
6476         each component.  New variable ddir_subst.
6477         (auto_load_gdb_datadir_changed): New function.
6478         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6479         AUTO_LOAD_SAFE_PATH.  New comment.
6480         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6481         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6482         * config.in: Regenerate.
6483         * configure: Regenerate.
6484         * configure.ac (--auto-load-safe-path): Rename
6485         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6486         GDB_DATADIR/auto-load.
6487         * defs.h (substitute_path_component): New declaration.
6488         * top.c: Include observer.h.
6489         (set_gdb_datadir): New function.
6490         (init_main): Install it for "set data-directory".
6491         * utils.c (substitute_path_component): New function.
6492
6493 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6494
6495         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6496         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6497         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6498         DEBUG_FILE_DIRECTORY.
6499
6500 2012-05-10  Tom Tromey  <tromey@redhat.com>
6501
6502         * dwarf2read.c (recursively_write_psymbols): New function.
6503         (write_psymtabs_to_index): Use it.
6504
6505         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6506         field.
6507         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6508         (load_partial_comp_unit): Update.
6509         (queue_comp_unit): Add argument 'pretend_language'.
6510         (process_queue): Update.
6511         (psymtab_to_symtab_1): Skip dependencies that have a user.
6512         (load_partial_comp_unit_reader): Give meaning to the 'data'
6513         argument.
6514         (load_full_comp_unit): Add 'pretend_language' argument.
6515         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6516         language on CU.
6517         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6518         Update.
6519         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6520         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6521         Update.
6522         (prepare_one_comp_unit): Add 'pretend_language' argument.
6523
6524         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6525         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6526         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6527         (dw2_do_instantiate_symtab): Check whether symtab was read in
6528         before queueing.
6529         (dw2_instantiate_symtab): Add assertion.  Call
6530         process_cu_includes.
6531         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6532         (partial_symtab_p): New typedef.
6533         (set_partial_user): New function.
6534         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6535         (scan_partial_symbols): Add imported CU to imported_symtabs.
6536         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6537         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6538         (get_symtab, recursively_compute_inclusions)
6539         (compute_symtab_includes, process_cu_includes)
6540         (process_imported_unit_die): New functions.
6541         (process_die) <DW_TAG_imported_unit>: New case.
6542         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6543
6544         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6545         comment.
6546         (struct partial_die_info) <locdesc>: Remove.
6547         <d>: New field.
6548         (process_psymtab_comp_unit): Add 'read_partial' argument.
6549         Update.
6550         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6551         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6552         (add_partial_symbol): Update.
6553         (process_die): Handle DW_TAG_partial_unit.
6554         (read_file_scope): Update comment.
6555         (load_partial_dies): Handle DW_TAG_imported_unit.
6556         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6557         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6558
6559 2012-05-10  Tom Tromey  <tromey@redhat.com>
6560
6561         * cc-with-dwz.sh: New file.
6562
6563 2012-05-10  Tom Tromey  <tromey@redhat.com>
6564
6565         * symtab.h (struct symtab) <includes, user>: New fields.
6566         * block.h (struct block_iterator) <d, idx, which>: New fields.
6567         * block.c (initialize_block_iterator, find_iterator_symtab)
6568         (block_iterator_step, block_iter_name_step)
6569         (block_iter_match_step): New functions.
6570         (block_iterator_first, block_iterator_next)
6571         (block_iter_name_first, block_iter_name_next)
6572         (block_iter_match_first, block_iter_match_next): Rewrite.
6573         (get_block_symtab): New function.
6574
6575 2012-05-10  Tom Tromey  <tromey@redhat.com>
6576
6577         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6578         set_block_symtab.
6579         * jit.c (finalize_symtab): Use allocate_global_block,
6580         set_block_symtab.
6581         * buildsym.c (finish_block_internal): New function, from old
6582         finish_block.
6583         (finish_block): Rewrite.
6584         (end_symtab): Use finish_block_internal, set_block_symtab.
6585         * block.h (struct global_block): New.
6586         (allocate_global_block, set_block_symtab): Declare.
6587         * block.c (allocate_global_block, set_block_symtab): New
6588         functions.
6589
6590 2012-05-10  Tom Tromey  <tromey@redhat.com>
6591
6592         * psymtab.c (partial_map_expand_apply): Add assertion.
6593         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6594         (psymtab_to_symtab): Find unshared psymtab.
6595         (dump_psymtab): Print including psymtabs.
6596         (recursively_search_psymtabs): New function.
6597         (expand_symtabs_matching_via_partial): Use it.
6598         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6599         fields.
6600         (enum psymtab_search_status): New.
6601
6602 2012-05-10  Tom Tromey  <tromey@redhat.com>
6603
6604         * tracepoint.c (scope_info): Update.
6605         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6606         (find_pc_sect_symtab, search_symbols)
6607         (default_make_symbol_completion_list_break_on)
6608         (make_file_symbol_completion_list): Update.
6609         * symmisc.c (dump_symtab_1): Update.
6610         * stack.c (print_frame_args, iterate_over_block_locals)
6611         (print_frame_labels, iterate_over_block_arg_vars): Update.
6612         * python/py-block.c (block_object) <dict>: Remove.
6613         <block>: New field.
6614         <iter>: Change type.
6615         (blpy_iter): Update.
6616         (blpy_block_syms_iternext): Update.
6617         * psymtab.c (map_block): Use block iterators.
6618         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6619         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6620         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6621         * infrun.c (check_exception_resume): Update.
6622         * cp-support.c (make_symbol_overload_list_block): Update.
6623         * coffread.c (patch_opaque_types): Update.
6624         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6625         * block.h (struct block_iterator): New.
6626         (block_iterator_first, block_iterator_next, block_iter_name_first)
6627         (block_iter_name_next, block_iter_match_first)
6628         (block_iter_match_next): Declare.
6629         (ALL_BLOCK_SYMBOLS): Redefine.
6630         * block.c (block_iterator_first, block_iterator_next)
6631         (block_iter_name_first, block_iter_name_next)
6632         (block_iter_match_first, block_iter_match_next): New functions.
6633         * ada-lang.c (ada_add_block_symbols)
6634         (ada_make_symbol_completion_list): Use block iterator.
6635
6636 2012-05-10  Tom Tromey  <tromey@redhat.com>
6637
6638         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6639         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6640         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6641         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6642         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6643         Update.
6644
6645 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6646
6647         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6648         print-file-var-lib2.c, print-file-var-main.c and
6649         print-file-var.exp (located in gdb/testsuite/gdb.base).
6650
6651 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6652
6653         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6654         try locating the symbol in the symbol's own objfile first, before
6655         extending the search to all objfiles.
6656         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6657         out of lookup_symbol_aux_symtabs.
6658         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6659         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6660         Do not search EXCLUDE_OBJFILE.
6661         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6662         (lookup_symbol_global): Search for matches in the block's objfile
6663         first, before searching all other objfiles.
6664
6665 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6666
6667         * printcmd.c (set_command): Add pre/post inc/dec.
6668
6669 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6670
6671         * gdb.1: Document -ex option.
6672
6673 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6674
6675         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6676         * inferior.h (AT_SYMBOL): Delete.
6677
6678 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6679
6680         * mips-tdep.c (mips_push_dummy_code): New function.
6681         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6682         ON_STACK and install mips_push_dummy_code as our gdbarch
6683         push_dummy_code routine.
6684
6685 2012-05-09  Pedro Alves  <palves@redhat.com>
6686
6687         * target.c (set_maintenance_target_async_permitted): Rename to ...
6688         (set_target_async_command): ... this.
6689         (show_maintenance_target_async_permitted): Rename to ...
6690         (show_target_async_command): ... this.
6691         (initialize_targets): Adjust.
6692
6693 2012-05-08  Doug Evans  <dje@google.com>
6694
6695         * go-exp.y (classify_name): Add missing assignment of fields of
6696         yylval.ssym.
6697
6698 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6699
6700         Display the ">" prompt in interactive mode while reading canned
6701         commands, even when the current interpreter is MI.
6702
6703         * interps.c (interp_set_temp): New function.
6704
6705         * interps.h (interp_set_temp): Add prototype.
6706
6707         * cli/cli-script.c (restore_interp): New cleanup function.
6708         (read_command_lines): Temporarily override the current interpreter
6709         with CLI and arrange for restoring the original one.
6710
6711 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6712
6713         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6714
6715 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6716
6717         * probe.c (parse_probes): Move conditional to check for
6718         debuginfo files from here...
6719         * stap-probe.c (stap_get_probes): ... to here.
6720
6721 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6722             H.J. Lu  <hongjiu.lu@intel.com>
6723
6724         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6725         `movl %esp, %ebp' for the X32 ABI.
6726
6727 2012-05-07  Tom Tromey  <tromey@redhat.com>
6728
6729         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6730         get_DW_TAG_name.
6731         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6732         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6733         (dwarf_stack_op_name): Remove.
6734         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6735         (decode_locdesc): Use get_DW_OP_name.
6736         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6737         (dwarf2_compile_expr_to_ax): Likewise.
6738         (disassemble_dwarf_expression): Likewise.
6739         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6740
6741 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6742
6743         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6744         (sh_linux_sigtramp_cache): New function.
6745         (sh_linux_sigreturn_init): New function.
6746         (sh_linux_rt_sigreturn_init): New function.
6747         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6748         patterns.
6749         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6750         syscall codes.
6751         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6752         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6753         (sh_linux_init_abi): Add init calls to register new tramp_frame
6754         definitions under 32-bit SH, update comments.
6755
6756 2012-05-07  Pedro Alves  <palves@redhat.com>
6757
6758         PR gdb/10952
6759
6760         * amd64-linux-tdep.c: Include glibc-tdep.h.
6761         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6762         gdbarch_skip_solib_resolver callback.
6763
6764 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6765
6766         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6767         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6768         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6769         (add_auto_load_safe_path): Change the error message.
6770         (_initialize_auto_load): Change the "safe-path" help text.
6771         * configure: Regenerate
6772         * configure.ac (--without-auto-load-safe-path): Set
6773         WITH_AUTO_LOAD_SAFE_PATH to /.
6774
6775 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6776
6777         * stap-probe.h: Do not include unecessary `probe.h'.
6778
6779 2012-05-05  Alan Modra  <amodra@gmail.com>
6780
6781         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6782         bfd_und_section_ptr.
6783         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6784         and bfd_com_section_ptr.
6785
6786 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6787
6788         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6789
6790 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6791
6792         * windows-nat.h (segment_register_p_ftype): New typedef.
6793         (windows_set_segment_register_p): Add declaration.
6794         * windows-nat.c (segment_register_p): New static global.
6795         (windows_set_segment_register_p): New function.
6796         (do_windows_fetch_inferior_registers): Add special handling
6797         for segment registers.
6798         * amd64-windows-nat.c: #include "amd64-tdep.h".
6799         (amd64_windows_segment_register_p): New function.
6800         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6801         * i386-windows-nat.c: #include "i386-tdep.h".
6802         (i386_windows_segment_register_p): New function.
6803         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6804
6805 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6806
6807         * printcmd.c (set_command): Emit a warning if the expression is not
6808         an assignment.
6809
6810 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6811
6812         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6813         Make static.
6814
6815 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6816
6817         * stap-probe.c (stap_is_operator): Change declaration.
6818         (stap_get_opcode): Change return value.
6819         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6820         `stap_parse_argument_1'.
6821
6822 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6823
6824         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6825         debug log.
6826
6827 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6828
6829         Add two new methods global_block and static_block to gdb.Symtab
6830         objects.
6831         * NEWS (Python scripting): Add entry about the new methods.
6832         * python/py-symtab.c (stpy_global_block): New function which
6833         implements the gdb.Symtab.global_block() method.
6834         (stpy_static_block): New function which implements the
6835         gdb.Symtab.static_block() method.
6836         (symtab_object_methods): Add entries for the two new methods.
6837
6838 2012-05-03  Doug Evans  <dje@google.com>
6839
6840         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6841         files.
6842
6843 2012-05-03  Yao Qi  <yao@codesourcery.com>
6844
6845         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6846         space.
6847         (i386_process_record): Ditto.
6848
6849 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6850
6851         * infcall.c (unwind_on_signal_p): Make static.
6852
6853 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6854
6855         * sol-thread.c (solaris_pid_to_str): Make static.
6856         (_initialize_sol_thread): Add prototype.
6857
6858 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6859
6860         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6861
6862 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6863
6864         * MAINTAINERS: Remove myself.
6865
6866 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6867
6868         Fix --without-auto-load-safe-path for MS-Windows host platform.
6869         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6870
6871 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6872
6873         * gdb_curses.h: Undefine KEY_EVENT before including curses
6874         headers.  Move "#undef MOUSE_MOVED" before any curses header
6875         inclusion.
6876
6877 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6878
6879         * features/i386/i386-mmx-linux.c: Regenerate.
6880         * features/rs6000/powerpc-32.c: Likewise.
6881         * features/rs6000/powerpc-32l.c: Likewise.
6882         * features/rs6000/powerpc-403.c: Likewise.
6883         * features/rs6000/powerpc-403gc.c: Likewise.
6884         * features/rs6000/powerpc-405.c: Likewise.
6885         * features/rs6000/powerpc-505.c: Likewise.
6886         * features/rs6000/powerpc-601.c: Likewise.
6887         * features/rs6000/powerpc-602.c: Likewise.
6888         * features/rs6000/powerpc-603.c: Likewise.
6889         * features/rs6000/powerpc-604.c: Likewise.
6890         * features/rs6000/powerpc-64.c: Likewise.
6891         * features/rs6000/powerpc-64l.c: Likewise.
6892         * features/rs6000/powerpc-750.c: Likewise.
6893         * features/rs6000/powerpc-860.c: Likewise.
6894         * features/rs6000/powerpc-e500.c: Likewise.
6895         * features/rs6000/powerpc-e500l.c: Likewise.
6896         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6897         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6898         * features/rs6000/rs6000.c: Likewise.
6899
6900 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6901
6902         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6903         variable.
6904         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6905         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6906         (stap_parse_argument) <e>: Likewise.
6907         (handle_stap_probe) <byte_order>: Likewise.
6908
6909 2012-04-30  Doug Evans  <dje@google.com>
6910
6911         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6912         init_and_read_dies_worker.  All callers updated.
6913         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6914         replaced with init_cutu_and_read_dies.
6915         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6916         (find_partial_die): Remove FIXME.  Don't free current CU.
6917
6918 2012-04-30  Sterling Augustine  <saugustine@google.com>
6919
6920         * contrib: New directory.
6921         * contrib/test_pubnames_and_indexes.py: New file.
6922
6923 2012-04-30  Doug Evans  <dje@google.com>
6924
6925         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6926         All callers updated.
6927         (init_cu_die_reader): Verify the section is non-empty.
6928         (dwarf_decode_line_header): Don't dereference section->asection
6929         until we know the section is present.
6930
6931 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6932
6933         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6934         probes.
6935
6936 2012-04-29  Yao Qi  <yao@codesourcery.com>
6937
6938         * gdb-code-style.el: New hook gdb-markup-hook
6939         and gdb-comment-hook.
6940
6941 2012-04-28  Doug Evans  <dje@google.com>
6942
6943         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6944         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6945         objfile->obfd.
6946         * symfile.h (dwarf2_debug_sections): New member addr.
6947         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6948         (ctx_no_get_addr_index): New function.
6949         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6950         (ctx_no_get_addr_index): Declare.
6951         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6952         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6953         (dwarf_expr_ctx_funcs): Update.
6954         (needs_get_addr_index): New function.
6955         (needs_frame_ctx_funcs): Update.
6956         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6957         * dwarf2read.c: #include "gdbcore.h".
6958         (dwarf2_per_objfile): New members addr, dwo_files.
6959         (dwarf2_elf_names): Add entry for addr.
6960         (struct dwo_section_names): New type.
6961         (dwo_section_names): New static global.
6962         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6963         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6964         old debug_types_section member updated to use this.
6965         Rename member debug_types_section to info_or_types_section,
6966         all uses updated.
6967         (signatured_type): Rename member type_offset to type_offset_in_tu,
6968         all uses updated.  New member type_offset_in_section.
6969         (struct dwo_sections): New type.
6970         (struct dwo_unit): New type.
6971         (struct dwo_file): New type.
6972         (die_reader_specs): New member dwo_file.
6973         (dwarf2_locate_sections): Watch for .debug_addr.
6974         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6975         (dwarf2_read_section): Get bfd of section from bfd's asection,
6976         instead of objfile.
6977         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6978         (create_signatured_type_table_from_index): Initialize
6979         sig_type->info_or_types_section.
6980         (dw2_get_file_names): Statement lists for type units with DWO files
6981         live in the DWO file.
6982         (create_debug_types_hash_table): New function.
6983         (create_all_type_units): Rewrite.
6984         (init_cu_die_reader): New arg dwo_file, all callers updated.
6985         (init_and_read_dies_worker): Get section from
6986         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6987         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6988         continue reading the CU/TU from there.
6989         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6990         updated.  Get section from this_cu->info_or_types_section.
6991         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6992         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6993         DW_FORM_GNU_str_index.
6994         (hash_dwo_file, eq_dwo_file): New functions.
6995         (allocate_dwo_file_hash_table): New function.
6996         (hash_dwo_unit, eq_dwo_unit): New functions.
6997         (allocate_dwo_unit_table): New function.
6998         (dwarf2_locate_dwo_sections): New function.
6999         (struct create_dwo_info_table_data): New type.
7000         (create_debug_info_hash_table_reader): New function.
7001         (create_debug_info_hash_table): New function.
7002         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7003         (lookup_dwo_file): New function.
7004         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7005         (free_dwo_file, free_dwo_file_cleanup): New functions.
7006         (free_dwo_file_from_slot, free_dwo_files): New functions.
7007         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7008         (dwarf2_record_block_ranges): Ditto.
7009         (read_partial_die): Ditto.
7010         (process_enumeration_scope): Update to use type_offset_in_section.
7011         (read_full_die_1): New function.
7012         (read_full_die): Rewrite.
7013         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7014         DW_FORM_GNU_str_index.
7015         (read_addr_index_1, read_addr_index): New functions.
7016         (read_addr_index_from_leb128): New function.
7017         (struct dwarf2_read_addr_index_data): New type.
7018         (dwarf2_read_addr_index_reader): New function.
7019         (dwarf2_read_addr_index): New function.
7020         (read_str_index): New function.
7021         (leb128_size): New function.
7022         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7023         If processing a type unit from a DWO file, get the line section
7024         from the DWO file.
7025         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7026         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7027         DW_FORM_GNU_str_index.
7028         (lookup_die_type): Check whether section offset of type's die is
7029         known before looking it up.  Remove assert.  Condition can
7030         legimately happen for inter-cu type references.
7031         (dwarf_attr_name): Handle Fission attributes.
7032         (dwarf_form_name): Handle Fission forms.
7033         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7034         DW_FORM_GNU_str_index.
7035         (follow_die_sig): Update to use type_offset_in_section.
7036         (decode_locdesc): New case DW_OP_GNU_addr_index.
7037         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7038         DW_FORM_GNU_str_index.
7039         (cu_debug_loc_section): New function.
7040         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7041         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7042         Free DWO files if present.
7043         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7044
7045         Refactor DIE reading.
7046         * dwarf2read.c (dwarf2_per_objfile): Replace members
7047         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7048         (die_reader_specs): New member "die_section".  Temporarily make
7049         member "buffer" non-const, pending constifying all info_ptr uses.
7050         (die_reader_func_ftype): New typedef.
7051         (dw2_get_file_names_reader): New function.
7052         (dw2_get_file_names): Rewrite.
7053         (read_and_check_type_unit_head): Rename arg type_offset to
7054         type_offset_in_tu.
7055         (create_all_type_units): Improve debugging message.
7056         Improve dummy type unit check.
7057         (init_cu_die_reader): New arg "section".  All callers updated.
7058         (init_and_read_dies_worker): New function.
7059         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7060         (init_cutu_and_read_dies_no_follow): New function.
7061         (init_cutu_and_read_dies_simple): New function.
7062         (process_psymtab_comp_unit_reader): New function.
7063         (process_psymtab_comp_unit): Delete args section,
7064         is_debug_types_section.  Rewrite.  All callers updated.
7065         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7066         All callers updated.  Rewrite.
7067         (load_partial_comp_unit_reader): New function.
7068         (load_partial_comp_unit): Rewrite.
7069         (skip_children): New arg reader.  Delete args buffer, cu.
7070         All callers updated.
7071         (skip_one_die): New arg reader.  Delete args buffer, cu.
7072         All callers updated.
7073         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7074         All callers updated.
7075         (load_full_comp_unit_reader): New function.
7076         (load_full_comp_unit): Rewrite.
7077         (read_comp_unit): Delete.
7078         (read_die_and_children_1): Delete, contents moved ...
7079         (read_die_and_children): ... here.
7080         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7081         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7082         All callers updated.
7083         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7084         All callers updated.
7085         (find_partial_die): Rewrite load_all_dies support.
7086         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7087         All callers updated.
7088         (read_attribute): New arg reader.  Delete args abfd, cu.
7089         All callers updated.
7090         (load_full_type_unit): Add assert.
7091         (read_signatured_type_reader): New function.
7092         (read_signatured_type): Rewrite.
7093         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7094         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7095         All callers updated.  Set per_cu->cu = NULL after freeing it.
7096         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7097         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7098         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7099         (set_die_type): Update.
7100         (get_die_type_at_offset): Update.
7101         (read_file_scope): Call prepare_one_comp_unit.
7102         (read_type_unit_scope): Ditto.
7103         (prepare_one_comp_unit): Set producer if present.
7104
7105 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7106
7107         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7108          gettext function on `error'.
7109
7110 2012-04-27  Doug Evans  <dje@google.com>
7111
7112         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7113         is empty.
7114
7115 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7116             Tom Tromey  <tromey@redhat.com>
7117
7118         * breakpoint.c (struct breakpoint_objfile_data)
7119         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7120         <exception_probes>: New fields.
7121         (free_breakpoint_probes): New function.
7122         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7123         `_Unwind_DebugHook'.
7124         (create_exception_master_breakpoint): Likewise.
7125         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7126         * infrun.c: Including necessary header files for handling SystemTap
7127         probes.
7128         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7129         via SystemTap probes.
7130         (check_exception_resume): Remove `func' argument.  Handle exception
7131         unwinding breakpoint set via a SystemTap probe.
7132         (insert_exception_resume_from_probe): New function.
7133
7134 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7135             Tom Tromey  <tromey@redhat.com>
7136             Jan Kratochvil  <jan.kratochvil@redhat.com>
7137
7138         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7139         (COMMON_OBS): Likewise.
7140         (HFILES_NO_SRCDIR): Add `probe'.
7141         * NEWS: Mention support for static and SystemTap probes.
7142         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7143         SystemTap probes' arguments parser.
7144         * arm-linux-tdep.c: Including headers needed to perform the parsing
7145         of SystemTap probes' arguments.
7146         (arm_stap_is_single_operand): New function.
7147         (arm_stap_parse_special_token): Likewise.
7148         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7149         probes' arguments parser.
7150         * ax-gdb.c (require_rvalue): Removing static declaration.
7151         (gen_expr): Likewise.
7152         * ax-gdb.h (gen_expr): Declaring function.
7153         (require_rvalue): Likewise.
7154         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7155         (bkpt_probe_breakpoint_ops): New variable.
7156         (momentary_breakpoint_from_master): Set the `probe' value.
7157         (add_location_to_breakpoint): Likewise.
7158         (break_command_1): Using proper breakpoint_ops according to the
7159         argument passed by the user in the command line.
7160         (bkpt_probe_insert_location): New function.
7161         (bkpt_probe_remove_location): Likewise.
7162         (bkpt_probe_create_sals_from_address): Likewise.
7163         (bkpt_probe_decode_linespec): Likewise.
7164         (tracepoint_probe_create_sals_from_address): Likewise.
7165         (tracepoint_probe_decode_linespec): Likewise.
7166         (tracepoint_probe_breakpoint_ops): New variable.
7167         (trace_command): Using proper breakpoint_ops according to the
7168         argument passed by the user in the command line.
7169         (initialize_breakpoint_ops): Initializing breakpoint_ops for
7170         static probes on breakpoints and tracepoints.
7171         * breakpoint.h (struct bp_location) <probe>: New field.
7172         * cli-utils.c (skip_spaces_const): New function.
7173         (extract_arg): Likewise.
7174         * cli-utils.h (skip_spaces_const): Likewise.
7175         (extract_arg): Likewise.
7176         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7177         * configure.ac: Append `stap-probe.o' to be generated when ELF
7178         support is present.
7179         * configure: Regenerate.
7180         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7181         * elfread.c: Include `probe.h' and `arch-utils.h'.
7182         (probe_key): New variable.
7183         (elf_get_probes): New function.
7184         (elf_get_probe_argument_count): Likewise.
7185         (elf_evaluate_probe_argument): Likewise.
7186         (elf_compile_to_ax): Likewise.
7187         (elf_symfile_relocate_probe): Likewise.
7188         (stap_probe_key_free): Likewise.
7189         (elf_probe_fns): New variable.
7190         (elf_sym_fns): Add `sym_probe_fns' value.
7191         (elf_sym_fns_lazy_psyms): Likewise.
7192         (elf_sym_fns_gdb_index): Likewise.
7193         (_initialize_elfread): Initialize objfile cache for static
7194         probes.
7195         * gdb_vecs.h (struct probe): New forward declaration.
7196         (probe_p): New VEC declaration.
7197         * gdbarch.c: Regenerate.
7198         * gdbarch.h: Regenerate.
7199         * gdbarch.sh (stap_integer_prefix): New variable.
7200         (stap_integer_suffix): Likewise.
7201         (stap_register_prefix): Likewise.
7202         (stap_register_suffix): Likewise.
7203         (stap_register_indirection_prefix): Likewise.
7204         (stap_register_indirection_suffix): Likewise.
7205         (stap_gdb_register_prefix): Likewise.
7206         (stap_gdb_register_suffix): Likewise.
7207         (stap_is_single_operand): New function.
7208         (stap_parse_special_token): Likewise.
7209         (struct stap_parse_info): Forward declaration.
7210         * i386-tdep.c: Including headers needed to perform the parsing
7211         of SystemTap probes' arguments.
7212         (i386_stap_is_single_operand): New function.
7213         (i386_stap_parse_special_token): Likewise.
7214         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7215         probes' arguments parser.
7216         * i386-tdep.h (i386_stap_is_single_operand): New function.
7217         (i386_stap_parse_special_token): Likewise.
7218         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7219         * mipsread.c (ecoff_sym_fns): Likewise.
7220         * objfiles.c (objfile_relocate1): Support relocation for static
7221         probes.
7222         * parse.c (prefixify_expression): Remove static declaration.
7223         (initialize_expout): Likewise.
7224         (reallocate_expout): Likewise.
7225         * parser-defs.h (initialize_expout): Declare function.
7226         (reallocate_expout): Likewise.
7227         (prefixify_expression): Likewise.
7228         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7229         of SystemTap probes' arguments.
7230         (ppc_stap_is_single_operand): New function.
7231         (ppc_stap_parse_special_token): Likewise.
7232         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7233         probes' arguments parser.
7234         * probe.c: New file, for generic statically defined probe support.
7235         * probe.h: Likewise.
7236         * s390-tdep.c: Including headers needed to perform the parsing of
7237         SystemTap probes' arguments.
7238         (s390_stap_is_single_operand): New function.
7239         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7240         probes' arguments parser.
7241         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7242         * stap-probe.c: New file, for SystemTap probe support.
7243         * stap-probe.h: Likewise.
7244         * symfile.h: Include `gdb_vecs.h'.
7245         (struct sym_probe_fns): New struct.
7246         (struct sym_fns) <sym_probe_fns>: New field.
7247         * symtab.c (init_sal): Initialize `probe' field.
7248         * symtab.h (struct probe): Forward declaration.
7249         (struct symtab_and_line) <probe>: New field.
7250         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7251         locations.
7252         (stop_tracing): Likewise.
7253         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7254
7255 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7256             Tom Tromey  <tromey@redhat.com>
7257
7258         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7259         and to compile agent expressions.
7260         * infrun.c (siginfo_make_value): New argument `ignore'.
7261         (siginfo_funcs): New struct.
7262         (_initialize_infrun): New argument when calling
7263         `create_internalvar_type_lazy'.
7264         * thread.c (thread_id_make_value): New argument `ignore'.
7265         (thread_funcs): New struct.
7266         (_initialize_thread): New argument when calling
7267         `create_internalvar_type_lazy'.
7268         * tracepoint.c (sdata_make_value): New argument `ignore'.
7269         (sdata_funcs): New struct.
7270         (_initialize_tracepoint): New argument when calling
7271         `create_internalvar_type_lazy'.
7272         * value.c (make_value): New struct.
7273         (create_internalvar_type_lazy): New argument `data'.
7274         (compile_internalvar_to_ax): New function.
7275         (value_of_internalvar): Properly handling `make_value' case.
7276         (clear_internalvar): Likewise.
7277         (show_convenience): Adding `TRY_CATCH' block.
7278         * value.h (internalvar_make_value): Delete, replace by...
7279         (struct internalvar_funcs): ... this.
7280         (create_internalvar_type_lazy) <fun>: Delete argument.
7281         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7282         (compile_internalvar_to_ax): New function.
7283         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7284         (tlb_funcs): New struct.
7285         (_initialize_windows_tdep): New argument when calling
7286         `create_internalvar_type_lazy'.
7287
7288 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7289
7290         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7291         see whether it is an address or a constant offset from DW_AT_low_pc.
7292         (dwarf2_record_block_ranges): Likewise.
7293         (read_partial_die): Likewise.
7294
7295 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7296
7297         * MAINTAINERS (Write After Approval): Add myself to the list.
7298
7299 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7300
7301         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7302         (proc_prettyprint_signal): Likewise.
7303         (proc_prettyprint_faultset): Likewise.
7304         (proc_prettyprint_fault): Likewise.
7305         (proc_prettyprint_actionset): Likewise.
7306         (proc_prettyprint_flags): Move to new proc-flags.c section.
7307         (proc_prettyfprint_flags): New prototype.
7308         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7309         (proc_syscall, proc_cursig): Likewise.
7310         (proc_set_kill_on_last_close): Likewise.
7311         (proc_unset_kill_on_last_close): Likewise.
7312         (proc_set_watchpoint): Make static.
7313         (proc_delete_dead_threads): Likewise.
7314         (procfs_set_watchpoint): Likewise.
7315         (_initialize_procfs): Add prototype.
7316         * proc-events.c: Include proc-utils.h.
7317         (init_syscall_table): Make static.
7318         * proc-api.c (_initialize_proc_api): Add prototype.
7319         * proc-flags.c: Include proc-utils.h.
7320
7321 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7322
7323         * configure.ac: Add AC_ARG_PROGRAM.
7324         * configure: Regenerate.
7325
7326 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7327
7328         Fix DW_AT_lower_bound defaults for DWARF-4+.
7329         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7330         high.  New variable low_default_is_valid.  Implement DWARF-4+
7331         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7332         no default by the DWARF standard.
7333
7334 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7335             Maciej W. Rozycki  <macro@codesourcery.com>
7336
7337         * infrun.c (handle_inferior_event): Move the check for return
7338         trampolines ahead of the check for function trampolines.
7339         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7340         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7341         (mips_str_mips16_ret_stub): Likewise.
7342         (mips_str_call_fp_stub): Likewise.
7343         (mips_str_call_stub): Likewise.
7344         (mips_str_fn_stub): Likewise.
7345         (mips_str_pic): Likewise.
7346         (mips_in_frame_stub): New function.
7347         (mips_unwind_pc): Return the return address rather than the PC
7348         if the PC of an intermediate frame is inside a call thunk.
7349         (mips_is_stub_suffix): New function.
7350         (mips_is_stub_mode): Likewise.
7351         (mips_get_mips16_fn_stub_pc): Likewise.
7352         (mips_skip_mips16_trampoline_code): Update to handle all the
7353         currently generated stub types.  Don't recurse into __fn_stub
7354         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7355         Use cooked register accesses.
7356         (mips_in_return_stub): Reintroduce function.
7357         (mips_skip_trampoline_code): Traverse trampolines recursively.
7358         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7359
7360 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7361
7362         GDB 7.4.1 released.
7363
7364 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7365
7366         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7367         * features/arm-with-m-vfp-d16.xml: New file. Describes
7368         Cortex-M with VFPv4-sp-d16 FPU register layout.
7369         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7370         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7371         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7372         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7373         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7374
7375 2012-04-25  Doug Evans  <dje@google.com>
7376
7377         * cli/cli-decode.c (print_doc_line): Use stream instead of
7378         current_uiout.
7379
7380 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7381
7382         * features/arm-with-iwmmxt.c: Regenerate.
7383         * features/arm-with-m-fpa-layout.c: Likewise.
7384         * features/arm-with-m.c: Likewise.
7385         * features/arm-with-neon.c: Likewise.
7386         * features/arm-with-vfpv2.c: Likewise.
7387         * features/arm-with-vfpv3.c: Likewise.
7388         * features/mips-dsp-linux.c: Likewise.
7389         * features/mips-linux.c: Likewise.
7390         * features/mips64-dsp-linux.c: Likewise.
7391         * features/mips64-linux.c: Likewise.
7392         * features/s390-linux32.c: Likewise.
7393         * features/s390-linux32v1.c: Likewise.
7394         * features/s390-linux32v2.c: Likewise.
7395         * features/s390-linux64.c: Likewise.
7396         * features/s390-linux64v1.c: Likewise.
7397         * features/s390-linux64v2.c: Likewise.
7398         * features/s390x-linux64.c: Likewise.
7399         * features/s390x-linux64v1.c: Likewise.
7400         * features/s390x-linux64v2.c: Likewise.
7401         * features/tic6x-c62x-linux.c: Likewise.
7402         * features/tic6x-c62x.c: Likewise.
7403         * features/tic6x-c64x-linux.c: Likewise.
7404         * features/tic6x-c64x.c: Likewise.
7405         * features/tic6x-c64xp-linux.c: Likewise.
7406         * features/tic6x-c64xp.c: Likewise.
7407         * target-descriptions.c: Only generate `field_type' and `type'
7408         variables when needed.
7409
7410 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7411
7412         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7413
7414 2012-04-25  Doug Evans  <dje@google.com>
7415
7416         Initial pass at Go language support.
7417         * NEWS: Mention Go.
7418         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7419         go-valprint.c.
7420         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7421         (YYFILES): Add go-exp.c.
7422         (YYOBJ): Add go-exp.o.
7423         (local-maintainer-clean): Delete go-exp.c.
7424         * defs.h (enum language): Add language_go.
7425         * dwarf2read.c: #include "go-lang.h".
7426         (fixup_go_packaging): New function.
7427         (process_full_comp_unit): Call it when processing Go CUs.
7428         (dwarf2_physname): Add Go support.
7429         (read_file_scope): Handle missing language spec for GNU Go.
7430         (set_cu_language): Handle DW_LANG_Go.
7431         * go-exp.y: New file.
7432         * go-lang.h: New file.
7433         * go-lang.c: New file.
7434         * go-typeprint.c: New file.
7435         * go-valprint.c: New file.
7436         * symtab.c: #include "go-lang.h".
7437         (symbol_set_language): Handle language_go.
7438         (symbol_find_demangled_name, symbol_set_names): Ditto.
7439         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7440
7441 2012-04-24  Jim Meyering  <meyering@redhat.com>
7442
7443         avoid a few strncpy-induced buffer overruns
7444         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7445         fname and psargs before trying to concatenate.
7446         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7447         "name" before applying strchr.
7448
7449 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7450
7451         * CONTRIBUTE: Use unified diff instead of context diff when
7452         generating patches.
7453
7454 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7455
7456         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7457         code.  Handle JR.HB correctly.
7458
7459 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7460
7461         * mips-tdep.c
7462         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7463         with the other MIPS16 helpers.
7464
7465 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7466
7467         * observer.sh: Conditionally declare `args', thus cleaning up
7468         unused instances of this variable.
7469
7470 2012-04-24  Yao Qi  <yao@codesourcery.com>
7471
7472         Revert this patch to allow breakpoint always-inserted
7473         in record target.
7474         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7475         * breakpoint.c: Include record.h.
7476         (breakpoints_always_inserted_mode): Return false when the record
7477         target is in use.
7478
7479         * breakpoint.c (iterate_over_bp_locations): New.
7480         * breakpoint.h: Declare.
7481         New typedef walk_bp_location_callback.
7482         * record.c (record_open): Call record_init_record_breakpoints.
7483         (record_sync_record_breakpoints): New.
7484         (record_init_record_breakpoints): New.
7485         * NEWS: Mention supporting breakpoint always-inserted mode in
7486         record target.
7487
7488 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7489
7490         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7491         any thread.
7492
7493 2012-04-24  Yao Qi  <yao@codesourcery.com>
7494
7495         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7496         (is_catchpoint): ... it.
7497         (print_one_breakpoint_location): Caller update.
7498         * breakpoint.h: Update declaration.
7499
7500 2012-04-23  David S. Miller  <davem@davemloft.net>
7501
7502         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7503
7504 2012-04-23  Tom Tromey  <tromey@redhat.com>
7505
7506         * buildsym.c (add_free_pendings): Remove.
7507         * buildsym.h (add_free_pendings): Remove.
7508
7509 2012-04-23  Doug Evans  <dje@google.com>
7510
7511         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7512         attr.u.unsnd instead of attr.u.addr.
7513         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7514         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7515         DW_FORM_ref_udata.
7516         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7517         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7518         DW_FORM_ref_udata.
7519         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7520
7521 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7522
7523         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7524         (mips_o32_return_value): Likewise.
7525         (mips_o64_return_value): Likewise.
7526
7527 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7528
7529         * ada-lang.c (ada_evaluate_subexp): Add cases for
7530         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7531         their treatment in eval.c.
7532
7533 2012-04-21  David S. Miller  <davem@davemloft.net>
7534
7535         * sparc-tdep.c (X_DISP10): Define.
7536         (sparc_analyze_control_transfer): Handle compare-and-branch.
7537
7538 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7539
7540         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7541         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7542
7543 2012-04-20  Nigel Stephens  <nigel@mips.com>
7544             Maciej W. Rozycki  <macro@codesourcery.com>
7545
7546         * mips-tdep.c (mips_float_register_p): New function.
7547         (mips_convert_register_float_case_p): Use mips_float_register_p.
7548         (mips_register_type): Likewise.
7549         (mips_print_register): Likewise.
7550         (print_gp_register_row): Likewise.
7551         (mips_print_registers_info): Likewise.
7552
7553 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7554
7555         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7556         of mips16 symbols.
7557
7558 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7559
7560         * MAINTAINERS (Write After Approval): Add myself to the list.
7561
7562 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7563
7564         * MAINTAINERS: Update my e-mail address.
7565
7566 2012-04-20  Pedro Alves  <palves@redhat.com>
7567
7568         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7569         $srcdir.
7570         * configure: Regenerate.
7571
7572 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7573
7574         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7575         declaration.
7576         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7577
7578 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7579
7580         Fix compilation compatibility with python-2.4
7581         * python/py-type.c (convert_field): Cast ADDRSTRING for
7582         PyObject_SetAttrString as non-const.  New comment.
7583
7584 2012-04-19  Tom Tromey  <tromey@redhat.com>
7585
7586         * top.c (quit_target): Use all_cleanups.
7587         * main.c (captured_command_loop): Use all_cleanups.
7588         * exceptions.c (throw_exception): Use all_cleanups.
7589
7590 2012-04-19  Pedro Alves  <palves@redhat.com>
7591
7592         * Makefile.in (GNULIB_BUILDDIR): New.
7593         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7594         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7595         (CLEANDIRS). Remove gnulib/import.
7596         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7597         (all-lib): Ditto.
7598         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7599         (gnulib/import/Makefile): Replace gnulib/import with
7600         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7601         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7602         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7603         acx_configure_dir.m4.
7604         * acinclude.m4: Include acx_configure_dir.m4.
7605         * acx_configure_dir.m4: New file.
7606         * aclocal.m4: Regenerate.
7607         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7608         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7609         (GNULIB): New variable.
7610         (GNULIB_STDINT_H): Adjust.
7611         (AC_OUTPUT): Don't output gnulib/Makefile.
7612         * gdb/defs.h: Include build-gnulib/config.h.
7613         * aclocal.m4: Regenerate.
7614         * config.in: Regenerate.
7615         * configure: Regenerate.
7616
7617         * gnulib/Makefile.in: New file.
7618         * gnulib/configure.ac: New file.
7619         * gnulib/aclocal.m4: New file.
7620         * gnulib/config.in: New file.
7621         * gnulib/configure: New file.
7622         * gnulib/: Re-run gnulib-tool to adjust.
7623
7624 2012-04-19  Doug Evans  <dje@google.com>
7625
7626         * cleanups.h (struct cleanup): Move to cleanups.c.
7627         (make_cleanup_dtor_ftype): New typedef.
7628         (make_cleanup_dtor): Use it.
7629         (ALL_CLEANUPS): Replace with ...
7630         (all_cleanups): ... this.  Declare.  All uses updated.
7631         * cleanups.c: #include "gdb_assert.h".
7632         (sentinel_cleanup): New static global.
7633         (SENTINEL_CLEANUP): Define.
7634         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7635         (make_my_cleanup2): Assert result is non-NULL.
7636         (all_cleanups): New function.
7637         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7638         of NULL.
7639
7640 2012-04-19  Pedro Alves  <palves@redhat.com>
7641
7642         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7643         Adjust paths to gnulib imported files.
7644
7645 2012-04-19  Pedro Alves  <palves@redhat.com>
7646
7647         * gnulib/: Move whole directory ...
7648         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7649         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7650         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7651         (aclocal_m4_deps): Adjust.
7652         * aclocal.m4: Regenerate.
7653         * configure: Regenerate.
7654         * configure.ac: Adjust AC_OUTPUT output.
7655
7656 2012-04-19  Yao Qi  <yao@codesourcery.com>
7657
7658         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7659         (vec.o): New rule.
7660         * vec.c: Move it ...
7661         * common/vec.c: ... here.
7662         * vec.h: Move it ...
7663         * common/vec.h: ... here.
7664
7665 2012-04-19  Yao Qi  <yao@codesourcery.com>
7666
7667         * gdb-code-style.el: New.
7668
7669 2012-04-18  Pedro Alves  <palves@redhat.com>
7670
7671         Update gnulib from latest git.
7672         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7673
7674         * gnulib/Makefile.am: Update.
7675         * gnulib/dummy.c: Update.
7676         * gnulib/extra/arg-nonnull.h: Update.
7677         * gnulib/extra/c++defs.h: Update.
7678         * gnulib/extra/update-copyright: Update.
7679         * gnulib/extra/warn-on-use.h: Update.
7680         * gnulib/inttypes.in.h: Update.
7681         * gnulib/m4/00gnulib.m4: Update.
7682         * gnulib/m4/extensions.m4: Update.
7683         * gnulib/m4/gnulib-cache.m4: Update.
7684         * gnulib/m4/gnulib-common.m4: Update.
7685         * gnulib/m4/gnulib-comp.m4: Update.
7686         * gnulib/m4/gnulib-tool.m4: Update.
7687         * gnulib/m4/include_next.m4: Update.
7688         * gnulib/m4/inttypes-pri.m4: Update.
7689         * gnulib/m4/inttypes.m4: Update.
7690         * gnulib/m4/longlong.m4: Update.
7691         * gnulib/m4/memchr.m4: Update.
7692         * gnulib/m4/memmem.m4: Update.
7693         * gnulib/m4/mmap-anon.m4: Update.
7694         * gnulib/m4/multiarch.m4: Update.
7695         * gnulib/m4/onceonly.m4: Update.
7696         * gnulib/m4/stddef_h.m4: Update.
7697         * gnulib/m4/stdint.m4: Update.
7698         * gnulib/m4/string_h.m4: Update.
7699         * gnulib/m4/warn-on-use.m4: Update.
7700         * gnulib/m4/wchar_h.m4: Update.
7701         * gnulib/m4/wchar_t.m4: Update.
7702         * gnulib/m4/wint_t.m4: Update.
7703         * gnulib/memchr.c: Update.
7704         * gnulib/memmem.c: Update.
7705         * gnulib/stddef.in.h: Update.
7706         * gnulib/stdint.in.h: Update.
7707         * gnulib/str-two-way.h: Update.
7708         * gnulib/string.in.h: Update.
7709         * gnulib/wchar.in.h: Update.
7710
7711         * gnulib/extra/arg-nonnull.h: Delete.
7712         * gnulib/extra/c++defs.h: Delete.
7713         * gnulib/extra/warn-on-use.h: Delete.
7714         * gnulib/m4/wchar_h.m4: Delete.
7715         * gnulib/m4/wint_t.m4: Delete.
7716         * gnulib/wchar.in.h: Delete.
7717
7718         * gnulib/extra/snippets/arg-nonnull.h: New.
7719         * gnulib/extra/snippets/c++defs.h: New.
7720         * gnulib/extra/snippets/warn-on-use.h: New.
7721
7722         * aclocal.m4: Regenerate.
7723         * config.in: Regenerate.
7724         * configure: Regenerate.
7725         * gnulib/Makefile.in: Regenerate.
7726
7727 2012-04-18  Pedro Alves  <palves@redhat.com>
7728
7729         Reimport the update-copyright module from gnulib
7730         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7731
7732         * configure: Regenerate.
7733         * gnulib/Makefile.am: Update.
7734         * gnulib/Makefile.in: Regenerate.
7735         * gnulib/extra/update-copyright: Update.
7736         * gnulib/m4/gnulib-cache.m4: Update.
7737         * gnulib/m4/gnulib-comp.m4: Update.
7738
7739 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7740
7741         * configure.ac (aix): Put -lpthread into libs.
7742         * configure: Regenerate.
7743
7744 2012-04-18  Tom Tromey  <tromey@redhat.com>
7745
7746         * linespec.c (convert_linespec_to_sals): Don't use
7747         SYMBOL_OBJ_SECTION.
7748         (compare_msymbols): Arguments are minsym_and_objfile, not
7749         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7750
7751 2012-04-18  Pedro Alves  <palves@redhat.com>
7752
7753         Revert gnulib/ part of:
7754         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7755         Copyright year update in most files (performed by copyright.sh).
7756
7757 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7758
7759         Fix 64-bit constants on 32-bit hosts.
7760         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7761         from unsigned long to ULONGEST.
7762         (read_signed_leb128): Change declaration return type from long to
7763         LONGEST.
7764         (dwarf2_const_value_attr): Change declaration parameter value from long
7765         to LONGEST.
7766         (dwarf2_compute_name): Change variable value from long to LONGEST.
7767         (read_unsigned_leb128): Change return type, variable result and some
7768         casts from unsigned long to ULONGEST.
7769         (read_signed_leb128): Change return type, variable result and some
7770         casts from long to LONGEST.
7771         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7772         value from long to LONGEST.
7773         (dwarf2_const_value): Change variable value from long to LONGEST.
7774         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7775         plongest and hex_string.
7776         * symtab.h (struct general_symbol_info): Change ivalue from long to
7777         LONGEST, remove the comment.
7778         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7779         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7780
7781 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7782
7783         PR symtab/7259:
7784         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7785         * ada-lang.c (ada_discrete_type_high_bound)
7786         (ada_discrete_type_low_bound): Fix function comment.  Use
7787         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7788         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7789         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7790         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7791         Use TYPE_FIELD_ENUMVAL.
7792         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7793         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7794         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7795         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7796         TYPE_CODE_ENUM.
7797         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7798         * dwarf2read.c (process_enumeration_scope): Likewise.
7799         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7800         field.bitpos.
7801         (class StructMainTypePrettyPrinter): Support also
7802         FIELD_LOC_KIND_ENUMVAL.
7803         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7804         TYPE_CODE_ENUM.
7805         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7806         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7807         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7808         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7809         field enumval.
7810         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7811         accommodate enumval.
7812         (struct call_site): Adjust loc_kind to accommodate enumval.
7813         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7814         (TYPE_FIELD_ENUMVAL): New macros.
7815         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7816         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7817         TYPE_CODE_ENUM.
7818         * p-typeprint.c (pascal_type_print_base): Likewise.
7819         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7820         enumval.
7821         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7822         * python/py-type.c (convert_field): New variable addrstring.  Use
7823         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7824         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7825         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7826         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7827         TYPE_CODE_ENUM.
7828         * valprint.c (generic_val_print): Likewise.
7829
7830 2012-04-17  Doug Evans  <dje@google.com>
7831
7832         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7833
7834         * dwarf2read.c: Whitespace fixes.
7835         (lookup_signatured_type): Tweak comment.
7836         (get_die_type_at_offset): Fix comment.
7837
7838 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7839
7840         * xcoffread.c (xcoff_secnum_to_sections): New function.
7841         (secnum_to_section, secnum_to_bfd_section): Reimplement
7842         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7843         into "n_scnum".
7844         (RECORD_MINIMAL_SYMBOL): Delete.
7845         (record_minimal_symbol): New function.
7846         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7847         by call to record_minimal_symbol and set misc_func_recorded
7848         to 1.  Set last_csect_sec to the XCOFF section index instead
7849         of GDB's section_offset index.  Update calls to
7850         prim_record_minimal_symbol_and_info to pass the BFD section
7851         as well.
7852
7853 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7854
7855         * xcoffread.c (read_xcoff_symtab): Delete variables
7856         last_csect_val and last_csect_sec and associated code.
7857
7858 2012-04-17  Doug Evans  <dje@google.com>
7859
7860         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7861         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7862         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7863         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7864
7865         * cleanups.h: New file.
7866         * cleanups.c: New file.
7867         * Makefile.in (SFILES): Add cleanups.c.
7868         (HFILES_NO_SRCDIR): Add cleanups.h.
7869         (COMMON_OBS): Add cleanups.o.
7870         * defs.h (struct cleanup): Moved to cleanups.h.
7871         (do_cleanups,do_final_cleanups): Ditto.
7872         (discard_cleanups,discard_final_cleanups): Ditto
7873         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7874         (save_cleanups,save_final_cleanups): Ditto.
7875         (restore_cleanups,restore_final_cleanups): Ditto.
7876         (null_cleanup): Ditto.
7877         (make_my_cleanup,make_my_cleanup2): Ditto.
7878         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7879         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7880         (do_cleanups,do_final_cleanups): Ditto.
7881         (discard_cleanups,discard_final_cleanups): Ditto
7882         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7883         (save_cleanups,save_final_cleanups): Ditto.
7884         (restore_cleanups,restore_final_cleanups): Ditto.
7885         (null_cleanup): Ditto.
7886         (make_my_cleanup,make_my_cleanup2): Ditto.
7887         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7888
7889         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7890         make_my_cleanup.
7891         (make_cleanup_dyn_string_delete): Ditto.
7892         (make_cleanup_ui_file_delete): Ditto.
7893         (make_cleanup_ui_out_redirect_pop): Ditto.
7894         (make_cleanup_free_section_addr_info): Ditto.
7895         (make_cleanup_restore_integer): Ditto.
7896         (make_cleanup_unpush_target): Ditto.
7897         (make_cleanup_value_free_to_mark): Ditto.
7898         (make_cleanup_value_free): Ditto.
7899         (make_cleanup_free_so): Ditto.
7900
7901 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7902
7903         New option "set debug auto-load".
7904         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7905         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7906         (auto_load_safe_path_vec_update)
7907         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7908         if DEBUG_AUTO_LOAD.
7909         (file_is_auto_load_safe): New parameters debug_fmt and ....
7910         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7911         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7912         caller by explanatory string.
7913         (_initialize_auto_load): Register "set debug auto-load".
7914         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7915         and ....
7916         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7917         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7918         by explanatory string.
7919         * main.c (captured_main): Likewise.
7920         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7921         (source_section_scripts): Likewise.
7922
7923 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7924
7925         New option "set auto-load safe-path".
7926         * NEWS: New commands "set auto-load safe-path"
7927         and "show auto-load safe-path".
7928         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7929         (auto_load_safe_path, auto_load_safe_path_vec)
7930         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7931         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7932         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7933         (source_gdb_script_for_objfile): New variable is_safe.  Call
7934         file_is_auto_load_safe.  Return if it is not.
7935         (struct loaded_script): New field loaded.
7936         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7937         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7938         output "Missing" to "No".
7939         (_initialize_auto_load): New variable cmd.  Initialize
7940         auto_load_safe_path.  Register "set auto-load safe-path",
7941         "show auto-load safe-path" and "add-auto-load-safe-path".
7942         * auto-load.h (maybe_add_script): Add parameter loaded.
7943         (file_is_auto_load_safe): New declaration.
7944         * config.in: Regenerate.
7945         * configure: Regenerate.
7946         * configure.ac: New parameters --with-auto-load-safe-path
7947         and --without-auto-load-safe-path.
7948         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7949         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7950         * main.c (captured_main): Check file_is_auto_load_safe for
7951         LOCAL_GDBINIT.
7952         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7953         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7954         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7955         not.
7956
7957 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7958
7959         auto-load: Implementation.
7960         * NEWS: New descriptions for "info auto-load",
7961         "info auto-load gdb-scripts", "info auto-load python-scripts",
7962         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7963         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7964         and "show auto-load-scripts".  New description for "set auto-load",
7965         "show auto-load", "set auto-load gdb-scripts",
7966         "show auto-load gdb-scripts", "set auto-load python-scripts",
7967         "show auto-load python-scripts", "set auto-load local-gdbinit",
7968         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7969         "show auto-load libthread-db".
7970         * auto-load.c: Remove include python/python-internal.h.  Add includes
7971         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7972         cli/cli-setshow.h.
7973         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7974         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7975         (gdbpy_global_auto_load): Rename to ...
7976         (global_auto_load): ... here.
7977         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7978         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7979         (script_language_gdb, source_gdb_script_for_objfile): New.
7980         (struct loaded_script): New field language.
7981         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7982         LANGUAGE.
7983         (maybe_add_script): Add parameter language.  Drop redundant
7984         entry.full_path initialization.  Initialize entry.language and
7985         (*slot)->language.
7986         (auto_load_objfile_script): Change parameter suffix to language.
7987         Remove the call of maybe_add_script.
7988         Call language->source_script_for_objfile.
7989         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7990         New.
7991         (collect_matching_scripts): Adjust it for
7992         struct collect_matching_scripts_data.
7993         (auto_load_info_scripts_pattern_nl): New variable.
7994         (info_auto_load_scripts): Rename to ...
7995         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7996         for struct collect_matching_scripts_data.
7997         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7998         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7999         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8000         (auto_load_info_cmdlist_get): New.
8001         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8002         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8003         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8004         "info auto-load local-gdbinit".
8005         * auto-load.h (struct script_language): New.
8006         (gdbpy_global_auto_load): Rename to ...
8007         (global_auto_load): ... here.
8008         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8009         (auto_load_local_gdbinit_loaded): New declarations.
8010         (maybe_add_script): New parameter language.
8011         (auto_load_objfile_script): Change parameter suffix to language.
8012         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8013         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8014         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8015         declarations.
8016         * linux-thread-db.c: Include auto-load.h and ctype.h.
8017         (auto_load_thread_db, show_auto_load_thread_db): New.
8018         (struct thread_db_info): New field filename.
8019         (delete_thread_db_info): Call xfree for FILENAME.
8020         (try_thread_db_load): Initialize FILENAME.
8021         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8022         if !AUTO_LOAD_THREAD_DB.
8023         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8024         (_initialize_thread_db): Install auto_load_thread_db
8025         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8026         as "info auto-load libthread-db".
8027         * main.c (captured_main): Rename gdbpy_global_auto_load to
8028         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8029         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8030         (print_gdb_help): Extend the help for 'local init file'.
8031         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8032         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8033         (auto_load_scripts): Rename to ...
8034         (auto_load_python_scripts): ... here, update the comment.
8035         (gdbpy_load_auto_script_for_objfile): New declaration.
8036         (show_auto_load_python_scripts, script_language_python)
8037         (gdbpy_load_auto_script_for_objfile): New.
8038         (source_section_scripts): Refactor the code.
8039         (load_auto_scripts_for_objfile): Rename to ...
8040         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8041         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8042         (info_auto_load_python_scripts): New.
8043         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8044         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8045         Register "set auto-load-scripts" as its deprecated alias.  Register
8046         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8047         its deprecated alias.
8048         (load_auto_scripts_for_objfile): Rename to ...
8049         (gdbpy_load_auto_scripts_for_objfile): ... here.
8050         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8051         (gdbpy_load_auto_scripts_for_objfile): ... here.
8052
8053 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8054
8055         auto-load: Move files.
8056         * Makefile.in (SFILES): Add auto-load.c.
8057         (HFILES_NO_SRCDIR): Add auto-load.h.
8058         (COMMON_OBS): Add auto-load.o.
8059         (distclean): Change .gdbinit for gdb-gdb.gdb.
8060         * auto-load.c: New file, with parts from python/py-auto-load.c.
8061         * auto-load.h: New file, with parts from python/python.h.
8062         * configure: Regenerate.
8063         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8064         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8065         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8066         * main.c: Include auto-load.h.
8067         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8068         command.h, observer.h and progspace.h to auto-load.c.  Add include
8069         auto-load.h.
8070         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8071         (struct loaded_script, auto_load_pspace_data)
8072         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8073         (hash_loaded_script_entry, eq_loaded_script_entry)
8074         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8075         (maybe_add_script): Move to auto-load.c.
8076         (source_section_scripts): Change maybe_add_script parameters passing,
8077         use script_not_found_warning_print.
8078         (clear_section_scripts, auto_load_objfile_script)
8079         (auto_load_new_objfile, loaded_script_ptr)
8080         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8081         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8082         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8083         auto_load_new_objfile and info_auto_load_scripts initizations to
8084         auto-load.c.
8085         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8086
8087 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8088
8089         Code cleanup.
8090         * charset.c (find_charset_names): Remove variables ix and elt.
8091         Use free_char_ptr_vec.
8092         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8093         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8094         debugdir_end.  New variable debugdir_len.
8095         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8096         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8097         declarations.
8098         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8099         and elt.  Use free_char_ptr_vec.
8100         * source.c (add_path): Remove variables argv, arg and argv_index.
8101         New variables dir_vec, back_to, ix and name.
8102         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8103         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8104         no longer expecting DIRNAME_SEPARATOR.
8105         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8106         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8107         no longer expecting DIRNAME_SEPARATOR.
8108         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8109         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8110         debugdir_end.
8111         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8112         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8113         (dirnames_to_char_ptr_vec): New functions.
8114
8115 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8116
8117         Code cleanup.
8118         * source.c (add_path): Remove always true conditional 'p == 0' and
8119         unindent its code block.
8120
8121 2012-04-17  Pedro Alves  <palves@redhat.com>
8122
8123         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8124         (FIELD_BITPOS_LVAL): ... this.
8125         (FIELD_BITPOS): New.
8126         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8127         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8128         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8129         SET_FIELD_BITPOS.
8130         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8131         SET_FIELD_BITPOS.
8132         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8133         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8134         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8135         SET_FIELD_BITPOS.
8136
8137 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8138
8139         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8140         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8141         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8142         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8143         * jv-lang.c (java_link_class_type): Likewise, once.
8144         * stabsread.c (read_enum_type): Likewise.
8145
8146 2012-04-16  Yao Qi  <yao@codesourcery.com>
8147
8148         * common/agent.c (agent_run_command): Add one more parameter `len'.
8149         Update callers.
8150         * common/agent.h: Update declaration.
8151         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8152         Update.
8153         (linux_child_static_tracepoint_markers_by_strid): Ditto.
8154
8155 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
8156
8157         PR mi/13393
8158         * value.c (value_actual_type): New function.
8159         * value.h (value_actual_type): New declaration.
8160         * varobj.c (update_type_if_necessary): New function.
8161         (varobj_create): Call value_actual_type instead of
8162         value_type.
8163         (install_dynamic_child): distinct changed and type changed MI variable
8164         objects.
8165         (update_dynamic_varobj_children): Updated for install_dynamic_child
8166         change.  All callers updated.
8167         (varobj_update): Support for MI variable object type change if
8168         the value changed and RTTI is used to determine the type.
8169         (create_child_with_value): Call value_actual_type instead of
8170         value_type.
8171         (adjust_value_for_child_access): Extended with a new parameter which
8172         specify whether the given value should be casted to enclosing type.
8173         All callers updated.
8174
8175 2012-04-14  Yao Qi  <yao@codesourcery.com>
8176
8177         Import gnulib module inttypes from git
8178         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8179         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8180         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8181         gnulib/m4/inttypes-pri.m4
8182         * aclocal.m4, config.in, configure: Regenerated.
8183         * gnulib/Makefile.am: Update.
8184         * gnulib/Makefile.in: Update.
8185         * gnulib/m4/gnulib-cache.m4: Update.
8186         * gnulib/m4/gnulib-comp.m4: Update.
8187         * gnulib/inttypes.in.h: New.
8188         * gnulib/m4/inttypes-pri.m4: New.
8189         * gnulib/m4/inttypes.m4: New.
8190
8191 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8192
8193         * infrun.c (resume): Update PC address to the real PC after
8194         preparing to do displaced stepping.
8195
8196 2012-04-12  Doug Evans  <dje@google.com>
8197
8198         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8199         All callers updated.
8200
8201 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
8202
8203         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8204
8205 2012-04-12  Doug Evans  <dje@google.com>
8206
8207         * dwarf2read.c (create_all_type_units): Renamed from
8208         create_debug_types_hash_table.  All callers updated.
8209
8210         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8211         local type_sig to sig_type, type_offset to type_offset_in_tu.
8212         (hash_signatured_type): Renamed from hash_type_signature,
8213         all callers updated.
8214         (eq_signatured_type): Renamed from eq_type_signature,
8215         all callers updated.
8216         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8217         (process_enumeration_scope): Ditto.
8218         (lookup_signatured_type_at_offset): Ditto.
8219         (load_full_type_unit, read_signatured_type): Ditto.
8220
8221 2012-04-12  Yao Qi  <yao@codesourcery.com>
8222
8223         * remote.c (async_remote_interrupt): Correct function name in
8224         debug message.
8225         (async_remote_interrupt_twice): Ditto.
8226
8227 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8228
8229         * source.c (find_and_open_source): Consistently pass resulting
8230         full path through xfullpath.
8231
8232 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8233
8234         Provide more specific displaced-stepping memory error message.
8235         * infrun.c (displaced_step_prepare): New variable status.  Call
8236         target_read_memory instead of read_memory, provide more specific
8237         error message.
8238
8239 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8240
8241         PR gdb/13901
8242         * darwin-nat.c (darwin_execvp): Revert previous patch.
8243
8244 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8245
8246         PR gdb/13901
8247         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8248         in case of change.
8249
8250 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8251
8252         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8253         warning.
8254
8255 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8256
8257         New command 'explore' which helps explore values and types in
8258         scope.
8259         * NEWS: Add an entry about the new 'explore' command.
8260         * data-directory/Makefile.in: Add gdb/command/explore.py
8261         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8262         command using the GDB Python API.
8263
8264 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8265
8266         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8267         extension in jump target calculation.
8268
8269 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8270
8271         * mips-tdep.c (mips32_next_pc): Handle JALX.
8272
8273 2012-04-10  Yao Qi  <yao@codesourcery.com>
8274
8275         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8276
8277 2012-04-10  Yao Qi  <yao@codesourcery.com>
8278
8279         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8280         and gnulib/m4/gnulib-tool.m4.
8281
8282 2012-04-10  Doug Evans  <dje@google.com>
8283
8284         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8285         (load_partial_dies): Clarify comment.
8286         (find_partial_die): Support rereading type units.
8287         Clarify CU handling, if we know offset is in CU, don't search for the
8288         containing CU.  Add comment regarding memory waste.
8289
8290 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8291
8292         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8293         i386/x32-avx and i386/x32-avx-linux.
8294         (i386/x32-expedite): New.
8295         (i386/x32-linux-expedite): Likewise.
8296         (i386/x32-avx-expedite): Likewise.
8297         (i386/x32-avx-linux-expedite): Likewise.
8298         ($(outdir)/i386/x32.dat): Likewise.
8299         ($(outdir)/i386/x32-linux.dat): Likewise.
8300         ($(outdir)/i386/x32-avx.dat): Likewise.
8301         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8302
8303         * features/i386/x32-avx-linux.xml: New file.
8304         * features/i386/x32-avx.xml: Likewise.
8305         * features/i386/x32-core.xml: Likewise.
8306         * features/i386/x32-linux.xml: Likewise.
8307         * features/i386/x32.xml: Likewise.
8308
8309         * features/i386/x32-avx-linux.c: New.  Generated.
8310         * features/i386/x32-avx.c: Likewise.
8311         * features/i386/x32-linux.c: Likewise.
8312         * features/i386/x32.c: Likewise.
8313         * regformats/i386/x32-avx-linux.dat: Likewise.
8314         * regformats/i386/x32-avx.dat: Likewise.
8315         * regformats/i386/x32-linux.dat: Likewise.
8316         * regformats/i386/x32.dat: Likewise.
8317
8318 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8319
8320         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8321         code to kill the inferior.
8322
8323 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8324
8325         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8326         defines.
8327         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8328         defines.
8329         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8330         (yyvsp): New defines.
8331         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8332         defines.
8333         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8334         defines.
8335         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8336         defines.
8337         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8338         defines.
8339         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8340         defines.
8341
8342 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8343
8344         * sparc64-tdep.c (sparc64_store_arguments)
8345         (sparc64_store_arguments): Fix coding style.
8346
8347 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8348
8349         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8350         complex floats, adjust some related comments and tighten a related
8351         assertion.
8352         (sparc64_extract_return_value): Handle complex floats.
8353
8354 2012-04-07  Doug Evans  <dje@google.com>
8355
8356         * dwarf2read.c (load_partial_dies): Change condition to assert.
8357
8358 2012-04-06  Doug Evans  <dje@google.com>
8359
8360         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8361         "mov %rsp,%rbp".
8362
8363 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8364
8365         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8366         fencepost error.
8367         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8368         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8369         architecture.
8370
8371 2012-04-05  Keith Seitz  <keiths@redhat.com>
8372
8373         * linespec.c (decode_compound): Remove.
8374         (enum offset_relative_sign): New enum.
8375         (struct line_offset): New struct.
8376         (struct linespec): New struct.
8377         (struct linespec_state): Move file_symtabs,
8378         user_filename, and user_function into struct linespec.
8379         Make result an anonymous struct holding vectors of
8380         symbolp and minsym_and_objfile_d.
8381         Add language member.
8382         (enum ls_token_type): New enum.
8383         (linespec_keywords): New array.
8384         (struct ls_token): New struct.
8385         (struct ls_parser): New struct.
8386         (linespec_lexer_lex_number): New function.
8387         (linespec_lexer_lex_keyword): New function.
8388         (is_ada_operator): New function.
8389         (skip_quote_char): New function.
8390         (copy_token_string): New function.
8391         (is_closing_quote_enclosed): New function.
8392         (find_parameter_list_end): New function.
8393         (linespec_lexer_lex_string): New function.
8394         (linespec_lexer_lex_one): New function.
8395         (linespec_lexer_consume_token): New function.
8396         (linespec_lexer_peek_token): New function.
8397         (cplusplus_error): Remove unused function.
8398         (find_methods): Update comment.
8399         (find_toplevel_char): Return const.
8400         (is_objc_method_format): Remove unused function.
8401         (find_toplevel_string): New function.
8402         (is_linespec_boundary): Remove.
8403         (symbol_not_found_error): New function.
8404         (find_method_overload_end): Remove function.
8405         (unexpected_linespec_error): New function.
8406         (keep_name_info): Remove.
8407         (linespec_parse_line_offset): New function.
8408         (linespec_parse_basic): New function.
8409         (canonicalize_linespec): New function.
8410         (decode_line_internal): Remove.
8411         (create_sals_line_offset): New function adapted from
8412         decode_all_digits.
8413         (convert_linespec_to_sals): New function.
8414         (parse_linespec): New function.
8415         (linespec_parser_new): New function.
8416         (linespec_state_destructor): Change parameter type to
8417         struct linespec_state *.
8418         Add language parameter.
8419         Remove freeing of moved members.
8420         (linespec_parser_delete): New function.
8421         (decode_line_full): Use parse_linespec and linespec_parser_new.
8422         (decode_line_1): Likewise.
8423         (decode_indirect): Rename to ...
8424         (linespec_expression_to_pc): ... this and rewrite
8425         to simply find CORE_ADDR, storing this result for later
8426         conversion to SALs.
8427         (locate_first_half): Remove.
8428         (deocde_objc): Add parameter LS.
8429         Initialize new struct collect_info members.
8430         Handle minimal symbols, too.
8431         (decode_compound): Delete.
8432         (lookup_prefix_sym): Rewrite.
8433         (compare_msymbols): New function.
8434         (find_method): Rewrite.
8435         Do not call cplusplus_error.
8436         (symtabs_from_filename): Rewrite.
8437         (collect_function_symbols): Delete.
8438         (find_function_symbols): Rewrite without ARGPTR-style
8439         processing.
8440         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8441         (decode_dollar): Adapted and renamed to ...
8442         (linespec_parse_variable): ... this.
8443         (find_linespec_symbols): New function.
8444         (decode_label): Adapted and renamed to ...
8445         (find_label_symbols): ... this.
8446         (decode_digits_list_mode): Add and use LS argument.
8447         (decode_digits_ordinary): Likewise.
8448         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8449         If in list mode, allow any symbol class.  Otherwise, only
8450         permit LOC_BLOCK symbols.
8451         (minsym_found): Update comments.
8452         (search_minsyms_for_name): Do not convert the matching symbol
8453         into a SAL.  Simply push the symbol and objfile into the
8454         result vector.
8455         (decode_variable): Delete. Contents adapted into
8456         find_linespec_symbols.
8457
8458         * cp-support.c (SKIP_SPACE): Remove.
8459         (operator_tokens): Remove unused global.
8460         (cp_validate_operator): Remove.
8461         * cp-support.h (cp_validate_operator): Remove declaration.
8462
8463 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8464
8465         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8466         for TYPE_VPTR_FIELDNO.
8467         * valprint.c (valprint_check_validity): Make it global, move the
8468         function comment ...
8469         * value.h (valprint_check_validity): ... to this new declaration.
8470
8471 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8472
8473         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8474         the STATE32 api for i386 state.
8475         (i386_darwin_store_inferior_registers): Likewise.
8476
8477 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8478
8479         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8480         SS offset.
8481         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8482         format_string.
8483
8484 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8485
8486         PR gdb/13901
8487         * darwin-nat.c (darwin_execvp): Set binary preference.
8488
8489 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8490
8491         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8492
8493 2012-03-30  Tom Tromey  <tromey@redhat.com>
8494
8495         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8496         of TRY_CATCH.  Fix error handling.
8497         * python/py-value.c (convert_value_from_python): Move 'old'
8498         declaration to innermost scope.
8499
8500 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8501             Andrey Smirnov  <andrew.smirnov@gmail.com>
8502
8503         -Wshadow warning fix.
8504         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8505         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8506         Adjust code accordingly.
8507
8508 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8509
8510         * ada-lang.c (symbol_completion_add): Rename parameter
8511         "encoded" into "encoded_p".  Ajust code and documentation
8512         accordingly.
8513
8514 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8515             Andrey Smirnov  <andrew.smirnov@gmail.com>
8516
8517         -Wshadow warning fix.
8518         * ada-lang.c (symbol_completion_add): Rename parameter
8519         "wild_match" into wild_match_p.  Update code and documentation
8520         accordingly.
8521
8522 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8523
8524         * ada-lang.c (symbol_completion_match): Rename parameter
8525         "encoded" into "encoded_p".  Ajust code and documentation
8526         accordingly.
8527
8528 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8529             Andrey Smirnov  <andrew.smirnov@gmail.com>
8530
8531         -Wshadow warning fix.
8532         * ada-lang.c (symbol_completion_match): Rename parameter
8533         "wild_match" into "wild_match_p".  Adjust code and function
8534         documentation accordingly.
8535
8536 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8537             Andrey Smirnov  <andrew.smirnov@gmail.com>
8538
8539         -Wshadow warning fix.
8540         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8541         "symbol_info" into "info".  Adjust code accordingly.
8542         (ada_lookup_symbol): Likewise.
8543
8544 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8545
8546         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8547         of this function's documentation.
8548
8549 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8550             Andrey Smirnov  <andrew.smirnov@gmail.com>
8551
8552         -Wshadow warning fix.
8553         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8554         variable into "wild_match_p".  Adjust code accordingly.
8555
8556 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8557             Andrey Smirnov  <andrew.smirnov@gmail.com>
8558
8559         -Wshadow warning fix.
8560         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8561         parameter into "wild_match_p".  Adjust code accordingly.
8562         Document this parameter in the function description.
8563
8564 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8565             Andrey Smirnov  <andrew.smirnov@gmail.com>
8566
8567         -Wshadow warning fix.
8568         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8569         "wild_match" parameter to "wild_match_p" (-Wshadow).
8570
8571 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8572
8573         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8574         in function documentation.
8575
8576 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8577             Andrey Smirnov  <andrew.smirnov@gmail.com>
8578
8579         -Wshadow warning fix.
8580         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8581         variable into wild_match_p.  Adjust code accordingly.
8582
8583 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8584             Andrey Smirnov  <andrew.smirnov@gmail.com>
8585
8586         * ada-valprint.c (ada_val_print_1): Move the code handling
8587         TYPE_CODE_ENUM inside its own lexical block.  Declare
8588         variables len and val there, instead of in the function's
8589         top level block.  Avoid declaring deref_val again in a way
8590         that shadows another variable of the same name declared
8591         in one of the up-level blocks.  Just re-use the up-level
8592         variable instead.
8593
8594 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8595
8596         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8597         Replace block_found argument by symbol_info.  Adjust
8598         implementation accordingly.  Add function documentation.
8599         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8600         Fix documentation.
8601         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8602         * ada-exp.y (write_object_renaming): Adjust to new
8603         ada_lookup_encoded_symbol API.
8604
8605 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8606
8607         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8608         documentation.
8609
8610 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8611
8612         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8613         (v850_register_name): Add the mpu and fpu register names.
8614         (v850e_register_name): Add the mpu and fpu register names.
8615         (v850e2_register_name): New function.
8616         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8617         bfd_mach_v850e2v3.
8618
8619 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8620
8621         * NEWS: Add entry for Ada varobj support.
8622
8623 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8624
8625         * varobj.c (default_value_is_changeable_p): New function,
8626         extracted from varobj_value_is_changeable_p.  Add declaration.
8627         (ada_value_is_changeable_p): New function, extracted from
8628         varobj_value_is_changeable_p.  Add declaration.
8629         (struct language_specific): New field "value_is_changeable_p".
8630         (languages): Add entries for new field.
8631         (varobj_create): Set language before calling install_new_value.
8632         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8633         "value_is_changeable_p" language callback.
8634
8635 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8636
8637         * ada-varobj.h, ada-varobj.c: New files.
8638         * Makefile.in (SFILES): Add ada-varobj.c.
8639         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8640         (COMMON_OBS): Add ada-varobj.o.
8641
8642 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8643
8644         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8645         (struct language_specific): New field "value_has_mutated".
8646         (languages): Set field "value_has_mutated" in each entry of array.
8647         (varobj_value_has_mutated): New function.
8648         (varobj_udpdate): Add handling of type mutation.
8649         (value_of_root): Add handling of type mutation.
8650         (ada_value_has_mutated): New function.
8651
8652 2012-03-28  Pedro Alves  <palves@redhat.com>
8653
8654         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8655         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8656
8657 2012-03-28  Tom Tromey  <tromey@redhat.com>
8658
8659         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8660         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8661         before returning.
8662
8663 2012-03-28  Tom Tromey  <tromey@redhat.com>
8664
8665         * .dir-locals.el: New file.
8666
8667 2012-03-28  Pedro Alves  <palves@redhat.com>
8668
8669         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8670
8671 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8672
8673         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8674         handling for r0.
8675
8676 2012-03-27  Pedro Alves  <palves@redhat.com>
8677
8678         Eliminate struct ui_stream.
8679
8680         * ui-out.h (struct ui_stream): Delete.
8681         (ui_out_field_stream): Adjust prototype.
8682         (ui_out_stream_new, ui_out_stream_delete)
8683         (make_cleanup_ui_out_stream_delete): Delete declarations.
8684         * ui-out.c (ui_out_field_stream): Change prototype to take a
8685         ui_file instead of a ui_stream.  Adjust.
8686         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8687         (make_cleanup_ui_out_stream_delete): Delete.
8688         * breakpoint.c (print_breakpoint_location)
8689         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8690         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8691         * disasm.c (dump_insns): Ditto.
8692         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8693         prototype.
8694         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8695         ui_stream/ui_out_stream_new.
8696         * infcmd.c (print_return_value): Ditto.
8697         * osdata.c (info_osdata_command): Don't allocate a local
8698         ui_stream.
8699         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8700         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8701         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8702         allocate a local ui_stream.
8703         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8704         instead of ui_stream/ui_out_stream_new.
8705         (list_args_or_locals): Don't allocate a local ui_stream.
8706         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8707         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8708         ui_stream/ui_out_stream_new.
8709         * cli/cli-setshow.c (do_setshow_command): Ditto.
8710
8711 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8712
8713         * arm-linux-tdep.c (arm_linux_init_abi): Call
8714         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8715         * arm-tdep.c (arm_process_record): New function.
8716         (deallocate_reg_mem): New function.
8717         (decode_insn): New function.
8718         (thumb_record_branch): New function.
8719         (thumb_record_ldm_stm_swi(): New function.
8720         (thumb_record_misc): New function.
8721         (thumb_record_ld_st_stack): New function.
8722         (thumb_record_ld_st_imm_offset): New function.
8723         (thumb_record_ld_st_reg_offset(): New function.
8724         (thumb_record_add_sub_cmp_mov): New function.
8725         (thumb_record_shift_add_sub): New function.
8726         (arm_record_coproc_data_proc): New function.
8727         (arm_record_coproc): New function.
8728         (arm_record_b_bl): New function.
8729         (arm_record_ld_st_multiple): New function.
8730         (arm_record_ld_st_reg_offset): New function.
8731         (arm_record_ld_st_imm_offset): New function.
8732         (arm_record_data_proc_imm): New function.
8733         (arm_record_data_proc_misc_ld_str): New function.
8734         (arm_record_extension_space): New function.
8735         (arm_record_strx): New function.
8736         (sbo_sbz): New function.
8737         (struct insn_decode_record): New structure for arm insn record.
8738         (REG_ALLOC): New macro for reg allocations.
8739         (MEM_ALLOC): New macro for memory allocations.
8740         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8741
8742 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8743
8744         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8745         (store_register): Likewise.
8746
8747 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8748
8749         * MAINTAINERS (Write After Approval): Add myself to the list.
8750
8751 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8752
8753         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8754         Describe also the option "auto".
8755
8756 2012-03-22  Richard Henderson  <rth@redhat.com>
8757
8758         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8759         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8760
8761 2012-03-22  Richard Henderson  <rth@redhat.com>
8762
8763         * jit.c (jit_read_code_entry): Compute alignment and offset of
8764         int64_t member before computing entry_size.
8765
8766 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8767
8768         Python scripting: Add new method Value.referenced_value to
8769         gdb.Value which can dereference pointer as well as reference
8770         values.
8771         * NEWS: Add entry under 'Python scripting' about the new method
8772         Value.referenced_value on gdb.Value objects.
8773         * python/py-value.c (valpy_referenced_value): New function
8774         defining a new method on gdb.Value objects which can dereference
8775         pointer and reference values.
8776
8777 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8778
8779         * MAINTAINERS (Write After Approval): Add myself to the list.
8780
8781 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8782
8783         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8784         in addition to "main".
8785
8786 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8787
8788         * expression.h (op_name): Add declaration.
8789         * expprint.c (op_name): Remove declaration.  Make non-static.
8790         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8791
8792 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8793
8794         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8795         of struct siginfo.
8796         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8797         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8798         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8799         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8800         (linux_nat_get_siginfo): Likewise.
8801         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8802         (linux_nat_get_siginfo): Likewise.
8803         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8804         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8805         * procfs.c (gdb_siginfo_t): Likewise.
8806
8807 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8808
8809         * .gitignore: Ignore more files.
8810
8811 2012-03-20  Pedro Alves  <palves@redhat.com>
8812
8813         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8814         returns.
8815
8816 2012-03-20  Yao Qi  <yao@codesourcery.com>
8817
8818         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8819         comment.
8820
8821 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8822
8823         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8824         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8825         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8826         sect_offset.
8827         * dwarf2expr.h (cu_offset, sect_offset): New types.
8828         (struct dwarf_expr_context_funcs) <dwarf_call>
8829         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8830         sect_offset.
8831         (struct dwarf_expr_context) <len>: Improve the comment.
8832         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8833         cu_offset and sect_offset.
8834         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8835         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8836         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8837         * dwarf2loc.h: Include dwarf2expr.h.
8838         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8839         and sect_offset.
8840         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8841         Improve the comment.
8842         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8843         (struct signatured_type, struct line_header, struct partial_die_info)
8844         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8845         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8846         (get_die_type_at_offset, create_cus_from_index)
8847         (create_signatured_type_table_from_index, dw2_get_file_names)
8848         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8849         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8850         (create_debug_types_hash_table, process_psymtab_comp_unit)
8851         (load_partial_comp_unit, create_all_comp_units)
8852         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8853         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8854         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8855         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8856         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8857         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8858         (find_partial_die, read_attribute_value, lookup_die_type)
8859         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8860         (is_ref_attr): New function comment.
8861         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8862         Use cu_offset and sect_offset.
8863         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8864         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8865         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8866         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8867         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8868         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8869         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8870         sect_offset.
8871
8872 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8873
8874         Code cleanup.
8875         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8876         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8877         with xfree.
8878         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8879
8880 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8881
8882         * NEWS: Describe new options --init-command=FILE, -ix and
8883         --init-eval-command=COMMAND, -iex.
8884         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8885         CMDARG_INIT_COMMAND.
8886         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8887         "init-command", "init-eval-command", "ix" and "iex" to the variable
8888         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8889         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8890         (print_gdb_help): Describe --init-command=FILE, -ix and
8891         --init-eval-command=COMMAND, -iex.
8892
8893 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8894
8895         Code cleanup.
8896         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8897         (cmdarg_s, VEC (cmdarg_s)): New.
8898         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8899         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8900         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8901         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8902         of CMDARG.
8903
8904 2012-03-19  Tom Tromey  <tromey@redhat.com>
8905
8906         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8907
8908 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8909
8910         PR symtab/13777
8911         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8912         GCC >=4.5.
8913
8914 2012-03-16  Chris January  <chris.january@allinea.com>
8915
8916         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8917         of clear.
8918
8919 2012-03-16  Chris January  <chris.january@allinea.com>
8920
8921         * source.c (add_path): Use memmove instead of strcpy because the
8922         strings overlap.
8923
8924 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8925
8926         * value.h (set_value_parent): Add declaration.
8927         * value.c (set_value_parent): New function.
8928         (value_address): If VALUE->PARENT is not NULL, then use it as
8929         the base address instead of VALUE->LOCATION.address.
8930         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8931         the same as OBJ's address.  Adjust V's offset accordingly.
8932         Set V's parent.
8933
8934 2012-03-16  Gary Benson  <gbenson@redhat.com>
8935
8936         PR breakpoints/10738
8937         * dwarf2read.c (use_deprecated_index_sections): New global.
8938         (struct partial_die_info): New member may_be_inlined.
8939         (read_partial_die): Set may_be_inlined where appropriate.
8940         (add_partial_subprogram): Add partial symbols for partial
8941         DIEs that may be inlined.
8942         (new_symbol_full): Add inlined subroutines to the current
8943         scope.
8944         (write_psymtabs_to_index): Bump version number.
8945         (dwarf2_read_index): Read only version 6 indices unless
8946         use_deprecated_index_sections is set.
8947         * linespec.c (symbol_and_data_callback): New structure.
8948         (iterate_inline_only): New function.
8949         (iterate_over_all_matching_symtabs): New argument
8950         "include_inline".  If nonzero, also call the callback for
8951         symbols representing inlined subroutines.
8952         (lookup_prefix_sym): Pass extra argument to the above.
8953         (find_function_symbols): Likewise.
8954         (add_matching_symbols_to_info): Likewise.
8955         * NEWS: Mention that GDB can now set breakpoints on inlined
8956         functions.
8957
8958 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8959
8960         * p-typeprint.c (pascal_type_print_method_args):
8961         Fix display of parameter of methods.
8962
8963 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8964
8965         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8966         Add missing prototype.
8967
8968 2012-03-16  Yao Qi  <yao@codesourcery.com>
8969             Jan Kratochvil  <jan.kratochvil@redhat.com>
8970
8971         Fix false compilation warning.
8972         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8973
8974 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8975             Pedro Alves  <pedro@codesourcery.com>
8976
8977         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8978         (arm_register_g_packet_guesses): New function.
8979         (arm_gdbarch_init): Don't force a target description with
8980         registers when the executable is detected as M-profile.  Instead
8981         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8982         (_initialize_arm_tdep): Initialize the new target description.
8983         * features/arm-with-m-fpa-layout.xml: New description.
8984         * features/arm-with-m-fpa-layout.c: New, generated.
8985
8986 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8987
8988         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8989         Update function description.
8990         (insert_bp_location): Do not wipe bl->target_info out.
8991         * mem-break.c: #include "gdb_string.h".
8992         (default_memory_insert_breakpoint): Do not call target_read_memory
8993         with a pointer to the breakpoint's shadow_contents buffer.  Use
8994         a local buffer instead.
8995         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8996
8997 2012-03-15  Tom Tromey  <tromey@redhat.com>
8998
8999         * NEWS: Mention "info vtbl", not "info vtable".
9000         * cp-support.c (info_vtbl_command): Fix comment.
9001         (_initialize_cp_support): Fix text.
9002
9003 2012-03-15  Tom Tromey  <tromey@redhat.com>
9004
9005         * cp-valprint.c (cp_print_value_fields): Use
9006         print_function_pointer_address for vtable slot.
9007
9008 2012-03-15  Tom Tromey  <tromey@redhat.com>
9009
9010         * gnu-v3-abi.c (struct value_and_voffset): New.
9011         (hash_value_and_voffset, eq_value_and_voffset)
9012         (compare_value_and_voffset, compute_vtable_size)
9013         (print_one_vtable, gnuv3_print_vtable): New functions.
9014         (init_gnuv3_ops): Initialize 'print_vtable' field.
9015         * cp-support.c (info_vtbl_command): New function.
9016         (_initialize_cp_support): Add "info vtbl".
9017         * cp-abi.h (cplus_print_vtable): Declare.
9018         (struct cp_abi_ops) <print_vtable>: New field.
9019         * cp-abi.c (cplus_print_vtable): New function.
9020         * NEWS: Update.
9021
9022 2012-03-15  Tom Tromey  <tromey@redhat.com>
9023
9024         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9025         iterate_over_symbols.
9026
9027 2012-03-14  Doug Evans  <dje@google.com>
9028
9029         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9030         DW_OP_GNU_parameter_ref.
9031
9032 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9033
9034         Fix double prompt of 'interpreter-exec mi'.
9035         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9036         (mi_interpreter_resume): use it.
9037         (mi_execute_command_input_handler): New function.
9038         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9039         mi_execute_command_input_handler.
9040
9041 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9042
9043         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9044         prototype.
9045         (darwin_debug_port_info): Make static.
9046         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9047         * machoread.c (_initialize_machoread): Add prototype.
9048         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9049         (i386_darwin_set_control, i386_darwin_get_control)
9050         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9051         i386_darwin_get_status, i386_darwin_get_control):
9052         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9053
9054 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9055
9056         * ax-gdb.c (gen_usual_unary): Remove special handling of
9057         enum and bool types.
9058
9059 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9060
9061         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9062
9063 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9064
9065         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9066
9067 2012-03-13  Chris January  <chris.january@allinea.com>
9068
9069         * aix-thread.c (fill_sprs): Store the floating point registers
9070         at the correct offsets into vals.
9071
9072 2012-03-13  Doug Evans  <dje@google.com>
9073
9074         * NEWS: Mention symbol-reloading has been deleted.
9075         * symfile.c (symbol_reloading): Delete.
9076         (show_symbol_reloading): Delete.
9077         (_initialize_symfile): Delete set/show symbol-reloading.
9078
9079         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9080         read_in_chain until we have successfully read it in.
9081         (load_full_comp_unit): Ditto.
9082         (read_signatured_type): Add comment.
9083
9084 2012-03-13  Chris January  <chris.january@allinea.com>
9085
9086         * stabsread.c (fix_common_block): Change type of valu argument
9087         to CORE_ADDR.
9088
9089 2012-03-13  Chris January  <chris.january@allinea.com>
9090
9091         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9092         instruction.
9093
9094 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9095
9096         * common/linux-procfs.c (linux_proc_get_int): New, from
9097         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9098         field.
9099         (linux_proc_get_tgid): Only call linux_proc_get_int.
9100         (linux_proc_get_tracerpid): New.
9101         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9102         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9103         linux_proc_pid_has_state.
9104         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9105         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9106         (linux_ptrace_attach_warnings): New.
9107         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9108         New declaration.
9109         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9110         (linux_nat_attach): New variables ex, buffer, message and message_s.
9111         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9112
9113 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9114
9115         * Makefile.in (linux-ptrace.o): New.
9116         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9117         from linux-nat.c.
9118         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9119         * common/linux-ptrace.c: New file.
9120         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9121         * config/arm/linux.mh: Likewise.
9122         * config/i386/linux.mh: Likewise.
9123         * config/i386/linux64.mh: Likewise.
9124         * config/ia64/linux.mh: Likewise.
9125         * config/m32r/linux.mh: Likewise.
9126         * config/m68k/linux.mh: Likewise.
9127         * config/mips/linux.mh: Likewise.
9128         * config/pa/linux.mh: Likewise.
9129         * config/powerpc/linux.mh: Likewise.
9130         * config/powerpc/ppc64-linux.mh: Likewise.
9131         * config/powerpc/spu-linux.mh: Likewise.
9132         * config/s390/s390.mh: Likewise.
9133         * config/sparc/linux.mh: Likewise.
9134         * config/sparc/linux64.mh: Likewise.
9135         * config/xtensa/linux.mh: Likewise.
9136         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9137         common/linux-procfs.c.
9138         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9139
9140 2012-03-13  Hui Zhu  <teawater@gmail.com>
9141             Pedro Alves  <palves@redhat.com>
9142
9143         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9144         CREATE_BREAKPOINT_FLAGS_INSERTED.
9145         (create_breakpoint_sal, create_breakpoints_sal)
9146         (base_breakpoint_create_breakpoints_sal)
9147         (tracepoint_create_breakpoints_sal)
9148         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9149         down.
9150         (break_command_1, handle_gnu_v3_exceptions, trace_command)
9151         (ftrace_command, strace_command): Adjust.
9152         (create_tracepoint_from_upload): Pass
9153         CREATE_BREAKPOINT_FLAGS_INSERTED.
9154         * breakpoint.h (enum breakpoint_create_flags): New.
9155         (create_breakpoint): New flags parameter.
9156         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9157         * python/py-breakpoint.c (bppy_init): Adjust.
9158         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9159         * spu-tdep.c (spu_catch_start): Adjust.
9160
9161 2012-03-13  Pedro Alves  <palves@redhat.com>
9162             Hui Zhu  <teawater@gmail.com>
9163             Yao Qi  <yao@codesourcery.com>
9164
9165         * remote.c (struct remote_state): New field `starting_up'.
9166         (remote_start_remote): Set and clear it.
9167         (remote_can_download_tracepoint): If starting up, return false.
9168
9169 2012-03-13  Yao Qi  <yao@codesourcery.com>
9170
9171         * inferior.h (struct inferior): Remove fields any_syscall_count,
9172         syscalls_counts and total_syscalls_count.  Move them to new
9173         struct catch_syscall_inferior_data in breakpoint.c.
9174         * breakpoint.c: Call DEF_VEC_I(int).
9175         (struct catch_syscall_inferior_data): New.
9176         (get_catch_syscall_inferior_data): New.
9177         (catch_syscall_inferior_data_cleanup): New.
9178         (insert_catch_syscall): Update to access data in
9179         struct catch_syscall_inferior_data.
9180         (insert_catch_syscall): Likewise.
9181         (remove_catch_syscall): Likewise.
9182         (remove_catch_syscall): Likewise.
9183         (is_syscall_catchpoint_enabled): Likewise.
9184         (add_catch_command): Likewise.
9185         (_initialize_breakpoint): Register cleanup.
9186         * breakpoint.h: Removed DEF_VEC_I(int).
9187         * dwarf2loc.c: Call DEF_VEC_I(int).
9188         * mi/mi-main.c: Likewise.
9189
9190 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9191
9192         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9193
9194 2012-03-12  Chris January  <chris.january@allinea.com>
9195
9196         * aix-thread.c (_initialize_aix_thread): Add prototype.
9197         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9198         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9199
9200 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
9201
9202         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9203         include of "amd64-nat.h".
9204
9205 2012-03-12  Tom Tromey  <tromey@redhat.com>
9206
9207         * buildsym.c (record_pending_block): Now static.
9208         * buildsym.h: (record_pending_block): Remove.
9209
9210 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
9211
9212         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9213
9214 2012-03-09  Tom Tromey  <tromey@redhat.com>
9215
9216         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9217         producer_is_gxx_lt_4_6>: New fields.
9218         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9219
9220 2012-03-09  Tom Tromey  <tromey@redhat.com>
9221
9222         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9223
9224 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9225
9226         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9227         prototype.
9228
9229 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9230
9231         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9232
9233 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9234
9235         Fix -Wmissing-prototypes build.
9236         * arm-linux-nat.c (get_thread_id): Make it static.
9237         * xtensa-linux-nat.c (get_thread_id): Likewise.
9238
9239 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9240
9241         * server.c (process_point_options): If a conditional expression
9242         is found, only print a message if remote_debug is nonzero.
9243
9244 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9245
9246         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9247         of internal error for unknown/unsupported types.
9248
9249 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9250
9251         Fix CU relative vs. absolute DIE offsets.
9252         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9253         offset to offset_in_cu.
9254         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9255         TYPE_OFFSET.
9256         (dwarf2_fetch_die_location_block): Rename parameter offset to
9257         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9258
9259 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9260
9261         * libunwind-frame.c: Rename to ...
9262         * ia64-libunwind-tdep.c: ... here.
9263         * libunwind-frame.h: Rename to ...
9264         * ia64-libunwind-tdep.h: ... here.
9265         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9266         ia64-libunwind-tdep.h.
9267         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9268         * README (--with-libunwind): Rename to ...
9269         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9270         * config.in: Regenerate.
9271         * configure: Regenerate.
9272         * configure.ac: New option --with-libunwind-ia64, make the
9273         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9274         Remove AC_DEFINE for HAVE_LIBUNWIND.
9275         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9276         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9277         Rename libunwind-frame in the general comment.
9278         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9279         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9280         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9281         the general comment.
9282         * ia64-tdep.c: Rename libunwind-frame.h #include to
9283         ia64-libunwind-tdep.h.
9284         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9285         (ia64_libunwind_descr): Rename libunwind-frame to
9286         ia64-libunwind-tdep in these function comments.
9287         * ia64-tdep.h: Rename libunwind-frame.h #include to
9288         ia64-libunwind-tdep.h.
9289         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9290         ia64-libunwind-tdep in that data comment.
9291
9292 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9293
9294         * libunwind-frame.h (struct frame_unwind): New declaration.
9295
9296 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9297
9298         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9299         "set breakpoint condition-evaluation" command.
9300
9301 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9302
9303         * sparc-stub.c: Move to stubs/
9304         * sh-stub.c: Likewise.
9305         * m68k-stub.c: Likewise.
9306         * m32r-stub.c: Likewise.
9307         * i386-stub.c: Likewise.
9308
9309 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9310
9311         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9312         linux_get_siginfo_type.
9313
9314         * m68klinux-nat.c: Include "gdb_proc_service.h".
9315         (PTRACE_GET_THREAD_AREA): Define.
9316         (ps_get_thread_area): New function.
9317
9318 2012-03-08  Yao Qi  <yao@codesourcery.com>
9319
9320         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9321         `xsnprintf'.
9322         (remote_query_attached): Likewise.
9323         (remote_static_tracepoint_marker_at): Likewise.
9324         (remote_set_permissions): Likewise.
9325         (remote_detach_1, extended_remote_attach_1): Likewise.
9326         (send_g_packet, remote_vkill): Likewise.
9327         (extended_remote_disable_randomization): Likewise.
9328         (remote_add_target_side_condition): Likewise.
9329         (remote_insert_breakpoint): Likewise.
9330         (remote_remove_breakpoint): Likewise.
9331         (remote_insert_watchpoint): Likewise.
9332         (remote_remove_watchpoint): Likewise.
9333         (remote_insert_hw_breakpoint): Likewise.
9334         (remote_insert_hw_breakpoint): Likewise.
9335         (remote_remove_hw_breakpoint): Likewise.
9336         (remote_download_command_source): Likewise.
9337         (remote_download_tracepoint): Likewise.
9338         (remote_download_trace_state_variable): Likewise.
9339         (remote_disable_tracepoint): Likewise.
9340         (remote_trace_set_readonly_regions): Likewise.
9341         (remote_get_tracepoint_status): Likewise.
9342         (remote_trace_find): Likewise.
9343         (remote_get_trace_state_variable_value): Likewise.
9344         (remote_set_disconnected_tracing): Likewise.
9345         (remote_set_circular_trace_buffer): Likewise.
9346         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9347         (remote_use_agent): Likewise.
9348         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9349         Update callers.
9350
9351 2012-03-07  Pedro Alves  <palves@redhat.com>
9352
9353         * NEWS: Mention QProgramSignals.
9354         * inferior.h (update_signals_program_target): Declare.
9355         * infrun.c: (update_signals_program_target): New.
9356         (handle_command): Update the target of the new program signals
9357         array changes.
9358         * remote.c (PACKET_QProgramSignals): New enum.
9359         (last_program_signals_packet): New global.
9360         (remote_program_signals): New.
9361         (remote_start_remote): Update the target with the program signals
9362         list.
9363         (remote_protocol_features): Add entry for QPassSignals.
9364         (remote_open_1): Free anc clear last_program_signals_packet.
9365         (init_remote_ops): Install remote_program_signals.
9366         * target.c (update_current_target): Adjust.
9367         (target_program_signals): New.
9368         * target.h (struct target_ops) <to_program_signals>: New field.
9369         (target_program_signals): Declare.
9370
9371 2012-03-07  Pedro Alves  <palves@redhat.com>
9372
9373         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9374         extensions.
9375
9376 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9377
9378         * m68klinux-nat.c (getregs_supplies): Make static.
9379         (getfpregs_supplies): Likewise.
9380         (have_ptrace_getregs): Likewise.
9381
9382 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9383
9384         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9385         in call to get_die_type_at_offset.
9386
9387 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9388
9389         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9390         * mi/mi-cmd-disas.c: Ditto.
9391         * mi/mi-cmd-env.c: Ditto.
9392         * mi/mi-cmd-file.c: Ditto.
9393         * mi/mi-cmd-stack.c: Ditto.
9394         * mi/mi-cmd-target.c: Ditto.
9395         * mi/mi-cmd-var.c: Ditto.
9396         * mi/mi-cmds.c: Ditto.
9397         * mi/mi-cmds.h: Ditto.
9398         * mi/mi-console.c: Ditto.
9399         * mi/mi-getopt.c: Ditto.
9400         * mi/mi-getopt.h: Ditto.
9401         * mi/mi-interp.c: Ditto.
9402         * mi/mi-main.c: Ditto.
9403         * mi/mi-out.c: Ditto.
9404         * mi/mi-parse.c: Ditto.
9405         * mi/mi-parse.h: Ditto.
9406         * mi/mi-symbol-cmds.c: Ditto.
9407
9408         * mi/mi-getopt.h: Move mi_opt struct up.
9409         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9410         return.
9411         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9412
9413 2012-03-06  Tom Tromey  <tromey@redhat.com>
9414
9415         * proc-service.c (ps_pglobal_lookup): Set the current program
9416         space.
9417
9418 2012-03-06  Pedro Alves  <palves@redhat.com>
9419
9420         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9421
9422 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9423
9424         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9425
9426 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9427
9428         Code cleanup.
9429         * common/linux-osdata.c (linux_common_core_of_thread): New function
9430         comment.
9431         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9432         call by linux_common_core_of_thread.
9433         (linux_nat_core_of_thread_1): Remove.
9434         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9435         * linux-thread-db.c: Include linux-osdata.h.
9436         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9437         linux_common_core_of_thread.
9438
9439 2012-03-05  Tom Tromey  <tromey@redhat.com>
9440
9441         * value.c (value_primitive_field): Don't fetch contents for
9442         non-virtual bases.
9443
9444 2012-03-05  Tom Tromey  <tromey@redhat.com>
9445
9446         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9447
9448 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9449
9450         * s390-nat.c: Include "gregset.h".
9451
9452 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9453
9454         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9455         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9456         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9457         load also LIBUNWIND_SO_7.
9458
9459 2012-03-05  Pedro Alves  <palves@redhat.com>
9460
9461         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9462         is not NULL, and remove resulting dead code.
9463
9464 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9465
9466         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9467         prologue to sh_analyze_prologue.
9468         (sh_analyze_prologue): Make better use of such an upper limit, and
9469         generally be more cautious about accessing memory.
9470
9471 2012-03-05  Tom Tromey  <tromey@redhat.com>
9472
9473         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9474         _initialize_ia64_hpux_tdep.
9475
9476 2012-03-05  Pedro Alves  <palves@redhat.com>
9477
9478         PR gdb/13766
9479
9480         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9481         the register state is clear, supply explicit zero, instead of
9482         marking the register unavailable.
9483
9484 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9485
9486         * NEWS: Mention OpenVMS ia64 new target.
9487
9488 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9489
9490         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9491         (ia64_unw_accessors, ia64_unw_rse_accessors)
9492         (ia64_libunwind_descr): Declare.
9493         * ia64-vms-tdep.c: New file.
9494         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9495         (ia64_libunwind_descr): Make them public.
9496         * configure.tgt: Add ia64-*-*vms*.
9497         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9498         (ALLDEPFILES): Add ia64-vms-tdep.c
9499
9500 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9501
9502         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9503         * remote.c (PACKET_qXfer_uib): New enum value.
9504         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9505         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9506         (_initialize_remote): Call add_packet_config_cmd for
9507         xfer:uib packet.
9508
9509 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9510
9511         * osabi.c (gdb_osabi_names): Add OpenVMS.
9512         (generic_elf_osabi_sniffer): Likewise.
9513         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9514
9515 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9516
9517         Removed unused code.
9518         * libunwind-frame.c (libunwind_frame_unwind)
9519         (libunwind_frame_base_address): Remove.
9520         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9521
9522 2012-03-04  Yao Qi  <yao@codesourcery.com>
9523
9524         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9525         remove trailing new line.
9526         (agent_run_command, agent_run_command): Add _ markup.
9527         (agent_capability_check): Likewise.
9528
9529 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9530
9531         * breakpoint.c (set_condition_evaluation_mode): Set
9532         CONDITION_EVALUATION_MODE unconditionally.
9533
9534 2012-03-03  Yao Qi  <yao@codesourcery.com>
9535
9536         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9537         * common/agent.h: Update declaration.
9538         * inf-child.c (inf_child_use_agent): New.
9539         (inf_child_can_use_agent): New.
9540         (inf_child_target): Initialize fields `to_use_agent'
9541         and `to_can_use_agent'.
9542         * agent.c (agent_new_objfile): New.
9543         (_initialize_agent): Add agent_new_objfile to new_objfile
9544         observer.
9545
9546         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9547         New.
9548         (linux_target_install_ops): Initialize field
9549         `to_static_tracepoint_markers_by_strid'.
9550         * remote.c (free_current_marker): Move it to ...
9551         * tracepoint.c (free_current_marker): ... here.  New.
9552         (cleanup_target_stop): New.
9553         * tracepoint.h: Declare free_current_marker.
9554         * NEWS: Add one entry about `info static-tracepoint-marker'.
9555
9556 2012-03-03  Yao Qi  <yao@codesourcery.com>
9557
9558         * common/agent.c (agent_loaded_p): New.
9559         (agent_look_up_symbols): New global.
9560         * common/agent.h: Declare agent_loaded_p.
9561
9562 2012-03-03  Yao Qi  <yao@codesourcery.com>
9563
9564         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9565         (agent_capability_check, agent_capability_invalidate): New.
9566         (symbol_list): New array element.
9567         * common/agent.h (enum agent_capa): New.
9568         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9569
9570 2012-03-03  Yao Qi  <yao@codesourcery.com>
9571
9572         * target.h (struct target_ops) <to_use_agent>: New field.
9573         (struct target_ops) <to_can_use_agent>: New field.
9574         (target_use_agent, target_can_use_agent): New macro.
9575         * target.c (update_current_target): Update.
9576         * remote.c: New enum `PACKET_QAgent'.
9577         (remote_protocol_features): Add a new element.
9578         (remote_use_agent, remote_can_use_agent): New.
9579         (init_remote_ops): Initialize field `can_use_agent' with
9580         remote_can_use_agent.  Intiailize field `use_agent' with
9581         remote_use_agent.
9582         * common/agent.c (use_agent): New global.
9583         * common/agent.h: Declare it.
9584         * tracepoint.c (info_static_tracepoint_markers_command): Add
9585         comment.
9586         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9587         (COMMON_OBS): Add common/agent.o and agent.o
9588         (common-agent.o): New rule.
9589         * agent.c: New.
9590
9591 2012-03-03  Yao Qi  <yao@codesourcery.com>
9592
9593         * common/agent.c: New.
9594         * common/agent.h: New.
9595         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9596         AC_CHECK_HEADERS.
9597         * configure, configh.in: Regenerated.
9598
9599 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9600
9601         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9602         unless it exists for this architecture.
9603
9604 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9605
9606         * language.h (struct language_defn): New "method" la_read_var_value.
9607         * findvar.c: #include "language.h".
9608         (default_read_var_value): Renames read_var_value.  Rewrite
9609         function description.
9610         (read_var_value): New function.
9611         * value.h (default_read_var_value): Add prototype.
9612         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9613         New functions.
9614         (ada_language_defn): Add entry for la_read_var_value.
9615         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9616         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9617         language_defn structures to add entry for new la_read_var_value
9618         field.
9619
9620 2012-03-02  Tom Tromey  <tromey@redhat.com>
9621             Pedro Alves  <palves@redhat.com>
9622
9623         PR breakpoints/13776:
9624         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9625         breakpoints.
9626         (delete_longjmp_breakpoint_at_next_stop): New.
9627         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9628         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9629         before deleting the inferior.  Add comments.
9630         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9631         breakpoints immediately, but only on next stop.  Move that code
9632         next to where we mark other breakpoints for deletion.
9633
9634 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9635
9636         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9637         marker.
9638         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9639         violation.
9640
9641 2012-03-02  Pedro Alves  <palves@redhat.com>
9642
9643         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9644
9645 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9646
9647         Fix -Wmissing-prototypes build.
9648         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9649         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9650         (gdbsim_has_memory): Likewise.
9651
9652 2012-03-02  Yao Qi  <yao@codesourcery.com>
9653
9654         Fix -Wmissing-prototypes build.
9655         * charset.c (phony_iconv_open): Make static.
9656         (phony_iconv_close, phony_iconv): Likewise.
9657         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9658         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9659         prototype.
9660         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9661         * ser-mingw.c (create_select_thread): Make static.
9662         * windows-termcap.c (tgetent): New prototype.
9663         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9664
9665 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9666
9667         Fix -Wmissing-prototypes build.
9668         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9669         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9670         (_initialize_loadable): New prototypes.
9671
9672 2012-03-02  Doug Evans  <dje@google.com>
9673
9674         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9675         abbrev table, read_comp_unit will do it.
9676
9677 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9678
9679         Fix -Wmissing-prototypes build.
9680         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9681         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9682         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9683         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9684         (_initialize_arm_symbian_tdep): New prototype.
9685         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9686         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9687         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9688         static.
9689         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9690         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9691         prototype.
9692         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9693         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9694         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9695         static.
9696         * moxie-tdep.c (moxie_process_record): Likewise.
9697         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9698         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9699         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9700         (_initialize_rl78_tdep): New prototype.
9701         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9702         (_initialize_rx_tdep): New prototype.
9703         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9704         (_initialize_darwin_solib): New prototype.
9705         * solib-spu.c: Include solib-spu.h.
9706         (_initialize_spu_solib): New prototype.
9707         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9708         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9709         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9710         (tic6x_software_single_step): Make it static.
9711         (_initialize_tic6x_tdep): New prototype.
9712
9713 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9714
9715         Fix -Wmissing-prototypes build.
9716         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9717         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9718
9719 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9720
9721         Fix -Wmissing-prototypes build.
9722         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9723         (frv_have_stopped_data_address): Remove.
9724
9725 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9726
9727         Fix -Wmissing-prototypes build.
9728         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9729         * sh-tdep.c: Include sh64-tdep.h.
9730         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9731         * sh64-tdep.c: Include sh64-tdep.h.
9732         * sh64-tdep.h: New file.
9733
9734 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9735
9736         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9737
9738 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9739
9740         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9741         sp_regnum once the gdbarch_init_osabi hook has been called.
9742
9743 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9744
9745         * mips-tdep.c (mips32_bc1_pc): New function.
9746         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9747         BPOSGE32 and BPOSGE64 instructions.
9748         (deal_with_atomic_sequence): Likewise.
9749         (mips32_instruction_has_delay_slot): Likewise.
9750
9751 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9752             Chris Dearman  <chris@mips.com>
9753             Maciej W. Rozycki  <macro@codesourcery.com>
9754             Joseph Myers  <joseph@codesourcery.com>
9755
9756         * features/mips-dsp.xml: New file.
9757         * features/mips64-dsp.xml: New file.
9758         * features/mips-dsp-linux.xml: New file.
9759         * features/mips64-dsp-linux.xml: New file.
9760         * features/Makefile (WHICH): Add mips-dsp-linux and
9761         mips64-dsp-linux.
9762         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9763         * features/mips-dsp-linux.c: New file.
9764         * features/mips64-dsp-linux.c: New file.
9765         * regformats/mips-dsp-linux.dat: New file.
9766         * regformats/mips64-dsp-linux.dat: New file.
9767         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9768         registers.
9769         (mips64_linux_register_addr): Likewise.
9770         (mips64_linux_regsets_fetch_registers): Likewise.
9771         (mips64_linux_regsets_store_registers): Likewise.
9772         (mips64_linux_fetch_registers): Update call to
9773         mips64_linux_regsets_fetch_registers.
9774         (mips64_linux_store_registers): Update call to
9775         mips64_linux_regsets_store_registers.
9776         (mips_linux_read_description): Probe for DSP registers.
9777         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9778         and initialize_tdesc_mips64_dsp_linux.
9779         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9780         Remove padding of no longer used embedded register slots.
9781         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9782         (MIPS_RESTART_REGNUM): Redefine enum value.
9783         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9784         strings.
9785         (mips_tx39_reg_names): Likewise.
9786         (mips_linux_reg_names): New array of register names for Linux
9787         targets.
9788         (mips_register_name): Check for a null pointer in
9789         mips_processor_reg_names and return an empty string.
9790         (mips_register_type): Exclude embedded registers for the IRIX
9791         and Linux ABIs.
9792         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9793         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9794         DSP registers.
9795         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9796         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9797         (mips_gdbarch_init): Likewise.  Initialize internal register
9798         indices for the Linux ABI.  Use dynamic numbers to refer to
9799         registers, as applicable, while parsing the target description.
9800         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9801
9802 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9803
9804         * frame.h (read_frame_register_unsigned): Fix typo in function
9805         description.
9806
9807 2012-03-01  Pedro Alves  <palves@redhat.com>
9808
9809         * jit-reader.in [!__cplusplus]
9810         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9811
9812 2012-03-01  Pedro Alves  <palves@redhat.com>
9813
9814         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9815         * configure: Regenerate.
9816
9817 2012-03-01  Pedro Alves  <palves@redhat.com>
9818
9819         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9820         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9821         (ftrace_command, strace_command): Make static.
9822         * d-lang.c (_initialize_d_language): Declare.
9823         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9824         * dwarf2loc.c (_initialize_dwarf2loc):
9825         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9826         * exec.c (exec_get_section_table): Make static.
9827         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9828         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9829         * inferior.c (remove_inferior_command, add_inferior_command)
9830         (clone_inferior_command): Make static.
9831         * linux-nat.c (linux_nat_thread_address_space)
9832         (linux_nat_core_of_thread): Make static.
9833         * linux-tdep.c (_initialize_linux_tdep): Declare.
9834         * objc-lang.c (_initialize_objc_lang): Declare.
9835         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9836         Make static.
9837         (_initialize_opencl_language): Declare.
9838         * record.c (_initialize_record): Declare.
9839         * remote.c (demand_private_info, remote_get_tib_address)
9840         (remote_supports_cond_tracepoints)
9841         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9842         Make static.
9843         * skip.c (_initialize_step_skip): Declare.
9844         * symtab.c (skip_prologue_using_lineinfo): Make static.
9845         * tracepoint.c (delete_trace_state_variable)
9846         (trace_variable_command, delete_trace_variable_command)
9847         (get_uploaded_tsv, find_matching_tracepoint_location)
9848         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9849         Make static.
9850         * value.c (pack_unsigned_long): Make static.
9851         * varobj.c (varobj_ensure_python_env): Make static.
9852         * windows-tdep.c (_initialize_windows_tdep): Declare.
9853         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9854
9855 2012-03-01  Pedro Alves  <palves@redhat.com>
9856
9857         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9858         gdbarch parameter.
9859         (linux_init_abi): Install it as has_shared_address_space gdbarch
9860         callback.
9861
9862 2012-03-01  Pedro Alves  <palves@redhat.com>
9863
9864         * observer.c (observer_test_first_notification_function)
9865         (observer_test_second_notification_function)
9866         (observer_test_third_notification_function): Add declarations.
9867
9868 2012-03-01  Pedro Alves  <palves@redhat.com>
9869
9870         * common/signals.c (default_target_signal_to_host)
9871         (default_target_signal_from_host): Move ...
9872         * arch-utils.c: ... here.
9873         * arch-utils.h (default_target_signal_to_host)
9874         (default_target_signal_from_host): Declare.
9875
9876         * common/signals.c (target_signal_from_command): Move ...
9877         * infrun.c: ... here.
9878         * inferior.h (target_signal_from_command): Declare.
9879         * target.h (target_signal_from_command)
9880         (default_target_signal_from_host, default_target_signal_to_host):
9881         Delete declarations.
9882
9883         * common/signals.c (_initialize_signals): Delete.
9884
9885 2012-03-01  Pedro Alves  <palves@redhat.com>
9886
9887         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9888         both __cplusplus and !__cplusplus.
9889
9890 2012-03-01  Pedro Alves  <palves@redhat.com>
9891
9892         * psymtab.c (find_and_open_source): Delete declaration.
9893         * source.c (find_and_open_source): Move comment ...
9894         * source.h (find_and_open_source): ... to this new declaration.
9895
9896 2012-03-01  Pedro Alves  <palves@redhat.com>
9897
9898         * inline-frame.c: Include inline-frame.h.
9899
9900 2012-03-01  Pedro Alves  <palves@redhat.com>
9901
9902         * tui/tui-data.c (set_gen_win_origin): Delete.
9903         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9904         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9905
9906 2012-03-01  Pedro Alves  <palves@redhat.com>
9907
9908         * remote.c (encode_actions): Delete declaration.
9909         * tracepoint.c (encode_actions): Make extern.
9910         * tracepoint.h (encode_actions): Declare.
9911
9912 2012-03-01  Pedro Alves  <palves@redhat.com>
9913
9914         * python/py-breakpoint.c: Include python.h.
9915         * python/py-continueevent.c (create_continue_event_object): Make
9916         static.
9917         * python/py-lazy-string.c (stpy_get_type): Make static.
9918         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9919         Make static.
9920         * python/py-utils.c (unicode_to_target_python_string): Make
9921         static.
9922         * python/py-value.c: Include python.h.
9923
9924 2012-03-01  Pedro Alves  <palves@redhat.com>
9925
9926         * inferior.c (delete_threads_of_inferior): Delete.
9927
9928 2012-03-01  Pedro Alves  <palves@redhat.com>
9929
9930         Import fallback definitions from glibc.
9931
9932         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9933         ps_prochandle): Forward declare.
9934         (ps_err_e): Use glibc's comments.
9935         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9936         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9937         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9938         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9939         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9940         (struct ps_prochandle): Adjust comment.
9941
9942 2012-03-01  Pedro Alves  <palves@redhat.com>
9943
9944         * ada-lang.c (ada_modulus_from_name): Delete.
9945         * ada-lex.l (lexer_init): Make static.
9946
9947 2012-03-01  Pedro Alves  <palves@redhat.com>
9948
9949         PR gdb/13767
9950
9951         * frame.c (read_frame_register_unsigned): New.
9952         * frame.h (read_frame_register_unsigned): Declare.
9953         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9954         Handle it.
9955         (print_i387_control_word): New parameter `control_p'.  Handle it.
9956         (i387_print_float_info): Handle unavailable float registers.
9957
9958 2012-03-01  Keith Seitz  <keiths@redhat.com>
9959
9960         * linespec.c (decode_line_2): Sort the list of methods
9961         alphabetically before presenting the user with a selection
9962         menu.
9963
9964 2012-03-01  Doug Evans  <dje@google.com>
9965
9966         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9967         has_namespace_info.
9968         (dwarf2_read_abbrevs): Remove corresponding initialization.
9969
9970 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9971
9972         * NEWS: Mention new python command class gdb.COMMAND_USER.
9973         * cli/cli-cmds.c (show_user): Print error when used on a python
9974         command.
9975         (init_cli_cmds): Update documentation strings for "show user" and
9976         "set/show max-user-call-depth" to clarify that it does not apply to
9977         python commands.
9978         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9979         error check.
9980         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9981         gdb python api.
9982         * top.c (execute_command): Only execute a user-defined command as a
9983         legacy macro if c->user_commands is set.
9984
9985 2012-03-01  Tom Tromey  <tromey@redhat.com>
9986
9987         * valprint.h (struct generic_val_print_decorations): New.
9988         (generic_val_print): Declare.
9989         * valprint.c (generic_val_print): New function.
9990         * p-valprint.c (p_decorations): New global.
9991         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9992         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9993         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9994         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9995         * m2-valprint.c (m2_decorations): New global.
9996         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9997         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9998         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9999         TYPE_CODE_ERROR>: Call generic_val_print.
10000         * f-valprint.c (f_decorations): New global.
10001         (f_val_print): Use print_function_pointer_address.
10002         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10003         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10004         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10005         generic_val_print.
10006         * c-valprint.c (c_decorations): New global.
10007         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10008         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10009         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10010         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10011         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10012         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10013         case.
10014
10015 2012-03-01  Tom Tromey  <tromey@redhat.com>
10016
10017         * valprint.c (val_print): Update.
10018         * p-valprint (pascal_val_print): Return void.
10019         * p-lang.h (pascal_val_print): Return void.
10020         * m2-valprint.c (m2_val_print): Return void.
10021         * m2-lang.h (m2_val_print): Return void.
10022         * language.h (struct language_defn) <la_val_print>: Return void.
10023         * language.c (unk_lang_val_print): Return void.
10024         * jv-valprint.c (java_val_print): Return void.
10025         * jv-lang.h (java_val_print): Return void.
10026         * f-valprint.c (f_val_print): Return void.
10027         * f-lang.h (f_val_print): Return void.
10028         * d-valprint.c (d_val_print): Return void.
10029         (dynamic_array_type): Update.
10030         * d-lang.h (d_val_print): Return void.
10031         * c-valprint.c (c_val_print): Return void.
10032         * c-lang.h (c_val_print): Return void.
10033         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10034         void.
10035         * ada-lang.h (ada_val_print): Return void.
10036
10037 2012-03-01  Tom Tromey  <tromey@redhat.com>
10038
10039         * value.h (val_print): Return void.
10040         * valprint.c (val_print): Return void.
10041
10042 2012-03-01  Tom Tromey  <tromey@redhat.com>
10043
10044         * value.h (common_val_print): Return void.
10045         * valprint.c (common_val_print): Return void.
10046
10047 2012-03-01  Tom Tromey  <tromey@redhat.com>
10048
10049         * value.h (value_print): Return void.
10050         * valprint.c (value_print): Return void.
10051         * p-valprint.c (pascal_value_print): Return void.
10052         * p-lang.h (pascal_value_print): Return void.
10053         * language.h (struct language_defn) <la_value_print>: Return
10054         void.
10055         * language.c (unk_lang_value_print): Return void.
10056         * jv-valprint.c (java_value_print): Return void.
10057         * jv-lang.h (java_value_print): Return void.
10058         * f-valprint.c (c_value_print): Don't declare.
10059         Include c-lang.h.
10060         * c-valprint.c (c_value_print): Return void.
10061         * c-lang.h (c_value_print): Return void.
10062         * ada-valprint.c (ada_value_print): Return void.
10063         * ada-lang.h (ada_value_print): Return void.
10064
10065 2012-03-01  Tom Tromey  <tromey@redhat.com>
10066
10067         * value.c (value_primitive_field): Handle virtual base classes.
10068
10069 2012-03-01  Tom Tromey  <tromey@redhat.com>
10070
10071         * gdbtypes.h (struct vbase): Remove.
10072
10073 2012-03-01  Tom Tromey  <tromey@redhat.com>
10074
10075         * c-valprint.c (print_function_pointer_address): Move...
10076         * valprint.c: ... here.  Make non-static.
10077         * m2-valprint.c (print_function_pointer_address): Remove.
10078         * valprint.h (print_function_pointer_address): Declare.
10079
10080 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10081
10082         * NEWS: Document the fact that one can provide a condition when
10083         creating an Ada exception catchpoint.
10084
10085 2012-03-01  Tom Tromey  <tromey@redhat.com>
10086
10087         * valprint.c (val_print_type_code_flags): Fix placement of
10088         trailing brace.
10089
10090 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10091
10092         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10093         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10094         environment variable before calling update-copyright.
10095
10096 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10097
10098         * gnulib/extra/update-copyright: Update to the latest from
10099         gnulib's git repository.
10100         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10101         variable to 2 instead of 1.
10102
10103 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10104
10105         * varobj.c (c_value_of_variable): Remove dead code.
10106
10107 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10108
10109         * ada-lex.p (processId): Do not modify already encoded IDs.
10110         Update function documentation.
10111
10112 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10113
10114         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10115         "name" with "struct symbol *name_sym".
10116         * ada-exp.y (write_var_or_type): Update call to
10117         ada_find_renaming_symbol.
10118         "name" with "struct symbol *name_sym". Adjust Implementation
10119         accordingly.  Adjust the function documentation.
10120
10121 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10122
10123         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10124         * ada-lang.c (ada_find_any_type): Add advance declaration.
10125         Make static.  Replace ada_find_any_symbol by
10126         ada_find_any_type_symbol.
10127         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10128         Improve function description.  Make static.
10129         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10130         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10131
10132 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10133
10134         * ada-lang.c (struct tag_args): Delete.
10135         (ada_get_tsd_type): Function body moved up in source file.
10136         (ada_tag_name_1, ada_tag_name_2): Delete.
10137         (ada_get_tsd_from_tag): New function.
10138         (ada_tag_name_from_tsd): New function.
10139         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10140         to determine the tag name.
10141
10142 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10143
10144         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10145         declaration.
10146         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10147         function.
10148
10149 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10150
10151         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10152
10153 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10154
10155         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10156         full searches.
10157
10158 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10159
10160         * ada-lang.c (constrained_packed_array_type): If there is a
10161         parallel XA type, use it to determine the array index type.
10162
10163 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10164
10165         * ada-valprint.c (ada_val_print_1): If our value is a reference
10166         to an array descriptor, dereference it before converting it
10167         to a simple array.
10168
10169 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10170
10171         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10172         creating fixed value.
10173         (ada_value_ind, ada_coerce_ref, assign_component)
10174         (ada_evaluate_subexp): Remove call to unwrap_value before
10175         call to ada_to_fixed_value.
10176
10177 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10178
10179         * ada-lang.c (to_fixed_array_type): Set result's type name.
10180
10181 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10182
10183         * ada-lang.c (catch_ada_exception_command_split): Add new
10184         argument cond_string.  Add support for condition at end of
10185         "catch exception" commands.
10186         (ada_decode_exception_location): Add new argument cond_string.
10187         Update call to catch_ada_exception_command_split.
10188         (create_ada_exception_catchpoint): Add new argument cond_string.
10189         Set the breakpoint condition if needed.
10190         (catch_ada_exception_command): Update call to
10191         ada_decode_exception_location.
10192         (ada_decode_assert_location): Add function documentation.
10193         Add support for condition at end of "catch assert" command.
10194         (catch_assert_command): Update calls to ada_decode_assert_location
10195         and create_ada_exception_catchpoint.
10196
10197 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10198
10199         Fix disp-step-syscall.exp: fork: single step over fork.
10200         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10201         (i386_linux_get_syscall_number_from_regcache): ... here, new function
10202         comment, change parameters gdbarch and ptid to regcache.  Remove
10203         parameter regcache, initialize gdbarch from regcache here.
10204         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10205         New functions.
10206         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10207         instead.
10208         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10209         'syscall'.  Make the 'int' check more strict.
10210
10211 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10212
10213         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10214         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10215         (i386_linux_intx80_sysenter_syscall_record): ... here.
10216         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10217         Use the renamed function name.
10218
10219 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10220
10221         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10222         * breakpoint.c (until_break_command): Likewise.
10223         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10224         * infcall.c (call_function_by_hand): Likewise.
10225         * infcmd.c (finish_forward): Likewise.
10226         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10227
10228 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10229
10230         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10231         avoid variable assignments inside condition.
10232
10233 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10234
10235         Fix static analysis issue found by cppcheck.
10236         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10237         uninitialized BUF for size 2.
10238
10239 2012-02-27  Chris Dearman  <chris@mips.com>
10240             Nathan Froyd  <froydnj@codesourcery.com>
10241             Maciej W. Rozycki  <macro@codesourcery.com>
10242
10243         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10244         (mips16_instruction_has_delay_slot): Likewise.
10245         (mips_segment_boundary): Likewise.
10246         (mips_adjust_breakpoint_address): Likewise.
10247         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10248
10249 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10250             Maciej W. Rozycki  <macro@codesourcery.com>
10251
10252         * infrun.c (handle_inferior_event): Don't proceed through
10253         shared library trampolines if stepping at the machine
10254         instruction level.
10255
10256 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10257
10258         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10259         too.
10260
10261 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10262
10263         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10264         (sh_stub_unwind_sniffer): New functions.
10265         (sh_stub_unwind): New variable.
10266         (sh_gdbarch_init): Wire everything.
10267
10268 2012-02-27  Pedro Alves  <palves@redhat.com>
10269
10270         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10271         (linux_nat_post_attach_wait): Adjust to use
10272         linux_proc_pid_is_stopped.
10273         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10274         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10275         based on pid_is_stopped from both linux-nat.c and
10276         gdbserver/linux-low.c, and renamed.
10277
10278 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10279
10280         * remote.c (remote_watchpoint_addr_within_range): New function.
10281         (init_remote_ops): Use it.
10282
10283 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10284
10285         * target.h (target_watchpoint_addr_within_range): Document macro.
10286
10287 2012-02-24  Pedro Alves  <palves@redhat.com>
10288
10289         * stack.c (set_last_displayed_sal): Issue internal_error instead
10290         of warning, and issue it after clearing the last displayed sal.
10291
10292 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10293             Pedro Alves  <palves@redhat.com>
10294
10295         * breakpoint.c (until_break_command): Install breakpoints after
10296         all frame manipulations.
10297
10298 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10299
10300         * remote.c (remote_supports_cond_breakpoints): New forward
10301         declaration.
10302         (remote_add_target_side_condition): New function.
10303         (remote_insert_breakpoint): Add target-side breakpoint
10304         conditional if supported.
10305         (remote_insert_hw_breakpoint): Likewise.
10306         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10307         hook.
10308
10309         * target.c (update_current_target): Inherit
10310         to_supports_evaluation_of_breakpoint_conditions.
10311         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10312
10313         * target.h (struct target_ops)
10314         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10315         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10316
10317         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10318         (condition_evaluation_both, condition_evaluation_auto,
10319         condition_evaluation_host, condition_evaluation_target,
10320         condition_evaluation_enums, condition_evaluation_mode_1,
10321         condition_evaluation_mode): New static globals.
10322         (translate_condition_evaluation_mode): New function.
10323         (breakpoint_condition_evaluation_mode): New function.
10324         (gdb_evaluates_breakpoint_condition_p): New function.
10325         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10326         (mark_breakpoint_modified): New function.
10327         (mark_breakpoint_location_modified): New function.
10328         (set_condition_evaluation_mode): New function.
10329         (show_condition_evaluation_mode): New function.
10330         (bp_location_compare_addrs): New function.
10331         (get_first_location_gte_addr): New helper function.
10332         (set_breakpoint_condition): Free condition bytecode if locations
10333         has become unconditional.  Call mark_breakpoint_modified (...).
10334         (condition_command): Call update_global_location_list (1) for
10335         breakpoints.
10336         (breakpoint_xfer_memory): Use is_breakpoint (...).
10337         (is_breakpoint): New function.
10338         (parse_cond_to_aexpr): New function.
10339         (build_target_condition_list): New function.
10340         (insert_bp_location): Handle target-side conditional
10341         breakpoints and call build_target_condition_list (...).
10342         (update_inserted_breakpoint_locations): New function.
10343         (insert_breakpoint_locations): Handle target-side conditional
10344         breakpoints.
10345         (bpstat_check_breakpoint_conditions): Add comment.
10346         (bp_condition_evaluator): New function.
10347         (bp_location_condition_evaluator): New function.
10348         (print_breakpoint_location): Print information on where the condition
10349         will be evaluated.
10350         (print_one_breakpoint_location): Likewise.
10351         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10352         breakpoint location.
10353         (force_breakpoint_reinsertion): New functions.
10354         (update_global_location_list): Handle target-side breakpoint
10355         conditions.
10356         Reinsert locations that are already inserted if conditions have
10357         changed.
10358         (bp_location_dtor): Free agent expression bytecode.
10359         (disable_breakpoint): Call mark_breakpoint_modified (...).
10360         Call update_global_location_list (...) with parameter 1 for breakpoints.
10361         (disable_command): Call mark_breakpoint_location_modified (...).
10362         Call update_global_location_list (...) with parameter 1 for breakpoints.
10363         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10364         (enable_command): mark_breakpoint_location_modified (...).
10365         (_initialize_breakpoint): Update documentation and add
10366         condition-evaluation breakpoint subcommand.
10367
10368         * breakpoint.h: Include ax.h.
10369         (condition_list): New data structure.
10370         (condition_status): New enum.
10371         (bp_target_info) <cond_list>: New field.
10372         (bp_location) <condition_changed, cond_bytecode>: New fields.
10373         (is_breakpoint): New prototype.
10374
10375 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10376
10377         * remote.c (remote_state) <cond_breakpoints>: New field.
10378         (PACKET_ConditionalBreakpoints): New enum.
10379         (remote_cond_breakpoint_feature): New function.
10380         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10381         (remote_supports_cond_breakpoints): New function.
10382         (_initialize_remote): Add new packet configuration for
10383         target-side conditional breakpoints.
10384
10385 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10386
10387         * NEWS: Mention target-side conditional breakpoint support,
10388         new condition-evaluation breakpoint subcommand and remote
10389         packet extensions.
10390
10391 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10392
10393         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10394         number.
10395
10396 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10397
10398         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10399         (after_prologue): Remove.
10400
10401 2012-02-23  Tom Tromey  <tromey@redhat.com>
10402
10403         * jv-valprint.c (java_val_print): Remove dead code.
10404
10405 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10406
10407         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10408         known_tasks_element and known_tasks_length fields.
10409         (read_known_tasks_array): Change argument type.  Use pointer type
10410         and number of elements from DATA.  Adjust.
10411         (read_known_tasks_list): Likewise.
10412         (get_known_tasks_addr): Remove.
10413         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10414         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10415         type and array length.  Merge former get_known_tasks_addr code.
10416
10417 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10418
10419         PR backtrace/13716
10420         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10421         it after set_momentary_breakpoint.
10422
10423 2012-02-22  Sterling Augustine  <saugustine@google.com>
10424
10425         PR 13689:
10426         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10427
10428 2012-02-22  Gary Benson  <gbenson@redhat.com>
10429
10430         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10431         (find_slot_in_mapped_hash): Likewise.
10432
10433 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10434
10435         PR build/13638
10436         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10437         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10438         * configure: Regenerate.
10439
10440 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10441             Pedro Alves  <palves@redhat.com>
10442
10443         * ia64-tdep.c: Do not include libunwind-ia64.h.
10444         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10445         Include libunwind-ia64.h instead of libunwind.h.
10446         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10447         for libunwind.h existence.
10448         * configure, config.in: Regenerate.
10449
10450 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10451
10452         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10453         instead of value_rtti_target_type.
10454         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10455         instead of value_rtti_target_type.
10456         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10457         value_rtti_target_type.
10458         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10459         (value_rtti_target_type): Rename to ...
10460         (value_rtti_indirect_type): ... here and make it indirect.  Update
10461         function comment.
10462         * value.c (readjust_indirect_value_type): New function.
10463         (coerce_ref): Support for enclosing type setting for references
10464         with readjust_indirect_value_type.
10465         * value.h (readjust_value_type): New declaration.
10466         (value_rtti_target_type): Rename to ...
10467         (value_rtti_indirect_type): ... here.
10468
10469 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10470
10471         * MAINTAINERS (Write After Approval): Add myself to the list.
10472
10473 2012-02-20  Doug Evans  <dje@google.com>
10474
10475         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10476         Rename objfile_p_char parameter to objfilep.
10477         (build_objfile_section_table): Result is now void.  All callers
10478         updated.
10479         * objfiles.h (struct objfile): Tweak comments, whitespace.
10480         (build_objfile_section_table): Update.
10481
10482         * elfread.c (elf_symfile_segments): Fix warning text.
10483
10484 2012-02-20  Tom Tromey  <tromey@redhat.com>
10485
10486         PR gdb/13498:
10487         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10488         particular set of file names once.
10489         (dw2_map_symbol_filenames): Likewise.
10490
10491 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10492
10493         Code cleanup.
10494         * main.c (write_files): Remove the declaration.
10495         (external_editor_command): Move the declaration ...
10496         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10497
10498 2012-02-20  Tom Tromey  <tromey@redhat.com>
10499
10500         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10501         extraneous block.
10502
10503 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10504
10505         * darwin-nat.h (enum darwin_msg_state): Add comments.
10506
10507 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10508
10509         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10510         value.
10511
10512 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10513
10514         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10515         between function description and implementation.
10516
10517 2012-02-17  Tom Tromey  <tromey@redhat.com>
10518
10519         PR python/12070:
10520         * python/py-event.c (event_object_getset): New global.
10521         (event_object_type): Reference it.
10522         * python/py-type.c (field_object_getset): New global.
10523         (field_object_type): Reference it.
10524         * python/python-internal.h (gdb_py_generic_dict): Declare.
10525         * python/py-utils.c (gdb_py_generic_dict): New function.
10526
10527 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10528
10529         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10530
10531 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10532
10533         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10534         TYPE_CALLING_CONVENTION annotation.
10535
10536 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10537
10538         * MAINTAINERS: Add rx to target ISA section.
10539         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10540         (ALLDEPFILES): Add rx-tdep.c.
10541
10542 2012-02-16  Tom Tromey  <tromey@redhat.com>
10543
10544         * symfile.c (symbol_file_add_main_1): Use inferior's
10545         symfile_flags.
10546         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10547         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10548         inferior.
10549         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10550         inferior.
10551         (follow_exec): Use inferior's symfile_flags.
10552         * inferior.h (struct inferior) <symfile_flags>: New field.
10553
10554 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10555
10556         PR gdb/9734:
10557         * remote-sim.c (gdbsim_create_inferior): Call error() when
10558         sim_create_inferior() fails.
10559
10560 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10561
10562         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10563
10564 2012-02-16  Tom Tromey  <tromey@redhat.com>
10565
10566         PR c++/13653:
10567         * thread.c (struct current_thread_cleanup) <was_removable>: New
10568         field.
10569         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10570         (make_cleanup_restore_current_thread): Initialize new field.
10571
10572 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10573
10574         * MAINTAINERS: Add rl78 to target ISA section.
10575         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10576         (ALLDEPFILES): Add rl78-tdep.c.
10577         * NEWS: Mention rl78 as a new target.
10578
10579 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10580
10581         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10582         data.
10583         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10584
10585 2012-02-15  Tom Tromey  <tromey@redhat.com>
10586
10587         PR gdb/12659:
10588         * infcmd.c (registers_info): Print just the current register's
10589         name.
10590
10591 2012-02-15  Tom Tromey  <tromey@redhat.com>
10592
10593         * python/py-symbol.c (sympy_value): Use _().
10594
10595 2012-02-15  Pedro Alves  <palves@redhat.com>
10596
10597         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10598         output to be like native targets'.
10599         (remote_pid_to_str): Special case the null ptid.
10600
10601 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10602
10603         * NEWS: Mention enable count command.
10604         * breakpoint.h (struct breakpoint): New field enable_count.
10605         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10606         (enable_breakpoint): Add arg to call.
10607         (struct disp_data): New struct.
10608         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10609         (do_map_enable_once_breakpoint): Create a struct and pass it.
10610         (do_map_enable_delete_breakpoint): Ditto.
10611         (do_map_enable_count_breakpoint): New function.
10612         (enable_count_command): New function.
10613         (bpstat_stop_status): Decrement enable_count.
10614         (print_one_breakpoint_location): Report enable count.
10615         (_initialize_breakpoint): Add enable count command.
10616
10617 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10618
10619         * rl78-tdep.c (reggroups.h): Include.
10620         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10621         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10622         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10623         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10624         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10625         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10626         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10627         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10628         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10629         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10630         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10631         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10632         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10633         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10634         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10635         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10636         beginning of register list.
10637         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10638         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10639         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10640         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10641         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10642         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10643         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10644         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10645         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10646         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10647         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10648         the pseudo registers.  Rearrange other pseudo registers too so
10649         that the bank registers appear at the end.
10650         (rl78_register_type): Account for the fact that the byte sized
10651         bank registers are now pseudo-registers.
10652         (rl78_register_name): Rearrange the register name array.  Make
10653         initial set of raw banked registers inaccessible.
10654         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10655         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10656         case for copying bytes back and forth between raw and pseudo
10657         versions of the banked registers.  Update other cases to reflect
10658         the changed names.
10659         (rl78_return_value): Update to account for changed names of
10660         raw registers.
10661         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10662         rl78_register_sim_regno().
10663
10664 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10665
10666         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10667         the name parameter being passed to find_pc_partial_function().
10668
10669 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10670
10671         * MAINTAINERS: Step down from being ia64 target maintainer.
10672
10673 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10674
10675         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10676         compilation warning.
10677
10678 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10679
10680         Fix crash on loaded shlibs without loaded exec_bfd.
10681         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10682         (set_section_command): Replace exec_bfd by p->bfd.
10683
10684 2012-02-10  Tom Tromey  <tromey@redhat.com>
10685
10686         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10687         when we have a C++ qualified name.
10688
10689 2012-02-10  Pedro Alves  <palves@redhat.com>
10690
10691         * inferior.c (inferior_pid_to_str): New.
10692         (print_inferior, inferior_command): Use it.
10693
10694 2012-02-10  Pedro Alves  <palves@redhat.com>
10695
10696         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10697         the test CFLAGS.
10698         * configure: Regenerate.
10699
10700 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10701
10702         * linespec.c (decode_line_internal): Fix comment correctness.
10703
10704 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10705
10706         PR gdb/12953
10707         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10708         * amd64bsd-nat.c: Add support for debug registers (adapted from
10709         i386bsd-nat.c).
10710         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10711         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10712         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10713         (amd64bsd_dr_get_control): New functions.
10714         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10715         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10716         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10717         watchpoints initialization.
10718         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10719
10720 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10721
10722         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10723         flds_bnds.fields.
10724         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10725
10726 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10727
10728         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10729
10730 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10731
10732         * language.h (symbol_name_cmp_ftype): Renames
10733         symbol_name_match_p_ftype.
10734         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10735         la_get_symbol_name_match_p.
10736         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10737         ada_get_symbol_name_match_p.  Update comment.
10738         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10739         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10740         Renames symbol_name_match_p.  Update field type.
10741         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10742         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10743         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10744         "la_get_symbol_name_cmp" in comments.
10745         * language.c: Likewise.
10746
10747 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10748
10749         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10750         %eflags offset.
10751         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10752         (amd64_sol2_gregset32_reg_offs): Likewise.
10753
10754 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10755
10756         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10757         of the returned BFD is allocated by GDB.
10758
10759 2012-02-07  Tom Tromey  <tromey@redhat.com>
10760
10761         PR python/12027:
10762         * python/python-internal.h (frame_object_type): Declare.
10763         * python/py-symbol.c (sympy_needs_frame): New function.
10764         (sympy_value): New function.
10765         (symbol_object_getset): Add "needs_frame".
10766         (symbol_object_methods): Add "value".
10767         * python/py-frame.c (frame_object_type): No longer static.
10768
10769 2012-02-07  Tom Tromey  <tromey@redhat.com>
10770
10771         PR python/13599:
10772         * python/py-symbol.c (sympy_line): New function.
10773         (symbol_object_getset): Add "line".
10774
10775 2012-02-07  Tom Tromey  <tromey@redhat.com>
10776
10777         * charset.c (find_charset_names): Check 'in' against NULL.
10778
10779 2012-02-06  Doug Evans  <dje@google.com>
10780
10781         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10782         and fields.name members from char * to const char *.  All uses updated.
10783         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10784         from char * to const char *.  All uses updated.
10785         (type_name_no_tag): Update.
10786         (lookup_unsigned_typename, lookup_signed_typename): Update.
10787         * gdbtypes.c (type_name_no_tag): Change result type
10788         from char * to const char *.  All callers updated.
10789         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10790         name parameter from char * to const char *.
10791         * symtab.h (struct cplus_specific): Change type of demangled_name
10792         member from char * to const char *.  All uses updated.
10793         (struct general_symbol_info): Change type of name and
10794         mangled_lang.demangled_name members from char * to const char *.
10795         All uses updated.
10796         (symbol_get_demangled_name, symbol_natural_name): Update.
10797         (symbol_demangled_name, symbol_search_name): Update.
10798         * symtab.c (symbol_get_demangled_name): Change result type
10799         from char * to const char *.  All callers updated.
10800         (symbol_natural_name, symbol_demangled_name): Ditto.
10801         (symbol_search_name): Ditto.
10802         (completion_list_add_name): Change type of symname,sym_text,
10803         text,word parameters from char * to const char *.
10804         (completion_list_objc_symbol): Change type of sym_text,
10805         text,word parameters from char * to const char *.
10806         * ada-lang.c (find_struct_field): Change type of name parameter
10807         from char * to const char *.
10808         (encoded_ordered_before): Similarly for N0,N1 parameters.
10809         (old_renaming_is_invisible): Similarly for function_name parameter.
10810         (ada_type_name): Change result type from char * to const char *.
10811         All callers updated.
10812         * ada-lang.h (ada_type_name): Update.
10813         * buildsym.c (hashname): Change type of name parameter
10814         from char * to const char *.
10815         * buildsym.h (hashname): Update.
10816         * dbxread.c (end_psymtab): Change type of include_list parameter
10817         from char ** to const char **.
10818         * dwarf2read.c (determine_prefix): Change result type
10819         from char * to const char *.  All callers updated.
10820         * f-lang.c (find_common_for_function): Change type of name, funcname
10821         parameters from char * to const char *.
10822         * f-lang.c (find_common_for_function): Update.
10823         * f-valprint.c (list_all_visible_commons): Change type of funcname
10824         parameters from char * to const char *.
10825         * gdbarch.sh (static_transform_name): Change type of name parameter
10826         and result from char * to const char *.
10827         * gdbarch.c: Regenerate.
10828         * gdbarch.h: Regenerate.
10829         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10830         of name parameter from char * to const char *.
10831         * jv-lang.c (java_primitive_type_from_name): Ditto.
10832         (java_demangled_signature_length): Similarly for signature parameter.
10833         (java_demangled_signature_copy): Ditto.
10834         (java_demangle_type_signature): Ditto.
10835         * jv-lang.h (java_primitive_type_from_name): Update.
10836         (java_demangle_type_signature): Update.
10837         * objc-lang.c (specialcmp): Change type of a,b parameters
10838         from char * to const char *.
10839         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10840         from char * to const char *.  All callers updated.
10841         * p-lang.h (is_pascal_string_type): Update.
10842         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10843         of name parameter from char * to const char *.
10844         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10845         * utils.c (fprintf_symbol_filtered): Ditto.
10846         * defs.h (fprintf_symbol_filtered): Update.
10847         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10848         * stabsread.h (end_psymtab): Update.
10849         * stack.c (find_frame_funname): Change type of funname parameter
10850         from char ** to const char **.
10851         * stack.h (find_frame_funname): Update.
10852         * typeprint.c (type_print): Change type of varstring parameter
10853         from char * to const char *.
10854         * value.h (type_print): Update.
10855         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10856         from char * to const char *.  All callers updated.
10857         (xcoff_end_psymtab): Change type of include_list parameter
10858         from char ** to const char **.  All callers updated.
10859         (swap_sym): Similarly for name parameter.  All callers updated.
10860         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10861         Use xstrdup.
10862         (process_coff_symbol): Use xstrdup.
10863         * stabsread.c (stabs_method_name_from_physname): Renamed from
10864         update_method_name_from_physname.  Change result type from void
10865         to char *.  All callers updated.
10866         (read_member_functions): In has_destructor case, store name in objfile
10867         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10868
10869 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10870
10871         * configure: Rebuild.
10872         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10873         LDFLAGS.
10874
10875 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10876
10877         * configure.tgt (rl78-*-elf): New target.
10878         * rl78-tdep.c: New file.
10879
10880 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10881
10882         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10883         and continue the loop.  Add QUIT statement.
10884
10885 2012-02-03  Tom Tromey  <tromey@redhat.com>
10886
10887         PR gdb/13596:
10888         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10889         bfd_lookup_symbol_from_symtab.
10890         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10891         gdb_bfd_lookup_symbol_from_symtab.
10892
10893 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10894
10895         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10896         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10897         symbol.  Add assertion that sym2 is never NULL.
10898
10899 2012-02-02  Doug Evans  <dje@google.com>
10900
10901         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10902         "name" parameter to const char ** from char **.  All callers updated.
10903         (find_pc_partial_function): Ditto.
10904         (cache_pc_function_name): Change type to const char * from char *.
10905         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10906         (find_pc_partial_function): Update.
10907         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10908         type of "name" parameter to const char * from char *.
10909         All uses updated.
10910         * arch-utils.c (generic_in_solib_return_trampoline): Change
10911         type of "name" parameter to const char * from char *.
10912         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10913         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10914         type of "name" parameter to const char * from char *.
10915         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10916         * gdbarch.c: Regenerate.
10917         * gdbarch.h: Regenerate.
10918         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10919         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10920         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10921         type of "name" parameter to const char * from char *.
10922         * skip.c (skip_function_pc): Ditto.
10923         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10924         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10925         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10926         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10927         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10928         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10929         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10930         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10931         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10932
10933 2012-02-02  Pedro Alves  <palves@redhat.com>
10934
10935         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10936         the current inferior has no execution.  Make sure the current
10937         remote process matches gdb's current inferior.
10938
10939 2012-02-02  Tom Tromey  <tromey@redhat.com>
10940
10941         PR gdb/13405:
10942         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10943         read-only memory.
10944
10945 2012-02-02  Tom Tromey  <tromey@redhat.com>
10946
10947         PR gdb/9307:
10948         * symtab.c (lookup_language_this): Set block_found.
10949
10950 2012-02-01  Tom Tromey  <tromey@redhat.com>
10951
10952         PR gdb/13431:
10953         * jit.c (struct jit_inferior_data): Rewrite.
10954         (struct jit_objfile_data): New.
10955         (get_jit_objfile_data): New function.
10956         (add_objfile_entry): Update.
10957         (jit_read_descriptor): Return int.  Replace descriptor_addr
10958         argument with inf_data.  Update.  Don't call error.
10959         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10960         descriptor here.
10961         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10962         (jit_reset_inferior_data_and_breakpoints)
10963         (jit_inferior_created_observer): Remove.
10964         (jit_inferior_exit_hook): Update.
10965         (jit_executable_changed_observer): Remove.
10966         (jit_event_handler): Update.
10967         (free_objfile_data): Reset inferior data if needed.
10968         (_initialize_jit): Update.
10969
10970 2012-02-01  Tom Tromey  <tromey@redhat.com>
10971
10972         * jit.c (bfd_open_from_target_memory): Move higher in file.
10973
10974 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10975
10976         * libunwind-frame.c (libunwind_load): Display message if dlopen
10977         failed.
10978
10979 2012-02-01  Gary Benson  <gbenson@redhat.com>
10980
10981         * symtab.h (symbol_found_callback_ftype): New typedef.
10982         (iterate_over_symbols): Use the above.
10983         * symtab.c (iterate_over_symbols): Likewise.
10984         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10985         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10986         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10987         (iterate_name_matcher): Document return values.
10988         (collect_one_symbol): Likewise.
10989         (collect_function_symbols): Likewise.
10990         (collect_symbols): Likewise.
10991
10992 2012-02-01  Tom Tromey  <tromey@redhat.com>
10993
10994         * ada-lang.c (resolve_subexp): Update.
10995         (ada_lookup_symbol_list): Add 'full_search' argument.
10996         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10997         ada_lookup_symbol_list.
10998         (ada_lookup_encoded_symbol): Update.
10999         (get_var_value): Update.
11000         * ada-exp.y (block_lookup): Update.
11001         (write_var_or_type): Update.
11002         (write_name_assoc): Update.
11003         * ada-lang.h (ada_lookup_symbol_list): Update.
11004
11005 2012-01-31  Tom Tromey  <tromey@redhat.com>
11006
11007         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11008         comment.
11009
11010 2012-01-31  Doug Evans  <dje@google.com>
11011
11012         * symtab.h: Remove outdated comment.
11013         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11014
11015 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11016
11017         Fix build error in Darwin port.
11018         * i386-darwin-nat.c: Include i386-nat.h.
11019
11020 2012-01-30  Tom Tromey  <tromey@redhat.com>
11021
11022         PR breakpoints/13568:
11023         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11024         argument.  Check for recursive includes.
11025         (dwarf_decode_macros): Create an include hash.
11026
11027 2012-01-30  Michael Eager  <eager@eagercon.com>
11028
11029         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11030         * ppc-linux-tdep.c: Include glibc-tdep.h.
11031         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11032         (powerpc_linux_in_plt_stub): New function.
11033         (powerpc_linux_in_dynsym_resolve_code): New function.
11034         (ppc_skip_trampoline_code): New function.
11035         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11036         Use glibc_skip_solib_resolver.
11037
11038 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11039
11040         Code cleanup: Make 1440 bytes of data segment read-only.
11041         * arch-utils.c (endian_enum): Make it const char *const [].
11042         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11043         Likewise.
11044         * breakpoint.c (always_inserted_enums): Likewise.
11045         * cli/cli-cmds.c (script_ext_enums): Likewise.
11046         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11047         enumlist parameter const char *const *.
11048         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11049         const char *const *.
11050         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11051         parameter const char *const *.
11052         * cris-tdep.c (cris_modes): Make it const char *const [].
11053         * filesystem.c (target_file_system_kinds): Likewise.
11054         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11055         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11056         (can_use_displaced_stepping_enum, scheduler_enums)
11057         (exec_direction_names): Likewise.
11058         * language.c (_initialize_language): Make the type_or_range_names and
11059         case_sensitive_names variables const char *const [].
11060         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11061         * python/python.c (python_excp_enums): Likewise.
11062         * remote.c (interrupt_sequence_modes): Likewise.
11063         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11064         * serial.c (logbase_enums): Likewise.
11065         * sh-tdep.c (sh_cc_enum): Likewise.
11066         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11067         Likewise.
11068         * symtab.c (multiple_symbols_modes): Likewise.
11069         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11070         Likewise.
11071         * utils.c (internal_problem_modes): Likewise.
11072
11073 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11074
11075         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11076         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11077         result.
11078
11079 2012-01-27  Doug Evans  <dje@google.com>
11080
11081         * configure.ac (with_python): Fix absolute path handling for win32.
11082         * configure: Regenerate.
11083
11084 2012-01-26  Doug Evans  <dje@google.com>
11085
11086         * symtab.c: Whitespace cleanup, no code changes.
11087
11088         * symtab.c (lookup_symbol_in_language): Improve comment.
11089         (lookup_symbol_aux): Fix comment.
11090
11091         * psymtab.c (add_psymbol_to_list): Result is now "void".
11092         * psympriv.h (add_psymbol_to_list): Update.
11093
11094         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11095
11096 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11097
11098         Do not open script filenames twice.
11099         * cli/cli-cmds.c (source_script_from_stream): Pass to
11100         source_python_script also STREAM.
11101         * python/py-auto-load.c (source_section_scripts): Pass to
11102         source_python_script_for_objfile also STREAM.
11103         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11104         also INPUT.
11105         * python/python-internal.h (source_python_script_for_objfile): New
11106         parameter file, rename parameter file to filename.
11107         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11108         instead if !_WIN32.  Update the function comment.
11109         (source_python_script, source_python_script_for_objfile)
11110         (source_python_script): New parameter file, rename parameter file to
11111         filename.  Pass FILENAME to python_run_simple_file.
11112         * python/python.h (source_python_script): New parameter file, rename
11113         parameter file to filename.
11114
11115 2012-01-26  Pedro Alves  <palves@redhat.com>
11116
11117         * corelow.c (core_has_fake_pid): Delete.
11118         (core_close): Delete references to `core_has_fake_pid'.
11119         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11120         (core_open): Delete references to `core_has_fake_pid'.
11121         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11122         the removed global.
11123
11124 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11125
11126         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11127         Remove language parameter from name_matcher.  Adjust the comment.
11128         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11129         Remove language parameter.
11130         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11131         * linespec.c (iterate_name_matcher): Likewise.
11132         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11133         name_matcher.  Adjust call accordingly.
11134         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11135         (maintenance_check_symtabs): Adjust type of parameter "fun".
11136         * psymtab.h (maintenance_check_symtabs): Likewise.
11137
11138 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11139
11140         * language.h (symbol_name_match_p_ftype): New typedef.
11141         (struct language_defn): Replace field la_symbol_name_compare
11142         by la_get_symbol_name_match_p.
11143         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11144         (ada_language_defn): Use it.
11145         * linespec.c (struct symbol_matcher_data): New type.
11146         (iterate_name_matcher): Rewrite.
11147         (iterate_over_all_matching_symtabs): Pass a pointer to
11148         a symbol_matcher_data struct to expand_symtabs_matching
11149         instead of just the lookup name.
11150         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11151         opencl-lang.c, p-lang.c, language.c: Delete field
11152         la_symbol_name_compare, and replace by NULL for new field
11153         la_get_symbol_name_match_p.
11154         * symfile.h (struct quick_symbol_functions): Update comment.
11155
11156 2012-01-25  Tom Tromey  <tromey@redhat.com>
11157
11158         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11159         dereferencing.
11160
11161 2012-01-24  Tom Tromey  <tromey@redhat.com>
11162
11163         PR symtab/12406:
11164         * solib.c (update_solib_list): Update the program space's
11165         added_solibs and deleted_solibs fields.
11166         * progspace.h (struct program_space) <added_solibs,
11167         deleted_solibs>: New fields.
11168         (clear_program_space_solib_cache): Declare.
11169         * progspace.c (release_program_space): Call
11170         clear_program_space_solib_cache.
11171         (clear_program_space_solib_cache): New function.
11172         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11173         bpstat_stop_status.  Use handle_solib_event.
11174         * breakpoint.c: Include gdb_regex.h.
11175         (print_solib_event): New function.
11176         (bpstat_print): Use print_solib_event.
11177         (bpstat_stop_status): Add special case for bp_shlib_event.
11178         (handle_solib_event): New function.
11179         (bpstat_what): Use handle_solib_event.
11180         (struct solib_catchpoint): New.
11181         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11182         (breakpoint_hit_catch_solib, check_status_catch_solib)
11183         (print_it_catch_solib, print_one_catch_solib)
11184         (print_mention_catch_solib, print_recreate_catch_solib): New
11185         functions.
11186         (catch_solib_breakpoint_ops): New global.
11187         (catch_load_or_unload, catch_load_command_1)
11188         (catch_unload_command_1): New functions.
11189         (internal_bkpt_check_status): Add special case for
11190         bp_shlib_event.
11191         (internal_bkpt_print_it): Use print_solib_event.
11192         (initialize_breakpoint_ops): Initialize
11193         catch_solib_breakpoint_ops.
11194         (_initialize_breakpoint): Register "catch load" and "catch
11195         unload".
11196         * breakpoint.h (handle_solib_event): Declare.
11197         * NEWS: Add entry for "catch load" and "catch unload".
11198
11199 2012-01-24  Tom Tromey  <tromey@redhat.com>
11200
11201         * ada-lang.c: Include gdb_vecs.h.
11202         * charset.c: Include gdb_vecs.h.
11203         * tracepoint.h: Include gdb_vecs.h.
11204         * gdb_vecs.h: New file.
11205
11206 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
11207
11208         * breakpoint.c (breakpoint_hit_catch_fork)
11209         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11210         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11211         * infrun.c (inferior_has_forked, inferior_has_vforked)
11212         (inferior_has_execd, inferior_has_called_syscall): Delete.
11213         (handle_syscall_event): Get syscall_number from the execution
11214         control state's wait status.
11215         (wait_for_inferior): Don't clear syscall_number.
11216
11217 2012-01-24  Pedro Alves  <palves@redhat.com>
11218
11219         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11220         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11221         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11222         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11223         `ws' parameter.
11224         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11225         false for events other than TARGET_SIGNAL_TRAP.
11226         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11227         Add `ws' parameter.
11228         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11229         events other than TARGET_SIGNAL_TRAP.
11230         (tracepoint_breakpoint_hit): Add `ws' parameter.
11231         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11232         parameter.
11233         (bpstat_stop_status): Same.
11234         (pc_at_non_inline_function): Same.
11235         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11236         to pass the current event's waitstatus to bpstat_stop_status
11237         and pc_at_non_inline_function.
11238
11239 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11240
11241         Code cleanup.
11242         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11243         Update the function comment for it.
11244         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11245         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11246         for STREAM.
11247
11248 2012-01-24  Pedro Alves  <palves@redhat.com>
11249
11250         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11251         outside `bs->stop' block.
11252         (bpstat_what): Rework bp_shlib_event handling.
11253         (internal_bkpt_check_status): If the breakpoint is a
11254         bp_shlib_event, then set bs->stop and bs->print if
11255         stop_on_solib_events is set.
11256
11257 2012-01-24  Gary Benson  <gbenson@redhat.com>
11258
11259         Delete #if 0'd out code.
11260         * stack.c (print_frame_label_vars): Remove.
11261         (catch_info): Likewise.
11262         (_initialize_stack): Remove "info catch" command.
11263         * NEWS: Mention the above.
11264
11265 2012-01-24  Pedro Alves  <palves@redhat.com>
11266
11267         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11268         it.
11269         (remote_notice_new_inferior): If the remote end doesn't support
11270         the multiprocess extensions, then the PID is fake.
11271         (add_current_inferior_and_thread): New.
11272         (remote_start_remote): Use it.
11273         (extended_remote_attach_1): Adjust.
11274         (extended_remote_create_inferior_1): Use
11275         add_current_inferior_and_thread.
11276
11277 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11278
11279         Fix watchpoints to be specific for each inferior.
11280         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11281         current_program_space.
11282         * i386-nat.c (i386_inferior_data_cleanup): New.
11283         (i386_inferior_data_get): Replace variable inf_data_local by an
11284         inferior_data call.
11285         (i386_use_watchpoints): Initialize i386_inferior_data.
11286         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11287         specific iterate_over_lwps.
11288
11289 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11290
11291         Fix watchpoints across inferior fork.
11292         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11293         comment for linux_nat_iterate_watchpoint_lwps.
11294         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11295         linux_nat_iterate_watchpoint_lwps.
11296         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11297         * i386-linux-nat.c (update_debug_registers_callback): Update the
11298         comment for linux_nat_iterate_watchpoint_lwps.
11299         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11300         linux_nat_iterate_watchpoint_lwps.
11301         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11302         * i386-nat.c: Include inferior.h.
11303         (dr_mirror): Remove.
11304         (i386_inferior_data, struct i386_inferior_data)
11305         (i386_inferior_data_get): New.
11306         (i386_debug_reg_state): Use i386_inferior_data_get.
11307         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11308         (i386_insert_watchpoint, i386_remove_watchpoint)
11309         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11310         (i386_remove_hw_breakpoint): New variable state, use
11311         i386_debug_reg_state instead of DR_MIRROR.
11312         * linux-nat.c (delete_lwp): New declaration.
11313         (num_lwps): Move here from downwards.
11314         (delete_lwp_cleanup): New.
11315         (linux_child_follow_fork): Create new child_lp, call
11316         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11317         PTRACE_DETACH.
11318         (num_lwps): Move upwards.
11319         (linux_nat_iterate_watchpoint_lwps): New.
11320         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11321         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11322
11323 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11324
11325         GDB 7.4 released.
11326
11327 2012-01-23  Pedro Alves  <palves@redhat.com>
11328
11329         * top.c (caution): Rename to ...
11330         (confirm): ... this.
11331         (show_caution): Rename to ...
11332         (show_confirm): ... this.
11333         (quit_cover): Adjust.
11334         (init_main): Adjust.
11335         * top.h (caution): Rename to ...
11336         (confirm): ... this.
11337         * utils.c (internal_vproblem, defaulted_query): Adjust.
11338
11339 2012-01-23  Pedro Alves  <palves@redhat.com>
11340
11341         * top.c (caution): Update comment.
11342         (execute_command): Don't consider the current value of `caution'.
11343
11344 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11345
11346         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11347
11348 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11349
11350         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11351         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11352         * target.c (target_fileio_pwrite): Remove buffer address from
11353         debug output.
11354         (target_fileio_pread): Likewise.
11355
11356 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11357
11358         * NEWS: Document remote "info proc" and "generate-core-file".
11359
11360 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11361
11362         * gdbarch.sh (find_memory_regions): New callback.
11363         * gdbarch.c, gdbarch.h: Regenerate.
11364
11365         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11366         callback before falling back to target method.
11367
11368         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11369         (linux_target_install_ops): No longer install it.
11370
11371         * linux-tdep.c (linux_find_memory_regions): New function.
11372         (linux_init_abi): Install it.
11373
11374 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11375
11376         * gdbarch.sh (make_corefile_notes): New architecture callback.
11377         * gdbarch.c: Regenerate.
11378         * gdbarch.h: Likewise.
11379
11380         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11381         before target_make_corefile_notes.  If NULL is returned, the
11382         target does not support core file generation.
11383
11384         * linux-nat.c: Include "linux-tdep.h".
11385         (find_signalled_thread, find_stop_signal): Remove.
11386         (linux_nat_do_thread_registers): Likewise.
11387         (struct linux_nat_corefile_thread_data): Likewise.
11388         (linux_nat_corefile_thread_callback): Likewise.
11389         (iterate_over_spus): Likewise.
11390         (struct linux_spu_corefile_data): Likewise.
11391         (linux_spu_corefile_callback): Likewise.
11392         (linux_spu_make_corefile_notes): Likewise.
11393         (linux_nat_collect_thread_registers): New function.
11394         (linux_nat_make_corefile_notes): Replace contents by call to
11395         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11396         as native-only callback.
11397
11398         * linux-tdep.h: Include "bfd.h".
11399         (struct regcache): Add forward declaration.
11400         (linux_collect_thread_registers_ftype): New typedef.
11401         (linux_make_corefile_notes): Add prototype.
11402         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11403         "regset.h", and "elf-bfd.h".
11404         (find_signalled_thread, find_stop_signal): New functions.
11405         (linux_spu_make_corefile_notes): Likewise.
11406         (linux_collect_thread_registers): Likewise.
11407         (struct linux_corefile_thread_data): New data structure.
11408         (linux_corefile_thread_callback): New funcion.
11409         (linux_make_corefile_notes): Likewise.
11410         (linux_make_corefile_notes_1): Likewise.
11411         (linux_init_abi): Install it.
11412
11413 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11414
11415         * gdbarch.sh (info_proc): New callback.
11416         * gdbarch.c, gdbarch.h: Regenerate.
11417
11418         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11419         before falling back to the target info_proc callback.
11420
11421         * linux-nat.c: Do not include "cli/cli-utils.h".
11422         (linux_nat_info_proc): Remove.
11423         (linux_target_install_ops): No longer install it.
11424
11425         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11426         (read_mapping): New function.
11427         (linux_info_proc): Likewise.
11428         (linux_init_abi): Install it.
11429
11430 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11431
11432         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11433         * infcmd.c: (info_proc_cmd_1): New function.
11434         (info_proc_cmd): New function, moved here from equivalent routine
11435         orignally in linux-nat.c.
11436         (info_proc_cmd_mappings): Likewise.
11437         (info_proc_cmd_stat): Likewise.
11438         (info_proc_cmd_status): Likewise.
11439         (info_proc_cmd_cwd): Likewise.
11440         (info_proc_cmd_cmdline): Likewise.
11441         (info_proc_cmd_exe): Likewise.
11442         (info_proc_cmd_all): Likewise.
11443         (_initialize_infcmd): Install "info proc" command and subcommands.
11444
11445         * target.h (struct target_ops): Add to_info_proc.
11446         (target_info_proc): Add prototype.
11447         * target.c (target_info_proc): New function.
11448
11449         * procfs.c (procfs_info_proc): Add prototype.
11450         (info_proc_cmd): Rename into ...
11451         (procfs_info_proc): ... this.  Update argument types as appropriate
11452         for a to_info_proc implementation.  Handle "what" argument.
11453         (procfs_target): Install procfs_info_proc.
11454         (_initialize_procfs): No longer install "info proc" command.
11455
11456         * linux-nat.c: (enum info_proc_what): Remove.
11457         (linux_nat_info_proc_cmd_1): Rename into ...
11458         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11459         for a to_info_proc implementation.
11460         (linux_nat_info_proc_cmd): Remove.
11461         (linux_nat_info_proc_cmd_mappings): Likewise.
11462         (linux_nat_info_proc_cmd_stat): Likewise.
11463         (linux_nat_info_proc_cmd_status): Likewise.
11464         (linux_nat_info_proc_cmd_cwd): Likewise.
11465         (linux_nat_info_proc_cmd_cmdline): Likewise.
11466         (linux_nat_info_proc_cmd_exe): Likewise.
11467         (linux_nat_info_proc_cmd_all): Likewise.
11468         (linux_target_install_ops): Install linux_nat_info_proc.
11469         (_initialize_linux_nat): No longer install "info proc" command
11470         and subcommands.
11471
11472 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11473
11474         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11475         * config.in, configure: Regenerate.
11476
11477         * target.h (struct target_ops): Add to_fileio_readlink.
11478         (target_fileio_readlink): Add prototype.
11479         * target.c (target_fileio_readlink): New function.
11480
11481         * inf-child.c: Conditionally include <sys/param.h>.
11482         (inf_child_fileio_readlink): New function.
11483         (inf_child_target): Install it.
11484
11485         * remote.c (PACKET_vFile_readlink): New enum value.
11486         (remote_hostio_readlink): New function.
11487         (init_remote_ops): Install it.
11488         (_initialize_remote): Handle vFile:readlink packet type.
11489
11490 2012-01-20  Pedro Alves  <palves@redhat.com>
11491             Ulrich Weigand  <ulrich.weigand@linaro.org>
11492
11493         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11494         * config.in, configure: Regenerate.
11495
11496         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11497         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11498         (target_fileio_open): Add prototype.
11499         (target_fileio_pwrite): Likewise.
11500         (target_fileio_pread): Likewise.
11501         (target_fileio_close): Likewise.
11502         (target_fileio_unlink): Likewise.
11503         (target_fileio_read_alloc): Likewise.
11504         (target_fileio_read_stralloc): Likewise.
11505
11506         * target.c: Include "gdb/fileio.h".
11507         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11508         (default_fileio_target): New function.
11509         (target_fileio_open): Likewise.
11510         (target_fileio_pwrite): Likewise.
11511         (target_fileio_pread): Likewise.
11512         (target_fileio_close): Likewise.
11513         (target_fileio_unlink): Likewise.
11514         (target_fileio_close_cleanup): Likewise.
11515         (target_fileio_read_alloc_1): Likewise.
11516         (target_fileio_read_alloc): Likewise.
11517         (target_fileio_read_stralloc): Likewise.
11518
11519         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11520         <fcntl.h>, and <unistd.h>.
11521         (inf_child_fileio_open_flags_to_host): New function.
11522         (inf_child_errno_to_fileio_error): Likewise.
11523         (inf_child_fileio_open): Likewise.
11524         (inf_child_fileio_pwrite): Likewise.
11525         (inf_child_fileio_pread): Likewise.
11526         (inf_child_fileio_close): Likewise.
11527         (inf_child_fileio_unlink): Likewise.
11528         (inf_child_target): Install to_fileio routines.
11529
11530         * remote.c (init_remote_ops): Install to_fileio routines.
11531
11532 2012-01-20  Pedro Alves  <palves@redhat.com>
11533             Ulrich Weigand  <ulrich.weigand@linaro.org>
11534
11535         * remote.c (remote_multi_process_p): Only check for multi-process
11536         protocol feature, do not check for extended protocol.
11537         (remote_supports_multi_process): Check for extended protocol here.
11538         (set_general_process): Likewise.
11539         (extended_remote_kill): Likewise.
11540         (remote_pid_to_str): Likewise.
11541         (remote_query_supported): Always query multiprocess mode.
11542
11543 2012-01-20  Pedro Alves  <palves@redhat.com>
11544             Ulrich Weigand  <ulrich.weigand@linaro.org>
11545
11546         * inferior.h (struct inferior): Add fake_pid_p.
11547         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11548         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11549         magic_null_ptid since the remote side doesn't provide a real PID.
11550
11551 2012-01-19  Tom Tromey  <tromey@redhat.com>
11552
11553         * NEWS: Combine the two Python sections.
11554
11555 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11556
11557         * target.h (target_close): Update comment on the target's unpush state.
11558
11559 2012-01-19  Pedro Alves  <palves@redhat.com>
11560
11561         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11562         linux_nat_async directly instead of going through the target
11563         vector.
11564         * target.c (unpush_target): Close target after unpushing it, not
11565         before.
11566
11567 2012-01-19  Gary Benson  <gbenson@redhat.com>
11568
11569         * mdebugread.c (sort_blocks): Replace integer constants with ones
11570         derived from FIRST_LOCAL_BLOCK.
11571
11572 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11573             Jan Kratochvil  <jan.kratochvil@redhat.com>
11574
11575         PR gdb/9538
11576         * symfile.c (find_separate_debug_file): New function.
11577         (terminate_after_last_dir_separator): Likewise.
11578         (find_separate_debug_file_by_debuglink): Also try realpath.
11579         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11580         * configure: Regenerate.
11581         * config.in: Regenerate.
11582
11583 2012-01-18  Doug Evans  <dje@google.com>
11584
11585         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11586         (main.o): Remove rule.
11587         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11588         (--with-sysroot): Rewrite.
11589         * configure: Regenerate.
11590         * config.in: Regenerate.
11591
11592 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11593
11594         * parse.c (initialize_expout): New function.
11595         (reallocate_expout): Likewise.
11596         (parse_exp_in_context): Use `initialize_expout' and
11597         `reallocate_expout' when appropriate.
11598
11599 2012-01-18  Pedro Alves  <palves@redhat.com>
11600
11601         * record.c (struct record_breakpoint, record_breakpoint_p)
11602         (record_breakpoints): New.
11603         (record_insert_breakpoint, record_remove_breakpoint): Manage
11604         record breakpoints list.  Only remove breakpoints from the
11605         inferior if they had been inserted there in the first place.
11606
11607 2012-01-17  Doug Evans  <dje@google.com>
11608
11609         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11610         if we know we don't have a file name to look for.
11611
11612 2012-01-17  Pedro Alves  <palves@redhat.com>
11613
11614         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11615         the frame's stop reason is UNWIND_UNAVAILABLE.
11616
11617 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11618
11619         Fix compilation error.
11620         * m2-exp.y (yyerror): Use ANSI C prototype.
11621
11622 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11623
11624         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11625         (growbuf_by_size): Likewise.
11626         (yyerror): Likewise.
11627         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11628         (modblock): Remove variable (was #if 0'ed).
11629         (parse_number): Convert prototype from K&R to ANSI C.
11630         (yyerror): Likewise.
11631         * objc-exp.y (parse_number): Likewise.
11632         (yyerror): Likewise.
11633         (yylex): Remove #if 0'ed code.
11634         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11635         (yyerror): Likewise.
11636
11637 2012-01-16  Tom Tromey  <tromey@redhat.com>
11638
11639         * NEWS: Add item.
11640         * symtab.h (compare_filenames_for_search): Declare.
11641         * symtab.c (compare_filenames_for_search): New function.
11642         (iterate_over_some_symtabs): Use it.
11643         * symfile.h (struct quick_symbol_functions)
11644         <map_symtabs_matching_filename>: Change spec.
11645         * psymtab.c (partial_map_symtabs_matching_filename): Use
11646         compare_filenames_for_search.  Update for new spec.
11647         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11648         compare_filenames_for_search.  Update for new spec.
11649         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11650
11651 2012-01-16  Tom Tromey  <tromey@redhat.com>
11652
11653         PR python/13281:
11654         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11655         (struct main_type) <flag_flag_enum>: New field.
11656         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11657         * NEWS: Add entries.
11658         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11659         enums.
11660         * python/lib/gdb/printing.py (_EnumInstance): New class.
11661         (FlagEnumerationPrinter): Likewise.
11662
11663 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11664
11665         * breakpoint.c (create_sals_from_address_default): New function.
11666         (create_breakpoints_sal_default): Likewise.
11667         (decode_linespec_default): Likewise.
11668         (is_marker_spec): Removed.
11669         (strace_marker_p): New function.
11670         (init_breakpoint_sal): Using `strace_marker_p' instead of
11671         `is_marker_spec'.
11672         (create_breakpoint): Call method `create_sals_from_address' from
11673         breakpoint_ops, replacing code that created SALs conditionally
11674         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11675         replacing code that created breakpoints conditionally on the type
11676         wanted.
11677         (base_breakpoint_create_sals_from_address): New function.
11678         (base_breakpoint_create_breakpoints_sal): Likewise.
11679         (base_breakpoint_decode_linespec): Likewise.
11680         (base_breakpoint_ops): Add methods
11681         `base_breakpoint_create_sals_from_address',
11682         `base_breakpoint_create_breakpoints_sal' and
11683         `base_breakpoint_decode_linespec'.
11684         (bkpt_create_sals_from_address): New function.
11685         (bkpt_create_breakpoints_sal): Likewise.
11686         (bkpt_decode_linespec): Likewise.
11687         (tracepoint_create_sals_from_address): Likewise.
11688         (tracepoint_create_breakpoints_sal): Likewise.
11689         (tracepoint_decode_linespec): Likewise.
11690         (strace_marker_create_sals_from_address): Likewise.
11691         (strace_marker_create_breakpoints_sal): Likewise.
11692         (strace_marker_decode_linespec): Likewise.
11693         (strace_marker_breakpoint_ops): New variable.
11694         (addr_string_to_sals): Remove `marker_spec'.  Call method
11695         `decode_linespec' from breakpoint_ops, replacing code that decoded
11696         an address string into a SAL.  Use `strace_marker_p' instead of
11697         `marker_spec'.
11698         (strace_command): Decide whether we are dealing with a static
11699         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11700         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11701         * breakpoint.h (linespec_result, linespec_sals): New forward
11702         declarations.
11703         (breakpoint_ops) <create_sals_from_address>,
11704         <create_breakpoints_sal>, <decode_linespec>: New methods.
11705
11706 2012-01-14  Doug Evans  <dje@google.com>
11707
11708         * NEWS: Update text for "maint set python print-stack".
11709         It is deprecated in gdb 7.4 and deleted in 7.5.
11710
11711 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11712
11713         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11714         including curses.h.
11715
11716 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11717
11718         * configure: Regenerate.
11719         * config.in: Regenerate.
11720
11721 2012-01-12  Keith Seitz  <keiths@redhat.com>
11722
11723         PR mi/10586
11724         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11725         (ANONYMOUS_UNION_NAME): Define.
11726         (is_path_expr_parent): New function.
11727         (get_path_expr_parent): New function.
11728         (is_anonymous_child): New function.
11729         (create_child_with_value): If the child is anonymous and without
11730         a name, assign an object name to it.
11731         (c_describe_child): Use get_path_expr_parent to determine
11732         the parent expression.
11733         If there field represents an anonymous struct or union and
11734         has no name, set an appropriate display name and expression.
11735         (cplus_describe_child): Likewise.
11736
11737 2012-01-12  Pedro Alves  <palves@redhat.com>
11738
11739         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11740         available when %ebp is found to be zero (outermost).
11741
11742 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11743
11744         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11745         an internal gdb_static_assert.
11746         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11747
11748 2012-01-11  Tom Tromey  <tromey@redhat.com>
11749
11750         PR gdb/9598:
11751         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11752         catch" and "catch throw".
11753
11754 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11755
11756         * blockframe.c (block_innermost_frame): Start search from selected
11757         frame, if present, or otherwise the current frame.
11758
11759         * c-exp.y (variable): Update innermost_block for
11760         'block COLONCOLON NAME' clause.
11761         * m2-exp.y (variable): Ditto.
11762         * objc-exp.y (variable): Ditto.
11763
11764 2012-01-10  Tom Tromey  <tromey@redhat.com>
11765
11766         PR python/13199:
11767         * python/python.c (finish_python_initialization): Set sys.argv.
11768
11769 2012-01-10  Doug Evans  <dje@google.com>
11770
11771         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11772         "want_line_info".  All callers updated.
11773         (dwarf_decode_lines_1): New function.
11774         (handle_DW_AT_stmt_list): Add function comment.
11775         New arg "want_line_info".  All callers updated.
11776         (read_file_scope,read_type_unit_scope): Move comment from
11777         handle_DW_AT_stmt_list to here.
11778
11779 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11780
11781         Fix regression after libiberty/ update for GCC PR 6057 and others.
11782         * c-exp.y (operator) <OPERATOR DELETE>
11783         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11784         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11785         (make_builtin_type, make_name): New variable i, add gdb_assert.
11786         (operator) <OPERATOR NEW>: Update ARGS to 3.
11787         (operator) <OPERATOR DELETE>: Add trailing space.
11788         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11789         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11790         * cp-support.c (cp_canonicalize_string): Check NULL from
11791         cp_comp_to_string, call warning and return.
11792
11793 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11794
11795         Fix duplicate .o files after omitting libbfd.a.
11796         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11797         (SFILES): Add corelow.c.
11798         (COMMON_OBS): Add corelow.o.
11799         (ALLDEPFILES): Remove corelow.c.
11800         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11801         * config/alpha/alpha-osf3.mh: Likewise.
11802         * config/alpha/fbsd.mh: Likewise.
11803         * config/arm/nbsdaout.mh: Likewise.
11804         * config/arm/nbsdelf.mh: Likewise.
11805         * config/i386/i386gnu.mh: Likewise.
11806         * config/ia64/hpux.mh: Likewise.
11807         * config/ia64/linux.mh: Likewise.
11808         * config/m32r/linux.mh: Likewise.
11809         * config/m68k/linux.mh: Likewise.
11810         * config/mips/irix5.mh: Likewise.
11811         * config/mips/irix6.mh: Likewise.
11812         * config/pa/hpux.mh: Likewise.
11813         * config/pa/linux.mh: Likewise.
11814         * config/powerpc/aix.mh: Likewise.
11815         * config/sparc/linux.mh: Likewise.
11816         * config/sparc/linux64.mh: Likewise.
11817         * config/sparc/sol2.mh: Likewise.
11818         * config/vax/vax.mh: Likewise.
11819         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11820         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11821         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11822         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11823         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11824         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11825         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11826         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11827         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11828         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11829         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11830         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11831         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11832         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11833         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11834         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11835         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11836         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11837         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11838         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11839         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11840         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11841         corelow.o from gdb_target_obs.
11842         * corefile.c (core_target): Update the comment on NULL value.
11843         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11844         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11845         MATCHES.  Drop YUMMY set on NULL.
11846         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11847         reclaim CORE_DATA if it is already NULL.
11848
11849 2012-01-09  Doug Evans  <dje@google.com>
11850
11851         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11852         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11853
11854 2012-01-09  Keith Seitz  <keiths@redhat.com>
11855
11856         * breakpoint.c (wrapper.h): Don't include.
11857
11858 2012-01-09  Keith Seitz  <keiths@redhat.com>
11859
11860         * Makefile.in (SFILES): Remove wrapper.c.
11861         (HFILES_NO_SRCDIR): Remove wrapper.h.
11862         (COMMON_OBS): Remove wrapper.o.
11863         * cli/cli-interp.c: Don't inlude wrapper.h.
11864         * corelow.c: Likewise.
11865         (core_open): Replace gdb_target_find_new_threads with
11866         TRY_CATCH around target_find_new_threads.
11867         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11868         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11869         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11870         evaluate_expression.
11871         (varobj_set_value): Likewise for evaluate_expression and
11872         value_assign.
11873         (install_new_variable): Likewise for value_fetch_lazy.
11874         (adjust_value_for_child_access): Likewise for value_ind.
11875         (c_describe_child): Likewise for value_subscript and
11876         value_ind.
11877         (c_value_of_root): Likewise for evaluate_expression.
11878         * wrapper.c: Remove.
11879         * wrapper.h: Remove.
11880
11881 2012-01-09  Doug Evans  <dje@google.com>
11882
11883         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11884         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11885         "abfd" args with "section".  All callers updated.
11886         Error checking code moved ...
11887         (error_check_comp_unit_head): ... here.  New function.
11888         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11889         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11890         (create_debug_types_hash_table): Simplify by using
11891         read_and_check_type_unit_head.
11892
11893         * parser-defs.h (namecopy): Delete.
11894         * parse.c (namecopy, namecopy_size): Move into copy_name.
11895
11896 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11897
11898         Partially fix duplicate .o files after omitting libbfd.a.
11899         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11900         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11901         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11902         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11903         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11904         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11905         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11906
11907 2012-01-09  Pedro Alves  <palves@redhat.com>
11908
11909         * MAINTAINERS: Update my email address.
11910
11911 2012-01-08  Doug Evans  <dje@google.com>
11912
11913         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11914         n_type_units.  Rename type_comp_units to all_type_units.
11915         All uses updated.
11916         (add_signatured_type_cu_to_table): Renamed from
11917         add_signatured_type_cu_to_list.  All callers updated.
11918
11919         * gdbtypes.h (struct cplus_struct_type): Delete member
11920         nfn_fields_total.  All uses removed.
11921
11922 2012-01-06  Doug Evans  <dje@google.com>
11923
11924         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11925         to top of file.
11926         (dwarf2_find_comp_unit): Delete.
11927         (process_psymtab_comp_unit): Make result "void".
11928         Delete args buffer, info_ptr, buffer_size, and replace with
11929         "section".  All callers updated.
11930         (dwarf2_build_psymtabs_hard): Simplify.
11931
11932 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11933             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11934
11935         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11936         before `struct gdb_exception'.
11937         * breakpoint.c (update_global_location_list_nothrow)
11938         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11939         * cp-abi.c (value_rtti_type): Likewise.
11940         * cp-support.c (cp_validate_operator): Likewise.
11941         * infrun.c (insert_exception_resume_breakpoint)
11942         (check_exception_resume, keep_going): Likewise.
11943         * mi-interp.c (mi_breakpoint_created)
11944         (mi_breakpoint_modified): Likewise.
11945         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11946         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11947         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11948
11949 2012-01-05  Doug Evans  <dje@google.com>
11950
11951         * dwarf2read.c (statement_prologue): Delete, unused.
11952
11953         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11954         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11955
11956         * dwarf2read.c (comp_unit_header): Delete, unused.
11957
11958 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11959
11960         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11961         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11962
11963 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11964
11965         * infrun.c (normal_stop): Don't skip calling the normal_stop
11966         observers if the thread was doing a multi-step, but stopped for
11967         some reason other than stepping.
11968
11969 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11970
11971         * cli/cli-decode.h: Add comments.
11972         (CMD_LIST_AMBIGUOUS): Moved to command.h
11973         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11974         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11975         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11976         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11977         (add_com, add_com_alias, add_info, add_info_alias)
11978         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11979         declarations.
11980         * command.h: Add and adjust comments.
11981         (CMD_LIST_AMBIGUOUS): Moved here.
11982         (help_cmd, help_cmd_list): Delete declarations.
11983
11984 2012-01-04  Doug Evans  <dje@google.com>
11985
11986         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11987         All callers updated.
11988         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11989         Replace all arguments with "per_cu".  All callers updated.
11990
11991         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11992
11993         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11994         New arg "per_cu".  All callers updated.
11995
11996         Delete #if 0'd out code.
11997         * language.c (binop_result_type): Delete.
11998         (simple_type, ordered_type, same_type, integral_type): Delete.
11999         (numeric_type, character_type, string_type, boolean_type): Delete.
12000         (float_type, structured_type): Delete.
12001         * language.h: Update.
12002
12003 2012-01-04  Tom Tromey  <tromey@redhat.com>
12004
12005         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12006
12007 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12008
12009         * corefile.c (close_exec_file): Delete.
12010         (reopen_exec_file): Remove commented out code that seems related
12011         to close_exec_file, which is being deleted here.
12012         * inferior.h (close_exec_file): Delete.
12013         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12014
12015 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12016
12017         * ada-lang.c: #include "cli/cli-utils.h".
12018         (get_selections): Use skip_spaces.
12019         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12020         (catch_ada_exception_command_split): Use skip_spaces.
12021         (ada_decode_assert_location): Likewise.
12022
12023 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12024
12025         * linespec.c (decode_line_internal): Check for C++ or Java
12026         compound constructs only if the current language is C, C++
12027         or Java.
12028
12029 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12030
12031         Revert:
12032         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12033                     Joel Brobecker  <brobecker@adacore.com>
12034         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12035         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12036         3 times.
12037         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12038         fall through into AT_ENTRY_POINT.
12039         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12040         DUMMY_ADDR with it.
12041         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12042         PPC_INSN_SIZE skip to 3 times.
12043
12044 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12045
12046         * linespec.c (add_minsym): Preserve function descriptors.
12047
12048 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12049
12050         * breakpoint.c (all_locations_are_pending): Consider locations
12051         in program spaces executing during startup pending as well.
12052
12053 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12054
12055         Copyright year update in most files of the GDB Project.
12056
12057 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12058
12059         * copyright.sh: Delete.
12060         * copyright.py: Rewrite.
12061
12062 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12063
12064         * gnulib/extra/update-copyright: New file, imported from gnulib.
12065
12066 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12067
12068         * README (Copyright and License Notices): New section.
12069
12070 2012-01-03  Tom Tromey  <tromey@redhat.com>
12071
12072         PR python/12533:
12073         * python/py-value.c (valpy_dereference, valpy_get_address
12074         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12075         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12076         (valpy_absolute, valpy_richcompare): Free intermediate values.
12077
12078 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12079
12080         * ada-lang.c: Reformat the copyright notice.
12081
12082 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12083
12084         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12085         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12086         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12087         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12088         Revert this part of:
12089         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12090         Build gdb directly from *.o files not using libgdb.a.
12091         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12092
12093 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12094
12095         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12096         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12097         Reformat the copyright header.
12098
12099 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12100
12101         Revert this part of:
12102         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12103         Remove the gdbtui binary.
12104         * gdb.c (main): Remove args.interpreter_p initialization.
12105         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12106         * main.h (struct captured_main_args): Remove interpreter_p.
12107
12108 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12109
12110         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12111
12112 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12113
12114         * top.c (print_gdb_version): Update copyright year.
12115
12116 2012-01-02  Yao Qi  <yao@codesourcery.com>
12117
12118         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12119
12120 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12121             Joel Brobecker  <brobecker@adacore.com>
12122
12123         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12124         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12125         3 times.
12126         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12127         fall through into AT_ENTRY_POINT.
12128         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12129         DUMMY_ADDR with it.
12130         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12131         PPC_INSN_SIZE skip to 3 times.
12132
12133 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12134
12135         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12136         the return value.
12137         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12138
12139 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12140
12141         Build gdb directly from *.o files not using libgdb.a.
12142         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12143         (COMMON_OBS): Remove solib-target.o.
12144         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12145         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12146         (LIBGDB_OBS, libgdb.a): Move it above.
12147         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12148         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12149         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12150         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12151         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12152         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12153         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12154         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12155         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12156         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12157         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12158         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12159         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12160         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12161         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12162         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12163         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12164         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12165         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12166         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12167         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12168         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12169         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12170         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12171         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12172         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12173         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12174
12175 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12176
12177         Remove the gdbtui binary.
12178         * .gitignore (/gdbtui): Remove.
12179         * Makefile.in (TUI): Remove.
12180         (SUBDIR_TUI_OBS): Remove tui-main.o.
12181         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12182         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12183         (tui-main.o): Remove.
12184         (all_object_files): Remove tui-main.o.
12185         * NEWS: New note for the gdbtui removal.
12186         * configure: Rebuilt.
12187         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12188         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12189         CONFIG_UNINSTALL respectively.
12190         * gdb.c (main): Remove args.interpreter_p initialization.
12191         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12192         * main.h (struct captured_main_args): Remove interpreter_p.
12193         * tui/tui-main.c: Remove.
12194
12195 2012-01-01  Doug Evans  <dje@google.com>
12196
12197         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12198         (dwarf2_physname, read_import_statement): Ditto.
12199         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12200         (process_structure_scope read_subroutine_type): Ditto.
12201         (read_typedef, load_partial_dies, read_partial_die): Ditto.
12202         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12203         (dwarf2_fetch_die_location_block): Ditto.
12204         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12205
12206         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12207         All callers updated.
12208         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12209         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12210         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12211
12212         * dwarf2read.c (load_cu): Move assert to more useful location.
12213
12214         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12215         All callers updated.
12216
12217         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12218         (dwarf2_elf_names): Minor reformat.
12219         (dwarf2_per_cu_data): Tweak comment.
12220         (dwarf2_read_section): Fix comment.
12221         (create_all_comp_units): Fix comment.
12222         (load_full_comp_unit): Fix comment.
12223         (process_full_comp_unit): Fix comment.
12224         (read_signatured_type): Fix comment.
12225
12226 For older changes see ChangeLog-2011.
12227 \f
12228 Local Variables:
12229 mode: change-log
12230 left-margin: 8
12231 fill-column: 74
12232 version-control: never
12233 coding: utf-8
12234 End: