Support displaced stepping in aarch64-linux
[external/binutils.git] / gdb / ChangeLog
1 2015-10-12  Yao Qi  <yao.qi@linaro.org>
2
3         * aarch64-linux-tdep.c: Include arch-utils.h.
4         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
5         set_gdbarch_displaced_step_copy_insn,
6         set_gdbarch_displaced_step_fixup,
7         set_gdbarch_displaced_step_free_closure,
8         set_gdbarch_displaced_step_location,
9         and set_gdbarch_displaced_step_hw_singlestep.
10         * aarch64-tdep.c (struct displaced_step_closure): New.
11         (struct aarch64_displaced_step_data): New.
12         (aarch64_displaced_step_b): New function.
13         (aarch64_displaced_step_b_cond): Likewise.
14         (aarch64_register): Likewise.
15         (aarch64_displaced_step_cb): Likewise.
16         (aarch64_displaced_step_tb): Likewise.
17         (aarch64_displaced_step_adr): Likewise.
18         (aarch64_displaced_step_ldr_literal): Likewise.
19         (aarch64_displaced_step_others): Likewise.
20         (aarch64_displaced_step_copy_insn): Likewise.
21         (aarch64_displaced_step_fixup): Likewise.
22         (aarch64_displaced_step_hw_singlestep): Likewise.
23         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
24         (aarch64_displaced_step_copy_insn): Declare.
25         (aarch64_displaced_step_fixup): Declare.
26         (aarch64_displaced_step_hw_singlestep): Declare.
27         * arch/aarch64-insn.c (emit_insn): Moved from
28         gdbserver/linux-aarch64-low.c.
29         (emit_load_store): Likewise.
30         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
31         gdbserver/linux-aarch64-low.c.
32         (struct aarch64_register): Likewise.
33         (struct aarch64_memory_operand): Likewise.
34         (ENCODE): Likewise.
35         (can_encode_int32): New macro.
36         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
37         (emit_tb, emit_nop): Likewise.
38         (emit_insn): Declare.
39         (emit_load_store): Declare.
40
41 2015-10-12  Yao Qi  <yao.qi@linaro.org>
42
43         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
44         gdbserver/linux-aarch64-low.c.
45         (aarch64_relocate_instruction): Likewise.
46         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
47         (struct aarch64_insn_data): Moved from
48         gdbserver/linux-aarch64-low.c.
49         (struct aarch64_insn_visitor): Likewise.
50         (aarch64_relocate_instruction): Declare.
51
52 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
53
54         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
55         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
56         to the returned value.
57
58 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
59
60         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
61         is large enough for BIT_SIZE.  Update function comment.
62
63 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
64
65         * ada-lang.c (ada_value_primitive_packed_val): Move
66         src_len variable to local block where used.  Override
67         BIT_SIZE if bigger than size of resolved type.
68
69 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
70
71         * gdbtypes.h (is_scalar_type): Add extern declaration.
72         * gdbtypes.c (is_scalar_type): Make non-static.
73         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
74         to compute IS_SCALAR instead of doing it ourselves.
75
76 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
77
78         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
79         of case where TYPE is dynamic.
80
81 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
82
83         * ada-lang.c (ada_unpack_from_contents): New function,
84         extracted from ada_value_primitive_packed_val.
85         (ada_value_primitive_packed_val): Replace extracted out code
86         by call to ada_unpack_from_contents.
87
88 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
89
90         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
91         variable declarations.
92
93 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
94
95         * ada-lang.c (ada_value_primitive_packed_val): Change the type
96         of local variables src and unpacked to "gdb_type *" instead of
97         "unsigned char *".
98
99 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
100
101         * ada-lang.c (ada_value_primitive_packed_val): Make the name
102         of various local variables more explicit and consistent.
103         No real code change otherwise.
104
105 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
106
107         * i386-tdep.h (struct gdbarch_tdep): Change type of
108         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
109
110 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
111
112         * cris-tdep.c (struct instruction_environment): Change type of
113         byte_order to enum bfd_endian.
114
115 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
116
117         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
118         enum gdb_syscall casts.
119
120 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
121
122         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
123         * arm-tdep.c (struct stack_item): Likewise.
124         (push_stack_item): Add gdb_byte* cast.
125         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
126         (push_stack_item): Add gdb_byte* cast.
127         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
128         and add cast.
129         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
130         (push_stack_item): Add gdb_byte* cast.
131         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
132         add cast.
133         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
134         gdb_byte*.
135         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
136         gdb_byte* and remove unnecessary cast.
137         (h8300h_extract_return_value): Likewise.
138         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
139         (h8300h_store_return_value): Likewise.
140         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
141         gdb_byte* and remove unnecessary cast.
142         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
143         and add cast.
144         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
145         gdb_byte* and remove unnecessary cast.
146         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
147         valbuf.
148         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
149         (mep_pseudo_cr64_read): Likewise.
150         (mep_pseudo_csr_write): Likewise.
151         (mep_pseudo_cr32_write): Likewise.
152         (mep_pseudo_cr64_write): Likewise.
153         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
154         gdb_byte* and add cast.
155         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
156         gdb_byte* and remove unnecessary cast.
157         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
158         valbuf.
159         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
160         gdb_byte*.
161         * printcmd.c (void): Likewise.
162         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
163         gdb_byte* and add cast.
164         (infpy_write_memory): Likewise.
165         (infpy_search_memory): Likewise.
166         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
167         and add cast.
168         (regcache_raw_write_unsigned): Likewise.
169         (regcache_cooked_write_signed): Likewise.
170         (regcache_cooked_write_unsigned): Likewise.
171         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
172         gdb_byte*.
173
174 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
175
176         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
177         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
178
179 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
180
181         * stack.c (print_stack_frame):
182         * utils.c (printchar): Fix typos in commentary.
183
184 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
185
186         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
187         (PostfixExpression): Support `expr.sizeof' expressions.
188         (PrimaryExpression): Support `typeof(expr)' expressions.
189
190 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
191
192         * MAINTAINERS: Update my email address.
193
194 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
195
196         * record-btrace.c (record_btrace_resume): Fix void return.
197
198 2015-10-07  Yao Qi  <yao.qi@linaro.org>
199
200         * aarch64-tdep.c: Include opcode/aarch64.h.
201         (submask): Move it above.
202         (bit): Likewise.
203         (bits): Likewise.
204         (aarch64_software_single_step): Call aarch64_decode_insn.
205         Decode instruction by aarch64_inst instead of using
206         aarch64_decode_bcond and decode_masked_match.
207
208 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
209
210         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
211         only when the file is binary.
212
213 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
214
215         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
216         subroutine handling.
217
218 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
219
220         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
221
222 2015-09-30  Doug Evans  <dje@google.com>
223
224         * dwarf2read.c (setup_type_unit_groups): Add comment.
225
226 2015-09-30  Pedro Alves  <palves@redhat.com>
227
228         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
229         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
230         (x86_linux_create_target): Don't install
231         x86_linux_always_non_stop_p.
232
233 2015-09-30  Don Breazeal  <donb@codesourcery.com>
234
235         * remote.c (remote_parse_stop_reply): Call strprefix instead
236         of strncmp.
237
238 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
239
240         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
241         * gdbarch.h: Regenerate.
242         * i386-tdep.c (i386_gdbarch_init): Remove cast to
243         struct gdbarch_tdep_info *.
244         * mips-tdep.c (mips_gdbarch_init): Likewise.
245         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
246         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
247         * spu-multiarch.c (spu_gdbarch): Likewise.
248
249 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
250
251         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
252         record a NULL value.
253
254 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
255
256         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
257         and union arguments the same as pointer arguments when determining
258         size of argument.
259
260 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
261
262         * ft32-tdep.c: #include "opcode/ft32.h".
263         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
264         (ft32_analyze_prologue): Use FT32_* macros.
265
266 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
267
268         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
269         comment.
270
271 2015-09-28  Doug Evans  <dje@google.com>
272
273         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
274
275 2015-09-28  Doug Evans  <dje@google.com>
276
277         * common/filestuff.c (make_cleanup_close): Update comment.
278
279 2015-09-26  Simon Marchi  <simark@nova.polymtl.ca>
280
281         * btrace.c (parse_xml_btrace_block): Fix cast of
282         xml_find_attribute's return value.
283         * memory-map.c (memory_map_start_memory): Likewise.
284         * solib-svr4.c (library_list_start_library): Likewise.
285         * solib-target.c (library_list_start_segment): Likewise.
286         (library_list_start_section): Likewise.
287         * tracepoint.c (traceframe_info_start_memory): Likewise.
288
289 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
290
291         * d-namespace.c (d_lookup_symbol): New arg langdef.
292         All callers updated.  Support looking up symbol as a primitive type.
293         (lookup_module_scope): New arg langdef.  All callers updated.
294         Call d_lookup_symbol directly for simple bare symbols.
295
296 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
297
298         * macrocmd.c (print_macro_callback): Add cast(s).
299         * macrotab.c (macro_bcache_str): Likewise.
300         (new_macro_definition): Likewise.
301         * main.c (captured_main): Likewise.
302         * maint.c (print_bfd_section_info): Likewise.
303         * mdebugread.c (mdebug_build_psymtabs): Likewise.
304         (basic_type): Likewise.
305         * memattr.c (mem_region_cmp): Likewise.
306         * memory-map.c (memory_map_start_memory): Likewise.
307         (memory_map_end_memory): Likewise.
308         (memory_map_start_property): Likewise.
309         (memory_map_end_property): Likewise.
310         (clear_result): Likewise.
311         * memrange.c (compare_mem_ranges): Likewise.
312         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
313         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
314         * mi/mi-console.c (mi_console_file_delete): Likewise.
315         (mi_console_file_fputs): Likewise.
316         (mi_console_raw_packet): Likewise.
317         (mi_console_file_flush): Likewise.
318         (mi_console_set_raw): Likewise.
319         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
320         (mi_new_thread): Likewise.
321         (mi_thread_exit): Likewise.
322         (mi_record_changed): Likewise.
323         (mi_inferior_added): Likewise.
324         (mi_inferior_appeared): Likewise.
325         (mi_inferior_exit): Likewise.
326         (mi_inferior_removed): Likewise.
327         (mi_interp_data): Likewise.
328         (mi_on_normal_stop): Likewise.
329         (mi_traceframe_changed): Likewise.
330         (mi_tsv_created): Likewise.
331         (mi_tsv_deleted): Likewise.
332         (mi_tsv_modified): Likewise.
333         (mi_breakpoint_created): Likewise.
334         (mi_breakpoint_deleted): Likewise.
335         (mi_breakpoint_modified): Likewise.
336         (mi_output_running_pid): Likewise.
337         (mi_inferior_count): Likewise.
338         (mi_solib_loaded): Likewise.
339         (mi_solib_unloaded): Likewise.
340         (mi_command_param_changed): Likewise.
341         (mi_memory_changed): Likewise.
342         (report_initial_inferior): Likewise.
343         (mi_ui_out): Likewise.
344         (mi_set_logging): Likewise.
345         * mi/mi-main.c (collect_cores): Likewise.
346         (print_one_inferior): Likewise.
347         (free_vector_of_ints): Likewise.
348         (free_splay_tree): Likewise.
349         (mi_execute_command): Likewise.
350         * mi/mi-out.c (mi_table_body): Likewise.
351         (mi_table_end): Likewise.
352         (mi_table_header): Likewise.
353         (mi_begin): Likewise.
354         (mi_end): Likewise.
355         (mi_field_int): Likewise.
356         (mi_field_string): Likewise.
357         (mi_field_fmt): Likewise.
358         (mi_flush): Likewise.
359         (mi_redirect): Likewise.
360         (field_separator): Likewise.
361         (mi_open): Likewise.
362         (mi_close): Likewise.
363         (mi_out_buffered): Likewise.
364         (mi_out_rewind): Likewise.
365         (mi_out_put): Likewise.
366         (mi_version): Likewise.
367         (mi_out_data_dtor): Likewise.
368         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
369         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
370         * minidebug.c (lzma_open): Likewise.
371         (lzma_pread): Likewise.
372         (lzma_close): Likewise.
373         (lzma_stat): Likewise.
374         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
375         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
376         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
377         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
378         (mips_micro_frame_cache): Likewise.
379         (mips_insn32_frame_cache): Likewise.
380         (mips_stub_frame_cache): Likewise.
381         (gdb_print_insn_mips): Likewise.
382         (value_of_mips_user_reg): Likewise.
383         (mips_gdbarch_init): Likewise.
384         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
385         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
386         (mipsnbsd_supply_gregset): Likewise.
387         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
388         (am33_collect_gregset_method): Likewise.
389         (am33_collect_fpregset_method): Likewise.
390         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
391         * moxie-tdep.c (moxie_frame_cache): Likewise.
392         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
393         (msp430_analyze_frame_prologue): Likewise.
394         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
395         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
396         (nios2_collect_gregset): Likewise.
397         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
398         (nios2_stub_frame_cache): Likewise.
399         * objc-lang.c (find_methods): Likewise.
400         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
401         (get_objfile_pspace_data): Likewise.
402         (get_objfile_bfd_data): Likewise.
403         (objfile_bfd_data_free): Likewise.
404         (add_to_objfile_sections): Likewise.
405         (do_free_objfile_cleanup): Likewise.
406         (resume_section_map_updates_cleanup): Likewise.
407         * opencl-lang.c (builtin_opencl_type): Likewise.
408         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
409         * osdata.c (osdata_start_osdata): Likewise.
410         (osdata_start_item): Likewise.
411         (osdata_start_column): Likewise.
412         (osdata_end_column): Likewise.
413         (clear_parsing_data): Likewise.
414         (osdata_free_cleanup): Likewise.
415         * parse.c (type_stack_cleanup): Likewise.
416         (exp_uses_objfile_iter): Likewise.
417         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
418         (ppc_linux_collect_gregset): Likewise.
419         (ppu2spu_prev_arch): Likewise.
420         (ppu2spu_this_id): Likewise.
421         (ppu2spu_prev_register): Likewise.
422         (ppu2spu_unwind_register): Likewise.
423         (ppu2spu_sniffer): Likewise.
424         (ppu2spu_dealloc_cache): Likewise.
425         (ppc_linux_init_abi): Likewise.
426         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
427         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
428         * progspace.c (restore_program_space): Likewise.
429         * psymtab.c (find_pc_sect_psymtab): Likewise.
430         (compare_psymbols): Likewise.
431         (psymbol_bcache_full): Likewise.
432         (allocate_psymtab): Likewise.
433         (discard_psymtabs_upto): Likewise.
434         * python/py-block.c (set_block): Likewise.
435         (del_objfile_blocks): Likewise.
436         * python/py-breakpoint.c (build_bp_list): Likewise.
437         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
438         (build_inferior_list): Likewise.
439         (py_free_inferior): Likewise.
440         * python/py-objfile.c (py_free_objfile): Likewise.
441         (objfile_to_objfile_object): Likewise.
442         * python/py-prettyprint.c (py_restore_tstate): Likewise.
443         * python/py-progspace.c (py_free_pspace): Likewise.
444         (pspace_to_pspace_object): Likewise.
445         * python/py-symbol.c (set_symbol): Likewise.
446         (del_objfile_symbols): Likewise.
447         * python/py-symtab.c (set_sal): Likewise.
448         (set_symtab): Likewise.
449         (del_objfile_symtab): Likewise.
450         (del_objfile_sal): Likewise.
451         * python/py-type.c (save_objfile_types): Likewise.
452         (set_type): Likewise.
453         * python/py-unwind.c (pyuw_prev_register): Likewise.
454         (pyuw_on_new_gdbarch): Likewise.
455         * python/py-utils.c (py_decref): Likewise.
456         (py_xdecref): Likewise.
457         (gdb_py_generic_dict): Likewise.
458         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
459         (gdbpy_clone_xmethod_worker_data): Likewise.
460         (gdbpy_get_xmethod_arg_types): Likewise.
461         (gdbpy_get_xmethod_result_type): Likewise.
462         (gdbpy_invoke_xmethod): Likewise.
463         * python/python.c (gdbpy_apply_type_printers): Likewise.
464         (gdbpy_free_type_printers): Likewise.
465         * record-btrace.c (record_btrace_disable_callback): Likewise.
466         (bfcache_hash): Likewise.
467         (bfcache_eq): Likewise.
468         (btrace_get_frame_function): Likewise.
469         (record_btrace_frame_unwind_stop_reason): Likewise.
470         (record_btrace_frame_this_id): Likewise.
471         (record_btrace_frame_prev_register): Likewise.
472         (record_btrace_frame_dealloc_cache): Likewise.
473         * record-full.c (record_full_message_wrapper): Likewise.
474         (record_full_save_cleanups): Likewise.
475         * regcache.c (regcache_descr): Likewise.
476         (do_regcache_xfree): Likewise.
477         (do_regcache_invalidate): Likewise.
478         (do_cooked_read): Likewise.
479         (regcache_transfer_regset): Likewise.
480         * reggroups.c (reggroup_add): Likewise.
481         (reggroup_next): Likewise.
482         (reggroup_prev): Likewise.
483         * remote-fileio.c (do_remote_fileio_request): Likewise.
484         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
485         (do_notif_event_xfree): Likewise.
486         * remote.c (get_remote_arch_state): Likewise.
487         (remote_pspace_data_cleanup): Likewise.
488         (get_remote_exec_file): Likewise.
489         (set_pspace_remote_exec_file): Likewise.
490         (compare_pnums): Likewise.
491         (clear_threads_listing_context): Likewise.
492         (remote_newthread_step): Likewise.
493         (start_thread): Likewise.
494         (end_thread): Likewise.
495         (remove_child_of_pending_fork): Likewise.
496         (remove_stop_reply_for_inferior): Likewise.
497         (remove_stop_reply_of_remote_state): Likewise.
498         (remote_notif_remove_once_on_match): Likewise.
499         (stop_reply_match_ptid_and_ws): Likewise.
500         (kill_child_of_pending_fork): Likewise.
501         (register_remote_g_packet_guess): Likewise.
502         (remote_read_description_p): Likewise.
503         (remote_read_description): Likewise.
504         (free_actions_list_cleanup_wrapper): Likewise.
505         (remote_async_serial_handler): Likewise.
506         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
507         (rl78_analyze_frame_prologue): Likewise.
508         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
509         (ppc_supply_fpregset): Likewise.
510         (ppc_supply_vsxregset): Likewise.
511         (ppc_supply_vrregset): Likewise.
512         (ppc_collect_gregset): Likewise.
513         (ppc_collect_fpregset): Likewise.
514         (ppc_collect_vsxregset): Likewise.
515         (ppc_collect_vrregset): Likewise.
516         (e500_move_ev_register): Likewise.
517         (do_regcache_raw_write): Likewise.
518         (rs6000_frame_cache): Likewise.
519         (rs6000_epilogue_frame_cache): Likewise.
520         (rs6000_gdbarch_init): Likewise.
521         * rx-tdep.c (rx_get_opcode_byte): Likewise.
522         (rx_analyze_frame_prologue): Likewise.
523         (rx_frame_type): Likewise.
524         (rx_frame_sniffer_common): Likewise.
525         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
526         (s390_frame_unwind_cache): Likewise.
527         (s390_stub_frame_unwind_cache): Likewise.
528         (s390_sigtramp_frame_unwind_cache): Likewise.
529         * score-tdep.c (score_make_prologue_cache): Likewise.
530         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
531         (sentinel_frame_prev_arch): Likewise.
532         * ser-base.c (fd_event): Likewise.
533         (push_event): Likewise.
534         (ser_base_write): Likewise.
535         * ser-pipe.c (pipe_close): Likewise.
536         * serial.c (serial_write): Likewise.
537         * sh-tdep.c (sh_frame_cache): Likewise.
538         (sh_stub_this_id): Likewise.
539         * sh64-tdep.c (sh64_frame_cache): Likewise.
540         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
541         (library_list_start_library): Likewise.
542         (library_list_start_list): Likewise.
543         (solib_aix_free_library_list): Likewise.
544         * solib-darwin.c (get_darwin_info): Likewise.
545         * solib-dsbt.c (get_dsbt_info): Likewise.
546         * solib-spu.c (append_ocl_sos): Likewise.
547         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
548         (get_svr4_info): Likewise.
549         (library_list_start_library): Likewise.
550         (svr4_library_list_start_list): Likewise.
551         (hash_probe_and_action): Likewise.
552         (equal_probe_and_action): Likewise.
553         (svr4_update_solib_event_breakpoint): Likewise.
554         (set_solib_svr4_fetch_link_map_offsets): Likewise.
555         (svr4_fetch_link_map_offsets): Likewise.
556         (svr4_have_link_map_offsets): Likewise.
557         * solib-target.c (library_list_start_segment): Likewise.
558         (library_list_start_section): Likewise.
559         (library_list_start_library): Likewise.
560         (library_list_end_library): Likewise.
561         (library_list_start_list): Likewise.
562         (solib_target_free_library_list): Likewise.
563         * solib.c (solib_ops): Likewise.
564         (set_solib_ops): Likewise.
565         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
566         * sparc-tdep.c (sparc_frame_cache): Likewise.
567         (sparc32_frame_cache): Likewise.
568         (sparc32_supply_gregset): Likewise.
569         (sparc32_collect_gregset): Likewise.
570         (sparc32_supply_fpregset): Likewise.
571         (sparc32_collect_fpregset): Likewise.
572         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
573         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
574         (sparc64_collect_gregset): Likewise.
575         (sparc64_supply_fpregset): Likewise.
576         (sparc64_collect_fpregset): Likewise.
577         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
578         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
579         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
580         (sparc64obsd_trapframe_cache): Likewise.
581         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
582         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
583         * spu-multiarch.c (spu_gdbarch): Likewise.
584         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
585         (spu2ppu_prev_arch): Likewise.
586         (spu2ppu_this_id): Likewise.
587         (spu2ppu_prev_register): Likewise.
588         (spu2ppu_dealloc_cache): Likewise.
589         (spu_dis_asm_print_address): Likewise.
590         (gdb_print_insn_spu): Likewise.
591         (spu_get_overlay_table): Likewise.
592         * stabsread.c (rs6000_builtin_type): Likewise.
593         * stack.c (do_print_variable_and_value): Likewise.
594         * stap-probe.c (get_stap_base_address_1): Likewise.
595         * symfile-debug.c (debug_qf_has_symbols): Likewise.
596         (debug_qf_find_last_source_symtab): Likewise.
597         (debug_qf_forget_cached_source_info): Likewise.
598         (debug_qf_map_symtabs_matching_filename): Likewise.
599         (debug_qf_lookup_symbol): Likewise.
600         (debug_qf_print_stats): Likewise.
601         (debug_qf_dump): Likewise.
602         (debug_qf_relocate): Likewise.
603         (debug_qf_expand_symtabs_for_function): Likewise.
604         (debug_qf_expand_all_symtabs): Likewise.
605         (debug_qf_expand_symtabs_with_fullname): Likewise.
606         (debug_qf_map_matching_symbols): Likewise.
607         (debug_qf_expand_symtabs_matching): Likewise.
608         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
609         (debug_qf_map_symbol_filenames): Likewise.
610         (debug_sym_get_probes): Likewise.
611         (debug_sym_new_init): Likewise.
612         (debug_sym_init): Likewise.
613         (debug_sym_read): Likewise.
614         (debug_sym_read_psymbols): Likewise.
615         (debug_sym_finish): Likewise.
616         (debug_sym_offsets): Likewise.
617         (debug_sym_read_linetable): Likewise.
618         (debug_sym_relocate): Likewise.
619         (uninstall_symfile_debug_logging): Likewise.
620         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
621         * symfile.c (place_section): Likewise.
622         (add_section_size_callback): Likewise.
623         (load_progress): Likewise.
624         (load_section_callback): Likewise.
625         (clear_memory_write_data): Likewise.
626         (allocate_symtab): Likewise.
627         * symmisc.c (maintenance_expand_file_matcher): Likewise.
628         * symtab.c (lookup_symtab_callback): Likewise.
629         (hash_demangled_name_entry): Likewise.
630         (eq_demangled_name_entry): Likewise.
631         (get_symbol_cache): Likewise.
632         (symbol_cache_cleanup): Likewise.
633         (set_symbol_cache_size): Likewise.
634         (symbol_cache_flush): Likewise.
635         (maintenance_print_symbol_cache): Likewise.
636         (maintenance_print_symbol_cache_statistics): Likewise.
637         (delete_filename_seen_cache): Likewise.
638         (output_partial_symbol_filename): Likewise.
639         (search_symbols_file_matches): Likewise.
640         (search_symbols_name_matches): Likewise.
641         (do_free_completion_list): Likewise.
642         (maybe_add_partial_symtab_filename): Likewise.
643         (get_main_info): Likewise.
644         (main_info_cleanup): Likewise.
645         * target-dcache.c (target_dcache_cleanup): Likewise.
646         (target_dcache_init_p): Likewise.
647         (target_dcache_invalidate): Likewise.
648         (target_dcache_get): Likewise.
649         (target_dcache_get_or_init): Likewise.
650         * target-descriptions.c (target_find_description): Likewise.
651         (tdesc_find_type): Likewise.
652         (tdesc_data_cleanup): Likewise.
653         (tdesc_find_arch_register): Likewise.
654         (tdesc_register_name): Likewise.
655         (tdesc_register_type): Likewise.
656         (tdesc_register_reggroup_p): Likewise.
657         (set_tdesc_pseudo_register_name): Likewise.
658         (set_tdesc_pseudo_register_type): Likewise.
659         (set_tdesc_pseudo_register_reggroup_p): Likewise.
660         (tdesc_use_registers): Likewise.
661         (free_target_description): Likewise.
662         * target-memory.c (compare_block_starting_address): Likewise.
663         (cleanup_request_data): Likewise.
664         (cleanup_write_requests_vector): Likewise.
665         * target.c (open_target): Likewise.
666         (cleanup_restore_target_terminal): Likewise.
667         (free_memory_read_result_vector): Likewise.
668         * thread.c (disable_thread_stack_temporaries): Likewise.
669         (finish_thread_state_cleanup): Likewise.
670         (do_restore_current_thread_cleanup): Likewise.
671         (restore_current_thread_cleanup_dtor): Likewise.
672         (set_thread_refcount): Likewise.
673         (tp_array_compar): Likewise.
674         (do_captured_thread_select): Likewise.
675         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
676         (tic6x_stub_this_id): Likewise.
677         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
678         * top.c (do_restore_instream_cleanup): Likewise.
679         (gdb_readline_wrapper_cleanup): Likewise.
680         (kill_or_detach): Likewise.
681         (print_inferior_quit_action): Likewise.
682         * tracefile-tfile.c (match_blocktype): Likewise.
683         (build_traceframe_info): Likewise.
684         * tracefile.c (trace_file_writer_xfree): Likewise.
685         * tracepoint.c (memrange_cmp): Likewise.
686         (do_collect_symbol): Likewise.
687         (do_clear_collection_list): Likewise.
688         (do_restore_current_traceframe_cleanup): Likewise.
689         (restore_current_traceframe_cleanup_dtor): Likewise.
690         (free_current_marker): Likewise.
691         (traceframe_info_start_memory): Likewise.
692         (traceframe_info_start_tvar): Likewise.
693         (free_result): Likewise.
694         * tramp-frame.c (tramp_frame_cache): Likewise.
695         * tui/tui-file.c (tui_file_delete): Likewise.
696         (tui_fileopen): Likewise.
697         (tui_sfileopen): Likewise.
698         (tui_file_isatty): Likewise.
699         (tui_file_rewind): Likewise.
700         (tui_file_put): Likewise.
701         (tui_file_fputs): Likewise.
702         (tui_file_get_strbuf): Likewise.
703         (tui_file_adjust_strbuf): Likewise.
704         (tui_file_flush): Likewise.
705         * tui/tui-layout.c (make_command_window): Likewise.
706         (make_data_window): Likewise.
707         (show_source_disasm_command): Likewise.
708         (show_data): Likewise.
709         (make_source_or_disasm_window): Likewise.
710         (show_source_or_disasm_and_command): Likewise.
711         * tui/tui-out.c (tui_field_int): Likewise.
712         (tui_field_string): Likewise.
713         (tui_field_fmt): Likewise.
714         (tui_text): Likewise.
715         * typeprint.c (hash_typedef_field): Likewise.
716         (eq_typedef_field): Likewise.
717         (do_free_typedef_hash): Likewise.
718         (copy_typedef_hash_element): Likewise.
719         (do_free_global_table): Likewise.
720         (find_global_typedef): Likewise.
721         (find_typedef_in_hash): Likewise.
722         * ui-file.c (ui_file_write_for_put): Likewise.
723         (do_ui_file_xstrdup): Likewise.
724         (mem_file_delete): Likewise.
725         (mem_file_rewind): Likewise.
726         (mem_file_put): Likewise.
727         (mem_file_write): Likewise.
728         (stdio_file_delete): Likewise.
729         (stdio_file_flush): Likewise.
730         (stdio_file_read): Likewise.
731         (stdio_file_write): Likewise.
732         (stdio_file_write_async_safe): Likewise.
733         (stdio_file_fputs): Likewise.
734         (stdio_file_isatty): Likewise.
735         (stdio_file_fseek): Likewise.
736         (tee_file_delete): Likewise.
737         (tee_file_flush): Likewise.
738         (tee_file_write): Likewise.
739         (tee_file_fputs): Likewise.
740         (tee_file_isatty): Likewise.
741         * ui-out.c (do_cleanup_table_end): Likewise.
742         (do_cleanup_end): Likewise.
743         * user-regs.c (user_reg_add): Likewise.
744         (user_reg_map_name_to_regnum): Likewise.
745         (usernum_to_user_reg): Likewise.
746         (maintenance_print_user_registers): Likewise.
747         * utils.c (do_bfd_close_cleanup): Likewise.
748         (do_fclose_cleanup): Likewise.
749         (do_obstack_free): Likewise.
750         (do_ui_file_delete): Likewise.
751         (do_ui_out_redirect_pop): Likewise.
752         (do_free_section_addr_info): Likewise.
753         (restore_integer): Likewise.
754         (do_unpush_target): Likewise.
755         (do_htab_delete_cleanup): Likewise.
756         (do_restore_ui_file): Likewise.
757         (do_value_free): Likewise.
758         (do_free_so): Likewise.
759         (free_current_contents): Likewise.
760         (do_regfree_cleanup): Likewise.
761         (core_addr_hash): Likewise.
762         (core_addr_eq): Likewise.
763         (do_free_char_ptr_vec): Likewise.
764         * v850-tdep.c (v850_frame_cache): Likewise.
765         * varobj.c (do_free_variable_cleanup): Likewise.
766         * vax-tdep.c (vax_supply_gregset): Likewise.
767         (vax_frame_cache): Likewise.
768         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
769         * xml-support.c (gdb_xml_body_text): Likewise.
770         (gdb_xml_values_cleanup): Likewise.
771         (gdb_xml_start_element): Likewise.
772         (gdb_xml_start_element_wrapper): Likewise.
773         (gdb_xml_end_element): Likewise.
774         (gdb_xml_end_element_wrapper): Likewise.
775         (gdb_xml_cleanup): Likewise.
776         (gdb_xml_fetch_external_entity): Likewise.
777         (gdb_xml_parse_attr_enum): Likewise.
778         (xinclude_start_include): Likewise.
779         (xinclude_end_include): Likewise.
780         (xml_xinclude_default): Likewise.
781         (xml_xinclude_start_doctype): Likewise.
782         (xml_xinclude_end_doctype): Likewise.
783         (xml_xinclude_cleanup): Likewise.
784         (xml_fetch_content_from_file): Likewise.
785         * xml-syscall.c (free_syscalls_info): Likewise.
786         (syscall_start_syscall): Likewise.
787         * xml-tdesc.c (tdesc_end_arch): Likewise.
788         (tdesc_end_osabi): Likewise.
789         (tdesc_end_compatible): Likewise.
790         (tdesc_start_target): Likewise.
791         (tdesc_start_feature): Likewise.
792         (tdesc_start_reg): Likewise.
793         (tdesc_start_union): Likewise.
794         (tdesc_start_struct): Likewise.
795         (tdesc_start_flags): Likewise.
796         (tdesc_start_field): Likewise.
797         (tdesc_start_vector): Likewise.
798         (fetch_available_features_from_target): Likewise.
799         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
800         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
801         (xtensa_frame_cache): Likewise.
802         (xtensa_frame_prev_register): Likewise.
803         (xtensa_extract_return_value): Likewise.
804
805 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
806
807         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
808         (aarch64_make_stub_cache): Likewise.
809         (value_of_aarch64_user_reg): Likewise.
810         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
811         (get_ada_inferior_data): Likewise.
812         (get_ada_pspace_data): Likewise.
813         (ada_pspace_data_cleanup): Likewise.
814         (ada_complete_symbol_matcher): Likewise.
815         (ada_exc_search_name_matches): Likewise.
816         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
817         (get_ada_tasks_inferior_data): Likewise.
818         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
819         (splay_obstack_alloc): Likewise.
820         (splay_obstack_free): Likewise.
821         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
822         (alpha_linux_collect_gregset): Likewise.
823         (alpha_linux_supply_fpregset): Likewise.
824         (alpha_linux_collect_fpregset): Likewise.
825         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
826         * alpha-tdep.c (alpha_lds): Likewise.
827         (alpha_sts): Likewise.
828         (alpha_sigtramp_frame_unwind_cache): Likewise.
829         (alpha_heuristic_frame_unwind_cache): Likewise.
830         (alpha_supply_int_regs): Likewise.
831         (alpha_fill_int_regs): Likewise.
832         (alpha_supply_fp_regs): Likewise.
833         (alpha_fill_fp_regs): Likewise.
834         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
835         (alphanbsd_aout_supply_gregset): Likewise.
836         (alphanbsd_supply_gregset): Likewise.
837         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
838         (amd64_x32_linux_init_abi): Likewise.
839         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
840         (amd64_collect_native_gregset): Likewise.
841         * amd64-tdep.c (amd64_frame_cache): Likewise.
842         (amd64_sigtramp_frame_cache): Likewise.
843         (amd64_epilogue_frame_cache): Likewise.
844         (amd64_supply_fxsave): Likewise.
845         (amd64_supply_xsave): Likewise.
846         (amd64_collect_fxsave): Likewise.
847         (amd64_collect_xsave): Likewise.
848         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
849         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
850         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
851         (arm_linux_collect_gregset): Likewise.
852         (arm_linux_supply_nwfpe): Likewise.
853         (arm_linux_collect_nwfpe): Likewise.
854         (arm_linux_supply_vfp): Likewise.
855         (arm_linux_collect_vfp): Likewise.
856         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
857         (arm_prologue_unwind_stop_reason): Likewise.
858         (arm_prologue_this_id): Likewise.
859         (arm_prologue_prev_register): Likewise.
860         (arm_exidx_data_free): Likewise.
861         (arm_find_exidx_entry): Likewise.
862         (arm_stub_this_id): Likewise.
863         (arm_m_exception_this_id): Likewise.
864         (arm_m_exception_prev_register): Likewise.
865         (arm_normal_frame_base): Likewise.
866         (gdb_print_insn_arm): Likewise.
867         (arm_objfile_data_free): Likewise.
868         (arm_record_special_symbol): Likewise.
869         (value_of_arm_user_reg): Likewise.
870         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
871         (armbsd_supply_gregset): Likewise.
872         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
873         (get_auto_load_pspace_data): Likewise.
874         (hash_loaded_script_entry): Likewise.
875         (eq_loaded_script_entry): Likewise.
876         (clear_section_scripts): Likewise.
877         (collect_matching_scripts): Likewise.
878         * auxv.c (auxv_inferior_data_cleanup): Likewise.
879         (get_auxv_inferior_data): Likewise.
880         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
881         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
882         * bfd-target.c (target_bfd_xfer_partial): Likewise.
883         (target_bfd_xclose): Likewise.
884         (target_bfd_get_section_table): Likewise.
885         * bfin-tdep.c (bfin_frame_cache): Likewise.
886         * block.c (find_block_in_blockvector): Likewise.
887         (call_site_for_pc): Likewise.
888         (block_find_non_opaque_type_preferred): Likewise.
889         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
890         (signal_catchpoint_remove_location): Likewise.
891         (signal_catchpoint_breakpoint_hit): Likewise.
892         (signal_catchpoint_print_one): Likewise.
893         (signal_catchpoint_print_mention): Likewise.
894         (signal_catchpoint_print_recreate): Likewise.
895         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
896         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
897         (bp_location_compare_addrs): Likewise.
898         (get_first_locp_gte_addr): Likewise.
899         (check_tracepoint_command): Likewise.
900         (do_map_commands_command): Likewise.
901         (get_breakpoint_objfile_data): Likewise.
902         (free_breakpoint_probes): Likewise.
903         (do_captured_breakpoint_query): Likewise.
904         (compare_breakpoints): Likewise.
905         (bp_location_compare): Likewise.
906         (bpstat_remove_breakpoint_callback): Likewise.
907         (do_delete_breakpoint_cleanup): Likewise.
908         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
909         (bsd_uthread_set_collect_uthread): Likewise.
910         (bsd_uthread_activate): Likewise.
911         (bsd_uthread_fetch_registers): Likewise.
912         (bsd_uthread_store_registers): Likewise.
913         * btrace.c (check_xml_btrace_version): Likewise.
914         (parse_xml_btrace_block): Likewise.
915         (parse_xml_btrace_pt_config_cpu): Likewise.
916         (parse_xml_btrace_pt_raw): Likewise.
917         (parse_xml_btrace_pt): Likewise.
918         (parse_xml_btrace_conf_bts): Likewise.
919         (parse_xml_btrace_conf_pt): Likewise.
920         (do_btrace_data_cleanup): Likewise.
921         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
922         * charset.c (cleanup_iconv): Likewise.
923         (do_cleanup_iterator): Likewise.
924         * cli-out.c (cli_uiout_dtor): Likewise.
925         (cli_table_begin): Likewise.
926         (cli_table_body): Likewise.
927         (cli_table_end): Likewise.
928         (cli_table_header): Likewise.
929         (cli_begin): Likewise.
930         (cli_end): Likewise.
931         (cli_field_int): Likewise.
932         (cli_field_skip): Likewise.
933         (cli_field_string): Likewise.
934         (cli_field_fmt): Likewise.
935         (cli_spaces): Likewise.
936         (cli_text): Likewise.
937         (cli_message): Likewise.
938         (cli_wrap_hint): Likewise.
939         (cli_flush): Likewise.
940         (cli_redirect): Likewise.
941         (out_field_fmt): Likewise.
942         (field_separator): Likewise.
943         (cli_out_set_stream): Likewise.
944         * cli/cli-cmds.c (compare_symtabs): Likewise.
945         * cli/cli-dump.c (call_dump_func): Likewise.
946         (restore_section_callback): Likewise.
947         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
948         (do_restore_user_call_depth): Likewise.
949         (do_free_command_lines_cleanup): Likewise.
950         * coff-pe-read.c (get_section_vmas): Likewise.
951         (pe_as16): Likewise.
952         (pe_as32): Likewise.
953         * coffread.c (coff_symfile_read): Likewise.
954         * common/agent.c (agent_look_up_symbols): Likewise.
955         * common/filestuff.c (do_close_cleanup): Likewise.
956         * common/format.c (free_format_pieces_cleanup): Likewise.
957         * common/vec.c (vec_o_reserve): Likewise.
958         * compile/compile-c-support.c (print_one_macro): Likewise.
959         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
960         (eq_symbol_error): Likewise.
961         (del_symbol_error): Likewise.
962         (error_symbol_once): Likewise.
963         (gcc_convert_symbol): Likewise.
964         (gcc_symbol_address): Likewise.
965         (hash_symname): Likewise.
966         (eq_symname): Likewise.
967         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
968         (eq_type_map_instance): Likewise.
969         (insert_type): Likewise.
970         (convert_type): Likewise.
971         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
972         (setup_sections): Likewise.
973         (link_hash_table_free): Likewise.
974         (copy_sections): Likewise.
975         * compile/compile-object-run.c (do_module_cleanup): Likewise.
976         * compile/compile.c (compile_print_value): Likewise.
977         (do_rmdir): Likewise.
978         (cleanup_compile_instance): Likewise.
979         (cleanup_unlink_file): Likewise.
980         * completer.c (free_completion_tracker): Likewise.
981         * corelow.c (add_to_spuid_list): Likewise.
982         * cp-namespace.c (reset_directive_searched): Likewise.
983         * cp-support.c (reset_directive_searched): Likewise.
984         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
985         (cris_frame_unwind_cache): Likewise.
986         * d-lang.c (builtin_d_type): Likewise.
987         * d-namespace.c (reset_directive_searched): Likewise.
988         * dbxread.c (dbx_free_symfile_info): Likewise.
989         (do_free_bincl_list_cleanup): Likewise.
990         * disasm.c (hash_dis_line_entry): Likewise.
991         (eq_dis_line_entry): Likewise.
992         (dis_asm_print_address): Likewise.
993         (fprintf_disasm): Likewise.
994         (do_ui_file_delete): Likewise.
995         * doublest.c (convert_floatformat_to_doublest): Likewise.
996         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
997         (dummy_frame_prev_register): Likewise.
998         (dummy_frame_this_id): Likewise.
999         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1000         (cache_eq): Likewise.
1001         (cache_find): Likewise.
1002         (tailcall_frame_this_id): Likewise.
1003         (dwarf2_tailcall_prev_register_first): Likewise.
1004         (tailcall_frame_prev_register): Likewise.
1005         (tailcall_frame_dealloc_cache): Likewise.
1006         (tailcall_frame_prev_arch): Likewise.
1007         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1008         (dwarf2_frame_set_init_reg): Likewise.
1009         (dwarf2_frame_init_reg): Likewise.
1010         (dwarf2_frame_set_signal_frame_p): Likewise.
1011         (dwarf2_frame_signal_frame_p): Likewise.
1012         (dwarf2_frame_set_adjust_regnum): Likewise.
1013         (dwarf2_frame_adjust_regnum): Likewise.
1014         (clear_pointer_cleanup): Likewise.
1015         (dwarf2_frame_cache): Likewise.
1016         (find_cie): Likewise.
1017         (dwarf2_frame_find_fde): Likewise.
1018         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1019         (free_dwarf_expr_context_cleanup): Likewise.
1020         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1021         (locexpr_get_frame_base): Likewise.
1022         (loclist_find_frame_base_location): Likewise.
1023         (loclist_get_frame_base): Likewise.
1024         (dwarf_expr_dwarf_call): Likewise.
1025         (dwarf_expr_get_base_type): Likewise.
1026         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1027         (dwarf_expr_get_obj_addr): Likewise.
1028         (entry_data_value_coerce_ref): Likewise.
1029         (entry_data_value_copy_closure): Likewise.
1030         (entry_data_value_free_closure): Likewise.
1031         (get_frame_address_in_block_wrapper): Likewise.
1032         (dwarf2_evaluate_property): Likewise.
1033         (dwarf2_compile_property_to_c): Likewise.
1034         (needs_frame_read_addr_from_reg): Likewise.
1035         (needs_frame_get_reg_value): Likewise.
1036         (needs_frame_frame_base): Likewise.
1037         (needs_frame_frame_cfa): Likewise.
1038         (needs_frame_tls_address): Likewise.
1039         (needs_frame_dwarf_call): Likewise.
1040         (needs_dwarf_reg_entry_value): Likewise.
1041         (get_ax_pc): Likewise.
1042         (locexpr_read_variable): Likewise.
1043         (locexpr_read_variable_at_entry): Likewise.
1044         (locexpr_read_needs_frame): Likewise.
1045         (locexpr_describe_location): Likewise.
1046         (locexpr_tracepoint_var_ref): Likewise.
1047         (locexpr_generate_c_location): Likewise.
1048         (loclist_read_variable): Likewise.
1049         (loclist_read_variable_at_entry): Likewise.
1050         (loclist_describe_location): Likewise.
1051         (loclist_tracepoint_var_ref): Likewise.
1052         (loclist_generate_c_location): Likewise.
1053         * dwarf2read.c (line_header_hash_voidp): Likewise.
1054         (line_header_eq_voidp): Likewise.
1055         (dwarf2_has_info): Likewise.
1056         (dwarf2_get_section_info): Likewise.
1057         (locate_dwz_sections): Likewise.
1058         (hash_file_name_entry): Likewise.
1059         (eq_file_name_entry): Likewise.
1060         (delete_file_name_entry): Likewise.
1061         (dw2_setup): Likewise.
1062         (dw2_get_file_names_reader): Likewise.
1063         (dw2_find_pc_sect_compunit_symtab): Likewise.
1064         (hash_signatured_type): Likewise.
1065         (eq_signatured_type): Likewise.
1066         (add_signatured_type_cu_to_table): Likewise.
1067         (create_debug_types_hash_table): Likewise.
1068         (lookup_dwo_signatured_type): Likewise.
1069         (lookup_dwp_signatured_type): Likewise.
1070         (lookup_signatured_type): Likewise.
1071         (hash_type_unit_group): Likewise.
1072         (eq_type_unit_group): Likewise.
1073         (get_type_unit_group): Likewise.
1074         (process_psymtab_comp_unit_reader): Likewise.
1075         (sort_tu_by_abbrev_offset): Likewise.
1076         (process_skeletonless_type_unit): Likewise.
1077         (psymtabs_addrmap_cleanup): Likewise.
1078         (dwarf2_read_symtab): Likewise.
1079         (psymtab_to_symtab_1): Likewise.
1080         (die_hash): Likewise.
1081         (die_eq): Likewise.
1082         (load_full_comp_unit_reader): Likewise.
1083         (reset_die_in_process): Likewise.
1084         (free_cu_line_header): Likewise.
1085         (handle_DW_AT_stmt_list): Likewise.
1086         (hash_dwo_file): Likewise.
1087         (eq_dwo_file): Likewise.
1088         (hash_dwo_unit): Likewise.
1089         (eq_dwo_unit): Likewise.
1090         (create_dwo_cu_reader): Likewise.
1091         (create_dwo_unit_in_dwp_v1): Likewise.
1092         (create_dwo_unit_in_dwp_v2): Likewise.
1093         (lookup_dwo_unit_in_dwp): Likewise.
1094         (dwarf2_locate_dwo_sections): Likewise.
1095         (dwarf2_locate_common_dwp_sections): Likewise.
1096         (dwarf2_locate_v2_dwp_sections): Likewise.
1097         (hash_dwp_loaded_cutus): Likewise.
1098         (eq_dwp_loaded_cutus): Likewise.
1099         (lookup_dwo_cutu): Likewise.
1100         (abbrev_table_free_cleanup): Likewise.
1101         (dwarf2_free_abbrev_table): Likewise.
1102         (find_partial_die_in_comp_unit): Likewise.
1103         (free_line_header_voidp): Likewise.
1104         (follow_die_offset): Likewise.
1105         (follow_die_sig_1): Likewise.
1106         (free_heap_comp_unit): Likewise.
1107         (free_stack_comp_unit): Likewise.
1108         (dwarf2_free_objfile): Likewise.
1109         (per_cu_offset_and_type_hash): Likewise.
1110         (per_cu_offset_and_type_eq): Likewise.
1111         (get_die_type_at_offset): Likewise.
1112         (partial_die_hash): Likewise.
1113         (partial_die_eq): Likewise.
1114         (dwarf2_per_objfile_free): Likewise.
1115         (hash_strtab_entry): Likewise.
1116         (eq_strtab_entry): Likewise.
1117         (add_string): Likewise.
1118         (hash_symtab_entry): Likewise.
1119         (eq_symtab_entry): Likewise.
1120         (delete_symtab_entry): Likewise.
1121         (cleanup_mapped_symtab): Likewise.
1122         (add_indices_to_cpool): Likewise.
1123         (hash_psymtab_cu_index): Likewise.
1124         (eq_psymtab_cu_index): Likewise.
1125         (add_address_entry_worker): Likewise.
1126         (unlink_if_set): Likewise.
1127         (write_one_signatured_type): Likewise.
1128         (save_gdb_index_command): Likewise.
1129         * elfread.c (elf_symtab_read): Likewise.
1130         (elf_gnu_ifunc_cache_hash): Likewise.
1131         (elf_gnu_ifunc_cache_eq): Likewise.
1132         (elf_gnu_ifunc_record_cache): Likewise.
1133         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1134         (elf_get_probes): Likewise.
1135         (probe_key_free): Likewise.
1136         * f-lang.c (builtin_f_type): Likewise.
1137         * frame-base.c (frame_base_append_sniffer): Likewise.
1138         (frame_base_set_default): Likewise.
1139         (frame_base_find_by_frame): Likewise.
1140         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1141         (frame_unwind_append_unwinder): Likewise.
1142         (frame_unwind_find_by_frame): Likewise.
1143         * frame.c (frame_addr_hash): Likewise.
1144         (frame_addr_hash_eq): Likewise.
1145         (frame_stash_find): Likewise.
1146         (do_frame_register_read): Likewise.
1147         (unwind_to_current_frame): Likewise.
1148         (frame_cleanup_after_sniffer): Likewise.
1149         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1150         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1151         * ft32-tdep.c (ft32_frame_cache): Likewise.
1152         * gcore.c (do_bfd_delete_cleanup): Likewise.
1153         (gcore_create_callback): Likewise.
1154         * gdb_bfd.c (hash_bfd): Likewise.
1155         (eq_bfd): Likewise.
1156         (gdb_bfd_open): Likewise.
1157         (free_one_bfd_section): Likewise.
1158         (gdb_bfd_ref): Likewise.
1159         (gdb_bfd_unref): Likewise.
1160         (get_section_descriptor): Likewise.
1161         (gdb_bfd_map_section): Likewise.
1162         (gdb_bfd_crc): Likewise.
1163         (gdb_bfd_mark_parent): Likewise.
1164         (gdb_bfd_record_inclusion): Likewise.
1165         (gdb_bfd_requires_relocations): Likewise.
1166         (print_one_bfd): Likewise.
1167         * gdbtypes.c (type_pair_hash): Likewise.
1168         (type_pair_eq): Likewise.
1169         (builtin_type): Likewise.
1170         (objfile_type): Likewise.
1171         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1172         (vtable_address_point_offset): Likewise.
1173         (gnuv3_get_vtable): Likewise.
1174         (hash_value_and_voffset): Likewise.
1175         (eq_value_and_voffset): Likewise.
1176         (compare_value_and_voffset): Likewise.
1177         (compute_vtable_size): Likewise.
1178         (gnuv3_get_typeid_type): Likewise.
1179         * go-lang.c (builtin_go_type): Likewise.
1180         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1181         (bkscm_eq_block_smob): Likewise.
1182         (bkscm_objfile_block_map): Likewise.
1183         (bkscm_del_objfile_blocks): Likewise.
1184         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1185         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1186         (gdbscm_disasm_print_address): Likewise.
1187         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1188         (frscm_eq_frame_smob): Likewise.
1189         (frscm_inferior_frame_map): Likewise.
1190         (frscm_del_inferior_frames): Likewise.
1191         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1192         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1193         (ofscm_objfile_smob_from_objfile): Likewise.
1194         * guile/scm-ports.c (ioscm_write): Likewise.
1195         (ioscm_file_port_delete): Likewise.
1196         (ioscm_file_port_rewind): Likewise.
1197         (ioscm_file_port_put): Likewise.
1198         (ioscm_file_port_write): Likewise.
1199         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1200         (psscm_pspace_smob_from_pspace): Likewise.
1201         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1202         (scscm_recording_unwind_handler): Likewise.
1203         (gdbscm_with_catch): Likewise.
1204         (scscm_call_0_body): Likewise.
1205         (scscm_call_1_body): Likewise.
1206         (scscm_call_2_body): Likewise.
1207         (scscm_call_3_body): Likewise.
1208         (scscm_call_4_body): Likewise.
1209         (scscm_apply_1_body): Likewise.
1210         (scscm_eval_scheme_string): Likewise.
1211         (gdbscm_safe_eval_string): Likewise.
1212         (scscm_source_scheme_script): Likewise.
1213         (gdbscm_safe_source_script): Likewise.
1214         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1215         (gdbscm_call_scm_from_stringn): Likewise.
1216         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1217         (syscm_eq_symbol_smob): Likewise.
1218         (syscm_get_symbol_map): Likewise.
1219         (syscm_del_objfile_symbols): Likewise.
1220         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1221         (stscm_eq_symtab_smob): Likewise.
1222         (stscm_objfile_symtab_map): Likewise.
1223         (stscm_del_objfile_symtabs): Likewise.
1224         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1225         (tyscm_eq_type_smob): Likewise.
1226         (tyscm_type_map): Likewise.
1227         (tyscm_copy_type_recursive): Likewise.
1228         (save_objfile_types): Likewise.
1229         * guile/scm-utils.c (extract_arg): Likewise.
1230         * h8300-tdep.c (h8300_frame_cache): Likewise.
1231         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1232         * hppa-tdep.c (compare_unwind_entries): Likewise.
1233         (find_unwind_entry): Likewise.
1234         (hppa_frame_cache): Likewise.
1235         (hppa_stub_frame_unwind_cache): Likewise.
1236         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1237         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1238         (hppaobsd_supply_fpregset): Likewise.
1239         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1240         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1241         * i386-tdep.c (i386_frame_cache): Likewise.
1242         (i386_epilogue_frame_cache): Likewise.
1243         (i386_sigtramp_frame_cache): Likewise.
1244         (i386_supply_gregset): Likewise.
1245         (i386_collect_gregset): Likewise.
1246         (i386_gdbarch_init): Likewise.
1247         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1248         (i386obsd_trapframe_cache): Likewise.
1249         * i387-tdep.c (i387_supply_fsave): Likewise.
1250         (i387_collect_fsave): Likewise.
1251         (i387_supply_fxsave): Likewise.
1252         (i387_collect_fxsave): Likewise.
1253         (i387_supply_xsave): Likewise.
1254         (i387_collect_xsave): Likewise.
1255         * ia64-tdep.c (ia64_frame_cache): Likewise.
1256         (ia64_sigtramp_frame_cache): Likewise.
1257         * infcmd.c (attach_command_continuation): Likewise.
1258         (attach_command_continuation_free_args): Likewise.
1259         * inferior.c (restore_inferior): Likewise.
1260         (delete_thread_of_inferior): Likewise.
1261         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1262         (get_inflow_inferior_data): Likewise.
1263         (inflow_inferior_exit): Likewise.
1264         * infrun.c (displaced_step_clear_cleanup): Likewise.
1265         (restore_current_uiout_cleanup): Likewise.
1266         (release_stop_context_cleanup): Likewise.
1267         (do_restore_infcall_suspend_state_cleanup): Likewise.
1268         (do_restore_infcall_control_state_cleanup): Likewise.
1269         (restore_inferior_ptid): Likewise.
1270         * inline-frame.c (block_starting_point_at): Likewise.
1271         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1272         * jit.c (get_jit_objfile_data): Likewise.
1273         (get_jit_program_space_data): Likewise.
1274         (jit_object_close_impl): Likewise.
1275         (jit_find_objf_with_entry_addr): Likewise.
1276         (jit_breakpoint_deleted): Likewise.
1277         (jit_unwind_reg_set_impl): Likewise.
1278         (jit_unwind_reg_get_impl): Likewise.
1279         (jit_dealloc_cache): Likewise.
1280         (jit_frame_sniffer): Likewise.
1281         (jit_frame_prev_register): Likewise.
1282         (jit_prepend_unwinder): Likewise.
1283         (jit_inferior_exit_hook): Likewise.
1284         (free_objfile_data): Likewise.
1285         * jv-lang.c (jv_per_objfile_free): Likewise.
1286         (get_dynamics_objfile): Likewise.
1287         (get_java_class_symtab): Likewise.
1288         (builtin_java_type): Likewise.
1289         * language.c (language_string_char_type): Likewise.
1290         (language_bool_type): Likewise.
1291         (language_lookup_primitive_type): Likewise.
1292         (language_lookup_primitive_type_as_symbol): Likewise.
1293         * linespec.c (hash_address_entry): Likewise.
1294         (eq_address_entry): Likewise.
1295         (iterate_inline_only): Likewise.
1296         (iterate_name_matcher): Likewise.
1297         (decode_line_2_compare_items): Likewise.
1298         (collect_one_symbol): Likewise.
1299         (compare_symbols): Likewise.
1300         (compare_msymbols): Likewise.
1301         (add_symtabs_to_list): Likewise.
1302         (collect_symbols): Likewise.
1303         (compare_msyms): Likewise.
1304         (add_minsym): Likewise.
1305         (cleanup_linespec_result): Likewise.
1306         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1307         * linux-nat.c (delete_lwp_cleanup): Likewise.
1308         (count_events_callback): Likewise.
1309         (select_event_lwp_callback): Likewise.
1310         (resume_stopped_resumed_lwps): Likewise.
1311         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1312         (invalidate_linux_cache_inf): Likewise.
1313         (get_linux_inferior_data): Likewise.
1314         (linux_find_memory_regions_thunk): Likewise.
1315         (linux_make_mappings_callback): Likewise.
1316         (linux_corefile_thread_callback): Likewise.
1317         (find_mapping_size): Likewise.
1318         * linux-thread-db.c (find_new_threads_callback): Likewise.
1319         * lm32-tdep.c (lm32_frame_cache): Likewise.
1320         * m2-lang.c (builtin_m2_type): Likewise.
1321         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1322         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1323         (m32r_linux_supply_gregset): Likewise.
1324         (m32r_linux_collect_gregset): Likewise.
1325         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1326         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1327         * m68k-tdep.c (m68k_frame_cache): Likewise.
1328         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1329         (m68kbsd_supply_gregset): Likewise.
1330         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1331         * m88k-tdep.c (m88k_frame_cache): Likewise.
1332         (m88k_supply_gregset): Likewise.
1333
1334 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1335
1336         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1337         to allocation result assignment.
1338         * ada-exp.y (write_object_renaming): Likewise.
1339         (write_ambiguous_var): Likewise.
1340         (ada_nget_field_index): Likewise.
1341         (write_var_or_type): Likewise.
1342         * ada-lang.c (ada_decode_symbol): Likewise.
1343         (ada_value_assign): Likewise.
1344         (value_pointer): Likewise.
1345         (cache_symbol): Likewise.
1346         (add_nonlocal_symbols): Likewise.
1347         (ada_name_for_lookup): Likewise.
1348         (symbol_completion_add): Likewise.
1349         (ada_to_fixed_type_1): Likewise.
1350         (ada_get_next_arg): Likewise.
1351         (defns_collected): Likewise.
1352         * ada-lex.l (processId): Likewise.
1353         (processString): Likewise.
1354         * ada-tasks.c (read_known_tasks_array): Likewise.
1355         (read_known_tasks_list): Likewise.
1356         * ada-typeprint.c (decoded_type_name): Likewise.
1357         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1358         * amd64-tdep.c (amd64_push_arguments): Likewise.
1359         (amd64_displaced_step_copy_insn): Likewise.
1360         (amd64_classify_insn_at): Likewise.
1361         (amd64_relocate_instruction): Likewise.
1362         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1363         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1364         (initialize_current_architecture): Likewise.
1365         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1366         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1367         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1368         (arm_push_dummy_call): Likewise.
1369         (extend_buffer_earlier): Likewise.
1370         (arm_adjust_breakpoint_address): Likewise.
1371         (arm_skip_stub): Likewise.
1372         * auto-load.c (filename_is_in_pattern): Likewise.
1373         (maybe_add_script_file): Likewise.
1374         (maybe_add_script_text): Likewise.
1375         (auto_load_objfile_script_1): Likewise.
1376         * auxv.c (ld_so_xfer_auxv): Likewise.
1377         * ax-general.c (new_agent_expr): Likewise.
1378         (grow_expr): Likewise.
1379         (ax_reg_mask): Likewise.
1380         * bcache.c (bcache_full): Likewise.
1381         * breakpoint.c (program_breakpoint_here_p): Likewise.
1382         * btrace.c (parse_xml_raw): Likewise.
1383         * build-id.c (build_id_to_debug_bfd): Likewise.
1384         * buildsym.c (end_symtab_with_blockvector): Likewise.
1385         * c-exp.y (string_exp): Likewise.
1386         (qualified_name): Likewise.
1387         (write_destructor_name): Likewise.
1388         (operator_stoken): Likewise.
1389         (parse_number): Likewise.
1390         (scan_macro_expansion): Likewise.
1391         (yylex): Likewise.
1392         (c_print_token): Likewise.
1393         * c-lang.c (c_get_string): Likewise.
1394         (emit_numeric_character): Likewise.
1395         * charset.c (wchar_iterate): Likewise.
1396         * cli/cli-cmds.c (complete_command): Likewise.
1397         (make_command): Likewise.
1398         * cli/cli-dump.c (restore_section_callback): Likewise.
1399         (restore_binary_file): Likewise.
1400         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1401         * cli/cli-script.c (execute_control_command): Likewise.
1402         * cli/cli-setshow.c (do_set_command): Likewise.
1403         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1404         (read_pe_exported_syms): Likewise.
1405         * coffread.c (coff_read_struct_type): Likewise.
1406         (coff_read_enum_type): Likewise.
1407         * common/btrace-common.c (btrace_data_append): Likewise.
1408         * common/buffer.c (buffer_grow): Likewise.
1409         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1410         * common/format.c (parse_format_string): Likewise.
1411         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1412         * common/xml-utils.c (xml_escape_text): Likewise.
1413         * compile/compile-object-load.c (copy_sections): Likewise.
1414         (compile_object_load): Likewise.
1415         * compile/compile-object-run.c (compile_object_run): Likewise.
1416         * completer.c (filename_completer): Likewise.
1417         * corefile.c (read_memory_typed_address): Likewise.
1418         (write_memory_unsigned_integer): Likewise.
1419         (write_memory_signed_integer): Likewise.
1420         (complete_set_gnutarget): Likewise.
1421         * corelow.c (get_core_register_section): Likewise.
1422         * cp-name-parser.y (d_grab): Likewise.
1423         (allocate_info): Likewise.
1424         (cp_new_demangle_parse_info): Likewise.
1425         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1426         (cp_lookup_symbol_in_namespace): Likewise.
1427         (lookup_namespace_scope): Likewise.
1428         (find_symbol_in_baseclass): Likewise.
1429         (cp_lookup_nested_symbol): Likewise.
1430         (cp_lookup_transparent_type_loop): Likewise.
1431         * cp-support.c (copy_string_to_obstack): Likewise.
1432         (make_symbol_overload_list): Likewise.
1433         (make_symbol_overload_list_namespace): Likewise.
1434         (make_symbol_overload_list_adl_namespace): Likewise.
1435         (first_component_command): Likewise.
1436         * cp-valprint.c (cp_print_value): Likewise.
1437         * ctf.c (ctf_xfer_partial): Likewise.
1438         * d-exp.y (StringExp): Likewise.
1439         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1440         (lookup_module_scope): Likewise.
1441         (find_symbol_in_baseclass): Likewise.
1442         (d_lookup_nested_symbol): Likewise.
1443         * dbxread.c (find_stab_function_addr): Likewise.
1444         (read_dbx_symtab): Likewise.
1445         (dbx_end_psymtab): Likewise.
1446         (cp_set_block_scope): Likewise.
1447         * dcache.c (dcache_alloc): Likewise.
1448         * demangle.c (_initialize_demangler): Likewise.
1449         * dicos-tdep.c (dicos_load_module_p): Likewise.
1450         * dictionary.c (dict_create_hashed_expandable): Likewise.
1451         (dict_create_linear_expandable): Likewise.
1452         (expand_hashtable): Likewise.
1453         (add_symbol_linear_expandable): Likewise.
1454         * dwarf2-frame.c (add_cie): Likewise.
1455         (add_fde): Likewise.
1456         (dwarf2_build_frame_info): Likewise.
1457         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1458         (dwarf_expr_fetch_address): Likewise.
1459         (add_piece): Likewise.
1460         (execute_stack_op): Likewise.
1461         * dwarf2loc.c (chain_candidate): Likewise.
1462         (dwarf_entry_parameter_to_value): Likewise.
1463         (read_pieced_value): Likewise.
1464         (write_pieced_value): Likewise.
1465         * dwarf2read.c (dwarf2_read_section): Likewise.
1466         (add_type_unit): Likewise.
1467         (read_comp_units_from_section): Likewise.
1468         (fixup_go_packaging): Likewise.
1469         (dwarf2_compute_name): Likewise.
1470         (dwarf2_physname): Likewise.
1471         (create_dwo_unit_in_dwp_v1): Likewise.
1472         (create_dwo_unit_in_dwp_v2): Likewise.
1473         (read_func_scope): Likewise.
1474         (read_call_site_scope): Likewise.
1475         (dwarf2_attach_fields_to_type): Likewise.
1476         (process_structure_scope): Likewise.
1477         (mark_common_block_symbol_computed): Likewise.
1478         (read_common_block): Likewise.
1479         (abbrev_table_read_table): Likewise.
1480         (guess_partial_die_structure_name): Likewise.
1481         (fixup_partial_die): Likewise.
1482         (add_file_name): Likewise.
1483         (dwarf2_const_value_data): Likewise.
1484         (dwarf2_const_value_attr): Likewise.
1485         (build_error_marker_type): Likewise.
1486         (guess_full_die_structure_name): Likewise.
1487         (anonymous_struct_prefix): Likewise.
1488         (typename_concat): Likewise.
1489         (dwarf2_canonicalize_name): Likewise.
1490         (dwarf2_name): Likewise.
1491         (write_constant_as_bytes): Likewise.
1492         (dwarf2_fetch_constant_bytes): Likewise.
1493         (copy_string): Likewise.
1494         (parse_macro_definition): Likewise.
1495         * elfread.c (elf_symfile_segments): Likewise.
1496         (elf_rel_plt_read): Likewise.
1497         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1498         (elf_gnu_ifunc_resolve_by_got): Likewise.
1499         (elf_read_minimal_symbols): Likewise.
1500         (elf_gnu_ifunc_record_cache): Likewise.
1501         * event-top.c (top_level_prompt): Likewise.
1502         (command_line_handler): Likewise.
1503         * exec.c (resize_section_table): Likewise.
1504         * expprint.c (print_subexp_standard): Likewise.
1505         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1506         * findcmd.c (parse_find_args): Likewise.
1507         * findvar.c (address_from_register): Likewise.
1508         * frame.c (get_prev_frame_always): Likewise.
1509         * gdb_bfd.c (gdb_bfd_ref): Likewise.
1510         (get_section_descriptor): Likewise.
1511         * gdb_obstack.c (obconcat): Likewise.
1512         (obstack_strdup): Likewise.
1513         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1514         (create_set_type): Likewise.
1515         (lookup_unsigned_typename): Likewise.
1516         (lookup_signed_typename): Likewise.
1517         (resolve_dynamic_union): Likewise.
1518         (resolve_dynamic_struct): Likewise.
1519         (add_dyn_prop): Likewise.
1520         (copy_dynamic_prop_list): Likewise.
1521         (arch_flags_type): Likewise.
1522         (append_composite_type_field_raw): Likewise.
1523         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1524         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1525         * go-exp.y (string_exp): Likewise.
1526         * go-lang.c (go_demangle): Likewise.
1527         * guile/guile.c (compute_scheme_string): Likewise.
1528         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1529         (gdbscm_canonicalize_command_name): Likewise.
1530         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1531         (ioscm_init_memory_port): Likewise.
1532         (ioscm_reinit_memory_port): Likewise.
1533         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1534         (gdbscm_gc_dup_argv): Likewise.
1535         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1536         * hppa-tdep.c (internalize_unwinds): Likewise.
1537         (read_unwind_info): Likewise.
1538         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1539         (windows_core_xfer_shared_libraries): Likewise.
1540         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1541         (i386_stap_parse_special_token_triplet): Likewise.
1542         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1543         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1544         * inf-child.c (inf_child_fileio_readlink): Likewise.
1545         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1546         (inf_ptrace_store_register): Likewise.
1547         * infrun.c (follow_exec): Likewise.
1548         (displaced_step_prepare_throw): Likewise.
1549         (save_stop_context): Likewise.
1550         (save_infcall_suspend_state): Likewise.
1551         * jit.c (jit_read_descriptor): Likewise.
1552         (jit_read_code_entry): Likewise.
1553         (jit_symtab_line_mapping_add_impl): Likewise.
1554         (finalize_symtab): Likewise.
1555         (jit_unwind_reg_get_impl): Likewise.
1556         * jv-exp.y (QualifiedName): Likewise.
1557         * jv-lang.c (get_java_utf8_name): Likewise.
1558         (type_from_class): Likewise.
1559         (java_demangle_type_signature): Likewise.
1560         (java_class_name_from_physname): Likewise.
1561         * jv-typeprint.c (java_type_print_base): Likewise.
1562         * jv-valprint.c (java_value_print): Likewise.
1563         * language.c (add_language): Likewise.
1564         * linespec.c (add_sal_to_sals_basic): Likewise.
1565         (add_sal_to_sals): Likewise.
1566         (decode_objc): Likewise.
1567         (find_linespec_symbols): Likewise.
1568         * linux-fork.c (fork_save_infrun_state): Likewise.
1569         * linux-nat.c (linux_nat_detach): Likewise.
1570         (linux_nat_fileio_readlink): Likewise.
1571         * linux-record.c (record_linux_sockaddr): Likewise.
1572         (record_linux_msghdr): Likewise.
1573         (Do): Likewise.
1574         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1575         (linux_collect_regset_section_cb): Likewise.
1576         (linux_get_siginfo_data): Likewise.
1577         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1578         (try_thread_db_load_from_dir): Likewise.
1579         (thread_db_load_search): Likewise.
1580         (info_auto_load_libthread_db): Likewise.
1581         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1582         (m32c_m16c_pointer_to_address): Likewise.
1583         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1584         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1585         * machoread.c (macho_check_dsym): Likewise.
1586         * macroexp.c (resize_buffer): Likewise.
1587         (gather_arguments): Likewise.
1588         (maybe_expand): Likewise.
1589         * macrotab.c (new_macro_key): Likewise.
1590         (new_source_file): Likewise.
1591         (new_macro_definition): Likewise.
1592         * mdebugread.c (parse_symbol): Likewise.
1593         (parse_type): Likewise.
1594         (parse_partial_symbols): Likewise.
1595         (psymtab_to_symtab_1): Likewise.
1596         * mem-break.c (default_memory_insert_breakpoint): Likewise.
1597         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1598         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1599         (mi_cmd_data_read_memory_bytes): Likewise.
1600         (mi_cmd_data_write_memory_bytes): Likewise.
1601         (mi_cmd_trace_frame_collected): Likewise.
1602         * mi/mi-parse.c (mi_parse_argv): Likewise.
1603         (mi_parse): Likewise.
1604         * minidebug.c (lzma_open): Likewise.
1605         (lzma_pread): Likewise.
1606         * mips-tdep.c (mips_read_fp_register_single): Likewise.
1607         (mips_print_fp_register): Likewise.
1608         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1609         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1610         * mt-tdep.c (mt_register_name): Likewise.
1611         (mt_registers_info): Likewise.
1612         (mt_push_dummy_call): Likewise.
1613         * namespace.c (add_using_directive): Likewise.
1614         * nat/linux-btrace.c (perf_event_read): Likewise.
1615         (linux_enable_bts): Likewise.
1616         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1617         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1618         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1619         (nto_parse_redirection): Likewise.
1620         * objc-lang.c (objc_demangle): Likewise.
1621         (find_methods): Likewise.
1622         * objfiles.c (get_objfile_bfd_data): Likewise.
1623         (set_objfile_main_name): Likewise.
1624         (allocate_objfile): Likewise.
1625         (objfile_relocate): Likewise.
1626         (update_section_map): Likewise.
1627         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1628         * p-exp.y (exp): Likewise.
1629         (yylex): Likewise.
1630         * p-valprint.c (pascal_object_print_value): Likewise.
1631         * parse.c (initialize_expout): Likewise.
1632         (mark_completion_tag): Likewise.
1633         (copy_name): Likewise.
1634         (parse_float): Likewise.
1635         (type_stack_reserve): Likewise.
1636         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1637         (ppu2spu_prev_register): Likewise.
1638         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1639         * printcmd.c (printf_wide_c_string): Likewise.
1640         (printf_pointer): Likewise.
1641         * probe.c (parse_probes): Likewise.
1642         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1643         (cmdpy_init): Likewise.
1644         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1645         * python/py-symtab.c (set_sal): Likewise.
1646         * python/py-unwind.c (pyuw_sniffer): Likewise.
1647         * python/python.c (python_interactive_command): Likewise.
1648         (compute_python_string): Likewise.
1649         * ravenscar-thread.c (get_running_thread_id): Likewise.
1650         * record-full.c (record_full_exec_insn): Likewise.
1651         (record_full_core_open_1): Likewise.
1652         * regcache.c (regcache_raw_read_signed): Likewise.
1653         (regcache_raw_read_unsigned): Likewise.
1654         (regcache_cooked_read_signed): Likewise.
1655         (regcache_cooked_read_unsigned): Likewise.
1656         * remote-fileio.c (remote_fileio_func_open): Likewise.
1657         (remote_fileio_func_rename): Likewise.
1658         (remote_fileio_func_unlink): Likewise.
1659         (remote_fileio_func_stat): Likewise.
1660         (remote_fileio_func_system): Likewise.
1661         * remote-mips.c (mips_xfer_memory): Likewise.
1662         (mips_load_srec): Likewise.
1663         (pmon_end_download): Likewise.
1664         * remote.c (new_remote_state): Likewise.
1665         (map_regcache_remote_table): Likewise.
1666         (remote_register_number_and_offset): Likewise.
1667         (init_remote_state): Likewise.
1668         (get_memory_packet_size): Likewise.
1669         (remote_pass_signals): Likewise.
1670         (remote_program_signals): Likewise.
1671         (remote_start_remote): Likewise.
1672         (remote_check_symbols): Likewise.
1673         (remote_query_supported): Likewise.
1674         (extended_remote_attach): Likewise.
1675         (process_g_packet): Likewise.
1676         (store_registers_using_G): Likewise.
1677         (putpkt_binary): Likewise.
1678         (read_frame): Likewise.
1679         (compare_sections_command): Likewise.
1680         (remote_hostio_pread): Likewise.
1681         (remote_hostio_readlink): Likewise.
1682         (remote_file_put): Likewise.
1683         (remote_file_get): Likewise.
1684         (remote_pid_to_exec_file): Likewise.
1685         (_initialize_remote): Likewise.
1686         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1687         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1688         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1689         (bfd_uses_spe_extensions): Likewise.
1690         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1691         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1692         * solib-dsbt.c (decode_loadmap): Likewise.
1693         (fetch_loadmap): Likewise.
1694         (scan_dyntag): Likewise.
1695         (enable_break): Likewise.
1696         (dsbt_relocate_main_executable): Likewise.
1697         * solib-frv.c (fetch_loadmap): Likewise.
1698         (enable_break2): Likewise.
1699         (frv_relocate_main_executable): Likewise.
1700         * solib-spu.c (spu_relocate_main_executable): Likewise.
1701         (spu_bfd_open): Likewise.
1702         * solib-svr4.c (lm_info_read): Likewise.
1703         (read_program_header): Likewise.
1704         (find_program_interpreter): Likewise.
1705         (scan_dyntag): Likewise.
1706         (elf_locate_base): Likewise.
1707         (open_symbol_file_object): Likewise.
1708         (read_program_headers_from_bfd): Likewise.
1709         (svr4_relocate_main_executable): Likewise.
1710         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1711         * solib.c (solib_find_1): Likewise.
1712         (exec_file_find): Likewise.
1713         (solib_find): Likewise.
1714         * source.c (openp): Likewise.
1715         (print_source_lines_base): Likewise.
1716         (forward_search_command): Likewise.
1717         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
1718         * spu-tdep.c (spu2ppu_prev_register): Likewise.
1719         (spu_get_overlay_table): Likewise.
1720         * stabsread.c (patch_block_stabs): Likewise.
1721         (define_symbol): Likewise.
1722         (again:): Likewise.
1723         (read_member_functions): Likewise.
1724         (read_one_struct_field): Likewise.
1725         (read_enum_type): Likewise.
1726         (common_block_start): Likewise.
1727         * stack.c (read_frame_arg): Likewise.
1728         (backtrace_command): Likewise.
1729         * stap-probe.c (stap_parse_register_operand): Likewise.
1730         * symfile.c (syms_from_objfile_1): Likewise.
1731         (find_separate_debug_file): Likewise.
1732         (load_command): Likewise.
1733         (load_progress): Likewise.
1734         (load_section_callback): Likewise.
1735         (reread_symbols): Likewise.
1736         (add_filename_language): Likewise.
1737         (allocate_compunit_symtab): Likewise.
1738         (read_target_long_array): Likewise.
1739         (simple_read_overlay_table): Likewise.
1740         * symtab.c (symbol_set_names): Likewise.
1741         (resize_symbol_cache): Likewise.
1742         (rbreak_command): Likewise.
1743         (completion_list_add_name): Likewise.
1744         (completion_list_objc_symbol): Likewise.
1745         (add_filename_to_list): Likewise.
1746         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
1747         * target-memory.c (target_write_memory_blocks): Likewise.
1748         * target.c (target_read_string): Likewise.
1749         (read_whatever_is_readable): Likewise.
1750         (target_read_alloc_1): Likewise.
1751         (simple_search_memory): Likewise.
1752         (target_fileio_read_alloc_1): Likewise.
1753         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1754         * top.c (command_line_input): Likewise.
1755         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
1756         * tracefile.c (tracefile_fetch_registers): Likewise.
1757         * tracepoint.c (add_memrange): Likewise.
1758         (init_collection_list): Likewise.
1759         (add_aexpr): Likewise.
1760         (trace_dump_actions): Likewise.
1761         (parse_trace_status): Likewise.
1762         (parse_tracepoint_definition): Likewise.
1763         (parse_tsv_definition): Likewise.
1764         (parse_static_tracepoint_marker_definition): Likewise.
1765         * tui/tui-file.c (tui_sfileopen): Likewise.
1766         (tui_file_adjust_strbuf): Likewise.
1767         * tui/tui-io.c (tui_expand_tabs): Likewise.
1768         * tui/tui-source.c (tui_set_source_content): Likewise.
1769         * typeprint.c (find_global_typedef): Likewise.
1770         * ui-file.c (do_ui_file_xstrdup): Likewise.
1771         (ui_file_obsavestring): Likewise.
1772         (mem_file_write): Likewise.
1773         * utils.c (make_hex_string): Likewise.
1774         (get_regcomp_error): Likewise.
1775         (puts_filtered_tabular): Likewise.
1776         (gdb_realpath_keepfile): Likewise.
1777         (ldirname): Likewise.
1778         (gdb_bfd_errmsg): Likewise.
1779         (substitute_path_component): Likewise.
1780         * valops.c (search_struct_method): Likewise.
1781         (find_oload_champ_namespace_loop): Likewise.
1782         * valprint.c (print_decimal_chars): Likewise.
1783         (read_string): Likewise.
1784         (generic_emit_char): Likewise.
1785         * varobj.c (varobj_delete): Likewise.
1786         (varobj_value_get_print_value): Likewise.
1787         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
1788         * windows-tdep.c (display_one_tib): Likewise.
1789         * xcoffread.c (read_xcoff_symtab): Likewise.
1790         (process_xcoff_symbol): Likewise.
1791         (swap_sym): Likewise.
1792         (scan_xcoff_symtab): Likewise.
1793         (xcoff_initial_scan): Likewise.
1794         * xml-support.c (gdb_xml_end_element): Likewise.
1795         (xml_process_xincludes): Likewise.
1796         (xml_fetch_content_from_file): Likewise.
1797         * xml-syscall.c (xml_list_of_syscalls): Likewise.
1798         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1799
1800 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
1801
1802         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
1803         instead of builtin_func_ptr.
1804         (ft32_pointer_to_address): New function.
1805         (ft32_address_class_type_flags): New function.
1806         (ft32_address_class_type_flags_to_name): New function.
1807         (ft32_address_class_name_to_type_flags): New function.
1808         (ft32_gdbarch_init): Set tdep->pc_type.  Call
1809         set_gdbarch_pointer_to_address,
1810         set_gdbarch_address_class_type_flags
1811         set_gdbarch_address_class_name_to_type_flags,
1812         and set_gdbarch_address_class_type_flags_to_name.
1813         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
1814
1815 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
1816
1817         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
1818         value is a reference, actually dereference it in order to get
1819         the underlying value.
1820
1821 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1822
1823         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
1824
1825 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
1826
1827         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
1828         * linespec.c (linespec_lexer_lex_string): Same.
1829
1830 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
1831
1832         * NEWS: Mention support for fast tracepoints on aarch64-linux.
1833
1834 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
1835
1836         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
1837         variable.  Call aarch64_decode_adr instead of
1838         aarch64_decode_adrp.
1839         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
1840         (aarch64_decode_adr): New function declaration.
1841         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
1842         (aarch64_decode_adr): New function, factored out from
1843         aarch64_decode_adrp to decode both adr and adrp instructions.
1844
1845 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
1846
1847         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
1848         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
1849         (aarch64-insn.o): New rule.
1850         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
1851         (aarch64*-*-linux*): Likewise.
1852         * arch/aarch64-insn.c: New file.
1853         * arch/aarch64-insn.h: New file.
1854         * aarch64-tdep.c: Include arch/aarch64-insn.h.
1855         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
1856         arch/aarch64-insn.h.
1857         (decode_add_sub_imm): Rename to ...
1858         (aarch64_decode_add_sub_imm): ... this.
1859         (decode_adrp): Rename to ...
1860         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
1861         Declare in arch/aarch64-insn.h.
1862         (decode_b): Rename to ...
1863         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
1864         Declare in arch/aarch64-insn.h.
1865         (decode_bcond): Rename to ...
1866         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
1867         Declare in arch/aarch64-insn.h.
1868         (decode_br): Rename to ...
1869         (aarch64_decode_br): ... this.
1870         (decode_cb): Rename to ...
1871         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
1872         Declare in arch/aarch64-insn.h.
1873         (decode_eret): Rename to ...
1874         (aarch64_decode_eret): ... this.
1875         (decode_movz): Rename to ...
1876         (aarch64_decode_movz): ... this.
1877         (decode_orr_shifted_register_x): Rename to ...
1878         (aarch64_decode_orr_shifted_register_x): ... this.
1879         (decode_ret): Rename to ...
1880         (aarch64_decode_ret): ... this.
1881         (decode_stp_offset): Rename to ...
1882         (aarch64_decode_stp_offset): ... this.
1883         (decode_stp_offset_wb): Rename to ...
1884         (aarch64_decode_stp_offset_wb): ... this.
1885         (decode_stur): Rename to ...
1886         (aarch64_decode_stur): ... this.
1887         (decode_tb): Rename to ...
1888         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
1889         Declare in arch/aarch64-insn.h.
1890         (aarch64_analyze_prologue): Adjust calls to renamed functions.
1891
1892 2015-09-20  Doug Evans  <xdje42@gmail.com>
1893
1894         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
1895
1896 2015-09-20  Doug Evans  <xdje42@gmail.com>
1897
1898         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
1899         variable name that collides with a parameter.
1900
1901 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
1902
1903         * dwarf2loc.c (locexpr_get_frame_base): Renames
1904         block_op_get_frame_base.
1905         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
1906         block_op_get_frame_base by reference to locexpr_get_frame_base.
1907         (loclist_get_frame_base): New function, near identical copy of
1908         locexpr_get_frame_base.
1909         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
1910         block_op_get_frame_base by reference to loclist_get_frame_base.
1911
1912 2015-09-19  Doug Evans  <xdje42@gmail.com>
1913
1914         * ravenscar-thread.c (ravenscar_inferior_created): Replace
1915         current_inferior ()->gdbarch with its wrapper target_gdbarch.
1916
1917 2015-09-18  Doug Evans  <xdje42@gmail.com>
1918
1919         * linux-thread-db.c (record_thread): Return the created thread.
1920         (thread_from_lwp): Likewise.
1921         (thread_db_get_thread_local_address): Update.
1922
1923 2015-09-18  Doug Evans  <xdje42@gmail.com>
1924
1925         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
1926         move only member demangled_name up.  All uses updated.
1927
1928 2015-09-18  Doug Evans  <xdje42@gmail.com>
1929
1930         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
1931         kind of minimal symbol in the error message.
1932         * objfiles.c (objfile_flavour_name): New function.
1933         * objfiles.h (objfile_flavour_name): Declare.
1934
1935 2015-09-18  Yao Qi  <yao.qi@linaro.org>
1936
1937         * nat/aarch64-linux.c: Include elf/common.h,
1938         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
1939         (aarch64_ps_get_thread_area): New function.
1940         * nat/aarch64-linux.h: Include gdb_proc_service.h.
1941         (aarch64_ps_get_thread_area): Declare.
1942         * aarch64-linux-nat.c (ps_get_thread_area): Call
1943         aarch64_ps_get_thread_area.
1944
1945 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1946
1947         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
1948
1949 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1950
1951         * NEWS: Announce new scheduler-locking mode.
1952         * infrun.c (schedlock_replay): New.
1953         (scheduler_enums): Add schedlock_replay.
1954         (scheduler_mode): Change default to schedlock_replay.
1955         (user_visible_resume_ptid): Handle schedlock_replay.
1956         (clear_proceed_status_thread): Stop replaying if resumed thread is
1957         not replaying.
1958         (schedlock_applies): Handle schedlock_replay.
1959         (_initialize_infrun): Document new scheduler-locking mode.
1960         * record-btrace.c (record_btrace_resume): Remove code to stop other
1961         threads when not replaying the resumed thread.
1962
1963 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1964
1965         * record-btrace.c ((record_btrace_will_replay): New.
1966         (init_record_btrace_ops): Initialize to_record_will_replay.
1967         * record-full.c ((record_full_will_replay): New.
1968         (init_record_full_ops): Initialize to_record_will_replay.
1969         * target-delegates.c: Regenerated.
1970         * target.c (target_record_will_replay): New.
1971         * target.h (struct target_ops) <to_record_will_replay>: New.
1972         (target_record_will_replay): New.
1973
1974 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1975
1976         * record-btrace.c (record_btrace_resume): Call
1977         target_record_stop_replaying.
1978         (record_btrace_stop_replaying_all): New.
1979         (init_record_btrace_ops): Initialize to_record_stop_replaying.
1980         * record-full.c (record_full_stop_replaying): New.
1981         (init_record_full_ops ): Initialize to_record_stop_replaying.
1982         * target-delegates.c: Regenerated.
1983         * target.c (target_record_stop_replaying): New.
1984         * target.h (struct target_ops) <to_record_stop_replaying>: New.
1985         (target_record_stop_replaying): New.
1986
1987 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1988
1989         * record-btrace.c (record_btrace_xfer_partial)
1990         (record_btrace_store_registers, record_btrace_prepare_to_store):
1991         Call record_btrace_is_replaying with inferior_ptid instead of
1992         minus_one_ptid.
1993         (record_btrace_store_registers): Change error message.
1994
1995 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1996
1997         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
1998         Update users to pass minus_one_ptid.
1999         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2000         * record.c (cmd_record_delete): Pass inferior_ptid to
2001         target_record_is_replaying.
2002         * target-delegates.c: Regenerated.
2003         * target.c (target_record_is_replaying): Add ptid argument.
2004         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2005         argument.
2006         (target_record_is_replaying): Add ptid argument.
2007
2008 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2009
2010         * record-btrace.c (record_btrace_open): Remove non_stop check.
2011         * NEWS: Announce that record btrace supports non-stop mode.
2012
2013 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2014
2015         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2016         in the TARKET_WAITKIND_NO_HISTORY case.
2017
2018 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2019
2020         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2021         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2022
2023 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2024
2025         * record-btrace.c (get_thread_current_frame): New.
2026         (record_btrace_start_replaying): Call get_thread_current_frame.
2027
2028 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2029
2030         * record-btrace.c (record_btrace_resume_thread): A move request
2031         overwrites a previous move request.
2032         (record_btrace_find_resume_thread): Removed.
2033         (record_btrace_resume): Resume all requested threads.
2034
2035 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2036
2037         * record-btrace.c: Include vec.h.
2038         (record_btrace_find_thread_to_move): Removed.
2039         (btrace_step_no_resumed, btrace_step_again)
2040         (record_btrace_stop_replaying_at_end): New.
2041         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2042         (record_btrace_single_step_forward): Remove calls to
2043         record_btrace_stop_replaying.
2044         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2045         BTHR_RCONT.  Keep threads at the end of their history moving.
2046         (record_btrace_wait): Call record_btrace_step_thread for all threads
2047         until one reports an event.  Call record_btrace_stop_replaying_at_end
2048         for the eventing thread.
2049
2050 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2051
2052         * record-btrace.c (record_btrace_single_step_forward): Return
2053         NO_HISTORY if a step brings us to the end of the execution history.
2054
2055 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2056
2057         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2058         to ...
2059         (record_btrace_single_step_forward): ... here and
2060         (record_btrace_single_step_backward): ... here.
2061
2062 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2063
2064         * record-btrace.c (btrace_step_spurious)
2065         (record_btrace_single_step_forward)
2066         (record_btrace_single_step_backward): New.
2067         (record_btrace_step_thread): Call record_btrace_single_step_forward
2068         and record_btrace_single_step_backward.
2069
2070 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2071
2072         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2073         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2074
2075 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2076
2077         * record-btrace.c (btrace_thread_flag_to_str)
2078         (record_btrace_cancel_resume): New.
2079         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2080         (record_btrace_resume): Print execution direction.
2081         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2082         (record_btrace_wait): Call record_btrace_cancel_resume.
2083
2084 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2085
2086         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2087         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2088         (record_btrace_find_thread_to_move): Also accept threads that have
2089         BTHR_STOP set.
2090         (btrace_step_stopped_on_request, record_btrace_stop): New.
2091         (record_btrace_step_thread): Support BTHR_STOP.
2092         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2093         (init_record_btrace_ops): Initialize to_stop.
2094
2095 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2096
2097         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2098         target_is_non_stop_p ().
2099
2100 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2101
2102         * ada-typeprint.c (print_array_type): Do not describe arrays as
2103         packed when they embed dynamic elements.
2104
2105 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2106
2107         * symtab.h (address_class): Document that TLS variables
2108         are handled by LOC_UNRESOLVED.
2109         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2110         * printcmd.c (address_info): Don't relocate TLS variables.
2111
2112 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2113
2114         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2115         (decode_adrp): Likewise.
2116         (decode_b): Likewise.
2117         (decode_bcond): Likewise.
2118         (decode_br): Likewise.
2119         (decode_cb): Likewise.
2120         (decode_eret): Likewise.
2121         (decode_movz): Likewise.
2122         (decode_orr_shifted_register_x): Likewise.
2123         (decode_ret): Likewise.
2124         (decode_stp_offset): Likewise.
2125         (decode_stp_offset_wb): Likewise.
2126         (decode_stur): Likewise.
2127         (decode_tb): Likewise.
2128         (aarch64_analyze_prologue): Likewise.
2129         (pass_in_x): Likewise.
2130         (pass_in_v): Likewise.
2131         (pass_on_stack): Likewise.
2132         (aarch64_push_dummy_call): Likewise.
2133         (aarch64_extract_return_value): Likewise.
2134         (aarch64_store_return_value): Likewise.
2135         (aarch64_return_value): Likewise.
2136         (aarch64_record_asimd_load_store): Likewise.
2137         (aarch64_record_load_store): Likewise.
2138         (aarch64_record_data_proc_simd_fp): Likewise.
2139
2140 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2141
2142         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2143         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2144         (ppc64_skip_trampoline_code_1): ... here.
2145         (ppc64_skip_trampoline_code): New wrapper function.
2146         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2147
2148 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2149
2150         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2151         function.
2152         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2153         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2154         if target_can_do_single_step returns 1.
2155         * remote.c (struct vCont_action_support) <s, S>: New fields.
2156         (PACKET_vContSupported): New enum.
2157         (remote_protocol_features): New element for vContSupported.
2158         (remote_query_supported): Append "vContSupported+".
2159         (remote_vcont_probe): Remove support_s and support_S, use
2160         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2161         vCont packet if c and C actions are not supported.
2162         (remote_can_do_single_step): New function.
2163         (init_remote_ops): Install it to to_can_do_single_step.
2164         (_initialize_remote): Call add_packet_config_cmd.
2165         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2166         (target_can_do_single_step): New macro.
2167         * target-delegates.c: Re-generated.
2168
2169 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2170
2171         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2172         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2173         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2174         New function.
2175         (aarch64_siginfo_from_compat_siginfo): New function.
2176         * nat/aarch64-linux.h: Include signal.h.
2177         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2178         (compat_timer_t, compat_clock_t): Likewise.
2179         (struct compat_timeval): New.
2180         (union compat_sigval): New.
2181         (struct compat_siginfo): New.
2182         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2183         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2184         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2185         (cpt_si_band, cpt_si_fd): Likewise.
2186
2187 2015-09-14  Pedro Alves  <palves@redhat.com>
2188
2189         * infrun.c (current_stop_id): New global.
2190         (get_stop_id, new_stop_id): New functions.
2191         (fetch_inferior_event): Handle normal_stop proceeding the target.
2192         (struct stop_context): New.
2193         (save_stop_context, release_stop_context_cleanup)
2194         (stop_context_changed): New functions.
2195         (normal_stop): Return true if the hook-stop changes the stop
2196         context.
2197         * infrun.h (get_stop_id): Declare.
2198         (normal_stop): Now returns int.  Add documentation.
2199
2200 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2201
2202         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2203         comment.  Handle packed arrays.
2204
2205 2015-09-14  Pedro Alves  <palves@redhat.com>
2206
2207         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2208         mention of maint set/show target-non-stop.
2209
2210 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2211
2212         * NEWS: Announce new remote packets for the exec-events
2213         feature and the exec-events feature and associated commands.
2214
2215 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2216
2217         * remote.c (remote_exec_event_p): New function.
2218         (remote_insert_exec_catchpoint): New function.
2219         (remote_remove_exec_catchpoint): New function.
2220         (init_extended_remote_ops): Initialize extended_remote_ops
2221         members to_insert_exec_catchpoint and
2222         to_remove_exec_catchpoint.
2223
2224 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2225             Luis Machado  <lgustavo@codesourcery.com>
2226
2227         * infrun.c (follow_exec): Use process-style ptid for
2228         exec message.  Call add_inferior_with_spaces and
2229         target_follow_exec.
2230         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2231         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2232         * remote.c (remote_pspace_data): New static variable.
2233         (remote_pspace_data_cleanup): New function.
2234         (get_remote_exec_file): New function.
2235         (set_remote_exec_file_1): New function.
2236         (set_remote_exec_file): New function.
2237         (show_remote_exec_file): New function.
2238         (remote_exec_file): Delete static variable.
2239         (anonymous enum) <PACKET_exec_event_feature>: New
2240         enumeration constant.
2241         (remote_protocol_features): Add entry for exec-events feature.
2242         (remote_query_supported): Add client side of qSupported query
2243         for exec-events feature.
2244         (remote_follow_exec): New function.
2245         (remote_parse_stop_reply): Handle 'exec' stop reason.
2246         (extended_remote_run, extended_remote_create_inferior): Call
2247         get_remote_exec_file and set_remote_exec_file_1.
2248         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2249         member.
2250         (_initialize_remote): Call
2251         register_program_space_data_with_cleanup.  Call
2252         add_packet_config_cmd for remote exec-events feature.
2253         Modify call to add_setshow_string_noescape_cmd for exec-file
2254         to use new functions set_remote_exec_file and
2255         show_remote_exec_file.
2256         * target-debug.h, target-delegates.c: Regenerated.
2257         * target.c (target_follow_exec): New function.
2258         * target.h (struct target_ops) <to_follow_exec>: New member.
2259         (target_follow_exec): Declare new function.
2260
2261 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2262
2263         * aarch64-tdep.c (decode_cb): Move up comment describing the
2264         encoding.
2265         (decode_tb): Fix a typo in comment above the function.  Move up
2266         comment describing the encoding.
2267
2268 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2269
2270         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2271
2272 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2273
2274         PR gdb/18947
2275         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2276         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2277
2278 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2279
2280         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2281         operations.
2282
2283 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2284
2285         * ada-lang.c (ada_search_struct_field): Constify parameters
2286         and/or variables..
2287         (xget_renaming_scope): Likewise.
2288         (ada_is_redundant_range_encoding): Likewise.
2289         (scan_discrim_bound): Likewise.
2290         (to_fixed_range_type): Likewise.
2291
2292 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2293
2294         * breakpoint.c (download_tracepoint_locations): New local
2295         can_download_tracepoint.  Check the result of
2296         target_can_download_tracepoint and save it in
2297         can_download_tracepoint if there are tracepoints to download.
2298         * linux-nat.h (enum tribool): Move it to ...
2299         * common/common-types.h: ... here.
2300
2301 2015-09-09  Pedro Alves  <palves@redhat.com>
2302
2303         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2304         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2305
2306 2015-09-09  Pedro Alves  <palves@redhat.com>
2307
2308         * continuations.c (add_continuation, restore_thread_cleanup)
2309         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2310         (do_all_continuations_thread, do_all_continuations)
2311         (discard_all_continuations_thread_callback)
2312         (discard_all_continuations_thread, discard_all_continuations)
2313         (add_intermediate_continuation)
2314         (do_all_intermediate_continuations_thread_callback)
2315         (do_all_intermediate_continuations_thread)
2316         (do_all_intermediate_continuations)
2317         (discard_all_intermediate_continuations_thread_callback)
2318         (discard_all_intermediate_continuations_thread)
2319         (discard_all_intermediate_continuations): Delete.
2320         * continuations.h (add_continuation, do_all_continuations)
2321         (do_all_continuations_thread, discard_all_continuations)
2322         (discard_all_continuations_thread, add_intermediate_continuation)
2323         (do_all_intermediate_continuations)
2324         (do_all_intermediate_continuations_thread)
2325         (discard_all_intermediate_continuations)
2326         (discard_all_intermediate_continuations_thread): Delete
2327         declarations.
2328         * event-top.c (stdin_event_handler): Delete references to
2329         continuations.
2330         * gdbthread.h (struct thread_info): Delete continuations and
2331         intermediate_continuations fields.
2332         * inf-loop.c (inferior_event_handler): Remove references to
2333         continuations.
2334         * infrun.c (infrun_thread_stop_requested_callback): Remove
2335         references to continuations.
2336         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2337         * thread.c: Don't include "continuations.h".
2338         (clear_thread_inferior_resources): Remove references to
2339         continuations.
2340
2341 2015-09-09  Pedro Alves  <palves@redhat.com>
2342
2343         * infcall.c (struct dummy_frame_context_saver): Delete.
2344         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2345         (dummy_frame_context_saver_drop)
2346         (dummy_frame_context_saver_cleanup)
2347         (dummy_frame_context_saver_get_regs)
2348         (dummy_frame_context_saver_setup): Delete.
2349         * infcall.h (dummy_frame_context_saver_drop)
2350         (dummy_frame_context_saver_cleanup)
2351         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2352         Delete.
2353         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2354         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2355         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2356
2357 2015-09-09  Pedro Alves  <palves@redhat.com>
2358
2359         * breakpoint.c: Include "thread-fsm.h".
2360         (struct until_break_command_continuation_args): Delete.
2361         (struct until_break_fsm): New.
2362         (until_break_fsm_ops): New global.
2363         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2364         (until_break_command_continuation): Delete.
2365         (until_break_fsm_clean_up): New function.
2366         (until_break_fsm_async_reply_reason): New function.
2367         (until_break_command): Adjust to create an until_break_fsm instead
2368         of a continuation.
2369         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2370         here.
2371         * infcmd.c (struct until_next_fsm): New.
2372         (until_next_fsm_ops): New global.
2373         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2374         (until_next_continuation): Delete.
2375         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2376         functions.
2377         (until_next_command): Adjust to create a new until_next_fsm
2378         instead of a continuation.
2379
2380 2015-09-09  Pedro Alves  <palves@redhat.com>
2381
2382         * infcall.c: Include thread_fsm.h.
2383         (struct call_return_meta_info): New.
2384         (get_call_return_value): New function, factored out from
2385         call_function_by_hand_dummy.
2386         (struct call_thread_fsm): New.
2387         (call_thread_fsm_ops): New global.
2388         (new_call_thread_fsm, call_thread_fsm_should_stop)
2389         (call_thread_fsm_should_notify_stop): New functions.
2390         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
2391         the thread.
2392         (call_function_by_hand_dummy): Create a new call_thread_fsm
2393         instance, associate it with the thread, and wait for the FSM to
2394         finish.  If finished successfully, fetch the function's result
2395         value out of the FSM.
2396         * infrun.c (fetch_inferior_event): If the FSM says the stop
2397         shouldn't be notified, don't call normal_stop.
2398         (maybe_remove_breakpoints): New function, factored out from ...
2399         (normal_stop): ... here.  Simplify.
2400         * infrun.h (maybe_remove_breakpoints): Declare.
2401         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2402         (thread-fsm.h) <struct thread_fsm_ops>: New field.
2403         (thread_fsm_should_notify_stop): Declare.
2404
2405 2015-09-09  Pedro Alves  <palves@redhat.com>
2406
2407         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2408         * breakpoint.c (handle_jit_event): Print debug output.
2409         (bpstat_what): Split event callback handling to ...
2410         (bpstat_run_callbacks): ... this new function.
2411         (momentary_bkpt_print_it): No longer handle bp_finish here.
2412         * breakpoint.h (bpstat_run_callbacks): Declare.
2413         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2414         <thread_fsm>: New field.
2415         (thread_cancel_execution_command): Declare.
2416         * infcmd.c: Include thread-fsm.h.
2417         (struct step_command_fsm): New.
2418         (step_command_fsm_ops): New global.
2419         (new_step_command_fsm, step_command_fsm_prepare): New functions.
2420         (step_1): Adjust to use step_command_fsm_prepare and
2421         prepare_one_step.
2422         (struct step_1_continuation_args): Delete.
2423         (step_1_continuation): Delete.
2424         (step_command_fsm_should_stop): New function.
2425         (step_once): Delete.
2426         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2427         (prepare_one_step): New function, based on step_once.
2428         (until_next_command): Remove step_multi reference.
2429         (struct return_value_info): New.
2430         (print_return_value): Rename to ...
2431         (print_return_value_1): ... this.  New struct return_value_info
2432         parameter.  Adjust.
2433         (print_return_value): Reimplement as wrapper around
2434         print_return_value_1.
2435         (struct finish_command_fsm): New.
2436         (finish_command_continuation): Delete.
2437         (finish_command_fsm_ops): New global.
2438         (new_finish_command_fsm, finish_command_fsm_should_stop): New
2439         functions.
2440         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2441         New.
2442         (finish_command_continuation_free_arg): Delete.
2443         (finish_command_fsm_async_reply_reason): New.
2444         (finish_backward, finish_forward): Change symbol parameter to a
2445         finish_command_fsm.  Adjust.
2446         (finish_command): Create a finish_command_fsm.  Adjust.
2447         * infrun.c: Include "thread-fsm.h".
2448         (clear_proceed_status_thread): Delete the thread's FSM.
2449         (infrun_thread_stop_requested_callback): Cancel the thread's
2450         execution command.
2451         (clean_up_just_stopped_threads_fsms): New function.
2452         (fetch_inferior_event): Handle the event_thread's should_stop
2453         method saying the command isn't done yet.
2454         (process_event_stop_test): Run breakpoint callbacks here.
2455         (print_stop_event): Rename to ...
2456         (print_stop_location): ... this.
2457         (restore_current_uiout_cleanup): New function.
2458         (print_stop_event): Reimplement.
2459         (normal_stop): No longer notify the end_stepping_range observers
2460         here handle "step N" nor "finish" here.  No longer call
2461         print_stop_event here.
2462         * infrun.h (struct return_value_info): Forward declare.
2463         (print_return_value): Declare.
2464         (print_stop_event): Change prototype.
2465         * thread-fsm.c: New file.
2466         * thread-fsm.h: New file.
2467         * thread.c: Include "thread-fsm.h".
2468         (thread_cancel_execution_command): New function.
2469         (clear_thread_inferior_resources): Call it.
2470         * cli/cli-interp.c (cli_on_normal_stop): New function.
2471         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2472         observer.
2473         * mi/mi-interp.c: Include "thread-fsm.h".
2474         (restore_current_uiout_cleanup): Delete.
2475         (mi_on_normal_stop): If the thread has an FSM associated, and it
2476         finished, ask it for the async-reply-reason to print.  Always call
2477         print_stop_event here, regardless of the top-level interpreter.
2478         Check bpstat_what to tell whether an asynchronous breakpoint hit
2479         triggered.
2480         * tui/tui-interp.c (tui_on_normal_stop): New function.
2481         (tui_init): Install tui_on_normal_stop as normal_stop observer.
2482
2483 2015-09-09  Pedro Alves  <palves@redhat.com>
2484
2485         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2486         check whether the target can async.
2487         * inf-loop.c (inferior_event_handler): Only call target_async if
2488         the target can async.
2489         * infcall.c: Include top.h and interps.h.
2490         (run_inferior_call): For the interpreter to sync mode while
2491         running the infcall.  Call wait_sync_command_done instead of
2492         wait_for_inferior plus normal_stop.
2493         * infcmd.c (prepare_execution_command): Don't check whether the
2494         target can async when running in the foreground.
2495         (step_1): Delete synchronous case handling.
2496         (step_once): Always install a continuation, even in sync mode.
2497         (until_next_command, finish_forward): Don't check whether the
2498         target can async.
2499         (attach_command_post_wait, notice_new_inferior): Always install a
2500         continuation, even in sync mode.
2501         * infrun.c (mark_infrun_async_event_handler): New function.
2502         (proceed): In sync mode, mark infrun's event source instead of
2503         waiting for events here.
2504         (fetch_inferior_event): If the target can't async, do a blocking
2505         wait.
2506         (prepare_to_wait): In sync mode, mark infrun's event source.
2507         (infrun_async_inferior_event_handler): No longer bail out if the
2508         target can't async.
2509         * infrun.h (mark_infrun_async_event_handler): New declaration.
2510         * linux-nat.c (linux_nat_wait_1): Remove calls to
2511         set_sigint_trap/clear_sigint_trap.
2512         (linux_nat_terminal_inferior): No longer check whether the target
2513         can async.
2514         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2515         comment.
2516         (mi_execute_command_input_handler): No longer check whether the
2517         target is async.  Update and simplify comment.
2518         * target.c (default_target_wait): New function.
2519         * target.h (struct target_ops) <to_wait>: Now defaults to
2520         default_target_wait.
2521         (default_target_wait): Declare.
2522         * top.c (wait_sync_command_done): New function, factored out from
2523         ...
2524         (maybe_wait_sync_command_done): ... this.
2525         * top.h (wait_sync_command_done): Declare.
2526         * target-delegates.c: Regenerate.
2527
2528 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
2529
2530         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2531         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2532         Remove include of sys/utsname.h.
2533         (linux_determine_kernel_ptr_bits): Remove.
2534         (linux_determine_kernel_start): New.
2535         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
2536         Update check.
2537         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
2538         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2539         initialization.
2540         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2541         assignment.
2542
2543 2015-09-07  Pedro Alves  <palves@redhat.com>
2544
2545         * guile/guile-internal.h (as_a_scm_t_subr): New.
2546         * guile/guile.c (misc_guile_functions): Use it.
2547         * guile/scm-arch.c (arch_functions): Use it.
2548         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2549         Use it.
2550         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2551         * guile/scm-cmd.c (command_functions): Use it.
2552         * guile/scm-disasm.c (disasm_functions): Use it.
2553         * guile/scm-exception.c (exception_functions)
2554         (private_exception_functions): Use it.
2555         * guile/scm-frame.c (frame_functions)
2556         * guile/scm-gsmob.c (gsmob_functions): Use it.
2557         * guile/scm-iterator.c (iterator_functions): Use it.
2558         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2559         * guile/scm-math.c (math_functions): Use it.
2560         * guile/scm-objfile.c (objfile_functions): Use it.
2561         * guile/scm-param.c (parameter_functions): Use it.
2562         * guile/scm-ports.c (port_functions, private_port_functions): Use
2563         it.
2564         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2565         * guile/scm-progspace.c (pspace_functions): Use it.
2566         * guile/scm-string.c (string_functions): Use it.
2567         * guile/scm-symbol.c (symbol_functions): Use it.
2568         * guile/scm-symtab.c (symtab_functions): Use it.
2569         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2570         it.
2571         * guile/scm-value.c (value_functions): Use it.
2572
2573 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2574
2575         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2576         (tui_next_win): Likewise.
2577         (tui_prev_win): Likewise.
2578         (tui_partial_win_by_name): Likewise.
2579         (tui_init_generic_part): Likewise.
2580         (init_content_element): Likewise.
2581         (tui_del_window): Likewise.
2582         (tui_free_window): Likewise.
2583         (tui_del_data_windows): Likewise.
2584         (tui_free_data_content): Likewise.
2585         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2586         * tui/tui-regs.c (tui_show_register_group): Likewise.
2587         * tui/tui-win.c (tui_resize_all): Likewise.
2588         (tui_set_focus): Likewise.
2589         (tui_set_win_height): Likewise.
2590         (make_invisible_and_set_new_height): Likewise.
2591         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2592         * tui/tui-wingeneral.c (make_visible): Likewise.
2593
2594 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2595
2596         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2597
2598 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2599
2600         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2601         pointer.
2602         * dbxread.c (dbx_end_psymtab): Likewise.
2603         * gnu-nat.c (gnu_write_inferior): Likewise.
2604         * mdebugread.c (cross_ref): Likewise.
2605         * p-valprint.c (pascal_val_print): Likewise.
2606         * xcoffread.c (xcoff_end_psymtab): Likewise.
2607
2608 2015-09-04  Yao Qi  <yao.qi@linaro.org>
2609
2610         * NEWS: Mention the aarch64 multi-arch debugging support.
2611
2612 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2613
2614         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2615         type instead of a TYPE_CODE_INT one for the string_char_type
2616         and the ada_primitive_type_char types.
2617
2618 2015-09-03  Yao Qi  <yao.qi@linaro.org>
2619
2620         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2621         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
2622         aarch64_linux_region_ok_for_watchpoint.
2623         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2624         New function.
2625         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2626         Declare it.
2627
2628 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
2629
2630         * gdb_obstack.h (obstack_strdup): Declare.
2631         * gdb_obstack.c (obstack_strdup): Define.
2632         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2633         * gdbarch.c: Regenerate.
2634         * gdbarch.h: Regenerate.
2635         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2636
2637 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
2638
2639         * gdbtypes.c (copy_type_recursive): Update documentation.
2640
2641 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2642
2643         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2644         as zero.
2645
2646 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2647
2648         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2649
2650 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2651
2652         * solib-svr4.c (solib_event_probe_action): Call
2653         get_probe_argument_count using TRY...CATCH.
2654         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2655
2656 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2657
2658         * probe.h (struct probe_ops) <get_probe_argument_count,
2659         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2660         the comment that the function can throw an exception.
2661         (get_probe_argument_count): Likewise.
2662         (evaluate_probe_argument): Likewise.
2663         * stap-probe.c (stap_get_opcode): Call error instead of
2664         internal_error.
2665         (stap_get_expected_argument_type): Likewise.  Add argument
2666         'probe'.  Improve error message by mentioning the probe's name.
2667         (stap_parse_probe_arguments): Adjust call to
2668         stap_get_expected_argument_type.
2669         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
2670         not zero.  Call internal_error if GDB requests an argument but the
2671         probe has no arguments.
2672
2673 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2674
2675         * ada-lang.c (ada_resolve_function): Do not ask the user what
2676         match to use when in completion mode.
2677
2678 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
2679
2680         * tui/tui-data.c (tui_win_name): Make local variable const, remove
2681         cast of NULL.
2682
2683 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
2684
2685         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2686         call_abi using XSHAL_ABI macro.
2687
2688 2015-08-29  Doug Evans  <xdje42@gmail.com>
2689
2690         * symtab.h (struct symbol): Tweak comment.
2691
2692 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
2693
2694         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2695         gdbarch obstack instead of on the heap.  Update commentary
2696         accordingly.
2697
2698 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
2699
2700         GDB 7.10 released.
2701
2702 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2703
2704         * NEWS: Update entry about non-8-bits addressable memory.
2705
2706 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
2707
2708         Revert:
2709         2014-11-06  Doug Evans  <xdje42@gmail.com>
2710         * solib.c (solib_global_lookup): Fetch arch from objfile,
2711         not target_gdbarch.
2712
2713 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2714
2715         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
2716         attempt to relocate a TLS variable offset.
2717
2718 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2719
2720         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
2721         registered yet.  Set inferior_ptid while calling target_read_memory.
2722
2723 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2724
2725         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
2726         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
2727         * linux-nat.c (check_stopped_by_breakpoint): Use
2728         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
2729
2730 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2731
2732         * linux-thread-db.c (thread_db_get_thread_local_address): If the
2733         thread was not yet discovered, use thread_from_lwp instead of
2734         calling thread_db_find_new_threads_1.
2735
2736 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
2737
2738         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
2739         statements.
2740
2741 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
2742
2743         * NEWS: Document support for non-8-bits addressable memory.
2744
2745 2015-08-27  Pedro Alves  <palves@redhat.com>
2746
2747         * configure.ac: Remove AC_TYPE_SIGNAL call.
2748         * configure, config.in: Regenerate.
2749
2750 2015-08-27  Pedro Alves  <palves@redhat.com>
2751
2752         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
2753         * extension-priv.h: Include signal.h.
2754         (struct signal_handler) <handler>: Change type to sighandler_t.
2755         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
2756         * inflow.c (sigint_ours, sigquit_ours): Change type to
2757         sighandler_t.
2758         (child_terminal_inferior): Remove casts.
2759         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
2760         (osig): Change type to sighandler_t.
2761         * nto-procfs.c (ofunc): Change type to sighandler_t.
2762         (procfs_wait): Remove casts.
2763         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
2764         * remote-sim.c (gdbsim_wait): Use sighandler_t.
2765         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
2766
2767 2015-08-27  Pedro Alves  <palves@redhat.com>
2768
2769         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
2770         * gnulib/aclocal.m4: Renegerate.
2771         * gnulib/config.in: Renegerate.
2772         * gnulib/configure: Renegerate.
2773         * gnulib/import/Makefile.am: Update.
2774         * gnulib/import/Makefile.in: Regenerate.
2775         * gnulib/import/m4/gnulib-cache.m4: Update.
2776         * gnulib/import/m4/gnulib-comp.m4: Update.
2777         * gnulib/import/m4/signal_h.m4: New file.
2778         * gnulib/import/signal.in.h: New file.
2779
2780 2015-08-27  Pedro Alves  <palves@redhat.com>
2781
2782         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
2783         (MIN_MEMORY_PACKET_SIZE): New.
2784         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
2785         (get_memory_packet_size): Adjust.  No longer limit the max packet
2786         size.
2787         (set_memory_packet_size): Adjust, and remove dead code.
2788         (remote_check_symbols): Use xmalloc and a cleanup instead of
2789         alloca.
2790         (remote_packet_size): No longer cap the packet size.
2791         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
2792
2793 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
2794
2795         * compile/compile.c (compile_to_object): Mention language in
2796         error message.
2797
2798 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
2799
2800         * target.c (target_pre_inferior): Unset attach_flag.
2801
2802 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
2803
2804         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
2805         * gdbarch.c: Re-generate.
2806
2807 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
2808
2809         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
2810         function with the XNEW-family equivalent.
2811         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
2812         * ada-exp.y (write_ambiguous_var): Likewise.
2813         * ada-lang.c (resolve_subexp): Likewise.
2814         (user_select_syms): Likewise.
2815         (assign_aggregate): Likewise.
2816         (ada_evaluate_subexp): Likewise.
2817         (cache_symbol): Likewise.
2818         * addrmap.c (allocate_key): Likewise.
2819         (addrmap_create_mutable): Likewise.
2820         * aix-thread.c (sync_threadlists): Likewise.
2821         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
2822         (alpha_gdbarch_init): Likewise.
2823         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
2824         * arm-linux-nat.c (arm_linux_add_process): Likewise.
2825         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2826         * arm-tdep.c (push_stack_item): Likewise.
2827         (arm_displaced_step_copy_insn): Likewise.
2828         (arm_gdbarch_init): Likewise.
2829         (_initialize_arm_tdep): Likewise.
2830         * avr-tdep.c (push_stack_item): Likewise.
2831         * ax-general.c (new_agent_expr): Likewise.
2832         * block.c (block_initialize_namespace): Likewise.
2833         * breakpoint.c (alloc_counted_command_line): Likewise.
2834         (update_dprintf_command_list): Likewise.
2835         (parse_breakpoint_sals): Likewise.
2836         (decode_static_tracepoint_spec): Likewise.
2837         (until_break_command): Likewise.
2838         (clear_command): Likewise.
2839         (update_global_location_list): Likewise.
2840         (get_breakpoint_objfile_data) Likewise.
2841         * btrace.c (ftrace_new_function): Likewise.
2842         (btrace_set_insn_history): Likewise.
2843         (btrace_set_call_history): Likewise.
2844         * buildsym.c (add_symbol_to_list): Likewise.
2845         (record_pending_block): Likewise.
2846         (start_subfile): Likewise.
2847         (start_buildsym_compunit): Likewise.
2848         (push_subfile): Likewise.
2849         (end_symtab_get_static_block): Likewise.
2850         (buildsym_init): Likewise.
2851         * cli/cli-cmds.c (source_command): Likewise.
2852         * cli/cli-decode.c (add_cmd): Likewise.
2853         * cli/cli-script.c (build_command_line): Likewise.
2854         (setup_user_args): Likewise.
2855         (realloc_body_list): Likewise.
2856         (process_next_line): Likewise.
2857         (copy_command_lines): Likewise.
2858         * cli/cli-setshow.c (do_set_command): Likewise.
2859         * coff-pe-read.c (read_pe_exported_syms): Likewise.
2860         * coffread.c (coff_locate_sections): Likewise.
2861         (coff_symtab_read): Likewise.
2862         (coff_read_struct_type): Likewise.
2863         * common/cleanups.c (make_my_cleanup2): Likewise.
2864         * common/common-exceptions.c (throw_it): Likewise.
2865         * common/filestuff.c (make_cleanup_close): Likewise.
2866         * common/format.c (parse_format_string): Likewise.
2867         * common/queue.h (DEFINE_QUEUE_P): Likewise.
2868         * compile/compile-object-load.c (munmap_list_add): Likewise.
2869         (compile_object_load): Likewise.
2870         * compile/compile-object-run.c (compile_object_run): Likewise.
2871         * compile/compile.c (append_args): Likewise.
2872         * corefile.c (specify_exec_file_hook): Likewise.
2873         * cp-support.c (make_symbol_overload_list): Likewise.
2874         * cris-tdep.c (push_stack_item): Likewise.
2875         (cris_gdbarch_init): Likewise.
2876         * ctf.c (ctf_trace_file_writer_new): Likewise.
2877         * dbxread.c (init_header_files): Likewise.
2878         (add_new_header_file): Likewise.
2879         (init_bincl_list): Likewise.
2880         (dbx_end_psymtab): Likewise.
2881         (start_psymtab): Likewise.
2882         (dbx_end_psymtab): Likewise.
2883         * dcache.c (dcache_init): Likewise.
2884         * dictionary.c (dict_create_hashed): Likewise.
2885         (dict_create_hashed_expandable): Likewise.
2886         (dict_create_linear): Likewise.
2887         (dict_create_linear_expandable): Likewise.
2888         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
2889         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
2890         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
2891         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2892         (decode_frame_entry_1): Likewise.
2893         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
2894         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2895         * dwarf2read.c (dwarf2_has_info): Likewise.
2896         (create_signatured_type_table_from_index): Likewise.
2897         (dwarf2_read_index): Likewise.
2898         (dw2_get_file_names_reader): Likewise.
2899         (create_all_type_units): Likewise.
2900         (read_cutu_die_from_dwo): Likewise.
2901         (init_tu_and_read_dwo_dies): Likewise.
2902         (init_cutu_and_read_dies): Likewise.
2903         (create_all_comp_units): Likewise.
2904         (queue_comp_unit): Likewise.
2905         (inherit_abstract_dies): Likewise.
2906         (read_call_site_scope): Likewise.
2907         (dwarf2_add_field): Likewise.
2908         (dwarf2_add_typedef): Likewise.
2909         (dwarf2_add_member_fn): Likewise.
2910         (attr_to_dynamic_prop): Likewise.
2911         (abbrev_table_alloc_abbrev): Likewise.
2912         (abbrev_table_read_table): Likewise.
2913         (add_include_dir): Likewise.
2914         (add_file_name): Likewise.
2915         (dwarf_decode_line_header): Likewise.
2916         (dwarf2_const_value_attr): Likewise.
2917         (dwarf_alloc_block): Likewise.
2918         (parse_macro_definition): Likewise.
2919         (set_die_type): Likewise.
2920         (write_psymtabs_to_index): Likewise.
2921         (create_cus_from_index): Likewise.
2922         (dwarf2_create_include_psymtab): Likewise.
2923         (process_psymtab_comp_unit_reader): Likewise.
2924         (build_type_psymtab_dependencies): Likewise.
2925         (read_comp_units_from_section): Likewise.
2926         (compute_compunit_symtab_includes): Likewise.
2927         (create_dwo_unit_in_dwp_v1): Likewise.
2928         (create_dwo_unit_in_dwp_v2): Likewise.
2929         (read_func_scope): Likewise.
2930         (process_structure_scope): Likewise.
2931         (mark_common_block_symbol_computed): Likewise.
2932         (load_partial_dies): Likewise.
2933         (dwarf2_symbol_mark_computed): Likewise.
2934         * elfread.c (elf_symfile_segments): Likewise.
2935         (elf_read_minimal_symbols): Likewise.
2936         * environ.c (make_environ): Likewise.
2937         * eval.c (evaluate_subexp_standard): Likewise.
2938         * event-loop.c (create_file_handler): Likewise.
2939         (create_async_signal_handler): Likewise.
2940         (create_async_event_handler): Likewise.
2941         (create_timer): Likewise.
2942         * exec.c (build_section_table): Likewise.
2943         * fbsd-nat.c (fbsd_remember_child): Likewise.
2944         * fork-child.c (fork_inferior): Likewise.
2945         * frv-tdep.c (new_variant): Likewise.
2946         * gdbarch.sh (gdbarch_alloc): Likewise.
2947         (append_name): Likewise.
2948         * gdbtypes.c (rank_function): Likewise.
2949         (copy_type_recursive): Likewise.
2950         (add_dyn_prop): Likewise.
2951         * gnu-nat.c (make_proc): Likewise.
2952         (make_inf): Likewise.
2953         (gnu_write_inferior): Likewise.
2954         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
2955         (build_std_type_info_type): Likewise.
2956         * guile/scm-param.c (compute_enum_list): Likewise.
2957         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
2958         * guile/scm-value.c (gdbscm_value_call): Likewise.
2959         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2960         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
2961         (read_unwind_info): Likewise.
2962         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2963         * infcall.c (dummy_frame_context_saver_setup): Likewise.
2964         (call_function_by_hand_dummy): Likewise.
2965         * infcmd.c (step_once): Likewise.
2966         (finish_forward): Likewise.
2967         (attach_command): Likewise.
2968         (notice_new_inferior): Likewise.
2969         * inferior.c (add_inferior_silent): Likewise.
2970         * infrun.c (add_displaced_stepping_state): Likewise.
2971         (save_infcall_control_state): Likewise.
2972         (save_inferior_ptid): Likewise.
2973         (_initialize_infrun): Likewise.
2974         * jit.c (bfd_open_from_target_memory): Likewise.
2975         (jit_gdbarch_data_init): Likewise.
2976         * language.c (add_language): Likewise.
2977         * linespec.c (decode_line_2): Likewise.
2978         * linux-nat.c (add_to_pid_list): Likewise.
2979         (add_initial_lwp): Likewise.
2980         * linux-thread-db.c (add_thread_db_info): Likewise.
2981         (record_thread): Likewise.
2982         (info_auto_load_libthread_db): Likewise.
2983         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
2984         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2985         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2986         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
2987         * macrocmd.c (macro_define_command): Likewise.
2988         * macroexp.c (gather_arguments): Likewise.
2989         * macroscope.c (sal_macro_scope): Likewise.
2990         * macrotab.c (new_macro_table): Likewise.
2991         * mdebugread.c (push_parse_stack): Likewise.
2992         (parse_partial_symbols): Likewise.
2993         (parse_symbol): Likewise.
2994         (psymtab_to_symtab_1): Likewise.
2995         (new_block): Likewise.
2996         (new_psymtab): Likewise.
2997         (mdebug_build_psymtabs): Likewise.
2998         (add_pending): Likewise.
2999         (elfmdebug_build_psymtabs): Likewise.
3000         * mep-tdep.c (mep_gdbarch_init): Likewise.
3001         * mi/mi-main.c (mi_execute_command): Likewise.
3002         * mi/mi-parse.c (mi_parse_argv): Likewise.
3003         * minidebug.c (lzma_open): Likewise.
3004         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3005         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3006         * mips-tdep.c (mips_gdbarch_init): Likewise.
3007         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3008         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3009         * mt-tdep.c (mt_registers_info): Likewise.
3010         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3011         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3012         (linux_enable_pt): Likewise.
3013         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3014         (linux_xfer_osdata_processgroups): Likewise.
3015         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3016         * nto-procfs.c (procfs_meminfo): Likewise.
3017         * objc-lang.c (start_msglist): Likewise.
3018         (selectors_info): Likewise.
3019         (classes_info): Likewise.
3020         (find_methods): Likewise.
3021         * objfiles.c (allocate_objfile): Likewise.
3022         (update_section_map): Likewise.
3023         * osabi.c (gdbarch_register_osabi): Likewise.
3024         (gdbarch_register_osabi_sniffer): Likewise.
3025         * parse.c (start_arglist): Likewise.
3026         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3027         (hwdebug_insert_point): Likewise.
3028         * printcmd.c (display_command): Likewise.
3029         (ui_printf): Likewise.
3030         * procfs.c (create_procinfo): Likewise.
3031         (load_syscalls): Likewise.
3032         (proc_get_LDT_entry): Likewise.
3033         (proc_update_threads): Likewise.
3034         * prologue-value.c (make_pv_area): Likewise.
3035         (pv_area_store): Likewise.
3036         * psymtab.c (extend_psymbol_list): Likewise.
3037         (init_psymbol_list): Likewise.
3038         (allocate_psymtab): Likewise.
3039         * python/py-inferior.c (add_thread_object): Likewise.
3040         * python/py-param.c (compute_enum_values): Likewise.
3041         * python/py-value.c (valpy_call): Likewise.
3042         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3043         * python/python.c (ensure_python_env): Likewise.
3044         * record-btrace.c (record_btrace_start_replaying): Likewise.
3045         * record-full.c (record_full_reg_alloc): Likewise.
3046         (record_full_mem_alloc): Likewise.
3047         (record_full_end_alloc): Likewise.
3048         (record_full_core_xfer_partial): Likewise.
3049         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3050         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3051         * remote-notif.c (remote_notif_state_allocate): Likewise.
3052         * remote.c (demand_private_info): Likewise.
3053         (remote_notif_stop_alloc_reply): Likewise.
3054         (remote_enable_btrace): Likewise.
3055         * reverse.c (save_bookmark_command): Likewise.
3056         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3057         * rx-tdep.c (rx_gdbarch_init): Likewise.
3058         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3059         * ser-go32.c (dos_get_tty_state): Likewise.
3060         (dos_copy_tty_state): Likewise.
3061         * ser-mingw.c (ser_windows_open): Likewise.
3062         (ser_console_wait_handle): Likewise.
3063         (ser_console_get_tty_state): Likewise.
3064         (make_pipe_state): Likewise.
3065         (net_windows_open): Likewise.
3066         * ser-unix.c (hardwire_get_tty_state): Likewise.
3067         (hardwire_copy_tty_state): Likewise.
3068         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3069         * solib-dsbt.c (dsbt_current_sos): Likewise.
3070         (dsbt_relocate_main_executable): Likewise.
3071         * solib-frv.c (frv_current_sos): Likewise.
3072         (frv_relocate_main_executable): Likewise.
3073         * solib-spu.c (spu_bfd_fopen): Likewise.
3074         * solib-svr4.c (lm_info_read): Likewise.
3075         (svr4_copy_library_list): Likewise.
3076         (svr4_default_sos): Likewise.
3077         * source.c (find_source_lines): Likewise.
3078         (line_info): Likewise.
3079         (add_substitute_path_rule): Likewise.
3080         * spu-linux-nat.c (spu_bfd_open): Likewise.
3081         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3082         * stabsread.c (dbx_lookup_type): Likewise.
3083         (read_type): Likewise.
3084         (read_member_functions): Likewise.
3085         (read_struct_fields): Likewise.
3086         (read_baseclasses): Likewise.
3087         (read_args): Likewise.
3088         (_initialize_stabsread): Likewise.
3089         * stack.c (func_command): Likewise.
3090         * stap-probe.c (handle_stap_probe): Likewise.
3091         * symfile.c (addrs_section_sort): Likewise.
3092         (addr_info_make_relative): Likewise.
3093         (load_section_callback): Likewise.
3094         (add_symbol_file_command): Likewise.
3095         (init_filename_language_table): Likewise.
3096         * symtab.c (create_filename_seen_cache): Likewise.
3097         (sort_search_symbols_remove_dups): Likewise.
3098         (search_symbols): Likewise.
3099         * target.c (make_cleanup_restore_target_terminal): Likewise.
3100         * thread.c (new_thread): Likewise.
3101         (enable_thread_stack_temporaries): Likewise.
3102         (make_cleanup_restore_current_thread): Likewise.
3103         (thread_apply_all_command): Likewise.
3104         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3105         * top.c (gdb_readline_wrapper): Likewise.
3106         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3107         * tracepoint.c (trace_find_line_command): Likewise.
3108         (all_tracepoint_actions_and_cleanup): Likewise.
3109         (make_cleanup_restore_current_traceframe): Likewise.
3110         (get_uploaded_tp): Likewise.
3111         (get_uploaded_tsv): Likewise.
3112         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3113         (tui_alloc_win_info): Likewise.
3114         (tui_alloc_content): Likewise.
3115         (tui_add_content_elements): Likewise.
3116         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3117         (tui_set_disassem_content): Likewise.
3118         * ui-file.c (ui_file_new): Likewise.
3119         (stdio_file_new): Likewise.
3120         (tee_file_new): Likewise.
3121         * utils.c (make_cleanup_restore_integer): Likewise.
3122         (add_internal_problem_command): Likewise.
3123         * v850-tdep.c (v850_gdbarch_init): Likewise.
3124         * valops.c (find_oload_champ): Likewise.
3125         * value.c (allocate_value_lazy): Likewise.
3126         (record_latest_value): Likewise.
3127         (create_internalvar): Likewise.
3128         * varobj.c (install_variable): Likewise.
3129         (new_variable): Likewise.
3130         (new_root_variable): Likewise.
3131         (cppush): Likewise.
3132         (_initialize_varobj): Likewise.
3133         * windows-nat.c (windows_make_so): Likewise.
3134         * x86-nat.c (x86_add_process): Likewise.
3135         * xcoffread.c (arrange_linetable): Likewise.
3136         (allocate_include_entry): Likewise.
3137         (process_linenos): Likewise.
3138         (SYMBOL_DUP): Likewise.
3139         (xcoff_start_psymtab): Likewise.
3140         (xcoff_end_psymtab): Likewise.
3141         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3142         * xtensa-tdep.c (xtensa_register_type): Likewise.
3143         * gdbarch.c: Regenerate.
3144         * gdbarch.h: Regenerate.
3145
3146 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3147
3148         * infrun.c (follow_exec): Re-order operations for
3149         handling follow-exec-mode "new".
3150         (handle_inferior_event_1): Assign ecs->event_thread
3151         to the current thread.
3152         * remote.c (get_remote_arch_state): Add an assertion.
3153
3154 2015-08-26  Pedro Alves  <palves@redhat.com>
3155
3156         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3157
3158 2015-08-25  Pedro Alves  <palves@redhat.com>
3159
3160         PR gdb/18804
3161         * defs.h (maybe_quit): Declare.
3162         (QUIT): Now calls maybe_quit.
3163         * event-loop.c (clear_async_signal_handler)
3164         (async_signal_handler_is_marked): New functions.
3165         * event-loop.h (async_signal_handler_is_marked)
3166         (clear_async_signal_handler): New declarations.
3167         * remote.c (remote_check_pending_interrupt): New function.
3168         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3169         longer check whether the target is async.  If waiting for a stop
3170         reply, and a Ctrl-C as been sent to the target, offer to
3171         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3172         Otherwise do not disconnect and throw a quit.
3173         (_initialize_remote): Install remote_check_pending_interrupt as
3174         to_check_pending_interrupt.
3175         * target.c (target_check_pending_interrupt): New function.
3176         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3177         field.
3178         (target_check_pending_interrupt): New declaration.
3179         * utils.c (maybe_quit): New function.
3180         * target-delegates.c: Regenerate.
3181
3182 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3183
3184         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3185         Rename local variable pid to tid, and get lwpid of lwp.  Update
3186         debug output.
3187
3188 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3189
3190         * ada-lang.c (ada_read_var_value): Add a var_block argument
3191         and pass it to default_read_var_value.
3192         * block.c (block_static_link): New accessor.
3193         * block.h (block_static_link): Declare it.
3194         * buildsym.c (finish_block_internal): Add a static_link
3195         argument.  If there is a static link, associate it to the new
3196         block.
3197         (finish_block): Add a static link argument and pass it to
3198         finish_block_internal.
3199         (end_symtab_get_static_block): Update calls to finish_block and
3200         to finish_block_internal.
3201         (end_symtab_with_blockvector): Update call to
3202         finish_block_internal.
3203         * buildsym.h: Forward-declare struct dynamic_prop.
3204         (struct context_stack): Add a static_link field.
3205         (finish_block): Add a static link argument.
3206         * c-exp.y: Remove an obsolete comment (evaluation of variables
3207         already start from the selected frame, and now they climb *up*
3208         the call stack) and propagate the block information to the
3209         produced expression.
3210         * d-exp.y: Likewise.
3211         * f-exp.y: Likewise.
3212         * go-exp.y: Likewise.
3213         * jv-exp.y: Likewise.
3214         * m2-exp.y: Likewise.
3215         * p-exp.y: Likewise.
3216         * coffread.c (coff_symtab_read): Update calls to finish_block.
3217         * dbxread.c (process_one_symbol): Likewise.
3218         * xcoffread.c (read_xcoff_symtab): Likewise.
3219         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3220         "sym" parameter to struct block_symbol, update its uses and pass
3221         its block to calls to read_var_value.
3222         (convert_symbol_sym): Update the calls to convert_one_symbol.
3223         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3224         call to read_var_value.
3225         * dwarf2loc.c (block_op_get_frame_base): New.
3226         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3227         get_frame_base method.
3228         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3229         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3230         instead of the selected frame in order to evaluate the
3231         expression.
3232         (dwarf2_evaluate_property): Add a frame argument.  Update call
3233         to dwarf2_locexpr_baton_eval to provide a frame in available and
3234         to handle the absence of address stack.
3235         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3236         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3237         declaration.
3238         (read_func_scope): Record any available static link description.
3239         Update call to finish_block.
3240         (read_lexical_block_scope): Update call to finish_block.
3241         * findvar.c (follow_static_link): New.
3242         (get_hosting_frame): New.
3243         (default_read_var_value): Add a var_block argument.  Use
3244         get_hosting_frame to handle non-local references.
3245         (read_var_value): Add a var_block argument and pass it to the
3246         LA_READ_VAR_VALUE method.
3247         * gdbtypes.c (resolve_dynamic_range): Update calls to
3248         dwarf2_evaluate_property.
3249         (resolve_dynamic_type_internal): Likewise.
3250         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3251         read_var_value, passing it the block coming from symbol lookup.
3252         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3253         read_var_value (TODO).
3254         * infcmd.c (finish_command_continuation): Update call to
3255         read_var_value, passing it the block coming from symbol lookup.
3256         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3257         * language.h (struct language_defn): Add a var_block argument to
3258         the LA_READ_VAR_VALUE method.
3259         * objfiles.c (struct static_link_htab_entry): New.
3260         (static_link_htab_entry_hash): New.
3261         (static_link_htab_entry_eq): New.
3262         (objfile_register_static_link): New.
3263         (objfile_lookup_static_link): New.
3264         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3265         * objfiles.h: Include hashtab.h.
3266         (struct objfile): Add a static_links field.
3267         (objfile_register_static_link): New.
3268         (objfile_lookup_static_link): New.
3269         * printcmd.c (print_variable_and_value): Update call to
3270         read_var_value.
3271         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3272         * python/py-frame.c (frapy_read_var): Update call to
3273         read_var_value, passing it the block coming from symbol lookup.
3274         * python/py-framefilter.c (extract_sym): Add a sym_block
3275         parameter and set the pointed value to NULL (TODO).
3276         (enumerate_args): Update call to extract_sym.
3277         (enumerate_locals): Update calls to extract_sym and to
3278         read_var_value.
3279         * python/py-symbol.c (sympy_value): Update call to
3280         read_var_value (TODO).
3281         * stack.c (read_frame_local): Update call to read_var_value.
3282         (read_frame_arg): Likewise.
3283         (return_command): Likewise.
3284         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3285         method.
3286         (struct symbol): Add a block field.
3287         (SYMBOL_BLOCK): New accessor.
3288         * valops.c (value_of_variable): Remove frame/block handling and
3289         pass the block argument to read_var_value, which does this job
3290         now.
3291         (value_struct_elt_for_reference): Update calls to
3292         read_var_value.
3293         (value_of_this): Pass the block found to read_var_value.
3294         * value.h (read_var_value): Add a var_block argument.
3295         (default_read_var_value): Likewise.
3296
3297 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3298
3299         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3300         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3301         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3302
3303 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3304
3305         * Makefile.in (aarch64-liunx.o): New rule.
3306         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3307         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3308         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3309         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3310         extern.
3311         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3312         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3313         * nat/aarch64-linux.c: New file.
3314         * nat/aarch64-linux.h: New file.
3315
3316 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3317
3318         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3319         lwp_arch_private_info and ptid_of_lwp.
3320
3321 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3322
3323         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3324         Move it to nat/aarch64-linux-hw-point.c.
3325         (debug_reg_change_callback): Likewise.
3326         (aarch64_notify_debug_reg_change): :Likewise.
3327         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3328         (aarch64_dr_update_callback_param): New.
3329         (debug_reg_change_callback): New function.
3330         (aarch64_notify_debug_reg_change): Likewise.
3331         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3332         Remove the declaration.
3333
3334 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3335
3336         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3337         Call current_lwp_ptid.
3338
3339 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3340
3341         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3342         debug_printf.
3343
3344 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3345
3346         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3347         ptid_get_pid rather than ptid_get_lwp.
3348
3349 2015-08-24  Pedro Alves  <palves@redhat.com>
3350
3351         * NEWS (New commands): Mention set/show remote
3352         multiprocess-extensions-packet.
3353         * remote.c (remote_query_supported): Only tell the server to use
3354         the multiprocess extensions if the user hasn't force-disabled them
3355         with "set remote multiprocess-extensions-packet off".
3356
3357 2015-08-24  Pedro Alves  <palves@redhat.com>
3358
3359         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3360         1029a8112290f6eee9d7878a391c49db42c999bd.
3361         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3362         Regenerate.
3363         * gnulib/import/Makefile.am: Update.
3364         * gnulib/import/Makefile.in: Update.
3365         * gnulib/import/alloca.in.h: Update.
3366         * gnulib/import/basename-lgpl.c: Update.
3367         * gnulib/import/canonicalize-lgpl.c: Update.
3368         * gnulib/import/config.charset: Update.
3369         * gnulib/import/dirent.in.h: Update.
3370         * gnulib/import/dirfd.c: Update.
3371         * gnulib/import/dirname-lgpl.c: Update.
3372         * gnulib/import/dirname.h: Update.
3373         * gnulib/import/dosname.h: Update.
3374         * gnulib/import/errno.in.h: Update.
3375         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3376         * gnulib/import/extra/snippet/c++defs.h: Update.
3377         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3378         * gnulib/import/extra/update-copyright: Update.
3379         * gnulib/import/float+.h: Update.
3380         * gnulib/import/float.c: Update.
3381         * gnulib/import/float.in.h: Update.
3382         * gnulib/import/fnmatch.c: Update.
3383         * gnulib/import/fnmatch.in.h: Update.
3384         * gnulib/import/fnmatch_loop.c: Update.
3385         * gnulib/import/fpucw.h: Update.
3386         * gnulib/import/frexp.c: Update.
3387         * gnulib/import/frexpl.c: Update.
3388         * gnulib/import/gettimeofday.c: Update.
3389         * gnulib/import/inttypes.in.h: Update.
3390         * gnulib/import/isnan.c: Update.
3391         * gnulib/import/isnand-nolibm.h: Update.
3392         * gnulib/import/isnand.c: Update.
3393         * gnulib/import/isnanl-nolibm.h: Update.
3394         * gnulib/import/isnanl.c: Update.
3395         * gnulib/import/itold.c: Update.
3396         * gnulib/import/localcharset.c: Update.
3397         * gnulib/import/localcharset.h: Update.
3398         * gnulib/import/lstat.c: Update.
3399         * gnulib/import/m4/00gnulib.m4: Update.
3400         * gnulib/import/m4/absolute-header.m4: Update.
3401         * gnulib/import/m4/alloca.m4: Update.
3402         * gnulib/import/m4/canonicalize.m4: Update.
3403         * gnulib/import/m4/codeset.m4: Update.
3404         * gnulib/import/m4/configmake.m4: Update.
3405         * gnulib/import/m4/dirent_h.m4: Update.
3406         * gnulib/import/m4/dirfd.m4: Update.
3407         * gnulib/import/m4/dirname.m4: Update.
3408         * gnulib/import/m4/double-slash-root.m4: Update.
3409         * gnulib/import/m4/eealloc.m4: Update.
3410         * gnulib/import/m4/errno_h.m4: Update.
3411         * gnulib/import/m4/exponentd.m4: Update.
3412         * gnulib/import/m4/exponentl.m4: Update.
3413         * gnulib/import/m4/extensions.m4: Update.
3414         * gnulib/import/m4/extern-inline.m4: Update.
3415         * gnulib/import/m4/fcntl-o.m4: Update.
3416         * gnulib/import/m4/float_h.m4: Update.
3417         * gnulib/import/m4/fnmatch.m4: Update.
3418         * gnulib/import/m4/fpieee.m4: Update.
3419         * gnulib/import/m4/frexp.m4: Update.
3420         * gnulib/import/m4/frexpl.m4: Update.
3421         * gnulib/import/m4/gettimeofday.m4: Update.
3422         * gnulib/import/m4/glibc21.m4: Update.
3423         * gnulib/import/m4/gnulib-cache.m4: Update.
3424         * gnulib/import/m4/gnulib-common.m4: Update.
3425         * gnulib/import/m4/gnulib-comp.m4: Update.
3426         * gnulib/import/m4/gnulib-tool.m4: Update.
3427         * gnulib/import/m4/include_next.m4: Update.
3428         * gnulib/import/m4/inttypes-pri.m4: Update.
3429         * gnulib/import/m4/inttypes.m4: Update.
3430         * gnulib/import/m4/isnand.m4: Update.
3431         * gnulib/import/m4/isnanl.m4: Update.
3432         * gnulib/import/m4/largefile.m4: Update.
3433         * gnulib/import/m4/localcharset.m4: Update.
3434         * gnulib/import/m4/locale-fr.m4: Update.
3435         * gnulib/import/m4/locale-ja.m4: Update.
3436         * gnulib/import/m4/locale-zh.m4: Update.
3437         * gnulib/import/m4/longlong.m4: Update.
3438         * gnulib/import/m4/lstat.m4: Update.
3439         * gnulib/import/m4/malloc.m4: Update.
3440         * gnulib/import/m4/malloca.m4: Update.
3441         * gnulib/import/m4/math_h.m4: Update.
3442         * gnulib/import/m4/mbrtowc.m4: Update.
3443         * gnulib/import/m4/mbsinit.m4: Update.
3444         * gnulib/import/m4/mbsrtowcs.m4: Update.
3445         * gnulib/import/m4/mbstate_t.m4: Update.
3446         * gnulib/import/m4/memchr.m4: Update.
3447         * gnulib/import/m4/memmem.m4: Update.
3448         * gnulib/import/m4/mmap-anon.m4: Update.
3449         * gnulib/import/m4/multiarch.m4: Update.
3450         * gnulib/import/m4/nocrash.m4: Update.
3451         * gnulib/import/m4/off_t.m4: Update.
3452         * gnulib/import/m4/pathmax.m4: Update.
3453         * gnulib/import/m4/readlink.m4: Update.
3454         * gnulib/import/m4/rename.m4: Update.
3455         * gnulib/import/m4/rmdir.m4: Update.
3456         * gnulib/import/m4/ssize_t.m4: Update.
3457         * gnulib/import/m4/stat.m4: Update.
3458         * gnulib/import/m4/stdbool.m4: Update.
3459         * gnulib/import/m4/stddef_h.m4: Update.
3460         * gnulib/import/m4/stdint.m4: Update.
3461         * gnulib/import/m4/stdio_h.m4: Update.
3462         * gnulib/import/m4/stdlib_h.m4: Update.
3463         * gnulib/import/m4/string_h.m4: Update.
3464         * gnulib/import/m4/strstr.m4: Update.
3465         * gnulib/import/m4/strtok_r.m4: Update.
3466         * gnulib/import/m4/sys_socket_h.m4: Update.
3467         * gnulib/import/m4/sys_stat_h.m4: Update.
3468         * gnulib/import/m4/sys_time_h.m4: Update.
3469         * gnulib/import/m4/sys_types_h.m4: Update.
3470         * gnulib/import/m4/time_h.m4: Update.
3471         * gnulib/import/m4/unistd_h.m4: Update.
3472         * gnulib/import/m4/warn-on-use.m4: Update.
3473         * gnulib/import/m4/wchar_h.m4: Update.
3474         * gnulib/import/m4/wchar_t.m4: Update.
3475         * gnulib/import/m4/wctype_h.m4: Update.
3476         * gnulib/import/m4/wint_t.m4: Update.
3477         * gnulib/import/malloc.c: Update.
3478         * gnulib/import/malloca.c: Update.
3479         * gnulib/import/malloca.h: Update.
3480         * gnulib/import/math.in.h: Update.
3481         * gnulib/import/mbrtowc.c: Update.
3482         * gnulib/import/mbsinit.c: Update.
3483         * gnulib/import/mbsrtowcs-impl.h: Update.
3484         * gnulib/import/mbsrtowcs-state.c: Update.
3485         * gnulib/import/mbsrtowcs.c: Update.
3486         * gnulib/import/memchr.c: Update.
3487         * gnulib/import/memmem.c: Update.
3488         * gnulib/import/pathmax.h: Update.
3489         * gnulib/import/readlink.c: Update.
3490         * gnulib/import/ref-add.sin: Update.
3491         * gnulib/import/ref-del.sin: Update.
3492         * gnulib/import/rename.c: Update.
3493         * gnulib/import/rmdir.c: Update.
3494         * gnulib/import/same-inode.h: Update.
3495         * gnulib/import/stat.c: Update.
3496         * gnulib/import/stdbool.in.h: Update.
3497         * gnulib/import/stddef.in.h: Update.
3498         * gnulib/import/stdint.in.h: Update.
3499         * gnulib/import/stdio.c: Update.
3500         * gnulib/import/stdio.in.h: Update.
3501         * gnulib/import/stdlib.in.h: Update.
3502         * gnulib/import/str-two-way.h: Update.
3503         * gnulib/import/streq.h: Update.
3504         * gnulib/import/string.in.h: Update.
3505         * gnulib/import/stripslash.c: Update.
3506         * gnulib/import/strnlen1.c: Update.
3507         * gnulib/import/strnlen1.h: Update.
3508         * gnulib/import/strstr.c: Update.
3509         * gnulib/import/strtok_r.c: Update.
3510         * gnulib/import/sys_stat.in.h: Update.
3511         * gnulib/import/sys_time.in.h: Update.
3512         * gnulib/import/sys_types.in.h: Update.
3513         * gnulib/import/time.in.h: Update.
3514         * gnulib/import/unistd.in.h: Update.
3515         * gnulib/import/verify.h: Update.
3516         * gnulib/import/wchar.in.h: Update.
3517         * gnulib/import/wctype.in.h: Update.
3518         * gnulib/import/gettimeofday.c: New file.
3519         * gnulib/import/m4/absolute-header.m4: New file.
3520         * gnulib/import/m4/gettimeofday.m4: New file.
3521         * gnulib/import/m4/sys_socket_h.m4: New file.
3522         * gnulib/import/m4/sys_time_h.m4: New file.
3523         * gnulib/import/stdio.c: Delete file.
3524         * gnulib/import/sys_time.in.h: New file.
3525
3526 2015-08-24  Pedro Alves  <palves@redhat.com>
3527
3528         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3529         * common/gdb_sys_time.h: New file.
3530         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3531         * gdb_select.h: Likewise.
3532         * gdb_usleep.c: Likewise.
3533         * maint.c: Likewise.
3534         * mi/mi-main.c: Likewise.
3535         * mi/mi-parse.h: Likewise.
3536         * remote-fileio.c: Likewise.
3537         * remote-m32r-sdi.c: Likewise.
3538         * remote.c: Likewise.
3539         * ser-base.c: Likewise.
3540         * ser-pipe.c: Likewise.
3541         * ser-tcp.c: Likewise.
3542         * ser-unix.c: Likewise.
3543         * symfile.c: Likewise.
3544         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
3545         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3546         * utils.c: Likewise.
3547
3548 2015-08-24  Pedro Alves  <palves@redhat.com>
3549
3550         * NEWS: Mention removed support for the various ROM monitors.
3551         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3552         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3553         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3554         gdb_target_obs.
3555         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3556         gdb_target_obs.
3557         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3558         dsrec.o from gdb_target_obs.
3559         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3560         from gdb_target_obs.
3561         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3562         gdb_target_obs.
3563         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3564         dink32-rom.o from gdb_target_obs.
3565         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3566         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3567         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3568         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3569
3570 2015-08-21  Pedro Alves  <palves@redhat.com>
3571
3572         * frame.c (null_frame_id): Explicitly zero-initialize.
3573
3574 2015-08-21  Tom Tromey  <tromey@redhat.com>
3575
3576         * dwarf2read.c (struct dwarf2_section_info): Rename field
3577         'asection' to 'section'.
3578         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3579         (dwarf2_locate_sections, dwarf2_locate_sections)
3580         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3581         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3582         (dwarf2_locate_v2_dwp_sections): Adjust.
3583
3584 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3585
3586         * top.h (gdb_in_secondary_prompt_p): Declare.
3587         * top.c (gdb_secondary_prompt_depth): Define.
3588         (gdb_in_secondary_prompt_p): Define.
3589         (gdb_readline_wrapper_cleanup): Decrement
3590         gdb_secondary_prompt_depth.
3591         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3592         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3593         are in a secondary prompt.
3594
3595 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3596
3597         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3598         emit the newline.
3599
3600 2015-08-21  Gary Benson  <gbenson@redhat.com>
3601
3602         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3603
3604 2015-08-21  Gary Benson  <gbenson@redhat.com>
3605
3606         * target.h (struct target_ops) <to_fileio_open>: New argument
3607         warn_if_slow.  Update comment.  All implementations updated.
3608         (target_fileio_open_warn_if_slow): New declaration.
3609         * target.c (target_fileio_open): Renamed as...
3610         (target_fileio_open_1): ...this.  New argument warn_if_slow.
3611         Pass warn_if_slow to implementation.  Update debug printing.
3612         (target_fileio_open): New function.
3613         (target_fileio_open_warn_if_slow): Likewise.
3614         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3615         target_fileio_open_warn_if_slow.
3616
3617 2015-08-21  Gary Benson  <gbenson@redhat.com>
3618
3619         * nat/linux-namespaces.c (linux_mntns_access_fs):
3620         Do not overwrite old_chain.
3621
3622 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
3623
3624         * arch/xtensa.h: New file.
3625         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3626         (ps_get_thread_area): New function.
3627         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3628         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3629         * xtensa-tdep.c (osabi.h): New #include.
3630         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3631         xtensa-specific hooks.
3632         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3633         member and move the structure to arch/xtensa.h.
3634
3635 2015-08-21  Pedro Alves  <palves@redhat.com>
3636
3637         * remote.c (struct readahead_cache): New.
3638         (struct remote_state) <readahead_cache>: New field.
3639         (remote_open_1): Invalidate the cache.
3640         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3641         functions.
3642         (remote_hostio_pwrite): Invalidate the readahead cache.
3643         (remote_hostio_pread): Rename to ...
3644         (remote_hostio_pread_vFile): ... this.
3645         (remote_hostio_pread_from_cache): New function.
3646         (remote_hostio_pread): Reimplement.
3647         (remote_hostio_close): Invalidate the readahead cache.
3648
3649 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
3650
3651         PR build/18843
3652         * procfs.c: Include "filestuff.h".
3653
3654 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3655
3656         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3657         curch.
3658         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3659         cur_line or curch, instead call wmove().
3660         (init_win_info) [CMD_WIN]: Likewise.
3661         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3662         instead call getcury().
3663         (tui_redisplay_readline): Don't set cur_line or curch.
3664         (tui_mld_erase_entire_line): Don't read cur_line, instead call
3665         getcury().
3666         (tui_cont_sig): Remove call to wmove.
3667         (tui_getc): Don't read cur_line or curch, instead call getcury()
3668         or getyx().  Don't set curch.
3669         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3670         set cur_line or curch.  Always move cursor to (0,0).
3671
3672 2015-08-20  Pedro Alves  <palves@redhat.com>
3673
3674         * infrun.c (print_target_wait_results): Make extern.
3675         * infrun.h (print_target_wait_results): Declare.
3676         * remote.c (set_stop_requested_callback): Delete.
3677         (process_initial_stop_replies): New function.
3678         (remote_start_remote): Use it.
3679         (stop_reply_queue_length): New function.
3680
3681 2015-08-20  Pedro Alves  <palves@redhat.com>
3682
3683         * dwarf2read.c (process_full_comp_unit): To tell whether
3684         start_subfile managed to deduce a language, test for
3685         language_unknown instead of language_c.
3686
3687 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
3688
3689         * ada-lex.l: Reset the start condition to INITIAL in the rule that
3690         matches attributes.
3691
3692 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
3693
3694         * dwarf2read.c (dwarf2_string_attr): New function.
3695         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3696         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3697         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3698         (anonymous_struct_prefix, prepare_one_comp_unit): Use
3699         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3700
3701 2015-08-18  Doug Evans  <dje@google.com>
3702             Adrian Sendroiu <adrian.sendroiu@freescale.com>
3703
3704         PR mi/18833
3705         * cli/cli-logging.c (pop_output_files): Don't restore redirection
3706         if MI-like.
3707         * mi/mi-out.c: #include "vec.h".
3708         (ui_filep): New type.
3709         (DEV_VEC_P (ui_filep)): New type.
3710         (struct ui_out_data) <buffer, original_buffer>: Delete.
3711         (struct ui_out_data) <streams>: New member.
3712         (mi_ui_out_impl): Add data_destroy field.
3713         (mi_field_string, mi_field_fmt): Update.
3714         (mi_flush, mi_redirect, field_separator): Update.
3715         (mi_open, mi_close): Update.
3716         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
3717         (mi_out_data_ctor, mi_out_data_dtor): New functions.
3718         (mi_out_new): Call mi_out_data_ctor.
3719
3720 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
3721
3722         * remote.c (strprefix): New.
3723         (remote_parse_stop_reply): Use strprefix instead of strncmp
3724         to ensure exact match of keyword.
3725
3726 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
3727
3728         * gdb_bfd.c (debug_bfd_cache): New variable.
3729         (show_bfd_cache_debug): New function.
3730         (gdb_bfd_open): Add debug logging.
3731         (gdb_bfd_ref): Likewise.
3732         (gdb_bfd_unref): Likewise.
3733         (_initialize_gdb_bfd): Add new set/show command.
3734         * NEWS: Mention new command.
3735
3736 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
3737
3738         * gdb_bfd.c (bfd_sharing): New variable.
3739         (show_bfd_sharing): New function.
3740         (gdb_bfd_open): Check bfd_sharing variable.
3741         (_initialize_gdb_bfd): Add new set/show command.
3742         * NEWS: Mention new command.
3743
3744 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
3745
3746         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
3747         field.
3748         (struct gdb_bfd_cache_search): Likewise.
3749         (eq_bfd): Compare the size, inode, and device id fields.
3750         (gdb_bfd_open): Initialise the size, inode, and device id fields.
3751         (gdb_bfd_ref): Likewise.
3752         (gdb_bfd_unref): Likewise.
3753
3754 2015-08-18  Pedro Alves  <palves@redhat.com>
3755
3756         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
3757         target implements to_always_non_stop_p, call it.
3758         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
3759         (x86_linux_create_target): Install it as to_always_non_stop_p
3760         method.
3761
3762 2015-08-17  Doug Evans  <dje@google.com>
3763
3764         * ui-out.c (default_ui_out_impl): Add comment.
3765
3766 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
3767
3768         * d-exp.y (type_aggregate_p): New function.
3769         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
3770         (classify_inner_name): Likewise.
3771         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
3772
3773 2015-08-15  Doug Evans  <xdje42@gmail.com>
3774
3775         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
3776         updated.
3777         (add_psymbol_to_list): Ditto.
3778
3779 2015-08-15  Doug Evans  <xdje42@gmail.com>
3780
3781         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
3782         updated.  Call end_psymtab_common.
3783         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
3784         end_psymtab_common.
3785         (build_type_psymtabs_reader): Ditto.
3786         * psympriv.h (sort_pst_symbols): Delete.
3787         (end_psymtab_common): Declare.
3788         * psymtab.c (sort_pst_symbols): Make static.
3789         (end_psymtab_common): New function.
3790         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
3791
3792 2015-08-15  Doug Evans  <xdje42@gmail.com>
3793
3794         * defs.h (LANGUAGE_BITS): Define.
3795         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
3796         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
3797         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
3798         (minimal_symbol_type): Add nr_minsym_types.
3799         (MINSYM_TYPE_BITS): Define.
3800         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
3801         (domain_enum_tag): Add NR_DOMAINS.
3802         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
3803         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
3804
3805 2015-08-15  Doug Evans  <xdje42@gmail.com>
3806
3807         * objfiles.h: Whitespace cleanup.
3808         * psympriv.h: Whitespace cleanup.
3809         * psymtab.c: Whitespace/coding convention cleanup.
3810
3811 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
3812
3813         * inferior.c (detach_inferior_command): Don't call
3814         any_thread_of_process when pid is 0.
3815         (kill_inferior_command): Likewise.
3816
3817 2015-08-14  Doug Evans  <xdje42@gmail.com>
3818
3819         PR gdb/11833
3820         * NEWS: Document new /s modifier for the disassemble command.
3821         * cli/cli-cmds.c (disassemble_command): Add support for /s.
3822         (_initialize_cli_cmds): Update online docs of disassemble command.
3823         * disasm.c: #include "source.h".
3824         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
3825         All uses updated.
3826         (dis_line_entry): New struct.
3827         (hash_dis_line_entry, eq_dis_line_entry): New functions.
3828         (allocate_dis_line_table): New functions.
3829         (maybe_add_dis_line_entry, line_has_code_p): New functions.
3830         (dump_insns): New arg end_pc.  All callers updated.
3831         (do_mixed_source_and_assembly_deprecated): Renamed from
3832         do_mixed_source_and_assembly.  All callers updated.
3833         (do_mixed_source_and_assembly): New function.
3834         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
3835         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
3836         DISASSEMBLY_SOURCE.  All uses updated.
3837         (DISASSEMBLY_SOURCE): New macro.
3838         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
3839
3840 2015-08-14  Keith Seitz  <keiths@redhat.com>
3841
3842         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
3843         `typename' to `type_name' to avoid C++ reserved word.
3844
3845 2015-08-14  Keith Seitz  <keiths@redhat.com>
3846
3847         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
3848         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
3849         silence ARI errors.
3850
3851 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
3852
3853         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
3854         xstrprintf instead of malloc and sprintf.
3855         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
3856         (lex_one_token): Likewise.
3857
3858 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
3859
3860         * solib-svr4.c (read_program_header): Add base_addr argument to
3861         report the runtime address of the segment.
3862         (find_program_interpreter): Update read_program_header call to pass
3863         a NULL pointer for the new argument.
3864         (scan_dyntag): Add ptr_addr argument to report the runtime address
3865         of the tag payload.
3866         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
3867         read_program_header to get the base address of the dynamic segment.
3868         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
3869         read_program_header.
3870         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
3871
3872 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
3873
3874         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
3875
3876 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
3877
3878         * d-exp.y (%union): Add voidval.
3879         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
3880         name in the lexing stage.
3881         (PostfixExpression): Move symbol completion handling in grammar here
3882         from PrimaryExpression.
3883         (PrimaryExpression): Move routines to handle resolving identifier
3884         tokens in the grammar here from push_expression_name.
3885         (IdentifierExp): Remove the handling of alternating '.' and identifier
3886         tokens.
3887         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
3888         (BasicType): Remove C-style typename rules.
3889         (d_type_from_name, d_module_from_name, push_variable)
3890         (push_fieldnames, push_type_name, push_module_name)
3891         (push_expression_name): Remove.
3892         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
3893         (token_and_value): New type.
3894         (token_fifo, popping, name_obstack): New globals.
3895         (classify_name): New function.
3896         (classify_inner_name): Likewise.
3897         (yylex): Likewise.
3898         (d_parse): Initialize token_fifo, popping and name_obstack.
3899
3900 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
3901
3902         * Makefile.in (SFILES): Add d-namespace.c.
3903         (COMMON_OBS): Add d-namespace.o.
3904         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
3905         la_lookup_symbol_nonlocal callback function pointer.
3906         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
3907         (d_lookup_nested_symbol): New declaration.
3908         * d-namespace.c: New file.
3909
3910 2015-08-13  Pedro Alves  <palves@redhat.com>
3911
3912         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
3913         cleanup after the decref cleanup, not before.
3914
3915 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
3916
3917         * ada-lang.c: Include namespace.h
3918         (aux_add_nonlocal_symbols): Fix a function name in comment.
3919         (ada_add_block_renamings): New.
3920         (add_nonlocal_symbols): Add global renamings handling.
3921         (ada_lookup_symbol_list_worker): Move the symbol lookup part
3922         to...
3923         (ada_add_all_symbols): ... this new function.
3924         (ada_add_block_symbols): Try to match the input name against the
3925         "using directives list", perform a recursive symbol lookup on
3926         the matched declarations.
3927         * block.h (struct block): Move the_namespace to top-level as
3928         namespace_info. Remove the language_specific field.
3929         (BLOCK_NAMESPACE): Update access to the namespace_info field.
3930         * buildsym.h (using_directives): Rename into...
3931         (local_using_directives): ... this.
3932         (global_using_directives): New.
3933         (struct context_stack): Rename the using_directives field into
3934         local_using_directives.
3935         * buildsym.c (finish_block_internal): Deal with the proper
3936         using directives repository (local or global).
3937         (prepare_for_building): Reset local_using_directives. Assert
3938         that there is no pending global using directive.
3939         (reset_symtab_globals): Reset global_using_directives and
3940         local_using_directives.
3941         (end_symtab_get_static_block): Don't ignore symtabs that have
3942         only using directives.
3943         (push_context): Update references to local_using_directives.
3944         (buildsym_init): Do not reset using_directives.
3945         * cp-support.c: Include namespace.h.
3946         * cp-support.h (struct using_direct): Move to namespace.h.
3947         (cp_add_using_directives): Move to namespace.h.
3948         * cp-namespace.c: Include namespace.h
3949         (cp_add_using_directive): Move to namespace.c, rename it to
3950         add_using_directive, add a "using_directives" argument and use
3951         it as the pending using directives repository.  All callers
3952         updated.
3953         * dwarf2read.c (using_directives): New.
3954         (read_import_statement): Call using_directives.
3955         (read_func_scope): Update references to local_using_directives.
3956         (read_lexical_block_scope): Likewise.
3957         (read_namespace): Update the heading comment, call
3958         using_directives.
3959         * namespace.h: New file.
3960         * namespace.c: New file.
3961         * Makefile.in (SFILES): Add namespace.c.
3962         (COMMON_OBS): Add namespace.o
3963
3964 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
3965
3966         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
3967         compute RETADDR.
3968
3969 2015-08-12  Keith Seitz  <keiths@redhat.com>
3970
3971         * break-catch-throw.c (re_set_exception_catchpoint) Rename
3972         reserved C++ keyword "explicit" to "explicit_loc".
3973         * breakpoint.c (create_overlay_event_breakpoint)
3974         (create_longjmp_master_breakpoint)
3975         (create_std_terminate_master_breakpoint)
3976         (create_exception_master_breakpoint, update_static_tracepoint):
3977         Rename reserved C++ keyword "explicit" to "explicit_loc".
3978         * completer.c (collect_explicit_location_matches)
3979         (explicit_location_completer): Rename reserved C++ keyword
3980         "explicit" to "explicit_loc".
3981         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
3982         (canonicalize_linespec, create_sals_line_offset)
3983         (convert_linespec_to_sals, convert_explicit_location_to_sals)
3984         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
3985         "explicit" to "explicit_loc".
3986         * location.c (struct event_location) <explicit>: Rename to
3987         "explicit_loc".
3988         (initialize_explicit_location, new_explicit_location)
3989         (explicit_location_to_string_internal, explicit_location_to_linespec):
3990         Rename reserved C++ keyword "explicit" to "explicit_loc".
3991         * location.h (explicit_location_to_string)
3992         (explicit_location_to_linespec, initialize_explicit_location)
3993         (new_explicit_location): Rename reserved C++ keyword "explicit"
3994         to "explicit_loc".
3995         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
3996         keyword "explicit" to "explicit_loc".
3997
3998 2015-08-12  Keith Seitz  <keiths@redhat.com>
3999
4000         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4001         and only call decode_line_1 when it is non-NULL.
4002
4003 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4004
4005         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4006         location address is not meaningful.
4007         (breakpoint_address_is_meaningful): Update comment.
4008
4009 2015-08-11  Keith Seitz  <keiths@redhat.com>
4010
4011         * NEWS: Mention explicit locations.
4012         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4013         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4014         (_initialize_breakpoint): Update documentation for
4015         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4016
4017 2015-08-11  Keith Seitz  <keiths@redhat.com>
4018
4019         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4020         explicit locations, options "--source", "--function",
4021         "--label", and "--line".
4022
4023 2015-08-11  Keith Seitz  <keiths@redhat.com>
4024
4025         * completer.c: Include location.h.
4026         (enum match_type): New enum.
4027         (location_completer): Rename to ...
4028         (linespec_completer): ... this.
4029         (collect_explicit_location_matches, backup_text_ptr)
4030         (explicit_location_completer): New functions.
4031         (location_completer): "New" function; handle linespec
4032         and explicit location completions.
4033         (complete_line_internal): Remove all location completer-specific
4034         handling.
4035         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4036         (find_toplevel_char): Export.
4037         (linespec_parse_line_offset): Export.
4038         Issue error if STRING is not numerical.
4039         (gdb_get_linespec_parser_quote_characters): New function.
4040         * linespec.h (linespec_parse_line_offset): Declare.
4041         (get_gdb_linespec_parser_quote_characters): Declare.
4042         (is_ada_operator): Declare.
4043         (find_toplevel_char): Declare.
4044         (linespec_lexer_lex_keyword): Declare.
4045         * location.c (explicit_to_event_location): New function.
4046         (explicit_location_lex_one): New function.
4047         (string_to_explicit_location): New function.
4048         (string_to_event_location): Handle explicit locations.
4049         * location.h (explicit_to_event_location): Declare.
4050         (string_to_explicit_location): Declare.
4051
4052 2015-08-11  Keith Seitz  <keiths@redhat.com>
4053
4054         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4055         linespec into explicit location.
4056         * breakpoint.c (create_overlay_breakpoint)
4057         (create_longjmp_master_breakpoint)
4058         (create_std_terminate_master_breakpoint)
4059         (create_exception_master_breakpoint): Convert linespec into explicit
4060         location.
4061         (update_static_tracepoint): Convert linespec into explicit location.
4062         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4063         location.h.
4064         (struct linespec) <expression, expr_pc, source_filename>
4065         <function_name, label_name, line_offset>: Replace with ...
4066         <explicit>: ... this.
4067         <is_linespec>: New member.
4068         (PARSER_EXPLICIT): New accessor macro.
4069         (undefined_label_error): New function.
4070         (source_file_not_found_error): New function.
4071         (linespec_parse_basic): The parser result is now an explicit location.
4072         Use PARSER_EXPLICIT to access it.
4073         Use undefined_label_error.
4074         (canonicalize_linespec): Convert canonical linespec into explicit
4075         location.
4076         Move string representation of location to explicit_location_to_linespec
4077         and use it and explicit_location_to_string to save string
4078         representations of the canonical location.
4079         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4080         explicit location.  Update all references.
4081         (convert_explicit_location_to_sals): New function.
4082         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4083         result's explicit location.
4084         (linespec_state_constructor): Initialize is_linespec.
4085         Use PARSER_EXPLICIT.
4086         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4087         result.
4088         (event_location_to_sals): For linespec locations, set is_linespec.
4089         Handle explicit locations.
4090         (decode_objc): 'ls' contains an explicit location now. Update all
4091         references.
4092         (symtabs_from_filename): Use source_file_not_found_error.
4093         * location.c (struct event_location.u) <explicit>: New member.
4094         (initialize_explicit_location): New function.
4095         (initialize_event_location): Initialize explicit locations.
4096         (new_explicit_location, get_explicit_location)
4097         (get_explicit_location_const): New functions.
4098         (explicit_to_string_internal): New function; most of contents moved
4099         from canonicalize_linespec.
4100         (explicit_location_to_string): New function.
4101         (explicit_location_to_linespec): New function.
4102         (copy_event_location, delete_event_location)
4103         (event_location_to_string_const, event_location_empty_p): Handle
4104         explicit locations.
4105         * location.h (enum offset_relative_sign, struct line_offset): Move
4106         here from linespec.h.
4107         (enum event_location_type): Add EXPLICIT_LOCATION.
4108         (struct explicit_location): New structure.
4109         (explicit_location_to_string): Declare.
4110         (explicit_location_to_linespec): Declare.
4111         (new_explicit_location, get_explicit_locationp
4112         (get_explicit_location_const, initialize_explicit_location): Declare.
4113
4114 2015-08-11  Keith Seitz  <keiths@redhat.com>
4115
4116         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4117         linespec for stap probe to probe location.
4118         * breakpoint.c (create_longjmp_master_breakpoint)
4119         (create_exception_master_breakpoint): Likewise.
4120         (break_command_1): Remove local variable `arg_cp'.
4121         Check location type to set appropriate breakpoint ops methods.
4122         (trace_command): Likewise.
4123         * linespec.c (event_location_to_sals): Assert on probe locations.
4124         * location.c (EL_PROBE): Add macro definition.
4125         (new_probe_location, get_probe_location): New functions.
4126         (copy_event_location, delete_event_location, event_location_to_string)
4127         (string_to_event_location, event_location_empty_p): Handle probe
4128         locations.
4129         * location.h (enum event_location_type): Add PROBE_LOCATION.
4130         (new_probe_location, get_probe_location): Declare.
4131         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4132         Convert linespec into probe location.
4133
4134 2015-08-11  Keith Seitz  <keiths@redhat.com>
4135
4136         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4137         Convert linespec to address location.
4138         * linespec.c (canonicalize_linespec): Do not handle address
4139         locations here.
4140         (convert_address_location_to_sals): New function; contents moved
4141         from ...
4142         (convert_linespc_to_sals): ... here.
4143         (parse_linespec): Remove address locations from linespec grammar.
4144         Remove handling of address locations.
4145         (linespec_lex_to_end): Remove handling of address linespecs.
4146         (event_location_to_sals): Handle ADDRESS_LOCATION.
4147         (linespec_expression_to_pc): Export.
4148         * linespec.h (linespec_expression_to_pc): Add declaration.
4149         * location.c (struct event_location.u) <address>: New member.
4150         (new_address_location, get_address_location): New functions.
4151         (copy_event_location, delete_event_location, event_location_to_string)
4152         (string_to_event_location, event_location_empty_p): Handle address
4153         locations.
4154         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4155         (new_address_location, get_address_location): Declare.
4156         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4157         to address location.
4158         * spu-tdep.c (spu_catch_start): Likewise.
4159
4160 2015-08-11  Keith Seitz  <keiths@redhat.com>
4161
4162         * ax-gdb.c: Include location.h.
4163         (agent_command_1) Use linespec location instead of address
4164         string.
4165         * break-catch-throw.c: Include location.h.
4166         (re_set_exception_catchpoint): Use linespec locations instead
4167         of address strings.
4168         * breakpoint.c: Include location.h.
4169         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4170         (create_std_terminate_master_breakpoint)
4171         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4172         Use linespec location instead of address string.
4173         (print_breakpoint_location):  Use locations and
4174         event_location_to_string.
4175         Print extra_string for pending locations for non-MI streams.
4176         (print_one_breakpoint_location): Use locations and
4177         event_location_to_string.
4178         (init_raw_breakpoint_without_location): Initialize b->location.
4179         (create_thread_event_breakpoint): Use linespec location instead of
4180         address string.
4181         (init_breakpoint_sal): Likewise.
4182         Only save extra_string if it is non-NULL and not the empty string.
4183         Use event_location_to_string instead of `addr_string'.
4184         Constify `p' and `endp'.
4185         Use skip_spaces_const/skip_space_const instead of non-const versions.
4186         Copy the location into the breakpoint.
4187         If LOCATION is NULL, save the breakpoint address as a linespec location
4188         instead of an address string.
4189         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4190         event_location. All uses updated.
4191         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4192         (parse_breakpoint_sals): Use locations instead of address strings.
4193         Remove check for empty linespec with conditional.
4194         Refactor.
4195         (decode_static_tracepoint_spec): Make argument const and update
4196         function.
4197         (create_breakpoint): Change `arg' to a struct event_location and
4198         rename.
4199         Remove `copy_arg' and `addr_start'.
4200         If EXTRA_STRING is empty, set it to NULL.
4201         Don't populate `canonical' for pending breakpoints.
4202         Pass `extra_string' to find_condition_and_thread.
4203         Clear `extra_string' if `rest' was NULL.
4204         Do not error with "garbage after location" if setting a dprintf
4205         breakpoint.
4206         Copy the location into the breakpoint instead of an address string.
4207         (break_command_1): Use string_to_event_location and pass this to
4208         create_breakpoint instead of an address string.
4209         Check against `arg_cp' for a probe linespec.
4210         (dprintf_command): Use string_to_event_location and pass this to
4211         create_breakpoint instead of an address string.
4212         Throw an exception if no format string was specified.
4213         (print_recreate_ranged_breakpoint): Use event_location_to_string
4214         instead of address strings.
4215         (break_range_command, until_break_command)
4216         (init_ada_exception_breakpoint): Use locations instead
4217         of address strings.
4218         (say_where): Print out extra_string for pending locations.
4219         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4220         the breakpoint.
4221         (base_breakpoint_create_sals_from_location): Use struct event_location
4222         instead of address string.
4223         Remove `addr_start' and `copy_arg' parameters.
4224         (base_breakpoint_decode_location): Use struct event_location instead of
4225         address string.
4226         (bkpt_re_set): Use locations instead of address strings.
4227         Use event_location_empty_p to check for unset location.
4228         (bkpt_print_recreate): Use event_location_to_string instead of
4229         an address string.
4230         Print out extra_string for pending locations.
4231         (bkpt_create_sals_from_location, bkpt_decode_location)
4232         (bkpt_probe_create_sals_from_location): Use struct event_location
4233         instead of address string.
4234         (bkpt_probe_decode_location): Use struct event_location instead of
4235         address string.
4236         (tracepoint_print_recreate): Use event_location_to_string to
4237         recreate the tracepoint.
4238         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4239         (tracepoint_probe_create_sals_from_location)
4240         (tracepoint_probe_decode_location): Use struct event_location
4241         instead of address string.
4242         (dprintf_print_recreate): Use event_location_to_string to recreate
4243         the dprintf.
4244         (dprintf_re_set): Remove check for valid/missing format string.
4245         (strace_marker_create_sals_from_location)
4246         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4247         (update_static_tracepoint): Use struct event_location instead of
4248         address string.
4249         (location_to_sals): Likewise.
4250         Pass `extra_string' to find_condition_and_thread.
4251         For newly resolved pending breakpoint locations, clear the location's
4252         string representation.
4253         Assert that the breakpoint's condition string is NULL when
4254         condition_not_parsed.
4255         (breakpoint_re_set_default, create_sals_from_location_default)
4256         (decode_location_default, trace_command, ftrace_command)
4257         (strace_command, create_tracepoint_from_upload): Use locations
4258         instead of address strings.
4259         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4260         Use struct event_location instead of address string.
4261         Update all uses.
4262         <decode_location>: Likewise.
4263         (struct breakpoint) <addr_string>: Change to struct event_location
4264         and rename `location'.
4265         <addr_string_range_end>: Change to struct event_location and rename
4266         `location_range_end'.
4267         (create_breakpoint): Use struct event_location instead of address
4268         string.
4269         * cli/cli-cmds.c: Include location.h.
4270         (edit_command, list_command): Use locations instead of address strings.
4271         * elfread.c: Include location.h.
4272         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4273         * guile/scm-breakpoint.c: Include location.h.
4274         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4275         (gdbscm_register_breakpoint): Use locations instead of address
4276         strings.
4277         * linespec.c: Include location.h.
4278         (struct ls_parser) <stream>: Change to const char *.
4279         (PARSER_STREAM): Update.
4280         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4281         keywords must be followed by whitespace.
4282         (canonicalize_linespec): Save a linespec location into `canonical'.
4283         Save a canonical linespec into `canonical'.
4284         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4285         All uses updated.
4286         Update function description.
4287         (linespec_parser_new): Initialize `parser'.
4288         Update initialization of  parsing stream.
4289         (event_location_to_sals): New function.
4290         (decode_line_full): Change `argptr' to a struct event_location and
4291         rename it `location'.
4292         Use locations instead of address strings.
4293         Call event_location_to_sals instead of parse_linespec.
4294         (decode_line_1): Likewise.
4295         (decode_line_with_current_source, decode_line_with_last_displayed)
4296         Use locations instead of address strings.
4297         (decode_objc): Likewise.
4298         Change `argptr' to const char * and rename `arg'.
4299         (destroy_linespec_result): Delete the linespec result's location
4300         instead of freeing the address string.
4301         * linespec.h (struct linespec_result) <addr_string>: Change to
4302         struct event_location and rename to ...
4303         <location>: ... this.
4304         (decode_line_1, decode_line_full): Change `argptr' to struct
4305         event_location.  All callers updated.
4306         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4307         (mi_cmd_break_insert_1): Use locations instead of address strings.
4308         Throw an error if there was "garbage" at the end of the specified
4309         linespec.
4310         * probe.c: Include location.h.
4311         (parse_probes): Change `argptr' to struct event_location.
4312         Use event locations instead of address strings.
4313         * probe.h (parse_probes): Change `argptr' to struct event_location.
4314         * python/py-breakpoint.c: Include location.h.
4315         (bppy_get_location): Constify local variable `str'.
4316         Use event_location_to_string.
4317         (bppy_init): Use locations instead of address strings.
4318         * python/py-finishbreakpoint.c: Include location.h.
4319         (bpfinishpy_init): Remove local variable `addr_str'.
4320         Use locations instead of address strings.
4321         * python/python.c: Include location.h.
4322         (gdbpy_decode_line): Use locations instead of address strings.
4323         * remote.c: Include location.h.
4324         (remote_download_tracepoint): Use locations instead of address
4325         strings.
4326         * spu-tdep.c: Include location.h.
4327         (spu_catch_start): Remove local variable `buf'.
4328         Use locations instead of address strings.
4329         * tracepoint.c: Include location.h.
4330         (scope_info): Use locations instead of address strings.
4331         (encode_source_string): Constify parameter `src'.
4332         * tracepoint.h (encode_source_string): Likewise.
4333
4334 2015-08-11  Keith Seitz  <keiths@redhat.com>
4335
4336         * Makefile.in (SFILES): Add location.c.
4337         (HFILES_NO_SRCDIR): Add location.h.
4338         (COMMON_OBS): Add location.o.
4339         * linespec.c (linespec_lex_to_end): New function.
4340         * linespec.h (linespec_lex_to_end): Declare.
4341         * location.c: New file.
4342         * location.h: New file.
4343
4344 2015-08-11  Keith Seitz  <keiths@redhat.com>
4345
4346         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4347         Renamed to create_sals_from_location.
4348         <decode_linespec>: Renamed to decode_location.
4349         Update all callers.
4350         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4351         (create_sals_from_location_default): ... this.
4352         (addr_string_to_sals): Renamed to ...
4353         (location_to_sals): ... this.
4354         (decode_linespec_default): Renamed to ...
4355         (decode_location_default): ... this.
4356         (base_breakpoint_create_sals_from_address): Renamed to ...
4357         (base_breakpoint_create_sals_from_location): ... this.
4358         (bkpt_create_sals_from_address): Renamed to ...
4359         (bkpt_create_sals_from_location): ... this.
4360         (bkpt_decode_linespec): Renamed to ...
4361         (bkpt_decode_location): ... this.
4362         (bkpt_probe_create_sals_from_address): Renamed to ...
4363         (bkpt_probe_create_sals_from_location): ... this.
4364         (tracepoint_create_sals_from_address): Renamed to ...
4365         (tracepoint_create_sals_from_location): ... this.
4366         (tracepoint_decode_linespec): Renamed to ...
4367         (tracepoint_decode_location): ... this.
4368         (tracepoint_probe_create_sals_from_address): Renamed to ...
4369         (tracepoint_probe_create_sals_from_location): ... this.
4370         (tracepoint_probe_decode_linespec): Renamed to ...
4371         (tracepoint_probe_decode_location): ... this.
4372         (strace_marker_create_sals_from_address): Renamed to ...
4373         (strace_marker_create_sals_from_location): ... this.
4374         (decode_linespec_default): Renamed to ...
4375         (decode_location_default): ... this.
4376
4377 2015-08-10  Doug Evans  <dje@google.com>
4378             Keith Seitz  <keiths@redhat.com>
4379
4380         PR gdb/17960
4381         * symtab.c (make_file_symbol_completion_list_1): Renamed from
4382         make_file_symbol_completion_list and made static.
4383         (make_file_symbol_completion_list): New function.
4384
4385 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
4386
4387         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4388         trailing new-line at end of warning message.
4389         (proceed): Add i18n marker to error messages.
4390
4391 2015-08-07  Pedro Alves  <palves@redhat.com>
4392
4393         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4394
4395 2015-08-07  Pedro Alves  <palves@redhat.com>
4396
4397         * s390-linux-tdep.c (is_non_branch_ril)
4398         (s390_displaced_step_copy_insn): New functions.
4399         (s390_displaced_step_fixup): Update comment.
4400         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4401         gdbarch_displaced_step_copy_insn hook.
4402
4403 2015-08-07  Pedro Alves  <palves@redhat.com>
4404
4405         * infrun.c (displaced_step_prepare_throw): Return -1 if
4406         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
4407         comment.
4408         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4409         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4410         in file.
4411         (ppc_displaced_step_copy_insn): New function.
4412         (ppc_displaced_step_fixup): Update comment.
4413         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4414         gdbarch_displaced_step_copy_insn hook.
4415         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4416         NULL return.
4417         * gdbarch.h: Regenerate.
4418
4419 2015-08-07  Pedro Alves  <palves@redhat.com>
4420
4421         * inferior.h (struct inferior) <displaced_stepping_failed>: New
4422         field.
4423         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4424         Return false if dispaced stepping failed before.
4425         (resume): Pass the current inferior to
4426         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
4427         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
4428         displaced_stepping_failed flag, and fall back to an in-line
4429         step-over.
4430
4431 2015-08-07  Pedro Alves  <palves@redhat.com>
4432
4433         * darwin-nat.c (darwin_stop): Rename to ...
4434         (darwin_interrupt): ... this.
4435         (_initialize_darwin_inferior): Adjust.
4436         * gnu-nat.c (gnu_stop): Delete.
4437         (gnu_target): Don't install gnu_stop.
4438         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4439         (inf_ptrace_interrupt): ... this.
4440         (inf_ptrace_target): Adjust.
4441         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4442         target_stop.
4443         * linux-nat (linux_nat_stop): Rename to ...
4444         (linux_nat_interrupt): ... this.
4445         (linux_nat_stop): Reimplement.
4446         (linux_nat_add_target): Install linux_nat_interrupt.
4447         * nto-procfs.c (nto_interrupt_twice): Rename to ...
4448         (nto_handle_sigint_twice): ... this.
4449         (nto_interrupt): Rename to ...
4450         (nto_handle_sigint): ... this.  Call target_interrupt instead of
4451         target_stop.
4452         (procfs_wait): Adjust.
4453         (procfs_stop): Rename to ...
4454         (procfs_interrupt): ... this.
4455         (init_procfs_targets): Adjust.
4456         * procfs.c (procfs_stop): Rename to ...
4457         (procfs_interrupt): ... this.
4458         (procfs_target): Adjust.
4459         * remote-m32r-sdi.c (m32r_stop): Rename to ...
4460         (m32r_interrupt): ... this.
4461         (init_m32r_ops): Adjust.
4462         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4463         (gdbsim_interrupt_inferior): ... this.
4464         (gdbsim_stop): Rename to ...
4465         (gdbsim_interrupt): ... this.
4466         (gdbsim_cntrl_c): Adjust.
4467         (init_gdbsim_ops): Adjust.
4468         * remote.c (sync_remote_interrupt): Adjust comments.
4469         (remote_stop_as): Rename to ...
4470         (remote_interrupt_as): ... this.
4471         (remote_stop): Adjust comment.
4472         (remote_interrupt): New function.
4473         (init_remote_ops): Install remote_interrupt.
4474         * target.c (target_interrupt): New function.
4475         * target.h (struct target_ops) <to_interrupt>: New field.
4476         (target_interrupt): New declaration.
4477         * windows-nat.c (windows_stop): Rename to ...
4478         (windows_interrupt): ... this.
4479         * target-delegates.c: Regenerate.
4480
4481 2015-08-07  Pedro Alves  <palves@redhat.com>
4482
4483         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4484         threads" as alternative to "switching back to stepped thread".
4485
4486 2015-08-07  Pedro Alves  <palves@redhat.com>
4487
4488         * NEWS: Mention "maint set/show target-non-stop".
4489         * breakpoint.c (update_global_location_list): Check
4490         target_is_non_stop_p instead of non_stop.
4491         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4492         * infrun.c (show_can_use_displaced_stepping)
4493         (can_use_displaced_stepping_p, start_step_over_inferior):
4494         Likewise.
4495         (internal_resume_ptid): New function.
4496         (resume): Use it.
4497         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
4498         all-stop mode but the target is always in non-stop mode, start all
4499         the other threads that are implicitly resumed too.
4500         (for_each_just_stopped_thread, fetch_inferior_event)
4501         (adjust_pc_after_break, stop_all_threads): Check
4502         target_is_non_stop_p instead of non_stop.
4503         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
4504         with the target always in non-stop mode.
4505         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4506         instead of non_stop.
4507         (switch_back_to_stepped_thread): Check target_is_non_stop_p
4508         instead of non_stop.
4509         (keep_going_stepped_thread): Use internal_resume_ptid.
4510         (stop_waiting): If in all-stop mode, and the target is in non-stop
4511         mode, stop all threads.
4512         (keep_going_pass): Likewise, when starting a new in-line step-over
4513         sequence.
4514         * linux-nat.c (get_pending_status, select_event_lwp)
4515         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4516         target_is_non_stop_p instead of non_stop.
4517         (linux_nat_always_non_stop_p): New function.
4518         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4519         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4520         * target-delegates.c: Regenerate.
4521         * target.c (target_is_non_stop_p): New function.
4522         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4523         (maint_set_target_non_stop_command)
4524         (maint_show_target_non_stop_command): New functions.
4525         (_initilize_target): Install "maint set/show target-non-stop"
4526         commands.
4527         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4528         (target_non_stop_enabled): New declaration.
4529         (target_is_non_stop_p): New declaration.
4530
4531 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4532
4533         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4534         has a pending status, return true.
4535         * gdbthread.h: Include target/waitstatus.h.
4536         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4537         stop_pc>: New fields.
4538         (struct thread_info) <resumed>: New field.
4539         (set_resumed): Declare.
4540         * infrun.c: Include "event-loop.h".
4541         (infrun_async_inferior_event_token, infrun_is_async): New globals.
4542         (infrun_async): New function.
4543         (clear_step_over_info): Add debug output.
4544         (displaced_step_in_progress_any_inferior): New function.
4545         (displaced_step_fixup): New returns int.
4546         (start_step_over): Handle in-line step-overs too.  Assert the
4547         thread is marked resumed.
4548         (resume_cleanups): Clear the thread's resumed flag.
4549         (resume): Set the thread's resumed flag.  Return early if the
4550         thread has a pending status.  Allow stepping a breakpoint with no
4551         signal.
4552         (proceed): Adjust to check 'resumed' instead of 'executing'.
4553         (clear_proceed_status_thread): If the thread has a pending status,
4554         and that status is a finished step, discard the pending status.
4555         (clear_proceed_status): Don't clear step_over_info here.
4556         (random_pending_event_thread, do_target_wait): New functions.
4557         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4558         do_target_wait.
4559         (wait_one): New function.
4560         (THREAD_STOPPED_BY): New macro.
4561         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4562         (thread_stopped_by_hw_breakpoint): New functions.
4563         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4564         functions.
4565         (handle_inferior_event): Also call set_resumed(false) on all
4566         threads implicitly stopped by the event.
4567         (restart_threads, resumed_thread_with_pending_status): New
4568         functions.
4569         (finish_step_over): If we were doing an in-line step-over before,
4570         and no longer are after trying to start a new step-over, restart
4571         all threads.  If we have multiple threads with pending events,
4572         save the current event and go through the event loop again.
4573         (handle_signal_stop): Return early if finish_step_over returns
4574         false.
4575         <random signal>: If we get a signal while stepping over a
4576         breakpoint in-line in non-stop mode, restart all threads.  Clear
4577         step_over_info before delivering the signal.
4578         (keep_going_stepped_thread): Use internal_error instead of
4579         gdb_assert.  Mark the thread as resumed.
4580         (keep_going_pass_signal): Assert the thread isn't already resumed.
4581         If some other thread is doing an in-line step-over, defer the
4582         resume.  If we just started a new in-line step-over, stop all
4583         threads.  Don't clear step_over_info.
4584         (infrun_async_inferior_event_handler): New function.
4585         (_initialize_infrun): Create async event handler with
4586         infrun_async_inferior_event_handler as callback.
4587         (infrun_async): New declaration.
4588         * target.c (target_async): New function.
4589         * target.h (target_async): Declare macro and readd as function
4590         declaration.
4591         * target/waitstatus.h (enum target_stop_reason)
4592         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4593         * thread.c (new_thread): Clear the new waitstatus field.
4594         (set_resumed): New function.
4595
4596 2015-08-07  Pedro Alves  <palves@redhat.com>
4597
4598         * infrun.c (keep_going_stepped_thread): New function, factored out
4599         from ...
4600         (switch_back_to_stepped_thread): ... here.
4601
4602 2015-08-07  Pedro Alves  <palves@redhat.com>
4603
4604         * infrun.c (currently_stepping): Extend intro comment.
4605         * target.h (target_resume): Extend intro comment.
4606
4607 2015-08-07  Pedro Alves  <palves@redhat.com>
4608
4609         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4610         of inferior_ptid.  If the stepped thread vanished, return 0
4611         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
4612         the current stop_pc in log message.  Clear trap_expected if the
4613         thread advanced.  Don't pass currently_stepping to
4614         do_target_resume.
4615
4616 2015-08-07  Pedro Alves  <palves@redhat.com>
4617
4618         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4619         * infrun.c (struct execution_control_state): Move higher up in the
4620         file.
4621         (reset_ecs): New function.
4622         (start_step_over): Now returns int.  Rewrite to use
4623         keep_going_pass_signal instead of manually starting a displaced step.
4624         (resume): Don't call set_running here.  If displaced stepping
4625         can't start now, clear trap_expected.
4626         (find_thread_needs_step_over): Delete function.
4627         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
4628         If the current thread needs a step over, push it in the step-over
4629         chain.  Don't set insert breakpoints nor call resume directly
4630         here.  Instead rewrite to use start_step_over and
4631         keep_going_pass_signal.
4632         (finish_step_over): New function.
4633         (handle_signal_stop): Call finish_step_over instead of
4634         start_step_over.
4635         (switch_back_to_stepped_thread): If the event thread needs another
4636         step-over do that first.  Use start_step_over.
4637         (keep_going_pass_signal): New function, factored out from ...
4638         (keep_going): ... here.
4639         (_initialize_infrun): Comment moved here.
4640         * thread.c (set_running_thread): New function.
4641         (set_running, finish_thread_state): Use set_running_thread.
4642
4643 2015-08-07  Pedro Alves  <palves@redhat.com>
4644
4645         * gdbthread.h (struct thread_info) <step_over_prev,
4646         step_over_next>: New fields.
4647         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4648         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4649         declarations.
4650         * infrun.c (struct displaced_step_request): Delete.
4651         (struct displaced_step_inferior_state) <step_request_queue>:
4652         Delete field.
4653         (displaced_step_prepare): Assert that trap_expected is set.  Use
4654         thread_step_over_chain_enqueue.  Split starting a new displaced
4655         step to ...
4656         (start_step_over): ... this new function.
4657         (resume): Assert the thread isn't waiting for a step over already.
4658         (proceed): Assert the thread isn't waiting for a step over
4659         already.
4660         (infrun_thread_stop_requested): Adjust to remove threads from the
4661         embedded step-over chain.
4662         (handle_inferior_event) <fork/vfork>: Call start_step_over after
4663         displaced_step_fixup.
4664         (handle_signal_stop): Call start_step_over after
4665         displaced_step_fixup.
4666         * infrun.h (step_over_queue_head): New declaration.
4667         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4668         (thread_step_over_chain_next, thread_is_in_step_over_chain)
4669         (thread_step_over_chain_enqueue)
4670         (thread_step_over_chain_remove): New functions.
4671         (delete_thread_1): Remove thread from the step-over chain.
4672
4673 2015-08-07  Pedro Alves  <palves@redhat.com>
4674
4675         * infrun.c (thread_still_needs_step_over): Rename to ...
4676         (thread_still_needs_step_over_bp): ... this.
4677         (enum step_over_what): New.
4678         (thread_still_needs_step_over): Reimplement.
4679
4680 2015-08-07  Pedro Alves  <palves@redhat.com>
4681
4682         * remote.c (remote_wait_as): If not waiting for a stop reply,
4683         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
4684         requested, don't block waiting forever.
4685
4686 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4687
4688         * infrun.c (adjust_pc_after_break): Now takes thread_info and
4689         waitstatus pointers instead of an ecs.  Adjust.
4690         (handle_inferior_event): Adjust caller.
4691
4692 2015-08-07  Pedro Alves  <palves@redhat.com>
4693
4694         * infrun.c (handle_inferior_event): If we get
4695         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4696         mode, mark all threads of the exiting process as not-executing.
4697         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4698         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4699         exiting process, if inferior_ptid still points at a process.
4700         * thread.c (struct current_thread_cleanup) <next>: New field.
4701         (current_thread_cleanup_chain): New global.
4702         (restore_current_thread_ptid_changed): New function.
4703         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4704         current_thread_cleanup_chain list.
4705         (make_cleanup_restore_current_thread): Add the cleanup data to the
4706         current_thread_cleanup_chain list.
4707         (_initialize_thread): Install restore_current_thread_ptid_changed
4708         as thread_ptid_changed observer.
4709
4710 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
4711
4712         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
4713         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
4714         smaller than expected.
4715
4716 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
4717
4718         * stack.c (get_frame_language): Moved ...
4719         * frame.c (get_frame_language): ... to here.
4720         * language.h (get_frame_language): Declaration moved to frame.h.
4721         * frame.h: Add language.h include, for language enum.
4722         (get_frame_language): Declaration moved from language.h.
4723         * language.c: Add frame.h include.
4724         * top.c: Add frame.h include.
4725         * symtab.h (struct obj_section): Declare.
4726         (struct cmd_list_element): Declare.
4727
4728 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
4729
4730         * language.c (show_language_command): Find selected frame before
4731         asking for the language of that frame.
4732         (set_language_command): Likewise.
4733         * language.h (get_frame_language): Add frame parameter.
4734         * stack.c (get_frame_language): Add frame parameter, assert
4735         parameter is not NULL, update comment and reindent.
4736         * top.c (check_frame_language_change): Pass the selected frame
4737         into get_frame_language.
4738
4739 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
4740
4741         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
4742         (pt_btrace_insn_flags): New.
4743         (ftrace_add_pt): Call pt_btrace_insn_flags.
4744         * btrace.h (btrace_insn_flag): New.
4745         (btrace_insn) <flags>: New.
4746         * record-btrace.c (btrace_insn_history): Print insn prefix.
4747         * NEWS: Announce it.
4748
4749 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
4750
4751         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
4752         * configure: Regenerate.
4753
4754 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
4755
4756         * Makefile.in (LIBICONV): Define.
4757         (CLIBS): Add LIBICONV.
4758         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
4759         * configure: Regenerate.
4760
4761 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
4762             Pedro Alves  <palves@redhat.com>
4763
4764         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
4765         (arm_set_abi): Likewise.
4766         * ax-general.c (ax_print): Likewise.
4767         * c-exp.y (exp : string_exp): Likewise.
4768         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
4769         (do_compile_dwarf_expr_to_c): Likewise.
4770         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
4771         Likewise.
4772         * dwarf2expr.c (execute_stack_op): Likewise.
4773         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4774         (disassemble_dwarf_expression): Likewise.
4775         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
4776         (read_array_order): Likewise.
4777         (abbrev_table_read_table): Likewise.
4778         (read_attribute_value): Likewise.
4779         (skip_unknown_opcode): Likewise.
4780         (dwarf_decode_macro_bytes): Likewise.
4781         (dwarf_decode_macros): Likewise.
4782         * eval.c (value_f90_subarray): Likewise.
4783         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4784         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4785         * infrun.c (handle_command): Likewise.
4786         * memory-map.c (memory_map_start_memory): Likewise.
4787         * osabi.c (set_osabi): Likewise.
4788         * parse.c (operator_length_standard): Likewise.
4789         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
4790         single return point.
4791         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
4792         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4793         (gdbpy_lookup_global_symbol): Likewise.
4794         * record-full.c (record_full_restore): Likewise.
4795         * regcache.c (regcache_register_status): Likewise.
4796         (regcache_raw_read): Likewise.
4797         (regcache_cooked_read): Likewise.
4798         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4799         * symtab.c (initialize_ordinary_address_classes): Likewise.
4800         * target-debug.h (target_debug_print_signals): Likewise.
4801         * utils.c (do_restore_current_language): Likewise.
4802
4803 2015-08-06  Clem Dickey  <clemd@acm.org>
4804
4805         PR python/17136
4806         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
4807
4808 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
4809
4810         * complaints.c (enum complaint_series): Add newlines and remove
4811         out of date comment.
4812         (struct complaints) <series>: Change type to enum
4813         complaint_series and remove out of date comment.
4814         (symfile_complaint_hook): Use equivalent enum value
4815         ISOLATED_MESSAGE instead of 0.
4816
4817 2015-08-06  Pedro Alves  <palves@redhat.com>
4818
4819         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
4820         returned > 0.
4821
4822 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
4823
4824         * common/agent.c (symbol_list) <required>: Remove.
4825
4826 2015-08-06  Pedro Alves  <palves@redhat.com>
4827
4828         * target/waitstatus.h (enum target_stop_reason)
4829         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4830
4831 2015-08-05  Pedro Alves  <palves@redhat.com>
4832             Joel Brobecker  <brobecker@adacore.com>
4833
4834         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
4835         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
4836         case where BS->STOP is not set.
4837
4838 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
4839
4840         * nat/gdb_thread_db.h: Add copyright header.
4841         Protect against multiple inclusion.
4842
4843 2015-08-05  Yao Qi  <yao.qi@linaro.org>
4844
4845         * aarch64-linux-nat.c (get_thread_id): Remove.
4846         (debug_reg_change_callback): Call ptid_get_lwp instead of
4847         get_thread_id.
4848         (fetch_gregs_from_thread): Likewise.
4849         (store_gregs_to_thread): Likewise.
4850         (fetch_fpregs_from_thread): Likewise.
4851         (store_fpregs_to_thread): Likewise.
4852         (aarch64_linux_get_debug_reg_capacity): Likewise.
4853         * arm-linux-nat.c (get_thread_id): Remove.
4854         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4855         * xtensa-linux-nat.c (get_thread_id): Remove.
4856         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4857         * arm-linux-nat.c (get_thread_id): Remove.
4858         (GET_THREAD_ID): Remove.
4859         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
4860         (store_fpregs, fetch_regs, store_regs): Likewise.
4861         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
4862         (fetch_vfp_regs, store_vfp_regs): Likewise.
4863         (arm_linux_read_description): Likewise.
4864         (arm_linux_get_hwbp_cap): Likewise.
4865         * xtensa-linux-nat.c (get_thread_id): Remove.
4866         (GET_THREAD_ID): Remove.
4867         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
4868         GET_THREAD_ID.
4869
4870 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
4871
4872         * python/py-linetable.c: Fix case of Linetable to LineTable
4873         in docstrings and code comments.
4874         * python/py-symtab.c: Same.
4875
4876 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4877
4878         * infcmd.c (signal_command): Call do_cleanups for args_chain.
4879
4880 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4881
4882         PR gdb/18767
4883         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
4884         use.
4885
4886 2015-08-04  Pedro Alves  <palves@redhat.com>
4887
4888         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
4889         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
4890         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
4891         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
4892         (td_thr_validate_ftype, td_thr_get_info_ftype)
4893         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
4894         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
4895         New typedefs.
4896         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
4897         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
4898         local macros and use them instead of verbose_dlsym and dlsym
4899         calls.
4900
4901 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
4902
4903         * nios2-tdep.h: Include opcode/nios2.h here.
4904         (NIOS2_CDX_OPCODE_SIZE): New.
4905         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
4906         * nios2-tdep.c: Don't include opcode/nios2.h here.
4907         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
4908         4-byte read fails.
4909         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
4910         (nios2_match_addi, nios2_match_orhi): Likewise.
4911         (nios2_match_stw, nios2_match_ldw): Likewise.
4912         (nios2_match_rdctl): Likewise.
4913         (nios2_match_stwm, nios2_match_ldwm): New.
4914         (nios2_match_branch): Add cases for R2 encodings.
4915         (nios2_match_jmpi, nios2_match_calli): Likewise.
4916         (nios2_match_jmpr, nios2_match_callr): Likewise.
4917         (nios2_match_break, nios2_match_trap): Likewise.
4918         (nios2_in_epilogue_p): Add R2 support.
4919         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
4920         prologues.
4921         (nios2_breakpoint_from_pc): Handle R2 instructions.
4922         (nios2_get_next_pc): Likewise.  Adjust call to
4923         tdep->syscall_next_pc.
4924         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
4925         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
4926         instruction field macros instead of literal hex values.
4927         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
4928         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
4929         Use size field from OP instead of assuming all instructions
4930         are the same size.
4931         (nios2_linux_init_abi): Register appropriate unwinder for mach.
4932
4933 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
4934
4935         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
4936         variable warning with some compilers.
4937
4938 2015-08-03  Yao Qi  <yao.qi@linaro.org>
4939
4940         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
4941         in comment.  Replace "rw" with "type".
4942         (arm_linux_remove_watchpoint): Change type of "rw" to
4943         "enum target_hw_bp_type".
4944
4945 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
4946
4947         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
4948         lookup_symbol.
4949         * ft32-tdep.c (ft32_skip_prologue): Likewise.
4950         * moxie-tdep.c (moxie_skip_prologue): Likewise.
4951         * mt-tdep.c (mt_skip_prologue): Likewise.
4952         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
4953
4954 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
4955
4956         * ada-exp.y (write_object_renaming): Replace struct
4957         ada_symbol_info with struct block_symbol.  Update field
4958         references accordingly.
4959         (block_lookup, select_possible_type_sym): Likewise.
4960         (find_primitive_type): Likewise.  Also update call to
4961         ada_lookup_symbol to extract the symbol itself.
4962         (write_var_or_type, write_name_assoc): Likewise.
4963         * ada-lang.h (struct ada_symbol_info): Remove.
4964         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
4965         struct block_symbol.
4966         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
4967         (ada_lookup_symbol): Return struct block_symbol instead of a
4968         mere symbol.
4969         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
4970         with struct block_symbol.
4971         (resolve_subexp, ada_resolve_function, sort_choices,
4972         user_select_syms, is_nonfunction, add_defn_to_vec,
4973         num_defns_collected, defns_collected,
4974         symbols_are_identical_enums, remove_extra_symbols,
4975         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
4976         ada_lookup_symbol_list, ada_iterate_over_symbols,
4977         ada_lookup_encoded_symbol, get_var_value): Likewise.
4978         (ada_lookup_symbol): Return a block_symbol instead of a mere
4979         symbol.  Replace struct ada_symbol_info with struct
4980         block_symbol.
4981         (ada_lookup_symbol_nonlocal): Likewise.
4982         (standard_lookup): Make block passing explicit through
4983         lookup_symbol_in_language.
4984         * ada-tasks.c (get_tcb_types_info): Update the calls to
4985         lookup_symbol_in_language to extract the mere symbol out of the
4986         returned value.
4987         (ada_tasks_inferior_data_sniffer): Likewise.
4988         * ax-gdb.c (gen_static_field): Likewise for the call to
4989         lookup_symbol.
4990         (gen_maybe_namespace_elt): Deal with struct block_symbol from
4991         lookup functions.
4992         (gen_expr): Likewise.
4993         * c-exp.y: Likewise.  Remove uses of block_found.
4994         (lex_one_token, classify_inner_name, c_print_token): Likewise.
4995         (classify_name): Likewise.  Rename the "sym" local variable to
4996         "bsym".
4997         * c-valprint.c (print_unpacked_pointer): Likewise.
4998         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
4999         "sym" parameter from struct symbol * to struct block_symbol.
5000         Use it to remove uses of block_found.  Deal with struct
5001         block_symbol from lookup functions.
5002         (gcc_convert_symbol): Likewise.  Update the call to
5003         convert_symbol_sym.
5004         * compile/compile-object-load.c (compile_object_load): Deal with
5005         struct block_symbol from lookup functions.
5006         * cp-namespace.c (cp_lookup_nested_symbol_1,
5007         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5008         cp_search_static_and_baseclasses,
5009         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5010         cp_lookup_symbol_imports_or_template,
5011         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5012         lookup_namespace_scope, cp_lookup_nonlocal,
5013         find_symbol_in_baseclass): Return struct block_symbol instead of
5014         mere symbols and deal with struct block_symbol from lookup
5015         functions.
5016         * cp-support.c (inspect_type, replace_typedefs,
5017         cp_lookup_rtti_type): Deal with struct block_symbol from
5018         lookup functions.
5019         * cp-support.h (cp_lookup_symbol_nonlocal,
5020         cp_lookup_symbol_from_namespace,
5021         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5022         Return struct block_symbol instead of mere symbols.
5023         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5024         push_module_name):
5025         Deal with struct block_symbol from lookup functions.  Remove
5026         uses of block_found.
5027         * eval.c (evaluate_subexp_standard): Update call to
5028         cp_lookup_symbol_namespace.
5029         * f-exp.y: Deal with struct block_symbol from lookup functions.
5030         Remove uses of block_found.
5031         (yylex): Likewise.
5032         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5033         lookup_enum, lookup_template_type, check_typedef): Deal with
5034         struct block_symbol from lookup functions.
5035         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5036         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5037         (gdbscm_lookup_global_symbol): Likewise.
5038         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5039         * go-exp.y: Likewise.  Remove uses of block_found.
5040         (package_name_p, classify_packaged_name, classify_name):
5041         Likewise.
5042         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5043         * jv-exp.y (push_variable): Likewise.
5044         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5045         * language.c (language_bool_type): Likewise.
5046         * language.h (struct language_defn): Update
5047         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5048         than a mere symbol.
5049         * linespec.c (find_label_symbols): Deal with struct block_symbol
5050         from lookup functions.
5051         * m2-exp.y: Likewise.  Remove uses of block_found.
5052         (yylex): Likewise.
5053         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5054         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5055         * p-exp.y: Likewise.  Remove uses of block_found.
5056         (yylex): Likewise.
5057         * p-valprint.c (pascal_val_print): Likewise.
5058         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5059         block_found.
5060         * parser-defs.h (struct symtoken): Turn the SYM field into a
5061         struct block_symbol.
5062         * printcmd.c (address_info): Deal with struct block_symbol from
5063         lookup functions.
5064         * python/py-frame.c (frapy_read_var): Likewise.
5065         * python/py-symbol.c (gdbpy_lookup_symbol,
5066         gdbpy_lookup_global_symbol): Likewise.
5067         * skip.c (skip_function_command): Likewise.
5068         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5069         block_symbol instead of a mere symbol.
5070         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5071         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5072         * solib.c (solib_global_lookup): Likewise.
5073         * solist.h (solib_global_lookup): Likewise.
5074         (struct target_so_ops): Update lookup_lib_global_symbol to
5075         return a struct block_symbol rather than a mere symbol.
5076         * source.c (select_source_symtab): Deal with struct block_symbol
5077         from lookup functions.
5078         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5079         Likewise.
5080         * symfile.c (set_initial_language): Likewise.
5081         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5082         block_symbol.
5083         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5084         (struct symbol_cache_slot): Turn the FOUND field into a struct
5085         block_symbol.
5086         (block_found): Remove.
5087         (eq_symbol_entry): Update to deal with struct block_symbol in
5088         cache slots.
5089         (symbol_cache_lookup): Return a struct block_symbol rather than
5090         a mere symbol.
5091         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5092         appropriately the cache slots.  Update callers.
5093         (symbol_cache_dump): Update cache slots handling to the type
5094         change.
5095         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5096         lookup_symbol_aux, lookup_local_symbol,
5097         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5098         lookup_symbol_in_objfile_symtabs,
5099         lookup_symbol_in_objfile_from_linkage_name,
5100         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5101         lookup_symbol_in_static_block, lookup_static_symbol,
5102         lookup_global_symbol):
5103         Return a struct block_symbol rather than a mere symbol.  Deal
5104         with struct block_symbol from other lookup functions.  Remove
5105         uses of block_found.
5106         (lookup_symbol_in_block): Remove uses of block_found.
5107         (struct global_sym_lookup_data): Turn the RESULT field into a
5108         struct block_symbol.
5109         (lookup_symbol_global_iterator_cb): Update references to the
5110         RESULT field.
5111         (search_symbols): Deal with struct block_symbol from lookup
5112         functions.
5113         * symtab.h (struct block_symbol): New structure.
5114         (block_found): Remove.
5115         (lookup_symbol_in_language, lookup_symbol,
5116         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5117         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5118         lookup_global_symbol_from_objfile): Return a struct block_symbol
5119         rather than just a mere symbol.  Update comments to remove
5120         mentions of block_found.
5121         * valops.c (find_function_in_inferior,
5122         value_struct_elt_for_reference, value_maybe_namespace_elt,
5123         value_of_this):  Deal with struct block_symbol from lookup
5124         functions.
5125         * value.c (value_static_field, value_fn_field): Likewise.
5126
5127 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5128
5129         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5130         instead of integer.
5131
5132 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5133             Pedro Alves  <palves@redhat.com>
5134
5135         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5136         type or value instead of integer.
5137         (aarch64_linux_insert_watchpoint): Likewise.
5138         (aarch64_linux_remove_watchpoint): Likewise.
5139         * ada-lang.c (ada_op_print_tab): Likewise.
5140         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5141         (amd64_linux_syscall_record_common): Likewise.
5142         * arch-utils.c (target_byte_order_user): Likewise.
5143         (default_byte_order): Likewise.
5144         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5145         (arm_linux_get_hwbp_type): Likewise.
5146         (arm_linux_hw_watchpoint_initialize): Likewise.
5147         (arm_linux_insert_watchpoint): Likewise.
5148         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5149         (arm_linux_syscall_record): Likewise.
5150         * breakpoint.c (update_watchpoint): Likewise.
5151         (breakpoint_here_p): Likewise.
5152         (bpstat_print): Likewise.
5153         (enable_breakpoint_disp): Likewise.
5154         * c-lang.c (c_op_print_tab): Likewise.
5155         * cli/cli-decode.c (add_info_alias): Likewise.
5156         * d-lang.c (d_op_print_tab): Likewise.
5157         * eval.c (evaluate_subexp_standard): Likewise.
5158         * f-exp.y (dot_ops): Likewise.
5159         (f77_keywords): Likewise.
5160         * f-lang.c (f_op_print_tab): Likewise.
5161         * go-lang.c (go_op_print_tab): Likewise.
5162         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5163         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5164         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5165         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5166         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5167         (struct scm_from_stringn_data): Likewise.
5168         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5169         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5170         (ia64_linux_remove_watchpoint): Likewise.
5171         (ia64_linux_can_use_hw_breakpoint): Likewise.
5172         * infrun.c (print_stop_event): Likewise.
5173         * jv-lang.c (java_op_print_tab): Likewise.
5174         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5175         * linux-nat.h (struct lwp_info): Likewise.
5176         * linux-thread-db.c (enable_thread_event): Likewise.
5177         * m2-lang.c (m2_op_print_tab): Likewise.
5178         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5179         (mi_cmd_stack_list_variables): Likewise.
5180         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5181         * mi/mi-out.c (mi_table_begin): Likewise.
5182         (mi_table_header): Likewise.
5183         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5184         (mips_linux_insert_watchpoint): Likewise.
5185         (mips_linux_remove_watchpoint): Likewise.
5186         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5187         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5188         (mips_linux_watch_type_to_irw): Likewise.
5189         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5190         (procfs_insert_hw_watchpoint): Likewise.
5191         (procfs_remove_hw_watchpoint): Likewise.
5192         (procfs_hw_watchpoint): Likewise.
5193         (procfs_can_use_hw_breakpoint): Likewise.
5194         (procfs_remove_hw_watchpoint): Likewise.
5195         (procfs_insert_hw_watchpoint): Likewise.
5196         * p-lang.c (pascal_op_print_tab): Likewise.
5197         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5198         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5199         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5200         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5201         (procfs_insert_watchpoint): Likewise.
5202         (procfs_remove_watchpoint): Likewise.
5203         * psymtab.c (recursively_search_psymtabs): Likewise.
5204         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5205         (m32r_insert_watchpoint): Likewise.
5206         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5207         (mips_insert_watchpoint): Likewise.
5208         (mips_remove_watchpoint): Likewise.
5209         * remote.c (watchpoint_to_Z_packet): Likewise.
5210         (remote_insert_watchpoint): Likewise.
5211         (remote_remove_watchpoint): Likewise.
5212         (remote_check_watch_resources): Likewise.
5213         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5214         (s390_remove_watchpoint): Likewise.
5215         (s390_can_use_hw_breakpoint): Likewise.
5216         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5217         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5218         * target.h (struct target_ops): Likewise.
5219         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5220         * ui-out.c (struct ui_out_hdr): Likewise.
5221         (append_header_to_list): Likewise.
5222         (get_next_header): Likewise.
5223         (verify_field): Likewise.
5224         (ui_out_begin): Likewise.
5225         (ui_out_field_int): Likewise.
5226         (ui_out_field_fmt_int): Likewise.
5227         (ui_out_field_skip): Likewise.
5228         (ui_out_field_string): Likewise.
5229         (ui_out_field_fmt): Likewise.
5230         * varobj.c (new_variable): Likewise.
5231         * x86-nat.c (x86_insert_watchpoint): Likewise.
5232         (x86_remove_watchpoint): Likewise.
5233         (x86_can_use_hw_breakpoint): Likewise.
5234         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5235         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5236         previously anonymous enumeration type..
5237         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5238         value.
5239         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5240         (target_debug_print_enum_bptype): New.
5241         * target-delegates.c: Regenerate.
5242
5243 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5244
5245         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5246         already says and disallow non-stack memory writes in the prologue.
5247
5248 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5249
5250         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5251         reflect how current GCC emits stack overflow checks.  Match
5252         both trap and break instructions for backward compatbility.
5253         Disallow other trap and break instructions in the prologue.
5254
5255 2015-07-30  Pedro Alves  <palves@redhat.com>
5256
5257         PR threads/18600
5258         * linux-nat.c (wait_lwp): Report to the core when thread group
5259         leader exits.
5260
5261 2015-07-30  Pedro Alves  <palves@redhat.com>
5262             Simon Marchi  <simon.marchi@ericsson.com>
5263
5264         PR threads/18600
5265         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5266         mark the new thread as resumed.  Remove STOPPING parameter.
5267         (wait_lwp): Adjust call to linux_handle_extended_wait.
5268         (linux_nat_filter_event): Adjust call to
5269         linux_handle_extended_wait.
5270         (resume_stopped_resumed_lwps): Add debug output.
5271
5272 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5273
5274         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5275         isize argument.
5276         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5277         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5278         gdbarch_fast_tracepoint_valid_at.
5279         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5280         * gdbarch.h: Regenerate.
5281         * gdbarch.c: Regenerate.
5282         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5283         argument.  Do not set it.
5284         * remote.c (remote_download_tracepoint): Adjust call to
5285         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5286         the instruction length.
5287
5288 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5289
5290         * arm-tdep.h (enum gdb_regnum): Move it to ...
5291         * arch/arm.h: ... here.  New file.
5292         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5293
5294 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5295
5296         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5297         Change its type to int *.
5298         (decode_br): Rename link argument to is_blr.  Change its type to
5299         int *.
5300         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5301         int *.
5302         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5303         int *.  Set is_tbnz to either 1 or 0.
5304         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5305         new variables is_cbnz and is_tbnz.  Adjust call to
5306         aarch64_decode_cb and aarch64_decode_tb.
5307
5308 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5309
5310         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5311         parameter.
5312         (mips_linux_new_thread): Likewise.
5313         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5314
5315 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5316
5317         * top.c: Include "tui/tui.h".
5318         (undo_terminal_modifications_before_exit): New static function.
5319         (quit_force): Use it.
5320
5321 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5322
5323         * target.c (terminal_state): Initialize to terminal_is_ours.
5324
5325 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5326
5327         PR record/18691
5328         * dcache.c (dcache_read_memory_partial): Call
5329         raw_memory_xfer_partial.
5330         * target.c (raw_memory_xfer_partial): Make it non-static.
5331         * target.h (raw_memory_xfer_partial): Declare.
5332
5333 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5334
5335         * c-valprint.c (c_val_print_array): Consider addressable memory
5336         unit size.
5337         (c_val_print_ptr): Likewise.
5338         (c_val_print_int): Likewise.
5339         * findvar.c (read_frame_register_value): Likewise.
5340         * valarith.c (find_size_for_pointer_math): Likewise.
5341         (value_ptrdiff): Likewise.
5342         (value_subscripted_rvalue): Likewise.
5343         * valops.c (read_value_memory): Likewise (and rename variables).
5344         (value_assign): Likewise.
5345         (value_repeat): Likewise.
5346         (value_array): Likewise.
5347         (value_slice): Likewise.
5348         * valprint.c (generic_val_print_ptr): Likewise.
5349         (generic_val_print_enum): Likewise.
5350         (generic_val_print_bool): Likewise.
5351         (generic_val_print_int): Likewise.
5352         (generic_val_print_char): Likewise.
5353         (generic_val_print_float): Likewise.
5354         (generic_val_print_decfloat): Likewise.
5355         (generic_val_print_complex): Likewise.
5356         (val_print_scalar_formatted): Likewise.
5357         (val_print_array_elements): Likewise.
5358         * value.c (set_value_parent): Likewise.
5359         (value_contents_copy_raw): Likewise.
5360         (set_internalvar_component): Likewise.
5361         (value_primitive_field): Likewise.
5362         (value_fetch_lazy): Likewise.
5363         * value.h (read_value_memory): Update comment.
5364
5365 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5366
5367         * value.c (get_value_arch): New function.
5368         * value.h (get_value_arch): New declaration.
5369
5370 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5371
5372         * value.c (struct value): Update comments.
5373
5374 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5375
5376         * gdbtypes.c (type_length_units): New function.
5377         * gdbtypes.h (type_length_units): New declaration.
5378         (struct type) <length>: Update comment.
5379
5380 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5381
5382         * valprint.c (generic_val_print): Factor out complex
5383         printing code to ...
5384         (generic_val_print_complex): ... this new function.
5385
5386 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5387
5388         * valprint.c (generic_val_print): Factor out decfloat
5389         printing code to ...
5390         (generic_val_print_decfloat): ... this new function.
5391
5392 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5393
5394         * valprint.c (generic_val_print): Factor out float
5395         printing code to ...
5396         (generic_val_print_float): ... this new function.
5397
5398 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5399
5400         * valprint.c (generic_val_print): Factor out char
5401         printing code to ...
5402         (generic_val_print_char): ... this new function.
5403
5404 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5405
5406         * valprint.c (generic_val_print): Factor out integer
5407         printing code to ...
5408         (generic_val_print_int): ... this new function.
5409
5410 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5411
5412         * valprint.c (generic_val_print): Factor out bool
5413         printing code to ...
5414         (generic_val_print_bool): ... this new function.
5415
5416 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5417
5418         * valprint.c (generic_val_print): Factor out function/method
5419         printing code to ...
5420         (generic_val_print_func): ... this new function.
5421
5422 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5423
5424         * valprint.c (generic_val_print): Factor out flags
5425         printing code to ...
5426         (generic_val_print_flags): ... this new function.
5427
5428 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5429
5430         * valprint.c (generic_val_print): Factor out enum
5431         printing code to ...
5432         (generic_val_print_enum): ... this new function.
5433
5434 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5435
5436         * valprint.c (generic_val_print): Factor out reference
5437         printing code to ...
5438         (generic_val_print_ref): ... this new function.
5439
5440 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5441
5442         * valprint.c (generic_val_print): Factor out memberptr
5443         printing code to ...
5444         (generic_val_print_memberptr): ... this new function.
5445
5446 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5447
5448         * valprint.c (generic_val_print): Factor out pointer
5449         printing code to ...
5450         (generic_val_print_ptr): ... this new function.
5451
5452 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5453
5454         * valprint.c (generic_val_print): Factor out array
5455         printing code to ...
5456         (generic_val_print_array): ... this new function.
5457
5458 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5459
5460         * valprint.c (generic_val_print): Factor out
5461         print_unpacked_pointer code to ...
5462         (print_unpacked_pointer): ... this new function.
5463
5464 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5465
5466         * event-top.c (handle_sigterm): Don't inspect
5467         target_can_async_p.  Always set the quit flag and always mark
5468         the async signal handler.
5469
5470 2015-07-27  Yao Qi  <yao.qi@linaro.org>
5471
5472         * Makefile.in (REMOTE_EXAMPLES): Remove it.
5473
5474 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
5475
5476         * remote.c (read_ptid): Return null_ptid when no thread id
5477         is found.
5478         (remote_current_thread): Add log warning for malformed
5479         qC reply.
5480         (remote_start_remote): Add log warning when current thread
5481         not found.
5482
5483 2015-07-24  Pedro Alves  <palves@redhat.com>
5484
5485         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5486         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5487         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5488
5489 2015-07-24  Pedro Alves  <palves@redhat.com>
5490
5491         PR gdb/18717
5492         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5493         is resumed, and extend the debug log.
5494
5495 2015-07-24  Pedro Alves  <palves@redhat.com>
5496
5497         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5498
5499 2015-07-24  Pedro Alves  <palves@redhat.com>
5500
5501         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5502         sys/ptrace.h.
5503         * alpha-linux-nat.c: Likewise.
5504         * amd64-linux-nat.c: Likewise.
5505         * arm-linux-nat.c: Likewise.
5506         * hppa-linux-nat.c: Likewise.
5507         * i386-linux-nat.c: Likewise.
5508         * ia64-linux-nat.c: Likewise.
5509         * linux-fork.c: Likewise.
5510         * linux-nat.c: Likewise.
5511         * m32r-linux-nat.c: Likewise.
5512         * m68klinux-nat.c: Likewise.
5513         * mips-linux-nat.c: Likewise.
5514         * nat/linux-btrace.c: Likewise.
5515         * nat/linux-ptrace.c: Likewise.
5516         * nat/linux-ptrace.h
5517         * nat/mips-linux-watch.c: Likewise.
5518         * nat/x86-linux-dregs.c: Likewise.
5519         * ppc-linux-nat.c: Likewise.
5520         * s390-linux-nat.c: Likewise.
5521         * spu-linux-nat.c: Likewise.
5522         * tilegx-linux-nat.c: Likewise.
5523         * x86-linux-nat.c: Likewise.
5524         * xtensa-linux-nat.c: Likewise.
5525
5526 2015-07-24  Pedro Alves  <palves@redhat.com>
5527
5528         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
5529         __ptrace_request as first parameter type instead of int.
5530         (PTRACE_TYPE_ARG1): Define.
5531         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5532         that casts first argument to PTRACE_TYPE_ARG1.
5533         * config.in: Regenerate.
5534         * configure: Regenerate.
5535
5536 2015-07-24  Pedro Alves  <palves@redhat.com>
5537
5538         * gdb_ptrace.h: Move ...
5539         * nat/gdb_ptrace.h: ... here.
5540         * inf-ptrace.c: Adjust.
5541
5542 2015-07-24  Pedro Alves  <palves@redhat.com>
5543
5544         * acinclude.m4: Include ptrace.m4.
5545         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5546         * ptrace.m4: ... to this new file.
5547
5548 2015-07-23  Doug Evans  <dje@google.com>
5549
5550         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5551         (load_cu): Handle dummy CUs.
5552         (dw2_do_instantiate_symtab, process_queuef): Ditto.
5553         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5554
5555 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
5556
5557         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5558         documentation to say that it returns a list rather than
5559         a FrozenSet.
5560         (linetable_object_methods): Update the docstring of the
5561         "source_line" entry.
5562
5563 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5564
5565         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5566         type to the recursive call instead of the original (maybe
5567         TYPE_CODE_TYPEDEF) type.
5568
5569 2015-07-23  Yao Qi  <yao.qi@linaro.org>
5570
5571         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5572         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5573         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5574
5575 2015-07-21  Yao Qi  <yao.qi@linaro.org>
5576
5577         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5578         Move it to nat/aarch64-linux-hw-point.c.
5579         (aarch64_linux_child_post_startup_inferior): Update.
5580         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5581         New function.
5582         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5583         Declare it.
5584
5585 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
5586
5587         * common/btrace-common.c (btrace_data_append): Change case label.
5588
5589 2015-07-20  Yao Qi  <yao.qi@linaro.org>
5590
5591         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5592         Re-indent the code.
5593         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5594         "unsigned long long".
5595
5596 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
5597
5598         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5599         to be set for SEC_ALLOC sections too.
5600
5601 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5602
5603         * Makefile.in (HFILES_NO_SRCDIR): Add
5604         nat/aarch64-linux-hw-point.h.
5605         (aarch64-linux-hw-point.o): New rule.
5606         * nat/aarch64-linux-hw-point.h: New file.
5607         * nat/aarch64-linux-hw-point.c: New file.
5608         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5609         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5610         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5611         (AARCH64_HWP_ALIGNMENT): Likewise.
5612         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5613         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5614         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5615         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5616         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5617         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5618         (struct aarch64_debug_reg_state): Likewise.
5619         (struct arch_lwp_info): Likewise.
5620         (aarch64_linux_set_debug_regs): Likewise.
5621         (aarch64_notify_debug_reg_change): Remove static.
5622         (aarch64_align_watchpoint): Likewise.
5623         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5624         (aarch64_watchpoint_length): Likewise.
5625         (aarch64_point_encode_ctrl_reg): Likewise
5626         (aarch64_point_is_aligned): Likewise.
5627         (aarch64_dr_state_insert_one_point): Likewise.
5628         (aarch64_dr_state_remove_one_point): Likewise.
5629         (aarch64_handle_breakpoint): Likewise.
5630         (aarch64_handle_aligned_watchpoint): Likewise.
5631         (aarch64_handle_unaligned_watchpoint): Likewise.
5632         (aarch64_handle_watchpoint): Likewise.
5633         * config/aarch64/linux.mh (NAT_FILE): Add
5634         aarch64-linux-hw-point.o.
5635
5636 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5637
5638         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5639         state and don't call aarch64_get_debug_reg_state.  All callers
5640         update.
5641         (aarch64_linux_insert_hw_breakpoint): Call
5642         aarch64_get_debug_reg_state earlier.
5643         (aarch64_linux_remove_hw_breakpoint): Likewise.
5644         (aarch64_handle_aligned_watchpoint): Add argument state and
5645         don't call aarch64_get_debug_reg_state.  All callers update.
5646         (aarch64_handle_unaligned_watchpoint): Likewise.
5647         (aarch64_handle_watchpoint): Add argument state.
5648         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5649         earlier.
5650         (aarch64_linux_remove_watchpoint): Likewise.
5651
5652 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5653
5654         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5655         debug_printf.
5656         (aarch64_handle_unaligned_watchpoint): Likewise.
5657
5658 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5659
5660         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5661         argument type's type to 'enum target_hw_bp_type'.
5662         (aarch64_dr_state_remove_one_point): Likewise.
5663         (aarch64_handle_breakpoint): Likewise.
5664         (aarch64_linux_insert_hw_breakpoint): Likewise.
5665         (aarch64_linux_remove_hw_breakpoint): Likewise.
5666         (aarch64_handle_aligned_watchpoint): Likewise.
5667
5668 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5669
5670         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5671         ptid_get_pid instead of get_thread_id.
5672
5673 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5674
5675         * remote.c (get_current_thread): Initialise ptid to null_ptid.
5676         (add_current_inferior_and_thread): Don't initialise ptid.
5677
5678 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
5679
5680         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5681         unavailable if invalid.
5682
5683 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5684
5685         Revert the previous 6 commits:
5686         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5687         Move gdb_regex* to common/
5688         Prepare linux_find_memory_regions_full & co. for move
5689         Move linux_find_memory_regions_full & co.
5690         gdbserver build-id attribute generator
5691         Validate symbol file using build-id
5692
5693 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5694             Jan Kratochvil  <jan.kratochvil@redhat.com>
5695
5696         Validate symbol file using build-id.
5697         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5698         and 'show validate-build-id'.  Add build-id attribute.
5699         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5700         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5701         * solib-frv.c (_initialize_frv_solib): Ditto.
5702         * solib-spu.c (set_spu_solib_ops): Ditto.
5703         * solib-svr4.c: Include rsp-low.h.
5704         (NOTE_GNU_BUILD_ID_NAME): New define.
5705         (svr4_validate): New function.
5706         (svr4_copy_library_list): Duplicate field build_id.
5707         (library_list_start_library): Parse 'build-id' attribute.
5708         (svr4_library_attributes): Add 'build-id' attribute.
5709         (_initialize_svr4_solib): Assign validate value.
5710         * solib-target.c (solib.h): Include.
5711         (_initialize_solib_target): Assign validate value.
5712         * solib.c (validate_build_id, show_validate_build_id): New.
5713         (solib_map_sections): Use ops->validate.
5714         (clear_so): Free build_id.
5715         (default_solib_validate): New function.
5716         (_initialize_solib): Add "validate-build-id".
5717         * solib.h (default_solib_validate): New declaration.
5718         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
5719         (target_so_ops): New field 'validate'.
5720
5721 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5722             Jan Kratochvil  <jan.kratochvil@redhat.com>
5723
5724         gdbserver build-id attribute generator.
5725         * features/library-list-svr4.dtd (library-list-svr4): New
5726         'build-id' attribute.
5727
5728 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5729             Jan Kratochvil  <jan.kratochvil@redhat.com>
5730
5731         Move linux_find_memory_regions_full & co.
5732         * linux-tdep.c (nat/linux-maps.h): Include.
5733         (gdb_regex.h): Remove the include.
5734         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
5735         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
5736         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
5737         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
5738         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
5739         and target/target.h.
5740         (struct smaps_vmflags, read_mapping, decode_vmflags)
5741         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
5742         (linux_find_memory_regions_full): Move from linux-tdep.c.
5743         * nat/linux-maps.h (read_mapping): New declaration.
5744         (linux_find_memory_region_ftype, enum filterflags): Moved from
5745         linux-tdep.c.
5746         (linux_find_memory_regions_full): New declaration.
5747         * target.c (target/target-utils.h): Include.
5748         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
5749         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
5750         definitions to target/target-utils.c.
5751         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
5752         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
5753         from target.c.
5754         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
5755         (read_alloc): New declaration.
5756         (read_stralloc_func_ftype): New typedef.
5757         (read_stralloc): New declaration.
5758         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
5759
5760 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5761             Jan Kratochvil  <jan.kratochvil@redhat.com>
5762
5763         Prepare linux_find_memory_regions_full & co. for move.
5764         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
5765         (linux_find_memory_regions_full): Change signature and prepare
5766         for moving to linux-maps.
5767         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
5768         (linux_find_memory_regions_thunk): New.
5769         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
5770         (linux_find_memory_regions_gdb): New.
5771         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
5772         (linux_make_mappings_corefile_notes): Use
5773         linux_find_memory_regions_gdb.
5774         * target.c (read_alloc_pread_ftype): New typedef.
5775         (target_fileio_read_alloc_1_pread): New function.
5776         (read_alloc): Refactor from target_fileio_read_alloc_1.
5777         (read_stralloc_func_ftype): New typedef.
5778         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
5779         (read_stralloc): Refactored from target_fileio_read_stralloc.
5780         (target_fileio_read_stralloc): New implementation, use read_stralloc.
5781
5782 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5783
5784         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
5785         common/gdb_regex.h.
5786         (COMMON_OBS): Add gdb_regex.o.
5787         (gdb_regex.o): New.
5788         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
5789         --without-included-regex and USE_INCLUDED_REGEX.
5790         * common/gdb_regex.c: New file from utils.c functions.
5791         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
5792         file wrapping define name.
5793         * configure: Rebuilt.
5794         * configure.ac (gdb_use_included_regex, --without-included-regex)
5795         (USE_INCLUDED_REGEX): Move them to common/common.m4.
5796         * gdb_regex.h: Move it to common/gdb_regex.h.
5797         * utils.c: Remove include gdb_regex.h.
5798         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
5799         (compile_rx_or_error): Move them to common/gdb_regex.c.
5800
5801 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5802             Jan Kratochvil  <jan.kratochvil@redhat.com>
5803
5804         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5805         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
5806         common/target-utils.h.
5807         (COMMON_OBS): Add target-utils.o.
5808         (linux-maps.o, target-utils.o): New.
5809         * target/target-utils.c: New file.
5810         * target/target-utils.h: New file.
5811         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
5812         * config/i386/linux64.mh (NATDEPFILES): Ditto.
5813         * nat/linux-maps.c: New file.
5814         * nat/linux-maps.h: New file.
5815
5816 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
5817             Pedro Alves <palves@redhat.com>
5818
5819         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
5820         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
5821         (perf_event_read_bts): Change the type of SIZE and READ.
5822         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
5823         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
5824         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
5825         mmap page.
5826         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
5827         buffer size to UINT_MAX.
5828         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
5829         DATA_TAIL.
5830         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
5831         <last_head>: Change type.
5832         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
5833         * common/btrace-common.c (btrace_data_append): Change the type of
5834         SIZE.
5835         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
5836         check.
5837
5838 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
5839
5840         * gdbtypes.h (CHECK_TYPEDEF): Remove.
5841         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
5842         with check_typedef.
5843         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
5844         (ada_array_length): Likewise.
5845         (find_parallel_type_by_descriptive_type): Likewise.
5846         (ada_check_typedef): Likewise.
5847         * arm-tdep.c (arm_return_in_memory): Likewise.
5848         * ax-gdb.c (gen_trace_static_fields): Likewise.
5849         (gen_struct_ref_recursive): Likewise.
5850         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5851         (variable: block COLONCOLON name): Likewise.
5852         (qualified_name: TYPENAME COLONCOLON name): Likewise.
5853         * c-lang.c (classify_type): Likewise.
5854         * c-typeprint.c (c_print_type): Likewise.
5855         (c_print_typedef): Likewise.
5856         (c_type_print_base): Likewise.
5857         * c-valprint.c (c_val_print): Likewise.
5858         * compile/compile-c-types.c (convert_type): Likewise.
5859         * compile/compile-object-load.c (get_out_value_type): Likewise.
5860         * completer.c (add_struct_fields): Likewise.
5861         (expression_completer): Likewise.
5862         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
5863         (cp_lookup_nested_symbol_1): Likewise.
5864         (cp_lookup_nested_symbol): Likewise.
5865         * cp-valprint.c (cp_print_value_fields): Likewise.
5866         (cp_print_static_field): Likewise.
5867         * d-valprint.c (d_val_print): Likewise.
5868         * eval.c (evaluate_subexp_standard): Likewise.
5869         (evaluate_subexp_for_sizeof): Likewise.
5870         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5871         * f-typeprint.c (f_type_print_base): Likewise.
5872         * f-valprint.c (f_val_print): Likewise.
5873         * gdbtypes.c (get_discrete_bounds): Likewise.
5874         (create_array_type_with_stride): Likewise.
5875         (type_name_no_tag_or_error): Likewise.
5876         (lookup_struct_elt_type): Likewise.
5877         (get_unsigned_type_max): Likewise.
5878         (internal_type_vptr_fieldno): Likewise.
5879         (set_type_vptr_fieldno): Likewise.
5880         (internal_type_vptr_basetype): Likewise.
5881         (set_type_vptr_basetype): Likewise.
5882         (get_vptr_fieldno): Likewise.
5883         (is_integral_type): Likewise.
5884         (is_scalar_type): Likewise.
5885         (is_scalar_type_recursive): Likewise.
5886         (distance_to_ancestor): Likewise.
5887         (is_unique_ancestor_worker): Likewise.
5888         (check_types_equal): Likewise.
5889         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
5890
5891 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
5892
5893         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
5894         also test for language_d.
5895         (dwarf2_compute_name): Likewise.
5896         (read_func_scope): Likewise.
5897         (read_structure_type): Likewise.
5898         (new_symbol_full): Likewise.
5899         (determine_prefix): Likewise.
5900         (read_import_statement): Use dot as the separator for language_d.
5901         (typename_concat): Likewise, but don't prefix the D main function.
5902
5903 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
5904
5905         * nat/linux-namespaces.c (setns): Rename from this ...
5906         (do_setns): ... to this.  Support calling setns if it exists.
5907         (mnsh_handle_setns): Call do_setns.
5908
5909 2015-07-13  Yao Qi  <yao.qi@linaro.org>
5910
5911         * exec.c (exec_file_attach): Add period at the end of error
5912         message.
5913
5914 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5915
5916         * tui/tui-win.c (window_name_completer): New function.
5917         (focus_completer): Call window_name_completer.  All old content
5918         moved into window_name_completer.
5919         (winheight_completer): New function.
5920         (_initialize_tui_win): Rename variable.  Add completer to
5921         winheight command.  Update doc string on winheight.
5922
5923 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
5924
5925         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
5926         all nios2 mach variants.
5927
5928 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
5929
5930         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
5931         of target_read_memory.
5932
5933 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
5934
5935         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
5936         string copy.
5937         (parse_scrolling_args): Likewise.
5938
5939 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
5940
5941         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
5942         names in this function.
5943
5944 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
5945
5946         * tui/tui-data.h (SRC_NAME): Convert to lower case.
5947         (CMD_NAME): Likewise.
5948         (DATA_NAME): Likewise.
5949         (DISASSEM_NAME): Likewise.
5950         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
5951         (tui_set_win_height): Likewise.
5952         (parse_scrolling_args): Likewise.
5953
5954 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
5955
5956         * record-btrace.c (record_btrace_goto_begin)
5957         (record_btrace_goto_end, record_btrace_goto): Move call to
5958         print_stack_frame ...
5959         (record_btrace_set_replay): ... here.  Set stop_pc.
5960         * record-full.c (record_full_goto_entry): Set stop_pc.
5961
5962 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
5963
5964         * NEWS: Mention support for tracepoints on aarch64-linux.
5965
5966 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
5967
5968         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
5969         function.  Return 1.
5970         (the_low_target): Install it.
5971
5972 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
5973
5974         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
5975         * gdb.trace/collection.exp: Likewise.
5976         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5977         * gdb.trace/mi-trace-unavailable.exp: Likewise.
5978         * gdb.trace/report.exp: Likewise.
5979         * gdb.trace/trace-break.exp: Likewise.
5980         * gdb.trace/unavailable.exp: Likewise.
5981         * gdb.trace/while-dyn.exp: Likewise.
5982
5983 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
5984
5985         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
5986         (aarch64_gen_return_address): New function.
5987         (aarch64_gdbarch_init): Hook it.
5988
5989 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
5990
5991         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
5992         swallow NOT_AVAILABLE_ERROR.
5993         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
5994         available_p is not set.
5995         (aarch64_stub_frame_unwind_stop_reason): New function.
5996         (aarch64_stub_unwind): Install it.
5997
5998 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
5999
6000         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6001         field.
6002         (aarch64_make_prologue_cache_1): New function, factored out from
6003         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6004         available_p.
6005         (aarch64_make_prologue_cache): Reimplement wrapping
6006         aarch64_make_prologue_cache_1, and swallowing
6007         NOT_AVAILABLE_ERROR.
6008         (aarch64_prologue_frame_unwind_stop_reason): New function.
6009         Return UNWIND_UNAVAILABLE if available_p is not set.
6010         (aarch64_prologue_unwind): Install it.
6011         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6012         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6013         frame_id_build_unavailable_stack if available_p is not set.
6014
6015 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6016
6017         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6018         fields.
6019         (aarch64_scan_prologue): Set prev_pc.
6020         (aarch64_make_prologue_cache): Set func.
6021         (aarch64_make_stub_cache): Set prev_pc.
6022         (aarch64_prologue_this_id): Remove local variables id, pc and
6023         func.  Read prev_pc and func from cache.
6024         (aarch64_stub_this_id): Read prev_pc from cache.
6025
6026 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6027
6028         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6029         argument this_cache.  Remove unused local variables reg and
6030         unwound_fp.  Return early if this_cache is already set.  Set
6031         this_cache.
6032         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6033
6034 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6035
6036         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6037         New argument this_cache.  Return early if this_cache is already
6038         set.  Set this_cache.
6039         (aarch64_prologue_this_id): Update call to
6040         aarch64_make_prologue_cache.
6041         (aarch64_prologue_prev_register): Likewise.
6042         (aarch64_normal_frame_base): Likewise.
6043
6044 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6045
6046         * c-valprint.c (c_val_print): Factor out memberptr printing code
6047         from c_val_print to ...
6048         (c_val_print_memberptr): ... this new function.
6049
6050 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6051
6052         * c-valprint.c (c_val_print): Factor out int printing code to ...
6053         (c_val_print_int): ... this new function.
6054
6055 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6056
6057         * c-valprint.c (c_val_print): Factor out struct and union
6058         printing code to ...
6059         (c_val_print_struct): ... this new function ...
6060         (c_val_print_union): ... and this new function.
6061
6062 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6063
6064         * c-valprint.c (c_val_print): Factor out pointer printing code
6065         to ...
6066         (c_val_print_ptr): ... this new function.
6067
6068 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6069
6070         * c-valprint.c (c_valprint): Factor our array printing code from
6071         c_val_print to ...
6072         (c_val_print_array): ... this new function.
6073
6074 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6075
6076         * c-valprint.c (c_val_print): Factor out pointer printing code
6077         to ...
6078         (print_unpacked_pointer): ... this new function.
6079
6080 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6081
6082         * c-valprint.c (c_val_print): Remove an assignment to i and move
6083         its declaration.
6084
6085 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6086
6087         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6088         argument ptid.  Update comments.  Caller update.
6089
6090 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6091
6092         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6093         mnt packets.
6094
6095 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6096
6097         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6098
6099 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6100
6101         * progspace.c (delete_program_space): Add missing spaces.
6102
6103 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6104
6105         * inferior.c (delete_inferior_1): Rename to ...
6106         (delete_inferior): ..., remove 'silent' parameter, delete
6107         program space when unused and remove call to prune_program_spaces.
6108         Remove the old, unused, delete_inferior.
6109         (delete_inferior_silent): Remove.
6110         (prune_inferiors): Change call from delete_inferior_1 to
6111         delete_inferior and remove 'silent' parameter. Remove call to
6112         prune_program_spaces.
6113         (remove_inferior_command): Idem.
6114         * inferior.h (delete_inferior_1): Rename to...
6115         (delete_inferior): ..., remove 'silent' parameter and remove the
6116         original delete_inferior.
6117         (delete_inferior_silent): Remove.
6118         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6119         delete_inferior_1 to delete_inferior and remove 'silent'
6120         parameter.
6121         * progspace.c (prune_program_spaces): Remove.
6122         (pspace_empty_p): Rename to...
6123         (program_space_empty_p): ... and make non-static.
6124         (delete_program_space): New.
6125         * progspace.h (prune_program_spaces): Remove declaration.
6126         (program_space_empty_p): New declaration.
6127         (delete_program_space): New declaration.
6128         * monitor.c (monitor_close): Replace call to
6129         delete_thread_silent and delete_inferior_silent with
6130         discard_all_inferiors.
6131
6132 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6133
6134         * defs.h (deprecated_register_changed_hook): Remove prototype.
6135         * interps.c (clear_iterpreter_hooks): Remove reference to
6136         deprecated_register_changed_hook.
6137         * top.c (deprecated_register_changed_hook): Remove prototype.
6138         * valops.c (value_assign): Remove reference to
6139         deprecated_register_changed_hook.
6140         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6141         Add comment documenting the function.
6142         (tui_register_changed_observer): Define.
6143         (tui_install_hooks): Remove reference to
6144         deprecated_register_changed_hook.  Set
6145         tui_register_changed_observer.
6146         (tui_remove_hooks): Remove reference to
6147         deprecated_register_changed_hook.  Unset
6148         tui_register_changed_observer.
6149
6150 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6151
6152         PR compile/18484
6153         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6154
6155 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6156
6157         PR exp/18617
6158         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6159
6160 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6161
6162         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6163
6164 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6165
6166         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6167         Use safe_strerror() instead of strerror().
6168
6169 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6170
6171         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6172         * features/arm-with-m-fpa-layout.c: Regenerated.
6173         * features/arm-with-m-vfp-d16.xml: Likewise.
6174         * features/arm-with-m-vfp-d16.c: Regenerated.
6175         * features/arm-with-m.xml: Likewise.
6176         * features/arm-with-m.c: Regenerated.
6177         * features/arm-with-neon.xml: Likewise.
6178         * features/arm-with-neon.c: Regenerated.
6179         * features/arm-with-vfpv2.xml: Likewise.
6180         * features/arm-with-vfpv2.c: Regenerated.
6181         * features/arm-with-vfpv3.xml: Likewise.
6182         * features/arm-with-vfpv3.c: Regenerated.
6183
6184 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6185
6186         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6187         arm-linux-nat.c.
6188         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6189         elf/external.h.
6190         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6191         if target is 32-bit.
6192         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6193         if target is 32-bit.
6194         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6195         if target is 32-bit.
6196         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6197         if target is 32-bit.
6198         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6199         (aarch64_linux_read_description): Return the right target
6200         description.
6201         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6202         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6203         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6204         arm-linux-tdep.o.
6205
6206 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6207
6208         * aarch32-linux-nat.c: New file.
6209         * aarch32-linux-nat.h: New file.
6210         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6211         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6212         aarch32_gp_regcache_supply.
6213         (store_regs): Move code to aarch32-linux-nat.c.  Call
6214         aarch32_gp_regcache_collect.
6215         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6216         aarch32_vfp_regcache_supply.
6217         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6218         aarch32_vfp_regcache_collect.
6219         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6220
6221 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6222
6223         * arm-linux-nat.c (store_fpregister): Remove.
6224         (store_register): Likewise.
6225         (fetch_fpregister): Likewise.
6226         (fetch_register): Likewise.
6227         (arm_linux_store_inferior_registers): Call store_regs and
6228         store_fpregs instead.
6229         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6230         fetch_regs instead.
6231
6232 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6233
6234         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6235         and focus commands.
6236
6237 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6238
6239         * NEWS: Create a new section for the next release branch.
6240         Rename the section of the current branch, now that it has
6241         been cut.
6242
6243 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6244
6245         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6246         * version.in: Bump version to 7.10.50.DATE-cvs.
6247
6248 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6249
6250         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6251         breakpoints in a special way.
6252         (remove_breakpoint): Likewise.
6253         (mark_breakpoints_out): Likewise.
6254
6255 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6256
6257         * doc/gdb.texinfo (TUI): Add comma after @xref.
6258
6259 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6260
6261         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6262         instead of casting the structure type.
6263
6264 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6265
6266         * valops.c (search_struct_field): Remove OFFSET parameter.
6267         (value_cast_structs): Adjust calls to search_struct_field.
6268         (value_struct_elt): Same.
6269         (find_overload_match): Same.
6270
6271 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6272
6273         * value.c (value_fetch_lazy): Update comment, change return
6274         value to void.
6275         * value.h (value_fetch_lazy): Change return value to void.
6276
6277 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6278
6279         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6280         (tui_win_name): Make parameter and result const.
6281         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6282
6283 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6284
6285         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6286         use printf_unfiltered.
6287         (set_mpx_cmd): Add missing trailing space to command string
6288         literal.
6289         (_initialize_i386_tdep): Give the "mpx" prefix command its
6290         correct name.
6291
6292 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6293
6294         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6295         (enum rx_frame_type): New.
6296         (struct rx_prologue): Add new field `frame_type'.
6297         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6298         parameter in the prologue struct.  Add code for recording
6299         locations of PC and PSW for fast interrupt and exception frames.
6300         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6301         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6302         (rx_frame_type): New function.
6303         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6304         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6305         `this_cache'.
6306         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6307         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6308         RX_FRAME_TYPE_FAST_INTERRUPT.
6309         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6310         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6311         (rx_frame_unwind): Use rx_frame_sniffer instead of
6312         default_frame_sniffer.
6313         (rx_frame_unwind): New unwinder.
6314         (rx_gdbarch_init): Register new unwinder.
6315
6316 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6317
6318         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6319         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6320         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6321         and RX_FPSW_REGNUM.
6322         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6323
6324 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6325
6326         Fix GCC false warning.
6327         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6328
6329 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6330
6331         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6332         typo in the debugging message.
6333
6334 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6335
6336         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6337         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6338         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6339         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6340         (btrace_maint_clear): New.
6341         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6342         (pt_print_packet, btrace_maint_decode_pt)
6343         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6344         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6345         (maint_btrace_packet_history_cmd)
6346         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6347         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6348         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6349         (maint_info_btrace_cmd, _initialize_btrace): New.
6350         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6351         (btrace_maint_packet_history, btrace_maint_info): New.
6352         (btrace_thread_info) <maint>: New.
6353         * NEWS: Announce it.
6354
6355 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6356
6357         * btrace.c (btrace_fetch): Append the new trace data.
6358         (btrace_clear): Clear the stored trace data.
6359         * btrace.h (btrace_thread_info) <data>: New.
6360         * common/btrace-common.h (btrace_data_clear)
6361         (btrace_data_append): New.
6362         * common/btrace-common.c (btrace_data_clear)
6363         (btrace_data_append): New.
6364
6365 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6366
6367         * nat/linux-btrace.c (linux_enable_bts): Check for
6368         PERF_ATTR_SIZE_VER5.
6369         Check for data_offset and data_size fields.  Use them.
6370
6371 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6372
6373         * NEWS: Announce new commands "record btrace pt" and "record pt".
6374         Announce new options "set|show record btrace pt buffer-size".
6375         * btrace.c: Include "rsp-low.h".
6376         Include "inttypes.h".
6377         (btrace_add_pc): Add forward declaration.
6378         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6379         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6380         (btrace_compute_ftrace_pt): New.
6381         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6382         (check_xml_btrace_version): Update version check.
6383         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6384         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6385         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6386         (btrace_pt_children): New.
6387         (btrace_children): Add support for "pt".
6388         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6389         (btrace_conf_children): Add support for "pt".
6390         * btrace.h: Include "intel-pt.h".
6391         (btrace_pt_error): New.
6392         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6393         (btrace_data_empty): Support BTRACE_FORMAT_PT.
6394         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6395         (struct btrace_config_pt): New.
6396         (struct btrace_config)<pt>: New.
6397         (struct btrace_data_pt_config, struct btrace_data_pt): New.
6398         (struct btrace_data)<pt>: New.
6399         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6400         (pt): New.
6401         * features/btrace.dtd (btrace)<pt>: New.
6402         (pt, pt-config, cpu): New.
6403         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6404         (perf_event_pt_event_type, kernel_supports_pt)
6405         (linux_supports_pt): New.
6406         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6407         (linux_enable_bts): Free tinfo on error.
6408         (linux_enable_pt): New.
6409         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6410         (linux_disable_pt): New.
6411         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6412         (linux_fill_btrace_pt_config, linux_read_pt): New.
6413         (linux_read_btrace): Support BTRACE_FORMAT_PT.
6414         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6415         (struct btrace_target_info)<pt>: New.
6416         * record-btrace.c (set_record_btrace_pt_cmdlist)
6417         (show_record_btrace_pt_cmdlist): New.
6418         (record_btrace_print_pt_conf): New.
6419         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6420         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6421         (cmd_record_btrace_pt_start): New.
6422         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6423         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6424         (_initialize_record_btrace): Add new commands.
6425         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6426         (remote_protocol_features): Add "Qbtrace:pt".
6427         Add "Qbtrace-conf:pt:size".
6428         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6429         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6430         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6431         (_initialize_remote): Add new commands.
6432
6433 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6434
6435         * configure.ac: check for libipt
6436         * configure: Regenerate.
6437         * config.in: Regenerate.
6438         * Makefile.in (LIBIPT): New.
6439         (CLIBS): Add $LIBIPT.
6440         * NEWS: document new configure options
6441
6442 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6443
6444         * compile/compile-object-load.c (compile_object_load): Replace debug
6445         message "lookup undefined ELF symbol" by 3 more specific messages.
6446
6447 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
6448
6449         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6450         (rl78_register_type): Add case for RL78_PSW_REGNUM.
6451         (rl78_gdbarch_init): Initialize rl78_psw_type.
6452
6453 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
6454
6455         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6456         Update commentary.  Always refresh the registers when frame
6457         information has changed.
6458         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6459         Change return type to int.  Return 1 if frame information has
6460         changed, 0 otherwise.
6461         (tui_before_prompt): Update commentary.
6462         * tui/tui-stack.h (tui_show_frame_info): Change return type to
6463         int.
6464
6465 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6466
6467         PR tui/13378
6468         * frame.c (select_frame): Remove reference to
6469         deprecated_selected_frame_level_changed_hook.
6470         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6471         declaration.
6472         * stack.c (deprecated_selected_frame_level_changed_hook):
6473         Likewise.
6474         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6475         Rename to ...
6476         (tui_refresh_frame_and_register_information): ... this.  Bail
6477         out if there is no stack.  Don't update register information
6478         unless registers_too_p is true.
6479         (tui_print_frame_info_listing_hook): Rename to ...
6480         (tui_dummy_print_frame_info_listing_hook): ... this.
6481         (tui_before_prompt): New function.
6482         (tui_normal_stop): New function.
6483         (tui_before_prompt_observer): New observer.
6484         (tui_normal_stop_observer): New observer.
6485         (tui_install_hooks): Set
6486         deprecated_print_frame_info_listing_hook to
6487         tui_dummy_print_frame_info_listing_hook.  Register
6488         tui_before_prompt_observer to call tui_before_prompt and
6489         tui_normal_stop_observer to call tui_normal_stop.  Remove
6490         reference to deprecated_selected_frame_level_changed_hook.
6491         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6492         and tui_normal_stop_observer.  Remove reference to
6493         deprecated_selected_frame_level_changed_hook.
6494
6495 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6496
6497         PR tui/13378
6498         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6499         return an int instead of void.  Return whether the locator
6500         window has changed.
6501         (tui_show_frame_info): If the locator info has not changed, then
6502         bail out early to avoid refreshing the windows.
6503
6504 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6505
6506         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6507         LOCATOR_WIN to tui_alloc_content.
6508
6509 2015-06-30  Yao Qi  <yao.qi@linaro.org>
6510
6511         PR tdep/18605
6512         * arm-tdep.c (arm_get_next_pc_raw): Break for media
6513         instructions.
6514
6515 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
6516
6517         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6518         (rx_dwarf_reg_to_regnum): New function.
6519         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
6520         unwinding.
6521
6522 2015-06-29  Pedro Alves  <palves@redhat.com>
6523
6524         PR threads/18127
6525         * infcall.c (run_inferior_call): On infcall success, if the thread
6526         was marked stopped before, reset it back to stopped.
6527         * infrun.c (resume): Don't suppress the set_running calls when
6528         doing an infcall.
6529         (normal_stop): Only discard the finish_thread_state cleanup if the
6530         infcall succeeded.
6531
6532 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
6533
6534         * MAINTAINERS (Write After Approval): Update my email address.
6535
6536 2015-06-26  Keith Seitz  <keiths@redhat.com>
6537             Doug Evans  <dje@google.com>
6538
6539         PR 16253
6540         * block.c (block_lookup_symbol): For non-function blocks,
6541         continue to search for a symbol with an exact domain match
6542         Otherwise, return any previously found "best domain" symbol.
6543         (block_lookup_symbol_primary): Likewise.
6544
6545 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6546
6547         * NEWS: Mention the new option "history remove-duplicates".
6548         * top.c (history_remove_duplicates): New static variable.
6549         (show_history_remove_duplicates): New static function.
6550         (gdb_add_history): Conditionally remove duplicate history
6551         entries.
6552         (init_main): Add "history remove-duplicates" option.
6553
6554 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6555
6556         * tui/tui-win.c (focus_completer): New static function.
6557         (_initialize_tui_win): Set the completion function of the
6558         "focus" command to focus_completer.
6559
6560 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6561
6562         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6563         and language_asm..
6564         * symtab.c (find_function_start_sal): Likewise.
6565
6566 2015-06-25  Gary Benson  <gbenson@redhat.com>
6567
6568         * solib.c (solib_find_1): Set local variable sysroot to NULL if
6569         it is the empty string after trailing slashes have been stripped.
6570
6571 2015-06-25  Gary Benson  <gbenson@redhat.com>
6572
6573         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6574         * infrun.c (follow_exec): Likewise.
6575         * remote.c (remote_filesystem_is_local): Likewise.
6576         * solib.c (solib_find_1): Likewise.
6577
6578 2015-06-24  Keith Seitz  <keiths@redhat.com>
6579
6580         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6581         return value from lrealpath.
6582
6583 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6584
6585         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6586
6587 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6588
6589         * remote-sim.c: Include gdb_bfd.h.
6590         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6591         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6592
6593 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6594
6595         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6596         set_gdbarch_get_siginfo_type.
6597         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6598         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6599         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6600         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6601         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6602         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6603         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6604         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6605         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6606         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6607
6608 2015-06-24  Gary Benson  <gbenson@redhat.com>
6609
6610         * common/buffer.c (stdint.h): Do not include.
6611         * common/print-utils.c (stdint.h): Likewise.
6612         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6613         * compile/compile-c-types.c (gdb_assert.h): Likewise.
6614         * ft32-tdep.c (gdb_assert.h): Likewise.
6615         * guile/scm-utils.c (stdint.h): Likewise.
6616         * i386-linux-tdep.c (stdint.h): Likewise.
6617         * i386-tdep.c (stdint.h): Likewise.
6618         * nat/linux-btrace.c (stdint.h): Likewise.
6619         * nat/linux-btrace.h (stdint.h): Likewise.
6620         * nat/linux-ptrace.c (stdint.h): Likewise.
6621         * nat/mips-linux-watch.h (stdint.h): Likewise.
6622         * ppc-linux-nat.c (stdint.h): Likewise.
6623         * python/python-internal.h (stdint.h): Likewise.
6624         * stub-termcap.c (stdlib.h): Likewise.
6625         * target/target.h (stdint.h): Likewise.
6626         * xtensa-linux-nat.c (stdint.h): Likewise.
6627
6628 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
6629
6630         * top.c (init_history): Look at errno after calling strtol to
6631         properly map large GDBHISTSIZE values to infinity.
6632
6633 2015-06-23  Doug Evans  <dje@google.com>
6634
6635         * inferior.h (struct inferior_suspend_state): Delete, unused.
6636         All references deleted.
6637
6638 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
6639
6640         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6641         (microblaze_push_dummy_call): Likewise.
6642         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6643         and set_gdbarch_push_dummy_call.
6644
6645 2015-06-23  Yao Qi  <yao.qi@linaro.org>
6646
6647         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6648         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6649         (amd64_linux_store_inferior_registers): Likewise.
6650         * arm-linux-nat.c (fetch_fpregister): Likewise.
6651         (fetch_fpregs, store_fpregister): Likewise.
6652         (store_fpregister, store_fpregs): Likewise.
6653         (fetch_register, fetch_regs): Likewise.
6654         (store_register, store_regs): Likewise.
6655         (fetch_vfp_regs, store_vfp_regs): Likewise.
6656         (arm_linux_read_description): Check have_ptrace_getregset is
6657         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
6658         or TRIBOOL_FALSE.
6659         * i386-linux-nat.c (fetch_xstateregs): Check
6660         have_ptrace_getregset is not TRIBOOL_TRUE.
6661         (store_xstateregs): Likewise.
6662         * linux-nat.c (have_ptrace_getregset): Change its type to
6663         enum tribool.
6664         * linux-nat.h (tribool): New enum.
6665         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6666         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6667
6668 2015-06-19  Doug Evans  <dje@google.com>
6669
6670         * NEWS: Mention Sun's version of stabs is no longer supported.
6671         * elfread.c (free_elfinfo): Delete.  All uses updated.
6672         (elfstab_offset_sections): Delete.  All uses updated.
6673         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
6674         * psympriv.h (partial_symtab) <section_offsets>: Delete.
6675         All uses updated.
6676         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6677         All callers updated.
6678
6679 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
6680
6681         * common/rsp-low.c (needs_escaping): New.
6682         (remote_escape_output): Add unit_size parameter. Refactor to
6683         support multi-byte addressable units.  Rename parameters.
6684         * common/rsp-low.h (remote_escape_output): Add unit_size
6685         parameter and rename others. Update doc.
6686         * remote.c (align_for_efficient_write): New.
6687         (remote_write_bytes_aux): Add unit_size parameter and use it.
6688         Rename some variables.  Update doc.
6689         (remote_xfer_partial): Get unit size and use it.
6690         (remote_read_bytes_1): Add unit_size parameter and use it.
6691         Rename some variables. Update doc.
6692         (remote_write_bytes): Same.
6693         (remote_xfer_live_readonly_partial): Same.
6694         (remote_read_bytes): Same.
6695         (remote_flash_write): Update call to remote_write_bytes_aux.
6696         (remote_write_qxfer): Update call to remote_escape_output.
6697         (remote_search_memory): Same.
6698         (remote_hostio_pwrite): Same.
6699
6700 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
6701
6702         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6703         locations as inserted.
6704         Update and expand comment about permanent locations.
6705         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6706         Move comment to add_location_to_breakpoint.
6707         (update_global_location_list): Don't error out if a permanent
6708         breakpoint is not marked inserted.
6709         Don't error out if a non-permanent breakpoint location is inserted on
6710         top of a permanent breakpoint.
6711
6712 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
6713
6714         * breakpoint.c (make_breakpoint_permanent): Remove unused
6715         function.
6716         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
6717
6718 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6719
6720         PR gdb/16999
6721         * NEWS: Mention new GDBHISTSIZE behavior.
6722         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
6723         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
6724
6725 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6726
6727         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
6728         * top.c (init_history): Read from GDBHISTSIZE instead of
6729         HISTSIZE.
6730         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
6731
6732 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6733
6734         * top.c (gdb_safe_append_history): Do not call
6735         history_truncate_file if the history is not stifled.
6736
6737 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6738
6739         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
6740         * syscalls/s390x-linux.xml: Likewise.
6741
6742 2015-06-16  Michael Eager  <eager@eagercon.com>
6743
6744         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
6745
6746 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
6747
6748         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
6749         target_terminal_ours_for_output() before calling
6750         tui_show_frame_info(), and restore the original terminal
6751         settings afterwards.
6752
6753 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
6754
6755         * arm-linux-nat.c: Include nat/linux-ptrace.h.
6756
6757 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
6758
6759         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
6760         memory unit size.
6761         (mi_cmd_data_write_memory_bytes): Same.
6762
6763 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
6764
6765         * corefile.c (write_memory): Update doc.
6766         * gdbcore.h (write_memory): Same.
6767
6768 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6769
6770         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
6771         (dump_mapping_p): Use it for parameter filterflags.
6772         (linux_find_memory_regions_full): Use it for variable filterflags.
6773
6774 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
6775             Jan Kratochvil  <jan.kratochvil@redhat.com>
6776
6777         Merge multiple hex conversions.
6778         * monitor.c: Include rsp-low.h.
6779         (fromhex): Remove definition.
6780
6781 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
6782             Jan Kratochvil  <jan.kratochvil@redhat.com>
6783
6784         Move utility functions to common/.
6785         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
6786         Move defs to common/common-utils.c.
6787         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
6788         (skip_to_space_const): Move decls to common/common-utils.h.
6789         * common/common-defs.h: Move include of common-types.h before
6790         common-utils.h.
6791         * common/common-utils.c: Include host-defs.h and ctype.h.
6792         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
6793         from utils.c.
6794         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
6795         cli/cli-utils.c.
6796         * common/common-utils.h (strtoulst): Move decl from utils.h.
6797         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
6798         Move from cli/cli-utils.h.
6799         * common/host-defs.h: Include limits.h.
6800         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
6801         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
6802         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
6803         common/common-utils.h.
6804         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
6805         (strtoulst): Move to common/common-utils.c.
6806         * utils.h (strtoulst): Moved decl to common/common-utils.h.
6807
6808 2015-06-15  Yao Qi  <yao.qi@linaro.org>
6809
6810         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
6811
6812 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
6813
6814         * build-id.c: Don't include elf-bfd.h.
6815         (build_id_bfd_get): Use bfd_build_id.
6816         (build_id_verify): Ditto.
6817         * build-id.h: Ditto.
6818         (find_separate_debug_file_by_buildid): Ditto.
6819         * python/py-objfile.c: Don't include elf-bfd.h.
6820         (objfpy_get_build_id) Use bfd_build_id.
6821         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
6822         * coffread.c: Include build-id.h.
6823         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
6824
6825 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
6826
6827         * windows-nat.c (do_windows_fetch_inferior_registers)
6828         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
6829         conditional with __CYGWIN__.
6830
6831 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6832
6833         * completer.c: Add arch-utils.h include.
6834         (enum reg_completer_targets): New enum.
6835         (reg_or_group_completer_1): New function containing old
6836         reg_or_group_completer, add and use new parameter to control what
6837         is completed on.  Use get_current_arch rather than architecture of
6838         currently selected frame.
6839         (reg_or_group_completer): Call new reg_or_group_completer_1.
6840         (reggroup_completer): Call new reg_or_group_completer_1.
6841         * completer.h (reggroup_completer): Add declaration.
6842         * tui/tui-regs.c: Add 'completer.h' include.
6843         (tui_reg_next_command): Renamed to...
6844         (tui_reg_next): ...this.  Adjust parameters and return rather than
6845         display new group.
6846         (tui_reg_prev_command): Renamed to...
6847         (tui_reg_prev): ...this.  Adjust parameters and return rather than
6848         display new group.
6849         (tui_reg_float_command): Delete.
6850         (tui_reg_general_command): Delete.
6851         (tui_reg_system_command): Delete.
6852         (tui_reg_command): Rewrite to perform switching of register group.
6853         Add header comment.
6854         (tuireglist): Remove.
6855         (tui_reggroup_completer): New function.
6856         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
6857         creation of 'tui reg' command.
6858         * NEWS: Add comment about 'tui reg' changes.
6859
6860 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
6861
6862         * target.c (target_read): Consider addressable unit size when
6863         reading from a memory object.
6864         (read_memory_robust): Same.
6865         (read_whatever_is_readable): Same.
6866         (target_write_with_progress): Consider addressable unit size
6867         when writing to a memory object.
6868         * target.h (target_read): Update documentation.
6869         (target_write): Add documentation.
6870
6871 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
6872
6873         * arch-utils.h (default_addressable_memory_unit_size): New.
6874         * arch-utils.c (default_addressable_memory_unit_size): New.
6875         * gdbarch.sh (addressable_memory_unit_size): New.
6876         * gdbarch.h: Re-generate.
6877         * gdbarch.c: Re-generate.
6878
6879 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
6880
6881         * target.c (target_read): Rename variables and use
6882         TARGET_XFER_E_IO.
6883         (target_read_with_progress): Same.
6884         (read_memory_robust): Constify parameters and rename
6885         variables.
6886         (read_whatever_is_readable): Constify parameters,
6887         rename variables, adjust formatting.
6888         * target.h (read_memory_robust): Constify parameters.
6889
6890 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6891
6892         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
6893         synthetic (non-AltiVec) vector types.
6894         (ppc64_sysv_abi_return_value): Likewise.
6895
6896 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6897
6898         PR breakpoints/16465
6899         * breakpoint.c (create_breakpoint): Save extra_string for
6900         pending breakpoints.
6901
6902 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6903
6904         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
6905         and bt_mask to CORE_ADDR.
6906
6907 2015-06-11  Gary Benson <gbenson@redhat.com>
6908
6909         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
6910         (mnsh_recv_message): Likewise.
6911
6912 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6913
6914         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
6915         long long int and plongest instead of %ll.
6916
6917 2015-06-11  Gary Benson <gbenson@redhat.com>
6918
6919         * nat/linux-namespaces.c (gdb_wait.h): New include.
6920         (sys/wait.h): Do not include.
6921
6922 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
6923
6924         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
6925         end_sequence is true.
6926
6927 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6928
6929         Code cleanup.
6930         * solib-target.c (library_list_start_list): Use explicit NULL
6931         comparison.
6932
6933 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6934
6935         * solib-target.c (library_list_start_list): Do not dereference
6936         variable version in its initialization.  Make the VERSION check handle
6937         NULL.
6938         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
6939
6940 2015-06-10  Gary Benson <gbenson@redhat.com>
6941
6942         * NEWS: Announce support for direct access of executable and
6943         shared library files when attaching to inferiors in containers
6944         on GNU/Linux systems.
6945
6946 2015-06-10  Gary Benson <gbenson@redhat.com>
6947
6948         * remote.c (struct remote_state) <fs_pid>: New field.
6949         (new_remote_state): Initialize the above.
6950         (PACKET_vFile_setfs): New enum value.
6951         (remote_hostio_set_filesystem): New function.
6952         (remote_hostio_open): Call the above.
6953         (remote_hostio_unlink): Likewise.
6954         (remote_hostio_readlink): Likewise.
6955         (_initialize_remote): Register new "set/show remote
6956         hostio-setfs-packet" command.
6957         * NEWS: Announce new vFile:setfs packet.
6958
6959 2015-06-10  Gary Benson <gbenson@redhat.com>
6960
6961         * linux-nat.c (nat/linux-namespaces.h): New include.
6962         (fileio.h): Likewise.
6963         (linux_nat_filesystem_is_local): New function.
6964         (linux_nat_fileio_pid_of): Likewise.
6965         (linux_nat_fileio_open): Likewise.
6966         (linux_nat_fileio_readlink): Likewise.
6967         (linux_nat_fileio_unlink): Likewise.
6968         (linux_nat_add_target): Initialize to_filesystem_is_local,
6969         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
6970         (_initialize_linux_nat): New "set/show debug linux-namespaces"
6971         commands.
6972         * NEWS: Mention new "set/show debug linux-namespaces" commands.
6973
6974 2015-06-10  Gary Benson <gbenson@redhat.com>
6975
6976         * target.h (struct inferior): New forward declaration.
6977         (struct target_ops) <to_filesystem_is_local>: Update comment.
6978         (struct target_ops) <to_fileio_open>: New argument inf.
6979         Update comment.  All implementations updated.
6980         (struct target_ops) <to_fileio_unlink>: Likewise.
6981         (struct target_ops) <to_fileio_readlink>: Likewise.
6982         (target_filesystem_is_local): Update comment.
6983         (target_fileio_open): New argument inf.  Update comment.
6984         (target_fileio_unlink): Likewise.
6985         (target_fileio_readlink): Likewise.
6986         (target_fileio_read_alloc): Likewise.
6987         (target_fileio_read_stralloc): Likewise.
6988         * target.c (target_fileio_open): New argument inf.
6989         Pass inf to implementation.  Update debug printing.
6990         (target_fileio_unlink): Likewise.
6991         (target_fileio_readlink): Likewise.
6992         (target_fileio_read_alloc_1): New argument inf. Pass inf
6993         to target_fileio_open.
6994         (target_fileio_read_alloc): New argument inf. Pass inf to
6995         target_fileio_read_alloc_1.
6996         (target_fileio_read_stralloc): Likewise.
6997         * gdb_bfd.c (inferior.h): New include.
6998         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
6999         argument with new argument "inferior".  Pass inferior to
7000         target_fileio_open.
7001         (gdb_bfd_open): Supply inferior argument to
7002         gdb_bfd_iovec_fileio_open.
7003         * linux-tdep.c (linux_info_proc): Supply inf argument to
7004         relevant target_fileio calls.
7005         (linux_find_memory_regions_full): Likewise.
7006         (linux_fill_prpsinfo): Likewise.
7007         * remote.c (remote_filesystem_is_local): Supply inf
7008         argument to remote_hostio_open.
7009         (remote_file_put): Likewise.
7010         (remote_file_get): Likewise.
7011         (remote_file_delete): Supply inf argument to
7012         remote_hostio_unlink.
7013
7014 2015-06-10  Gary Benson <gbenson@redhat.com>
7015
7016         * inf-child.c (inf_child_fileio_open): Replace comment.
7017         (inf_child_fileio_pwrite): Likewise.
7018         (inf_child_fileio_pread): Likewise.
7019         (inf_child_fileio_fstat): Insert blank line before comment.
7020         (inf_child_fileio_close): Replace comment.
7021         (inf_child_fileio_unlink): Likewise.
7022         (inf_child_fileio_readlink): Likewise.
7023         * remote.c (remote_hostio_open): Likewise.
7024         (remote_hostio_pread): Likewise.
7025         (remote_hostio_pwrite): Likewise.
7026         (remote_hostio_close): Likewise.
7027         (remote_hostio_unlink): Likewise.
7028         (remote_hostio_readlink): Likewise.
7029         (remote_hostio_fstat): Likewise.
7030         (remote_filesystem_is_local): Likewise.
7031         * target.c (target_fileio_open): Likewise.
7032         (target_fileio_pwrite): Likewise.
7033         (target_fileio_pread): Likewise.
7034         (target_fileio_fstat): Insert blank line before comment.
7035         (target_fileio_close): Replace comment.
7036         (target_fileio_unlink): Likewise.
7037         (target_fileio_readlink): Likewise.
7038         (target_fileio_read_alloc): Likewise.
7039         (target_fileio_read_stralloc): Likewise.
7040
7041 2015-06-10  Gary Benson <gbenson@redhat.com>
7042
7043         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7044         (check_pid_namespace_match): Use linux_ns_same rather than
7045         linux_proc_pid_get_ns to spot PID namespace mismatches.
7046         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7047         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7048
7049 2015-06-10  Gary Benson <gbenson@redhat.com>
7050
7051         * configure.ac (AC_CHECK_FUNCS): Add setns.
7052         * config.in: Regenerate.
7053         * configure: Likewise.
7054         * nat/linux-namespaces.h: New file.
7055         * nat/linux-namespaces.c: Likewise.
7056         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7057         (linux-namespaces.o): New rule.
7058         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7059         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7060         * config/arm/linux.mh (NATDEPFILES): Likewise.
7061         * config/i386/linux.mh (NATDEPFILES): Likewise.
7062         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7063         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7064         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7065         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7066         * config/mips/linux.mh (NATDEPFILES): Likewise.
7067         * config/pa/linux.mh (NATDEPFILES): Likewise.
7068         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7069         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7070         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7071         * config/s390/linux.mh (NATDEPFILES): Likewise.
7072         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7073         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7074         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7075         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7076
7077 2015-06-10  Gary Benson <gbenson@redhat.com>
7078
7079         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7080         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7081         (make_cleanup_close): Likewise.
7082         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7083         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7084         (make_cleanup_close): Likewise.
7085
7086 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7087
7088         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7089         from SuspendThread().
7090
7091 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7092
7093         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7094         from OutputDebugString.
7095
7096 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7097                         Mircea Gherzan  <mircea.gherzan@intel.com>
7098
7099         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7100         MPX_BT_MASK_32): New macros.
7101         (i386_mpx_set_bounds): New function that implements
7102         the command "set-mpx-bound".
7103         (i386_mpx_enabled): Helper function to test MPX availability.
7104         (i386_mpx_bd_base): Helper function to calculate the base directory
7105         address.
7106         (i386_mpx_get_bt_entry): Helper function to access a bound
7107         table entry.
7108         (i386_mpx_print_bounds): Effectively display bound information.
7109         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7110         "show mpx".
7111         (_initialize_i386_tdep):
7112         Add "bound" to the commands "show mpx" and "set mpx" commands.
7113         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7114         and "show mpx" commands.
7115         * NEWS: List new commands for MPX support.
7116
7117 2015-06-09  Gary Benson <gbenson@redhat.com>
7118
7119         * common/fileio.h (fileio_to_host_mode): New declaration.
7120         * common/fileio.c (fileio_to_host_mode): New Function.
7121         * inf-child.c (inf_child_fileio_open): Process mode argument
7122         with fileio_to_host_mode.
7123
7124 2015-06-09  Gary Benson <gbenson@redhat.com>
7125
7126         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7127         conditional.
7128
7129 2015-06-05  Gary Benson <gbenson@redhat.com>
7130
7131         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7132         * remote.c (remote_filesystem_is_local): ...here.
7133
7134 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7135
7136         * gdbarch.c: Regenerate it.
7137
7138 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7139
7140         * arch-utils.c (default_infcall_munmap): New.
7141         * arch-utils.h (default_infcall_munmap): New declaration.
7142         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7143         (munmap_list_free, munmap_listp_free_cleanup): New.
7144         (struct setup_sections_data): Add field munmap_list_headp.
7145         (setup_sections): Call munmap_list_add.
7146         (compile_object_load): New variable munmap_list_head, initialize
7147         setup_sections_data.munmap_list_headp, return munmap_list_head.
7148         * compile/compile-object-load.h (struct munmap_list): New declaration.
7149         (struct compile_module): Add field munmap_list_head.
7150         (munmap_list_free): New declaration.
7151         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7152         munmap_list_head.
7153         (do_module_cleanup): Call munmap_list_free.
7154         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7155         * gdbarch.c: Regenerate.
7156         * gdbarch.h: Regenerate.
7157         * gdbarch.sh (infcall_munmap): New.
7158         * linux-tdep.c (linux_infcall_munmap): New.
7159         (linux_init_abi): Install it.
7160
7161 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7162
7163         PR gdb/15564
7164         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7165
7166 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7167
7168         * i386-linux-nat.c: Include linux-nat.h.
7169
7170 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7171             Jan Kratochvil  <jan.kratochvil@redhat.com>
7172
7173         PR symtab/18392
7174         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7175         assertion.
7176         * dwarf2loc.c (chain_candidate): Likewise.
7177
7178 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7179
7180         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7181         (store_vfp_regs): Use PTRACE_SETREGSET.
7182
7183 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7184
7185         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7186         (fetch_fpregs): Likewise.
7187         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7188         (store_fpregs): Likewise.
7189
7190 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7191
7192         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7193         (fetch_regs): Likewise.
7194         (store_regs): Use PTRACE_SETREGSET.
7195         (store_register): Likewise.
7196
7197 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7198
7199         * arm-linux-nat.c (arm_linux_read_description): Check whether
7200         kernel supports PTRACE_GETREGSET.
7201
7202 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7203
7204         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7205         * linux-nat.c: ... here.
7206         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7207         to ...
7208         * linux-nat.h: ... here.
7209
7210 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7211
7212         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7213         * i386-linux-nat.c: Likewise.
7214         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7215         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7216         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7217         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7218         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7219
7220 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7221
7222         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7223         compatible to what read_child and write_child return.  This
7224         unbreaks that DJGPP build of GDB which was broken since v7.7.
7225
7226 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7227
7228         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7229
7230 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7231
7232         PR gdb/18464
7233         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7234         rather than internal_error for an unrecognized value.
7235
7236 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7237
7238         * xtensa-tdep.c (xtensa_pseudo_register_read)
7239         (xtensa_pseudo_register_write): Don't alias last pseudo register
7240         to a1.
7241
7242 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7243
7244         * infrun.c (follow_fork_inferior): Ensure the use of
7245         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7246         messages.
7247
7248 2015-05-28  Doug Evans  <dje@google.com>
7249
7250         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7251
7252 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7253
7254         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7255         (arm_linux_fetch_inferior_registers): Use
7256         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7257         (arm_linux_store_inferior_registers): Likewise.
7258         (arm_linux_read_description): Don't set
7259         arm_linux_has_wmmx_registers.
7260         * arm-tdep.c (arm_gdbarch_init): Set
7261         tdep->have_wmmx_registers according target descriptions.
7262         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7263         field.
7264
7265 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7266
7267         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7268         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7269         instead of arm_linux_vfp_register_count.
7270         (store_vfp_regs): Likewise.
7271         (arm_linux_fetch_inferior_registers): Likewise.
7272         (arm_linux_store_inferior_registers): Likewise.
7273         (arm_linux_read_description): Don't set
7274         arm_linux_vfp_register_count.
7275         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7276         Adjust.
7277         * arm-tdep.c (arm_gdbarch_init): Add assert on
7278         vfp_register_count.
7279         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7280         field to vfp_register_count.  All users updated.
7281
7282 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7283
7284         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7285         ELFOSABI_GNU binaries.
7286
7287 2015-05-27  Doug Evans  <dje@google.com>
7288
7289         * dwarf2read.c (lnp_state_machine): New typedef.
7290         (lnp_reader_state): New typedef.
7291         (dwarf_record_line_1): Renamed from dwarf_record_line.
7292         All callers updated.
7293         (dwarf_record_line): New function.
7294         (init_lnp_state_machine): New function.
7295         (check_line_address): Replace p_record_line parameter with state.
7296         All callers updated.
7297         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7298         Update to record state in lnp_state_machine.
7299
7300 2015-05-27  Doug Evans  <dje@google.com>
7301
7302         * dwarf2read.c (record_line_ftype): New typedef.
7303         (check_line_address): New function.
7304         (dwarf_decode_lines_1): Call it.
7305
7306 2015-05-27  Doug Evans  <dje@google.com>
7307
7308         * NEWS: Mention "set debug dwarf-line".
7309         * dwarf2read.c (dwarf_line_debug): New static global.
7310         (add_include_dir): Add debug dwarf-line support.
7311         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7312         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7313
7314 2015-05-27  Doug Evans  <dje@google.com>
7315
7316         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7317         All callers updated.
7318         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7319         * cp-support.h (cp_lookup_nested_symbol): Update.
7320
7321 2015-05-27  Doug Evans  <dje@google.com>
7322
7323         PR symtab/18258
7324         * block.c (block_find_symbol): New function.
7325         (block_find_non_opaque_type): Ditto.
7326         (block_find_non_opaque_type_preferred): Ditto.
7327         * block.h (block_symbol_matcher_ftype): New typedef.
7328         (block_find_symbol): Declare.
7329         (block_find_non_opaque_type): Ditto.
7330         (block_find_non_opaque_type_preferred): Ditto.
7331         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7332         * psymtab.c (psym_lookup_symbol): Ditto.
7333         * symtab.c (basic_lookup_transparent_type_1): New function.
7334         (basic_lookup_transparent_type): Call it.
7335
7336 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7337
7338         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7339         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7340
7341 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7342
7343         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7344         before operator &&.
7345         (aarch64_record_load_store): Likewise.
7346
7347 2015-05-26  Doug Evans  <dje@google.com>
7348
7349         PR c++/18141, c++/18417.
7350         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7351         a typedef.
7352
7353 2015-05-26  Doug Evans  <dje@google.com>
7354
7355         * NEWS: Add entries for command renamings.
7356         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7357         All uses updated.
7358         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7359         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7360         All uses updated.
7361         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7362         All callers updated.  Fix spelling of DWARF in help text.
7363         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7364         All uses updated.
7365         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7366         All uses updated.
7367         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7368         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7369         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7370         All uses updated.
7371         (show_dwarf_always_disassemble): Renamed from
7372         show_dwarf2_always_disassemble.  All callers updated.
7373         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7374         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7375         "set/show dwarf max-cache-age".  Rename
7376         "set/show dwarf2 always-disassemble" to
7377         "set/show dwarf always-disassemble".  Rename
7378         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
7379         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7380
7381 2015-05-26  Doug Evans  <dje@google.com>
7382
7383         PR python/18438
7384         * python/py-lazy-string.c (stpy_convert_to_value): Use
7385         gdbpy_gdb_memory_error not PyExc_MemoryError.
7386         (gdbpy_create_lazy_string_object): Ditto.
7387
7388 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7389
7390         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7391
7392 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7393
7394         * tui/tui-regs.c (tui_reg_prev_command): New function.
7395         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7396         * reggroups.c (reggroup_prev): New function.
7397         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
7398
7399 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7400             Yao Qi  <yao.qi@linaro.org>
7401
7402         * aarch64-linux-tdep.c: Include linux-record.h and
7403         record-full.h.
7404         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7405         (aarch64_syscall): New enum.
7406         (aarch64_canonicalize_syscall): New function.
7407         (aarch64_all_but_pc_registers_record): New function.
7408         (aarch64_linux_syscall_record): New function.
7409         (aarch64_linux_init_abi): Install AArch64 process record
7410         handler.  Update to handle syscall recording.
7411         * aarch64-tdep.c: Include record.h and record-full.h.
7412         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7413         (struct aarch64_mem_r): Define.
7414         (aarch64_record_result): New enum.
7415         (struct insn_decode_record): Define.
7416         (insn_decode_record): New typedef.
7417         (aarch64_record_data_proc_reg): New function.
7418         (aarch64_record_data_proc_imm): New function.
7419         (aarch64_record_branch_except_sys): New function.
7420         (aarch64_record_load_store): New function.
7421         (aarch64_record_data_proc_simd_fp): New function.
7422         (aarch64_record_asimd_load_store): New function.
7423         (aarch64_record_decode_insn_handler): New function.
7424         (deallocate_reg_mem): New function.
7425         (aarch64_process_record): New function.
7426         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7427         New field.
7428         (aarch64_process_record): New extern declaration.
7429         * configure.tgt: Add linux-record.o to gdb_target_obs.
7430         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7431
7432 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7433
7434         * NEWS: Add a note on process record-replay support on aarch64*-linux*
7435         targets.
7436
7437 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
7438
7439         * amd64-tdep.c: Replace in_function_epilogue_p with
7440         stack_frame_destroyed_p throughout.
7441         * arch-utils.c: Ditto.
7442         * arch-utils.h: Ditto.
7443         * arm-tdep.c: Ditto.
7444         * breakpoint.c: Ditto.
7445         * gdbarch.sh: Ditto.
7446         * hppa-tdep.c: Ditto.
7447         * i386-tdep.c: Ditto.
7448         * mips-tdep.c: Ditto.
7449         * nios2-tdep.c: Ditto.
7450         * rs6000-tdep.c: Ditto.
7451         * s390-linux-tdep.c: Ditto.
7452         * score-tdep.c: Ditto.
7453         * sh-tdep.c: Ditto.
7454         * sparc-tdep.c: Ditto.
7455         * sparc-tdep.h: Ditto.
7456         * sparc64-tdep.c: Ditto.
7457         * spu-tdep.c: Ditto.
7458         * tic6x-tdep.c: Ditto.
7459         * tilegx-tdep.c: Ditto.
7460         * xstormy16-tdep.c: Ditto.
7461         * gdbarch.c, gdbarch.h: Re-generated.
7462
7463 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
7464
7465         * NEWS: Mention 'tui enable' and 'tui disable'.
7466         * tui/tui.c (tui_enable_command): New function.
7467         (tui_disable_command): New function.
7468         (_initialize_tui): New function.
7469
7470 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7471
7472         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7473
7474 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7475
7476         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7477         buf_ptr is freed.
7478
7479 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7480
7481         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7482         into ...
7483         (tui_set_layout_for_display_command): ...here, before calling
7484         tui_set_layout.  Only set the layout if gdb has not already
7485         entered the TUI_FAILURE state.
7486
7487 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7488
7489         * tui/tui-layout.c (layout_completer): New function.
7490         (_initialize_tui_layout): Set completer on layout command.
7491
7492 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7493
7494         * tui/tui-layout.c (tui_set_layout): Remove
7495         tui_register_display_type parameter.  Remove all checking of this
7496         parameter, and reindent function.  Update header comment.
7497         (tui_set_layout_for_display_command): Rename to...
7498         (tui_set_layout_by_name): ...this, and don't check for different
7499         register class types, don't pass a tui_register_display_type to
7500         tui_set_layout.  Update header comment.
7501         (layout_names): Remove register set specific names.
7502         * tui/tui-layout.h (tui_set_layout): Remove
7503         tui_register_display_type parameter.
7504         * tui/tui.c (tui_rl_change_windows): Don't pass a
7505         tui_register_display_type to tui_set_layout.
7506         (tui_rl_delete_other_windows): Likewise.
7507         (tui_enable): Likewise.
7508         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7509         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7510         (TUI_GENERAL_REGS_NAME): Remove.
7511         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7512         (TUI_SPECIAL_REGS_NAME): Remove.
7513         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7514         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7515         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7516         (enum tui_register_display_type): Remove.
7517         (struct tui_layout_def): Remove regs_display_type and
7518         float_regs_display_type fields.
7519         (struct tui_data_info): Remove regs_display_type field.
7520         (tui_layout_command): Use new name for
7521         tui_set_layout_for_display_command.
7522         * tui/tui-data.c (layout_def): Don't initialise removed fields.
7523         (tui_clear_win_detail): Don't initialise removed fields of
7524         win_info.
7525         * tui/tui-regs.c (tui_show_registers): Use new name for
7526         tui_set_layout_for_display_command.
7527         * tui/tui.h (tui_set_layout_for_display_command): Rename
7528         declaration to...
7529         (tui_set_layout_by_name): ...this.
7530         * printcmd.c (display_command): Remove tui related layout call,
7531         and reindent.
7532
7533 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7534
7535         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7536         (handle_inferior_event): New function.
7537
7538 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7539
7540         * ada-lang.c (to_fixed_array_type): Rename local variable
7541         typename into type_name.
7542
7543 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7544
7545         Fix ASAN crash for gdb.compile/compile.exp.
7546         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7547
7548 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7549
7550         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7551         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7552         * compile/compile-object-load.c (setup_sections, compile_object_load):
7553         Likewise.
7554         * compile/compile.c (compile_to_object): Likewise.
7555
7556 2015-05-16  Doug Evans  <xdje42@gmail.com>
7557
7558         * NEWS: Mention support for unbuffered Guile memory ports.
7559         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7560         (ioscm_lseek_address): Improve overflow calculation.
7561         (gdbscm_memory_port_fill_input): Add assert.
7562         (gdbscm_memory_port_write): Handle unbuffered ports.
7563         Handle large writes identical to Guile's fport_write.
7564         (gdbscm_memory_port_seek): Fix seeking past end check.
7565         (gdbscm_memory_port_close): Handle closing unbuffered port.
7566         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7567         (ioscm_init_memory_port): Handle unbuffered ports.
7568         (ioscm_reinit_memory_port): Ditto.
7569         (ioscm_init_memory_port): Update size calculation.
7570         (gdbscm_open_memory): Support zero sized ports.
7571
7572 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7573
7574         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7575         variable compiler warnings.
7576
7577 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7578
7579         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7580
7581 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7582             Phil Muldoon  <pmuldoon@redhat.com>
7583
7584         * NEWS (Changes since GDB 7.9): Add compile print.
7585         * compile/compile-c-support.c (add_code_header, add_code_footer)
7586         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7587         COMPILE_I_PRINT_VALUE_SCOPE.
7588         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7589         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7590         New.
7591         * compile/compile-object-load.c: Include block.h.
7592         (get_out_value_type): New function.
7593         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7594         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
7595         OUT_VALUE_TYPE.
7596         * compile/compile-object-load.h (struct compile_module): Add fields
7597         out_value_addr and out_value_type.
7598         * compile/compile-object-run.c: Include valprint.h and compile.h.
7599         (struct do_module_cleanup): Add fields out_value_addr and
7600         out_value_type.
7601         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7602         COMPILE_I_PRINT_VALUE_SCOPE.
7603         (compile_object_run): Propagate out_value_addr and out_value_type.
7604         Pass OUT_VALUE_ADDR.
7605         * compile/compile.c: Include valprint.h.
7606         (compile_print_value, compile_print_command): New functions.
7607         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7608         (_initialize_compile): Update compile code help text.  Install
7609         compile_print_command.
7610         * compile/compile.h (compile_print_value): New prototype.
7611         * defs.h (enum compile_i_scope_types): Add
7612         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7613
7614 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7615
7616         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7617         Rely on its parameter count.
7618         (compile_object_load): Replace lookup_minimal_symbol_text by
7619         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
7620         return value.
7621         * compile/compile-object-load.h (struct compile_module): Replace
7622         func_addr by func_sym.
7623         * compile/compile-object-run.c: Include block.h.
7624         (compile_object_run): Reset module variable after it is freed.  Use
7625         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
7626
7627 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7628
7629         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7630         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7631         (c_compute_program): Call generate_register_struct after typedefs.
7632         * compile/compile-loc2c.c (push, pushf_register_address)
7633         (pushf_register): Cast to GCC_UINTPTR.
7634         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
7635         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
7636         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7637         * compile/compile.c (_initialize_compile): Enable warnings for
7638         COMPILE_ARGS.
7639
7640 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7641
7642         * cli/cli-script.c (execute_control_command): Update
7643         eval_compile_command caller.
7644         * compile/compile-object-load.c (compile_object_load): Add parameters
7645         scope and scope_data.  Set them.
7646         * compile/compile-object-load.h (struct compile_module): Add fields
7647         scope and scope_data.
7648         (compile_object_load): Add parameters scope and scope_data.
7649         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7650         scope and scope_data.
7651         (compile_object_run): Propagate the fields scope and scope_data.
7652         * compile/compile.c (compile_file_command, compile_code_command):
7653         Update eval_compile_command callers.
7654         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
7655         * compile/compile.h (eval_compile_command): Add parameter scope_data.
7656         * defs.h (struct command_line): Add field scope_data.
7657
7658 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7659
7660         * printcmd.c (struct format_data): Move it to valprint.h.
7661         (print_command_parse_format, print_value): New functions from ...
7662         (print_command_1): ... here.  Call them.
7663         * valprint.h (struct format_data): Move it here from printcmd.c.
7664         (print_command_parse_format, print_value): New declarations.
7665
7666 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7667
7668         * compile/compile-object-load.c (compile_object_load): Add
7669         COMPILE_DEBUG message.
7670
7671 2015-05-15  Jerome Guitton  <guitton@adacore.com>
7672
7673         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7674         index to get element instead of enum value.
7675         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7676         of index to compute length, but enum values to compute bounds.
7677         (ada_array_length): Use enum position of index instead of enum value.
7678         (pos_atr): Move position computation to...
7679         (ada_evaluate_subexp): Use enum values to compute bounds.
7680         * gdbtypes.c (discrete_position): ...this new function.
7681         * gdbtypes.h (discrete_position): New function declaration.
7682         * valprint.c (val_print_array_elements): Call discrete_position
7683         to handle array indexed by non-contiguous enumeration types.
7684
7685 2015-05-15  Jerome Guitton  <guitton@adacore.com>
7686
7687         * ada-lang.c (find_parallel_type_by_descriptive_type):
7688         Go through typedefs during lookup.
7689         (to_fixed_array_type): Add support for non-bit packed arrays
7690         as variable-length fields.
7691
7692 2015-05-15  Pedro Alves  <palves@redhat.com>
7693             Simon Marchi  <simon.marchi@ericsson.com>
7694
7695         * event-loop.c (gdb_notifier) <next_file_handler,
7696         next_poll_fds_index>: New fields.
7697         (get_next_file_handler_to_handle_and_advance): New function.
7698         (delete_file_handler): If deleting the next file handler to
7699         handle, advance to the next file handler.
7700         (gdb_wait_for_event): Bail early if no event fired.  Poll file
7701         handlers in round-robin fashion.
7702
7703 2015-05-15  Pedro Alves  <palves@redhat.com>
7704
7705         * linux-tdep.c (linux_find_memory_regions_full): Rename local
7706         'private' to 'priv'.
7707
7708 2015-05-15  Pedro Alves  <palves@redhat.com>
7709
7710         * nat/linux-nat.h: Include "target/waitstatus.h".
7711
7712 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
7713
7714         * python/py-unwind.c (struct reg_info): Move out of ...
7715         (struct cached_frame_info): ... this scope.
7716         (pending_frame_object_type, unwind_info_object_type): Make extern.
7717
7718 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
7719
7720         * ada-lang.c (ada_value_primitive_packed_val): Make sure
7721         accumSize is never negative.
7722
7723 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
7724
7725         * tui/tui-command.c: Remove include of <ctype.h>.
7726         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
7727
7728 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
7729
7730         * dwarf2read.c (die_needs_namespace): Return 1 for
7731         DW_TAG_inlined_subroutine.
7732
7733 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7734
7735         * regcache.c (regcache_cpy_no_passthrough): New declaration.
7736         (regcache_cpy_no_passthrough): Make it static, add function comment.
7737         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
7738         (regcache_cpy_no_passthrough): Remove declaration.
7739
7740 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7741
7742         * gdbthread.h (struct thread_control_state): Update comment for
7743         proceed_to_finish.
7744         * infcall.c (run_inferior_call): Update comment about
7745         proceed_to_finish.
7746         * infcmd.c (get_return_value): Update comment about stop_registers.
7747         (finish_forward): Update comment about proceed_to_finish.
7748         * infrun.c (stop_registers): Remove.
7749         (clear_proceed_status, normal_stop): Remove stop_registers handling.
7750         * infrun.h (stop_registers): Remove.
7751
7752 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7753
7754         * infcall.c (struct dummy_frame_context_saver)
7755         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
7756         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7757         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7758         New.
7759         (call_function_by_hand_dummy): Move discard_cleanups of
7760         inf_status_cleanup before dummy_frame_push.  Call
7761         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
7762         Use dummy_frame_context_saver_get_regs instead of stop_registers.
7763         * infcall.h (struct dummy_frame_context_saver)
7764         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7765         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7766         New declarations.
7767         * infcmd.c: Include infcall.h.
7768         (get_return_value): Add parameter ctx_saver, use it instead of
7769         stop_registers.
7770         (print_return_value): Add parameter ctx_saver, pass it.
7771         (struct finish_command_continuation_args): Add field ctx_saver.
7772         (finish_command_continuation): Update print_return_value caller.
7773         (finish_command_continuation_free_arg): Free also ctx_saver.
7774         (finish_forward): Call dummy_frame_context_saver_setup.
7775         * inferior.h (struct dummy_frame_context_saver): New declaration.
7776         (get_return_value): Add parameter ctx_saver.
7777         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
7778         get_return_value caller.
7779
7780 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7781
7782         * dummy-frame.c (struct dummy_frame_dtor_list): New.
7783         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
7784         (remove_dummy_frame): Process dtor_list.
7785         (pop_dummy_frame): Process dtor_list.
7786         (register_dummy_frame_dtor): Maintain dtor_list.
7787         (find_dummy_frame_dtor): Handle dtor_list.
7788         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
7789         Update comments.
7790
7791 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7792
7793         * compile/compile-object-run.c (do_module_cleanup): Add parameter
7794         registers_valid.
7795         (compile_object_run): Update do_module_cleanup caller.
7796         * dummy-frame.c: Include infcall.h.
7797         (struct dummy_frame): Update dtor comment.
7798         (remove_dummy_frame): Call dtor.
7799         (pop_dummy_frame): Update dtor caller.
7800         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
7801         registers_valid.
7802
7803 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
7804
7805         GDB 7.9.1 released.
7806
7807 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
7808
7809         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
7810         Xmethods now being able to specify a result type to that new
7811         sectioin.
7812
7813 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
7814
7815         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
7816         first before resizing the window.
7817         * tui/tui.c (tui_enable): Likewise.
7818
7819 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7820
7821         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
7822         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
7823         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
7824         dummy_dtor parameter.
7825         * infcall.h: Include dummy-frame.h.
7826         (call_function_by_hand_dummy_dtor_ftype): Remove.
7827         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
7828         parameter.
7829
7830 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
7831
7832         PR gdb/17820
7833         * top.c (history_size_setshow_var): Change type to signed.
7834         Initialize to -2.  Update documentation.
7835         (set_readline_history_size): Define.
7836         (set_history_size_command): Use it.  Remove logic for handling
7837         out-of-range sizes.
7838         (init_history): Use set_readline_history_size().  Test for a
7839         value of -2 instead of 0 when determining whether to set a
7840         default history size.
7841         (init_main): Decode the argument of the "size" command as a
7842         zuinteger_unlimited.
7843
7844 2015-05-12  Doug Evans  <dje@google.com>
7845
7846         * dwarf2read.c (struct file_entry): Tweak comments.
7847         (get_debug_line_section): Tweak comments.
7848
7849 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7850
7851         * NEWS: Announce fork support in the RSP and support
7852         for fork debugging in extended mode.
7853
7854 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7855
7856         * remote.c (remote_insert_fork_catchpoint): New function.
7857         (remote_remove_fork_catchpoint): New function.
7858         (remote_insert_vfork_catchpoint): New function.
7859         (remote_remove_vfork_catchpoint): New function.
7860         (pending_fork_parent_callback): New function.
7861         (remove_new_fork_child): New function.
7862         (remote_update_thread_list): Call remote_notif_get_pending_events
7863         and remove_new_fork_child.
7864         (extended_remote_kill): Kill fork child when killing the
7865         parent before follow_fork completes.
7866         (init_extended_remote_ops): Initialize target vector with
7867         new fork catchpoint functions.
7868
7869 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7870
7871         * remote.c (remove_vfork_event_p): New function.
7872         (remote_follow_fork): Add vfork event type to event checking.
7873         (remote_parse_stop_reply): New stop reasons "vfork" and
7874         "vforkdone" for RSP 'T' Stop Reply Packet.
7875
7876 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7877
7878         * linux-nat.c (linux_nat_ptrace_options): New function.
7879         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
7880         Call linux_nat_ptrace_options and use different argument to
7881         linux_enable_event_reporting.
7882         (_initialize_linux_nat): Delete call to
7883         linux_ptrace_set_additional_flags.
7884         * nat/linux-ptrace.c (current_ptrace_options): Rename to
7885         supported_ptrace_options.
7886         (additional_flags): Delete variable.
7887         (linux_check_ptrace_features): Use supported_ptrace_options.
7888         (linux_test_for_tracesysgood, linux_test_for_tracefork):
7889         Likewise, and remove additional_flags check.
7890         (linux_enable_event_reporting): Change 'attached' argument to
7891         'options'.  Use supported_ptrace_options.
7892         (ptrace_supports_feature): Change comment.  Use
7893         supported_ptrace_options.
7894         (linux_ptrace_set_additional_flags): Delete function.
7895         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
7896         Delete function prototype.
7897         * remote.c (remote_fork_event_p): New function.
7898         (remote_detach_pid): New function.
7899         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
7900         if doing detach-on-fork.
7901         (remote_follow_fork): New function.
7902         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
7903         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
7904         (init_extended_remote_ops): Initialize to_follow_fork.
7905
7906 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7907
7908         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
7909         from static to extern.
7910         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
7911         * remote.c (anonymous enum): <PACKET_fork_event_feature,
7912         * PACKET_vfork_event_feature>: New enumeration constants.
7913         (remote_protocol_features): Add table entries for new packets.
7914         (remote_query_supported): Add new feature queries to qSupported
7915         packet.
7916
7917 2015-05-12  Gary Benson <gbenson@redhat.com>
7918
7919         * remote.c (remote_add_inferior): Call exec_file_locate_attach
7920         for fake PIDs as well as real ones.
7921         (remote_pid_to_exec_file): Send empty annex if PID is fake.
7922
7923 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
7924
7925         * NEWS (Python Scripting): Mention the new gdb.Value methods.
7926         * python/py-value.c (valpy_reference_value): New function.
7927         (valpy_const_value): Likewise.
7928         (value_object_methods): Add new methods.
7929         * value.c (make_cv_value): New function.
7930         * value.h (make_cv_value): Declare.
7931
7932 2015-05-08  Yao Qi  <yao@codesourcery.com>
7933             Sandra Loosemore  <sandra@codesourcery.com>
7934
7935         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
7936         to 'lh->include_dirs' before accessing to it.
7937         (psymtab_include_file_name): Likewise.
7938         (dwarf_decode_lines_1): Likewise.
7939         (dwarf_decode_lines): Likewise.
7940         (file_file_name): Likewise.
7941
7942 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
7943
7944         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
7945         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
7946         (nios2_linux_rt_sigreturn_init): Adjust base address of
7947         register save area.
7948
7949 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
7950
7951         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
7952         "trap 31" as the breakpoint instruction on all targets.
7953
7954 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7955
7956         * infcmd.c (print_return_value): Remove unused declaration.
7957
7958 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
7959
7960         * dwarf2read.c (attr_to_dynamic_prop)
7961         <DW_AT_data_member_location>: Use read_type_die isntead of
7962         get_die_type.
7963
7964 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
7965
7966         * ada-lang.c (ada_convert_actual): Add handling of formals
7967         passed inside an aligner type.
7968
7969 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
7970
7971         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
7972
7973 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
7974
7975         PR python/18291
7976         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
7977         Print xmethod matcher status.
7978
7979 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7980
7981         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
7982         register in the regcache when treating the PSWM register, and vice
7983         versa.
7984
7985 2015-05-07  Gary Benson <gbenson@redhat.com>
7986
7987         * linux-thread-db.c (struct thread_db_info)
7988         <td_ta_map_id2thr_p>: Remove field.
7989         (try_thread_db_load_1): Remove initialization for the above.
7990
7991 2015-05-07  Gary Benson <gbenson@redhat.com>
7992
7993         * linux-thread-db.c (struct thread_db_info)
7994         <td_thr_validate_p>: Remove field.
7995         (try_thread_db_load_1): Remove initialization for the above.
7996
7997 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7998
7999         * compile/compile-object-load.c (compile_object_load): Support
8000         mst_text_gnu_ifunc.
8001
8002 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8003
8004         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8005         const.  Use new variables for the const compatibility.
8006         (eval_compile_command): Make the cmd_string parameter const.
8007         * compile/compile.h (eval_compile_command): Make the cmd_string
8008         parameter const.
8009
8010 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8011
8012         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8013         comment.
8014         * top.c (deprecated_init_ui_hook): Delete.
8015         (gdb_init): Remove handling of deprecated_init_ui_hook.
8016         * interps.c (clear_interpreter_hooks): Remove handling of
8017         deprecated_init_ui_hook.
8018         * main.c (captured_main): Update comment.
8019
8020 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8021
8022         * solib.c (_initialize_solib): Add "info dll" alias creation.
8023         * windows-nat.c (set_windows_aliases): Delete.
8024         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8025         assignment.
8026         * NEWS: Add news entry about "info dll" now being available
8027         on all platforms.
8028
8029 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8030
8031         * ada-lang.c (value_assign_to_component): Reformat and improve
8032         documentation. Remove all trailing spaces.
8033
8034 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8035
8036         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8037         Stop counting inlined frames as soon as an out-of-line function
8038         is found.
8039
8040 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8041
8042         * dwarf2read.c (inherit_abstract_dies): Skip
8043         DW_TAG_GNU_call_site dies while inheriting children of an
8044         abstract DIE into a scope.
8045         (read_lexical_block_scope): Inherit abstract DIE's for
8046         lexical scopes.
8047
8048 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8049
8050         * ada-valprint.c (val_print_packed_array_elements): Delete
8051         variable "len".  Add a type-length check when comparing two
8052         consecutive elements of the array.  Use the element's actual
8053         length in call to value_contents_eq.
8054         * ada-lang.c (ada_value_primitive_packed_val): Always return
8055         a value whose type has been resolved.
8056
8057 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8058
8059         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8060         BIT_SIZE and LEN if the size of the resolved type is smaller
8061         than BIT_SIZE * HOST_CHAR_BIT.
8062
8063 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8064
8065         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8066         correct address in call to value_at.  Adjust call to
8067         value_address accordingly.
8068
8069 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8070
8071         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8072         to print it.
8073
8074 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8075
8076         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8077         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8078         pinfo->valaddr.
8079         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8080         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8081         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8082         Add handling of addr_stack->valaddr.
8083         (resolve_dynamic_type): Add "valaddr" parameter.
8084         Set pinfo.valaddr field.
8085         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8086         resolve_dynamic_type.
8087         (ada_discrete_type_low_bound): Likewise.
8088         * findvar.c (default_read_var_value): Likewise.
8089         * value.c (value_from_contents_and_address): Likewise.
8090
8091 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8092
8093         * gdbtypes.c (resolve_dynamic_array): Use
8094         create_array_type_with_stride instead of create_array_type.
8095
8096 2015-04-30  DJ Delorie  <dj@redhat.com>
8097
8098         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8099         rl78_decode_opcode
8100
8101 2015-04-29  Doug Evans  <dje@google.com>
8102
8103         PR python/18285
8104         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8105         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8106         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8107         * extension-priv.h (struct extension_language_ops)
8108         <get_xmethod_result_type>: New member.
8109         * extension.c (get_xmethod_result_type): New function.
8110         * extension.h (get_xmethod_result_type): Declare.
8111         * python/py-xmethods.c (get_result_type_method_name): New static
8112         global.
8113         (py_get_result_type_method_name): Ditto.
8114         (gdbpy_get_xmethod_result_type): New function.
8115         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8116         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8117         * python/python.c (python_extension_ops): Add
8118         gdbpy_get_xmethod_result_type.
8119         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8120         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8121         xmethods.
8122         (value_x_unop): Ditto.
8123         * value.c (result_type_of_xmethod): New function.
8124         * value.h (result_type_of_xmethod): Declare.
8125
8126 2015-04-29  Gary Benson <gbenson@redhat.com>
8127
8128         * solib.c (solib_find_1): Allow fd argument to be NULL.
8129         (exec_file_find): Update comment.
8130         (solib_find): Likewise.
8131         * exec.c (exec_file_locate_attach): Use NULL as fd
8132         argument to exec_file_find to avoid having to close
8133         the opened file.
8134         * infrun.c (follow_exec): Likewise.
8135
8136 2015-04-28  Doug Evans  <dje@google.com>
8137
8138         PR python/18299
8139         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8140         name or __name__ attributes.  Handle gdb module as first argument.
8141
8142 2015-04-28  Doug Evans  <dje@google.com>
8143
8144         PR python/18089
8145         * python/py-prettyprint.c (print_children): Verify result of children
8146         iterator.  Provide better error message.
8147         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8148         * python/python.c (gdbpy_print_python_errors_p): New function.
8149
8150 2015-04-28  Doug Evans  <dje@google.com>
8151
8152         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8153
8154 2015-04-28  Sasha Smundak  <asmundak@google.com>
8155
8156         * NEWS: Mention gdb.Type.optimized_out method.
8157         * python/py-type.c (typy_optimized_out):  New function.
8158
8159 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8160
8161         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8162
8163 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8164
8165         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8166         (initialize_utils): Move call of init_page_info() to ...
8167         * top.c (gdb_init): ... here.
8168
8169 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8170
8171         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8172         (tui_sigwinch_handler): Still update our idea of
8173         the terminal's width and height even when TUI is not active.
8174
8175 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8176
8177         * utils.h (set_screen_width_and_height): Declare.
8178         * utils.c (set_screen_width_and_height): Define.
8179         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8180
8181 2015-04-28  Gary Benson <gbenson@redhat.com>
8182
8183         * infrun.c (solist.h): New include.
8184         (follow_exec): Use exec_file_find to prefix execd_pathname
8185         with gdb_sysroot.
8186
8187 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8188
8189         * tui/tui-source.c (tui_set_source_content): Avoid calling
8190         strcpy() when offset is 0.
8191
8192 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8193
8194         PR gdb/18155
8195         * tui/tui-data.c (tui_free_window): Don't free the locator
8196         window when passed an SRC_WIN or a DISASSEM_WIN.
8197
8198 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8199
8200         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8201         (tui_win_content): Move declaration.
8202         (struct tui_gen_win_info): Give 'content' field the
8203         type tui_win_content.
8204         * tui/tui-data.c (init_content_element): Remove redundant and
8205         erroneous casts.
8206         (tui_add_content_elements): Remove erroneous cast.
8207         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8208         casts.
8209         (tui_get_begin_asm_address): Likewise.
8210         * tui/tui-regs.c (tui_show_registers): Likewise.
8211         (tui_show_register_group): Likewise.
8212         (tui_display_registers_from): Likewise.
8213         (tui_check_register_values): Likewise.
8214         * tui/tui-source.c (tui_set_source_content): Likewise.
8215         (tui_set_source_content_nil): Likewise.
8216         (tui_source_is_displayed): Likewise.
8217         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8218         (tui_set_locator_fullname): Likewise.
8219         (tui_set_locator_info): Likewise.
8220         (tui_show_frame_info): Likewise.
8221         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8222         (tui_show_source_line): Likewise.
8223         (tui_horizontal_source_scroll): Likewise.
8224         (tui_update_breakpoint_info): Likewise.
8225         (tui_set_exec_info_content): Likewise.
8226         (tui_show_exec_info_content): Likewise.
8227         (tui_alloc_source_buffer): Likewise.
8228         (tui_line_is_displayed): Likewise.
8229         (tui_addr_is_displayed): Likewise.
8230
8231 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8232
8233         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8234         event if PL_FLAG_EXEC is set.
8235         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8236         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8237         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8238         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8239         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8240
8241 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8242
8243         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8244         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8245         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8246         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8247         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8248         [PT_LWPINFO] (fbsd_wait): New function.
8249         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8250         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8251         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8252         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8253         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8254         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8255         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8256         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8257         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8258         "fbsd_wait".
8259         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8260         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8261         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8262         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8263         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8264         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8265         Set "to_post_attach" to "fbsd_post_attach".
8266
8267 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8268
8269         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8270         (fbsd_find_memory_regions): Mark static.
8271         (fbsd_nat_add_target): New function.
8272         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8273         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8274         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8275         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8276         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8277         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8278
8279 2015-04-27  Gary Benson <gbenson@redhat.com>
8280
8281         * objfiles.c (allocate_objfile): Do not attempt to expand name
8282         if name is a "target:" filename.
8283         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8284         to load auto-load scripts for objfiles with "target:" filenames.
8285
8286 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8287
8288         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8289         (enum s390_vector_abi_kind): New enum.
8290         (struct gdbarch_tdep)<vector_abi>: New field.
8291         (s390_effective_inner_type): Add parameter min_size.  Stop
8292         unwrapping if the inner type is smaller than min_size.
8293         (s390_function_arg_float): Adjust call to
8294         s390_effective_inner_type.
8295         (s390_function_arg_vector): New function.
8296         (s390_function_arg_integer): Adjust comment.
8297         (struct s390_arg_state)<vr>: New field.
8298         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8299         arguments according to vector ABI when appropriate.
8300         (s390_push_dummy_call): Initialize the argument state's field
8301         'vr'.  Adjust calls to s390_handle_arg.
8302         (s390_register_return_value): Handle vector return values.
8303         (s390_return_value): Apply the "register" return value convention
8304         to a vector when appropriate.
8305         (s390_gdbarch_init): Initialize tdep->vector_abi.
8306         * NEWS: Announce S390 vector ABI support.
8307
8308 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8309
8310         * s390-linux-tdep.c (s390_return_value_convention): Remove
8311         function.  Inline its logic...
8312         (s390_return_value): ...here.  Instead, move the handling of the
8313         "register" return value convention...
8314         (s390_register_return_value): ...here.  New function.
8315
8316 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8317
8318         * s390-linux-tdep.c
8319         (is_float_singleton): Remove function.  Move the "singleton" part
8320         of the logic...
8321         (s390_effective_inner_type): ...here.  New function.
8322         (is_float_like): Remove function.  Inline its logic...
8323         (s390_function_arg_float): ...here.
8324         (is_pointer_like, is_integer_like, is_struct_like): Remove
8325         functions.  Inline their logic...
8326         (s390_function_arg_integer): ...here.
8327         (s390_function_arg_pass_by_reference): Remove function.
8328         (extend_simple_arg): Remove function.
8329         (alignment_of): Remove function.
8330         (struct s390_arg_state): New structure.
8331         (s390_handle_arg): New function.
8332         (s390_push_dummy_call): Move parameter placement logic to the new
8333         function s390_handle_arg.  Call it for calculating the stack area
8334         sizes first, and again for actually writing the parameters.
8335
8336 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8337
8338         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8339           false if the argument is zero.
8340
8341 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8342
8343         * ada-lang.c (template_to_static_fixed_type): Return input type
8344         when it is already fixed.  Cache the input type itself when not
8345         creating a static fixed copy.  Make it explicit that we never
8346         molestate the input type.
8347         * gdbtypes.c (resolve_dynamic_struct): Reset the
8348         TYPE_TARGET_TYPE field for resolved copies.
8349
8350 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8351
8352         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8353         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8354         (template_to_static_fixed_type): Call ada_check_typedef only
8355         when necessary.
8356
8357 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8358
8359         * cli/cli-dump.c (srec_dump_command): Add internationalization
8360         mark ups.
8361         (ihex_dump_command): Likewise.
8362         (tekhex_dump_command): Likewise.
8363         (binary_dump_command): Likewise.
8364         (binary_append_command): Likewise.
8365
8366 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8367
8368         * cli/cli-dump.c (verilog_cmdlist): New variable.
8369         (dump_verilog_memory): New function.
8370         (dump_verilog_value): New function.
8371         (verilog_dump_command): New function.
8372         (_initialize_cli_dump): Add new commands to support verilog dump
8373         format.
8374         * NEWS: Add entry for "dump verilog".
8375
8376 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8377
8378         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8379         descriptive type when there is none.
8380
8381 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
8382
8383         * tui/tui-win.c (tui_async_resize_screen): Call
8384         rl_resize_terminal().
8385
8386 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8387
8388         * windows-nat.c (handle_output_debug_string): Don't change
8389         current_event.dwThreadId.
8390         (get_windows_debug_event): Use thread_id, rather than relying on
8391         current_event.dwThreadId being changed.
8392
8393 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8394
8395         * windows-nat.c (windows_continue): Report an error if
8396         ContinueDebugEvent() fails.
8397
8398 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8399
8400         * windows-nat.c (windows_resume): Fix misspelling in debug output.
8401
8402 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8403
8404         * windows-nat.c (get_windows_debug_event): Replace retval with
8405         thread_id throughout.  Update stale comment.
8406
8407 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8408
8409         * windows-nat.c (get_windows_debug_event): Don't use ternary
8410         conditional operator.
8411
8412 2015-04-21  Pierre Muller  <muller@sourceware.org>
8413
8414         PR pascal/17815
8415         p-exp.y (yylex): Reorganize code to return the matched pattern
8416         for a field of this.
8417
8418 2015-04-21  Gary Benson <gbenson@redhat.com>
8419
8420         * common/fileio.h (fileio_to_host_openflags): New declaration.
8421         * common/fileio.c (fcntl.h): New include.
8422         (fileio_to_host_openflags): New function, factored out from...
8423         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8424         Single use updated.
8425
8426 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
8427
8428         * rl78-tdep.c (RL78_SP_ADDR): Define.
8429         (opc_reg_to_gdb_regnum): New static function.
8430         (rl78_analyze_prologue): Recognize instructions forming slightly
8431         more interesting prologues.
8432
8433 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8434
8435         Revert:
8436         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8437         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8438         TYPE_CODE_REF types so that they are not considered as dynamic
8439         depending on the referenced type.
8440         (resolve_dynamic_type_internal): Likewise.
8441
8442 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8443
8444         Revert:
8445         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8446         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8447         "top_level" parameter.
8448         (resolve_dynamic_type_internal): Remove the unused "top_level"
8449         parameter.  Update call to is_dynamic_type_internal.
8450         (is_dynamic_type): Update call to is_dynamic_type_internal.
8451         (resolve_dynamic_range): Update call to
8452         resolve_dynamic_type_internal.
8453         (resolve_dynamic_union): Likewise.
8454         (resolve_dynamic_struct): Likewise.
8455         (resolve_dynamic_type): Likewise.
8456
8457 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8458
8459         * breakpoint.c (update_dprintf_command_list): Remove duplicated
8460         xmalloc.
8461
8462 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
8463
8464         * reply_mig_hack.awk: Robustify parsing.
8465
8466         * reply_mig_hack.awk: Don't bother to declare an intermediate
8467         function pointer variable.
8468
8469 2015-04-17  Doug Evans  <dje@google.com>
8470
8471         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8472         to "exec_displacement" to avoid confusion with inner use of the name.
8473
8474 2015-04-17  Pedro Alves  <palves@redhat.com>
8475
8476         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8477         if HW point of TYPE isn't supported.
8478
8479 2015-04-17  Yao Qi  <yao.qi@linaro.org>
8480             Pedro Alves  <palves@redhat.com>
8481
8482         * target.h (target_can_use_hardware_watchpoint): Update comments.
8483         Remove trailing ";".
8484
8485 2015-04-17  Gary Benson <gbenson@redhat.com>
8486
8487         * remote.c (remote_add_inferior): New argument try_open_exec.
8488         If nonzero, attempt to open the inferior's executable file as
8489         the main executable if no main executable is open already.
8490         All callers updated.
8491         * NEWS: Mention that GDB now supports automatic location and
8492         retrieval of executable + files from remote targets.
8493
8494 2015-04-17  Gary Benson <gbenson@redhat.com>
8495
8496         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8497         * remote.c (PACKET_qXfer_exec_file): Likewise.
8498         (remote_protocol_features): Register the
8499         "qXfer:exec-file:read" feature.
8500         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8501         (remote_pid_to_exec_file): New function.
8502         (init_remote_ops): Initialize to_pid_to_exec_file.
8503         (_initialize_remote): Register new "set/show remote
8504         pid-to-exec-file-packet" command.
8505         * NEWS: Announce new qXfer:exec-file:read packet.
8506
8507 2015-04-17  Gary Benson <gbenson@redhat.com>
8508
8509         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8510         New declaration.
8511         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8512         New function, factored out from...
8513         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8514
8515 2015-04-17  Gary Benson <gbenson@redhat.com>
8516
8517         * exec.c (solist.h): New include.
8518         (exec_file_locate_attach): Prefix absolute executable
8519         paths with gdb_sysroot if set.
8520         * NEWS: Mention that executable paths may be prepended
8521         with sysroot.
8522
8523 2015-04-17  Gary Benson <gbenson@redhat.com>
8524
8525         * solist.h (exec_file_find): New declaration.
8526         * solib.c (solib_find_1): New function, factored out from...
8527         (solib_find): ...here.
8528         (exec_file_find): New function.
8529
8530 2015-04-17  Gary Benson <gbenson@redhat.com>
8531
8532         * gdbcore.h (exec_file_locate_attach): New declaration.
8533         * exec.c (exec_file_locate_attach): New function, factored
8534         out from...
8535         * infcmd.c (attach_command_post_wait): ...here.
8536
8537 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
8538
8539         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8540
8541 2015-04-16  Yao Qi  <yao.qi@linaro.org>
8542
8543         * infrun.c (maybe_software_singlestep): Declare.
8544         (displaced_step_fixup): Call maybe_software_singlestep.
8545
8546 2015-04-15  Doug Evans  <dje@google.com>
8547
8548         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8549
8550 2015-04-15  Doug Evans  <dje@google.com>
8551
8552         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8553
8554 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
8555
8556         * python/lib/gdb/command/unwinders.py: Add parentheses.
8557
8558 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8559
8560         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8561
8562 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8563
8564         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8565
8566 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8567
8568         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8569         dsc->insn_size instead of 4.
8570
8571 2015-04-14  Gary Benson <gbenson@redhat.com>
8572
8573         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8574         * minidebug.c (lzma_stat): Likewise.
8575         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8576         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8577
8578 2015-04-13  Stan Shebs  <stanshebs@google.com>
8579
8580         * MAINTAINERS: Update my email address.
8581
8582 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
8583
8584         * amd64-tdep.c (amd64_target_description): New function.
8585         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8586         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8587         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8588         x86 extended save area.
8589         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8590         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8591         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8592         (_initialize_amd64fbsd_nat): Set "to_read_description" to
8593         "amd64fbsd_read_description".
8594         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8595         (amd64fbsd_supply_xstateregset): New function.
8596         (amd64fbsd_collect_xstateregset): New function.
8597         Add "amd64fbsd_xstateregset".
8598         (amd64fbsd_iterate_over_regset_sections): New function.
8599         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8600         "I386_FBSD_XSAVE_XCR0_OFFSET".
8601         Add "iterate_over_regset_sections" gdbarch method.
8602         Add "core_read_description" gdbarch method.
8603         * i386-tdep.c (i386_target_description): New function.
8604         * i386-tdep.h: Export i386_target_description and tdesc_i386.
8605         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8606         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8607         x86 extended save area.
8608         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8609         * i386bsd-nat.h: Export i386bsd_xsave_len.
8610         * i386fbsd-nat.c (i386fbsd_read_description): New function.
8611         (_initialize_i386fbsd_nat): Set "to_read_description" to
8612         "i386fbsd_read_description".
8613         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8614         (i386fbsd_core_read_description): New function.
8615         (i386fbsd_supply_xstateregset): New function.
8616         (i386fbsd_collect_xstateregset): New function.
8617         Add "i386fbsd_xstateregset".
8618         (i386fbsd_iterate_over_regset_sections): New function.
8619         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8620         "I386_FBSD_XSAVE_XCR0_OFFSET".
8621         Add "iterate_over_regset_sections" gdbarch method.
8622         Add "core_read_description" gdbarch method.
8623         * i386fbsd-tdep.h: New file.
8624
8625 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8626
8627         * NEWS (Changes since GDB 7.9): Add removed -xdb.
8628         * breakpoint.c (command_line_is_silent): Remove xdb_commands
8629         conditional.
8630         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8631         and lb.
8632         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8633         va.
8634         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8635         conditional.
8636         * defs.h (xdb_commands): Remove declaration.
8637         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8638         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8639         * infcmd.c (run_no_args_command, go_command): Remove.
8640         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8641         * infrun.c (xdb_handle_command): Remove.
8642         (_initialize_infrun): Remove xdb_commands for lz and z.
8643         * main.c (xdb_commands): Remove variable.
8644         (captured_main): Remove "xdb" from long_options.
8645         (print_gdb_help): Remove --xdb from help.
8646         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8647         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8648         * stack.c (backtrace_full_command, args_plus_locals_info)
8649         (current_frame_command): Remove.
8650         (_initialize_stack): Remove xdb_commands for t, T and l.
8651         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8652         * thread.c (_initialize_thread): Remove xdb_commands condition.
8653         * tui/tui-layout.c (tui_toggle_layout_command)
8654         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8655         (_initialize_tui_layout): Remove xdb_commands for td and ts.
8656         * tui/tui-regs.c (tui_scroll_regs_forward_command)
8657         (tui_scroll_regs_backward_command): Remove.
8658         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8659         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8660         (_initialize_tui_win): Remove xdb_commands for U and w.
8661         * utils.c (pagination_on_command, pagination_off_command): Remove.
8662         (initialize_utils): Remove xdb_commands for am and sm.
8663
8664 2015-04-10  Pedro Alves  <palves@redhat.com>
8665
8666         * infrun.c (displaced_step_fixup): Switch to the event ptid
8667         earlier.  If the thread stopped for a watchpoint and the
8668         target/arch has non-continuable watchpoints, cancel the displaced
8669         step.
8670         (resume): Don't start a displaced step if in-line step-over info
8671         is valid.
8672
8673 2015-04-10  Pedro Alves  <palves@redhat.com>
8674
8675         * infrun.c (displaced_step_in_progress): New function.
8676         (do_target_resume): Advise target to report all signals if
8677         displaced stepping.
8678
8679 2015-04-10  Pedro Alves  <palves@redhat.com>
8680
8681         PR gdb/18216
8682         * infrun.c (process_event_stop_test): Don't assume a step-resume
8683         is set if tp->stepped_breakpoint is true.
8684
8685 2015-04-10  Yao Qi  <yao.qi@linaro.org>
8686
8687         * arm-tdep.c (install_alu_reg): Update comment.
8688         (thumb_copy_alu_reg): Remove local variable rn.  Update
8689         debugging message.  Use r2 instead of r1 in the modified
8690         instruction.
8691
8692 2015-04-10  Pedro Alves  <palves@redhat.com>
8693
8694         PR gdb/13858
8695         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8696         linux_displaced_step_location as gdbarch_displaced_step_location
8697         hook.
8698         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8699         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8700         * linux-tdep.c (linux_displaced_step_location): New function,
8701         based on ppc_linux_displaced_step_location.
8702         * linux-tdep.h (linux_displaced_step_location): New declaration.
8703         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8704         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8705         Delete.
8706         (ppc_linux_init_abi): Install linux_displaced_step_location as
8707         gdbarch_displaced_step_location hook, even without Cell/B.E..
8708         (_initialize_ppc_linux_tdep): Don't install
8709         ppc_linux_inferior_created as inferior_created observer.
8710         * s390-linux-tdep.c (s390_gdbarch_init): Install
8711         linux_displaced_step_location as gdbarch_displaced_step_location
8712         hook.
8713
8714 2015-04-09  Gary Benson <gbenson@redhat.com>
8715
8716         * common/common-remote-fileio.h: Rename to...
8717         * common/fileio.h: ...this.  Update all references.
8718         (remote_fileio_to_fio_error): Rename to...
8719         (host_to_fileio_error): ...this.
8720         (remote_fileio_to_be): Rename to...
8721         (host_to_bigendian): ...this.  Update all callers.
8722         (remote_fileio_to_fio_uint): Rename to...
8723         (host_to_fileio_uint): ...this.  Update all callers.
8724         (remote_fileio_to_fio_time): Rename to...
8725         (host_to_fileio_time): ...this.  Update all callers.
8726         (remote_fileio_to_fio_stat): Rename to...
8727         (host_to_fileio_stat): ...this.
8728         Update all references.
8729         * common/common-remote-fileio.c: Rename to...
8730         * common/fileio.c: ...this.  Update all references.
8731         (remote_fileio_to_fio_error): Rename to...
8732         (host_to_fileio_error): ...this.  Update all callers.
8733         (remote_fileio_mode_to_target): Rename to...
8734         (fileio_mode_pack): ...this.  Update all callers.
8735         (remote_fileio_to_fio_mode): Rename to...
8736         (host_to_fileio_mode): ...this.  Update all callers.
8737         (remote_fileio_to_fio_ulong): Rename to...
8738         (host_to_fileio_ulong): ...this.  Update all callers.
8739         (remote_fileio_to_fio_stat): Rename to...
8740         (host_to_fileio_stat): ...this.  Update all callers.
8741
8742 2015-04-09  Andy Wingo  <wingo@igalia.com>
8743
8744         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
8745         (frame_functions): Bind gdbscm_frame_read_register to
8746         frame-read-register.
8747         * guile/lib/gdb.scm (frame-read-register): Export.
8748
8749 2015-04-09  Gary Benson <gbenson@redhat.com>
8750
8751         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
8752         New declaration.
8753         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
8754         New function, factored out the named functions below.
8755         * inf-child.c (gdb/fileio.h): Remove include.
8756         (common-remote-fileio.h): New include.
8757         (inf_child_errno_to_fileio_error): Remove function.  Update
8758         all callers to use remote_fileio_to_fio_error.
8759         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
8760
8761 2015-04-09  Andy Wingo  <wingo@igalia.com>
8762
8763         * MAINTAINERS (Write After Approval): Add Andy Wingo.
8764
8765 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
8766
8767         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
8768         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
8769         * configure: Regenerated.
8770
8771 2015-04-09  Pedro Alves  <palves@redhat.com>
8772
8773         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
8774         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
8775         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
8776         * gnulib/import/Makefile.am: Update.
8777         * gnulib/import/Makefile.in: Update.
8778         * gnulib/import/m4/gnulib-cache.m4: Update.
8779         * gnulib/import/m4/gnulib-comp.m4: Update.
8780         * gnulib/import/m4/strtok_r.m4: New file.
8781         * gnulib/import/strtok_r.c: New file.
8782
8783 2015-04-09  Pedro Alves  <palves@redhat.com>
8784
8785         * gnulib/update-gnulib.sh (aclocal version check): Filter out
8786         "called too early to check prototype".
8787
8788 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
8789
8790         PR python/16699
8791         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
8792         use a caching mechanism.  Adjust comments and code to reflect
8793         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
8794         (cmdpy_completer_handle_brkchars): Adjust call to
8795         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
8796         (cmdpy_completer): Likewise.
8797
8798 2015-04-08  Yao Qi  <yao.qi@linaro.org>
8799
8800         * spu-tdep.c (spu_gdbarch_init): Don't call
8801         set_gdbarch_cannot_step_breakpoint.
8802
8803 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
8804
8805         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
8806
8807 2015-04-07  Pedro Alves  <palves@redhat.com>
8808
8809         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
8810         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
8811         (delete_exited_threads): New declaration.
8812         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
8813         * linux-nat.c (linux_nat_update_thread_list): New function.
8814         (linux_nat_add_target): Install it.
8815         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
8816         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
8817         (delete_exited_threads): New function.
8818
8819 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
8820
8821         * infrun.c (resume) <displaced stepping debug output>: Get the
8822         leader thread's regcache, not resume_ptid's.
8823
8824 2015-04-06  Doug Evans  <xdje42@gmail.com>
8825
8826         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
8827         VAR_DOMAIN.
8828         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
8829         Include symbol domain in debugging output.
8830
8831 2015-04-06  Pedro Alves  <palves@redhat.com>
8832             Bernd Edlinger  <bernd.edlinger@hotmail.de>
8833
8834         * configure.ac: Remove the mingw32-specific stub-termcap.o
8835         fallback, and instead fallback to the stub termcap on all hosts.
8836         * configure: Regenerate.
8837         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
8838         symbols.
8839
8840 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8841
8842         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8843         "top_level" parameter.
8844         (resolve_dynamic_type_internal): Remove the unused "top_level"
8845         parameter.  Update call to is_dynamic_type_internal.
8846         (is_dynamic_type): Update call to is_dynamic_type_internal.
8847         (resolve_dynamic_range): Update call to
8848         resolve_dynamic_type_internal.
8849         (resolve_dynamic_union): Likewise.
8850         (resolve_dynamic_struct): Likewise.
8851         (resolve_dynamic_type): Likewise.
8852
8853 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8854
8855         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8856         TYPE_CODE_REF types so that they are not considered as dynamic
8857         depending on the referenced type.
8858         (resolve_dynamic_type_internal): Likewise.
8859
8860 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
8861
8862         * Makefile.in (top_srcdir): New.
8863         * configure: Regenerated.
8864
8865 2015-04-02  Gary Benson <gbenson@redhat.com>
8866
8867         * NEWS: Announce the new default sysroot of "target:".
8868
8869 2015-04-02  Gary Benson <gbenson@redhat.com>
8870
8871         * main.c (captured_main): Set gdb_sysroot to "target:"
8872         if not otherwise set.
8873
8874 2015-04-02  Gary Benson <gbenson@redhat.com>
8875
8876         * exec.c (exec_file_attach): Support "target:" filenames.
8877
8878 2015-04-02  Gary Benson <gbenson@redhat.com>
8879
8880         * solib.c (solib_find): Strip "target:" prefix from sysroot
8881         if accessing local files.
8882
8883 2015-04-02  Gary Benson <gbenson@redhat.com>
8884
8885         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
8886         checks and error messages.
8887
8888 2015-04-02  Gary Benson <gbenson@redhat.com>
8889
8890         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
8891         (remote_filename_p): Remove declaration.
8892         (remote_bfd_open): Likewise.
8893         * remote.c (remote_bfd_iovec_open): Remove function.
8894         (remote_bfd_iovec_close): Likewise.
8895         (remote_bfd_iovec_pread): Likewise.
8896         (remote_bfd_iovec_stat): Likewise.
8897         (remote_filename_p): Likewise.
8898         (remote_bfd_open): Likewise.
8899         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
8900         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
8901         (gdb_bfd_open_maybe_remote): Remove function.
8902         (symfile_bfd_open):  Replace remote filename check with
8903         target filename check.
8904         (reread_symbols): Use gdb_bfd_open.
8905         * build-id.c (gdbcore.h): New include.
8906         (build_id_to_debug_bfd): Use gdb_bfd_open.
8907         * infcmd.c (attach_command_post_wait): Remove remote filename
8908         check.
8909         * solib.c (solib_find): Replace remote-specific handling with
8910         target-specific handling.  Update comments where necessary.
8911         (solib_bfd_open): Replace remote-specific handling with
8912         target-specific handling.
8913         (gdb_sysroot_changed): New function.
8914         (_initialize_solib): Call the above when gdb_sysroot changes.
8915         * windows-tdep.c (gdbcore.h): New include.
8916         (windows_xfer_shared_library): Use gdb_bfd_open.
8917
8918 2015-04-02  Gary Benson <gbenson@redhat.com>
8919
8920         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
8921         (is_target_filename): New declaration.
8922         (gdb_bfd_has_target_filename): Likewise.
8923         (gdb_bfd_open): Update documentation comment.
8924         * gdb_bfd.c (target.h): New include.
8925         (gdb/fileio.h): Likewise.
8926         (is_target_filename): New function.
8927         (gdb_bfd_has_target_filename): Likewise.
8928         (fileio_errno_to_host): Likewise.
8929         (gdb_bfd_iovec_fileio_open): Likewise.
8930         (gdb_bfd_iovec_fileio_pread): Likewise.
8931         (gdb_bfd_iovec_fileio_close): Likewise.
8932         (gdb_bfd_iovec_fileio_fstat): Likewise.
8933         (gdb_bfd_open): Use target fileio to access paths prefixed
8934         with "target:" where necessary.
8935
8936 2015-04-02  Gary Benson <gbenson@redhat.com>
8937
8938         * target.h (struct target_ops) <to_filesystem_is_local>:
8939         New field.
8940         (target_filesystem_is_local): New macro.
8941         * target-delegates.c: Regenerate.
8942         * remote.c (remote_filesystem_is_local): New function.
8943         (init_remote_ops): Initialize to_filesystem_is_local.
8944
8945 2015-04-02  Gary Benson <gbenson@redhat.com>
8946
8947         * target.h (struct target_ops) <to_fileio_fstat>: New field.
8948         (target_fileio_fstat): New declaration.
8949         * target.c (target_fileio_fstat): New function.
8950         * inf-child.c (inf_child_fileio_fstat): Likewise.
8951         (inf_child_target): Initialize to_fileio_fstat.
8952         * remote.c (init_remote_ops): Likewise.
8953
8954 2015-04-01  Sasha Smundak  <asmundak@google.com>
8955
8956         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
8957         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
8958         (py-unwind.o): New recipe.
8959         * NEWS: mention Python frame unwinding.
8960         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
8961         gdb/unwinder.py and gdb/command/unwinder.py
8962         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
8963         list.
8964         (execute_unwinders): New function.
8965         * python/lib/gdb/command/unwinders.py: New file.
8966         * python/lib/gdb/unwinder.py: New file.
8967         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
8968         (objfpy_dealloc): Decrement frame_unwinders reference count.
8969         (objfpy_initialize): Create frame_unwinders list.
8970         (objfpy_get_frame_unwinders): New function.
8971         (objfpy_set_frame_unwinders): Ditto.
8972         (objfile_getset): Add frame_unwinders attribute to Objfile.
8973         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
8974         (pspy_dealloc): Decrement frame_unwinders reference count.
8975         (pspy_initialize): Create frame_unwinders list.
8976         (pspy_get_frame_unwinders): New function.
8977         (pspy_set_frame_unwinders): Ditto.
8978         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
8979         * python/py-unwind.c: New file.
8980         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
8981         (objpy_get_frame_unwinders): New prototype.
8982         (gdbpy_initialize_unwind): New prototype.
8983         * python/python.c (gdbpy_apply_type_printers): Call
8984         gdbpy_initialize_unwind.
8985
8986 2015-04-01  Pedro Alves  <palves@redhat.com>
8987
8988         * infrun.c (resume): Check currently_stepping after clearing
8989         stepped_breakpoint, not before.
8990
8991 2015-04-01  Pedro Alves  <palves@redhat.com>
8992
8993         * infrun.c (print_target_wait_results): Print all the ptid
8994         elements.
8995
8996 2015-04-01  Pedro Alves  <palves@redhat.com>
8997
8998         * infrun.c (keep_going): Also discard cleanups if inserting
8999         breakpoints fails.
9000
9001 2015-04-01  Pedro Alves  <palves@redhat.com>
9002
9003         * infrun.c (wait_for_inferior): Install the
9004         finish_thread_state_cleanup cleanup across the whole function, not
9005         just around handle_inferior_event.
9006
9007 2015-04-01  Pedro Alves  <palves@redhat.com>
9008
9009         * infrun.c (resume) <step past permanent breakpoint>: Use
9010         do_target_resume.
9011
9012 2015-04-01  Pedro Alves  <palves@redhat.com>
9013
9014         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9015
9016 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9017
9018         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9019
9020 2015-04-01  Pedro Alves  <palves@redhat.com>
9021
9022         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9023         list if it was marked exited.
9024
9025 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9026
9027         * configure: Regenerated.
9028
9029 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9030             Jan Kratochvil  <jan.kratochvil@redhat.com>
9031             Oleg Nesterov  <oleg@redhat.com>
9032
9033         PR corefiles/16092
9034         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9035         New enum identifying the various options of the coredump_filter
9036         file.
9037         (struct smaps_vmflags): New struct.
9038         (use_coredump_filter): New variable.
9039         (decode_vmflags): New function.
9040         (mapping_is_anonymous_p): Likewise.
9041         (dump_mapping_p): Likewise.
9042         (linux_find_memory_regions_full): New variables
9043         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9044         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9045         parsing of its information.  Implement memory mapping filtering
9046         based on its contents.
9047         (show_use_coredump_filter): New function.
9048         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9049         * NEWS: Mention the possibility of using the
9050         '/proc/PID/coredump_filter' file when generating a corefile.
9051         Mention new command 'set use-coredump-filter'.
9052
9053 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9054
9055         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9056         read_memory_unsigned_integer.
9057
9058 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9059
9060         * Makefile.in (ZLIB): New.
9061         (ZLIBINC): Likewise.
9062         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9063         (CLIBS): Add $(ZLIB).
9064         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9065         Add -lz to LIBS.
9066         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9067         * top.c (print_gdb_configuration): Remove --with-zlib and
9068         --without-zlib.
9069         * config.in: Regenerated.
9070         * configure: Likewise.
9071
9072 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9073
9074         * NEWS: Mention info os cpus support.
9075         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9076         (struct osdata_type): Add cpus entry, reorder the entries in
9077         alphabetical order.
9078
9079 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9080
9081         * compile/compile.c (compile_to_object): Allow triplets with or
9082         without vendor set.
9083
9084 2015-03-30  Doug Evans  <dje@google.com>
9085
9086         PR c++/18141
9087         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9088         klass in VAR_DOMAIN.
9089
9090 2015-03-30  Gary Benson <gbenson@redhat.com>
9091
9092         * remote.c (remote_mourn_1): Remove function.  Update all callers
9093         to use remote_mourn.
9094         (extended_remote_mourn_1): Remove function.  Update all callers
9095         to use extended_remote_mourn.
9096         (extended_remote_attach_1): Remove function.  Update all callers
9097         to use extended_remote_attach.
9098
9099 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9100
9101         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9102         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9103         (ALLDEPFILES): Add ft32-tdep.c.
9104         * configure.tgt: Add FT32 entry.
9105         * ft32-tdep.c: New file, FT32 target-dependent code.
9106         * ft32-tdep.h: New file, FT32 target-dependent code.
9107
9108 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9109
9110         Revert:
9111         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9112         Code cleanup.
9113         * printcmd.c (print_command_1): Move expr variable scope.
9114
9115 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9116
9117         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9118
9119 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9120
9121         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9122         sections.
9123
9124 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9125
9126         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9127         exception raised while parsing the probe arguments.
9128         Force parsing to be done using the C language parser.
9129         * expression.h (parse_expression_with_language): Declare.
9130         * parse.c (parse_expression_with_language): New function.
9131
9132 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9133
9134         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9135
9136 2015-03-26  Andy Wingo  <wingo@igalia.com>
9137
9138         PR symtab/18148
9139         * dwarf2read.c (struct partial_die_info): Add has_const_value
9140         member.
9141         (add_partial_symbol): Don't punt on symbols that have const_value
9142         attributes.
9143         (read_partial_die): Detect DW_AT_const_value.
9144
9145 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9146
9147         Code cleanup.
9148         * printcmd.c (print_command_1): Move expr variable scope.
9149
9150 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9151
9152         Code cleanup.
9153         * printcmd.c (validate_format): Make the parameter cmdname const.
9154
9155 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9156
9157         * remote.c (_initialize_remote): Update comment.
9158
9159 2015-03-26  Pedro Alves  <palves@redhat.com>
9160             Jon TURNEY  <jon.turney@dronecode.org.uk>
9161
9162         * coffread.c (coff_symfile_read): When constructing the name of an
9163         import stub symbol from import symbol for amd64, only skip the
9164         char after _imp_ if the target is underscored (like i386) and the
9165         char is indeed the target's leading char.
9166
9167 2015-03-25  Pedro Alves  <palves@redhat.com>
9168
9169         * target.h <to_async>: Replace 'callback' and 'context' parameters
9170         with boolean 'enable' parameter.
9171         (target_async): Replace CALLBACK and CONTEXT parameters with
9172         boolean ENABLE parameter.
9173         * inf-loop.c (inferior_event_handler): Adjust.
9174         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9175         (linux_nat_resume): Adjust.
9176         (async_client_callback, async_client_context): Delete.
9177         (handle_target_event): Call inferior_event_handler directly.
9178         (linux_nat_async): Replace 'callback' and 'context' parameters
9179         with boolean 'enable' parameter.  Adjust.  Remove references to
9180         async_client_callback and async_client_context.
9181         (linux_nat_close): Adjust.
9182         * record-btrace.c (record_btrace_async): Replace 'callback' and
9183         'context' parameters with boolean 'enable' parameter.  Adjust.
9184         (record_btrace_resume): Adjust.
9185         * record-full.c (record_full_async): Replace 'callback' and
9186         'context' parameters with boolean 'enable' parameter.  Adjust.
9187         (record_full_resume, record_full_core_resume): Adjust.
9188         * remote.c (struct remote_state) <async_client_callback,
9189         async_client_context>: Delete fields.
9190         (remote_start_remote, extended_remote_attach_1, remote_resume)
9191         (extended_remote_create_inferior): Adjust.
9192         (remote_async_serial_handler): Call inferior_event_handler
9193         directly.
9194         (remote_async): Replace 'callback' and 'context' parameters with
9195         boolean 'enable' parameter.  Adjust.
9196         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9197         Adjust.
9198         * target-delegates.c: Regenerate.
9199
9200 2015-03-25  Gary Benson <gbenson@redhat.com>
9201             Pedro Alves  <palves@redhat.com>
9202
9203         * target.c (fileio_ft_t): New typedef, define object vector.
9204         (fileio_fhandles): New static variable.
9205         (is_closed_fileio_fh): New macro.
9206         (lowest_closed_fd): New static variable.
9207         (acquire_fileio_fd): New function.
9208         (release_fileio_fd): Likewise.
9209         (fileio_fd_to_fh): New macro.
9210         (target_fileio_open): Wrap the file descriptor on success.
9211         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9212         (target_fileio_pread): Likewise.
9213         (target_fileio_close): Likewise.
9214
9215 2015-03-24  Pedro Alves  <palves@redhat.com>
9216
9217         * thread.c (thread_apply_all_command): Take exited threads into
9218         account.
9219
9220 2015-03-24  Pedro Alves  <palves@redhat.com>
9221
9222         * infrun.c (resume, proceed): Mention
9223         switch_back_to_stepped_thread, not switch_back_to_stepping.
9224
9225 2015-03-24  Pedro Alves  <palves@redhat.com>
9226
9227         * infrun.c (user_visible_resume_ptid): Rewrite going from
9228         most-locked to unlocked instead of the opposite.  Move comment ...
9229         * infrun.h (user_visible_resume_ptid): ... here.
9230
9231 2015-03-24  Pedro Alves  <palves@redhat.com>
9232
9233         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9234         to resume the event lwp.  Use the lwp's ptid instead of the passed
9235         in (maybe wildcard) ptid.
9236         (stop_wait_callback): Tweak debug log output.
9237         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9238         TRAP_TRACE.
9239         (linux_nat_filter_event): In debug output, distinguish a
9240         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9241         before trying to resume the lwp.
9242
9243 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9244
9245         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9246         pointer indirection.
9247         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9248         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9249
9250 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9251
9252         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9253         Renames DYN_ATTR_DATA_LOCATION.
9254         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9255         DYN_ATTR_DATA_LOCATION.
9256         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9257         instead of DYN_ATTR_DATA_LOCATION.
9258
9259 2015-03-24  Pedro Alves  <palves@redhat.com>
9260
9261         * breakpoint.c (until_break_command): Adjust call to proceed.
9262         * gdbthread.h (struct thread_control_state) <stepping_command>:
9263         New field.
9264         * infcall.c (run_inferior_call): Adjust call to proceed.
9265         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9266         Adjust calls to proceed.
9267         (set_step_frame): Set the current thread's step_start_function
9268         here.
9269         (step_once): Adjust calls to proceed.
9270         (jump_command, signal_command, until_next_command)
9271         (finish_backward, finish_forward, proceed_after_attach_callback)
9272         (attach_command_post_wait): Adjust calls to proceed.
9273         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9274         (do_target_resume): New function, factored out from ...
9275         (resume): ... here.  Remove 'step' parameter.  Instead, check
9276         currently_stepping to determine whether the thread should be
9277         single-stepped.
9278         (proceed): Remove 'step' parameter and don't set the thread's
9279         step_start_function here.  Adjust call to 'resume'.
9280         (handle_inferior_event): Adjust calls to 'resume'.
9281         (switch_back_to_stepped_thread): Use do_target_resume instead of
9282         'resume'.
9283         (keep_going): Adjust calls to 'resume'.
9284         * infrun.h (proceed): Remove 'step' parameter.
9285         (resume): Likewise.
9286         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9287         'resume'.
9288         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9289
9290 2015-03-24  Pedro Alves  <palves@redhat.com>
9291
9292         * gdbthread.h (struct thread_control_state) <stepping_command>:
9293         New field.
9294         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9295         the thread's stepping_command field.
9296         * infrun.c (resume): Check the thread's stepping_command flag to
9297         determine which threads should be resumed.  Rename 'entry_step'
9298         local to user_step.
9299         (clear_proceed_status_thread): Clear 'stepping_command'.
9300         (schedlock_applies): Change parameter type to struct thread_info
9301         pointer.  Adjust.
9302         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9303         (switch_back_to_stepped_thread): Adjust calls to
9304         'schedlock_applies'.
9305         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9306
9307 2015-03-24  Pedro Alves  <palves@redhat.com>
9308
9309         * infrun.c (step_start_function): Delete and ...
9310         * gdbthread.h (struct thread_control_state) <step_start_function>:
9311         ... now a field here.
9312         * infrun.c (clear_proceed_status_thread): Clear the thread's
9313         step_start_function.
9314         (proceed, process_event_stop_test, print_stop_event): Adjust.
9315
9316 2015-03-24  Pedro Alves  <palves@redhat.com>
9317
9318         * infrun.c (proceed): No longer handle negative step.
9319
9320 2015-03-24  Gary Benson  <gbenson@redhat.com>
9321
9322         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9323         (x86_linux_prepare_to_resume): Likewise.
9324         * x86-linux-nat.c (x86_linux_new_thread):
9325         Moved to nat/x86-linux.c.
9326         (x86_linux_prepare_to_resume): Likewise.
9327         * nat/x86-linux.c (x86_linux_new_thread): New function.
9328         (x86_linux_prepare_to_resume): Likewise.
9329
9330 2015-03-24  Gary Benson  <gbenson@redhat.com>
9331
9332         * nat/x86-linux-dregs.h: New file.
9333         * nat/x86-linux-dregs.c: Likewise.
9334         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9335         (x86-linux-dregs.o): New rule.
9336         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9337         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9338         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9339         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9340         (x86_linux_dr_get): Likewise.
9341         (x86_linux_dr_set): Likewise.
9342         (x86_linux_dr_get_addr): Likewise.
9343         (x86_linux_dr_get_control): Likewise.
9344         (x86_linux_dr_get_status): Likewise.
9345         (update_debug_registers_callback): Likewise.
9346         (x86_linux_dr_set_control): Likewise.
9347         (x86_linux_dr_set_addr): Likewise.
9348         (x86_linux_update_debug_registers): Likewise.
9349
9350 2015-03-24  Gary Benson  <gbenson@redhat.com>
9351
9352         * x86-linux-nat.c (x86_linux_update_debug_registers):
9353         New function, factored out from...
9354         (x86_linux_prepare_to_resume): ...this.
9355
9356 2015-03-24  Gary Benson  <gbenson@redhat.com>
9357
9358         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9359         (x86_linux_dr_set): Likewise.
9360         (x86_linux_dr_get_addr): Likewise.
9361         (x86_linux_dr_get_control): Likewise.
9362         (x86_linux_dr_get_status): Likewise.
9363         (update_debug_registers_callback): Likewise.
9364         (x86_linux_dr_set_control): Likewise.
9365         (x86_linux_dr_set_addr): Likewise.
9366         (x86_linux_prepare_to_resume): Likewise.
9367         (x86_linux_new_thread): Likewise.
9368
9369 2015-03-24  Gary Benson  <gbenson@redhat.com>
9370
9371         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9372         (x86_linux_new_thread): Rename argument.
9373
9374 2015-03-24  Gary Benson  <gbenson@redhat.com>
9375
9376         * nat/x86-linux.h: New file.
9377         * nat/x86-linux.c: Likewise.
9378         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9379         (x86-linux.o): New rule.
9380         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9381         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9382         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9383         (lwp_set_arch_private_info): New declaration.
9384         (lwp_arch_private_info): Likewise.
9385         * linux-nat.c (lwp_set_arch_private_info): New function.
9386         (lwp_arch_private_info): Likewise.
9387         * x86-linux-nat.c: Include nat/x86-linux.h.
9388         (arch_lwp_info): Removed structure.
9389         (update_debug_registers_callback):
9390         Use lwp_set_debug_registers_changed.
9391         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9392         and lwp_set_debug_registers_changed.
9393         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9394
9395 2015-03-24  Gary Benson  <gbenson@redhat.com>
9396
9397         * nat/linux-nat.h (ptid_of_lwp): New declaration.
9398         (lwp_is_stopped): Likewise.
9399         (lwp_stop_reason): Likewise.
9400         * linux-nat.c (ptid_of_lwp): New function.
9401         (lwp_is_stopped): Likewise.
9402         (lwp_is_stopped_by_watchpoint): Likewise.
9403         * x86-linux-nat.c (update_debug_registers_callback):
9404         Use lwp_is_stopped.
9405         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9406         lwp_stop_reason.
9407
9408 2015-03-24  Gary Benson  <gbenson@redhat.com>
9409
9410         * linux-nat.h (linux_stop_lwp): Move declaration to...
9411         * nat/linux-nat.h (linux_stop_lwp): New declaration.
9412
9413 2015-03-24  Gary Benson  <gbenson@redhat.com>
9414
9415         * linux-nat.h: Include nat/linux-nat.h.
9416         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9417         * nat/linux-nat.h (struct lwp_info): New forward declaration.
9418         (iterate_over_lwps_ftype): New typedef.
9419         (iterate_over_lwps): New declaration.
9420         * linux-nat.h (iterate_over_lwps): Update comment.  Use
9421         iterate_over_lwps_ftype.  Update callback return value check.
9422
9423 2015-03-24  Gary Benson  <gbenson@redhat.com>
9424
9425         * x86-nat.h (x86_debug_reg_state): Move declaration to...
9426         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9427
9428 2015-03-24  Gary Benson  <gbenson@redhat.com>
9429
9430         * nat/linux-nat.h (current_lwp_ptid): New declaration.
9431         * linux-nat.c (current_lwp_ptid): New function.
9432         * x86-linux-nat.c: Include nat/linux-nat.h.
9433         (x86_linux_dr_get_addr): Use current_lwp_ptid.
9434         (x86_linux_dr_get_control): Likewise.
9435         (x86_linux_dr_get_status): Likewise.
9436         (x86_linux_dr_set_control): Likewise.
9437         (x86_linux_dr_set_addr): Likewise.
9438
9439 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9440
9441         PR breakpoints/16466
9442         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9443
9444 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
9445
9446         * ser-mingw.c (ser_windows_setparity): Fix indentation.
9447         * ser-unix.c (hardwire_setparity): Likewise.
9448
9449 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9450
9451         * NEWS: Mention set/show serial parity command.
9452         * monitor.c (monitor_open): Call serial_setparity.
9453         * remote.c (remote_open_1): Likewise.
9454         * ser-base.c (ser_base_serparity): New function.
9455         * ser-base.h (ser_base_setparity): Add  declaration.
9456         * ser-go32.c (dos_ops): Set "setparity" field.
9457         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9458         state.Parity.
9459         (ser_windows_setparity): New function.
9460         (hardwire_ops): Add ser_windows_setparity.
9461         (tty_ops): Add NULL for setparity field.
9462         (pipe_ops): Add ser_base_setparity.
9463         (tcp_ops): Likewise.
9464         * ser-pipe.c (pipe_ops): Likewise.
9465         * ser-tcp.c (tcp_ops): Likewise.
9466         * ser-unix.c (hardwire_setparity): Add declaration.
9467         (hardwire_raw): Don't reset PARENB flag.
9468         (hardwire_setparity): New function.
9469         (hardwire_ops): Add hardwire_setparity.
9470         * serial.c (serial_setparity): New function.
9471         (serial_parity): New global.
9472         (parity_none, parity_odd, parity_even, parity_enums, parity):
9473         New static globals.
9474         (set_parity): New function.
9475         (_initialize_serial): Add set/show serial parity commands.
9476         * serial.h (GDBPARITY_NONE): Define.
9477         (GDBPARITY_ODD): Define.
9478         (GDBPARITY_EVEN): Define.
9479         (serial_setparity) Add declaration.
9480         (struct serial_ops): Add setparity field.
9481         * target.h (serial_parity): Add declaration.
9482
9483 2015-03-23  Keith Seitz  <keiths@redhat.com>
9484
9485         * linespec.c (linespec_lexer_lex_keyword): Update comment.
9486
9487 2015-03-23  Keith Seitz  <keiths@redhat.com>
9488
9489         * breakpoint.c (parse_breakpoint_sals): Use
9490         linespec_lexer_lex_keyword to ascertain if the user specified
9491         a NULL location.
9492         * linespec.c [IF_KEYWORD_INDEX]: Define.
9493         (linespec_lexer_lex_keyword): Export.
9494         (struct ls_parser) <keyword_ok>: Remove.
9495         A keyword is only a keyword if not followed by another keyword.
9496         (linespec_lexer_lex_one): Remove keyword_ok handling.
9497         Add comment explaining why the parsing stream is not advanced
9498         when a keyword is seen.
9499         (parse_linespec): Remove parser->keyword_ok.
9500         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9501
9502 2015-03-23  Keith Seitz  <keiths@redhat.com>
9503
9504         PR gdb/18021
9505         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9506         if we find a static method with DW_AT_vtable_elem_location.
9507
9508 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
9509
9510         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9511         before the second loop, to avoid undefined behavior.  Reported by
9512         Anton Blanchard <anton@samba.org>.
9513
9514 2015-03-20  Keven Boell  <keven.boell@intel.com>
9515
9516         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9517         data_location usage to linked list.
9518         (resolve_dynamic_type_internal): Adapt data_location to
9519         linked list.
9520         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9521         (copy_type_recursive, copy_type): Add copy of linked list.
9522         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9523         (struct dynamic_prop_list): New struct.
9524         * dwarf2read.c (set_die_type): Set data_location data.
9525
9526 2015-03-20  Pedro Alves  <palves@redhat.com>
9527
9528         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9529         inner block and make it const.
9530         * machoread.c (get_archive_prefix_len): Make "lparen" const.
9531
9532 2015-03-20  Pedro Alves  <palves@redhat.com>
9533
9534         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9535         * breakpoint.h (set_breakpoint_condition): Update declaration.
9536
9537 2015-03-20  Pedro Alves  <palves@redhat.com>
9538
9539         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9540
9541 2015-03-20  Pedro Alves  <palves@redhat.com>
9542
9543         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9544
9545 2015-03-20  Pedro Alves  <palves@redhat.com>
9546
9547         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9548
9549 2015-03-20  Pedro Alves  <palves@redhat.com>
9550
9551         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9552         (nto_init_solib_absolute_prefix): Likewise.
9553
9554 2015-03-20  Pedro Alves  <palves@redhat.com>
9555
9556         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9557         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9558
9559 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9560
9561         * config/djgpp/README: Remove gdb.hp.
9562
9563 2015-03-20  Yao Qi  <yao.qi@linaro.org>
9564
9565         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9566         set_gdbarch_cannot_step_breakpoint.
9567
9568 2015-03-19  Pedro Alves  <palves@redhat.com>
9569
9570         * linux-nat.c (linux_resume_one_lwp): Rename to ...
9571         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
9572         instead call perror_with_name.
9573         (check_ptrace_stopped_lwp_gone): New function.
9574         (linux_resume_one_lwp): Reimplement as wrapper around
9575         linux_resume_one_lwp_throw that swallows errors if the LWP is
9576         gone.
9577         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9578         swallows errors if the LWP is gone.  Use
9579         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9580
9581 2015-03-19  Pedro Alves  <palves@redhat.com>
9582
9583         * linux-nat.c (status_callback): Return early if the LWP has no
9584         status pending.
9585
9586 2015-03-19  Pedro Alves  <palves@redhat.com>
9587
9588         * linux-nat.c (select_event_lwp_callback): Update comment to no
9589         longer mention SIGTRAP.
9590
9591 2015-03-18  Tristan Gingold  <gingold@adacore.com>
9592
9593         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9594         redirection code to ...
9595         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
9596         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
9597
9598 2015-03-18  Gary Benson <gbenson@redhat.com>
9599
9600         (remote_protocol_features): Remove the "vFile:fstat" feature.
9601         (remote_hostio_fstat): Probe for "vFile:fstat" support.
9602
9603 2015-03-11  Yao Qi  <yao.qi@linaro.org>
9604
9605         PR tdep/18107
9606         * aarch64-linux-tdep.c: Include xml-syscall.h
9607         (aarch64_linux_get_syscall_number): New function.
9608         (aarch64_linux_init_abi): Call
9609         set_gdbarch_get_syscall_number.
9610         * syscalls/aarch64-linux.xml: New file.
9611
9612 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9613
9614         * ser-base.h (ser_base_setstopbits): Change second argument name
9615         from "rate" to "num".
9616
9617 2015-03-17  Gary Benson <gbenson@redhat.com>
9618             Luke Allardyce <lukeallardyce@gmail.com>
9619
9620         PR gdb/18131
9621         * common/common-remote-fileio.h (sys/stat.h): New include.
9622         (stuct stat): Remove forward declaration.
9623
9624 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
9625
9626         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9627         before writing core register notes.
9628
9629 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9630             Pedro Alves  <palves@redhat.com>
9631
9632         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9633         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9634         (tgoto): Wrap with extern "C".
9635
9636 2015-03-16  Pedro Alves  <palves@redhat.com>
9637             Yuanhui Zhang  <asmwarrior@gmail.com>
9638
9639         * stub-termcap.c (tputs): Change prototype.
9640
9641 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9642             Pedro Alves  <palves@redhat.com>
9643
9644         * windows-nat.c (struct thread_info_struct): Rename to ...
9645         (struct windows_thread_info_struct): ... this.
9646         (thread_info): Rename to ...
9647         (windows_thread_info): ... this.
9648         All users updated.
9649
9650 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9651             Pedro Alves  <palves@redhat.com>
9652
9653         * NEWS: New Removed targets and native configurations.
9654
9655 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9656
9657         Remove HPUX.
9658         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9659         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9660         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9661         ia64-hpux-tdep.h, solib-ia64-hpux.h.
9662         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9663         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9664         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9665         hppa-hpux-tdep.c.
9666         * config/ia64/hpux.mh: Remove file.
9667         * config/pa/hpux.mh: Remove file.
9668         * configure: Rebuilt.
9669         * configure.ac (dlgetmodinfo, somread.o): Remove.
9670         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9671         (ia64-*-hpux*): Remove its float format exception.
9672         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9673         * hppa-hpux-nat.c: Remove file.
9674         * hppa-hpux-tdep.c: Remove file.
9675         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9676         Move them here from hppa-tdep.h
9677         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9678         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9679         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9680         Move them to hppa-tdep.c.
9681         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9682         declarations.
9683         * ia64-hpux-nat.c: Remove file.
9684         * ia64-hpux-tdep.c: Remove file.
9685         * ia64-hpux-tdep.h: Remove file.
9686         * inf-ttrace.c: Remove file.
9687         * inf-ttrace.h: Remove file.
9688         * solib-ia64-hpux.c: Remove file.
9689         * solib-ia64-hpux.h: Remove file.
9690         * solib-pa64.c: Remove file.
9691         * solib-pa64.h: Remove file.
9692         * solib-som.c: Remove file.
9693         * solib-som.h: Remove file.
9694         * somread.c: Remove file.
9695
9696 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
9697
9698         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9699         * config.in: Regenerate.
9700         * configure: Regenerate.
9701         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
9702         define.
9703         (fbsd_find_memory_regions): Use kinfo_getvmmap to
9704         enumerate memory regions if present.
9705
9706 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
9707
9708         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9709         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9710         expressions.
9711         (i386fbsd_sigtramp_p): Likewise.
9712
9713 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
9714
9715         * MAINTAINERS (Write After Approval): Add John Baldwin.
9716
9717 2015-03-12  Gary Benson <gbenson@redhat.com>
9718
9719         * solib.c (_initialize_solib): Make "set/show sysroot" use
9720         add_setshow_optional_filename_cmd so it can be restored to
9721         empty after being set.
9722
9723 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9724
9725         * Makefile.in (SFILES): New source break-catch-syscall.c.
9726         (COMMON_OBS): New object break-catch-syscall.o.
9727         * break-catch-syscall.c: New file.
9728         * breakpoint.c: Remove inclusion of "xml-syscall.h".
9729         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
9730         (struct syscall_catchpoint): Likewise.
9731         (dtor_catch_syscall): Likewise.
9732         (catch_syscall_inferior_data): Likewise.
9733         (struct catch_syscall_inferior_data): Likewise.
9734         (get_catch_syscall_inferior_data): Likewise.
9735         (catch_syscall_inferior_data_cleanup): Likewise.
9736         (insert_catch_syscall): Likewise.
9737         (remove_catch_syscall): Likewise.
9738         (breakpoint_hit_catch_syscall): Likewise.
9739         (print_it_catch_syscall): Likewise.
9740         (print_one_catch_syscall): Likewise.
9741         (print_mention_catch_syscall): Likewise.
9742         (print_recreate_catch_syscall): Likewise.
9743         (catch_syscall_breakpoint_ops): Likewise.
9744         (syscall_catchpoint_p): Likewise.
9745         (create_syscall_event_catchpoint): Likewise.
9746         (catch_syscall_split_args): Likewise.
9747         (catch_syscall_command_1): Likewise.
9748         (is_syscall_catchpoint_enabled): Likewise.
9749         (catch_syscall_enabled): Likewise.
9750         (catching_syscall_number): Likewise.
9751         (catch_syscall_completer): Likewise.
9752         (clear_syscall_counts): Likewise.
9753         (initialize_breakpoint_ops): Move initialization of syscall
9754         catchpoints to break-catch-syscall.c.
9755         (_initialize_breakpoint): Move code related to syscall catchpoints
9756         to break-catch-syscall.c.
9757
9758 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9759
9760         * breakpoint.c (breakpoint_find_if): New function.
9761         * breakpoint.h (breakpoint_find_if): New prototype.
9762
9763 2015-03-11  Gary Benson <gbenson@redhat.com>
9764
9765         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
9766         * remote-fileio.c (remote_fileio_to_host_uint): New function.
9767         (remote_fileio_to_host_ulong): Likewise.
9768         (remote_fileio_to_host_mode): Likewise.
9769         (remote_fileio_to_host_time): Likewise.
9770         (remote_fileio_to_host_stat): Likewise.
9771         * remote.c (PACKET_vFile_fstat): New enum value.
9772         (remote_protocol_features): Register the "vFile:fstat" feature.
9773         (remote_hostio_fstat): New function.
9774         (remote_bfd_iovec_stat): Use the above.
9775         (_initialize_remote): Register new "set/show remote
9776         hostio-fstat-packet" command.
9777         * symfile.c (separate_debug_file_exists): Update comment.
9778         * NEWS: Announce new vFile:fstat packet.
9779
9780 2015-03-11  Gary Benson <gbenson@redhat.com>
9781
9782         * common/common-remote-fileio.h: New file.
9783         * common/common-remote-fileio.c: Likewise.
9784         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
9785         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
9786         (COMMON_OBS): Add common-remote-fileio.o.
9787         (common-remote-fileio.o): New rule.
9788         * remote-fileio.h (common-remote-fileio.h): New include.
9789         * remote-fileio.c (gdb/fileio.h): Do not include.
9790         (remote_fileio_to_be): Moved to common-remote-fileio.h.
9791         (remote_fileio_to_fio_uint): Likewise.
9792         (remote_fileio_to_fio_time): Likewise.
9793         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
9794         (remote_fileio_to_fio_mode): Likewise.
9795         (remote_fileio_to_fio_ulong): Likewise.
9796         (remote_fileio_to_fio_stat): Likewise.
9797
9798 2015-03-11  Andy Wingo  <wingo@igalia.com>
9799
9800         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
9801         we were checking the cached type, not the cached dynamic type.
9802
9803 2015-03-11  Andy Wingo  <wingo@igalia.com>
9804
9805         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
9806         other strings, as these are on the GC'd heap, and will be
9807         collected along with the smob.
9808
9809 2015-03-11  Andy Wingo  <wingo@igalia.com>
9810
9811         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
9812         (objfile_functions): Bind gdbscm_objfile_progspace to
9813         objfile-progspace.
9814         * guile/lib/gdb.scm: Add objfile-progspace to exports.
9815
9816 2015-03-11  Andy Wingo  <wingo@igalia.com>
9817
9818         * guile/guile.c (_initialize_guile): Disable automatic
9819         finalization, if Guile offers us that possibility.
9820         * guile/guile.c (call_initialize_gdb_module):
9821         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
9822         finalizers in appropriate places.
9823         * configure.ac (AC_TRY_LIBGUILE): Add a check for
9824         scm_set_automatic_finalization_enabled.
9825         * configure: Regenerated.
9826
9827 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9828
9829         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
9830         SAL, if possible.
9831
9832 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9833
9834         * s390-linux-nat.c (struct arch_lwp_info): New.
9835         (s390_fix_watch_points): Rename to...
9836         (s390_prepare_to_resume): ...this.  Skip the PER info update
9837         unless the watch points have changed.
9838         (s390_refresh_per_info, s390_new_thread): New functions.
9839         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
9840         s390_fix_watch_points.
9841         (s390_remove_watchpoint): Likewise.
9842         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
9843         Register s390_prepare_to_resume.
9844
9845 2015-03-09  Pedro Alves  <palves@redhat.com>
9846
9847         Revert:
9848         2015-03-07  Pedro Alves  <palves@redhat.com>
9849         * common/gdb_socket.h: New file.
9850         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
9851         sys/socket.h.
9852         (net_open): Use union gdb_sockaddr_u.
9853
9854 2015-03-07  Pedro Alves  <palves@redhat.com>
9855
9856         * configure.ac (build_warnings): Move -Wmissing-prototypes
9857         -Wdeclaration-after-statement -Wmissing-parameter-type
9858         -Wold-style-declaration -Wold-style-definition to the C-specific
9859         set.
9860         * configure: Regenerate.
9861
9862 2015-03-07  Pedro Alves  <palves@redhat.com>
9863
9864         * common/gdb_socket.h: New file.
9865         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
9866         sys/socket.h.
9867         (net_open): Use union gdb_sockaddr_u.
9868
9869 2015-03-07  Pedro Alves  <palves@redhat.com>
9870
9871         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
9872         (exceptions_state_mc_action_iter)
9873         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9874         Don't define.
9875         [__cplusplus] (try_scope_depth): New global.
9876         [__cplusplus] (exception_try_scope_entry)
9877         (exception_try_scope_exit, gdb_exception_sliced_copy)
9878         (exception_rethrow): New functions.
9879         (throw_exception): In C++ mode, throw
9880         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
9881         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
9882         (throw_it): In C++ mode, use try_scope_depth.
9883         * common/common-exceptions.h [!__cplusplus]
9884         (exceptions_state_mc_action_iter)
9885         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9886         Don't declare.
9887         [__cplusplus] (exception_try_scope_entry)
9888         (exception_try_scope_exit, exception_rethrow): Declare.
9889         [__cplusplus] (struct exception_try_scope): New struct.
9890         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
9891         C++ exceptions.
9892         (struct gdb_exception_RETURN_MASK_ALL)
9893         (struct gdb_exception_RETURN_MASK_ERROR)
9894         (struct gdb_exception_RETURN_MASK_QUIT): New types.
9895
9896 2015-03-07  Pedro Alves  <palves@redhat.com>
9897
9898         * main.c (handle_command_errors): Remove volatile qualifier from
9899         parameter.
9900
9901 2015-03-07  Pedro Alves  <palves@redhat.com>
9902
9903         * breakpoint.c (save_breakpoints): Adjust to avoid code between
9904         TRY and CATCH.
9905         * gdbtypes.c (safe_parse_type): Remove empty line.
9906         (types_deeply_equal):
9907         * guile/scm-frame.c (gdbscm_frame_name):
9908         * linux-thread-db.c (find_new_threads_once):
9909         * python/py-breakpoint.c (bppy_get_commands):
9910         * record-btrace.c (record_btrace_insert_breakpoint)
9911         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
9912         (record_btrace_start_replaying): Adjust to avoid code between TRY
9913         and CATCH.
9914
9915 2015-03-07  Pedro Alves  <palves@redhat.com>
9916
9917         * common/common-exceptions.c (struct catcher) <exception>: No
9918         longer a pointer to volatile exception.  Now an exception value.
9919         <mask>: Delete field.
9920         (exceptions_state_mc_init): Remove all parameters.  Adjust.
9921         (exceptions_state_mc): No longer pop the catcher here.
9922         (exceptions_state_mc_catch): New function.
9923         (throw_exception): Adjust.
9924         * common/common-exceptions.h (exceptions_state_mc_init): Remove
9925         all parameters.
9926         (exceptions_state_mc_catch): Declare.
9927         (TRY_CATCH): Rename to ...
9928         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
9929         (CATCH, END_CATCH): New.
9930         All callers adjusted.
9931
9932 2015-03-07  Tom Tromey  <tromey@redhat.com>
9933
9934         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
9935
9936 2015-03-07  Pedro Alves  <palves@redhat.com>
9937
9938         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9939         (amd64_epilogue_frame_cache): Normal exception handling code.
9940         * break-catch-throw.c (check_status_exception_catchpoint)
9941         (re_set_exception_catchpoint): Ditto.
9942         * cli/cli-interp.c (safe_execute_command):
9943         * cli/cli-script.c (script_from_file): Ditto.
9944         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
9945         Ditto.
9946         * compile/compile-object-run.c (compile_object_run): Ditto.
9947         * cp-abi.c (baseclass_offset): Ditto.
9948         * cp-valprint.c (cp_print_value): Ditto.
9949         * exceptions.c (catch_exceptions_with_msg):
9950         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
9951         * frame.c (get_frame_address_in_block_if_available): Ditto.
9952         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9953         (i386_sigtramp_frame_cache): Ditto.
9954         * infcmd.c (post_create_inferior): Ditto.
9955         * linespec.c (parse_linespec, find_linespec_symbols):
9956         * p-valprint.c (pascal_object_print_value): Ditto.
9957         * parse.c (parse_expression_for_completion): Ditto.
9958         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
9959         * remote.c (remote_get_noisy_reply): Ditto.
9960         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
9961         * solib-svr4.c (solib_svr4_r_map): Ditto.
9962
9963 2015-03-06  Gary Benson  <gbenson@redhat.com>
9964
9965         * common/common-utils.h (startswith): New inline function.
9966         All places where this logic was used updated to use the above.
9967
9968 2015-03-05  Pedro Alves  <palves@redhat.com>
9969
9970         PR gdb/18002
9971         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
9972         after reading the breakpoint's shadow memory.
9973
9974 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
9975
9976         * hppabsd-nat.c: Remove file.
9977         * hppaobsd-nat.c: New file.
9978         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
9979         hppaobsd-nat.c.
9980         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
9981         hppaobsd-nat.o.
9982
9983 2015-03-04  Pedro Alves  <palves@redhat.com>
9984
9985         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
9986         (target_decr_pc_after_break): Delete declaration.
9987         * target.c (default_target_decr_pc_after_break)
9988         (target_decr_pc_after_break): Delete.
9989         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
9990         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
9991         * linux-thread-db.c (check_event): Likewise.
9992         * infrun.c (adjust_pc_after_break): Likewise.
9993         * darwin-nat.c (cancel_breakpoint): Likewise.
9994         * aix-thread.c (aix_thread_wait): Likewise.
9995         * target-delegates.c: Regenerate.
9996
9997 2015-03-04  Pedro Alves  <palves@redhat.com>
9998
9999         * linux-nat.c (save_sigtrap): Check for breakpoints before
10000         checking watchpoints.
10001         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10002         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10003         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10004         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10005         (linux_nat_stopped_by_sw_breakpoint)
10006         (linux_nat_supports_stopped_by_sw_breakpoint)
10007         (linux_nat_stopped_by_hw_breakpoint)
10008         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10009         (linux_nat_wait_1): Don't re-increment the PC if relying on
10010         SIGTRAP's siginfo->si_code.
10011         (linux_nat_add_target): Install new target methods.
10012         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10013         offset if the target already adjusted the PC.
10014         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10015         (GDB_ARCH_TRAP_BRKPT): New.
10016         (TRAP_HWBKPT): Define if not already defined.
10017
10018 2015-03-04  Pedro Alves  <palves@redhat.com>
10019
10020         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10021         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10022         Delete field.
10023         <stop_reason>: New field.
10024         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10025         (packet_set_cmd_state): New function.
10026         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10027         features.
10028         (remote_query_supported): If not disabled with the corresponding
10029         "set remote foo-packet" command, report support for the swbreak
10030         and hwbreak features.
10031         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10032         field.
10033         <stop_reason>: New field.
10034         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10035         (remote_wait_as): Adjust.
10036         (remote_stopped_by_sw_breakpoint)
10037         (remote_supports_stopped_by_sw_breakpoint)
10038         (remote_stopped_by_hw_breakpoint)
10039         (remote_supports_stopped_by_hw_breakpoint): New functions.
10040         (remote_stopped_by_watchpoint): New function.
10041         (init_remote_ops): Install them.
10042         (_initialize_remote): Register new "set/show remote
10043         swbreak-feature-packet" and "set/show remote
10044         swbreak-feature-packet" commands.
10045
10046 2015-03-04  Pedro Alves  <palves@redhat.com>
10047
10048         * btrace.h: Include target/waitstatus.h.
10049         (struct btrace_thread_info) <stop_reason>: New field.
10050         * record-btrace.c (record_btrace_step_thread): Use
10051         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10052         (record_btrace_decr_pc_after_break): Delete.
10053         (record_btrace_stopped_by_sw_breakpoint)
10054         (record_btrace_supports_stopped_by_sw_breakpoint)
10055         (record_btrace_stopped_by_hw_breakpoint)
10056         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10057         (init_record_btrace_ops): Install them.
10058         * record-full.c (record_full_hw_watchpoint): Delete and replace
10059         with ...
10060         (record_full_stop_reason): ... this throughout.
10061         (record_full_exec_insn): Adjust.
10062         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10063         (record_full_wait_1): Adjust.  Use
10064         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10065         (record_full_stopped_by_watchpoint): Adjust.
10066         (record_full_stopped_by_sw_breakpoint)
10067         (record_full_supports_stopped_by_sw_breakpoint)
10068         (record_full_supports_stopped_by_sw_breakpoint)
10069         (record_full_stopped_by_hw_breakpoint)
10070         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10071         (init_record_full_ops, init_record_full_core_ops): Install them.
10072         * record.c (record_check_stopped_by_breakpoint): New function.
10073         * record.h: Include target/waitstatus.h.
10074         (record_check_stopped_by_breakpoint): New declaration.
10075
10076 2015-03-04  Pedro Alves  <palves@redhat.com>
10077
10078         enum lwp_stop_reason -> enum target_stop_reason
10079         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10080         (linux_nat_stopped_by_watchpoint, status_callback)
10081         (linux_nat_wait_1): Adjust.
10082         * linux-nat.h (enum lwp_stop_reason): Delete.
10083         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10084         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10085         * target/waitstatus.h (enum target_stop_reason): New.
10086
10087 2015-03-04  Pedro Alves  <palves@redhat.com>
10088
10089         * breakpoint.c (need_moribund_for_location_type): New function.
10090         (bpstat_stop_status): Don't skipping checking moribund locations
10091         of breakpoint types which the target tell caused a stop.
10092         (program_breakpoint_here_p): New function, factored out from ...
10093         (bp_loc_is_permanent): ... this.
10094         (update_global_location_list): Don't create a moribund location if
10095         the target supports reporting stops of the type of the removed
10096         breakpoint.
10097         * breakpoint.h (program_breakpoint_here_p): New declaration.
10098         * infrun.c (adjust_pc_after_break): Return early if the target has
10099         already adjusted the PC.  Add comments.
10100         (handle_signal_stop): If nothing explains a signal, and the target
10101         tells us the stop was caused by a software breakpoint, check if
10102         there's a breakpoint instruction in the memory.  If so, adjust the
10103         PC before presenting the stop to the user.  Otherwise, ignore the
10104         trap.  If nothing explains a signal, and the target tells us the
10105         stop was caused by a hardware breakpoint, ignore the trap.
10106         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10107         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10108         to_supports_stopped_by_hw_breakpoint>: New fields.
10109         (target_stopped_by_sw_breakpoint)
10110         (target_supports_stopped_by_sw_breakpoint)
10111         (target_stopped_by_hw_breakpoint)
10112         (target_supports_stopped_by_hw_breakpoint): Define.
10113         * target-delegates.c: Regenerate.
10114
10115 2015-03-04  Pedro Alves  <palves@redhat.com>
10116
10117         * infrun.c (follow_fork_inferior): Use the whole of the
10118         inferior_ptid and pending_follow.related_pid ptids instead of
10119         building ptids from the process components.  Adjust verbose output
10120         to use target_pid_to_str.
10121         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10122         inferior_ptid and pending_follow.related_pid ptids instead of
10123         building ptids from the process components.
10124
10125 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10126
10127         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10128         (inf_ptrace_insert_fork_catchpoint): New function.
10129         (inf_ptrace_remove_fork_catchpoint): New function.
10130         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10131
10132 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10133
10134         * s390-linux-tdep.c (s390_register_name): Return empty string
10135         instead of NULL for registers that shouldn't be visible.
10136
10137 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10138
10139         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10140         XML file for 64-bit targets.
10141
10142 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10143
10144         * target.h (find_default_create_inferior): Remove declaration.
10145         (find_default_attach): Likewise.
10146
10147 2015-03-03  Pedro Alves  <palves@redhat.com>
10148
10149         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10150         Use ptid_get_pid to get the overall process id when resuming all
10151         threads.
10152
10153 2015-03-03  Pedro Alves  <palves@redhat.com>
10154
10155         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10156         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10157         * inf-ptrace.c (get_ptrace_pid): New function.
10158         (inf_ptrace_resume): Use it.
10159         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10160         to the lower layer.
10161
10162 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10163
10164         * nat/linux-btrace.c: Include sys/utsname.h.
10165         (linux_determine_kernel_ptr_bits): New.
10166         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10167         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10168         ptr_bits.
10169
10170 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10171
10172         * btrace.c (ftrace_update_function): Treat return as tailcall for
10173         "_dl_runtime_resolve".
10174
10175 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10176
10177         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10178         * btrace.c (ftrace_debug): Do not print the line range.
10179         (ftrace_skip_file, ftrace_update_lines): Remove.
10180         (ftrace_new_function): Remove lbegin and lend initialization.
10181         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10182         * record-btrace.c (btrace_compute_src_line_range): New.
10183         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10184
10185 2015-03-02  Pedro Alves  <palves@redhat.com>
10186
10187         * infrun.c (follow_exec): Delete all threads of the process except
10188         the event thread.  Extended comments.
10189
10190 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10191
10192         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10193
10194 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10195
10196         * utils.h: Remove <stdbool.h> #include.
10197         (producer_is_gcc): Change return type to "int".
10198         * utils.c (producer_is_gcc): Change return type to int.
10199         Return 1 instead of true, and 0 instead of false.
10200         Adjust function documentation accordingly.
10201
10202 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10203
10204         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10205         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10206         present.
10207         (s390_linux_store_inferior_registers): Likewise.
10208         (s390_get_hwcap): Remove function.  Embed its logic...
10209         (s390_read_description): ...here.  Yield a target description with
10210         vector registers if applicable.
10211         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10212         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10213         "features/s390x-tevx-linux64.c".
10214         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10215         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10216         for "GNU/Linux-specific registers".
10217         (s390_dwarf_reg_r0l): New enum value.
10218         (s390_dwarf_reg_to_regnum): Support vector registers.
10219         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10220         of GPR lower halves.
10221         (regnum_is_vxr_full): New function.
10222         (s390_register_name): New function.
10223         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10224         f0-f15 and v0l-v15l.
10225         (s390_pseudo_register_type): Likewise.
10226         (s390_pseudo_register_read): Likewise.
10227         (s390_pseudo_register_write): Likewise.
10228         (s390_value_from_register): Account for the fact that values are
10229         placed left-justified in vector registers.
10230         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10231         the vector reggroup and omit them from the general reggroup.
10232         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10233         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10234         (s390_iterate_over_regset_sections): Add iterations for the two
10235         new vector regsets.
10236         (s390_core_read_description): Yield a target description with
10237         vector registers if applicable.
10238         (s390_gdbarch_init): Handle target descriptions with vector
10239         registers.  Add "register_name" gdbarch method.
10240         (_initialize_s390_tdep): Call new tdesc initialization functions.
10241         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10242         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10243         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10244         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10245         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10246         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10247         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10248         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10249         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10250         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10251         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10252         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10253         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10254         (S390_NUM_REGS): Adjust value.
10255         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10256         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10257         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10258         * NEWS: Announce S/390 vector register support.
10259
10260 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10261
10262         * features/s390-tevx-linux64.xml: New file.
10263         * features/s390-vx-linux64.xml: New file.
10264         * features/s390-vx.xml: New file.
10265         * features/s390x-tevx-linux64.xml: New file.
10266         * features/s390x-vx-linux64.xml: New file.
10267         * features/Makefile (WHICH): Add s390-vx-linux64,
10268         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10269         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10270         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10271         macros.
10272         * features/s390-tevx-linux64.c: New generated file.
10273         * features/s390-vx-linux64.c: Likewise.
10274         * features/s390x-tevx-linux64.c: Likewise.
10275         * features/s390x-vx-linux64.c: Likewise.
10276         * regformats/s390-tevx-linux64.dat: Likewise.
10277         * regformats/s390-vx-linux64.dat: Likewise.
10278         * regformats/s390x-tevx-linux64.dat: Likewise.
10279         * regformats/s390x-vx-linux64.dat: Likewise.
10280
10281 2015-02-28  Doug Evans  <xdje42@gmail.com>
10282
10283         * symtab.h (struct symtab) <next>: Fix comment.
10284
10285 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10286
10287         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10288         python_GdbMethods.
10289
10290 2015-02-27  Pedro Alves  <palves@redhat.com>
10291
10292         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10293
10294 2015-02-27  Pedro Alves  <palves@redhat.com>
10295
10296         * common/common-exceptions.h (exception_none): Declare.
10297         * common/common-exceptions.c (exception_none): Moved from
10298         exceptions.c.
10299         (exceptions_state_mc_init): Use exception_none.
10300         * exceptions.c (exception_none): Move to
10301         common/common-exceptions.c.
10302         * exceptions.h (exception_none): Move to
10303         common/common-exceptions.h.
10304
10305 2015-02-27  Pedro Alves  <palves@redhat.com>
10306
10307         * main.c (catch_command_errors, catch_command_errors_const):
10308         Remove 'mask' argument.  Adjust.
10309         (captured_main): Adjust callers.
10310
10311 2015-02-27  Pedro Alves  <palves@redhat.com>
10312
10313         * python/python-internal.h: Include "extension-priv.h".
10314
10315 2015-02-27  Pedro Alves  <palves@redhat.com>
10316
10317         * breakpoint.h (enum print_stop_action): Move further up in the
10318         file.
10319
10320 2015-02-27  Pedro Alves  <palves@redhat.com>
10321
10322         * gdbarch.sh: Include regcache.h.
10323         * gdbarch.h: Regenerate.
10324
10325 2015-02-27  Pedro Alves  <palves@redhat.com>
10326
10327         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10328         Remove duplicate const.
10329         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10330         duplicate const.
10331
10332 2015-02-27  Pedro Alves  <palves@redhat.com>
10333
10334         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10335         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10336         * features/feature_to_c.sh: Tag the generated xml_builtin array
10337         with extern const in C++ mode.
10338
10339 2015-02-27  Tom Tromey  <tromey@redhat.com>
10340
10341         * minidebug.c (struct lzma_stream): Rename to ...
10342         (struct gdb_lzma_stream): ... this.
10343         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10344
10345 2015-02-27  Pedro Alves  <palves@redhat.com>
10346
10347         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10348         function.
10349         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10350         (mi_cmd_stack_list_variables): Use it.
10351
10352 2015-02-27  Pedro Alves  <palves@redhat.com>
10353
10354         * x86-linux-nat.c (u_debugreg_offset): New function.
10355         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10356
10357 2015-02-27  Pedro Alves  <palves@redhat.com>
10358
10359         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10360         declaration.
10361         Include break-common.h.
10362
10363 2015-02-27  Tom Tromey  <tromey@redhat.com>
10364             Pedro Alves <palves@redhat.com>
10365
10366         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10367         local used to iterate over enums.
10368         * completer.c (signal_completer): Likewise.
10369         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10370         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10371         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10372         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10373         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10374         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10375         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10376
10377 2015-02-27  Pedro Alves  <palves@redhat.com>
10378
10379         * target.h: Include "infrun.h".
10380
10381 2015-02-27  Pedro Alves  <palves@redhat.com>
10382
10383         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10384
10385 2015-02-27  Pedro Alves  <palves@redhat.com>
10386
10387         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10388         (IPA_SYM): Use it.
10389         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10390
10391 2015-02-27  Pedro Alves  <palves@redhat.com>
10392
10393         * cli-out.c (_rl_erase_entire_line): Move declaration out of
10394         cli_mld_erase_entire_line, and make it extern "C".
10395         * common/common-defs.h (EXTERN_C): New.
10396         * completer.c (_rl_completion_prefix_display_length)
10397         (_rl_print_completions_horizontally, QSFUNC): Move declarations
10398         out of gdb_display_match_list_1.
10399         (_rl_qsort_string_compare): Move declaration out of
10400         gdb_display_match_list_1, and make it extern "C".
10401         * defs.h (re_comp): Use EXTERN_C.
10402         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10403         and make it extern "C".
10404         (monstartup): Move declaration out of maintenance_set_profile_cmd,
10405         and make it extern "C".
10406         (main): Move declaration out of maintenance_set_profile_cmd.
10407         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10408         EXTERN_C.
10409
10410 2015-02-27  Pedro Alves  <palves@redhat.com>
10411
10412         * python/python.c (GdbMethods): Rename to ...
10413         (python_GdbMethods): ... this and make extern.
10414         (GdbModuleDef): Rename to ...
10415         (python_GdbModuleDef): ... this and make extern.
10416
10417 2015-02-27  Pedro Alves  <palves@redhat.com>
10418
10419         * record-btrace.c (set_record_btrace_cmdlist)
10420         (show_record_btrace_cmdlist): Remove redefinitions.
10421
10422 2015-02-27  Tom Tromey  <tromey@redhat.com>
10423             Pedro Alves  <palves@redhat.com>
10424
10425         * dwarf2-frame.c (enum cfa_how_kind, struct
10426         dwarf2_frame_state_reg_info): Move out of struct
10427         dwarf2_frame_state.
10428         * dwarf2read.c (struct tu_stats): Move out of struct
10429         dwarf2_per_objfile.
10430         (struct file_entry): Move out of struct line_header.
10431         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10432         typedef_field_list): Move out of struct field_info.
10433         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10434         Move out of struct dynamic_prop.
10435         (union type_owner, union field_location, struct field, struct
10436         range_bounds, union type_specific): Move out of struct main_type.
10437         (struct fn_fieldlist, struct fn_field, struct typedef_field)
10438         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10439         (struct call_site_target, union call_site_parameter_u, struct
10440         call_site_parameter): Move out of struct call_site.
10441         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10442         m32c_prologue.
10443         (enum srcdest_kind): Move out of struct srcdest.
10444         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10445         * prologue-value.h (enum prologue_value_kind): Move out of struct
10446         prologue_value.
10447         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10448         gdbarch_tdep.
10449         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10450         out of struct field_info.
10451         * symfile.h (struct other_sections): Move out of struct
10452         section_addr_info.
10453         * symtab.c (struct symbol_cache_slot): Move out struct
10454         block_symbol_cache.
10455         * target-descriptions.c (enum tdesc_type_kind): Move out of
10456         typedef struct tdesc_type.
10457         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10458         struct tui_line_or_address.
10459         * value.c (enum internalvar_kind, union internalvar_data): Move
10460         out of struct internalvar.
10461         * xtensa-tdep.h (struct ctype_cache): Move out of struct
10462         gdbarch_tdep.
10463
10464 2015-02-27  Tom Tromey  <tromey@redhat.com>
10465             Pedro Alves  <palves@redhat.com>
10466
10467         Rename symbols whose names are reserved C++ keywords throughout.
10468
10469 2015-02-27  Pedro Alves  <palves@redhat.com>
10470
10471         * Makefile.in (COMPILER): New, get it from autoconf.
10472         (COMPILE.pre, CC_LD): Use COMPILER.
10473         (CXX): Get from autoconf instead.
10474         (CXX_FOR_TARGET): Default to g++ instead of gcc.
10475         * acinclude.m4: Include build-with-cxx.m4.
10476         * build-with-cxx.m4: New file.
10477         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10478         Disable -Werror by default if building in C++ mode.
10479         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10480         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
10481         Run supported-warning-flags tests with the C++ compiler.
10482         Save/restore CXXFLAGS too.
10483         * configure: Regenerate.
10484
10485 2015-02-27  Pedro Alves  <palves@redhat.com>
10486
10487         * libiberty.m4: New file.
10488         * acinclude.m4: Include libiberty.m4.
10489         * configure.ac: Call libiberty_INIT.
10490         * config.in, configure: Regenerate.
10491
10492 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10493
10494         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10495         31-bit targets, but 64-bit targets as well.
10496         (s390_gnu_triplet_regexp): New function.
10497         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10498         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
10499         method.
10500
10501 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
10502
10503         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10504         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
10505         from CONTEXT_DEBUGGER.
10506
10507 2015-02-26  Doug Evans  <dje@google.com>
10508
10509         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10510         CHECK_TYPEDEF.
10511         (set_type_vptr_fieldno): Ditto.
10512         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10513         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10514
10515 2015-02-26  Pedro Alves  <palves@redhat.com>
10516
10517         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10518         * complaints.c (vcomplaint): Pass argument FMT directly to
10519         printf-like functions instead of complaint->fmt.
10520         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10521         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10522         * compile/compile-loc2c.c (pushf, unary, binary): Add
10523         ATTRIBUTE_PRINTF.
10524         (do_compile_dwarf_expr_to_c): Pass string literal as format string
10525         to pushf.
10526         (BINARY): Pass string literal as format string to 'binary'.
10527         * compile/compile-object-load.c (link_callbacks_einfo): Add
10528         ATTRIBUTE_PRINTF.
10529         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10530
10531 2015-02-26  Pedro Alves  <palves@redhat.com>
10532
10533         * windows-termcap.c: Rename to ...
10534         * stub-termcap.c: ... this.  Adjust header line.
10535         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10536         windows-termcap.c.
10537         * configure: Regenerate.
10538         * configure.ac: Refer to stub-termcap.o instead of
10539         windows-termcap.o.
10540         * gdb_curses.h: Mention stub-termcap.c instead of
10541         windows-termcap.c.
10542
10543 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10544
10545         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10546         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10547
10548 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10549
10550         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10551
10552 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10553
10554         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10555         bfd_canonicalize_symtab.
10556
10557 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
10558
10559         * amd64fbsd-nat.c: Include sys/user.h.
10560         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10561         instead of KERN_PS_STRINGS to locate the signal trampoline.
10562         * i386fbsd-nat.c: Include sys/user.h.
10563         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10564         instead of KERN_PS_STRINGS to locate the signal trampoline.
10565         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10566         (amd64fbsd_sigtramp_p): New.
10567         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10568         longer set default values.
10569         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10570         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10571         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10572         (i386fbsd_freebsd4_sigtramp_start)
10573         (i386fbsd_freebsd4_sigtramp_middle)
10574         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10575         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10576         (i386fbsd_sigtramp_p): New.
10577         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10578         longer set default values.
10579         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10580
10581 2015-02-25  John Baldwin  <jhb@freebsd.org>
10582
10583         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10584         get_frame_register instead of frame_unwind_register_unsigned.
10585
10586 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10587
10588         PR build/18033
10589         * compile/compile-c-support.c (c_compute_program): Change // comment.
10590         * compile/compile-object-load.c (setup_sections): Change // comment.
10591
10592 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
10593
10594         PR build/18033:
10595         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10596
10597 2015-02-23  Pedro Alves  <palves@redhat.com>
10598
10599         * remote.c (skip_to_semicolon): New function.
10600         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
10601         special case the stop reasons that look like hex numbers
10602         upfront.  Instead handle real register numbers after matching
10603         all the known stop reasons.
10604
10605 2015-02-21  Doug Evans  <dje@google.com>
10606
10607         PR c++/17976, symtab/17821
10608         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10609         is_in_anonymous.  All callers updated.
10610         (find_symbol_in_baseclass): Ditto.
10611         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
10612         for symbols in an anonymous namespace.
10613         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10614         DW_AT_name directly.
10615         (dwarf2_name): Convert missing namespace name to
10616         CP_ANONYMOUS_NAMESPACE_STR.
10617
10618 2015-02-20  Pedro Alves  <palves@redhat.com>
10619
10620         * linux-nat.c (linux_handle_extended_wait): Call
10621         thread_db_notice_clone whenever a new clone LWP is detected.
10622         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10623         functions.
10624         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10625         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10626         (linux_unstop_all_lwps): Declare.
10627         * linux-thread-db.c (struct thread_get_info_inout): Delete.
10628         (thread_get_info_callback): Delete.
10629         (thread_from_lwp): Use td_thr_get_info and record_thread.
10630         (thread_db_attach_lwp): Delete.
10631         (thread_db_notice_clone): New function.
10632         (try_thread_db_load_1): If /proc is mounted and shows the
10633         process'es task list, walk over all LWPs and call thread_from_lwp
10634         instead of relying on td_ta_thr_iter.
10635         (attach_thread): Don't call check_thread_signals here.  Split the
10636         tail part of the function (which adds the thread to the core GDB
10637         thread list) to ...
10638         (record_thread): ... this function.  Call check_thread_signals
10639         here.
10640         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
10641         call thread_from_lwp.
10642         (thread_db_update_thread_list): Rename to ...
10643         (thread_db_update_thread_list_org): ... this.
10644         (thread_db_update_thread_list): New function.
10645         (thread_db_find_thread_from_tid): Delete.
10646         (thread_db_get_ada_task_ptid): Simplify.
10647         * nat/linux-procfs.c: Include <sys/stat.h>.
10648         (linux_proc_task_list_dir_exists): New function.
10649         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10650
10651 2015-02-20  Pedro Alves  <palves@redhat.com>
10652
10653         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10654         main LWP.  Handle the case of waitpid returning 0 if we're already
10655         attached to the LWP.  Don't set the LWP's last_resume_kind to
10656         resume_stop if we already knew about the LWP.
10657         (linux_nat_filter_event): Add debug logs.
10658
10659 2015-02-20  Pedro Alves  <palves@redhat.com>
10660
10661         * target.h (forward_target_decr_pc_after_break): Delete
10662         declaration.
10663
10664 2015-02-20  Pedro Alves  <palves@redhat.com>
10665
10666         PR threads/18006
10667         * linux-thread-db.c (thread_get_info_callback): Return early if
10668         the thread's lwp id is -1.
10669
10670 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
10671
10672         GDB 7.9 released.
10673
10674 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
10675
10676         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10677         (dtrace_get_probes) Change type of variable 'dof'.
10678
10679 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10680
10681         PR breakpoints/16812
10682         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10683         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10684         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10685
10686 2015-02-19  David Taylor  <dtaylor@emc.com>
10687
10688         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10689
10690 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
10691
10692         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10693         function.
10694         (tui_putc): Don't call tui_handle_resize_during_io.
10695         (tui_getc): Likewise.
10696         (tui_mld_getc): Likewise.
10697         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10698         (tui_sigwinch_token): New static variable.
10699         (tui_initialize_win): Adjust documentation.  Set
10700         tui_sigwinch_token.
10701         (tui_async_resize_screen): New asynchronous callback.
10702         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
10703         invoke tui_async_resize_screen.
10704
10705 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10706
10707         * configure: Regenerated.
10708         * configure.ac: Use GDB_AC_TRANSFORM.
10709         * Makefile.in (aclocal_m4_deps): Added transform.m4.
10710         * acinclude.m4: sinclude transform.m4.
10711         * transform.m4: New file.
10712         (GDB_AC_TRANSFORM): New macro.
10713
10714 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10715
10716         * NEWS: Announce the support for DTrace SDT probes.
10717
10718 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10719
10720         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
10721         (amd64_dtrace_parse_probe_argument): New function.
10722         (amd64_dtrace_probe_is_enabled): Likewise.
10723         (amd64_dtrace_enable_probe): Likewise.
10724         (amd64_dtrace_disable_probe): Likewise.
10725         (amd64_linux_init_abi): Register the
10726         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
10727         `gdbarch_dtrace_disable_probe' and
10728         `gdbarch_dtrace_probe_is_enabled' hooks.
10729         (amd64_dtrace_disabled_probe_sequence_1): New constant.
10730         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
10731         (amd64_dtrace_enable_probe_sequence): Likewise.
10732         (amd64_dtrace_disable_probe_sequence): Likewise.
10733
10734 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10735
10736         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
10737         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
10738         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
10739         handle ELF files.
10740         * Makefile.in (SFILES): dtrace-probe.c added.
10741         * configure: Regenerate.
10742         * dtrace-probe.c: New file.
10743         (SHT_SUNW_dof): New constant.
10744         (dtrace_probe_type): New enum.
10745         (dtrace_probe_arg): New struct.
10746         (dtrace_probe_arg_s): New typedef.
10747         (struct dtrace_probe_enabler): New struct.
10748         (dtrace_probe_enabler_s): New typedef.
10749         (dtrace_probe): New struct.
10750         (dtrace_probe_is_linespec): New function.
10751         (dtrace_dof_sect_type): New enum.
10752         (dtrace_dof_dofh_ident): Likewise.
10753         (dtrace_dof_encoding): Likewise.
10754         (DTRACE_DOF_ENCODE_LSB): Likewise.
10755         (DTRACE_DOF_ENCODE_MSB): Likewise.
10756         (dtrace_dof_hdr): New struct.
10757         (dtrace_dof_sect): Likewise.
10758         (dtrace_dof_provider): Likewise.
10759         (dtrace_dof_probe): Likewise.
10760         (DOF_UINT): New macro.
10761         (DTRACE_DOF_PTR): Likewise.
10762         (DTRACE_DOF_SECT): Likewise.
10763         (dtrace_process_dof_probe): New function.
10764         (dtrace_process_dof): Likewise.
10765         (dtrace_build_arg_exprs): Likewise.
10766         (dtrace_get_arg): Likewise.
10767         (dtrace_get_probes): Likewise.
10768         (dtrace_get_probe_argument_count): Likewise.
10769         (dtrace_can_evaluate_probe_arguments): Likewise.
10770         (dtrace_evaluate_probe_argument): Likewise.
10771         (dtrace_compile_to_ax): Likewise.
10772         (dtrace_probe_destroy): Likewise.
10773         (dtrace_gen_info_probes_table_header): Likewise.
10774         (dtrace_gen_info_probes_table_values): Likewise.
10775         (dtrace_probe_is_enabled): Likewise.
10776         (dtrace_probe_ops): New variable.
10777         (info_probes_dtrace_command): New function.
10778         (_initialize_dtrace_probe): Likewise.
10779         (dtrace_type_name): Likewise.
10780
10781 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10782
10783         * gdbarch.sh (dtrace_parse_probe_argument): New.
10784         (dtrace_probe_is_enabled): Likewise.
10785         (dtrace_enable_probe): Likewise.
10786         (dtrace_disable_probe): Likewise.
10787         * gdbarch.c: Regenerate.
10788         * gdbarch.h: Regenerate.
10789
10790 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10791
10792         * stap-probe.c (stap_probe_ops): Add NULLs in the static
10793         stap_probe_ops for `enable_probe' and `disable_probe'.
10794         * probe.c (enable_probes_command): New function.
10795         (disable_probes_command): Likewise.
10796         (_initialize_probe): Define the cli commands `enable probe' and
10797         `disable probe'.
10798         (parse_probe_linespec): New function.
10799         (info_probes_for_ops): Use parse_probe_linespec.
10800         * probe.h (probe_ops): New hooks `enable_probe' and
10801         `disable_probe'.
10802
10803 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10804
10805         * probe.c (compute_probe_arg): Moved from stap-probe.c
10806         (compile_probe_arg): Likewise.
10807         (probe_funcs): Likewise.
10808         * stap-probe.c (compute_probe_arg): Moved to probe.c.
10809         (compile_probe_arg): Likewise.
10810         (probe_funcs): Likewise.
10811
10812 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10813
10814         * probe.c (print_ui_out_not_applicables): New function.
10815         (exists_probe_with_pops): Likewise.
10816         (info_probes_for_ops): Do not include column headers for probe
10817         types for which no probe has been actually found on any object.
10818         Also invoke `print_ui_out_not_applicables' in order to match the
10819         column rows with the header when probes of several types are
10820         listed.
10821         Print the "Type" column.
10822         * probe.h (probe_ops): Added a new probe operation `type_name'.
10823         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
10824         (stap_type_name): New function.
10825
10826 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
10827
10828         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
10829         (key_is_command_char): Delete.
10830
10831 2015-02-17  Pedro Alves  <palves@redhat.com>
10832
10833         * tui/tui.c (tui_enable): Resize windows before anything
10834         might show a window.
10835
10836 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
10837
10838         PR gdb/17984
10839         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
10840         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
10841         call.
10842         * aarch64-tdep.h (tdesc_aarch64): Declare.
10843
10844 2015-02-12  Mark Wielaard  <mjw@redhat.com>
10845
10846         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
10847
10848 2015-02-13  Doug Evans  <dje@google.com>
10849
10850         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
10851         anonymous_namespace to is_in_anonymous for consistency with the rest
10852         of the file.
10853         (cp_lookup_bare_symbol): Fix typo in comment.
10854         (cp_search_static_and_baseclasses): Ditto.
10855         (search_symbol_list): Use vertical space in comment better.
10856         (reset_directive_searched): Ditto. Fix typo.
10857         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
10858
10859 2015-02-13  Yao Qi  <yao.qi@arm.com>
10860
10861         * MAINTAINERS: Update my email address.
10862
10863 2015-02-12  Doug Evans  <dje@google.com>
10864
10865         * symtab.c (completion_list_add_name): Fix memory leak.
10866
10867 2015-02-12  Doug Evans  <dje@google.com>
10868
10869         * completer.c (complete_line): Remove incorrect comment.
10870
10871 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10872
10873         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
10874         (py_print_frame): Use RETURN_MASK_ERROR.
10875
10876 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10877
10878         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
10879         function comment.  Wrap all function that can throw in cleanups.
10880         (gdbpy_apply_frame_filter): Wrap all function that can throw in
10881         cleanups.
10882
10883 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10884
10885         * python/py-framefilter.c (py_print_frame): Substitute goto error.
10886         Remove the error label.
10887
10888 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10889
10890         * python/py-framefilter.c (py_print_frame): Put conditional code paths
10891         with goto first, indent the former else codepath left.  Put variable
10892         'elided' to a new inner block.
10893
10894 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10895
10896         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
10897
10898 2015-02-11  Pedro Alves  <palves@redhat.com>
10899
10900         * xcoffread.c (within_function): Delete.
10901
10902 2015-02-11  Tom Tromey  <tromey@redhat.com>
10903             Pedro Alves <palves@redhat.com>
10904
10905         * breakpoint.c (base_breakpoint_ops): Delete.
10906         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
10907         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
10908         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
10909         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
10910         * python/py-arch.c (arch_object_type): Make extern.
10911         * python/py-block.c (block_syms_iterator_object_type): Make extern.
10912         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
10913         * python/py-cmd.c (cmdpy_object_type): Make extern.
10914         * python/py-continueevent.c (continue_event_object_type)
10915         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
10916         parameter.  Update all callers.
10917         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
10918         * python/py-exitedevent.c (exited_event_object_type): Make extern.
10919         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
10920         * python/py-function.c (fnpy_object_type): Make extern.
10921         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
10922         * python/py-infevents.c (call_pre_event_object_type)
10923         (inferior_call_post_event_object_type).
10924         (memory_changed_event_object_type): Make extern.
10925         * python/py-infthread.c (thread_object_type): Make extern.
10926         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
10927         * python/py-linetable.c (linetable_entry_object_type)
10928         (linetable_object_type, ltpy_iterator_object_type): Make extern.
10929         * python/py-newobjfileevent.c (new_objfile_event_object_type)
10930         (clear_objfiles_event_object_type): Make extern.
10931         * python/py-objfile.c (objfile_object_type): Make extern.
10932         * python/py-param.c (parmpy_object_type): Make extern.
10933         * python/py-progspace.c (pspace_object_type): Make extern.
10934         * python/py-signalevent.c (signal_event_object_type): Make extern.
10935         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
10936         * python/py-type.c (type_object_type, field_object_type)
10937         (type_iterator_object_type): Make extern.
10938         * python/python.c (python_extension_script_ops)
10939         (python_extension_ops): Make extern.
10940         * stap-probe.c (stap_probe_ops): Make extern.
10941
10942 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
10943
10944         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
10945         because the event thread is not the current thread.
10946
10947 2015-02-11  Doug Evans  <xdje42@gmail.com>
10948
10949         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
10950         been initialized yet, return NULL.
10951
10952 2015-02-11  Doug Evans  <dje@google.com>
10953
10954         * symfile.h (new_symfile_objfile): Delete.
10955         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
10956         All callers updated.
10957
10958 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
10959
10960         * tui/tui-io.c (tui_handle_resize_during_io): Call
10961         tui_update_gdb_sizes() after resizing the screen.
10962         * tui/tui.c (tui_enable): Resize the terminal before
10963         calling tui_update_gdb_sizes().
10964
10965 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
10966
10967         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
10968         line before printing a newline.
10969
10970 2015-02-11  Mark Wielaard  <mjw@redhat.com>
10971
10972         * utils.c (producer_is_gcc): Return true or false.
10973
10974 2015-02-10  Mark Wielaard  <mjw@redhat.com>
10975
10976         * utils.h (producer_is_gcc): Change return type to bool. Add major
10977         argument.
10978         * utils.c (producer_is_gcc): Likewise.
10979         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
10980         * dwarf2read.c (check_producer): Likewise.
10981
10982 2015-02-10  Pedro Alves  <palves@redhat.com>
10983
10984         * infrun.c (displaced_step_fixup): Switch to the event thread
10985         before calling gdbarch_displaced_step_fixup.
10986
10987 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
10988
10989         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
10990
10991 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
10992
10993         * ada-varobj.c (ada_name_of_child): Constify parent.
10994         (ada_path_expr_of_child): Same.
10995         (ada_value_of_child): Same.
10996         (ada_type_of_child): Same.
10997         * c-varobj.c (c_is_path_expr_parent): Same.
10998         (c_describe_child): Same.
10999         (c_name_of_child): Same.
11000         (c_value_of_child): Same.
11001         (c_type_of_child): Same.
11002         (cplus_number_of_children): Same.
11003         (cplus_describe_child): Constify var.
11004         (cplus_name_of_child): Constify parent.
11005         (cplus_value_of_child): Same.
11006         (cplus_type_of_child): Same.
11007         * jv-varobj.c (java_name_of_child): Same.
11008         (java_value_of_child): Same.
11009         (java_type_of_child): Same.
11010         * varobj.c (value_of_child): Same.
11011         (varobj_default_is_path_expr_parent): Constify var, parent and return
11012         value.
11013         (varobj_get_path_expr): Constify var, modify path_expr through
11014         mutable_var.
11015         (install_new_value): Constify parent.
11016         (value_of_child): Constify parent.
11017         * varobj.h (struct varobj): Constify parent.
11018         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11019         type_of_child.
11020         (varobj_get_path_expr): Constify var.
11021         (varobj_get_path_expr_parent): Constify var and return value.
11022
11023 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11024
11025         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11026         (arm_prologue_this_id): Move PC and SP limit checks to
11027         arm_prologue_unwind_stop_reason.
11028         (arm_prologue_unwind) <stop_reason> : Set to
11029         arm_prologue_unwind_stop_reason.
11030
11031 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11032
11033         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11034         DW_LANG_Fortran08 as language_fortran.
11035
11036 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11037
11038         PR remote/17946
11039         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11040         of pointer against char.
11041
11042 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11043
11044         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11045         (c_type_print_modifier): Likewise.
11046         * dwarf2read.c (read_tag_atomic_type): New function.
11047         (read_type_die_1): Handle DW_TAG_atomic_type.
11048         * gdbtypes.c (make_atomic_type): New function.
11049         (recursive_dump_type): Handle TYPE_ATOMIC.
11050         * gdbtypes.h (enum type_flag_values): Renumber.
11051         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11052         (TYPE_ATOMIC): New macro.
11053         (make_atomic_type): Declare.
11054
11055 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11056
11057         * btrace.c (ftrace_find_call): Skip gaps.
11058         (ftrace_new_function): Initialize level.
11059         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11060         (ftrace_new_switch): Update
11061         level computation.
11062         (ftrace_new_gap): New.
11063         (ftrace_update_function): Create new function after gap.
11064         (btrace_compute_ftrace_bts): Create gap on error.
11065         (btrace_stitch_bts): Update parameters.  Clear trace if it
11066         becomes empty.
11067         (btrace_stitch_trace): Update parameters.  Update callers.
11068         (btrace_clear): Reset the number of gaps.
11069         (btrace_insn_get): Return NULL if the iterator points to a gap.
11070         (btrace_insn_number): Return zero if the iterator points to a gap.
11071         (btrace_insn_end): Allow gaps at the end.
11072         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11073         (btrace_find_insn_by_number): Assert that the found iterator does
11074         not point to a gap.
11075         (btrace_call_next, btrace_call_prev): Assert that the last function
11076         is not a gap.
11077         * btrace.h (btrace_bts_error): New.
11078         (btrace_function): Update comment.
11079         (btrace_function) <insn, insn_offset, number>: Update comment.
11080         (btrace_function) <errcode>: New.
11081         (btrace_thread_info) <ngaps>: New.
11082         (btrace_thread_info) <replay>: Update comment.
11083         (btrace_insn_get): Update comment.
11084         * record-btrace.c (btrace_ui_out_decode_error): New.
11085         (record_btrace_info): Print number of gaps.
11086         (btrace_insn_history, btrace_call_history): Call
11087         btrace_ui_out_decode_error for gaps.
11088         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11089
11090 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11091
11092         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11093         * nat/linux-btrace.c: (btrace_this_cpu): New.
11094         (cpu_supports_bts): Call btrace_this_cpu.
11095         (intel_supports_bts): Add cpu parameter.
11096
11097 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11098
11099         * btrace.h (btrace_insn_class): New.
11100         (btrace_insn) <size, iclass>: New.
11101         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11102         Use instruction classification.
11103         (ftrace_new_return): Update parameters.  Update users.
11104         (ftrace_update_function): Update parameters.  Update users.  Use
11105         instruction classification.
11106         (ftrace_update_insns): Update parameters.  Update users.
11107         (ftrace_classify_insn): New.
11108         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11109         TRY_CATCH around call to gdb_insn_length.
11110
11111 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11112
11113         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11114         Update parameters.  Update users.
11115
11116 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11117
11118         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11119         (btrace_conf_bts_attributes): New.
11120         (btrace_conf_children): Add attributes.
11121         * common/btrace-common.h (btrace_config_bts): New.
11122         (btrace_config)<bts>: New.
11123         (btrace_config): Update comment.
11124         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11125         Use config.
11126         * features/btrace-conf.dtd: Increment version.  Add size
11127         attribute to bts element.
11128         * record-btrace.c (set_record_btrace_bts_cmdlist,
11129         show_record_btrace_bts_cmdlist): New.
11130         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11131         record_btrace_print_conf, cmd_set_record_btrace_bts,
11132         cmd_show_record_btrace_bts): New.
11133         (record_btrace_info): Call record_btrace_print_conf.
11134         (_initialize_record_btrace): Add commands.
11135         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11136         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11137         (btrace_sync_conf): Synchronize bts size.
11138         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11139         * NEWS: Announce new commands and new packets.
11140
11141 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11142
11143         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11144         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11145         (x86_linux_btrace_conf): New.
11146         (x86_linux_create_target): Initialize to_btrace_conf.
11147         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11148         Check format.  Split into this and ...
11149         (linux_enable_bts): ... this.
11150         (linux_btrace_conf): New.
11151         (perf_event_skip_record): Renamed into ...
11152         (perf_event_skip_bts_record): ... this.  Updated users.
11153         (linux_disable_btrace): Split into this and ...
11154         (linux_disable_bts): ... this.
11155         (linux_read_btrace): Check format.
11156         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11157         (linux_btrace_conf): New.
11158         (btrace_target_info)<ptid>: Moved.
11159         (btrace_target_info)<conf>: New.
11160         (btrace_target_info): Split into this and ...
11161         (btrace_tinfo_bts): ... this.  Updated users.
11162         * btrace.c (btrace_enable): Update parameters.
11163         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11164         (btrace_conf_children, btrace_conf_attributes)
11165         (btrace_conf_elements): New.
11166         * btrace.h (btrace_enable): Update parameters.
11167         (btrace_conf, parse_xml_btrace_conf): New.
11168         * common/btrace-common.h (btrace_config): New.
11169         * feature/btrace-conf.dtd: New.
11170         * record-btrace.c (record_btrace_conf): New.
11171         (record_btrace_cmdlist): New.
11172         (record_btrace_enable_warn, record_btrace_open): Pass
11173         &record_btrace_conf.
11174         (record_btrace_info): Print recording format.
11175         (cmd_record_btrace_bts_start): New.
11176         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11177         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11178         Add "record bts" alias command.
11179         * remote.c (remote_state)<btrace_config>: New.
11180         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11181         (remote_protocol_features): Add qXfer:btrace-conf:read.
11182         (remote_open_1): Call remote_btrace_reset.
11183         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11184         (btrace_target_info)<conf>: New.
11185         (btrace_sync_conf, btrace_read_config): New.
11186         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11187         btrace_read_conf.
11188         (remote_btrace_conf): New.
11189         (init_remote_ops): Initialize to_btrace_conf.
11190         (_initialize_remote): Add qXfer:btrace-conf packet.
11191         * target.c (target_enable_btrace): Update parameters.
11192         (target_btrace_conf): New.
11193         * target.h (target_enable_btrace): Update parameters.
11194         (target_btrace_conf): New.
11195         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11196         (target_ops)<to_enable_btrace>: Update parameters and comment.
11197         (target_ops)<to_btrace_conf>: New.
11198         * target-delegates: Regenerate.
11199         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11200         (target_debug_print_const_struct_btrace_target_info_p): New.
11201         * NEWS: Announce new command and new packet.
11202
11203 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11204
11205         * nat/linux-btrace.h (perf_event_buffer): New.
11206         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11207         <bts>: ... this.
11208         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11209         (perf_event_buffer_size, perf_event_buffer_begin)
11210         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11211         Updated users.
11212         (perf_event_new_data): New.
11213
11214 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11215
11216         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11217         * record-btrace.c (record_btrace_open): Remove call to
11218         target_supports_btrace.
11219         * remote.c (remote_supports_btrace): Update parameters.
11220         * target.c (target_supports_btrace): Update parameters.
11221         * target.h (to_supports_btrace, target_supports_btrace): Update
11222         parameters.
11223         * target-delegates.c: Regenerate.
11224         * target-debug.h (target_debug_print_enum_btrace_format): New.
11225         * nat/linux-btrace.c
11226         (kernel_supports_btrace): Rename into ...
11227         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11228         (intel_supports_btrace): Rename into ...
11229         (intel_supports_bts): ... this.  Update users.
11230         (cpu_supports_btrace): Rename into ...
11231         (cpu_supports_bts): ... this.  Update users.
11232         (linux_supports_btrace): Update parameters.  Split into this and ...
11233         (linux_supports_bts): ... this.
11234         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11235
11236 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11237
11238         * Makefile.in (SFILES): Add common/btrace-common.c.
11239         (COMMON_OBS): Add common/btrace-common.o.
11240         (btrace-common.o): Add build rules.
11241         * btrace.c (parse_xml_btrace): Update parameters.
11242         (parse_xml_btrace_block): Set format field.
11243         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11244         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11245         (btrace_compute_ftrace): Split into this and...
11246         (btrace_compute_ftrace_bts): ...this.
11247         (btrace_stitch_trace): Split into this and...
11248         (btrace_stitch_bts): ...this.
11249         * btrace.h (parse_xml_btrace): Update parameters.
11250         (make_cleanup_btrace_data): New.
11251         * common/btrace-common.c: New.
11252         * common/btrace-common.h: Include common-defs.h.
11253         (btrace_block_s): Update comment.
11254         (btrace_format): New.
11255         (btrace_format_string): New.
11256         (btrace_data_bts): New.
11257         (btrace_data): New.
11258         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11259         * remote.c (remote_read_btrace): Update parameters.
11260         * target.c (target_read_btrace): Update parameters.
11261         * target.h (target_read_btrace): Update parameters.
11262         (target_ops)<to_read_btrace>: Update parameters.
11263         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11264         * target-delegates.c: Regenerate.
11265         * target-debug (target_debug_print_struct_btrace_data_p): New.
11266         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11267         (linux_read_bts): ...this.
11268         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11269
11270 2015-02-06  Doug Evans  <dje@google.com>
11271
11272         * remote-m32r-sdi.c: Include symfile.h.
11273
11274 2015-02-06  Doug Evans  <dje@google.com>
11275
11276         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11277         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11278         to here.
11279
11280 2015-02-06  Pedro Alves  <palves@redhat.com>
11281
11282         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11283
11284 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11285
11286         PR gdb/15678
11287         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11288         (enable_count_command): Check args for NULL value.
11289
11290 2015-02-05  Doug Evans  <xdje42@gmail.com>
11291
11292         * guile/scm-frame.c: Fix spelling errors in a comment.
11293
11294 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11295
11296         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11297         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11298         return type.
11299
11300 2015-02-04  Pedro Alves  <palves@redhat.com>
11301
11302         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11303         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11304         returns true.
11305         (resume_stopped_resumed_lwps): Don't check whether the thread is
11306         marked as executing.
11307         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11308
11309 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11310
11311         * regset.h (struct regset): Add flags field.
11312         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11313         * corelow.c (get_core_register_section): Add warning if the size
11314         exceeds the requested size and the regset does not have the
11315         REGSET_VARIABLE_SIZE flag set.
11316         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11317         flag.
11318         * armbsd-tdep.c (armbsd_gregset): Likewise.
11319         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11320         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11321         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11322         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11323
11324 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11325
11326         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11327         For ".reg-xstate", explicitly specify the requested section size
11328         via X86_XSTATE_SIZE instead of just 0 on input and
11329         X86_XSTATE_MAX_SIZE on output.
11330         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11331         Likewise.
11332
11333 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11334
11335         PR corefiles/17808:
11336         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11337         function type, particularly its SIZE parameter.
11338         * gdbarch.h: Regenerate.
11339         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11340         actual against required size using ">=" instead of "==".
11341         (amd64_collect_fpregset): Likewise.
11342         * i386-tdep.c (i386_supply_gregset): Likewise.
11343         (i386_collect_gregset): Likewise.
11344         (i386_supply_fpregset): Likewise.
11345         (i386_collect_fpregset): Likewise.
11346         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11347         (mips_fill_gregset_wrapper): Likewise.
11348         (mips_supply_fpregset_wrapper): Likewise.
11349         (mips_fill_fpregset_wrapper): Likewise.
11350         (mips64_supply_gregset_wrapper): Likewise.
11351         (mips64_fill_gregset_wrapper): Likewise.
11352         (mips64_supply_fpregset_wrapper): Likewise.
11353         (mips64_fill_fpregset_wrapper): Likewise.
11354         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11355         (am33_supply_fpregset_method): Likewise.
11356         (am33_collect_gregset_method): Likewise.
11357         (am33_collect_fpregset_method): Likewise.
11358
11359 2015-02-04  Doug Evans  <dje@google.com>
11360             Pedro Alves  <palves@redhat.com>
11361             Eli Zaretskii  <eliz@gnu.org>
11362
11363         PR tui/17810
11364         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11365         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11366         * tui/tui-file.c: #include tui/tui-command.h.
11367         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11368         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11369         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11370
11371 2015-02-04  Pedro Alves  <palves@redhat.com>
11372
11373         Fix build breakage.
11374         * event-loop.c (gdb_do_one_event): Add default switch case.
11375
11376 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11377
11378         Filter out inferior gcc option -fpreprocessed.
11379         * compile/compile.c (filter_args): New function.
11380         (get_args): Use it.
11381
11382 2015-02-03  Pedro Alves  <palves@redhat.com>
11383
11384         * event-loop.c: Don't declare nor define a queue type for
11385         gdb_event_p.
11386         (event_queue): Delete.
11387         (create_event, create_file_event, gdb_event_xfree)
11388         (initialize_event_loop, process_event): Delete.
11389         (gdb_do_one_event): Return as soon as one event is handled.
11390         (handle_file_event): Change prototype.  Used the passed in
11391         file_handler pointer and ready_mask instead of looping over all
11392         file handlers.
11393         (gdb_wait_for_event): Update the poll/select timeouts before
11394         blocking.  Run event handlers directly instead of queueing events.
11395         Return as soon as one event is handled.
11396         (struct async_event_handler_data): Delete.
11397         (invoke_async_event_handler): Delete.
11398         (check_async_event_handlers): Change return type to int.  Run
11399         event handlers directly instead of queueing events.  Return as
11400         soon as one event is handled.
11401         (handle_timer_event): Delete.
11402         (update_wait_timeout): New function, factored out from
11403         poll_timers.
11404         (poll_timers): Reimplement.
11405         * event-loop.h (initialize_event_loop): Delete declaration.
11406         * top.c (gdb_init): Don't call initialize_event_loop.
11407
11408 2015-02-03  Pedro Alves  <palves@redhat.com>
11409
11410         * event-loop.c (clear_async_event_handler): New function.
11411         * event-loop.h (clear_async_event_handler): New declaration.
11412         * record-btrace.c (record_btrace_async): New function.
11413         (init_record_btrace_ops): Install record_btrace_async.
11414         * record-full.c (record_full_async): New function.
11415         (record_full_resume): Don't mark the async event source here.
11416         (init_record_full_ops): Install record_full_async.
11417         (record_full_core_resume): Don't mark the async event source here.
11418         (init_record_full_core_ops): Install record_full_async.
11419         * remote.c (remote_async): Mark and clear the async stop reply
11420         queue event-loop token as appropriate.
11421
11422 2015-02-03  Pedro Alves  <palves@redhat.com>
11423
11424         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11425         target_is_async_p instead of target_can_async.
11426         (linux_nat_wait): Use target_is_async_p instead of
11427         target_can_async.  Don't enable async here.
11428         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11429         target_is_async_p instead of target_can_async.
11430
11431 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
11432
11433         * varobj.h (lang_varobj_ops): Mention which return values need
11434         to be freed.
11435
11436 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11437
11438         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11439
11440 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11441
11442         PR gdb/17856:
11443         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11444         results found in the cache.
11445
11446 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11447
11448         PR gdb/17854:
11449         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11450         when allocating a new one.
11451
11452 2015-02-01  Tom Tromey  <tom@tromey.com>
11453
11454         * MAINTAINERS: Remove myself.
11455
11456 2015-01-31  Doug Evans  <xdje42@gmail.com>
11457
11458         * dwarf2read.c (process_structure_scope): Update setting of
11459         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11460         * gdbtypes.c (internal_type_vptr_fieldno): New function.
11461         (set_type_vptr_fieldno): New function.
11462         (internal_type_vptr_basetype): New function.
11463         (set_type_vptr_basetype): New function.
11464         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11465         TYPE_VPTR_BASETYPE.
11466         (allocate_cplus_struct_type): Initialize vptr_fieldno.
11467         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11468         (print_cplus_stuff): ... moved here.
11469         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11470         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11471         moved to ...
11472         (struct cplus_struct_type): ... here.  All uses updated.
11473         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11474         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11475         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11476         * stabsread.c (read_tilde_fields): Update setting of
11477         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11478
11479 2015-01-31  Doug Evans  <xdje42@gmail.com>
11480
11481         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11482         to self_p.
11483         (cp_print_class_member): Rename local domain to self_type.
11484         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11485         domain_type to self_type.
11486         (set_die_type) <need_gnat_info>: Handle
11487         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11488         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11489         TYPE_SPECIFIC_SELF_TYPE.
11490         * gdbtypes.c (internal_type_self_type): New function.
11491         (set_type_self_type): New function.
11492         (smash_to_memberptr_type): Rename parameter domain to self_type.
11493         Update setting of TYPE_SELF_TYPE.
11494         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11495         (smash_to_method_type): Rename parameter domain to self_type.
11496         Update setting of TYPE_SELF_TYPE.
11497         (check_stub_method): Call smash_to_method_type.
11498         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11499         (copy_type_recursive): Ditto.
11500         * gdbtypes.h (enum type_specific_kind): New value
11501         TYPE_SPECIFIC_SELF_TYPE.
11502         (struct main_type) <type_specific>: New member self_type.
11503         (struct cplus_struct_type) <fn_field.type>: Update comment.
11504         (TYPE_SELF_TYPE): Rewrite.
11505         (internal_type_self_type, set_type_self_type): Declare.
11506         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11507         self_type.
11508         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11509         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11510         TYPE_TARGET_TYPE.
11511         * stabsread.c (read_member_functions): Mark methods with
11512         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
11513         TYPE_SELF_TYPE.
11514
11515 2015-01-31  Doug Evans  <xdje42@gmail.com>
11516
11517         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11518         All uses updated.
11519
11520 2015-01-31  Doug Evans  <xdje42@gmail.com>
11521
11522         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11523         or unions.  Return zero if union.
11524         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
11525         (gnuv3_rtti_type): Pass already-check_typedef'd value to
11526         gnuv3_get_vtable.
11527         (compute_vtable_size): Assert only passed structs.
11528         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11529
11530 2015-01-31  Doug Evans  <xdje42@gmail.com>
11531
11532         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11533         kinds.
11534
11535 2015-01-31  Gary Benson <gbenson@redhat.com>
11536             Doug Evans  <dje@google.com>
11537
11538         PR cli/9007
11539         PR cli/11920
11540         PR cli/15548
11541         * cli/cli-cmds.c (complete_command): Notify user if max-completions
11542         reached.
11543         * common/common-exceptions.h (enum errors)
11544         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11545         * completer.h (get_max_completions_reached_message): New declaration.
11546         (max_completions): Likewise.
11547         (completion_tracker_t): New typedef.
11548         (new_completion_tracker): New declaration.
11549         (make_cleanup_free_completion_tracker): Likewise.
11550         (maybe_add_completion_enum): New enum.
11551         (maybe_add_completion): New declaration.
11552         (throw_max_completions_reached_error): Likewise.
11553         * completer.c (max_completions): New global variable.
11554         (new_completion_tracker): New function.
11555         (free_completion_tracker): Likewise.
11556         (make_cleanup_free_completion_tracker): Likewise.
11557         (maybe_add_completions): Likewise.
11558         (throw_max_completions_reached_error): Likewise.
11559         (complete_line): Remove duplicates and limit result to max_completions
11560         entries.
11561         (get_max_completions_reached_message): New function.
11562         (gdb_display_match_list): Handle max_completions.
11563         (_initialize_completer): New declaration and function.
11564         * symtab.c: Include completer.h.
11565         (completion_tracker): New static variable.
11566         (completion_list_add_name): Call maybe_add_completion.
11567         (default_make_symbol_completion_list_break_on_1): Renamed from
11568         default_make_symbol_completion_list_break_on.  Maintain
11569         completion_tracker across calls to completion_list_add_name.
11570         (default_make_symbol_completion_list_break_on): New function.
11571         * top.c (init_main): Set rl_completion_display_matches_hook.
11572         * tui/tui-io.c: Include completer.h.
11573         (tui_old_rl_display_matches_hook): New static global.
11574         (tui_rl_display_match_list): Notify user if max-completions reached.
11575         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11576         * NEWS (New Options): Mention set/show max-completions.
11577
11578 2015-01-31  Gary Benson  <gbenson@redhat.com>
11579
11580         * symtab.c (struct add_name_data) <code>: New field.
11581         Updated comments.
11582         (add_symtab_completions): New function.
11583         (symtab_expansion_callback): Likewise.
11584         (default_make_symbol_completion_list_break_on): Set datum.code.
11585         Move minimal symbol scan before calling expand_symtabs_matching.
11586         Scan known primary symtabs for externs and statics before calling
11587         expand_symtabs_matching.  Pass symtab_expansion_callback as
11588         expansion_notify argument to expand_symtabs_matching.  Do not scan
11589         primary symtabs for externs and statics after calling
11590         expand_symtabs_matching.
11591
11592 2015-01-31  Gary Benson  <gbenson@redhat.com>
11593
11594         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11595         (struct quick_symbol_functions) <expand_symtabs_matching>:
11596         New argument expansion_notify.  All uses updated.
11597         (expand_symtabs_matching): New argument expansion_notify.
11598         All uses updated.
11599         * symfile-debug.c (debug_qf_expand_symtabs_matching):
11600         Also print expansion notify.
11601         * symtab.c (expand_symtabs_matching_via_partial): Call
11602         expansion_notify whenever a partial symbol table is expanded.
11603         * dwarf2read.c (dw2_expand_symtabs_matching): Call
11604         expansion_notify whenever a symbol table is instantiated.
11605
11606 2015-01-31  Doug Evans  <xdje42@gmail.com>
11607
11608         * cli-out.c: #include completer.h, readline/readline.h.
11609         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11610         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11611         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11612         * cli-out.h (cli_display_match_list): Declare.
11613         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11614         (ELLIPSIS_LEN): Ditto.
11615         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11616         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11617         (gdb_fnprint, gdb_print_filename): Ditto.
11618         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11619         (gdb_display_match_list): Ditto.
11620         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11621         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11622         (mld_beep_ftype, mld_read_key_ftype): Ditto.
11623         (match_list_displayer): New struct.
11624         (gdb_display_match_list): Declare.
11625         * top.c (init_main): Set rl_completion_display_matches_hook.
11626         * tui/tui-io.c: #include completer.h.
11627         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11628         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11629         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11630         (tui_mld_getc, tui_mld_read_key): Ditto.
11631         (tui_rl_display_match_list): Rewrite.
11632         (tui_handle_resize_during_io): New arg for_completion.  All callers
11633         updated.
11634
11635 2015-01-31  Doug Evans  <xdje42@gmail.com>
11636
11637         Add symbol lookup cache.
11638         * NEWS: Document new options and commands.
11639         * symtab.c (symbol_cache_key): New static global.
11640         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11641         (SYMBOL_LOOKUP_FAILED): New macro.
11642         (symbol_cache_slot_state): New enum.
11643         (block_symbol_cache): New struct.
11644         (symbol_cache): New struct.
11645         (new_symbol_cache_size, symbol_cache_size): New static globals.
11646         (hash_symbol_entry, eq_symbol_entry): New functions.
11647         (symbol_cache_byte_size, resize_symbol_cache): New functions.
11648         (make_symbol_cache, free_symbol_cache): New functions.
11649         (get_symbol_cache, symbol_cache_cleanup): New function.
11650         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11651         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11652         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11653         (symbol_cache_flush, symbol_cache_dump): New functions.
11654         (maintenance_print_symbol_cache): New function.
11655         (maintenance_flush_symbol_cache): New function.
11656         (symbol_cache_stats): New function.
11657         (maintenance_print_symbol_cache_statistics): New function.
11658         (symtab_new_objfile_observer): New function.
11659         (symtab_free_objfile_observer): New function.
11660         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11661         (_initialize_symtab): Init symbol_cache_key.  New parameter
11662         maint symbol-cache-size.  New maint commands print symbol-cache,
11663         print symbol-cache-statistics, flush-symbol-cache.
11664         Install new_objfile, free_objfile observers.
11665
11666 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
11667
11668         PR symtab/17855
11669         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11670         to end.
11671
11672 2015-01-31  Doug Evans  <xdje42@gmail.com>
11673
11674         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11675         * auto-load.c: #include ctype.h.
11676         (struct auto_load_pspace_info): Replace member loaded_scripts with
11677         new members loaded_script_files, loaded_script_texts.
11678         (auto_load_pspace_data_cleanup): Update.
11679         (init_loaded_scripts_info): Update.
11680         (get_auto_load_pspace_data_for_loading): Update.
11681         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
11682         updated.
11683         (maybe_add_script_text): New function.
11684         (clear_section_scripts): Update.
11685         (source_script_file, execute_script_contents): New functions.
11686         (source_section_scripts): Add support for
11687         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11688         (print_scripts): New function.
11689         (auto_load_info_scripts): Also print inlined scripts.
11690         (maybe_print_unsupported_script_warning): Renamed from
11691         unsupported_script_warning_print.  All callers updated.
11692         (maybe_print_script_not_found_warning): Renamed from
11693         script_not_found_warning_print.  All callers updated.
11694         * extension-priv.h (struct extension_language_script_ops): New member
11695         objfile_script_executor.
11696         * extension.c (ext_lang_objfile_script_executor): New function.
11697         * extension.h (objfile_script_executor_func): New typedef.
11698         (ext_lang_objfile_script_executor): Declare.
11699         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11700         * guile/guile.c (guile_extension_script_ops): Update.
11701         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11702         * python/python.c (python_extension_script_ops): Update.
11703         (gdbpy_execute_objfile_script): New function.
11704
11705 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
11706
11707         * tui/tui-io.c (tui_expand_tabs): New function.
11708         (tui_puts, tui_redisplay_readline): Expand TABs into the
11709         appropriate number of spaces.
11710         * tui/tui-regs.c: Include tui-io.h.
11711         (tui_register_format): Call tui_expand_tabs to expand TABs into
11712         the appropriate number of spaces.
11713         * tui/tui-io.h: Add prototype for tui_expand_tabs.
11714
11715 2015-01-30  Doug Evans  <dje@google.com>
11716
11717         * NEWS: "info source" command now display producer string if present.
11718         * source.c (source_info): Print producer string if present.
11719
11720 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11721
11722         * varobj.c (varobj_delete): Fix comment.
11723
11724 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11725
11726         * varobj.c (create_child): Modify comment.
11727
11728 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11729
11730         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
11731         parameter.
11732         (ada_name_of_variable): Same.
11733         (ada_path_expr_of_child): Same.
11734         (ada_value_of_variable): Same.
11735         (ada_value_is_changeable_p): Same.
11736         (ada_value_has_mutated): Same.
11737         * c-varobj.c (varobj_is_anonymous_child): Same.
11738         (c_is_path_expr_parent): Same.
11739         (c_number_of_children): Same.
11740         (c_name_of_variable): Same.
11741         (c_path_expr_of_child): Same.
11742         (get_type): Same.
11743         (c_value_of_variable): Same.
11744         (cplus_number_of_children): Same.
11745         (cplus_name_of_variable): Same.
11746         (cplus_path_expr_of_child): Same.
11747         (cplus_value_of_variable): Same.
11748         * jv-varobj.c (java_number_of_children): Same.
11749         (java_name_of_variable): Same.
11750         (java_path_expr_of_child): Same.
11751         (java_value_of_variable): Same.
11752         * varobj.c (number_of_children): Same.
11753         (name_of_variable): Same.
11754         (is_root_p): Same.
11755         (varobj_ensure_python_env): Same.
11756         (varobj_get_objname): Same.
11757         (varobj_get_expression): Same.
11758         (varobj_get_display_format): Same.
11759         (varobj_get_display_hint): Same.
11760         (varobj_has_more): Same.
11761         (varobj_get_thread_id): Same.
11762         (varobj_get_frozen): Same.
11763         (dynamic_varobj_has_child_method): Same.
11764         (varobj_get_gdb_type): Same.
11765         (is_path_expr_parent): Same.
11766         (varobj_default_is_path_expr_parent): Same.
11767         (varobj_get_language): Same.
11768         (varobj_get_attributes): Same.
11769         (varobj_is_dynamic_p): Same.
11770         (varobj_get_child_range): Same.
11771         (varobj_value_has_mutated): Same.
11772         (varobj_get_value_type): Same.
11773         (number_of_children): Same.
11774         (name_of_variable): Same.
11775         (check_scope): Same.
11776         (varobj_editable_p): Same.
11777         (varobj_value_is_changeable_p): Same.
11778         (varobj_floating_p): Same.
11779         (varobj_default_value_is_changeable_p): Same.
11780
11781 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11782
11783         * varobj.c (varobj_get_path_expr): Set var->path_expr.
11784         * c-varobj.c (c_path_expr_of_child): Set local var instead of
11785         child->path_expr.
11786         (cplus_path_expr_of_child): Same.
11787
11788 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11789
11790         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
11791         result.
11792         (mi_cmd_var_info_expression): Same.
11793         * varobj.c (varobj_get_expression): Mention in the comment that
11794         the result must by freed by the caller.
11795
11796 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11797
11798         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
11799         varobj_get_type.
11800         (varobj_update_one): Same.
11801         * varobj.c (update_type_if_necessary): Free curr_type_str and
11802         new_type_str.
11803         (varobj_get_type): Specify in comment that the result needs to be
11804         freed by the caller.
11805
11806 2015-01-29  Doug Evans  <dje@google.com>
11807
11808         PR symtab/17890
11809         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
11810
11811 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11812
11813         * dwarf2read.c (checkproducer): Call producer_is_gcc.
11814         * utils.c (producer_is_gcc_ge_4): Likewise.
11815         (producer_is_gcc): New function.
11816         * utils.h (producer_is_gcc): New declaration.
11817
11818 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11819
11820         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
11821         kind.
11822         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
11823         parameter by "addr_stack" parameter.
11824         (resolve_dynamic_range): Replace "addr" parameter by
11825         "stack_addr" parameter.  Update function documentation.
11826         Update code accordingly.
11827         (resolve_dynamic_array, resolve_dynamic_union)
11828         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
11829         (resolve_dynamic_type): Update code, following the changes made
11830         to resolve_dynamic_type_internal's interface.
11831         * dwarf2loc.h (struct property_addr_info): New.
11832         (dwarf2_evaluate_property): Replace "address" parameter
11833         by "addr_stack" parameter.  Adjust function documentation.
11834         (struct dwarf2_offset_baton): New.
11835         (struct dwarf2_property_baton): Update documentation of
11836         field "referenced_type" to be more general. New field
11837         "offset_info" in union data field.
11838         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
11839         parameter by "addr_stack" parameter.  Adjust code accordingly.
11840         Add support for PROP_ADDR_OFFSET properties.
11841         * dwarf2read.c (attr_to_dynamic_prop): Add support for
11842         DW_AT_data_member_location attributes as well.  Use case
11843         statements instead of if/else condition.
11844
11845 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11846
11847         * ada-varobj.c (ada_varobj_get_array_number_of_children):
11848         Return zero if PARENT_VALUE is NULL and parent_type's
11849         range type is dynamic.
11850
11851 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11852
11853         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
11854         nonzero if the type's subtype is dynamic.
11855         (resolve_dynamic_range): Also resolve the range's subtype.
11856
11857 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
11858
11859         Pushed by Joel Brobecker  <brobecker@adacore.com>.
11860         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
11861
11862 2015-01-27  Doug Evans  <dje@google.com>
11863
11864         * NEWS: Mention gdb.Objfile.username.
11865         * python/py-objfile.c (objfpy_get_username): New function.
11866         (objfile_getset): Add "username".
11867
11868 2015-01-24  Mark Wielaard  <mjw@redhat.com>
11869
11870         * stack.c (return_command): Markup warning message with _.
11871
11872 2015-01-24  Doug Evans  <xdje42@gmail.com>
11873
11874         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
11875
11876 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11877
11878         Fix 100x slowdown regression on DWZ files.
11879         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
11880         (struct line_header): Add offset and offset_in_dwz.
11881         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
11882         (free_line_header_voidp): New declaration.
11883         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
11884         functions.
11885         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
11886         (handle_DW_AT_stmt_list): Use line_header_hash.
11887         (free_line_header_voidp): New function.
11888         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
11889         (dwarf_decode_lines): New parameter decode_mapping, use it.
11890         (dwarf2_free_objfile): Free line_header_hash.
11891
11892 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11893
11894         PR gdb/17416
11895         * valops.c (value_rtti_indirect_type): Catch exception thrown by
11896         value_ind.
11897
11898 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11899
11900         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
11901         DW_AT_noreturn.
11902         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
11903         calling_convention an 8 bit bit field.
11904         (TYPE_NO_RETURN): New macro.
11905         * infcmd.c (finish_command): Query if function does not return
11906         normally.
11907         * stack.c (return_command): Likewise.
11908
11909 2015-01-23  Pedro Alves  <palves@redhat.com>
11910
11911         * linux-nat.c (linux_is_async_p): New macro.
11912         (linux_nat_is_async_p):
11913         (linux_nat_terminal_inferior): Check whether the target can async
11914         instead of whether it is already async.
11915         (linux_nat_terminal_ours): Don't check whether the target is
11916         async.
11917         (linux_async_pipe): Use linux_is_async_p.
11918
11919 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11920
11921         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
11922         '-ascending'.
11923         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
11924         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
11925         Sort tp_array using tp_array_compar.
11926         (_initialize_thread): Extend thread_apply_all_command help.
11927
11928 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11929
11930         * corelow.c (core_open): Call also thread_command.
11931         * gdbthread.h (thread_command): New prototype moved from ...
11932         * thread.c (thread_command): ... here.
11933         (thread_command): Make it global.
11934
11935 2015-01-22  Pedro Alves  <palves@redhat.com>
11936
11937         * configure.ac [*mingw32*]: Check $curses_found instead of
11938         $prefer_curses.
11939         * configure: Regenerate.
11940         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
11941         HAVE_NCURSES_NCURSES_H checks.
11942
11943 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
11944
11945         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
11946         fails with the 1st arg NULL, try again with "unknown".  Don't test
11947         the "cup" capability: it isn't supported by the Windows port of
11948         ncurses, but the Windows console driver is still capable of
11949         supporting TUI.
11950
11951 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11952
11953         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
11954
11955 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
11956
11957         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
11958         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
11959         reason that "make TAGS" is broken.
11960
11961 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
11962
11963         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
11964         and check additional store instructions.
11965
11966 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
11967
11968         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
11969
11970 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
11971
11972         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
11973         ppc_canonicalize_syscall, ppc_linux_syscall_record,
11974         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
11975         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
11976         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
11977         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
11978         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
11979         ppc_process_record_op19, ppc_process_record_op31,
11980         ppc_process_record_op59, ppc_process_record_op60,
11981         ppc_process_record_op63): Likewise.
11982
11983 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
11984
11985         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
11986         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
11987         strerror.
11988
11989 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
11990
11991         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
11992         ppc_process_record_op31, ppc_process_record_op59,
11993         ppc_process_record_op60, ppc_process_record_op63,
11994         ppc_process_record): Fix -Wformat warning.
11995         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
11996         Remove unused variables.
11997
11998 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
11999
12000         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12001
12002 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12003
12004         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12005         CONFIG_OBS if not building with a curses library.
12006         * configure: Regenerate.
12007
12008         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12009         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12010         HAVE_NCURSES_NCURSES_H is defined.
12011
12012 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12013
12014         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12015         from end of line to start of next line.
12016
12017 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12018
12019         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12020         Scan PLT stub backward for reverse debugging.
12021         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12022
12023 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12024             Ulrich Weigand  <uweigand@de.ibm.com>
12025
12026         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12027         gdb_target_obs.
12028         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12029         record.
12030         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12031         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12032         (ppc_linux_init_abi): Set process_record, process_record_signal.
12033         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12034         ppc_linux_record_tdep to gdbarch_tdep.
12035         (ppc_process_record): New declaration.
12036         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12037         ppc_process_record_op19, ppc_process_record_op31,
12038         ppc_process_record_op59, ppc_process_record_op60,
12039         ppc_process_record_op63, ppc_process_record): New functions.
12040
12041 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12042
12043         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12044         rs6000_in_function_epilogue_frame_p and add an argument
12045         for frame_info.
12046         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12047         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12048         New functions.
12049         (rs6000_epilogue_frame_unwind): New.
12050         (rs6000_gdbarch_init): Append epilogue unwinder.
12051
12052 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12053
12054         * nat/linux-personality.c: Replace "#ifndef
12055         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12056         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12057         systems.
12058
12059 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12060
12061         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12062         functions.
12063         (_initialize_tui_win) <border-kind, border-mode>:
12064         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12065         (tui_set_tab_width_command): Fix the commentary.
12066
12067         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12068
12069         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12070         Doc fix.
12071         (tui_set_tab_width_command): Delete and recreate the source and
12072         the disassembly windows, to show the effect of the changed tab
12073         size immediately.
12074
12075         * tui/tui-data.h (LINE_PREFIX): Make shorter
12076         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12077         "Thread NNNNN.XXXX" thread ID notation on Windows.
12078
12079 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12080
12081         Fix gcc-5 compilation.
12082         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12083
12084 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12085
12086         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12087         (linux-personality.o): New rule.
12088         * common/common-defs.h: Include <stdint.h>.
12089         * config/aarch64/linux.mh (NATDEPFILES): Include
12090         linux-personality.o.
12091         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12092         * config/arm/linux.mh (NATDEPFILES): Likewise.
12093         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12094         * config/i386/linux.mh (NATDEPFILES): Likewise.
12095         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12096         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12097         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12098         * config/mips/linux.mh (NATDEPFILES): Likewise.
12099         * config/pa/linux.mh (NATDEPFILES): Likewise.
12100         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12101         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12102         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12103         * config/s390/linux.mh (NATDEPFILES): Likewise.
12104         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12105         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12106         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12107         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12108         * defs.h: Remove #include <stdint.h> (moved to
12109         common/common-defs.h).
12110         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12111         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12112         nat/linux-personality.c).
12113         (linux_nat_create_inferior): Remove code to disable address space
12114         randomization (moved to nat/linux-personality.c).  Create cleanup
12115         to disable address space randomization.
12116         * nat/linux-personality.c: New file.
12117         * nat/linux-personality.h: Likewise.
12118
12119 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12120
12121         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12122         common/posix-strerror.c.
12123         (posix-strerror.o): New rule.
12124         (mingw-strerror.o): Likewise.
12125         * common/common-utils.h (safe_strerror): Move prototype to here,
12126         from utils.h.
12127         * common/common.host: New file.
12128         * common/mingw-strerror.c: Likewise.
12129         * common/posix-strerror.c: Likewise.
12130         * configure: Regenerated.
12131         * configure.ac: Source common/common.host.  Add variable
12132         common_host_obs to gdb_host_obs.
12133         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12134         gdb/common/posix-strerror.c when warning about the use of
12135         strerror.
12136         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12137         common/mingw-strerror.c.
12138         * posix-hdep.c (safe_strerror): Remove definition; move it to
12139         common/posix-hdep.c.
12140         * utils.h (safe_strerror): Remove prototype; move to
12141         common/common-utils.h.
12142
12143 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12144
12145         GDB 7.8.2 released.
12146
12147 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12148
12149         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12150         ___XA type if the array has already been fixed.
12151
12152 2015-01-14  Yao Qi  <yao@codesourcery.com>
12153
12154         * Makefile.in (ppc-linux.o): New rule.
12155         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12156         * configure.ac: AC_CHECK_FUNCS(getauxval).
12157         * config.in: Re-generated.
12158         * configure: Re-generated.
12159         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12160         Declare.
12161         * nat/ppc-linux.c: New file.
12162         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12163         Call ppc64_64bit_inferior_p.
12164
12165 2015-01-14  Yao Qi  <yao@codesourcery.com>
12166
12167         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12168         nat/ppc-linux.h.
12169         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12170         (PPC_FEATURE_HAS_DFP): Likewise.
12171         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12172         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12173         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12174         Include "nat/ppc-linux.h".
12175         * nat/ppc-linux.h: New file.
12176         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12177
12178 2015-01-14  Pedro Alves  <palves@redhat.com>
12179
12180         PR gdb/17525
12181         * breakpoint.c: Include "interps.h".
12182         (bpstat_do_actions_1): Also check whether the interpreter is
12183         async.
12184
12185 2015-01-14  Pedro Alves  <palves@redhat.com>
12186
12187         PR cli/17828
12188         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12189         reinstall if the interpreter is sync.
12190
12191 2015-01-13  Doug Evans  <dje@google.com>
12192
12193         * objfiles.c (objfile_filename): New function.
12194         * objfiles.h (objfile_filename): Declare it.
12195         (objfile_name): Add function comment.
12196         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12197         bfd file name (which may be realpath'd), and the original name.
12198
12199 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12200
12201         * NEWS: Create a new section for the next release branch.
12202         Rename the section of the current branch, now that it has
12203         been cut.
12204
12205 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12206
12207         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12208         * version.in: Bump version to 7.9.50.DATE-cvs.
12209
12210 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12211
12212         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12213         Remove trailing new-line in argument of call to warning.
12214
12215 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12216
12217         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12218         new-line in argument of call to "warning".
12219
12220 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12221
12222         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12223         in static block, then try searching for primitive types.
12224
12225 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12226
12227         * top.h (gdb_add_history): Declare.
12228         * top.c (command_count): New variable.
12229         (gdb_add_history): New function.
12230         (gdb_safe_append_history): New static function.
12231         (quit_force): Call it.
12232         (command_line_input): Use gdb_add_history instead of
12233         add_history.
12234         * event-top.c (command_line_handler): Likewise.
12235
12236 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12237
12238         PR gdb/17046
12239         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12240         <setjmp.h> #include.
12241
12242 2015-01-11  Doug Evans  <xdje42@gmail.com>
12243
12244         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12245
12246 2015-01-11  Doug Evans  <xdje42@gmail.com>
12247
12248         PR gdb/15830
12249         * NEWS: The "maint demangle" command is renamed as "demangle".
12250         * demangle.c: #include cli/cli-utils.h, language.h.
12251         (demangle_command): New function.
12252         (_initialize_demangle): Add new command "demangle".
12253         * maint.c (maintenance_demangle): Stub out.
12254         (_initialize_maint_cmds): Update help text for "maint demangle",
12255         and mark as deprecated.
12256
12257 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12258
12259         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12260         inferior_thread is a function.
12261
12262 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12263
12264         * Makefile.in (.y.c): Don't munge yacc's #line
12265         directives.
12266
12267 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12268
12269         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12270         to prompt for input.
12271         * tui/tui-hooks.c (tui_query_hook): Remove.
12272         (tui_install_hooks): Don't set deprecated_query_hook.
12273         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12274         height calculation.  Always update the command window's cur_line.
12275
12276 2015-01-09  Pedro Alves  <palves@redhat.com>
12277
12278         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12279         function.
12280         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12281         declaration.
12282         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12283         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12284         stop_reason.
12285         (check_stopped_by_watchpoint): New function.
12286         (save_sigtrap): Reimplement.
12287         (linux_nat_stopped_by_watchpoint): Adjust.
12288         (linux_nat_lp_status_is_event): Delete.
12289         (stop_wait_callback): Only call save_sigtrap after storing the
12290         pending status.
12291         (status_callback): If the thread had been stopped for a breakpoint
12292         that has since been removed, discard the event and resume the LWP.
12293         (count_events_callback, select_event_lwp_callback): Use
12294         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12295         (cancel_breakpoint): Rename to ...
12296         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12297         stopped for a software breakpoint or hardware breakpoint.
12298         (select_event_lwp): Only give preference to the stepping LWP in
12299         all-stop mode.  Adjust comments.
12300         (stop_and_resume_callback): Remove references to new_pending_p.
12301         (linux_nat_filter_event): Likewise.  Leave exit events of the
12302         leader thread pending here.  Handle signal short circuiting here.
12303         Only call save_sigtrap after storing the pending waitstatus.
12304         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12305         new_pending.  Don't handle leaving events the caller is not
12306         interested in pending here, nor handle signal short-circuiting
12307         here.  Also give equal priority to all LWPs that have had events
12308         in non-stop mode.  If reporting a software breakpoint event,
12309         unadjust the LWP's PC.
12310         * linux-nat.h (enum lwp_stop_reason): New.
12311         (struct lwp_info) <stop_pc>: New field.
12312         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12313         (struct lwp_info) <stop_reason>: New field.
12314         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12315
12316 2015-01-09  Pedro Alves  <palves@redhat.com>
12317
12318         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12319         Set the LWP's 'resumed' flag.
12320
12321 2015-01-09  Pedro Alves  <palves@redhat.com>
12322
12323         * linux-nat.c (linux_resume_one_lwp): New function.
12324         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12325         (linux_nat_resume): Use lwp_status_pending_p and
12326         linux_resume_one_lwp.
12327         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12328         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12329         (status_callback, running_callback): Use lwp_status_pending_p.
12330         (lwp_status_pending_p): New function.
12331         (stop_and_resume_callback): Use lwp_status_pending_p.
12332         (linux_nat_filter_event): Use linux_resume_one_lwp.
12333         (linux_nat_wait_1): Always use status_callback to look for an LWP
12334         with a pending status.  Use linux_resume_one_lwp.
12335         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12336         linux_resume_one_lwp.
12337
12338 2015-01-09  Pedro Alves  <palves@redhat.com>
12339
12340         * breakpoint.c (bp_location_inserted_here_p): New function,
12341         factored out from ...
12342         (breakpoint_inserted_here_p): ... here.  Use
12343         ALL_BP_LOCATIONS_AT_ADDR.
12344         (software_breakpoint_inserted_here_p): Use
12345         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12346
12347 2014-01-09  Pedro Alves  <palves@redhat.com>
12348
12349         Skip enabling event reporting if the kernel supports
12350         PTRACE_EVENT_CLONE.
12351         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12352         (thread_db_use_events): New function.
12353         (try_thread_db_load_1): Check thread_db_use_events before enabling
12354         event reporting.
12355         (update_thread_state): New function.
12356         (attach_thread): Use it.  Check thread_db_use_events before
12357         enabling event reporting.
12358         (thread_db_detach): Check thread_db_use_events before disabling
12359         event reporting.
12360         (find_new_threads_callback): Check thread_db_use_events before
12361         enabling event reporting.  Update the thread's state if not using
12362         libthread_db events.
12363
12364 2015-01-09  Pedro Alves  <palves@redhat.com>
12365
12366         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12367         about to wait for is > 0.
12368         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12369         the kernel thread ID is -1.
12370
12371 2015-01-09  Pedro Alves  <palves@redhat.com>
12372
12373         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12374         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12375         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12376         ptrace option flags.
12377         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12378         field.
12379         * nat/linux-procfs.c: Include <dirent.h>.
12380         (linux_proc_get_int): New parameter "warn".  Handle it.
12381         (linux_proc_get_tgid): Adjust.
12382         (linux_proc_get_tracerpid): Rename to ...
12383         (linux_proc_get_tracerpid_nowarn): ... this.
12384         (linux_proc_pid_get_state): New function, factored out from
12385         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
12386         and handle it.
12387         (linux_proc_pid_is_gone): New function.
12388         (linux_proc_pid_is_stopped): Adjust.
12389         (linux_proc_pid_is_zombie_maybe_warn)
12390         (linux_proc_pid_is_zombie_nowarn): New functions.
12391         (linux_proc_pid_is_zombie): Use
12392         linux_proc_pid_is_zombie_maybe_warn.
12393         (linux_proc_attach_tgid_threads): New function.
12394         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12395         (linux_proc_get_tracerpid): Rename to ...
12396         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12397         (linux_proc_pid_is_gone): New declaration.
12398         (linux_proc_pid_is_zombie): Update comment.
12399         (linux_proc_pid_is_zombie_nowarn): New declaration.
12400         (linux_proc_attach_lwp_func): New typedef.
12401         (linux_proc_attach_tgid_threads): New declaration.
12402         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12403         use nowarn functions.
12404         (linux_ptrace_attach_fail_reason_string): Move here from
12405         gdbserver/linux-low.c and rename.
12406         (ptrace_supports_feature): If the current ptrace options are not
12407         known yet, check them now, instead of asserting.
12408         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12409         Declare.
12410
12411 2015-01-09  Pedro Alves  <palves@redhat.com>
12412
12413         * linux-thread-db.c (thread_db_find_new_threads_silently)
12414         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12415         (find_new_threads_once): Print debug output on gdb_stdlog.
12416
12417 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
12418             Pedro Alves  <palves@redhat.com>
12419
12420         * compile/compile.c: Include "gdb_wait.h".
12421         (do_rmdir): Check return value, and free 'zap'.
12422
12423 2015-01-08  Pedro Alves  <palves@redhat.com>
12424             Yao Qi  <yao@codesourcery.com>
12425
12426         * dwarf2loc.c (indirect_pieced_value): Don't call
12427         gdb_sign_extend.  Call extract_signed_integer instead.
12428         * utils.c (gdb_sign_extend): Remove.
12429         * utils.h (gdb_sign_extend): Remove declaration.
12430
12431 2015-01-07  Pierre Muller  <muller@sourceware.org>
12432
12433         PR symtab/17811
12434         * stabsread.c (define_symbol): Set language for C++ special symbols.
12435
12436 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12437
12438         * inflow.c (initial_gdb_ttystate): Tweak comment.
12439
12440 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12441
12442         * inflow.c (set_initial_gdb_ttystate): Add empty line after
12443         comment documenting function.
12444
12445 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12446
12447         * terminal.h (set_initial_gdb_ttystate): Declare.
12448         * inflow.c (initial_gdb_ttystate): New static variable.
12449         (set_initial_gdb_ttystate): New setter.
12450         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12451         instead of our current terminal state.
12452         * top.c (gdb_init): Call set_initial_gdb_ttystate.
12453
12454 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12455
12456         * guile/scm-type.c (tyscm_array_1): Add comment.
12457         * python/py-type.c (typy_array_1): Add comment.
12458
12459 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12460
12461         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12462         error if N2 is equal to N1 - 1.
12463
12464 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12465
12466         * python/py-type.c (typy_array_1): Do not raise negative-length
12467         exception if N2 is equal to N1 - 1.
12468
12469 2015-01-03  Doug Evans  <xdje42@gmail.com>
12470
12471         * c-exp.y: Whitespace cleanup.
12472         (classify_inner_name): Remove extra ;.
12473
12474 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
12475
12476         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12477         offset signed.
12478
12479 2015-01-02  Doug Evans  <dje@google.com>
12480
12481         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12482
12483 2015-01-02  Doug Evans  <dje@google.com>
12484
12485         * symtab.h (struct symbol): Fix typo in comment.
12486
12487 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12488
12489         Update year range in copyright notice of all files.
12490
12491 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12492
12493         * top.c (print_gdb_version): Update copyright year to 2015.
12494
12495 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12496
12497         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12498
12499 For older changes see ChangeLog-2014.
12500 \f
12501 Local Variables:
12502 mode: change-log
12503 left-margin: 8
12504 fill-column: 74
12505 version-control: never
12506 coding: utf-8
12507 End: