Constify arguments of gdb_bfd_lookup_symbol and related functions
[external/binutils.git] / gdb / ChangeLog
1 2015-10-13  Simon Marchi  <thundersim@gmail.com>
2
3         * solib-dsbt.c (cmp_name): Constify arguments.
4         * solib-frv.c (cmp_name): Likewise.
5         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
6         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
7         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
8         (gdb_bfd_lookup_symbol): Likewise.
9         * solib.h (gdb_bfd_lookup_symbol): Likewise.
10         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
11
12 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
13
14         * stack.c (parse_frame_specification): Remove message parameter,
15         replace with fixed string in function body, update function
16         comment.
17         (frame_info): Remove message to parse_frame_specification.
18         (select_frame_command): Likewise.
19
20 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
21
22         * stack.c (parse_frame_specification): Delete.
23         (parse_frame_specification_1): Rename to
24         parse_frame_specification.
25         (frame_info): Use parse_frame_specification.
26         (select_frame_command): Likewise.
27         (return_command): Use select_frame and print_stack_frame rather
28         than frame_command and select_frame_command.
29         (func_command): Use get_current_frame rather than
30         parse_frame_specification.
31
32 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
33
34         * stack.c (func_command): Return early when there is no ARG
35         string.
36
37 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
38
39         * stack.c: Include safe-ctype.h not ctype.h.
40         (parse_frame_specification): Use ISSPACE not isspace.
41         (backtrace_command): Use TOLOWER not tolower.
42
43 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
44
45         * mep-tdep.c (current_me_module): Add cast.
46         (mep_gdbarch_init): Likewise.
47
48 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
49
50         * m32c-tdep.c (m32c_move_reg_t): Replace with...
51         (m32c_write_reg_t): ...this and...
52         (m32c_read_reg_t): ...this.
53         (struct m32c_reg): Update types of read and write.
54         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
55         adjust definition.
56         (m32c_banked_read): Likewise.
57         (m32c_sb_read): Likewise.
58         (m32c_part_read): Likewise.
59         (m32c_cat_read): Likewise.
60         (m32c_r3r2r1r0_read): Likewise.
61         (m32c_raw_write): Change declaration type to m32c_write_reg_t
62         and adjust definition.
63         (m32c_banked_write): Likewise.
64         (m32c_sb_write): Likewise.
65         (m32c_part_write): Likewise.
66         (m32c_cat_write): Likewise.
67         (m32c_r3r2r1r0_write): Likewise.
68
69 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
70
71         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
72
73 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
74
75         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
76         gdb_sys_no_syscall instead of -1.
77
78 2015-10-12  Yao Qi  <yao.qi@linaro.org>
79
80         * NEWS: Mention the change.
81
82 2015-10-12  Yao Qi  <yao.qi@linaro.org>
83
84         * arch/aarch64-insn.c (emit_load_store): Rename to ...
85         (aarch64_emit_load_store): ... it.  All callers updated.
86
87 2015-10-12  Yao Qi  <yao.qi@linaro.org>
88
89         * arch/aarch64-insn.c (emit_insn): Rename to ...
90         (aarch64_emit_insn): ... it.  All callers updated.
91
92 2015-10-12  Yao Qi  <yao.qi@linaro.org>
93
94         * aarch64-linux-tdep.c: Include arch-utils.h.
95         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
96         set_gdbarch_displaced_step_copy_insn,
97         set_gdbarch_displaced_step_fixup,
98         set_gdbarch_displaced_step_free_closure,
99         set_gdbarch_displaced_step_location,
100         and set_gdbarch_displaced_step_hw_singlestep.
101         * aarch64-tdep.c (struct displaced_step_closure): New.
102         (struct aarch64_displaced_step_data): New.
103         (aarch64_displaced_step_b): New function.
104         (aarch64_displaced_step_b_cond): Likewise.
105         (aarch64_register): Likewise.
106         (aarch64_displaced_step_cb): Likewise.
107         (aarch64_displaced_step_tb): Likewise.
108         (aarch64_displaced_step_adr): Likewise.
109         (aarch64_displaced_step_ldr_literal): Likewise.
110         (aarch64_displaced_step_others): Likewise.
111         (aarch64_displaced_step_copy_insn): Likewise.
112         (aarch64_displaced_step_fixup): Likewise.
113         (aarch64_displaced_step_hw_singlestep): Likewise.
114         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
115         (aarch64_displaced_step_copy_insn): Declare.
116         (aarch64_displaced_step_fixup): Declare.
117         (aarch64_displaced_step_hw_singlestep): Declare.
118         * arch/aarch64-insn.c (emit_insn): Moved from
119         gdbserver/linux-aarch64-low.c.
120         (emit_load_store): Likewise.
121         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
122         gdbserver/linux-aarch64-low.c.
123         (struct aarch64_register): Likewise.
124         (struct aarch64_memory_operand): Likewise.
125         (ENCODE): Likewise.
126         (can_encode_int32): New macro.
127         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
128         (emit_tb, emit_nop): Likewise.
129         (emit_insn): Declare.
130         (emit_load_store): Declare.
131
132 2015-10-12  Yao Qi  <yao.qi@linaro.org>
133
134         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
135         gdbserver/linux-aarch64-low.c.
136         (aarch64_relocate_instruction): Likewise.
137         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
138         (struct aarch64_insn_data): Moved from
139         gdbserver/linux-aarch64-low.c.
140         (struct aarch64_insn_visitor): Likewise.
141         (aarch64_relocate_instruction): Declare.
142
143 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
144
145         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
146         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
147         to the returned value.
148
149 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
150
151         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
152         is large enough for BIT_SIZE.  Update function comment.
153
154 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
155
156         * ada-lang.c (ada_value_primitive_packed_val): Move
157         src_len variable to local block where used.  Override
158         BIT_SIZE if bigger than size of resolved type.
159
160 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
161
162         * gdbtypes.h (is_scalar_type): Add extern declaration.
163         * gdbtypes.c (is_scalar_type): Make non-static.
164         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
165         to compute IS_SCALAR instead of doing it ourselves.
166
167 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
168
169         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
170         of case where TYPE is dynamic.
171
172 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
173
174         * ada-lang.c (ada_unpack_from_contents): New function,
175         extracted from ada_value_primitive_packed_val.
176         (ada_value_primitive_packed_val): Replace extracted out code
177         by call to ada_unpack_from_contents.
178
179 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
180
181         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
182         variable declarations.
183
184 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
185
186         * ada-lang.c (ada_value_primitive_packed_val): Change the type
187         of local variables src and unpacked to "gdb_type *" instead of
188         "unsigned char *".
189
190 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
191
192         * ada-lang.c (ada_value_primitive_packed_val): Make the name
193         of various local variables more explicit and consistent.
194         No real code change otherwise.
195
196 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
197
198         * i386-tdep.h (struct gdbarch_tdep): Change type of
199         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
200
201 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
202
203         * cris-tdep.c (struct instruction_environment): Change type of
204         byte_order to enum bfd_endian.
205
206 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
207
208         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
209         enum gdb_syscall casts.
210
211 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
212
213         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
214         * arm-tdep.c (struct stack_item): Likewise.
215         (push_stack_item): Add gdb_byte* cast.
216         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
217         (push_stack_item): Add gdb_byte* cast.
218         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
219         and add cast.
220         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
221         (push_stack_item): Add gdb_byte* cast.
222         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
223         add cast.
224         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
225         gdb_byte*.
226         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
227         gdb_byte* and remove unnecessary cast.
228         (h8300h_extract_return_value): Likewise.
229         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
230         (h8300h_store_return_value): Likewise.
231         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
232         gdb_byte* and remove unnecessary cast.
233         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
234         and add cast.
235         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
236         gdb_byte* and remove unnecessary cast.
237         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
238         valbuf.
239         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
240         (mep_pseudo_cr64_read): Likewise.
241         (mep_pseudo_csr_write): Likewise.
242         (mep_pseudo_cr32_write): Likewise.
243         (mep_pseudo_cr64_write): Likewise.
244         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
245         gdb_byte* and add cast.
246         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
247         gdb_byte* and remove unnecessary cast.
248         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
249         valbuf.
250         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
251         gdb_byte*.
252         * printcmd.c (void): Likewise.
253         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
254         gdb_byte* and add cast.
255         (infpy_write_memory): Likewise.
256         (infpy_search_memory): Likewise.
257         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
258         and add cast.
259         (regcache_raw_write_unsigned): Likewise.
260         (regcache_cooked_write_signed): Likewise.
261         (regcache_cooked_write_unsigned): Likewise.
262         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
263         gdb_byte*.
264
265 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
266
267         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
268         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
269
270 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
271
272         * stack.c (print_stack_frame):
273         * utils.c (printchar): Fix typos in commentary.
274
275 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
276
277         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
278         (PostfixExpression): Support `expr.sizeof' expressions.
279         (PrimaryExpression): Support `typeof(expr)' expressions.
280
281 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
282
283         * MAINTAINERS: Update my email address.
284
285 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
286
287         * record-btrace.c (record_btrace_resume): Fix void return.
288
289 2015-10-07  Yao Qi  <yao.qi@linaro.org>
290
291         * aarch64-tdep.c: Include opcode/aarch64.h.
292         (submask): Move it above.
293         (bit): Likewise.
294         (bits): Likewise.
295         (aarch64_software_single_step): Call aarch64_decode_insn.
296         Decode instruction by aarch64_inst instead of using
297         aarch64_decode_bcond and decode_masked_match.
298
299 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
300
301         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
302         only when the file is binary.
303
304 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
305
306         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
307         subroutine handling.
308
309 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
310
311         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
312
313 2015-09-30  Doug Evans  <dje@google.com>
314
315         * dwarf2read.c (setup_type_unit_groups): Add comment.
316
317 2015-09-30  Pedro Alves  <palves@redhat.com>
318
319         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
320         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
321         (x86_linux_create_target): Don't install
322         x86_linux_always_non_stop_p.
323
324 2015-09-30  Don Breazeal  <donb@codesourcery.com>
325
326         * remote.c (remote_parse_stop_reply): Call strprefix instead
327         of strncmp.
328
329 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
330
331         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
332         * gdbarch.h: Regenerate.
333         * i386-tdep.c (i386_gdbarch_init): Remove cast to
334         struct gdbarch_tdep_info *.
335         * mips-tdep.c (mips_gdbarch_init): Likewise.
336         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
337         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
338         * spu-multiarch.c (spu_gdbarch): Likewise.
339
340 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
341
342         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
343         record a NULL value.
344
345 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
346
347         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
348         and union arguments the same as pointer arguments when determining
349         size of argument.
350
351 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
352
353         * ft32-tdep.c: #include "opcode/ft32.h".
354         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
355         (ft32_analyze_prologue): Use FT32_* macros.
356
357 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
358
359         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
360         comment.
361
362 2015-09-28  Doug Evans  <dje@google.com>
363
364         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
365
366 2015-09-28  Doug Evans  <dje@google.com>
367
368         * common/filestuff.c (make_cleanup_close): Update comment.
369
370 2015-09-26  Simon Marchi  <simark@nova.polymtl.ca>
371
372         * btrace.c (parse_xml_btrace_block): Fix cast of
373         xml_find_attribute's return value.
374         * memory-map.c (memory_map_start_memory): Likewise.
375         * solib-svr4.c (library_list_start_library): Likewise.
376         * solib-target.c (library_list_start_segment): Likewise.
377         (library_list_start_section): Likewise.
378         * tracepoint.c (traceframe_info_start_memory): Likewise.
379
380 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
381
382         * d-namespace.c (d_lookup_symbol): New arg langdef.
383         All callers updated.  Support looking up symbol as a primitive type.
384         (lookup_module_scope): New arg langdef.  All callers updated.
385         Call d_lookup_symbol directly for simple bare symbols.
386
387 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
388
389         * macrocmd.c (print_macro_callback): Add cast(s).
390         * macrotab.c (macro_bcache_str): Likewise.
391         (new_macro_definition): Likewise.
392         * main.c (captured_main): Likewise.
393         * maint.c (print_bfd_section_info): Likewise.
394         * mdebugread.c (mdebug_build_psymtabs): Likewise.
395         (basic_type): Likewise.
396         * memattr.c (mem_region_cmp): Likewise.
397         * memory-map.c (memory_map_start_memory): Likewise.
398         (memory_map_end_memory): Likewise.
399         (memory_map_start_property): Likewise.
400         (memory_map_end_property): Likewise.
401         (clear_result): Likewise.
402         * memrange.c (compare_mem_ranges): Likewise.
403         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
404         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
405         * mi/mi-console.c (mi_console_file_delete): Likewise.
406         (mi_console_file_fputs): Likewise.
407         (mi_console_raw_packet): Likewise.
408         (mi_console_file_flush): Likewise.
409         (mi_console_set_raw): Likewise.
410         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
411         (mi_new_thread): Likewise.
412         (mi_thread_exit): Likewise.
413         (mi_record_changed): Likewise.
414         (mi_inferior_added): Likewise.
415         (mi_inferior_appeared): Likewise.
416         (mi_inferior_exit): Likewise.
417         (mi_inferior_removed): Likewise.
418         (mi_interp_data): Likewise.
419         (mi_on_normal_stop): Likewise.
420         (mi_traceframe_changed): Likewise.
421         (mi_tsv_created): Likewise.
422         (mi_tsv_deleted): Likewise.
423         (mi_tsv_modified): Likewise.
424         (mi_breakpoint_created): Likewise.
425         (mi_breakpoint_deleted): Likewise.
426         (mi_breakpoint_modified): Likewise.
427         (mi_output_running_pid): Likewise.
428         (mi_inferior_count): Likewise.
429         (mi_solib_loaded): Likewise.
430         (mi_solib_unloaded): Likewise.
431         (mi_command_param_changed): Likewise.
432         (mi_memory_changed): Likewise.
433         (report_initial_inferior): Likewise.
434         (mi_ui_out): Likewise.
435         (mi_set_logging): Likewise.
436         * mi/mi-main.c (collect_cores): Likewise.
437         (print_one_inferior): Likewise.
438         (free_vector_of_ints): Likewise.
439         (free_splay_tree): Likewise.
440         (mi_execute_command): Likewise.
441         * mi/mi-out.c (mi_table_body): Likewise.
442         (mi_table_end): Likewise.
443         (mi_table_header): Likewise.
444         (mi_begin): Likewise.
445         (mi_end): Likewise.
446         (mi_field_int): Likewise.
447         (mi_field_string): Likewise.
448         (mi_field_fmt): Likewise.
449         (mi_flush): Likewise.
450         (mi_redirect): Likewise.
451         (field_separator): Likewise.
452         (mi_open): Likewise.
453         (mi_close): Likewise.
454         (mi_out_buffered): Likewise.
455         (mi_out_rewind): Likewise.
456         (mi_out_put): Likewise.
457         (mi_version): Likewise.
458         (mi_out_data_dtor): Likewise.
459         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
460         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
461         * minidebug.c (lzma_open): Likewise.
462         (lzma_pread): Likewise.
463         (lzma_close): Likewise.
464         (lzma_stat): Likewise.
465         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
466         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
467         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
468         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
469         (mips_micro_frame_cache): Likewise.
470         (mips_insn32_frame_cache): Likewise.
471         (mips_stub_frame_cache): Likewise.
472         (gdb_print_insn_mips): Likewise.
473         (value_of_mips_user_reg): Likewise.
474         (mips_gdbarch_init): Likewise.
475         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
476         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
477         (mipsnbsd_supply_gregset): Likewise.
478         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
479         (am33_collect_gregset_method): Likewise.
480         (am33_collect_fpregset_method): Likewise.
481         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
482         * moxie-tdep.c (moxie_frame_cache): Likewise.
483         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
484         (msp430_analyze_frame_prologue): Likewise.
485         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
486         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
487         (nios2_collect_gregset): Likewise.
488         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
489         (nios2_stub_frame_cache): Likewise.
490         * objc-lang.c (find_methods): Likewise.
491         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
492         (get_objfile_pspace_data): Likewise.
493         (get_objfile_bfd_data): Likewise.
494         (objfile_bfd_data_free): Likewise.
495         (add_to_objfile_sections): Likewise.
496         (do_free_objfile_cleanup): Likewise.
497         (resume_section_map_updates_cleanup): Likewise.
498         * opencl-lang.c (builtin_opencl_type): Likewise.
499         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
500         * osdata.c (osdata_start_osdata): Likewise.
501         (osdata_start_item): Likewise.
502         (osdata_start_column): Likewise.
503         (osdata_end_column): Likewise.
504         (clear_parsing_data): Likewise.
505         (osdata_free_cleanup): Likewise.
506         * parse.c (type_stack_cleanup): Likewise.
507         (exp_uses_objfile_iter): Likewise.
508         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
509         (ppc_linux_collect_gregset): Likewise.
510         (ppu2spu_prev_arch): Likewise.
511         (ppu2spu_this_id): Likewise.
512         (ppu2spu_prev_register): Likewise.
513         (ppu2spu_unwind_register): Likewise.
514         (ppu2spu_sniffer): Likewise.
515         (ppu2spu_dealloc_cache): Likewise.
516         (ppc_linux_init_abi): Likewise.
517         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
518         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
519         * progspace.c (restore_program_space): Likewise.
520         * psymtab.c (find_pc_sect_psymtab): Likewise.
521         (compare_psymbols): Likewise.
522         (psymbol_bcache_full): Likewise.
523         (allocate_psymtab): Likewise.
524         (discard_psymtabs_upto): Likewise.
525         * python/py-block.c (set_block): Likewise.
526         (del_objfile_blocks): Likewise.
527         * python/py-breakpoint.c (build_bp_list): Likewise.
528         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
529         (build_inferior_list): Likewise.
530         (py_free_inferior): Likewise.
531         * python/py-objfile.c (py_free_objfile): Likewise.
532         (objfile_to_objfile_object): Likewise.
533         * python/py-prettyprint.c (py_restore_tstate): Likewise.
534         * python/py-progspace.c (py_free_pspace): Likewise.
535         (pspace_to_pspace_object): Likewise.
536         * python/py-symbol.c (set_symbol): Likewise.
537         (del_objfile_symbols): Likewise.
538         * python/py-symtab.c (set_sal): Likewise.
539         (set_symtab): Likewise.
540         (del_objfile_symtab): Likewise.
541         (del_objfile_sal): Likewise.
542         * python/py-type.c (save_objfile_types): Likewise.
543         (set_type): Likewise.
544         * python/py-unwind.c (pyuw_prev_register): Likewise.
545         (pyuw_on_new_gdbarch): Likewise.
546         * python/py-utils.c (py_decref): Likewise.
547         (py_xdecref): Likewise.
548         (gdb_py_generic_dict): Likewise.
549         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
550         (gdbpy_clone_xmethod_worker_data): Likewise.
551         (gdbpy_get_xmethod_arg_types): Likewise.
552         (gdbpy_get_xmethod_result_type): Likewise.
553         (gdbpy_invoke_xmethod): Likewise.
554         * python/python.c (gdbpy_apply_type_printers): Likewise.
555         (gdbpy_free_type_printers): Likewise.
556         * record-btrace.c (record_btrace_disable_callback): Likewise.
557         (bfcache_hash): Likewise.
558         (bfcache_eq): Likewise.
559         (btrace_get_frame_function): Likewise.
560         (record_btrace_frame_unwind_stop_reason): Likewise.
561         (record_btrace_frame_this_id): Likewise.
562         (record_btrace_frame_prev_register): Likewise.
563         (record_btrace_frame_dealloc_cache): Likewise.
564         * record-full.c (record_full_message_wrapper): Likewise.
565         (record_full_save_cleanups): Likewise.
566         * regcache.c (regcache_descr): Likewise.
567         (do_regcache_xfree): Likewise.
568         (do_regcache_invalidate): Likewise.
569         (do_cooked_read): Likewise.
570         (regcache_transfer_regset): Likewise.
571         * reggroups.c (reggroup_add): Likewise.
572         (reggroup_next): Likewise.
573         (reggroup_prev): Likewise.
574         * remote-fileio.c (do_remote_fileio_request): Likewise.
575         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
576         (do_notif_event_xfree): Likewise.
577         * remote.c (get_remote_arch_state): Likewise.
578         (remote_pspace_data_cleanup): Likewise.
579         (get_remote_exec_file): Likewise.
580         (set_pspace_remote_exec_file): Likewise.
581         (compare_pnums): Likewise.
582         (clear_threads_listing_context): Likewise.
583         (remote_newthread_step): Likewise.
584         (start_thread): Likewise.
585         (end_thread): Likewise.
586         (remove_child_of_pending_fork): Likewise.
587         (remove_stop_reply_for_inferior): Likewise.
588         (remove_stop_reply_of_remote_state): Likewise.
589         (remote_notif_remove_once_on_match): Likewise.
590         (stop_reply_match_ptid_and_ws): Likewise.
591         (kill_child_of_pending_fork): Likewise.
592         (register_remote_g_packet_guess): Likewise.
593         (remote_read_description_p): Likewise.
594         (remote_read_description): Likewise.
595         (free_actions_list_cleanup_wrapper): Likewise.
596         (remote_async_serial_handler): Likewise.
597         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
598         (rl78_analyze_frame_prologue): Likewise.
599         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
600         (ppc_supply_fpregset): Likewise.
601         (ppc_supply_vsxregset): Likewise.
602         (ppc_supply_vrregset): Likewise.
603         (ppc_collect_gregset): Likewise.
604         (ppc_collect_fpregset): Likewise.
605         (ppc_collect_vsxregset): Likewise.
606         (ppc_collect_vrregset): Likewise.
607         (e500_move_ev_register): Likewise.
608         (do_regcache_raw_write): Likewise.
609         (rs6000_frame_cache): Likewise.
610         (rs6000_epilogue_frame_cache): Likewise.
611         (rs6000_gdbarch_init): Likewise.
612         * rx-tdep.c (rx_get_opcode_byte): Likewise.
613         (rx_analyze_frame_prologue): Likewise.
614         (rx_frame_type): Likewise.
615         (rx_frame_sniffer_common): Likewise.
616         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
617         (s390_frame_unwind_cache): Likewise.
618         (s390_stub_frame_unwind_cache): Likewise.
619         (s390_sigtramp_frame_unwind_cache): Likewise.
620         * score-tdep.c (score_make_prologue_cache): Likewise.
621         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
622         (sentinel_frame_prev_arch): Likewise.
623         * ser-base.c (fd_event): Likewise.
624         (push_event): Likewise.
625         (ser_base_write): Likewise.
626         * ser-pipe.c (pipe_close): Likewise.
627         * serial.c (serial_write): Likewise.
628         * sh-tdep.c (sh_frame_cache): Likewise.
629         (sh_stub_this_id): Likewise.
630         * sh64-tdep.c (sh64_frame_cache): Likewise.
631         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
632         (library_list_start_library): Likewise.
633         (library_list_start_list): Likewise.
634         (solib_aix_free_library_list): Likewise.
635         * solib-darwin.c (get_darwin_info): Likewise.
636         * solib-dsbt.c (get_dsbt_info): Likewise.
637         * solib-spu.c (append_ocl_sos): Likewise.
638         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
639         (get_svr4_info): Likewise.
640         (library_list_start_library): Likewise.
641         (svr4_library_list_start_list): Likewise.
642         (hash_probe_and_action): Likewise.
643         (equal_probe_and_action): Likewise.
644         (svr4_update_solib_event_breakpoint): Likewise.
645         (set_solib_svr4_fetch_link_map_offsets): Likewise.
646         (svr4_fetch_link_map_offsets): Likewise.
647         (svr4_have_link_map_offsets): Likewise.
648         * solib-target.c (library_list_start_segment): Likewise.
649         (library_list_start_section): Likewise.
650         (library_list_start_library): Likewise.
651         (library_list_end_library): Likewise.
652         (library_list_start_list): Likewise.
653         (solib_target_free_library_list): Likewise.
654         * solib.c (solib_ops): Likewise.
655         (set_solib_ops): Likewise.
656         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
657         * sparc-tdep.c (sparc_frame_cache): Likewise.
658         (sparc32_frame_cache): Likewise.
659         (sparc32_supply_gregset): Likewise.
660         (sparc32_collect_gregset): Likewise.
661         (sparc32_supply_fpregset): Likewise.
662         (sparc32_collect_fpregset): Likewise.
663         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
664         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
665         (sparc64_collect_gregset): Likewise.
666         (sparc64_supply_fpregset): Likewise.
667         (sparc64_collect_fpregset): Likewise.
668         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
669         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
670         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
671         (sparc64obsd_trapframe_cache): Likewise.
672         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
673         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
674         * spu-multiarch.c (spu_gdbarch): Likewise.
675         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
676         (spu2ppu_prev_arch): Likewise.
677         (spu2ppu_this_id): Likewise.
678         (spu2ppu_prev_register): Likewise.
679         (spu2ppu_dealloc_cache): Likewise.
680         (spu_dis_asm_print_address): Likewise.
681         (gdb_print_insn_spu): Likewise.
682         (spu_get_overlay_table): Likewise.
683         * stabsread.c (rs6000_builtin_type): Likewise.
684         * stack.c (do_print_variable_and_value): Likewise.
685         * stap-probe.c (get_stap_base_address_1): Likewise.
686         * symfile-debug.c (debug_qf_has_symbols): Likewise.
687         (debug_qf_find_last_source_symtab): Likewise.
688         (debug_qf_forget_cached_source_info): Likewise.
689         (debug_qf_map_symtabs_matching_filename): Likewise.
690         (debug_qf_lookup_symbol): Likewise.
691         (debug_qf_print_stats): Likewise.
692         (debug_qf_dump): Likewise.
693         (debug_qf_relocate): Likewise.
694         (debug_qf_expand_symtabs_for_function): Likewise.
695         (debug_qf_expand_all_symtabs): Likewise.
696         (debug_qf_expand_symtabs_with_fullname): Likewise.
697         (debug_qf_map_matching_symbols): Likewise.
698         (debug_qf_expand_symtabs_matching): Likewise.
699         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
700         (debug_qf_map_symbol_filenames): Likewise.
701         (debug_sym_get_probes): Likewise.
702         (debug_sym_new_init): Likewise.
703         (debug_sym_init): Likewise.
704         (debug_sym_read): Likewise.
705         (debug_sym_read_psymbols): Likewise.
706         (debug_sym_finish): Likewise.
707         (debug_sym_offsets): Likewise.
708         (debug_sym_read_linetable): Likewise.
709         (debug_sym_relocate): Likewise.
710         (uninstall_symfile_debug_logging): Likewise.
711         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
712         * symfile.c (place_section): Likewise.
713         (add_section_size_callback): Likewise.
714         (load_progress): Likewise.
715         (load_section_callback): Likewise.
716         (clear_memory_write_data): Likewise.
717         (allocate_symtab): Likewise.
718         * symmisc.c (maintenance_expand_file_matcher): Likewise.
719         * symtab.c (lookup_symtab_callback): Likewise.
720         (hash_demangled_name_entry): Likewise.
721         (eq_demangled_name_entry): Likewise.
722         (get_symbol_cache): Likewise.
723         (symbol_cache_cleanup): Likewise.
724         (set_symbol_cache_size): Likewise.
725         (symbol_cache_flush): Likewise.
726         (maintenance_print_symbol_cache): Likewise.
727         (maintenance_print_symbol_cache_statistics): Likewise.
728         (delete_filename_seen_cache): Likewise.
729         (output_partial_symbol_filename): Likewise.
730         (search_symbols_file_matches): Likewise.
731         (search_symbols_name_matches): Likewise.
732         (do_free_completion_list): Likewise.
733         (maybe_add_partial_symtab_filename): Likewise.
734         (get_main_info): Likewise.
735         (main_info_cleanup): Likewise.
736         * target-dcache.c (target_dcache_cleanup): Likewise.
737         (target_dcache_init_p): Likewise.
738         (target_dcache_invalidate): Likewise.
739         (target_dcache_get): Likewise.
740         (target_dcache_get_or_init): Likewise.
741         * target-descriptions.c (target_find_description): Likewise.
742         (tdesc_find_type): Likewise.
743         (tdesc_data_cleanup): Likewise.
744         (tdesc_find_arch_register): Likewise.
745         (tdesc_register_name): Likewise.
746         (tdesc_register_type): Likewise.
747         (tdesc_register_reggroup_p): Likewise.
748         (set_tdesc_pseudo_register_name): Likewise.
749         (set_tdesc_pseudo_register_type): Likewise.
750         (set_tdesc_pseudo_register_reggroup_p): Likewise.
751         (tdesc_use_registers): Likewise.
752         (free_target_description): Likewise.
753         * target-memory.c (compare_block_starting_address): Likewise.
754         (cleanup_request_data): Likewise.
755         (cleanup_write_requests_vector): Likewise.
756         * target.c (open_target): Likewise.
757         (cleanup_restore_target_terminal): Likewise.
758         (free_memory_read_result_vector): Likewise.
759         * thread.c (disable_thread_stack_temporaries): Likewise.
760         (finish_thread_state_cleanup): Likewise.
761         (do_restore_current_thread_cleanup): Likewise.
762         (restore_current_thread_cleanup_dtor): Likewise.
763         (set_thread_refcount): Likewise.
764         (tp_array_compar): Likewise.
765         (do_captured_thread_select): Likewise.
766         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
767         (tic6x_stub_this_id): Likewise.
768         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
769         * top.c (do_restore_instream_cleanup): Likewise.
770         (gdb_readline_wrapper_cleanup): Likewise.
771         (kill_or_detach): Likewise.
772         (print_inferior_quit_action): Likewise.
773         * tracefile-tfile.c (match_blocktype): Likewise.
774         (build_traceframe_info): Likewise.
775         * tracefile.c (trace_file_writer_xfree): Likewise.
776         * tracepoint.c (memrange_cmp): Likewise.
777         (do_collect_symbol): Likewise.
778         (do_clear_collection_list): Likewise.
779         (do_restore_current_traceframe_cleanup): Likewise.
780         (restore_current_traceframe_cleanup_dtor): Likewise.
781         (free_current_marker): Likewise.
782         (traceframe_info_start_memory): Likewise.
783         (traceframe_info_start_tvar): Likewise.
784         (free_result): Likewise.
785         * tramp-frame.c (tramp_frame_cache): Likewise.
786         * tui/tui-file.c (tui_file_delete): Likewise.
787         (tui_fileopen): Likewise.
788         (tui_sfileopen): Likewise.
789         (tui_file_isatty): Likewise.
790         (tui_file_rewind): Likewise.
791         (tui_file_put): Likewise.
792         (tui_file_fputs): Likewise.
793         (tui_file_get_strbuf): Likewise.
794         (tui_file_adjust_strbuf): Likewise.
795         (tui_file_flush): Likewise.
796         * tui/tui-layout.c (make_command_window): Likewise.
797         (make_data_window): Likewise.
798         (show_source_disasm_command): Likewise.
799         (show_data): Likewise.
800         (make_source_or_disasm_window): Likewise.
801         (show_source_or_disasm_and_command): Likewise.
802         * tui/tui-out.c (tui_field_int): Likewise.
803         (tui_field_string): Likewise.
804         (tui_field_fmt): Likewise.
805         (tui_text): Likewise.
806         * typeprint.c (hash_typedef_field): Likewise.
807         (eq_typedef_field): Likewise.
808         (do_free_typedef_hash): Likewise.
809         (copy_typedef_hash_element): Likewise.
810         (do_free_global_table): Likewise.
811         (find_global_typedef): Likewise.
812         (find_typedef_in_hash): Likewise.
813         * ui-file.c (ui_file_write_for_put): Likewise.
814         (do_ui_file_xstrdup): Likewise.
815         (mem_file_delete): Likewise.
816         (mem_file_rewind): Likewise.
817         (mem_file_put): Likewise.
818         (mem_file_write): Likewise.
819         (stdio_file_delete): Likewise.
820         (stdio_file_flush): Likewise.
821         (stdio_file_read): Likewise.
822         (stdio_file_write): Likewise.
823         (stdio_file_write_async_safe): Likewise.
824         (stdio_file_fputs): Likewise.
825         (stdio_file_isatty): Likewise.
826         (stdio_file_fseek): Likewise.
827         (tee_file_delete): Likewise.
828         (tee_file_flush): Likewise.
829         (tee_file_write): Likewise.
830         (tee_file_fputs): Likewise.
831         (tee_file_isatty): Likewise.
832         * ui-out.c (do_cleanup_table_end): Likewise.
833         (do_cleanup_end): Likewise.
834         * user-regs.c (user_reg_add): Likewise.
835         (user_reg_map_name_to_regnum): Likewise.
836         (usernum_to_user_reg): Likewise.
837         (maintenance_print_user_registers): Likewise.
838         * utils.c (do_bfd_close_cleanup): Likewise.
839         (do_fclose_cleanup): Likewise.
840         (do_obstack_free): Likewise.
841         (do_ui_file_delete): Likewise.
842         (do_ui_out_redirect_pop): Likewise.
843         (do_free_section_addr_info): Likewise.
844         (restore_integer): Likewise.
845         (do_unpush_target): Likewise.
846         (do_htab_delete_cleanup): Likewise.
847         (do_restore_ui_file): Likewise.
848         (do_value_free): Likewise.
849         (do_free_so): Likewise.
850         (free_current_contents): Likewise.
851         (do_regfree_cleanup): Likewise.
852         (core_addr_hash): Likewise.
853         (core_addr_eq): Likewise.
854         (do_free_char_ptr_vec): Likewise.
855         * v850-tdep.c (v850_frame_cache): Likewise.
856         * varobj.c (do_free_variable_cleanup): Likewise.
857         * vax-tdep.c (vax_supply_gregset): Likewise.
858         (vax_frame_cache): Likewise.
859         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
860         * xml-support.c (gdb_xml_body_text): Likewise.
861         (gdb_xml_values_cleanup): Likewise.
862         (gdb_xml_start_element): Likewise.
863         (gdb_xml_start_element_wrapper): Likewise.
864         (gdb_xml_end_element): Likewise.
865         (gdb_xml_end_element_wrapper): Likewise.
866         (gdb_xml_cleanup): Likewise.
867         (gdb_xml_fetch_external_entity): Likewise.
868         (gdb_xml_parse_attr_enum): Likewise.
869         (xinclude_start_include): Likewise.
870         (xinclude_end_include): Likewise.
871         (xml_xinclude_default): Likewise.
872         (xml_xinclude_start_doctype): Likewise.
873         (xml_xinclude_end_doctype): Likewise.
874         (xml_xinclude_cleanup): Likewise.
875         (xml_fetch_content_from_file): Likewise.
876         * xml-syscall.c (free_syscalls_info): Likewise.
877         (syscall_start_syscall): Likewise.
878         * xml-tdesc.c (tdesc_end_arch): Likewise.
879         (tdesc_end_osabi): Likewise.
880         (tdesc_end_compatible): Likewise.
881         (tdesc_start_target): Likewise.
882         (tdesc_start_feature): Likewise.
883         (tdesc_start_reg): Likewise.
884         (tdesc_start_union): Likewise.
885         (tdesc_start_struct): Likewise.
886         (tdesc_start_flags): Likewise.
887         (tdesc_start_field): Likewise.
888         (tdesc_start_vector): Likewise.
889         (fetch_available_features_from_target): Likewise.
890         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
891         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
892         (xtensa_frame_cache): Likewise.
893         (xtensa_frame_prev_register): Likewise.
894         (xtensa_extract_return_value): Likewise.
895
896 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
897
898         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
899         (aarch64_make_stub_cache): Likewise.
900         (value_of_aarch64_user_reg): Likewise.
901         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
902         (get_ada_inferior_data): Likewise.
903         (get_ada_pspace_data): Likewise.
904         (ada_pspace_data_cleanup): Likewise.
905         (ada_complete_symbol_matcher): Likewise.
906         (ada_exc_search_name_matches): Likewise.
907         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
908         (get_ada_tasks_inferior_data): Likewise.
909         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
910         (splay_obstack_alloc): Likewise.
911         (splay_obstack_free): Likewise.
912         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
913         (alpha_linux_collect_gregset): Likewise.
914         (alpha_linux_supply_fpregset): Likewise.
915         (alpha_linux_collect_fpregset): Likewise.
916         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
917         * alpha-tdep.c (alpha_lds): Likewise.
918         (alpha_sts): Likewise.
919         (alpha_sigtramp_frame_unwind_cache): Likewise.
920         (alpha_heuristic_frame_unwind_cache): Likewise.
921         (alpha_supply_int_regs): Likewise.
922         (alpha_fill_int_regs): Likewise.
923         (alpha_supply_fp_regs): Likewise.
924         (alpha_fill_fp_regs): Likewise.
925         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
926         (alphanbsd_aout_supply_gregset): Likewise.
927         (alphanbsd_supply_gregset): Likewise.
928         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
929         (amd64_x32_linux_init_abi): Likewise.
930         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
931         (amd64_collect_native_gregset): Likewise.
932         * amd64-tdep.c (amd64_frame_cache): Likewise.
933         (amd64_sigtramp_frame_cache): Likewise.
934         (amd64_epilogue_frame_cache): Likewise.
935         (amd64_supply_fxsave): Likewise.
936         (amd64_supply_xsave): Likewise.
937         (amd64_collect_fxsave): Likewise.
938         (amd64_collect_xsave): Likewise.
939         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
940         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
941         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
942         (arm_linux_collect_gregset): Likewise.
943         (arm_linux_supply_nwfpe): Likewise.
944         (arm_linux_collect_nwfpe): Likewise.
945         (arm_linux_supply_vfp): Likewise.
946         (arm_linux_collect_vfp): Likewise.
947         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
948         (arm_prologue_unwind_stop_reason): Likewise.
949         (arm_prologue_this_id): Likewise.
950         (arm_prologue_prev_register): Likewise.
951         (arm_exidx_data_free): Likewise.
952         (arm_find_exidx_entry): Likewise.
953         (arm_stub_this_id): Likewise.
954         (arm_m_exception_this_id): Likewise.
955         (arm_m_exception_prev_register): Likewise.
956         (arm_normal_frame_base): Likewise.
957         (gdb_print_insn_arm): Likewise.
958         (arm_objfile_data_free): Likewise.
959         (arm_record_special_symbol): Likewise.
960         (value_of_arm_user_reg): Likewise.
961         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
962         (armbsd_supply_gregset): Likewise.
963         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
964         (get_auto_load_pspace_data): Likewise.
965         (hash_loaded_script_entry): Likewise.
966         (eq_loaded_script_entry): Likewise.
967         (clear_section_scripts): Likewise.
968         (collect_matching_scripts): Likewise.
969         * auxv.c (auxv_inferior_data_cleanup): Likewise.
970         (get_auxv_inferior_data): Likewise.
971         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
972         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
973         * bfd-target.c (target_bfd_xfer_partial): Likewise.
974         (target_bfd_xclose): Likewise.
975         (target_bfd_get_section_table): Likewise.
976         * bfin-tdep.c (bfin_frame_cache): Likewise.
977         * block.c (find_block_in_blockvector): Likewise.
978         (call_site_for_pc): Likewise.
979         (block_find_non_opaque_type_preferred): Likewise.
980         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
981         (signal_catchpoint_remove_location): Likewise.
982         (signal_catchpoint_breakpoint_hit): Likewise.
983         (signal_catchpoint_print_one): Likewise.
984         (signal_catchpoint_print_mention): Likewise.
985         (signal_catchpoint_print_recreate): Likewise.
986         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
987         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
988         (bp_location_compare_addrs): Likewise.
989         (get_first_locp_gte_addr): Likewise.
990         (check_tracepoint_command): Likewise.
991         (do_map_commands_command): Likewise.
992         (get_breakpoint_objfile_data): Likewise.
993         (free_breakpoint_probes): Likewise.
994         (do_captured_breakpoint_query): Likewise.
995         (compare_breakpoints): Likewise.
996         (bp_location_compare): Likewise.
997         (bpstat_remove_breakpoint_callback): Likewise.
998         (do_delete_breakpoint_cleanup): Likewise.
999         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1000         (bsd_uthread_set_collect_uthread): Likewise.
1001         (bsd_uthread_activate): Likewise.
1002         (bsd_uthread_fetch_registers): Likewise.
1003         (bsd_uthread_store_registers): Likewise.
1004         * btrace.c (check_xml_btrace_version): Likewise.
1005         (parse_xml_btrace_block): Likewise.
1006         (parse_xml_btrace_pt_config_cpu): Likewise.
1007         (parse_xml_btrace_pt_raw): Likewise.
1008         (parse_xml_btrace_pt): Likewise.
1009         (parse_xml_btrace_conf_bts): Likewise.
1010         (parse_xml_btrace_conf_pt): Likewise.
1011         (do_btrace_data_cleanup): Likewise.
1012         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1013         * charset.c (cleanup_iconv): Likewise.
1014         (do_cleanup_iterator): Likewise.
1015         * cli-out.c (cli_uiout_dtor): Likewise.
1016         (cli_table_begin): Likewise.
1017         (cli_table_body): Likewise.
1018         (cli_table_end): Likewise.
1019         (cli_table_header): Likewise.
1020         (cli_begin): Likewise.
1021         (cli_end): Likewise.
1022         (cli_field_int): Likewise.
1023         (cli_field_skip): Likewise.
1024         (cli_field_string): Likewise.
1025         (cli_field_fmt): Likewise.
1026         (cli_spaces): Likewise.
1027         (cli_text): Likewise.
1028         (cli_message): Likewise.
1029         (cli_wrap_hint): Likewise.
1030         (cli_flush): Likewise.
1031         (cli_redirect): Likewise.
1032         (out_field_fmt): Likewise.
1033         (field_separator): Likewise.
1034         (cli_out_set_stream): Likewise.
1035         * cli/cli-cmds.c (compare_symtabs): Likewise.
1036         * cli/cli-dump.c (call_dump_func): Likewise.
1037         (restore_section_callback): Likewise.
1038         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1039         (do_restore_user_call_depth): Likewise.
1040         (do_free_command_lines_cleanup): Likewise.
1041         * coff-pe-read.c (get_section_vmas): Likewise.
1042         (pe_as16): Likewise.
1043         (pe_as32): Likewise.
1044         * coffread.c (coff_symfile_read): Likewise.
1045         * common/agent.c (agent_look_up_symbols): Likewise.
1046         * common/filestuff.c (do_close_cleanup): Likewise.
1047         * common/format.c (free_format_pieces_cleanup): Likewise.
1048         * common/vec.c (vec_o_reserve): Likewise.
1049         * compile/compile-c-support.c (print_one_macro): Likewise.
1050         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1051         (eq_symbol_error): Likewise.
1052         (del_symbol_error): Likewise.
1053         (error_symbol_once): Likewise.
1054         (gcc_convert_symbol): Likewise.
1055         (gcc_symbol_address): Likewise.
1056         (hash_symname): Likewise.
1057         (eq_symname): Likewise.
1058         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1059         (eq_type_map_instance): Likewise.
1060         (insert_type): Likewise.
1061         (convert_type): Likewise.
1062         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1063         (setup_sections): Likewise.
1064         (link_hash_table_free): Likewise.
1065         (copy_sections): Likewise.
1066         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1067         * compile/compile.c (compile_print_value): Likewise.
1068         (do_rmdir): Likewise.
1069         (cleanup_compile_instance): Likewise.
1070         (cleanup_unlink_file): Likewise.
1071         * completer.c (free_completion_tracker): Likewise.
1072         * corelow.c (add_to_spuid_list): Likewise.
1073         * cp-namespace.c (reset_directive_searched): Likewise.
1074         * cp-support.c (reset_directive_searched): Likewise.
1075         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1076         (cris_frame_unwind_cache): Likewise.
1077         * d-lang.c (builtin_d_type): Likewise.
1078         * d-namespace.c (reset_directive_searched): Likewise.
1079         * dbxread.c (dbx_free_symfile_info): Likewise.
1080         (do_free_bincl_list_cleanup): Likewise.
1081         * disasm.c (hash_dis_line_entry): Likewise.
1082         (eq_dis_line_entry): Likewise.
1083         (dis_asm_print_address): Likewise.
1084         (fprintf_disasm): Likewise.
1085         (do_ui_file_delete): Likewise.
1086         * doublest.c (convert_floatformat_to_doublest): Likewise.
1087         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1088         (dummy_frame_prev_register): Likewise.
1089         (dummy_frame_this_id): Likewise.
1090         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1091         (cache_eq): Likewise.
1092         (cache_find): Likewise.
1093         (tailcall_frame_this_id): Likewise.
1094         (dwarf2_tailcall_prev_register_first): Likewise.
1095         (tailcall_frame_prev_register): Likewise.
1096         (tailcall_frame_dealloc_cache): Likewise.
1097         (tailcall_frame_prev_arch): Likewise.
1098         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1099         (dwarf2_frame_set_init_reg): Likewise.
1100         (dwarf2_frame_init_reg): Likewise.
1101         (dwarf2_frame_set_signal_frame_p): Likewise.
1102         (dwarf2_frame_signal_frame_p): Likewise.
1103         (dwarf2_frame_set_adjust_regnum): Likewise.
1104         (dwarf2_frame_adjust_regnum): Likewise.
1105         (clear_pointer_cleanup): Likewise.
1106         (dwarf2_frame_cache): Likewise.
1107         (find_cie): Likewise.
1108         (dwarf2_frame_find_fde): Likewise.
1109         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1110         (free_dwarf_expr_context_cleanup): Likewise.
1111         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1112         (locexpr_get_frame_base): Likewise.
1113         (loclist_find_frame_base_location): Likewise.
1114         (loclist_get_frame_base): Likewise.
1115         (dwarf_expr_dwarf_call): Likewise.
1116         (dwarf_expr_get_base_type): Likewise.
1117         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1118         (dwarf_expr_get_obj_addr): Likewise.
1119         (entry_data_value_coerce_ref): Likewise.
1120         (entry_data_value_copy_closure): Likewise.
1121         (entry_data_value_free_closure): Likewise.
1122         (get_frame_address_in_block_wrapper): Likewise.
1123         (dwarf2_evaluate_property): Likewise.
1124         (dwarf2_compile_property_to_c): Likewise.
1125         (needs_frame_read_addr_from_reg): Likewise.
1126         (needs_frame_get_reg_value): Likewise.
1127         (needs_frame_frame_base): Likewise.
1128         (needs_frame_frame_cfa): Likewise.
1129         (needs_frame_tls_address): Likewise.
1130         (needs_frame_dwarf_call): Likewise.
1131         (needs_dwarf_reg_entry_value): Likewise.
1132         (get_ax_pc): Likewise.
1133         (locexpr_read_variable): Likewise.
1134         (locexpr_read_variable_at_entry): Likewise.
1135         (locexpr_read_needs_frame): Likewise.
1136         (locexpr_describe_location): Likewise.
1137         (locexpr_tracepoint_var_ref): Likewise.
1138         (locexpr_generate_c_location): Likewise.
1139         (loclist_read_variable): Likewise.
1140         (loclist_read_variable_at_entry): Likewise.
1141         (loclist_describe_location): Likewise.
1142         (loclist_tracepoint_var_ref): Likewise.
1143         (loclist_generate_c_location): Likewise.
1144         * dwarf2read.c (line_header_hash_voidp): Likewise.
1145         (line_header_eq_voidp): Likewise.
1146         (dwarf2_has_info): Likewise.
1147         (dwarf2_get_section_info): Likewise.
1148         (locate_dwz_sections): Likewise.
1149         (hash_file_name_entry): Likewise.
1150         (eq_file_name_entry): Likewise.
1151         (delete_file_name_entry): Likewise.
1152         (dw2_setup): Likewise.
1153         (dw2_get_file_names_reader): Likewise.
1154         (dw2_find_pc_sect_compunit_symtab): Likewise.
1155         (hash_signatured_type): Likewise.
1156         (eq_signatured_type): Likewise.
1157         (add_signatured_type_cu_to_table): Likewise.
1158         (create_debug_types_hash_table): Likewise.
1159         (lookup_dwo_signatured_type): Likewise.
1160         (lookup_dwp_signatured_type): Likewise.
1161         (lookup_signatured_type): Likewise.
1162         (hash_type_unit_group): Likewise.
1163         (eq_type_unit_group): Likewise.
1164         (get_type_unit_group): Likewise.
1165         (process_psymtab_comp_unit_reader): Likewise.
1166         (sort_tu_by_abbrev_offset): Likewise.
1167         (process_skeletonless_type_unit): Likewise.
1168         (psymtabs_addrmap_cleanup): Likewise.
1169         (dwarf2_read_symtab): Likewise.
1170         (psymtab_to_symtab_1): Likewise.
1171         (die_hash): Likewise.
1172         (die_eq): Likewise.
1173         (load_full_comp_unit_reader): Likewise.
1174         (reset_die_in_process): Likewise.
1175         (free_cu_line_header): Likewise.
1176         (handle_DW_AT_stmt_list): Likewise.
1177         (hash_dwo_file): Likewise.
1178         (eq_dwo_file): Likewise.
1179         (hash_dwo_unit): Likewise.
1180         (eq_dwo_unit): Likewise.
1181         (create_dwo_cu_reader): Likewise.
1182         (create_dwo_unit_in_dwp_v1): Likewise.
1183         (create_dwo_unit_in_dwp_v2): Likewise.
1184         (lookup_dwo_unit_in_dwp): Likewise.
1185         (dwarf2_locate_dwo_sections): Likewise.
1186         (dwarf2_locate_common_dwp_sections): Likewise.
1187         (dwarf2_locate_v2_dwp_sections): Likewise.
1188         (hash_dwp_loaded_cutus): Likewise.
1189         (eq_dwp_loaded_cutus): Likewise.
1190         (lookup_dwo_cutu): Likewise.
1191         (abbrev_table_free_cleanup): Likewise.
1192         (dwarf2_free_abbrev_table): Likewise.
1193         (find_partial_die_in_comp_unit): Likewise.
1194         (free_line_header_voidp): Likewise.
1195         (follow_die_offset): Likewise.
1196         (follow_die_sig_1): Likewise.
1197         (free_heap_comp_unit): Likewise.
1198         (free_stack_comp_unit): Likewise.
1199         (dwarf2_free_objfile): Likewise.
1200         (per_cu_offset_and_type_hash): Likewise.
1201         (per_cu_offset_and_type_eq): Likewise.
1202         (get_die_type_at_offset): Likewise.
1203         (partial_die_hash): Likewise.
1204         (partial_die_eq): Likewise.
1205         (dwarf2_per_objfile_free): Likewise.
1206         (hash_strtab_entry): Likewise.
1207         (eq_strtab_entry): Likewise.
1208         (add_string): Likewise.
1209         (hash_symtab_entry): Likewise.
1210         (eq_symtab_entry): Likewise.
1211         (delete_symtab_entry): Likewise.
1212         (cleanup_mapped_symtab): Likewise.
1213         (add_indices_to_cpool): Likewise.
1214         (hash_psymtab_cu_index): Likewise.
1215         (eq_psymtab_cu_index): Likewise.
1216         (add_address_entry_worker): Likewise.
1217         (unlink_if_set): Likewise.
1218         (write_one_signatured_type): Likewise.
1219         (save_gdb_index_command): Likewise.
1220         * elfread.c (elf_symtab_read): Likewise.
1221         (elf_gnu_ifunc_cache_hash): Likewise.
1222         (elf_gnu_ifunc_cache_eq): Likewise.
1223         (elf_gnu_ifunc_record_cache): Likewise.
1224         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1225         (elf_get_probes): Likewise.
1226         (probe_key_free): Likewise.
1227         * f-lang.c (builtin_f_type): Likewise.
1228         * frame-base.c (frame_base_append_sniffer): Likewise.
1229         (frame_base_set_default): Likewise.
1230         (frame_base_find_by_frame): Likewise.
1231         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1232         (frame_unwind_append_unwinder): Likewise.
1233         (frame_unwind_find_by_frame): Likewise.
1234         * frame.c (frame_addr_hash): Likewise.
1235         (frame_addr_hash_eq): Likewise.
1236         (frame_stash_find): Likewise.
1237         (do_frame_register_read): Likewise.
1238         (unwind_to_current_frame): Likewise.
1239         (frame_cleanup_after_sniffer): Likewise.
1240         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1241         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1242         * ft32-tdep.c (ft32_frame_cache): Likewise.
1243         * gcore.c (do_bfd_delete_cleanup): Likewise.
1244         (gcore_create_callback): Likewise.
1245         * gdb_bfd.c (hash_bfd): Likewise.
1246         (eq_bfd): Likewise.
1247         (gdb_bfd_open): Likewise.
1248         (free_one_bfd_section): Likewise.
1249         (gdb_bfd_ref): Likewise.
1250         (gdb_bfd_unref): Likewise.
1251         (get_section_descriptor): Likewise.
1252         (gdb_bfd_map_section): Likewise.
1253         (gdb_bfd_crc): Likewise.
1254         (gdb_bfd_mark_parent): Likewise.
1255         (gdb_bfd_record_inclusion): Likewise.
1256         (gdb_bfd_requires_relocations): Likewise.
1257         (print_one_bfd): Likewise.
1258         * gdbtypes.c (type_pair_hash): Likewise.
1259         (type_pair_eq): Likewise.
1260         (builtin_type): Likewise.
1261         (objfile_type): Likewise.
1262         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1263         (vtable_address_point_offset): Likewise.
1264         (gnuv3_get_vtable): Likewise.
1265         (hash_value_and_voffset): Likewise.
1266         (eq_value_and_voffset): Likewise.
1267         (compare_value_and_voffset): Likewise.
1268         (compute_vtable_size): Likewise.
1269         (gnuv3_get_typeid_type): Likewise.
1270         * go-lang.c (builtin_go_type): Likewise.
1271         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1272         (bkscm_eq_block_smob): Likewise.
1273         (bkscm_objfile_block_map): Likewise.
1274         (bkscm_del_objfile_blocks): Likewise.
1275         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1276         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1277         (gdbscm_disasm_print_address): Likewise.
1278         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1279         (frscm_eq_frame_smob): Likewise.
1280         (frscm_inferior_frame_map): Likewise.
1281         (frscm_del_inferior_frames): Likewise.
1282         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1283         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1284         (ofscm_objfile_smob_from_objfile): Likewise.
1285         * guile/scm-ports.c (ioscm_write): Likewise.
1286         (ioscm_file_port_delete): Likewise.
1287         (ioscm_file_port_rewind): Likewise.
1288         (ioscm_file_port_put): Likewise.
1289         (ioscm_file_port_write): Likewise.
1290         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1291         (psscm_pspace_smob_from_pspace): Likewise.
1292         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1293         (scscm_recording_unwind_handler): Likewise.
1294         (gdbscm_with_catch): Likewise.
1295         (scscm_call_0_body): Likewise.
1296         (scscm_call_1_body): Likewise.
1297         (scscm_call_2_body): Likewise.
1298         (scscm_call_3_body): Likewise.
1299         (scscm_call_4_body): Likewise.
1300         (scscm_apply_1_body): Likewise.
1301         (scscm_eval_scheme_string): Likewise.
1302         (gdbscm_safe_eval_string): Likewise.
1303         (scscm_source_scheme_script): Likewise.
1304         (gdbscm_safe_source_script): Likewise.
1305         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1306         (gdbscm_call_scm_from_stringn): Likewise.
1307         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1308         (syscm_eq_symbol_smob): Likewise.
1309         (syscm_get_symbol_map): Likewise.
1310         (syscm_del_objfile_symbols): Likewise.
1311         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1312         (stscm_eq_symtab_smob): Likewise.
1313         (stscm_objfile_symtab_map): Likewise.
1314         (stscm_del_objfile_symtabs): Likewise.
1315         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1316         (tyscm_eq_type_smob): Likewise.
1317         (tyscm_type_map): Likewise.
1318         (tyscm_copy_type_recursive): Likewise.
1319         (save_objfile_types): Likewise.
1320         * guile/scm-utils.c (extract_arg): Likewise.
1321         * h8300-tdep.c (h8300_frame_cache): Likewise.
1322         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1323         * hppa-tdep.c (compare_unwind_entries): Likewise.
1324         (find_unwind_entry): Likewise.
1325         (hppa_frame_cache): Likewise.
1326         (hppa_stub_frame_unwind_cache): Likewise.
1327         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1328         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1329         (hppaobsd_supply_fpregset): Likewise.
1330         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1331         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1332         * i386-tdep.c (i386_frame_cache): Likewise.
1333         (i386_epilogue_frame_cache): Likewise.
1334         (i386_sigtramp_frame_cache): Likewise.
1335         (i386_supply_gregset): Likewise.
1336         (i386_collect_gregset): Likewise.
1337         (i386_gdbarch_init): Likewise.
1338         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1339         (i386obsd_trapframe_cache): Likewise.
1340         * i387-tdep.c (i387_supply_fsave): Likewise.
1341         (i387_collect_fsave): Likewise.
1342         (i387_supply_fxsave): Likewise.
1343         (i387_collect_fxsave): Likewise.
1344         (i387_supply_xsave): Likewise.
1345         (i387_collect_xsave): Likewise.
1346         * ia64-tdep.c (ia64_frame_cache): Likewise.
1347         (ia64_sigtramp_frame_cache): Likewise.
1348         * infcmd.c (attach_command_continuation): Likewise.
1349         (attach_command_continuation_free_args): Likewise.
1350         * inferior.c (restore_inferior): Likewise.
1351         (delete_thread_of_inferior): Likewise.
1352         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1353         (get_inflow_inferior_data): Likewise.
1354         (inflow_inferior_exit): Likewise.
1355         * infrun.c (displaced_step_clear_cleanup): Likewise.
1356         (restore_current_uiout_cleanup): Likewise.
1357         (release_stop_context_cleanup): Likewise.
1358         (do_restore_infcall_suspend_state_cleanup): Likewise.
1359         (do_restore_infcall_control_state_cleanup): Likewise.
1360         (restore_inferior_ptid): Likewise.
1361         * inline-frame.c (block_starting_point_at): Likewise.
1362         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1363         * jit.c (get_jit_objfile_data): Likewise.
1364         (get_jit_program_space_data): Likewise.
1365         (jit_object_close_impl): Likewise.
1366         (jit_find_objf_with_entry_addr): Likewise.
1367         (jit_breakpoint_deleted): Likewise.
1368         (jit_unwind_reg_set_impl): Likewise.
1369         (jit_unwind_reg_get_impl): Likewise.
1370         (jit_dealloc_cache): Likewise.
1371         (jit_frame_sniffer): Likewise.
1372         (jit_frame_prev_register): Likewise.
1373         (jit_prepend_unwinder): Likewise.
1374         (jit_inferior_exit_hook): Likewise.
1375         (free_objfile_data): Likewise.
1376         * jv-lang.c (jv_per_objfile_free): Likewise.
1377         (get_dynamics_objfile): Likewise.
1378         (get_java_class_symtab): Likewise.
1379         (builtin_java_type): Likewise.
1380         * language.c (language_string_char_type): Likewise.
1381         (language_bool_type): Likewise.
1382         (language_lookup_primitive_type): Likewise.
1383         (language_lookup_primitive_type_as_symbol): Likewise.
1384         * linespec.c (hash_address_entry): Likewise.
1385         (eq_address_entry): Likewise.
1386         (iterate_inline_only): Likewise.
1387         (iterate_name_matcher): Likewise.
1388         (decode_line_2_compare_items): Likewise.
1389         (collect_one_symbol): Likewise.
1390         (compare_symbols): Likewise.
1391         (compare_msymbols): Likewise.
1392         (add_symtabs_to_list): Likewise.
1393         (collect_symbols): Likewise.
1394         (compare_msyms): Likewise.
1395         (add_minsym): Likewise.
1396         (cleanup_linespec_result): Likewise.
1397         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1398         * linux-nat.c (delete_lwp_cleanup): Likewise.
1399         (count_events_callback): Likewise.
1400         (select_event_lwp_callback): Likewise.
1401         (resume_stopped_resumed_lwps): Likewise.
1402         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1403         (invalidate_linux_cache_inf): Likewise.
1404         (get_linux_inferior_data): Likewise.
1405         (linux_find_memory_regions_thunk): Likewise.
1406         (linux_make_mappings_callback): Likewise.
1407         (linux_corefile_thread_callback): Likewise.
1408         (find_mapping_size): Likewise.
1409         * linux-thread-db.c (find_new_threads_callback): Likewise.
1410         * lm32-tdep.c (lm32_frame_cache): Likewise.
1411         * m2-lang.c (builtin_m2_type): Likewise.
1412         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1413         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1414         (m32r_linux_supply_gregset): Likewise.
1415         (m32r_linux_collect_gregset): Likewise.
1416         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1417         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1418         * m68k-tdep.c (m68k_frame_cache): Likewise.
1419         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1420         (m68kbsd_supply_gregset): Likewise.
1421         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1422         * m88k-tdep.c (m88k_frame_cache): Likewise.
1423         (m88k_supply_gregset): Likewise.
1424
1425 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1426
1427         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1428         to allocation result assignment.
1429         * ada-exp.y (write_object_renaming): Likewise.
1430         (write_ambiguous_var): Likewise.
1431         (ada_nget_field_index): Likewise.
1432         (write_var_or_type): Likewise.
1433         * ada-lang.c (ada_decode_symbol): Likewise.
1434         (ada_value_assign): Likewise.
1435         (value_pointer): Likewise.
1436         (cache_symbol): Likewise.
1437         (add_nonlocal_symbols): Likewise.
1438         (ada_name_for_lookup): Likewise.
1439         (symbol_completion_add): Likewise.
1440         (ada_to_fixed_type_1): Likewise.
1441         (ada_get_next_arg): Likewise.
1442         (defns_collected): Likewise.
1443         * ada-lex.l (processId): Likewise.
1444         (processString): Likewise.
1445         * ada-tasks.c (read_known_tasks_array): Likewise.
1446         (read_known_tasks_list): Likewise.
1447         * ada-typeprint.c (decoded_type_name): Likewise.
1448         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1449         * amd64-tdep.c (amd64_push_arguments): Likewise.
1450         (amd64_displaced_step_copy_insn): Likewise.
1451         (amd64_classify_insn_at): Likewise.
1452         (amd64_relocate_instruction): Likewise.
1453         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1454         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1455         (initialize_current_architecture): Likewise.
1456         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1457         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1458         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1459         (arm_push_dummy_call): Likewise.
1460         (extend_buffer_earlier): Likewise.
1461         (arm_adjust_breakpoint_address): Likewise.
1462         (arm_skip_stub): Likewise.
1463         * auto-load.c (filename_is_in_pattern): Likewise.
1464         (maybe_add_script_file): Likewise.
1465         (maybe_add_script_text): Likewise.
1466         (auto_load_objfile_script_1): Likewise.
1467         * auxv.c (ld_so_xfer_auxv): Likewise.
1468         * ax-general.c (new_agent_expr): Likewise.
1469         (grow_expr): Likewise.
1470         (ax_reg_mask): Likewise.
1471         * bcache.c (bcache_full): Likewise.
1472         * breakpoint.c (program_breakpoint_here_p): Likewise.
1473         * btrace.c (parse_xml_raw): Likewise.
1474         * build-id.c (build_id_to_debug_bfd): Likewise.
1475         * buildsym.c (end_symtab_with_blockvector): Likewise.
1476         * c-exp.y (string_exp): Likewise.
1477         (qualified_name): Likewise.
1478         (write_destructor_name): Likewise.
1479         (operator_stoken): Likewise.
1480         (parse_number): Likewise.
1481         (scan_macro_expansion): Likewise.
1482         (yylex): Likewise.
1483         (c_print_token): Likewise.
1484         * c-lang.c (c_get_string): Likewise.
1485         (emit_numeric_character): Likewise.
1486         * charset.c (wchar_iterate): Likewise.
1487         * cli/cli-cmds.c (complete_command): Likewise.
1488         (make_command): Likewise.
1489         * cli/cli-dump.c (restore_section_callback): Likewise.
1490         (restore_binary_file): Likewise.
1491         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1492         * cli/cli-script.c (execute_control_command): Likewise.
1493         * cli/cli-setshow.c (do_set_command): Likewise.
1494         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1495         (read_pe_exported_syms): Likewise.
1496         * coffread.c (coff_read_struct_type): Likewise.
1497         (coff_read_enum_type): Likewise.
1498         * common/btrace-common.c (btrace_data_append): Likewise.
1499         * common/buffer.c (buffer_grow): Likewise.
1500         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1501         * common/format.c (parse_format_string): Likewise.
1502         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1503         * common/xml-utils.c (xml_escape_text): Likewise.
1504         * compile/compile-object-load.c (copy_sections): Likewise.
1505         (compile_object_load): Likewise.
1506         * compile/compile-object-run.c (compile_object_run): Likewise.
1507         * completer.c (filename_completer): Likewise.
1508         * corefile.c (read_memory_typed_address): Likewise.
1509         (write_memory_unsigned_integer): Likewise.
1510         (write_memory_signed_integer): Likewise.
1511         (complete_set_gnutarget): Likewise.
1512         * corelow.c (get_core_register_section): Likewise.
1513         * cp-name-parser.y (d_grab): Likewise.
1514         (allocate_info): Likewise.
1515         (cp_new_demangle_parse_info): Likewise.
1516         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1517         (cp_lookup_symbol_in_namespace): Likewise.
1518         (lookup_namespace_scope): Likewise.
1519         (find_symbol_in_baseclass): Likewise.
1520         (cp_lookup_nested_symbol): Likewise.
1521         (cp_lookup_transparent_type_loop): Likewise.
1522         * cp-support.c (copy_string_to_obstack): Likewise.
1523         (make_symbol_overload_list): Likewise.
1524         (make_symbol_overload_list_namespace): Likewise.
1525         (make_symbol_overload_list_adl_namespace): Likewise.
1526         (first_component_command): Likewise.
1527         * cp-valprint.c (cp_print_value): Likewise.
1528         * ctf.c (ctf_xfer_partial): Likewise.
1529         * d-exp.y (StringExp): Likewise.
1530         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1531         (lookup_module_scope): Likewise.
1532         (find_symbol_in_baseclass): Likewise.
1533         (d_lookup_nested_symbol): Likewise.
1534         * dbxread.c (find_stab_function_addr): Likewise.
1535         (read_dbx_symtab): Likewise.
1536         (dbx_end_psymtab): Likewise.
1537         (cp_set_block_scope): Likewise.
1538         * dcache.c (dcache_alloc): Likewise.
1539         * demangle.c (_initialize_demangler): Likewise.
1540         * dicos-tdep.c (dicos_load_module_p): Likewise.
1541         * dictionary.c (dict_create_hashed_expandable): Likewise.
1542         (dict_create_linear_expandable): Likewise.
1543         (expand_hashtable): Likewise.
1544         (add_symbol_linear_expandable): Likewise.
1545         * dwarf2-frame.c (add_cie): Likewise.
1546         (add_fde): Likewise.
1547         (dwarf2_build_frame_info): Likewise.
1548         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1549         (dwarf_expr_fetch_address): Likewise.
1550         (add_piece): Likewise.
1551         (execute_stack_op): Likewise.
1552         * dwarf2loc.c (chain_candidate): Likewise.
1553         (dwarf_entry_parameter_to_value): Likewise.
1554         (read_pieced_value): Likewise.
1555         (write_pieced_value): Likewise.
1556         * dwarf2read.c (dwarf2_read_section): Likewise.
1557         (add_type_unit): Likewise.
1558         (read_comp_units_from_section): Likewise.
1559         (fixup_go_packaging): Likewise.
1560         (dwarf2_compute_name): Likewise.
1561         (dwarf2_physname): Likewise.
1562         (create_dwo_unit_in_dwp_v1): Likewise.
1563         (create_dwo_unit_in_dwp_v2): Likewise.
1564         (read_func_scope): Likewise.
1565         (read_call_site_scope): Likewise.
1566         (dwarf2_attach_fields_to_type): Likewise.
1567         (process_structure_scope): Likewise.
1568         (mark_common_block_symbol_computed): Likewise.
1569         (read_common_block): Likewise.
1570         (abbrev_table_read_table): Likewise.
1571         (guess_partial_die_structure_name): Likewise.
1572         (fixup_partial_die): Likewise.
1573         (add_file_name): Likewise.
1574         (dwarf2_const_value_data): Likewise.
1575         (dwarf2_const_value_attr): Likewise.
1576         (build_error_marker_type): Likewise.
1577         (guess_full_die_structure_name): Likewise.
1578         (anonymous_struct_prefix): Likewise.
1579         (typename_concat): Likewise.
1580         (dwarf2_canonicalize_name): Likewise.
1581         (dwarf2_name): Likewise.
1582         (write_constant_as_bytes): Likewise.
1583         (dwarf2_fetch_constant_bytes): Likewise.
1584         (copy_string): Likewise.
1585         (parse_macro_definition): Likewise.
1586         * elfread.c (elf_symfile_segments): Likewise.
1587         (elf_rel_plt_read): Likewise.
1588         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1589         (elf_gnu_ifunc_resolve_by_got): Likewise.
1590         (elf_read_minimal_symbols): Likewise.
1591         (elf_gnu_ifunc_record_cache): Likewise.
1592         * event-top.c (top_level_prompt): Likewise.
1593         (command_line_handler): Likewise.
1594         * exec.c (resize_section_table): Likewise.
1595         * expprint.c (print_subexp_standard): Likewise.
1596         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1597         * findcmd.c (parse_find_args): Likewise.
1598         * findvar.c (address_from_register): Likewise.
1599         * frame.c (get_prev_frame_always): Likewise.
1600         * gdb_bfd.c (gdb_bfd_ref): Likewise.
1601         (get_section_descriptor): Likewise.
1602         * gdb_obstack.c (obconcat): Likewise.
1603         (obstack_strdup): Likewise.
1604         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1605         (create_set_type): Likewise.
1606         (lookup_unsigned_typename): Likewise.
1607         (lookup_signed_typename): Likewise.
1608         (resolve_dynamic_union): Likewise.
1609         (resolve_dynamic_struct): Likewise.
1610         (add_dyn_prop): Likewise.
1611         (copy_dynamic_prop_list): Likewise.
1612         (arch_flags_type): Likewise.
1613         (append_composite_type_field_raw): Likewise.
1614         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1615         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1616         * go-exp.y (string_exp): Likewise.
1617         * go-lang.c (go_demangle): Likewise.
1618         * guile/guile.c (compute_scheme_string): Likewise.
1619         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1620         (gdbscm_canonicalize_command_name): Likewise.
1621         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1622         (ioscm_init_memory_port): Likewise.
1623         (ioscm_reinit_memory_port): Likewise.
1624         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1625         (gdbscm_gc_dup_argv): Likewise.
1626         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1627         * hppa-tdep.c (internalize_unwinds): Likewise.
1628         (read_unwind_info): Likewise.
1629         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1630         (windows_core_xfer_shared_libraries): Likewise.
1631         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1632         (i386_stap_parse_special_token_triplet): Likewise.
1633         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1634         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1635         * inf-child.c (inf_child_fileio_readlink): Likewise.
1636         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1637         (inf_ptrace_store_register): Likewise.
1638         * infrun.c (follow_exec): Likewise.
1639         (displaced_step_prepare_throw): Likewise.
1640         (save_stop_context): Likewise.
1641         (save_infcall_suspend_state): Likewise.
1642         * jit.c (jit_read_descriptor): Likewise.
1643         (jit_read_code_entry): Likewise.
1644         (jit_symtab_line_mapping_add_impl): Likewise.
1645         (finalize_symtab): Likewise.
1646         (jit_unwind_reg_get_impl): Likewise.
1647         * jv-exp.y (QualifiedName): Likewise.
1648         * jv-lang.c (get_java_utf8_name): Likewise.
1649         (type_from_class): Likewise.
1650         (java_demangle_type_signature): Likewise.
1651         (java_class_name_from_physname): Likewise.
1652         * jv-typeprint.c (java_type_print_base): Likewise.
1653         * jv-valprint.c (java_value_print): Likewise.
1654         * language.c (add_language): Likewise.
1655         * linespec.c (add_sal_to_sals_basic): Likewise.
1656         (add_sal_to_sals): Likewise.
1657         (decode_objc): Likewise.
1658         (find_linespec_symbols): Likewise.
1659         * linux-fork.c (fork_save_infrun_state): Likewise.
1660         * linux-nat.c (linux_nat_detach): Likewise.
1661         (linux_nat_fileio_readlink): Likewise.
1662         * linux-record.c (record_linux_sockaddr): Likewise.
1663         (record_linux_msghdr): Likewise.
1664         (Do): Likewise.
1665         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1666         (linux_collect_regset_section_cb): Likewise.
1667         (linux_get_siginfo_data): Likewise.
1668         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1669         (try_thread_db_load_from_dir): Likewise.
1670         (thread_db_load_search): Likewise.
1671         (info_auto_load_libthread_db): Likewise.
1672         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1673         (m32c_m16c_pointer_to_address): Likewise.
1674         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1675         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1676         * machoread.c (macho_check_dsym): Likewise.
1677         * macroexp.c (resize_buffer): Likewise.
1678         (gather_arguments): Likewise.
1679         (maybe_expand): Likewise.
1680         * macrotab.c (new_macro_key): Likewise.
1681         (new_source_file): Likewise.
1682         (new_macro_definition): Likewise.
1683         * mdebugread.c (parse_symbol): Likewise.
1684         (parse_type): Likewise.
1685         (parse_partial_symbols): Likewise.
1686         (psymtab_to_symtab_1): Likewise.
1687         * mem-break.c (default_memory_insert_breakpoint): Likewise.
1688         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1689         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1690         (mi_cmd_data_read_memory_bytes): Likewise.
1691         (mi_cmd_data_write_memory_bytes): Likewise.
1692         (mi_cmd_trace_frame_collected): Likewise.
1693         * mi/mi-parse.c (mi_parse_argv): Likewise.
1694         (mi_parse): Likewise.
1695         * minidebug.c (lzma_open): Likewise.
1696         (lzma_pread): Likewise.
1697         * mips-tdep.c (mips_read_fp_register_single): Likewise.
1698         (mips_print_fp_register): Likewise.
1699         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1700         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1701         * mt-tdep.c (mt_register_name): Likewise.
1702         (mt_registers_info): Likewise.
1703         (mt_push_dummy_call): Likewise.
1704         * namespace.c (add_using_directive): Likewise.
1705         * nat/linux-btrace.c (perf_event_read): Likewise.
1706         (linux_enable_bts): Likewise.
1707         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1708         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1709         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1710         (nto_parse_redirection): Likewise.
1711         * objc-lang.c (objc_demangle): Likewise.
1712         (find_methods): Likewise.
1713         * objfiles.c (get_objfile_bfd_data): Likewise.
1714         (set_objfile_main_name): Likewise.
1715         (allocate_objfile): Likewise.
1716         (objfile_relocate): Likewise.
1717         (update_section_map): Likewise.
1718         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1719         * p-exp.y (exp): Likewise.
1720         (yylex): Likewise.
1721         * p-valprint.c (pascal_object_print_value): Likewise.
1722         * parse.c (initialize_expout): Likewise.
1723         (mark_completion_tag): Likewise.
1724         (copy_name): Likewise.
1725         (parse_float): Likewise.
1726         (type_stack_reserve): Likewise.
1727         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1728         (ppu2spu_prev_register): Likewise.
1729         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1730         * printcmd.c (printf_wide_c_string): Likewise.
1731         (printf_pointer): Likewise.
1732         * probe.c (parse_probes): Likewise.
1733         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1734         (cmdpy_init): Likewise.
1735         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1736         * python/py-symtab.c (set_sal): Likewise.
1737         * python/py-unwind.c (pyuw_sniffer): Likewise.
1738         * python/python.c (python_interactive_command): Likewise.
1739         (compute_python_string): Likewise.
1740         * ravenscar-thread.c (get_running_thread_id): Likewise.
1741         * record-full.c (record_full_exec_insn): Likewise.
1742         (record_full_core_open_1): Likewise.
1743         * regcache.c (regcache_raw_read_signed): Likewise.
1744         (regcache_raw_read_unsigned): Likewise.
1745         (regcache_cooked_read_signed): Likewise.
1746         (regcache_cooked_read_unsigned): Likewise.
1747         * remote-fileio.c (remote_fileio_func_open): Likewise.
1748         (remote_fileio_func_rename): Likewise.
1749         (remote_fileio_func_unlink): Likewise.
1750         (remote_fileio_func_stat): Likewise.
1751         (remote_fileio_func_system): Likewise.
1752         * remote-mips.c (mips_xfer_memory): Likewise.
1753         (mips_load_srec): Likewise.
1754         (pmon_end_download): Likewise.
1755         * remote.c (new_remote_state): Likewise.
1756         (map_regcache_remote_table): Likewise.
1757         (remote_register_number_and_offset): Likewise.
1758         (init_remote_state): Likewise.
1759         (get_memory_packet_size): Likewise.
1760         (remote_pass_signals): Likewise.
1761         (remote_program_signals): Likewise.
1762         (remote_start_remote): Likewise.
1763         (remote_check_symbols): Likewise.
1764         (remote_query_supported): Likewise.
1765         (extended_remote_attach): Likewise.
1766         (process_g_packet): Likewise.
1767         (store_registers_using_G): Likewise.
1768         (putpkt_binary): Likewise.
1769         (read_frame): Likewise.
1770         (compare_sections_command): Likewise.
1771         (remote_hostio_pread): Likewise.
1772         (remote_hostio_readlink): Likewise.
1773         (remote_file_put): Likewise.
1774         (remote_file_get): Likewise.
1775         (remote_pid_to_exec_file): Likewise.
1776         (_initialize_remote): Likewise.
1777         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1778         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1779         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1780         (bfd_uses_spe_extensions): Likewise.
1781         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1782         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1783         * solib-dsbt.c (decode_loadmap): Likewise.
1784         (fetch_loadmap): Likewise.
1785         (scan_dyntag): Likewise.
1786         (enable_break): Likewise.
1787         (dsbt_relocate_main_executable): Likewise.
1788         * solib-frv.c (fetch_loadmap): Likewise.
1789         (enable_break2): Likewise.
1790         (frv_relocate_main_executable): Likewise.
1791         * solib-spu.c (spu_relocate_main_executable): Likewise.
1792         (spu_bfd_open): Likewise.
1793         * solib-svr4.c (lm_info_read): Likewise.
1794         (read_program_header): Likewise.
1795         (find_program_interpreter): Likewise.
1796         (scan_dyntag): Likewise.
1797         (elf_locate_base): Likewise.
1798         (open_symbol_file_object): Likewise.
1799         (read_program_headers_from_bfd): Likewise.
1800         (svr4_relocate_main_executable): Likewise.
1801         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1802         * solib.c (solib_find_1): Likewise.
1803         (exec_file_find): Likewise.
1804         (solib_find): Likewise.
1805         * source.c (openp): Likewise.
1806         (print_source_lines_base): Likewise.
1807         (forward_search_command): Likewise.
1808         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
1809         * spu-tdep.c (spu2ppu_prev_register): Likewise.
1810         (spu_get_overlay_table): Likewise.
1811         * stabsread.c (patch_block_stabs): Likewise.
1812         (define_symbol): Likewise.
1813         (again:): Likewise.
1814         (read_member_functions): Likewise.
1815         (read_one_struct_field): Likewise.
1816         (read_enum_type): Likewise.
1817         (common_block_start): Likewise.
1818         * stack.c (read_frame_arg): Likewise.
1819         (backtrace_command): Likewise.
1820         * stap-probe.c (stap_parse_register_operand): Likewise.
1821         * symfile.c (syms_from_objfile_1): Likewise.
1822         (find_separate_debug_file): Likewise.
1823         (load_command): Likewise.
1824         (load_progress): Likewise.
1825         (load_section_callback): Likewise.
1826         (reread_symbols): Likewise.
1827         (add_filename_language): Likewise.
1828         (allocate_compunit_symtab): Likewise.
1829         (read_target_long_array): Likewise.
1830         (simple_read_overlay_table): Likewise.
1831         * symtab.c (symbol_set_names): Likewise.
1832         (resize_symbol_cache): Likewise.
1833         (rbreak_command): Likewise.
1834         (completion_list_add_name): Likewise.
1835         (completion_list_objc_symbol): Likewise.
1836         (add_filename_to_list): Likewise.
1837         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
1838         * target-memory.c (target_write_memory_blocks): Likewise.
1839         * target.c (target_read_string): Likewise.
1840         (read_whatever_is_readable): Likewise.
1841         (target_read_alloc_1): Likewise.
1842         (simple_search_memory): Likewise.
1843         (target_fileio_read_alloc_1): Likewise.
1844         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1845         * top.c (command_line_input): Likewise.
1846         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
1847         * tracefile.c (tracefile_fetch_registers): Likewise.
1848         * tracepoint.c (add_memrange): Likewise.
1849         (init_collection_list): Likewise.
1850         (add_aexpr): Likewise.
1851         (trace_dump_actions): Likewise.
1852         (parse_trace_status): Likewise.
1853         (parse_tracepoint_definition): Likewise.
1854         (parse_tsv_definition): Likewise.
1855         (parse_static_tracepoint_marker_definition): Likewise.
1856         * tui/tui-file.c (tui_sfileopen): Likewise.
1857         (tui_file_adjust_strbuf): Likewise.
1858         * tui/tui-io.c (tui_expand_tabs): Likewise.
1859         * tui/tui-source.c (tui_set_source_content): Likewise.
1860         * typeprint.c (find_global_typedef): Likewise.
1861         * ui-file.c (do_ui_file_xstrdup): Likewise.
1862         (ui_file_obsavestring): Likewise.
1863         (mem_file_write): Likewise.
1864         * utils.c (make_hex_string): Likewise.
1865         (get_regcomp_error): Likewise.
1866         (puts_filtered_tabular): Likewise.
1867         (gdb_realpath_keepfile): Likewise.
1868         (ldirname): Likewise.
1869         (gdb_bfd_errmsg): Likewise.
1870         (substitute_path_component): Likewise.
1871         * valops.c (search_struct_method): Likewise.
1872         (find_oload_champ_namespace_loop): Likewise.
1873         * valprint.c (print_decimal_chars): Likewise.
1874         (read_string): Likewise.
1875         (generic_emit_char): Likewise.
1876         * varobj.c (varobj_delete): Likewise.
1877         (varobj_value_get_print_value): Likewise.
1878         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
1879         * windows-tdep.c (display_one_tib): Likewise.
1880         * xcoffread.c (read_xcoff_symtab): Likewise.
1881         (process_xcoff_symbol): Likewise.
1882         (swap_sym): Likewise.
1883         (scan_xcoff_symtab): Likewise.
1884         (xcoff_initial_scan): Likewise.
1885         * xml-support.c (gdb_xml_end_element): Likewise.
1886         (xml_process_xincludes): Likewise.
1887         (xml_fetch_content_from_file): Likewise.
1888         * xml-syscall.c (xml_list_of_syscalls): Likewise.
1889         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1890
1891 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
1892
1893         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
1894         instead of builtin_func_ptr.
1895         (ft32_pointer_to_address): New function.
1896         (ft32_address_class_type_flags): New function.
1897         (ft32_address_class_type_flags_to_name): New function.
1898         (ft32_address_class_name_to_type_flags): New function.
1899         (ft32_gdbarch_init): Set tdep->pc_type.  Call
1900         set_gdbarch_pointer_to_address,
1901         set_gdbarch_address_class_type_flags
1902         set_gdbarch_address_class_name_to_type_flags,
1903         and set_gdbarch_address_class_type_flags_to_name.
1904         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
1905
1906 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
1907
1908         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
1909         value is a reference, actually dereference it in order to get
1910         the underlying value.
1911
1912 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1913
1914         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
1915
1916 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
1917
1918         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
1919         * linespec.c (linespec_lexer_lex_string): Same.
1920
1921 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
1922
1923         * NEWS: Mention support for fast tracepoints on aarch64-linux.
1924
1925 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
1926
1927         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
1928         variable.  Call aarch64_decode_adr instead of
1929         aarch64_decode_adrp.
1930         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
1931         (aarch64_decode_adr): New function declaration.
1932         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
1933         (aarch64_decode_adr): New function, factored out from
1934         aarch64_decode_adrp to decode both adr and adrp instructions.
1935
1936 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
1937
1938         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
1939         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
1940         (aarch64-insn.o): New rule.
1941         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
1942         (aarch64*-*-linux*): Likewise.
1943         * arch/aarch64-insn.c: New file.
1944         * arch/aarch64-insn.h: New file.
1945         * aarch64-tdep.c: Include arch/aarch64-insn.h.
1946         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
1947         arch/aarch64-insn.h.
1948         (decode_add_sub_imm): Rename to ...
1949         (aarch64_decode_add_sub_imm): ... this.
1950         (decode_adrp): Rename to ...
1951         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
1952         Declare in arch/aarch64-insn.h.
1953         (decode_b): Rename to ...
1954         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
1955         Declare in arch/aarch64-insn.h.
1956         (decode_bcond): Rename to ...
1957         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
1958         Declare in arch/aarch64-insn.h.
1959         (decode_br): Rename to ...
1960         (aarch64_decode_br): ... this.
1961         (decode_cb): Rename to ...
1962         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
1963         Declare in arch/aarch64-insn.h.
1964         (decode_eret): Rename to ...
1965         (aarch64_decode_eret): ... this.
1966         (decode_movz): Rename to ...
1967         (aarch64_decode_movz): ... this.
1968         (decode_orr_shifted_register_x): Rename to ...
1969         (aarch64_decode_orr_shifted_register_x): ... this.
1970         (decode_ret): Rename to ...
1971         (aarch64_decode_ret): ... this.
1972         (decode_stp_offset): Rename to ...
1973         (aarch64_decode_stp_offset): ... this.
1974         (decode_stp_offset_wb): Rename to ...
1975         (aarch64_decode_stp_offset_wb): ... this.
1976         (decode_stur): Rename to ...
1977         (aarch64_decode_stur): ... this.
1978         (decode_tb): Rename to ...
1979         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
1980         Declare in arch/aarch64-insn.h.
1981         (aarch64_analyze_prologue): Adjust calls to renamed functions.
1982
1983 2015-09-20  Doug Evans  <xdje42@gmail.com>
1984
1985         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
1986
1987 2015-09-20  Doug Evans  <xdje42@gmail.com>
1988
1989         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
1990         variable name that collides with a parameter.
1991
1992 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
1993
1994         * dwarf2loc.c (locexpr_get_frame_base): Renames
1995         block_op_get_frame_base.
1996         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
1997         block_op_get_frame_base by reference to locexpr_get_frame_base.
1998         (loclist_get_frame_base): New function, near identical copy of
1999         locexpr_get_frame_base.
2000         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2001         block_op_get_frame_base by reference to loclist_get_frame_base.
2002
2003 2015-09-19  Doug Evans  <xdje42@gmail.com>
2004
2005         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2006         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2007
2008 2015-09-18  Doug Evans  <xdje42@gmail.com>
2009
2010         * linux-thread-db.c (record_thread): Return the created thread.
2011         (thread_from_lwp): Likewise.
2012         (thread_db_get_thread_local_address): Update.
2013
2014 2015-09-18  Doug Evans  <xdje42@gmail.com>
2015
2016         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2017         move only member demangled_name up.  All uses updated.
2018
2019 2015-09-18  Doug Evans  <xdje42@gmail.com>
2020
2021         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2022         kind of minimal symbol in the error message.
2023         * objfiles.c (objfile_flavour_name): New function.
2024         * objfiles.h (objfile_flavour_name): Declare.
2025
2026 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2027
2028         * nat/aarch64-linux.c: Include elf/common.h,
2029         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2030         (aarch64_ps_get_thread_area): New function.
2031         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2032         (aarch64_ps_get_thread_area): Declare.
2033         * aarch64-linux-nat.c (ps_get_thread_area): Call
2034         aarch64_ps_get_thread_area.
2035
2036 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2037
2038         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2039
2040 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2041
2042         * NEWS: Announce new scheduler-locking mode.
2043         * infrun.c (schedlock_replay): New.
2044         (scheduler_enums): Add schedlock_replay.
2045         (scheduler_mode): Change default to schedlock_replay.
2046         (user_visible_resume_ptid): Handle schedlock_replay.
2047         (clear_proceed_status_thread): Stop replaying if resumed thread is
2048         not replaying.
2049         (schedlock_applies): Handle schedlock_replay.
2050         (_initialize_infrun): Document new scheduler-locking mode.
2051         * record-btrace.c (record_btrace_resume): Remove code to stop other
2052         threads when not replaying the resumed thread.
2053
2054 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2055
2056         * record-btrace.c ((record_btrace_will_replay): New.
2057         (init_record_btrace_ops): Initialize to_record_will_replay.
2058         * record-full.c ((record_full_will_replay): New.
2059         (init_record_full_ops): Initialize to_record_will_replay.
2060         * target-delegates.c: Regenerated.
2061         * target.c (target_record_will_replay): New.
2062         * target.h (struct target_ops) <to_record_will_replay>: New.
2063         (target_record_will_replay): New.
2064
2065 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2066
2067         * record-btrace.c (record_btrace_resume): Call
2068         target_record_stop_replaying.
2069         (record_btrace_stop_replaying_all): New.
2070         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2071         * record-full.c (record_full_stop_replaying): New.
2072         (init_record_full_ops ): Initialize to_record_stop_replaying.
2073         * target-delegates.c: Regenerated.
2074         * target.c (target_record_stop_replaying): New.
2075         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2076         (target_record_stop_replaying): New.
2077
2078 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2079
2080         * record-btrace.c (record_btrace_xfer_partial)
2081         (record_btrace_store_registers, record_btrace_prepare_to_store):
2082         Call record_btrace_is_replaying with inferior_ptid instead of
2083         minus_one_ptid.
2084         (record_btrace_store_registers): Change error message.
2085
2086 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2087
2088         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2089         Update users to pass minus_one_ptid.
2090         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2091         * record.c (cmd_record_delete): Pass inferior_ptid to
2092         target_record_is_replaying.
2093         * target-delegates.c: Regenerated.
2094         * target.c (target_record_is_replaying): Add ptid argument.
2095         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2096         argument.
2097         (target_record_is_replaying): Add ptid argument.
2098
2099 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2100
2101         * record-btrace.c (record_btrace_open): Remove non_stop check.
2102         * NEWS: Announce that record btrace supports non-stop mode.
2103
2104 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2105
2106         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2107         in the TARKET_WAITKIND_NO_HISTORY case.
2108
2109 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2110
2111         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2112         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2113
2114 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2115
2116         * record-btrace.c (get_thread_current_frame): New.
2117         (record_btrace_start_replaying): Call get_thread_current_frame.
2118
2119 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2120
2121         * record-btrace.c (record_btrace_resume_thread): A move request
2122         overwrites a previous move request.
2123         (record_btrace_find_resume_thread): Removed.
2124         (record_btrace_resume): Resume all requested threads.
2125
2126 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2127
2128         * record-btrace.c: Include vec.h.
2129         (record_btrace_find_thread_to_move): Removed.
2130         (btrace_step_no_resumed, btrace_step_again)
2131         (record_btrace_stop_replaying_at_end): New.
2132         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2133         (record_btrace_single_step_forward): Remove calls to
2134         record_btrace_stop_replaying.
2135         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2136         BTHR_RCONT.  Keep threads at the end of their history moving.
2137         (record_btrace_wait): Call record_btrace_step_thread for all threads
2138         until one reports an event.  Call record_btrace_stop_replaying_at_end
2139         for the eventing thread.
2140
2141 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2142
2143         * record-btrace.c (record_btrace_single_step_forward): Return
2144         NO_HISTORY if a step brings us to the end of the execution history.
2145
2146 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2147
2148         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2149         to ...
2150         (record_btrace_single_step_forward): ... here and
2151         (record_btrace_single_step_backward): ... here.
2152
2153 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2154
2155         * record-btrace.c (btrace_step_spurious)
2156         (record_btrace_single_step_forward)
2157         (record_btrace_single_step_backward): New.
2158         (record_btrace_step_thread): Call record_btrace_single_step_forward
2159         and record_btrace_single_step_backward.
2160
2161 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2162
2163         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2164         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2165
2166 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2167
2168         * record-btrace.c (btrace_thread_flag_to_str)
2169         (record_btrace_cancel_resume): New.
2170         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2171         (record_btrace_resume): Print execution direction.
2172         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2173         (record_btrace_wait): Call record_btrace_cancel_resume.
2174
2175 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2176
2177         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2178         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2179         (record_btrace_find_thread_to_move): Also accept threads that have
2180         BTHR_STOP set.
2181         (btrace_step_stopped_on_request, record_btrace_stop): New.
2182         (record_btrace_step_thread): Support BTHR_STOP.
2183         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2184         (init_record_btrace_ops): Initialize to_stop.
2185
2186 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2187
2188         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2189         target_is_non_stop_p ().
2190
2191 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2192
2193         * ada-typeprint.c (print_array_type): Do not describe arrays as
2194         packed when they embed dynamic elements.
2195
2196 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2197
2198         * symtab.h (address_class): Document that TLS variables
2199         are handled by LOC_UNRESOLVED.
2200         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2201         * printcmd.c (address_info): Don't relocate TLS variables.
2202
2203 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2204
2205         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2206         (decode_adrp): Likewise.
2207         (decode_b): Likewise.
2208         (decode_bcond): Likewise.
2209         (decode_br): Likewise.
2210         (decode_cb): Likewise.
2211         (decode_eret): Likewise.
2212         (decode_movz): Likewise.
2213         (decode_orr_shifted_register_x): Likewise.
2214         (decode_ret): Likewise.
2215         (decode_stp_offset): Likewise.
2216         (decode_stp_offset_wb): Likewise.
2217         (decode_stur): Likewise.
2218         (decode_tb): Likewise.
2219         (aarch64_analyze_prologue): Likewise.
2220         (pass_in_x): Likewise.
2221         (pass_in_v): Likewise.
2222         (pass_on_stack): Likewise.
2223         (aarch64_push_dummy_call): Likewise.
2224         (aarch64_extract_return_value): Likewise.
2225         (aarch64_store_return_value): Likewise.
2226         (aarch64_return_value): Likewise.
2227         (aarch64_record_asimd_load_store): Likewise.
2228         (aarch64_record_load_store): Likewise.
2229         (aarch64_record_data_proc_simd_fp): Likewise.
2230
2231 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2232
2233         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2234         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2235         (ppc64_skip_trampoline_code_1): ... here.
2236         (ppc64_skip_trampoline_code): New wrapper function.
2237         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2238
2239 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2240
2241         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2242         function.
2243         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2244         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2245         if target_can_do_single_step returns 1.
2246         * remote.c (struct vCont_action_support) <s, S>: New fields.
2247         (PACKET_vContSupported): New enum.
2248         (remote_protocol_features): New element for vContSupported.
2249         (remote_query_supported): Append "vContSupported+".
2250         (remote_vcont_probe): Remove support_s and support_S, use
2251         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2252         vCont packet if c and C actions are not supported.
2253         (remote_can_do_single_step): New function.
2254         (init_remote_ops): Install it to to_can_do_single_step.
2255         (_initialize_remote): Call add_packet_config_cmd.
2256         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2257         (target_can_do_single_step): New macro.
2258         * target-delegates.c: Re-generated.
2259
2260 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2261
2262         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2263         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2264         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2265         New function.
2266         (aarch64_siginfo_from_compat_siginfo): New function.
2267         * nat/aarch64-linux.h: Include signal.h.
2268         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2269         (compat_timer_t, compat_clock_t): Likewise.
2270         (struct compat_timeval): New.
2271         (union compat_sigval): New.
2272         (struct compat_siginfo): New.
2273         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2274         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2275         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2276         (cpt_si_band, cpt_si_fd): Likewise.
2277
2278 2015-09-14  Pedro Alves  <palves@redhat.com>
2279
2280         * infrun.c (current_stop_id): New global.
2281         (get_stop_id, new_stop_id): New functions.
2282         (fetch_inferior_event): Handle normal_stop proceeding the target.
2283         (struct stop_context): New.
2284         (save_stop_context, release_stop_context_cleanup)
2285         (stop_context_changed): New functions.
2286         (normal_stop): Return true if the hook-stop changes the stop
2287         context.
2288         * infrun.h (get_stop_id): Declare.
2289         (normal_stop): Now returns int.  Add documentation.
2290
2291 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2292
2293         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2294         comment.  Handle packed arrays.
2295
2296 2015-09-14  Pedro Alves  <palves@redhat.com>
2297
2298         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2299         mention of maint set/show target-non-stop.
2300
2301 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2302
2303         * NEWS: Announce new remote packets for the exec-events
2304         feature and the exec-events feature and associated commands.
2305
2306 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2307
2308         * remote.c (remote_exec_event_p): New function.
2309         (remote_insert_exec_catchpoint): New function.
2310         (remote_remove_exec_catchpoint): New function.
2311         (init_extended_remote_ops): Initialize extended_remote_ops
2312         members to_insert_exec_catchpoint and
2313         to_remove_exec_catchpoint.
2314
2315 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2316             Luis Machado  <lgustavo@codesourcery.com>
2317
2318         * infrun.c (follow_exec): Use process-style ptid for
2319         exec message.  Call add_inferior_with_spaces and
2320         target_follow_exec.
2321         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2322         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2323         * remote.c (remote_pspace_data): New static variable.
2324         (remote_pspace_data_cleanup): New function.
2325         (get_remote_exec_file): New function.
2326         (set_remote_exec_file_1): New function.
2327         (set_remote_exec_file): New function.
2328         (show_remote_exec_file): New function.
2329         (remote_exec_file): Delete static variable.
2330         (anonymous enum) <PACKET_exec_event_feature>: New
2331         enumeration constant.
2332         (remote_protocol_features): Add entry for exec-events feature.
2333         (remote_query_supported): Add client side of qSupported query
2334         for exec-events feature.
2335         (remote_follow_exec): New function.
2336         (remote_parse_stop_reply): Handle 'exec' stop reason.
2337         (extended_remote_run, extended_remote_create_inferior): Call
2338         get_remote_exec_file and set_remote_exec_file_1.
2339         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2340         member.
2341         (_initialize_remote): Call
2342         register_program_space_data_with_cleanup.  Call
2343         add_packet_config_cmd for remote exec-events feature.
2344         Modify call to add_setshow_string_noescape_cmd for exec-file
2345         to use new functions set_remote_exec_file and
2346         show_remote_exec_file.
2347         * target-debug.h, target-delegates.c: Regenerated.
2348         * target.c (target_follow_exec): New function.
2349         * target.h (struct target_ops) <to_follow_exec>: New member.
2350         (target_follow_exec): Declare new function.
2351
2352 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2353
2354         * aarch64-tdep.c (decode_cb): Move up comment describing the
2355         encoding.
2356         (decode_tb): Fix a typo in comment above the function.  Move up
2357         comment describing the encoding.
2358
2359 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2360
2361         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2362
2363 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2364
2365         PR gdb/18947
2366         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2367         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2368
2369 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2370
2371         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2372         operations.
2373
2374 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2375
2376         * ada-lang.c (ada_search_struct_field): Constify parameters
2377         and/or variables..
2378         (xget_renaming_scope): Likewise.
2379         (ada_is_redundant_range_encoding): Likewise.
2380         (scan_discrim_bound): Likewise.
2381         (to_fixed_range_type): Likewise.
2382
2383 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2384
2385         * breakpoint.c (download_tracepoint_locations): New local
2386         can_download_tracepoint.  Check the result of
2387         target_can_download_tracepoint and save it in
2388         can_download_tracepoint if there are tracepoints to download.
2389         * linux-nat.h (enum tribool): Move it to ...
2390         * common/common-types.h: ... here.
2391
2392 2015-09-09  Pedro Alves  <palves@redhat.com>
2393
2394         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2395         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2396
2397 2015-09-09  Pedro Alves  <palves@redhat.com>
2398
2399         * continuations.c (add_continuation, restore_thread_cleanup)
2400         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2401         (do_all_continuations_thread, do_all_continuations)
2402         (discard_all_continuations_thread_callback)
2403         (discard_all_continuations_thread, discard_all_continuations)
2404         (add_intermediate_continuation)
2405         (do_all_intermediate_continuations_thread_callback)
2406         (do_all_intermediate_continuations_thread)
2407         (do_all_intermediate_continuations)
2408         (discard_all_intermediate_continuations_thread_callback)
2409         (discard_all_intermediate_continuations_thread)
2410         (discard_all_intermediate_continuations): Delete.
2411         * continuations.h (add_continuation, do_all_continuations)
2412         (do_all_continuations_thread, discard_all_continuations)
2413         (discard_all_continuations_thread, add_intermediate_continuation)
2414         (do_all_intermediate_continuations)
2415         (do_all_intermediate_continuations_thread)
2416         (discard_all_intermediate_continuations)
2417         (discard_all_intermediate_continuations_thread): Delete
2418         declarations.
2419         * event-top.c (stdin_event_handler): Delete references to
2420         continuations.
2421         * gdbthread.h (struct thread_info): Delete continuations and
2422         intermediate_continuations fields.
2423         * inf-loop.c (inferior_event_handler): Remove references to
2424         continuations.
2425         * infrun.c (infrun_thread_stop_requested_callback): Remove
2426         references to continuations.
2427         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2428         * thread.c: Don't include "continuations.h".
2429         (clear_thread_inferior_resources): Remove references to
2430         continuations.
2431
2432 2015-09-09  Pedro Alves  <palves@redhat.com>
2433
2434         * infcall.c (struct dummy_frame_context_saver): Delete.
2435         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2436         (dummy_frame_context_saver_drop)
2437         (dummy_frame_context_saver_cleanup)
2438         (dummy_frame_context_saver_get_regs)
2439         (dummy_frame_context_saver_setup): Delete.
2440         * infcall.h (dummy_frame_context_saver_drop)
2441         (dummy_frame_context_saver_cleanup)
2442         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2443         Delete.
2444         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2445         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2446         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2447
2448 2015-09-09  Pedro Alves  <palves@redhat.com>
2449
2450         * breakpoint.c: Include "thread-fsm.h".
2451         (struct until_break_command_continuation_args): Delete.
2452         (struct until_break_fsm): New.
2453         (until_break_fsm_ops): New global.
2454         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2455         (until_break_command_continuation): Delete.
2456         (until_break_fsm_clean_up): New function.
2457         (until_break_fsm_async_reply_reason): New function.
2458         (until_break_command): Adjust to create an until_break_fsm instead
2459         of a continuation.
2460         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2461         here.
2462         * infcmd.c (struct until_next_fsm): New.
2463         (until_next_fsm_ops): New global.
2464         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2465         (until_next_continuation): Delete.
2466         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2467         functions.
2468         (until_next_command): Adjust to create a new until_next_fsm
2469         instead of a continuation.
2470
2471 2015-09-09  Pedro Alves  <palves@redhat.com>
2472
2473         * infcall.c: Include thread_fsm.h.
2474         (struct call_return_meta_info): New.
2475         (get_call_return_value): New function, factored out from
2476         call_function_by_hand_dummy.
2477         (struct call_thread_fsm): New.
2478         (call_thread_fsm_ops): New global.
2479         (new_call_thread_fsm, call_thread_fsm_should_stop)
2480         (call_thread_fsm_should_notify_stop): New functions.
2481         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
2482         the thread.
2483         (call_function_by_hand_dummy): Create a new call_thread_fsm
2484         instance, associate it with the thread, and wait for the FSM to
2485         finish.  If finished successfully, fetch the function's result
2486         value out of the FSM.
2487         * infrun.c (fetch_inferior_event): If the FSM says the stop
2488         shouldn't be notified, don't call normal_stop.
2489         (maybe_remove_breakpoints): New function, factored out from ...
2490         (normal_stop): ... here.  Simplify.
2491         * infrun.h (maybe_remove_breakpoints): Declare.
2492         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2493         (thread-fsm.h) <struct thread_fsm_ops>: New field.
2494         (thread_fsm_should_notify_stop): Declare.
2495
2496 2015-09-09  Pedro Alves  <palves@redhat.com>
2497
2498         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2499         * breakpoint.c (handle_jit_event): Print debug output.
2500         (bpstat_what): Split event callback handling to ...
2501         (bpstat_run_callbacks): ... this new function.
2502         (momentary_bkpt_print_it): No longer handle bp_finish here.
2503         * breakpoint.h (bpstat_run_callbacks): Declare.
2504         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2505         <thread_fsm>: New field.
2506         (thread_cancel_execution_command): Declare.
2507         * infcmd.c: Include thread-fsm.h.
2508         (struct step_command_fsm): New.
2509         (step_command_fsm_ops): New global.
2510         (new_step_command_fsm, step_command_fsm_prepare): New functions.
2511         (step_1): Adjust to use step_command_fsm_prepare and
2512         prepare_one_step.
2513         (struct step_1_continuation_args): Delete.
2514         (step_1_continuation): Delete.
2515         (step_command_fsm_should_stop): New function.
2516         (step_once): Delete.
2517         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2518         (prepare_one_step): New function, based on step_once.
2519         (until_next_command): Remove step_multi reference.
2520         (struct return_value_info): New.
2521         (print_return_value): Rename to ...
2522         (print_return_value_1): ... this.  New struct return_value_info
2523         parameter.  Adjust.
2524         (print_return_value): Reimplement as wrapper around
2525         print_return_value_1.
2526         (struct finish_command_fsm): New.
2527         (finish_command_continuation): Delete.
2528         (finish_command_fsm_ops): New global.
2529         (new_finish_command_fsm, finish_command_fsm_should_stop): New
2530         functions.
2531         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2532         New.
2533         (finish_command_continuation_free_arg): Delete.
2534         (finish_command_fsm_async_reply_reason): New.
2535         (finish_backward, finish_forward): Change symbol parameter to a
2536         finish_command_fsm.  Adjust.
2537         (finish_command): Create a finish_command_fsm.  Adjust.
2538         * infrun.c: Include "thread-fsm.h".
2539         (clear_proceed_status_thread): Delete the thread's FSM.
2540         (infrun_thread_stop_requested_callback): Cancel the thread's
2541         execution command.
2542         (clean_up_just_stopped_threads_fsms): New function.
2543         (fetch_inferior_event): Handle the event_thread's should_stop
2544         method saying the command isn't done yet.
2545         (process_event_stop_test): Run breakpoint callbacks here.
2546         (print_stop_event): Rename to ...
2547         (print_stop_location): ... this.
2548         (restore_current_uiout_cleanup): New function.
2549         (print_stop_event): Reimplement.
2550         (normal_stop): No longer notify the end_stepping_range observers
2551         here handle "step N" nor "finish" here.  No longer call
2552         print_stop_event here.
2553         * infrun.h (struct return_value_info): Forward declare.
2554         (print_return_value): Declare.
2555         (print_stop_event): Change prototype.
2556         * thread-fsm.c: New file.
2557         * thread-fsm.h: New file.
2558         * thread.c: Include "thread-fsm.h".
2559         (thread_cancel_execution_command): New function.
2560         (clear_thread_inferior_resources): Call it.
2561         * cli/cli-interp.c (cli_on_normal_stop): New function.
2562         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2563         observer.
2564         * mi/mi-interp.c: Include "thread-fsm.h".
2565         (restore_current_uiout_cleanup): Delete.
2566         (mi_on_normal_stop): If the thread has an FSM associated, and it
2567         finished, ask it for the async-reply-reason to print.  Always call
2568         print_stop_event here, regardless of the top-level interpreter.
2569         Check bpstat_what to tell whether an asynchronous breakpoint hit
2570         triggered.
2571         * tui/tui-interp.c (tui_on_normal_stop): New function.
2572         (tui_init): Install tui_on_normal_stop as normal_stop observer.
2573
2574 2015-09-09  Pedro Alves  <palves@redhat.com>
2575
2576         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2577         check whether the target can async.
2578         * inf-loop.c (inferior_event_handler): Only call target_async if
2579         the target can async.
2580         * infcall.c: Include top.h and interps.h.
2581         (run_inferior_call): For the interpreter to sync mode while
2582         running the infcall.  Call wait_sync_command_done instead of
2583         wait_for_inferior plus normal_stop.
2584         * infcmd.c (prepare_execution_command): Don't check whether the
2585         target can async when running in the foreground.
2586         (step_1): Delete synchronous case handling.
2587         (step_once): Always install a continuation, even in sync mode.
2588         (until_next_command, finish_forward): Don't check whether the
2589         target can async.
2590         (attach_command_post_wait, notice_new_inferior): Always install a
2591         continuation, even in sync mode.
2592         * infrun.c (mark_infrun_async_event_handler): New function.
2593         (proceed): In sync mode, mark infrun's event source instead of
2594         waiting for events here.
2595         (fetch_inferior_event): If the target can't async, do a blocking
2596         wait.
2597         (prepare_to_wait): In sync mode, mark infrun's event source.
2598         (infrun_async_inferior_event_handler): No longer bail out if the
2599         target can't async.
2600         * infrun.h (mark_infrun_async_event_handler): New declaration.
2601         * linux-nat.c (linux_nat_wait_1): Remove calls to
2602         set_sigint_trap/clear_sigint_trap.
2603         (linux_nat_terminal_inferior): No longer check whether the target
2604         can async.
2605         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2606         comment.
2607         (mi_execute_command_input_handler): No longer check whether the
2608         target is async.  Update and simplify comment.
2609         * target.c (default_target_wait): New function.
2610         * target.h (struct target_ops) <to_wait>: Now defaults to
2611         default_target_wait.
2612         (default_target_wait): Declare.
2613         * top.c (wait_sync_command_done): New function, factored out from
2614         ...
2615         (maybe_wait_sync_command_done): ... this.
2616         * top.h (wait_sync_command_done): Declare.
2617         * target-delegates.c: Regenerate.
2618
2619 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
2620
2621         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2622         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2623         Remove include of sys/utsname.h.
2624         (linux_determine_kernel_ptr_bits): Remove.
2625         (linux_determine_kernel_start): New.
2626         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
2627         Update check.
2628         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
2629         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2630         initialization.
2631         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2632         assignment.
2633
2634 2015-09-07  Pedro Alves  <palves@redhat.com>
2635
2636         * guile/guile-internal.h (as_a_scm_t_subr): New.
2637         * guile/guile.c (misc_guile_functions): Use it.
2638         * guile/scm-arch.c (arch_functions): Use it.
2639         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2640         Use it.
2641         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2642         * guile/scm-cmd.c (command_functions): Use it.
2643         * guile/scm-disasm.c (disasm_functions): Use it.
2644         * guile/scm-exception.c (exception_functions)
2645         (private_exception_functions): Use it.
2646         * guile/scm-frame.c (frame_functions)
2647         * guile/scm-gsmob.c (gsmob_functions): Use it.
2648         * guile/scm-iterator.c (iterator_functions): Use it.
2649         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2650         * guile/scm-math.c (math_functions): Use it.
2651         * guile/scm-objfile.c (objfile_functions): Use it.
2652         * guile/scm-param.c (parameter_functions): Use it.
2653         * guile/scm-ports.c (port_functions, private_port_functions): Use
2654         it.
2655         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2656         * guile/scm-progspace.c (pspace_functions): Use it.
2657         * guile/scm-string.c (string_functions): Use it.
2658         * guile/scm-symbol.c (symbol_functions): Use it.
2659         * guile/scm-symtab.c (symtab_functions): Use it.
2660         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2661         it.
2662         * guile/scm-value.c (value_functions): Use it.
2663
2664 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2665
2666         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2667         (tui_next_win): Likewise.
2668         (tui_prev_win): Likewise.
2669         (tui_partial_win_by_name): Likewise.
2670         (tui_init_generic_part): Likewise.
2671         (init_content_element): Likewise.
2672         (tui_del_window): Likewise.
2673         (tui_free_window): Likewise.
2674         (tui_del_data_windows): Likewise.
2675         (tui_free_data_content): Likewise.
2676         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2677         * tui/tui-regs.c (tui_show_register_group): Likewise.
2678         * tui/tui-win.c (tui_resize_all): Likewise.
2679         (tui_set_focus): Likewise.
2680         (tui_set_win_height): Likewise.
2681         (make_invisible_and_set_new_height): Likewise.
2682         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2683         * tui/tui-wingeneral.c (make_visible): Likewise.
2684
2685 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2686
2687         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2688
2689 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2690
2691         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2692         pointer.
2693         * dbxread.c (dbx_end_psymtab): Likewise.
2694         * gnu-nat.c (gnu_write_inferior): Likewise.
2695         * mdebugread.c (cross_ref): Likewise.
2696         * p-valprint.c (pascal_val_print): Likewise.
2697         * xcoffread.c (xcoff_end_psymtab): Likewise.
2698
2699 2015-09-04  Yao Qi  <yao.qi@linaro.org>
2700
2701         * NEWS: Mention the aarch64 multi-arch debugging support.
2702
2703 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2704
2705         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2706         type instead of a TYPE_CODE_INT one for the string_char_type
2707         and the ada_primitive_type_char types.
2708
2709 2015-09-03  Yao Qi  <yao.qi@linaro.org>
2710
2711         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2712         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
2713         aarch64_linux_region_ok_for_watchpoint.
2714         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2715         New function.
2716         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2717         Declare it.
2718
2719 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
2720
2721         * gdb_obstack.h (obstack_strdup): Declare.
2722         * gdb_obstack.c (obstack_strdup): Define.
2723         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2724         * gdbarch.c: Regenerate.
2725         * gdbarch.h: Regenerate.
2726         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2727
2728 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
2729
2730         * gdbtypes.c (copy_type_recursive): Update documentation.
2731
2732 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2733
2734         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2735         as zero.
2736
2737 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2738
2739         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2740
2741 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2742
2743         * solib-svr4.c (solib_event_probe_action): Call
2744         get_probe_argument_count using TRY...CATCH.
2745         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2746
2747 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2748
2749         * probe.h (struct probe_ops) <get_probe_argument_count,
2750         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2751         the comment that the function can throw an exception.
2752         (get_probe_argument_count): Likewise.
2753         (evaluate_probe_argument): Likewise.
2754         * stap-probe.c (stap_get_opcode): Call error instead of
2755         internal_error.
2756         (stap_get_expected_argument_type): Likewise.  Add argument
2757         'probe'.  Improve error message by mentioning the probe's name.
2758         (stap_parse_probe_arguments): Adjust call to
2759         stap_get_expected_argument_type.
2760         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
2761         not zero.  Call internal_error if GDB requests an argument but the
2762         probe has no arguments.
2763
2764 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2765
2766         * ada-lang.c (ada_resolve_function): Do not ask the user what
2767         match to use when in completion mode.
2768
2769 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
2770
2771         * tui/tui-data.c (tui_win_name): Make local variable const, remove
2772         cast of NULL.
2773
2774 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
2775
2776         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2777         call_abi using XSHAL_ABI macro.
2778
2779 2015-08-29  Doug Evans  <xdje42@gmail.com>
2780
2781         * symtab.h (struct symbol): Tweak comment.
2782
2783 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
2784
2785         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2786         gdbarch obstack instead of on the heap.  Update commentary
2787         accordingly.
2788
2789 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
2790
2791         GDB 7.10 released.
2792
2793 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2794
2795         * NEWS: Update entry about non-8-bits addressable memory.
2796
2797 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
2798
2799         Revert:
2800         2014-11-06  Doug Evans  <xdje42@gmail.com>
2801         * solib.c (solib_global_lookup): Fetch arch from objfile,
2802         not target_gdbarch.
2803
2804 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2805
2806         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
2807         attempt to relocate a TLS variable offset.
2808
2809 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2810
2811         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
2812         registered yet.  Set inferior_ptid while calling target_read_memory.
2813
2814 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2815
2816         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
2817         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
2818         * linux-nat.c (check_stopped_by_breakpoint): Use
2819         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
2820
2821 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2822
2823         * linux-thread-db.c (thread_db_get_thread_local_address): If the
2824         thread was not yet discovered, use thread_from_lwp instead of
2825         calling thread_db_find_new_threads_1.
2826
2827 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
2828
2829         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
2830         statements.
2831
2832 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
2833
2834         * NEWS: Document support for non-8-bits addressable memory.
2835
2836 2015-08-27  Pedro Alves  <palves@redhat.com>
2837
2838         * configure.ac: Remove AC_TYPE_SIGNAL call.
2839         * configure, config.in: Regenerate.
2840
2841 2015-08-27  Pedro Alves  <palves@redhat.com>
2842
2843         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
2844         * extension-priv.h: Include signal.h.
2845         (struct signal_handler) <handler>: Change type to sighandler_t.
2846         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
2847         * inflow.c (sigint_ours, sigquit_ours): Change type to
2848         sighandler_t.
2849         (child_terminal_inferior): Remove casts.
2850         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
2851         (osig): Change type to sighandler_t.
2852         * nto-procfs.c (ofunc): Change type to sighandler_t.
2853         (procfs_wait): Remove casts.
2854         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
2855         * remote-sim.c (gdbsim_wait): Use sighandler_t.
2856         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
2857
2858 2015-08-27  Pedro Alves  <palves@redhat.com>
2859
2860         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
2861         * gnulib/aclocal.m4: Renegerate.
2862         * gnulib/config.in: Renegerate.
2863         * gnulib/configure: Renegerate.
2864         * gnulib/import/Makefile.am: Update.
2865         * gnulib/import/Makefile.in: Regenerate.
2866         * gnulib/import/m4/gnulib-cache.m4: Update.
2867         * gnulib/import/m4/gnulib-comp.m4: Update.
2868         * gnulib/import/m4/signal_h.m4: New file.
2869         * gnulib/import/signal.in.h: New file.
2870
2871 2015-08-27  Pedro Alves  <palves@redhat.com>
2872
2873         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
2874         (MIN_MEMORY_PACKET_SIZE): New.
2875         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
2876         (get_memory_packet_size): Adjust.  No longer limit the max packet
2877         size.
2878         (set_memory_packet_size): Adjust, and remove dead code.
2879         (remote_check_symbols): Use xmalloc and a cleanup instead of
2880         alloca.
2881         (remote_packet_size): No longer cap the packet size.
2882         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
2883
2884 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
2885
2886         * compile/compile.c (compile_to_object): Mention language in
2887         error message.
2888
2889 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
2890
2891         * target.c (target_pre_inferior): Unset attach_flag.
2892
2893 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
2894
2895         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
2896         * gdbarch.c: Re-generate.
2897
2898 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
2899
2900         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
2901         function with the XNEW-family equivalent.
2902         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
2903         * ada-exp.y (write_ambiguous_var): Likewise.
2904         * ada-lang.c (resolve_subexp): Likewise.
2905         (user_select_syms): Likewise.
2906         (assign_aggregate): Likewise.
2907         (ada_evaluate_subexp): Likewise.
2908         (cache_symbol): Likewise.
2909         * addrmap.c (allocate_key): Likewise.
2910         (addrmap_create_mutable): Likewise.
2911         * aix-thread.c (sync_threadlists): Likewise.
2912         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
2913         (alpha_gdbarch_init): Likewise.
2914         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
2915         * arm-linux-nat.c (arm_linux_add_process): Likewise.
2916         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2917         * arm-tdep.c (push_stack_item): Likewise.
2918         (arm_displaced_step_copy_insn): Likewise.
2919         (arm_gdbarch_init): Likewise.
2920         (_initialize_arm_tdep): Likewise.
2921         * avr-tdep.c (push_stack_item): Likewise.
2922         * ax-general.c (new_agent_expr): Likewise.
2923         * block.c (block_initialize_namespace): Likewise.
2924         * breakpoint.c (alloc_counted_command_line): Likewise.
2925         (update_dprintf_command_list): Likewise.
2926         (parse_breakpoint_sals): Likewise.
2927         (decode_static_tracepoint_spec): Likewise.
2928         (until_break_command): Likewise.
2929         (clear_command): Likewise.
2930         (update_global_location_list): Likewise.
2931         (get_breakpoint_objfile_data) Likewise.
2932         * btrace.c (ftrace_new_function): Likewise.
2933         (btrace_set_insn_history): Likewise.
2934         (btrace_set_call_history): Likewise.
2935         * buildsym.c (add_symbol_to_list): Likewise.
2936         (record_pending_block): Likewise.
2937         (start_subfile): Likewise.
2938         (start_buildsym_compunit): Likewise.
2939         (push_subfile): Likewise.
2940         (end_symtab_get_static_block): Likewise.
2941         (buildsym_init): Likewise.
2942         * cli/cli-cmds.c (source_command): Likewise.
2943         * cli/cli-decode.c (add_cmd): Likewise.
2944         * cli/cli-script.c (build_command_line): Likewise.
2945         (setup_user_args): Likewise.
2946         (realloc_body_list): Likewise.
2947         (process_next_line): Likewise.
2948         (copy_command_lines): Likewise.
2949         * cli/cli-setshow.c (do_set_command): Likewise.
2950         * coff-pe-read.c (read_pe_exported_syms): Likewise.
2951         * coffread.c (coff_locate_sections): Likewise.
2952         (coff_symtab_read): Likewise.
2953         (coff_read_struct_type): Likewise.
2954         * common/cleanups.c (make_my_cleanup2): Likewise.
2955         * common/common-exceptions.c (throw_it): Likewise.
2956         * common/filestuff.c (make_cleanup_close): Likewise.
2957         * common/format.c (parse_format_string): Likewise.
2958         * common/queue.h (DEFINE_QUEUE_P): Likewise.
2959         * compile/compile-object-load.c (munmap_list_add): Likewise.
2960         (compile_object_load): Likewise.
2961         * compile/compile-object-run.c (compile_object_run): Likewise.
2962         * compile/compile.c (append_args): Likewise.
2963         * corefile.c (specify_exec_file_hook): Likewise.
2964         * cp-support.c (make_symbol_overload_list): Likewise.
2965         * cris-tdep.c (push_stack_item): Likewise.
2966         (cris_gdbarch_init): Likewise.
2967         * ctf.c (ctf_trace_file_writer_new): Likewise.
2968         * dbxread.c (init_header_files): Likewise.
2969         (add_new_header_file): Likewise.
2970         (init_bincl_list): Likewise.
2971         (dbx_end_psymtab): Likewise.
2972         (start_psymtab): Likewise.
2973         (dbx_end_psymtab): Likewise.
2974         * dcache.c (dcache_init): Likewise.
2975         * dictionary.c (dict_create_hashed): Likewise.
2976         (dict_create_hashed_expandable): Likewise.
2977         (dict_create_linear): Likewise.
2978         (dict_create_linear_expandable): Likewise.
2979         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
2980         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
2981         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
2982         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2983         (decode_frame_entry_1): Likewise.
2984         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
2985         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2986         * dwarf2read.c (dwarf2_has_info): Likewise.
2987         (create_signatured_type_table_from_index): Likewise.
2988         (dwarf2_read_index): Likewise.
2989         (dw2_get_file_names_reader): Likewise.
2990         (create_all_type_units): Likewise.
2991         (read_cutu_die_from_dwo): Likewise.
2992         (init_tu_and_read_dwo_dies): Likewise.
2993         (init_cutu_and_read_dies): Likewise.
2994         (create_all_comp_units): Likewise.
2995         (queue_comp_unit): Likewise.
2996         (inherit_abstract_dies): Likewise.
2997         (read_call_site_scope): Likewise.
2998         (dwarf2_add_field): Likewise.
2999         (dwarf2_add_typedef): Likewise.
3000         (dwarf2_add_member_fn): Likewise.
3001         (attr_to_dynamic_prop): Likewise.
3002         (abbrev_table_alloc_abbrev): Likewise.
3003         (abbrev_table_read_table): Likewise.
3004         (add_include_dir): Likewise.
3005         (add_file_name): Likewise.
3006         (dwarf_decode_line_header): Likewise.
3007         (dwarf2_const_value_attr): Likewise.
3008         (dwarf_alloc_block): Likewise.
3009         (parse_macro_definition): Likewise.
3010         (set_die_type): Likewise.
3011         (write_psymtabs_to_index): Likewise.
3012         (create_cus_from_index): Likewise.
3013         (dwarf2_create_include_psymtab): Likewise.
3014         (process_psymtab_comp_unit_reader): Likewise.
3015         (build_type_psymtab_dependencies): Likewise.
3016         (read_comp_units_from_section): Likewise.
3017         (compute_compunit_symtab_includes): Likewise.
3018         (create_dwo_unit_in_dwp_v1): Likewise.
3019         (create_dwo_unit_in_dwp_v2): Likewise.
3020         (read_func_scope): Likewise.
3021         (process_structure_scope): Likewise.
3022         (mark_common_block_symbol_computed): Likewise.
3023         (load_partial_dies): Likewise.
3024         (dwarf2_symbol_mark_computed): Likewise.
3025         * elfread.c (elf_symfile_segments): Likewise.
3026         (elf_read_minimal_symbols): Likewise.
3027         * environ.c (make_environ): Likewise.
3028         * eval.c (evaluate_subexp_standard): Likewise.
3029         * event-loop.c (create_file_handler): Likewise.
3030         (create_async_signal_handler): Likewise.
3031         (create_async_event_handler): Likewise.
3032         (create_timer): Likewise.
3033         * exec.c (build_section_table): Likewise.
3034         * fbsd-nat.c (fbsd_remember_child): Likewise.
3035         * fork-child.c (fork_inferior): Likewise.
3036         * frv-tdep.c (new_variant): Likewise.
3037         * gdbarch.sh (gdbarch_alloc): Likewise.
3038         (append_name): Likewise.
3039         * gdbtypes.c (rank_function): Likewise.
3040         (copy_type_recursive): Likewise.
3041         (add_dyn_prop): Likewise.
3042         * gnu-nat.c (make_proc): Likewise.
3043         (make_inf): Likewise.
3044         (gnu_write_inferior): Likewise.
3045         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3046         (build_std_type_info_type): Likewise.
3047         * guile/scm-param.c (compute_enum_list): Likewise.
3048         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3049         * guile/scm-value.c (gdbscm_value_call): Likewise.
3050         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3051         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3052         (read_unwind_info): Likewise.
3053         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3054         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3055         (call_function_by_hand_dummy): Likewise.
3056         * infcmd.c (step_once): Likewise.
3057         (finish_forward): Likewise.
3058         (attach_command): Likewise.
3059         (notice_new_inferior): Likewise.
3060         * inferior.c (add_inferior_silent): Likewise.
3061         * infrun.c (add_displaced_stepping_state): Likewise.
3062         (save_infcall_control_state): Likewise.
3063         (save_inferior_ptid): Likewise.
3064         (_initialize_infrun): Likewise.
3065         * jit.c (bfd_open_from_target_memory): Likewise.
3066         (jit_gdbarch_data_init): Likewise.
3067         * language.c (add_language): Likewise.
3068         * linespec.c (decode_line_2): Likewise.
3069         * linux-nat.c (add_to_pid_list): Likewise.
3070         (add_initial_lwp): Likewise.
3071         * linux-thread-db.c (add_thread_db_info): Likewise.
3072         (record_thread): Likewise.
3073         (info_auto_load_libthread_db): Likewise.
3074         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3075         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3076         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3077         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3078         * macrocmd.c (macro_define_command): Likewise.
3079         * macroexp.c (gather_arguments): Likewise.
3080         * macroscope.c (sal_macro_scope): Likewise.
3081         * macrotab.c (new_macro_table): Likewise.
3082         * mdebugread.c (push_parse_stack): Likewise.
3083         (parse_partial_symbols): Likewise.
3084         (parse_symbol): Likewise.
3085         (psymtab_to_symtab_1): Likewise.
3086         (new_block): Likewise.
3087         (new_psymtab): Likewise.
3088         (mdebug_build_psymtabs): Likewise.
3089         (add_pending): Likewise.
3090         (elfmdebug_build_psymtabs): Likewise.
3091         * mep-tdep.c (mep_gdbarch_init): Likewise.
3092         * mi/mi-main.c (mi_execute_command): Likewise.
3093         * mi/mi-parse.c (mi_parse_argv): Likewise.
3094         * minidebug.c (lzma_open): Likewise.
3095         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3096         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3097         * mips-tdep.c (mips_gdbarch_init): Likewise.
3098         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3099         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3100         * mt-tdep.c (mt_registers_info): Likewise.
3101         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3102         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3103         (linux_enable_pt): Likewise.
3104         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3105         (linux_xfer_osdata_processgroups): Likewise.
3106         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3107         * nto-procfs.c (procfs_meminfo): Likewise.
3108         * objc-lang.c (start_msglist): Likewise.
3109         (selectors_info): Likewise.
3110         (classes_info): Likewise.
3111         (find_methods): Likewise.
3112         * objfiles.c (allocate_objfile): Likewise.
3113         (update_section_map): Likewise.
3114         * osabi.c (gdbarch_register_osabi): Likewise.
3115         (gdbarch_register_osabi_sniffer): Likewise.
3116         * parse.c (start_arglist): Likewise.
3117         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3118         (hwdebug_insert_point): Likewise.
3119         * printcmd.c (display_command): Likewise.
3120         (ui_printf): Likewise.
3121         * procfs.c (create_procinfo): Likewise.
3122         (load_syscalls): Likewise.
3123         (proc_get_LDT_entry): Likewise.
3124         (proc_update_threads): Likewise.
3125         * prologue-value.c (make_pv_area): Likewise.
3126         (pv_area_store): Likewise.
3127         * psymtab.c (extend_psymbol_list): Likewise.
3128         (init_psymbol_list): Likewise.
3129         (allocate_psymtab): Likewise.
3130         * python/py-inferior.c (add_thread_object): Likewise.
3131         * python/py-param.c (compute_enum_values): Likewise.
3132         * python/py-value.c (valpy_call): Likewise.
3133         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3134         * python/python.c (ensure_python_env): Likewise.
3135         * record-btrace.c (record_btrace_start_replaying): Likewise.
3136         * record-full.c (record_full_reg_alloc): Likewise.
3137         (record_full_mem_alloc): Likewise.
3138         (record_full_end_alloc): Likewise.
3139         (record_full_core_xfer_partial): Likewise.
3140         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3141         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3142         * remote-notif.c (remote_notif_state_allocate): Likewise.
3143         * remote.c (demand_private_info): Likewise.
3144         (remote_notif_stop_alloc_reply): Likewise.
3145         (remote_enable_btrace): Likewise.
3146         * reverse.c (save_bookmark_command): Likewise.
3147         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3148         * rx-tdep.c (rx_gdbarch_init): Likewise.
3149         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3150         * ser-go32.c (dos_get_tty_state): Likewise.
3151         (dos_copy_tty_state): Likewise.
3152         * ser-mingw.c (ser_windows_open): Likewise.
3153         (ser_console_wait_handle): Likewise.
3154         (ser_console_get_tty_state): Likewise.
3155         (make_pipe_state): Likewise.
3156         (net_windows_open): Likewise.
3157         * ser-unix.c (hardwire_get_tty_state): Likewise.
3158         (hardwire_copy_tty_state): Likewise.
3159         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3160         * solib-dsbt.c (dsbt_current_sos): Likewise.
3161         (dsbt_relocate_main_executable): Likewise.
3162         * solib-frv.c (frv_current_sos): Likewise.
3163         (frv_relocate_main_executable): Likewise.
3164         * solib-spu.c (spu_bfd_fopen): Likewise.
3165         * solib-svr4.c (lm_info_read): Likewise.
3166         (svr4_copy_library_list): Likewise.
3167         (svr4_default_sos): Likewise.
3168         * source.c (find_source_lines): Likewise.
3169         (line_info): Likewise.
3170         (add_substitute_path_rule): Likewise.
3171         * spu-linux-nat.c (spu_bfd_open): Likewise.
3172         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3173         * stabsread.c (dbx_lookup_type): Likewise.
3174         (read_type): Likewise.
3175         (read_member_functions): Likewise.
3176         (read_struct_fields): Likewise.
3177         (read_baseclasses): Likewise.
3178         (read_args): Likewise.
3179         (_initialize_stabsread): Likewise.
3180         * stack.c (func_command): Likewise.
3181         * stap-probe.c (handle_stap_probe): Likewise.
3182         * symfile.c (addrs_section_sort): Likewise.
3183         (addr_info_make_relative): Likewise.
3184         (load_section_callback): Likewise.
3185         (add_symbol_file_command): Likewise.
3186         (init_filename_language_table): Likewise.
3187         * symtab.c (create_filename_seen_cache): Likewise.
3188         (sort_search_symbols_remove_dups): Likewise.
3189         (search_symbols): Likewise.
3190         * target.c (make_cleanup_restore_target_terminal): Likewise.
3191         * thread.c (new_thread): Likewise.
3192         (enable_thread_stack_temporaries): Likewise.
3193         (make_cleanup_restore_current_thread): Likewise.
3194         (thread_apply_all_command): Likewise.
3195         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3196         * top.c (gdb_readline_wrapper): Likewise.
3197         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3198         * tracepoint.c (trace_find_line_command): Likewise.
3199         (all_tracepoint_actions_and_cleanup): Likewise.
3200         (make_cleanup_restore_current_traceframe): Likewise.
3201         (get_uploaded_tp): Likewise.
3202         (get_uploaded_tsv): Likewise.
3203         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3204         (tui_alloc_win_info): Likewise.
3205         (tui_alloc_content): Likewise.
3206         (tui_add_content_elements): Likewise.
3207         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3208         (tui_set_disassem_content): Likewise.
3209         * ui-file.c (ui_file_new): Likewise.
3210         (stdio_file_new): Likewise.
3211         (tee_file_new): Likewise.
3212         * utils.c (make_cleanup_restore_integer): Likewise.
3213         (add_internal_problem_command): Likewise.
3214         * v850-tdep.c (v850_gdbarch_init): Likewise.
3215         * valops.c (find_oload_champ): Likewise.
3216         * value.c (allocate_value_lazy): Likewise.
3217         (record_latest_value): Likewise.
3218         (create_internalvar): Likewise.
3219         * varobj.c (install_variable): Likewise.
3220         (new_variable): Likewise.
3221         (new_root_variable): Likewise.
3222         (cppush): Likewise.
3223         (_initialize_varobj): Likewise.
3224         * windows-nat.c (windows_make_so): Likewise.
3225         * x86-nat.c (x86_add_process): Likewise.
3226         * xcoffread.c (arrange_linetable): Likewise.
3227         (allocate_include_entry): Likewise.
3228         (process_linenos): Likewise.
3229         (SYMBOL_DUP): Likewise.
3230         (xcoff_start_psymtab): Likewise.
3231         (xcoff_end_psymtab): Likewise.
3232         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3233         * xtensa-tdep.c (xtensa_register_type): Likewise.
3234         * gdbarch.c: Regenerate.
3235         * gdbarch.h: Regenerate.
3236
3237 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3238
3239         * infrun.c (follow_exec): Re-order operations for
3240         handling follow-exec-mode "new".
3241         (handle_inferior_event_1): Assign ecs->event_thread
3242         to the current thread.
3243         * remote.c (get_remote_arch_state): Add an assertion.
3244
3245 2015-08-26  Pedro Alves  <palves@redhat.com>
3246
3247         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3248
3249 2015-08-25  Pedro Alves  <palves@redhat.com>
3250
3251         PR gdb/18804
3252         * defs.h (maybe_quit): Declare.
3253         (QUIT): Now calls maybe_quit.
3254         * event-loop.c (clear_async_signal_handler)
3255         (async_signal_handler_is_marked): New functions.
3256         * event-loop.h (async_signal_handler_is_marked)
3257         (clear_async_signal_handler): New declarations.
3258         * remote.c (remote_check_pending_interrupt): New function.
3259         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3260         longer check whether the target is async.  If waiting for a stop
3261         reply, and a Ctrl-C as been sent to the target, offer to
3262         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3263         Otherwise do not disconnect and throw a quit.
3264         (_initialize_remote): Install remote_check_pending_interrupt as
3265         to_check_pending_interrupt.
3266         * target.c (target_check_pending_interrupt): New function.
3267         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3268         field.
3269         (target_check_pending_interrupt): New declaration.
3270         * utils.c (maybe_quit): New function.
3271         * target-delegates.c: Regenerate.
3272
3273 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3274
3275         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3276         Rename local variable pid to tid, and get lwpid of lwp.  Update
3277         debug output.
3278
3279 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3280
3281         * ada-lang.c (ada_read_var_value): Add a var_block argument
3282         and pass it to default_read_var_value.
3283         * block.c (block_static_link): New accessor.
3284         * block.h (block_static_link): Declare it.
3285         * buildsym.c (finish_block_internal): Add a static_link
3286         argument.  If there is a static link, associate it to the new
3287         block.
3288         (finish_block): Add a static link argument and pass it to
3289         finish_block_internal.
3290         (end_symtab_get_static_block): Update calls to finish_block and
3291         to finish_block_internal.
3292         (end_symtab_with_blockvector): Update call to
3293         finish_block_internal.
3294         * buildsym.h: Forward-declare struct dynamic_prop.
3295         (struct context_stack): Add a static_link field.
3296         (finish_block): Add a static link argument.
3297         * c-exp.y: Remove an obsolete comment (evaluation of variables
3298         already start from the selected frame, and now they climb *up*
3299         the call stack) and propagate the block information to the
3300         produced expression.
3301         * d-exp.y: Likewise.
3302         * f-exp.y: Likewise.
3303         * go-exp.y: Likewise.
3304         * jv-exp.y: Likewise.
3305         * m2-exp.y: Likewise.
3306         * p-exp.y: Likewise.
3307         * coffread.c (coff_symtab_read): Update calls to finish_block.
3308         * dbxread.c (process_one_symbol): Likewise.
3309         * xcoffread.c (read_xcoff_symtab): Likewise.
3310         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3311         "sym" parameter to struct block_symbol, update its uses and pass
3312         its block to calls to read_var_value.
3313         (convert_symbol_sym): Update the calls to convert_one_symbol.
3314         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3315         call to read_var_value.
3316         * dwarf2loc.c (block_op_get_frame_base): New.
3317         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3318         get_frame_base method.
3319         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3320         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3321         instead of the selected frame in order to evaluate the
3322         expression.
3323         (dwarf2_evaluate_property): Add a frame argument.  Update call
3324         to dwarf2_locexpr_baton_eval to provide a frame in available and
3325         to handle the absence of address stack.
3326         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3327         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3328         declaration.
3329         (read_func_scope): Record any available static link description.
3330         Update call to finish_block.
3331         (read_lexical_block_scope): Update call to finish_block.
3332         * findvar.c (follow_static_link): New.
3333         (get_hosting_frame): New.
3334         (default_read_var_value): Add a var_block argument.  Use
3335         get_hosting_frame to handle non-local references.
3336         (read_var_value): Add a var_block argument and pass it to the
3337         LA_READ_VAR_VALUE method.
3338         * gdbtypes.c (resolve_dynamic_range): Update calls to
3339         dwarf2_evaluate_property.
3340         (resolve_dynamic_type_internal): Likewise.
3341         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3342         read_var_value, passing it the block coming from symbol lookup.
3343         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3344         read_var_value (TODO).
3345         * infcmd.c (finish_command_continuation): Update call to
3346         read_var_value, passing it the block coming from symbol lookup.
3347         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3348         * language.h (struct language_defn): Add a var_block argument to
3349         the LA_READ_VAR_VALUE method.
3350         * objfiles.c (struct static_link_htab_entry): New.
3351         (static_link_htab_entry_hash): New.
3352         (static_link_htab_entry_eq): New.
3353         (objfile_register_static_link): New.
3354         (objfile_lookup_static_link): New.
3355         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3356         * objfiles.h: Include hashtab.h.
3357         (struct objfile): Add a static_links field.
3358         (objfile_register_static_link): New.
3359         (objfile_lookup_static_link): New.
3360         * printcmd.c (print_variable_and_value): Update call to
3361         read_var_value.
3362         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3363         * python/py-frame.c (frapy_read_var): Update call to
3364         read_var_value, passing it the block coming from symbol lookup.
3365         * python/py-framefilter.c (extract_sym): Add a sym_block
3366         parameter and set the pointed value to NULL (TODO).
3367         (enumerate_args): Update call to extract_sym.
3368         (enumerate_locals): Update calls to extract_sym and to
3369         read_var_value.
3370         * python/py-symbol.c (sympy_value): Update call to
3371         read_var_value (TODO).
3372         * stack.c (read_frame_local): Update call to read_var_value.
3373         (read_frame_arg): Likewise.
3374         (return_command): Likewise.
3375         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3376         method.
3377         (struct symbol): Add a block field.
3378         (SYMBOL_BLOCK): New accessor.
3379         * valops.c (value_of_variable): Remove frame/block handling and
3380         pass the block argument to read_var_value, which does this job
3381         now.
3382         (value_struct_elt_for_reference): Update calls to
3383         read_var_value.
3384         (value_of_this): Pass the block found to read_var_value.
3385         * value.h (read_var_value): Add a var_block argument.
3386         (default_read_var_value): Likewise.
3387
3388 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3389
3390         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3391         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3392         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3393
3394 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3395
3396         * Makefile.in (aarch64-liunx.o): New rule.
3397         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3398         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3399         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3400         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3401         extern.
3402         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3403         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3404         * nat/aarch64-linux.c: New file.
3405         * nat/aarch64-linux.h: New file.
3406
3407 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3408
3409         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3410         lwp_arch_private_info and ptid_of_lwp.
3411
3412 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3413
3414         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3415         Move it to nat/aarch64-linux-hw-point.c.
3416         (debug_reg_change_callback): Likewise.
3417         (aarch64_notify_debug_reg_change): :Likewise.
3418         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3419         (aarch64_dr_update_callback_param): New.
3420         (debug_reg_change_callback): New function.
3421         (aarch64_notify_debug_reg_change): Likewise.
3422         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3423         Remove the declaration.
3424
3425 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3426
3427         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3428         Call current_lwp_ptid.
3429
3430 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3431
3432         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3433         debug_printf.
3434
3435 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3436
3437         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3438         ptid_get_pid rather than ptid_get_lwp.
3439
3440 2015-08-24  Pedro Alves  <palves@redhat.com>
3441
3442         * NEWS (New commands): Mention set/show remote
3443         multiprocess-extensions-packet.
3444         * remote.c (remote_query_supported): Only tell the server to use
3445         the multiprocess extensions if the user hasn't force-disabled them
3446         with "set remote multiprocess-extensions-packet off".
3447
3448 2015-08-24  Pedro Alves  <palves@redhat.com>
3449
3450         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3451         1029a8112290f6eee9d7878a391c49db42c999bd.
3452         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3453         Regenerate.
3454         * gnulib/import/Makefile.am: Update.
3455         * gnulib/import/Makefile.in: Update.
3456         * gnulib/import/alloca.in.h: Update.
3457         * gnulib/import/basename-lgpl.c: Update.
3458         * gnulib/import/canonicalize-lgpl.c: Update.
3459         * gnulib/import/config.charset: Update.
3460         * gnulib/import/dirent.in.h: Update.
3461         * gnulib/import/dirfd.c: Update.
3462         * gnulib/import/dirname-lgpl.c: Update.
3463         * gnulib/import/dirname.h: Update.
3464         * gnulib/import/dosname.h: Update.
3465         * gnulib/import/errno.in.h: Update.
3466         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3467         * gnulib/import/extra/snippet/c++defs.h: Update.
3468         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3469         * gnulib/import/extra/update-copyright: Update.
3470         * gnulib/import/float+.h: Update.
3471         * gnulib/import/float.c: Update.
3472         * gnulib/import/float.in.h: Update.
3473         * gnulib/import/fnmatch.c: Update.
3474         * gnulib/import/fnmatch.in.h: Update.
3475         * gnulib/import/fnmatch_loop.c: Update.
3476         * gnulib/import/fpucw.h: Update.
3477         * gnulib/import/frexp.c: Update.
3478         * gnulib/import/frexpl.c: Update.
3479         * gnulib/import/gettimeofday.c: Update.
3480         * gnulib/import/inttypes.in.h: Update.
3481         * gnulib/import/isnan.c: Update.
3482         * gnulib/import/isnand-nolibm.h: Update.
3483         * gnulib/import/isnand.c: Update.
3484         * gnulib/import/isnanl-nolibm.h: Update.
3485         * gnulib/import/isnanl.c: Update.
3486         * gnulib/import/itold.c: Update.
3487         * gnulib/import/localcharset.c: Update.
3488         * gnulib/import/localcharset.h: Update.
3489         * gnulib/import/lstat.c: Update.
3490         * gnulib/import/m4/00gnulib.m4: Update.
3491         * gnulib/import/m4/absolute-header.m4: Update.
3492         * gnulib/import/m4/alloca.m4: Update.
3493         * gnulib/import/m4/canonicalize.m4: Update.
3494         * gnulib/import/m4/codeset.m4: Update.
3495         * gnulib/import/m4/configmake.m4: Update.
3496         * gnulib/import/m4/dirent_h.m4: Update.
3497         * gnulib/import/m4/dirfd.m4: Update.
3498         * gnulib/import/m4/dirname.m4: Update.
3499         * gnulib/import/m4/double-slash-root.m4: Update.
3500         * gnulib/import/m4/eealloc.m4: Update.
3501         * gnulib/import/m4/errno_h.m4: Update.
3502         * gnulib/import/m4/exponentd.m4: Update.
3503         * gnulib/import/m4/exponentl.m4: Update.
3504         * gnulib/import/m4/extensions.m4: Update.
3505         * gnulib/import/m4/extern-inline.m4: Update.
3506         * gnulib/import/m4/fcntl-o.m4: Update.
3507         * gnulib/import/m4/float_h.m4: Update.
3508         * gnulib/import/m4/fnmatch.m4: Update.
3509         * gnulib/import/m4/fpieee.m4: Update.
3510         * gnulib/import/m4/frexp.m4: Update.
3511         * gnulib/import/m4/frexpl.m4: Update.
3512         * gnulib/import/m4/gettimeofday.m4: Update.
3513         * gnulib/import/m4/glibc21.m4: Update.
3514         * gnulib/import/m4/gnulib-cache.m4: Update.
3515         * gnulib/import/m4/gnulib-common.m4: Update.
3516         * gnulib/import/m4/gnulib-comp.m4: Update.
3517         * gnulib/import/m4/gnulib-tool.m4: Update.
3518         * gnulib/import/m4/include_next.m4: Update.
3519         * gnulib/import/m4/inttypes-pri.m4: Update.
3520         * gnulib/import/m4/inttypes.m4: Update.
3521         * gnulib/import/m4/isnand.m4: Update.
3522         * gnulib/import/m4/isnanl.m4: Update.
3523         * gnulib/import/m4/largefile.m4: Update.
3524         * gnulib/import/m4/localcharset.m4: Update.
3525         * gnulib/import/m4/locale-fr.m4: Update.
3526         * gnulib/import/m4/locale-ja.m4: Update.
3527         * gnulib/import/m4/locale-zh.m4: Update.
3528         * gnulib/import/m4/longlong.m4: Update.
3529         * gnulib/import/m4/lstat.m4: Update.
3530         * gnulib/import/m4/malloc.m4: Update.
3531         * gnulib/import/m4/malloca.m4: Update.
3532         * gnulib/import/m4/math_h.m4: Update.
3533         * gnulib/import/m4/mbrtowc.m4: Update.
3534         * gnulib/import/m4/mbsinit.m4: Update.
3535         * gnulib/import/m4/mbsrtowcs.m4: Update.
3536         * gnulib/import/m4/mbstate_t.m4: Update.
3537         * gnulib/import/m4/memchr.m4: Update.
3538         * gnulib/import/m4/memmem.m4: Update.
3539         * gnulib/import/m4/mmap-anon.m4: Update.
3540         * gnulib/import/m4/multiarch.m4: Update.
3541         * gnulib/import/m4/nocrash.m4: Update.
3542         * gnulib/import/m4/off_t.m4: Update.
3543         * gnulib/import/m4/pathmax.m4: Update.
3544         * gnulib/import/m4/readlink.m4: Update.
3545         * gnulib/import/m4/rename.m4: Update.
3546         * gnulib/import/m4/rmdir.m4: Update.
3547         * gnulib/import/m4/ssize_t.m4: Update.
3548         * gnulib/import/m4/stat.m4: Update.
3549         * gnulib/import/m4/stdbool.m4: Update.
3550         * gnulib/import/m4/stddef_h.m4: Update.
3551         * gnulib/import/m4/stdint.m4: Update.
3552         * gnulib/import/m4/stdio_h.m4: Update.
3553         * gnulib/import/m4/stdlib_h.m4: Update.
3554         * gnulib/import/m4/string_h.m4: Update.
3555         * gnulib/import/m4/strstr.m4: Update.
3556         * gnulib/import/m4/strtok_r.m4: Update.
3557         * gnulib/import/m4/sys_socket_h.m4: Update.
3558         * gnulib/import/m4/sys_stat_h.m4: Update.
3559         * gnulib/import/m4/sys_time_h.m4: Update.
3560         * gnulib/import/m4/sys_types_h.m4: Update.
3561         * gnulib/import/m4/time_h.m4: Update.
3562         * gnulib/import/m4/unistd_h.m4: Update.
3563         * gnulib/import/m4/warn-on-use.m4: Update.
3564         * gnulib/import/m4/wchar_h.m4: Update.
3565         * gnulib/import/m4/wchar_t.m4: Update.
3566         * gnulib/import/m4/wctype_h.m4: Update.
3567         * gnulib/import/m4/wint_t.m4: Update.
3568         * gnulib/import/malloc.c: Update.
3569         * gnulib/import/malloca.c: Update.
3570         * gnulib/import/malloca.h: Update.
3571         * gnulib/import/math.in.h: Update.
3572         * gnulib/import/mbrtowc.c: Update.
3573         * gnulib/import/mbsinit.c: Update.
3574         * gnulib/import/mbsrtowcs-impl.h: Update.
3575         * gnulib/import/mbsrtowcs-state.c: Update.
3576         * gnulib/import/mbsrtowcs.c: Update.
3577         * gnulib/import/memchr.c: Update.
3578         * gnulib/import/memmem.c: Update.
3579         * gnulib/import/pathmax.h: Update.
3580         * gnulib/import/readlink.c: Update.
3581         * gnulib/import/ref-add.sin: Update.
3582         * gnulib/import/ref-del.sin: Update.
3583         * gnulib/import/rename.c: Update.
3584         * gnulib/import/rmdir.c: Update.
3585         * gnulib/import/same-inode.h: Update.
3586         * gnulib/import/stat.c: Update.
3587         * gnulib/import/stdbool.in.h: Update.
3588         * gnulib/import/stddef.in.h: Update.
3589         * gnulib/import/stdint.in.h: Update.
3590         * gnulib/import/stdio.c: Update.
3591         * gnulib/import/stdio.in.h: Update.
3592         * gnulib/import/stdlib.in.h: Update.
3593         * gnulib/import/str-two-way.h: Update.
3594         * gnulib/import/streq.h: Update.
3595         * gnulib/import/string.in.h: Update.
3596         * gnulib/import/stripslash.c: Update.
3597         * gnulib/import/strnlen1.c: Update.
3598         * gnulib/import/strnlen1.h: Update.
3599         * gnulib/import/strstr.c: Update.
3600         * gnulib/import/strtok_r.c: Update.
3601         * gnulib/import/sys_stat.in.h: Update.
3602         * gnulib/import/sys_time.in.h: Update.
3603         * gnulib/import/sys_types.in.h: Update.
3604         * gnulib/import/time.in.h: Update.
3605         * gnulib/import/unistd.in.h: Update.
3606         * gnulib/import/verify.h: Update.
3607         * gnulib/import/wchar.in.h: Update.
3608         * gnulib/import/wctype.in.h: Update.
3609         * gnulib/import/gettimeofday.c: New file.
3610         * gnulib/import/m4/absolute-header.m4: New file.
3611         * gnulib/import/m4/gettimeofday.m4: New file.
3612         * gnulib/import/m4/sys_socket_h.m4: New file.
3613         * gnulib/import/m4/sys_time_h.m4: New file.
3614         * gnulib/import/stdio.c: Delete file.
3615         * gnulib/import/sys_time.in.h: New file.
3616
3617 2015-08-24  Pedro Alves  <palves@redhat.com>
3618
3619         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3620         * common/gdb_sys_time.h: New file.
3621         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3622         * gdb_select.h: Likewise.
3623         * gdb_usleep.c: Likewise.
3624         * maint.c: Likewise.
3625         * mi/mi-main.c: Likewise.
3626         * mi/mi-parse.h: Likewise.
3627         * remote-fileio.c: Likewise.
3628         * remote-m32r-sdi.c: Likewise.
3629         * remote.c: Likewise.
3630         * ser-base.c: Likewise.
3631         * ser-pipe.c: Likewise.
3632         * ser-tcp.c: Likewise.
3633         * ser-unix.c: Likewise.
3634         * symfile.c: Likewise.
3635         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
3636         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3637         * utils.c: Likewise.
3638
3639 2015-08-24  Pedro Alves  <palves@redhat.com>
3640
3641         * NEWS: Mention removed support for the various ROM monitors.
3642         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3643         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3644         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3645         gdb_target_obs.
3646         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3647         gdb_target_obs.
3648         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3649         dsrec.o from gdb_target_obs.
3650         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3651         from gdb_target_obs.
3652         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3653         gdb_target_obs.
3654         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3655         dink32-rom.o from gdb_target_obs.
3656         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3657         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3658         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3659         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3660
3661 2015-08-21  Pedro Alves  <palves@redhat.com>
3662
3663         * frame.c (null_frame_id): Explicitly zero-initialize.
3664
3665 2015-08-21  Tom Tromey  <tromey@redhat.com>
3666
3667         * dwarf2read.c (struct dwarf2_section_info): Rename field
3668         'asection' to 'section'.
3669         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3670         (dwarf2_locate_sections, dwarf2_locate_sections)
3671         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3672         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3673         (dwarf2_locate_v2_dwp_sections): Adjust.
3674
3675 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3676
3677         * top.h (gdb_in_secondary_prompt_p): Declare.
3678         * top.c (gdb_secondary_prompt_depth): Define.
3679         (gdb_in_secondary_prompt_p): Define.
3680         (gdb_readline_wrapper_cleanup): Decrement
3681         gdb_secondary_prompt_depth.
3682         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3683         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3684         are in a secondary prompt.
3685
3686 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3687
3688         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3689         emit the newline.
3690
3691 2015-08-21  Gary Benson  <gbenson@redhat.com>
3692
3693         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3694
3695 2015-08-21  Gary Benson  <gbenson@redhat.com>
3696
3697         * target.h (struct target_ops) <to_fileio_open>: New argument
3698         warn_if_slow.  Update comment.  All implementations updated.
3699         (target_fileio_open_warn_if_slow): New declaration.
3700         * target.c (target_fileio_open): Renamed as...
3701         (target_fileio_open_1): ...this.  New argument warn_if_slow.
3702         Pass warn_if_slow to implementation.  Update debug printing.
3703         (target_fileio_open): New function.
3704         (target_fileio_open_warn_if_slow): Likewise.
3705         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3706         target_fileio_open_warn_if_slow.
3707
3708 2015-08-21  Gary Benson  <gbenson@redhat.com>
3709
3710         * nat/linux-namespaces.c (linux_mntns_access_fs):
3711         Do not overwrite old_chain.
3712
3713 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
3714
3715         * arch/xtensa.h: New file.
3716         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3717         (ps_get_thread_area): New function.
3718         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3719         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3720         * xtensa-tdep.c (osabi.h): New #include.
3721         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3722         xtensa-specific hooks.
3723         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3724         member and move the structure to arch/xtensa.h.
3725
3726 2015-08-21  Pedro Alves  <palves@redhat.com>
3727
3728         * remote.c (struct readahead_cache): New.
3729         (struct remote_state) <readahead_cache>: New field.
3730         (remote_open_1): Invalidate the cache.
3731         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3732         functions.
3733         (remote_hostio_pwrite): Invalidate the readahead cache.
3734         (remote_hostio_pread): Rename to ...
3735         (remote_hostio_pread_vFile): ... this.
3736         (remote_hostio_pread_from_cache): New function.
3737         (remote_hostio_pread): Reimplement.
3738         (remote_hostio_close): Invalidate the readahead cache.
3739
3740 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
3741
3742         PR build/18843
3743         * procfs.c: Include "filestuff.h".
3744
3745 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
3746
3747         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3748         curch.
3749         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3750         cur_line or curch, instead call wmove().
3751         (init_win_info) [CMD_WIN]: Likewise.
3752         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3753         instead call getcury().
3754         (tui_redisplay_readline): Don't set cur_line or curch.
3755         (tui_mld_erase_entire_line): Don't read cur_line, instead call
3756         getcury().
3757         (tui_cont_sig): Remove call to wmove.
3758         (tui_getc): Don't read cur_line or curch, instead call getcury()
3759         or getyx().  Don't set curch.
3760         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3761         set cur_line or curch.  Always move cursor to (0,0).
3762
3763 2015-08-20  Pedro Alves  <palves@redhat.com>
3764
3765         * infrun.c (print_target_wait_results): Make extern.
3766         * infrun.h (print_target_wait_results): Declare.
3767         * remote.c (set_stop_requested_callback): Delete.
3768         (process_initial_stop_replies): New function.
3769         (remote_start_remote): Use it.
3770         (stop_reply_queue_length): New function.
3771
3772 2015-08-20  Pedro Alves  <palves@redhat.com>
3773
3774         * dwarf2read.c (process_full_comp_unit): To tell whether
3775         start_subfile managed to deduce a language, test for
3776         language_unknown instead of language_c.
3777
3778 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
3779
3780         * ada-lex.l: Reset the start condition to INITIAL in the rule that
3781         matches attributes.
3782
3783 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
3784
3785         * dwarf2read.c (dwarf2_string_attr): New function.
3786         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3787         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3788         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3789         (anonymous_struct_prefix, prepare_one_comp_unit): Use
3790         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3791
3792 2015-08-18  Doug Evans  <dje@google.com>
3793             Adrian Sendroiu <adrian.sendroiu@freescale.com>
3794
3795         PR mi/18833
3796         * cli/cli-logging.c (pop_output_files): Don't restore redirection
3797         if MI-like.
3798         * mi/mi-out.c: #include "vec.h".
3799         (ui_filep): New type.
3800         (DEV_VEC_P (ui_filep)): New type.
3801         (struct ui_out_data) <buffer, original_buffer>: Delete.
3802         (struct ui_out_data) <streams>: New member.
3803         (mi_ui_out_impl): Add data_destroy field.
3804         (mi_field_string, mi_field_fmt): Update.
3805         (mi_flush, mi_redirect, field_separator): Update.
3806         (mi_open, mi_close): Update.
3807         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
3808         (mi_out_data_ctor, mi_out_data_dtor): New functions.
3809         (mi_out_new): Call mi_out_data_ctor.
3810
3811 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
3812
3813         * remote.c (strprefix): New.
3814         (remote_parse_stop_reply): Use strprefix instead of strncmp
3815         to ensure exact match of keyword.
3816
3817 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
3818
3819         * gdb_bfd.c (debug_bfd_cache): New variable.
3820         (show_bfd_cache_debug): New function.
3821         (gdb_bfd_open): Add debug logging.
3822         (gdb_bfd_ref): Likewise.
3823         (gdb_bfd_unref): Likewise.
3824         (_initialize_gdb_bfd): Add new set/show command.
3825         * NEWS: Mention new command.
3826
3827 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
3828
3829         * gdb_bfd.c (bfd_sharing): New variable.
3830         (show_bfd_sharing): New function.
3831         (gdb_bfd_open): Check bfd_sharing variable.
3832         (_initialize_gdb_bfd): Add new set/show command.
3833         * NEWS: Mention new command.
3834
3835 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
3836
3837         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
3838         field.
3839         (struct gdb_bfd_cache_search): Likewise.
3840         (eq_bfd): Compare the size, inode, and device id fields.
3841         (gdb_bfd_open): Initialise the size, inode, and device id fields.
3842         (gdb_bfd_ref): Likewise.
3843         (gdb_bfd_unref): Likewise.
3844
3845 2015-08-18  Pedro Alves  <palves@redhat.com>
3846
3847         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
3848         target implements to_always_non_stop_p, call it.
3849         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
3850         (x86_linux_create_target): Install it as to_always_non_stop_p
3851         method.
3852
3853 2015-08-17  Doug Evans  <dje@google.com>
3854
3855         * ui-out.c (default_ui_out_impl): Add comment.
3856
3857 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
3858
3859         * d-exp.y (type_aggregate_p): New function.
3860         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
3861         (classify_inner_name): Likewise.
3862         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
3863
3864 2015-08-15  Doug Evans  <xdje42@gmail.com>
3865
3866         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
3867         updated.
3868         (add_psymbol_to_list): Ditto.
3869
3870 2015-08-15  Doug Evans  <xdje42@gmail.com>
3871
3872         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
3873         updated.  Call end_psymtab_common.
3874         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
3875         end_psymtab_common.
3876         (build_type_psymtabs_reader): Ditto.
3877         * psympriv.h (sort_pst_symbols): Delete.
3878         (end_psymtab_common): Declare.
3879         * psymtab.c (sort_pst_symbols): Make static.
3880         (end_psymtab_common): New function.
3881         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
3882
3883 2015-08-15  Doug Evans  <xdje42@gmail.com>
3884
3885         * defs.h (LANGUAGE_BITS): Define.
3886         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
3887         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
3888         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
3889         (minimal_symbol_type): Add nr_minsym_types.
3890         (MINSYM_TYPE_BITS): Define.
3891         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
3892         (domain_enum_tag): Add NR_DOMAINS.
3893         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
3894         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
3895
3896 2015-08-15  Doug Evans  <xdje42@gmail.com>
3897
3898         * objfiles.h: Whitespace cleanup.
3899         * psympriv.h: Whitespace cleanup.
3900         * psymtab.c: Whitespace/coding convention cleanup.
3901
3902 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
3903
3904         * inferior.c (detach_inferior_command): Don't call
3905         any_thread_of_process when pid is 0.
3906         (kill_inferior_command): Likewise.
3907
3908 2015-08-14  Doug Evans  <xdje42@gmail.com>
3909
3910         PR gdb/11833
3911         * NEWS: Document new /s modifier for the disassemble command.
3912         * cli/cli-cmds.c (disassemble_command): Add support for /s.
3913         (_initialize_cli_cmds): Update online docs of disassemble command.
3914         * disasm.c: #include "source.h".
3915         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
3916         All uses updated.
3917         (dis_line_entry): New struct.
3918         (hash_dis_line_entry, eq_dis_line_entry): New functions.
3919         (allocate_dis_line_table): New functions.
3920         (maybe_add_dis_line_entry, line_has_code_p): New functions.
3921         (dump_insns): New arg end_pc.  All callers updated.
3922         (do_mixed_source_and_assembly_deprecated): Renamed from
3923         do_mixed_source_and_assembly.  All callers updated.
3924         (do_mixed_source_and_assembly): New function.
3925         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
3926         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
3927         DISASSEMBLY_SOURCE.  All uses updated.
3928         (DISASSEMBLY_SOURCE): New macro.
3929         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
3930
3931 2015-08-14  Keith Seitz  <keiths@redhat.com>
3932
3933         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
3934         `typename' to `type_name' to avoid C++ reserved word.
3935
3936 2015-08-14  Keith Seitz  <keiths@redhat.com>
3937
3938         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
3939         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
3940         silence ARI errors.
3941
3942 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
3943
3944         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
3945         xstrprintf instead of malloc and sprintf.
3946         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
3947         (lex_one_token): Likewise.
3948
3949 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
3950
3951         * solib-svr4.c (read_program_header): Add base_addr argument to
3952         report the runtime address of the segment.
3953         (find_program_interpreter): Update read_program_header call to pass
3954         a NULL pointer for the new argument.
3955         (scan_dyntag): Add ptr_addr argument to report the runtime address
3956         of the tag payload.
3957         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
3958         read_program_header to get the base address of the dynamic segment.
3959         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
3960         read_program_header.
3961         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
3962
3963 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
3964
3965         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
3966
3967 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
3968
3969         * d-exp.y (%union): Add voidval.
3970         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
3971         name in the lexing stage.
3972         (PostfixExpression): Move symbol completion handling in grammar here
3973         from PrimaryExpression.
3974         (PrimaryExpression): Move routines to handle resolving identifier
3975         tokens in the grammar here from push_expression_name.
3976         (IdentifierExp): Remove the handling of alternating '.' and identifier
3977         tokens.
3978         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
3979         (BasicType): Remove C-style typename rules.
3980         (d_type_from_name, d_module_from_name, push_variable)
3981         (push_fieldnames, push_type_name, push_module_name)
3982         (push_expression_name): Remove.
3983         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
3984         (token_and_value): New type.
3985         (token_fifo, popping, name_obstack): New globals.
3986         (classify_name): New function.
3987         (classify_inner_name): Likewise.
3988         (yylex): Likewise.
3989         (d_parse): Initialize token_fifo, popping and name_obstack.
3990
3991 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
3992
3993         * Makefile.in (SFILES): Add d-namespace.c.
3994         (COMMON_OBS): Add d-namespace.o.
3995         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
3996         la_lookup_symbol_nonlocal callback function pointer.
3997         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
3998         (d_lookup_nested_symbol): New declaration.
3999         * d-namespace.c: New file.
4000
4001 2015-08-13  Pedro Alves  <palves@redhat.com>
4002
4003         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4004         cleanup after the decref cleanup, not before.
4005
4006 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4007
4008         * ada-lang.c: Include namespace.h
4009         (aux_add_nonlocal_symbols): Fix a function name in comment.
4010         (ada_add_block_renamings): New.
4011         (add_nonlocal_symbols): Add global renamings handling.
4012         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4013         to...
4014         (ada_add_all_symbols): ... this new function.
4015         (ada_add_block_symbols): Try to match the input name against the
4016         "using directives list", perform a recursive symbol lookup on
4017         the matched declarations.
4018         * block.h (struct block): Move the_namespace to top-level as
4019         namespace_info. Remove the language_specific field.
4020         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4021         * buildsym.h (using_directives): Rename into...
4022         (local_using_directives): ... this.
4023         (global_using_directives): New.
4024         (struct context_stack): Rename the using_directives field into
4025         local_using_directives.
4026         * buildsym.c (finish_block_internal): Deal with the proper
4027         using directives repository (local or global).
4028         (prepare_for_building): Reset local_using_directives. Assert
4029         that there is no pending global using directive.
4030         (reset_symtab_globals): Reset global_using_directives and
4031         local_using_directives.
4032         (end_symtab_get_static_block): Don't ignore symtabs that have
4033         only using directives.
4034         (push_context): Update references to local_using_directives.
4035         (buildsym_init): Do not reset using_directives.
4036         * cp-support.c: Include namespace.h.
4037         * cp-support.h (struct using_direct): Move to namespace.h.
4038         (cp_add_using_directives): Move to namespace.h.
4039         * cp-namespace.c: Include namespace.h
4040         (cp_add_using_directive): Move to namespace.c, rename it to
4041         add_using_directive, add a "using_directives" argument and use
4042         it as the pending using directives repository.  All callers
4043         updated.
4044         * dwarf2read.c (using_directives): New.
4045         (read_import_statement): Call using_directives.
4046         (read_func_scope): Update references to local_using_directives.
4047         (read_lexical_block_scope): Likewise.
4048         (read_namespace): Update the heading comment, call
4049         using_directives.
4050         * namespace.h: New file.
4051         * namespace.c: New file.
4052         * Makefile.in (SFILES): Add namespace.c.
4053         (COMMON_OBS): Add namespace.o
4054
4055 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4056
4057         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4058         compute RETADDR.
4059
4060 2015-08-12  Keith Seitz  <keiths@redhat.com>
4061
4062         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4063         reserved C++ keyword "explicit" to "explicit_loc".
4064         * breakpoint.c (create_overlay_event_breakpoint)
4065         (create_longjmp_master_breakpoint)
4066         (create_std_terminate_master_breakpoint)
4067         (create_exception_master_breakpoint, update_static_tracepoint):
4068         Rename reserved C++ keyword "explicit" to "explicit_loc".
4069         * completer.c (collect_explicit_location_matches)
4070         (explicit_location_completer): Rename reserved C++ keyword
4071         "explicit" to "explicit_loc".
4072         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4073         (canonicalize_linespec, create_sals_line_offset)
4074         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4075         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4076         "explicit" to "explicit_loc".
4077         * location.c (struct event_location) <explicit>: Rename to
4078         "explicit_loc".
4079         (initialize_explicit_location, new_explicit_location)
4080         (explicit_location_to_string_internal, explicit_location_to_linespec):
4081         Rename reserved C++ keyword "explicit" to "explicit_loc".
4082         * location.h (explicit_location_to_string)
4083         (explicit_location_to_linespec, initialize_explicit_location)
4084         (new_explicit_location): Rename reserved C++ keyword "explicit"
4085         to "explicit_loc".
4086         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4087         keyword "explicit" to "explicit_loc".
4088
4089 2015-08-12  Keith Seitz  <keiths@redhat.com>
4090
4091         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4092         and only call decode_line_1 when it is non-NULL.
4093
4094 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4095
4096         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4097         location address is not meaningful.
4098         (breakpoint_address_is_meaningful): Update comment.
4099
4100 2015-08-11  Keith Seitz  <keiths@redhat.com>
4101
4102         * NEWS: Mention explicit locations.
4103         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4104         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4105         (_initialize_breakpoint): Update documentation for
4106         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4107
4108 2015-08-11  Keith Seitz  <keiths@redhat.com>
4109
4110         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4111         explicit locations, options "--source", "--function",
4112         "--label", and "--line".
4113
4114 2015-08-11  Keith Seitz  <keiths@redhat.com>
4115
4116         * completer.c: Include location.h.
4117         (enum match_type): New enum.
4118         (location_completer): Rename to ...
4119         (linespec_completer): ... this.
4120         (collect_explicit_location_matches, backup_text_ptr)
4121         (explicit_location_completer): New functions.
4122         (location_completer): "New" function; handle linespec
4123         and explicit location completions.
4124         (complete_line_internal): Remove all location completer-specific
4125         handling.
4126         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4127         (find_toplevel_char): Export.
4128         (linespec_parse_line_offset): Export.
4129         Issue error if STRING is not numerical.
4130         (gdb_get_linespec_parser_quote_characters): New function.
4131         * linespec.h (linespec_parse_line_offset): Declare.
4132         (get_gdb_linespec_parser_quote_characters): Declare.
4133         (is_ada_operator): Declare.
4134         (find_toplevel_char): Declare.
4135         (linespec_lexer_lex_keyword): Declare.
4136         * location.c (explicit_to_event_location): New function.
4137         (explicit_location_lex_one): New function.
4138         (string_to_explicit_location): New function.
4139         (string_to_event_location): Handle explicit locations.
4140         * location.h (explicit_to_event_location): Declare.
4141         (string_to_explicit_location): Declare.
4142
4143 2015-08-11  Keith Seitz  <keiths@redhat.com>
4144
4145         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4146         linespec into explicit location.
4147         * breakpoint.c (create_overlay_breakpoint)
4148         (create_longjmp_master_breakpoint)
4149         (create_std_terminate_master_breakpoint)
4150         (create_exception_master_breakpoint): Convert linespec into explicit
4151         location.
4152         (update_static_tracepoint): Convert linespec into explicit location.
4153         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4154         location.h.
4155         (struct linespec) <expression, expr_pc, source_filename>
4156         <function_name, label_name, line_offset>: Replace with ...
4157         <explicit>: ... this.
4158         <is_linespec>: New member.
4159         (PARSER_EXPLICIT): New accessor macro.
4160         (undefined_label_error): New function.
4161         (source_file_not_found_error): New function.
4162         (linespec_parse_basic): The parser result is now an explicit location.
4163         Use PARSER_EXPLICIT to access it.
4164         Use undefined_label_error.
4165         (canonicalize_linespec): Convert canonical linespec into explicit
4166         location.
4167         Move string representation of location to explicit_location_to_linespec
4168         and use it and explicit_location_to_string to save string
4169         representations of the canonical location.
4170         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4171         explicit location.  Update all references.
4172         (convert_explicit_location_to_sals): New function.
4173         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4174         result's explicit location.
4175         (linespec_state_constructor): Initialize is_linespec.
4176         Use PARSER_EXPLICIT.
4177         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4178         result.
4179         (event_location_to_sals): For linespec locations, set is_linespec.
4180         Handle explicit locations.
4181         (decode_objc): 'ls' contains an explicit location now. Update all
4182         references.
4183         (symtabs_from_filename): Use source_file_not_found_error.
4184         * location.c (struct event_location.u) <explicit>: New member.
4185         (initialize_explicit_location): New function.
4186         (initialize_event_location): Initialize explicit locations.
4187         (new_explicit_location, get_explicit_location)
4188         (get_explicit_location_const): New functions.
4189         (explicit_to_string_internal): New function; most of contents moved
4190         from canonicalize_linespec.
4191         (explicit_location_to_string): New function.
4192         (explicit_location_to_linespec): New function.
4193         (copy_event_location, delete_event_location)
4194         (event_location_to_string_const, event_location_empty_p): Handle
4195         explicit locations.
4196         * location.h (enum offset_relative_sign, struct line_offset): Move
4197         here from linespec.h.
4198         (enum event_location_type): Add EXPLICIT_LOCATION.
4199         (struct explicit_location): New structure.
4200         (explicit_location_to_string): Declare.
4201         (explicit_location_to_linespec): Declare.
4202         (new_explicit_location, get_explicit_locationp
4203         (get_explicit_location_const, initialize_explicit_location): Declare.
4204
4205 2015-08-11  Keith Seitz  <keiths@redhat.com>
4206
4207         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4208         linespec for stap probe to probe location.
4209         * breakpoint.c (create_longjmp_master_breakpoint)
4210         (create_exception_master_breakpoint): Likewise.
4211         (break_command_1): Remove local variable `arg_cp'.
4212         Check location type to set appropriate breakpoint ops methods.
4213         (trace_command): Likewise.
4214         * linespec.c (event_location_to_sals): Assert on probe locations.
4215         * location.c (EL_PROBE): Add macro definition.
4216         (new_probe_location, get_probe_location): New functions.
4217         (copy_event_location, delete_event_location, event_location_to_string)
4218         (string_to_event_location, event_location_empty_p): Handle probe
4219         locations.
4220         * location.h (enum event_location_type): Add PROBE_LOCATION.
4221         (new_probe_location, get_probe_location): Declare.
4222         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4223         Convert linespec into probe location.
4224
4225 2015-08-11  Keith Seitz  <keiths@redhat.com>
4226
4227         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4228         Convert linespec to address location.
4229         * linespec.c (canonicalize_linespec): Do not handle address
4230         locations here.
4231         (convert_address_location_to_sals): New function; contents moved
4232         from ...
4233         (convert_linespc_to_sals): ... here.
4234         (parse_linespec): Remove address locations from linespec grammar.
4235         Remove handling of address locations.
4236         (linespec_lex_to_end): Remove handling of address linespecs.
4237         (event_location_to_sals): Handle ADDRESS_LOCATION.
4238         (linespec_expression_to_pc): Export.
4239         * linespec.h (linespec_expression_to_pc): Add declaration.
4240         * location.c (struct event_location.u) <address>: New member.
4241         (new_address_location, get_address_location): New functions.
4242         (copy_event_location, delete_event_location, event_location_to_string)
4243         (string_to_event_location, event_location_empty_p): Handle address
4244         locations.
4245         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4246         (new_address_location, get_address_location): Declare.
4247         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4248         to address location.
4249         * spu-tdep.c (spu_catch_start): Likewise.
4250
4251 2015-08-11  Keith Seitz  <keiths@redhat.com>
4252
4253         * ax-gdb.c: Include location.h.
4254         (agent_command_1) Use linespec location instead of address
4255         string.
4256         * break-catch-throw.c: Include location.h.
4257         (re_set_exception_catchpoint): Use linespec locations instead
4258         of address strings.
4259         * breakpoint.c: Include location.h.
4260         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4261         (create_std_terminate_master_breakpoint)
4262         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4263         Use linespec location instead of address string.
4264         (print_breakpoint_location):  Use locations and
4265         event_location_to_string.
4266         Print extra_string for pending locations for non-MI streams.
4267         (print_one_breakpoint_location): Use locations and
4268         event_location_to_string.
4269         (init_raw_breakpoint_without_location): Initialize b->location.
4270         (create_thread_event_breakpoint): Use linespec location instead of
4271         address string.
4272         (init_breakpoint_sal): Likewise.
4273         Only save extra_string if it is non-NULL and not the empty string.
4274         Use event_location_to_string instead of `addr_string'.
4275         Constify `p' and `endp'.
4276         Use skip_spaces_const/skip_space_const instead of non-const versions.
4277         Copy the location into the breakpoint.
4278         If LOCATION is NULL, save the breakpoint address as a linespec location
4279         instead of an address string.
4280         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4281         event_location. All uses updated.
4282         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4283         (parse_breakpoint_sals): Use locations instead of address strings.
4284         Remove check for empty linespec with conditional.
4285         Refactor.
4286         (decode_static_tracepoint_spec): Make argument const and update
4287         function.
4288         (create_breakpoint): Change `arg' to a struct event_location and
4289         rename.
4290         Remove `copy_arg' and `addr_start'.
4291         If EXTRA_STRING is empty, set it to NULL.
4292         Don't populate `canonical' for pending breakpoints.
4293         Pass `extra_string' to find_condition_and_thread.
4294         Clear `extra_string' if `rest' was NULL.
4295         Do not error with "garbage after location" if setting a dprintf
4296         breakpoint.
4297         Copy the location into the breakpoint instead of an address string.
4298         (break_command_1): Use string_to_event_location and pass this to
4299         create_breakpoint instead of an address string.
4300         Check against `arg_cp' for a probe linespec.
4301         (dprintf_command): Use string_to_event_location and pass this to
4302         create_breakpoint instead of an address string.
4303         Throw an exception if no format string was specified.
4304         (print_recreate_ranged_breakpoint): Use event_location_to_string
4305         instead of address strings.
4306         (break_range_command, until_break_command)
4307         (init_ada_exception_breakpoint): Use locations instead
4308         of address strings.
4309         (say_where): Print out extra_string for pending locations.
4310         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4311         the breakpoint.
4312         (base_breakpoint_create_sals_from_location): Use struct event_location
4313         instead of address string.
4314         Remove `addr_start' and `copy_arg' parameters.
4315         (base_breakpoint_decode_location): Use struct event_location instead of
4316         address string.
4317         (bkpt_re_set): Use locations instead of address strings.
4318         Use event_location_empty_p to check for unset location.
4319         (bkpt_print_recreate): Use event_location_to_string instead of
4320         an address string.
4321         Print out extra_string for pending locations.
4322         (bkpt_create_sals_from_location, bkpt_decode_location)
4323         (bkpt_probe_create_sals_from_location): Use struct event_location
4324         instead of address string.
4325         (bkpt_probe_decode_location): Use struct event_location instead of
4326         address string.
4327         (tracepoint_print_recreate): Use event_location_to_string to
4328         recreate the tracepoint.
4329         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4330         (tracepoint_probe_create_sals_from_location)
4331         (tracepoint_probe_decode_location): Use struct event_location
4332         instead of address string.
4333         (dprintf_print_recreate): Use event_location_to_string to recreate
4334         the dprintf.
4335         (dprintf_re_set): Remove check for valid/missing format string.
4336         (strace_marker_create_sals_from_location)
4337         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4338         (update_static_tracepoint): Use struct event_location instead of
4339         address string.
4340         (location_to_sals): Likewise.
4341         Pass `extra_string' to find_condition_and_thread.
4342         For newly resolved pending breakpoint locations, clear the location's
4343         string representation.
4344         Assert that the breakpoint's condition string is NULL when
4345         condition_not_parsed.
4346         (breakpoint_re_set_default, create_sals_from_location_default)
4347         (decode_location_default, trace_command, ftrace_command)
4348         (strace_command, create_tracepoint_from_upload): Use locations
4349         instead of address strings.
4350         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4351         Use struct event_location instead of address string.
4352         Update all uses.
4353         <decode_location>: Likewise.
4354         (struct breakpoint) <addr_string>: Change to struct event_location
4355         and rename `location'.
4356         <addr_string_range_end>: Change to struct event_location and rename
4357         `location_range_end'.
4358         (create_breakpoint): Use struct event_location instead of address
4359         string.
4360         * cli/cli-cmds.c: Include location.h.
4361         (edit_command, list_command): Use locations instead of address strings.
4362         * elfread.c: Include location.h.
4363         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4364         * guile/scm-breakpoint.c: Include location.h.
4365         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4366         (gdbscm_register_breakpoint): Use locations instead of address
4367         strings.
4368         * linespec.c: Include location.h.
4369         (struct ls_parser) <stream>: Change to const char *.
4370         (PARSER_STREAM): Update.
4371         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4372         keywords must be followed by whitespace.
4373         (canonicalize_linespec): Save a linespec location into `canonical'.
4374         Save a canonical linespec into `canonical'.
4375         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4376         All uses updated.
4377         Update function description.
4378         (linespec_parser_new): Initialize `parser'.
4379         Update initialization of  parsing stream.
4380         (event_location_to_sals): New function.
4381         (decode_line_full): Change `argptr' to a struct event_location and
4382         rename it `location'.
4383         Use locations instead of address strings.
4384         Call event_location_to_sals instead of parse_linespec.
4385         (decode_line_1): Likewise.
4386         (decode_line_with_current_source, decode_line_with_last_displayed)
4387         Use locations instead of address strings.
4388         (decode_objc): Likewise.
4389         Change `argptr' to const char * and rename `arg'.
4390         (destroy_linespec_result): Delete the linespec result's location
4391         instead of freeing the address string.
4392         * linespec.h (struct linespec_result) <addr_string>: Change to
4393         struct event_location and rename to ...
4394         <location>: ... this.
4395         (decode_line_1, decode_line_full): Change `argptr' to struct
4396         event_location.  All callers updated.
4397         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4398         (mi_cmd_break_insert_1): Use locations instead of address strings.
4399         Throw an error if there was "garbage" at the end of the specified
4400         linespec.
4401         * probe.c: Include location.h.
4402         (parse_probes): Change `argptr' to struct event_location.
4403         Use event locations instead of address strings.
4404         * probe.h (parse_probes): Change `argptr' to struct event_location.
4405         * python/py-breakpoint.c: Include location.h.
4406         (bppy_get_location): Constify local variable `str'.
4407         Use event_location_to_string.
4408         (bppy_init): Use locations instead of address strings.
4409         * python/py-finishbreakpoint.c: Include location.h.
4410         (bpfinishpy_init): Remove local variable `addr_str'.
4411         Use locations instead of address strings.
4412         * python/python.c: Include location.h.
4413         (gdbpy_decode_line): Use locations instead of address strings.
4414         * remote.c: Include location.h.
4415         (remote_download_tracepoint): Use locations instead of address
4416         strings.
4417         * spu-tdep.c: Include location.h.
4418         (spu_catch_start): Remove local variable `buf'.
4419         Use locations instead of address strings.
4420         * tracepoint.c: Include location.h.
4421         (scope_info): Use locations instead of address strings.
4422         (encode_source_string): Constify parameter `src'.
4423         * tracepoint.h (encode_source_string): Likewise.
4424
4425 2015-08-11  Keith Seitz  <keiths@redhat.com>
4426
4427         * Makefile.in (SFILES): Add location.c.
4428         (HFILES_NO_SRCDIR): Add location.h.
4429         (COMMON_OBS): Add location.o.
4430         * linespec.c (linespec_lex_to_end): New function.
4431         * linespec.h (linespec_lex_to_end): Declare.
4432         * location.c: New file.
4433         * location.h: New file.
4434
4435 2015-08-11  Keith Seitz  <keiths@redhat.com>
4436
4437         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4438         Renamed to create_sals_from_location.
4439         <decode_linespec>: Renamed to decode_location.
4440         Update all callers.
4441         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4442         (create_sals_from_location_default): ... this.
4443         (addr_string_to_sals): Renamed to ...
4444         (location_to_sals): ... this.
4445         (decode_linespec_default): Renamed to ...
4446         (decode_location_default): ... this.
4447         (base_breakpoint_create_sals_from_address): Renamed to ...
4448         (base_breakpoint_create_sals_from_location): ... this.
4449         (bkpt_create_sals_from_address): Renamed to ...
4450         (bkpt_create_sals_from_location): ... this.
4451         (bkpt_decode_linespec): Renamed to ...
4452         (bkpt_decode_location): ... this.
4453         (bkpt_probe_create_sals_from_address): Renamed to ...
4454         (bkpt_probe_create_sals_from_location): ... this.
4455         (tracepoint_create_sals_from_address): Renamed to ...
4456         (tracepoint_create_sals_from_location): ... this.
4457         (tracepoint_decode_linespec): Renamed to ...
4458         (tracepoint_decode_location): ... this.
4459         (tracepoint_probe_create_sals_from_address): Renamed to ...
4460         (tracepoint_probe_create_sals_from_location): ... this.
4461         (tracepoint_probe_decode_linespec): Renamed to ...
4462         (tracepoint_probe_decode_location): ... this.
4463         (strace_marker_create_sals_from_address): Renamed to ...
4464         (strace_marker_create_sals_from_location): ... this.
4465         (decode_linespec_default): Renamed to ...
4466         (decode_location_default): ... this.
4467
4468 2015-08-10  Doug Evans  <dje@google.com>
4469             Keith Seitz  <keiths@redhat.com>
4470
4471         PR gdb/17960
4472         * symtab.c (make_file_symbol_completion_list_1): Renamed from
4473         make_file_symbol_completion_list and made static.
4474         (make_file_symbol_completion_list): New function.
4475
4476 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
4477
4478         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4479         trailing new-line at end of warning message.
4480         (proceed): Add i18n marker to error messages.
4481
4482 2015-08-07  Pedro Alves  <palves@redhat.com>
4483
4484         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4485
4486 2015-08-07  Pedro Alves  <palves@redhat.com>
4487
4488         * s390-linux-tdep.c (is_non_branch_ril)
4489         (s390_displaced_step_copy_insn): New functions.
4490         (s390_displaced_step_fixup): Update comment.
4491         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4492         gdbarch_displaced_step_copy_insn hook.
4493
4494 2015-08-07  Pedro Alves  <palves@redhat.com>
4495
4496         * infrun.c (displaced_step_prepare_throw): Return -1 if
4497         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
4498         comment.
4499         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4500         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4501         in file.
4502         (ppc_displaced_step_copy_insn): New function.
4503         (ppc_displaced_step_fixup): Update comment.
4504         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4505         gdbarch_displaced_step_copy_insn hook.
4506         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4507         NULL return.
4508         * gdbarch.h: Regenerate.
4509
4510 2015-08-07  Pedro Alves  <palves@redhat.com>
4511
4512         * inferior.h (struct inferior) <displaced_stepping_failed>: New
4513         field.
4514         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4515         Return false if dispaced stepping failed before.
4516         (resume): Pass the current inferior to
4517         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
4518         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
4519         displaced_stepping_failed flag, and fall back to an in-line
4520         step-over.
4521
4522 2015-08-07  Pedro Alves  <palves@redhat.com>
4523
4524         * darwin-nat.c (darwin_stop): Rename to ...
4525         (darwin_interrupt): ... this.
4526         (_initialize_darwin_inferior): Adjust.
4527         * gnu-nat.c (gnu_stop): Delete.
4528         (gnu_target): Don't install gnu_stop.
4529         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4530         (inf_ptrace_interrupt): ... this.
4531         (inf_ptrace_target): Adjust.
4532         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4533         target_stop.
4534         * linux-nat (linux_nat_stop): Rename to ...
4535         (linux_nat_interrupt): ... this.
4536         (linux_nat_stop): Reimplement.
4537         (linux_nat_add_target): Install linux_nat_interrupt.
4538         * nto-procfs.c (nto_interrupt_twice): Rename to ...
4539         (nto_handle_sigint_twice): ... this.
4540         (nto_interrupt): Rename to ...
4541         (nto_handle_sigint): ... this.  Call target_interrupt instead of
4542         target_stop.
4543         (procfs_wait): Adjust.
4544         (procfs_stop): Rename to ...
4545         (procfs_interrupt): ... this.
4546         (init_procfs_targets): Adjust.
4547         * procfs.c (procfs_stop): Rename to ...
4548         (procfs_interrupt): ... this.
4549         (procfs_target): Adjust.
4550         * remote-m32r-sdi.c (m32r_stop): Rename to ...
4551         (m32r_interrupt): ... this.
4552         (init_m32r_ops): Adjust.
4553         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4554         (gdbsim_interrupt_inferior): ... this.
4555         (gdbsim_stop): Rename to ...
4556         (gdbsim_interrupt): ... this.
4557         (gdbsim_cntrl_c): Adjust.
4558         (init_gdbsim_ops): Adjust.
4559         * remote.c (sync_remote_interrupt): Adjust comments.
4560         (remote_stop_as): Rename to ...
4561         (remote_interrupt_as): ... this.
4562         (remote_stop): Adjust comment.
4563         (remote_interrupt): New function.
4564         (init_remote_ops): Install remote_interrupt.
4565         * target.c (target_interrupt): New function.
4566         * target.h (struct target_ops) <to_interrupt>: New field.
4567         (target_interrupt): New declaration.
4568         * windows-nat.c (windows_stop): Rename to ...
4569         (windows_interrupt): ... this.
4570         * target-delegates.c: Regenerate.
4571
4572 2015-08-07  Pedro Alves  <palves@redhat.com>
4573
4574         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4575         threads" as alternative to "switching back to stepped thread".
4576
4577 2015-08-07  Pedro Alves  <palves@redhat.com>
4578
4579         * NEWS: Mention "maint set/show target-non-stop".
4580         * breakpoint.c (update_global_location_list): Check
4581         target_is_non_stop_p instead of non_stop.
4582         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4583         * infrun.c (show_can_use_displaced_stepping)
4584         (can_use_displaced_stepping_p, start_step_over_inferior):
4585         Likewise.
4586         (internal_resume_ptid): New function.
4587         (resume): Use it.
4588         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
4589         all-stop mode but the target is always in non-stop mode, start all
4590         the other threads that are implicitly resumed too.
4591         (for_each_just_stopped_thread, fetch_inferior_event)
4592         (adjust_pc_after_break, stop_all_threads): Check
4593         target_is_non_stop_p instead of non_stop.
4594         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
4595         with the target always in non-stop mode.
4596         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4597         instead of non_stop.
4598         (switch_back_to_stepped_thread): Check target_is_non_stop_p
4599         instead of non_stop.
4600         (keep_going_stepped_thread): Use internal_resume_ptid.
4601         (stop_waiting): If in all-stop mode, and the target is in non-stop
4602         mode, stop all threads.
4603         (keep_going_pass): Likewise, when starting a new in-line step-over
4604         sequence.
4605         * linux-nat.c (get_pending_status, select_event_lwp)
4606         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4607         target_is_non_stop_p instead of non_stop.
4608         (linux_nat_always_non_stop_p): New function.
4609         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4610         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4611         * target-delegates.c: Regenerate.
4612         * target.c (target_is_non_stop_p): New function.
4613         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4614         (maint_set_target_non_stop_command)
4615         (maint_show_target_non_stop_command): New functions.
4616         (_initilize_target): Install "maint set/show target-non-stop"
4617         commands.
4618         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4619         (target_non_stop_enabled): New declaration.
4620         (target_is_non_stop_p): New declaration.
4621
4622 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4623
4624         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4625         has a pending status, return true.
4626         * gdbthread.h: Include target/waitstatus.h.
4627         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4628         stop_pc>: New fields.
4629         (struct thread_info) <resumed>: New field.
4630         (set_resumed): Declare.
4631         * infrun.c: Include "event-loop.h".
4632         (infrun_async_inferior_event_token, infrun_is_async): New globals.
4633         (infrun_async): New function.
4634         (clear_step_over_info): Add debug output.
4635         (displaced_step_in_progress_any_inferior): New function.
4636         (displaced_step_fixup): New returns int.
4637         (start_step_over): Handle in-line step-overs too.  Assert the
4638         thread is marked resumed.
4639         (resume_cleanups): Clear the thread's resumed flag.
4640         (resume): Set the thread's resumed flag.  Return early if the
4641         thread has a pending status.  Allow stepping a breakpoint with no
4642         signal.
4643         (proceed): Adjust to check 'resumed' instead of 'executing'.
4644         (clear_proceed_status_thread): If the thread has a pending status,
4645         and that status is a finished step, discard the pending status.
4646         (clear_proceed_status): Don't clear step_over_info here.
4647         (random_pending_event_thread, do_target_wait): New functions.
4648         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4649         do_target_wait.
4650         (wait_one): New function.
4651         (THREAD_STOPPED_BY): New macro.
4652         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4653         (thread_stopped_by_hw_breakpoint): New functions.
4654         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4655         functions.
4656         (handle_inferior_event): Also call set_resumed(false) on all
4657         threads implicitly stopped by the event.
4658         (restart_threads, resumed_thread_with_pending_status): New
4659         functions.
4660         (finish_step_over): If we were doing an in-line step-over before,
4661         and no longer are after trying to start a new step-over, restart
4662         all threads.  If we have multiple threads with pending events,
4663         save the current event and go through the event loop again.
4664         (handle_signal_stop): Return early if finish_step_over returns
4665         false.
4666         <random signal>: If we get a signal while stepping over a
4667         breakpoint in-line in non-stop mode, restart all threads.  Clear
4668         step_over_info before delivering the signal.
4669         (keep_going_stepped_thread): Use internal_error instead of
4670         gdb_assert.  Mark the thread as resumed.
4671         (keep_going_pass_signal): Assert the thread isn't already resumed.
4672         If some other thread is doing an in-line step-over, defer the
4673         resume.  If we just started a new in-line step-over, stop all
4674         threads.  Don't clear step_over_info.
4675         (infrun_async_inferior_event_handler): New function.
4676         (_initialize_infrun): Create async event handler with
4677         infrun_async_inferior_event_handler as callback.
4678         (infrun_async): New declaration.
4679         * target.c (target_async): New function.
4680         * target.h (target_async): Declare macro and readd as function
4681         declaration.
4682         * target/waitstatus.h (enum target_stop_reason)
4683         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4684         * thread.c (new_thread): Clear the new waitstatus field.
4685         (set_resumed): New function.
4686
4687 2015-08-07  Pedro Alves  <palves@redhat.com>
4688
4689         * infrun.c (keep_going_stepped_thread): New function, factored out
4690         from ...
4691         (switch_back_to_stepped_thread): ... here.
4692
4693 2015-08-07  Pedro Alves  <palves@redhat.com>
4694
4695         * infrun.c (currently_stepping): Extend intro comment.
4696         * target.h (target_resume): Extend intro comment.
4697
4698 2015-08-07  Pedro Alves  <palves@redhat.com>
4699
4700         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4701         of inferior_ptid.  If the stepped thread vanished, return 0
4702         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
4703         the current stop_pc in log message.  Clear trap_expected if the
4704         thread advanced.  Don't pass currently_stepping to
4705         do_target_resume.
4706
4707 2015-08-07  Pedro Alves  <palves@redhat.com>
4708
4709         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4710         * infrun.c (struct execution_control_state): Move higher up in the
4711         file.
4712         (reset_ecs): New function.
4713         (start_step_over): Now returns int.  Rewrite to use
4714         keep_going_pass_signal instead of manually starting a displaced step.
4715         (resume): Don't call set_running here.  If displaced stepping
4716         can't start now, clear trap_expected.
4717         (find_thread_needs_step_over): Delete function.
4718         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
4719         If the current thread needs a step over, push it in the step-over
4720         chain.  Don't set insert breakpoints nor call resume directly
4721         here.  Instead rewrite to use start_step_over and
4722         keep_going_pass_signal.
4723         (finish_step_over): New function.
4724         (handle_signal_stop): Call finish_step_over instead of
4725         start_step_over.
4726         (switch_back_to_stepped_thread): If the event thread needs another
4727         step-over do that first.  Use start_step_over.
4728         (keep_going_pass_signal): New function, factored out from ...
4729         (keep_going): ... here.
4730         (_initialize_infrun): Comment moved here.
4731         * thread.c (set_running_thread): New function.
4732         (set_running, finish_thread_state): Use set_running_thread.
4733
4734 2015-08-07  Pedro Alves  <palves@redhat.com>
4735
4736         * gdbthread.h (struct thread_info) <step_over_prev,
4737         step_over_next>: New fields.
4738         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4739         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4740         declarations.
4741         * infrun.c (struct displaced_step_request): Delete.
4742         (struct displaced_step_inferior_state) <step_request_queue>:
4743         Delete field.
4744         (displaced_step_prepare): Assert that trap_expected is set.  Use
4745         thread_step_over_chain_enqueue.  Split starting a new displaced
4746         step to ...
4747         (start_step_over): ... this new function.
4748         (resume): Assert the thread isn't waiting for a step over already.
4749         (proceed): Assert the thread isn't waiting for a step over
4750         already.
4751         (infrun_thread_stop_requested): Adjust to remove threads from the
4752         embedded step-over chain.
4753         (handle_inferior_event) <fork/vfork>: Call start_step_over after
4754         displaced_step_fixup.
4755         (handle_signal_stop): Call start_step_over after
4756         displaced_step_fixup.
4757         * infrun.h (step_over_queue_head): New declaration.
4758         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4759         (thread_step_over_chain_next, thread_is_in_step_over_chain)
4760         (thread_step_over_chain_enqueue)
4761         (thread_step_over_chain_remove): New functions.
4762         (delete_thread_1): Remove thread from the step-over chain.
4763
4764 2015-08-07  Pedro Alves  <palves@redhat.com>
4765
4766         * infrun.c (thread_still_needs_step_over): Rename to ...
4767         (thread_still_needs_step_over_bp): ... this.
4768         (enum step_over_what): New.
4769         (thread_still_needs_step_over): Reimplement.
4770
4771 2015-08-07  Pedro Alves  <palves@redhat.com>
4772
4773         * remote.c (remote_wait_as): If not waiting for a stop reply,
4774         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
4775         requested, don't block waiting forever.
4776
4777 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
4778
4779         * infrun.c (adjust_pc_after_break): Now takes thread_info and
4780         waitstatus pointers instead of an ecs.  Adjust.
4781         (handle_inferior_event): Adjust caller.
4782
4783 2015-08-07  Pedro Alves  <palves@redhat.com>
4784
4785         * infrun.c (handle_inferior_event): If we get
4786         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4787         mode, mark all threads of the exiting process as not-executing.
4788         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4789         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4790         exiting process, if inferior_ptid still points at a process.
4791         * thread.c (struct current_thread_cleanup) <next>: New field.
4792         (current_thread_cleanup_chain): New global.
4793         (restore_current_thread_ptid_changed): New function.
4794         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4795         current_thread_cleanup_chain list.
4796         (make_cleanup_restore_current_thread): Add the cleanup data to the
4797         current_thread_cleanup_chain list.
4798         (_initialize_thread): Install restore_current_thread_ptid_changed
4799         as thread_ptid_changed observer.
4800
4801 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
4802
4803         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
4804         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
4805         smaller than expected.
4806
4807 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
4808
4809         * stack.c (get_frame_language): Moved ...
4810         * frame.c (get_frame_language): ... to here.
4811         * language.h (get_frame_language): Declaration moved to frame.h.
4812         * frame.h: Add language.h include, for language enum.
4813         (get_frame_language): Declaration moved from language.h.
4814         * language.c: Add frame.h include.
4815         * top.c: Add frame.h include.
4816         * symtab.h (struct obj_section): Declare.
4817         (struct cmd_list_element): Declare.
4818
4819 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
4820
4821         * language.c (show_language_command): Find selected frame before
4822         asking for the language of that frame.
4823         (set_language_command): Likewise.
4824         * language.h (get_frame_language): Add frame parameter.
4825         * stack.c (get_frame_language): Add frame parameter, assert
4826         parameter is not NULL, update comment and reindent.
4827         * top.c (check_frame_language_change): Pass the selected frame
4828         into get_frame_language.
4829
4830 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
4831
4832         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
4833         (pt_btrace_insn_flags): New.
4834         (ftrace_add_pt): Call pt_btrace_insn_flags.
4835         * btrace.h (btrace_insn_flag): New.
4836         (btrace_insn) <flags>: New.
4837         * record-btrace.c (btrace_insn_history): Print insn prefix.
4838         * NEWS: Announce it.
4839
4840 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
4841
4842         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
4843         * configure: Regenerate.
4844
4845 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
4846
4847         * Makefile.in (LIBICONV): Define.
4848         (CLIBS): Add LIBICONV.
4849         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
4850         * configure: Regenerate.
4851
4852 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
4853             Pedro Alves  <palves@redhat.com>
4854
4855         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
4856         (arm_set_abi): Likewise.
4857         * ax-general.c (ax_print): Likewise.
4858         * c-exp.y (exp : string_exp): Likewise.
4859         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
4860         (do_compile_dwarf_expr_to_c): Likewise.
4861         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
4862         Likewise.
4863         * dwarf2expr.c (execute_stack_op): Likewise.
4864         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4865         (disassemble_dwarf_expression): Likewise.
4866         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
4867         (read_array_order): Likewise.
4868         (abbrev_table_read_table): Likewise.
4869         (read_attribute_value): Likewise.
4870         (skip_unknown_opcode): Likewise.
4871         (dwarf_decode_macro_bytes): Likewise.
4872         (dwarf_decode_macros): Likewise.
4873         * eval.c (value_f90_subarray): Likewise.
4874         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4875         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4876         * infrun.c (handle_command): Likewise.
4877         * memory-map.c (memory_map_start_memory): Likewise.
4878         * osabi.c (set_osabi): Likewise.
4879         * parse.c (operator_length_standard): Likewise.
4880         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
4881         single return point.
4882         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
4883         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4884         (gdbpy_lookup_global_symbol): Likewise.
4885         * record-full.c (record_full_restore): Likewise.
4886         * regcache.c (regcache_register_status): Likewise.
4887         (regcache_raw_read): Likewise.
4888         (regcache_cooked_read): Likewise.
4889         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4890         * symtab.c (initialize_ordinary_address_classes): Likewise.
4891         * target-debug.h (target_debug_print_signals): Likewise.
4892         * utils.c (do_restore_current_language): Likewise.
4893
4894 2015-08-06  Clem Dickey  <clemd@acm.org>
4895
4896         PR python/17136
4897         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
4898
4899 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
4900
4901         * complaints.c (enum complaint_series): Add newlines and remove
4902         out of date comment.
4903         (struct complaints) <series>: Change type to enum
4904         complaint_series and remove out of date comment.
4905         (symfile_complaint_hook): Use equivalent enum value
4906         ISOLATED_MESSAGE instead of 0.
4907
4908 2015-08-06  Pedro Alves  <palves@redhat.com>
4909
4910         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
4911         returned > 0.
4912
4913 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
4914
4915         * common/agent.c (symbol_list) <required>: Remove.
4916
4917 2015-08-06  Pedro Alves  <palves@redhat.com>
4918
4919         * target/waitstatus.h (enum target_stop_reason)
4920         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4921
4922 2015-08-05  Pedro Alves  <palves@redhat.com>
4923             Joel Brobecker  <brobecker@adacore.com>
4924
4925         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
4926         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
4927         case where BS->STOP is not set.
4928
4929 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
4930
4931         * nat/gdb_thread_db.h: Add copyright header.
4932         Protect against multiple inclusion.
4933
4934 2015-08-05  Yao Qi  <yao.qi@linaro.org>
4935
4936         * aarch64-linux-nat.c (get_thread_id): Remove.
4937         (debug_reg_change_callback): Call ptid_get_lwp instead of
4938         get_thread_id.
4939         (fetch_gregs_from_thread): Likewise.
4940         (store_gregs_to_thread): Likewise.
4941         (fetch_fpregs_from_thread): Likewise.
4942         (store_fpregs_to_thread): Likewise.
4943         (aarch64_linux_get_debug_reg_capacity): Likewise.
4944         * arm-linux-nat.c (get_thread_id): Remove.
4945         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4946         * xtensa-linux-nat.c (get_thread_id): Remove.
4947         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4948         * arm-linux-nat.c (get_thread_id): Remove.
4949         (GET_THREAD_ID): Remove.
4950         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
4951         (store_fpregs, fetch_regs, store_regs): Likewise.
4952         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
4953         (fetch_vfp_regs, store_vfp_regs): Likewise.
4954         (arm_linux_read_description): Likewise.
4955         (arm_linux_get_hwbp_cap): Likewise.
4956         * xtensa-linux-nat.c (get_thread_id): Remove.
4957         (GET_THREAD_ID): Remove.
4958         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
4959         GET_THREAD_ID.
4960
4961 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
4962
4963         * python/py-linetable.c: Fix case of Linetable to LineTable
4964         in docstrings and code comments.
4965         * python/py-symtab.c: Same.
4966
4967 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4968
4969         * infcmd.c (signal_command): Call do_cleanups for args_chain.
4970
4971 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4972
4973         PR gdb/18767
4974         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
4975         use.
4976
4977 2015-08-04  Pedro Alves  <palves@redhat.com>
4978
4979         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
4980         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
4981         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
4982         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
4983         (td_thr_validate_ftype, td_thr_get_info_ftype)
4984         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
4985         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
4986         New typedefs.
4987         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
4988         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
4989         local macros and use them instead of verbose_dlsym and dlsym
4990         calls.
4991
4992 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
4993
4994         * nios2-tdep.h: Include opcode/nios2.h here.
4995         (NIOS2_CDX_OPCODE_SIZE): New.
4996         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
4997         * nios2-tdep.c: Don't include opcode/nios2.h here.
4998         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
4999         4-byte read fails.
5000         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5001         (nios2_match_addi, nios2_match_orhi): Likewise.
5002         (nios2_match_stw, nios2_match_ldw): Likewise.
5003         (nios2_match_rdctl): Likewise.
5004         (nios2_match_stwm, nios2_match_ldwm): New.
5005         (nios2_match_branch): Add cases for R2 encodings.
5006         (nios2_match_jmpi, nios2_match_calli): Likewise.
5007         (nios2_match_jmpr, nios2_match_callr): Likewise.
5008         (nios2_match_break, nios2_match_trap): Likewise.
5009         (nios2_in_epilogue_p): Add R2 support.
5010         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5011         prologues.
5012         (nios2_breakpoint_from_pc): Handle R2 instructions.
5013         (nios2_get_next_pc): Likewise.  Adjust call to
5014         tdep->syscall_next_pc.
5015         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5016         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5017         instruction field macros instead of literal hex values.
5018         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5019         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5020         Use size field from OP instead of assuming all instructions
5021         are the same size.
5022         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5023
5024 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5025
5026         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5027         variable warning with some compilers.
5028
5029 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5030
5031         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5032         in comment.  Replace "rw" with "type".
5033         (arm_linux_remove_watchpoint): Change type of "rw" to
5034         "enum target_hw_bp_type".
5035
5036 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5037
5038         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5039         lookup_symbol.
5040         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5041         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5042         * mt-tdep.c (mt_skip_prologue): Likewise.
5043         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5044
5045 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5046
5047         * ada-exp.y (write_object_renaming): Replace struct
5048         ada_symbol_info with struct block_symbol.  Update field
5049         references accordingly.
5050         (block_lookup, select_possible_type_sym): Likewise.
5051         (find_primitive_type): Likewise.  Also update call to
5052         ada_lookup_symbol to extract the symbol itself.
5053         (write_var_or_type, write_name_assoc): Likewise.
5054         * ada-lang.h (struct ada_symbol_info): Remove.
5055         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5056         struct block_symbol.
5057         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5058         (ada_lookup_symbol): Return struct block_symbol instead of a
5059         mere symbol.
5060         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5061         with struct block_symbol.
5062         (resolve_subexp, ada_resolve_function, sort_choices,
5063         user_select_syms, is_nonfunction, add_defn_to_vec,
5064         num_defns_collected, defns_collected,
5065         symbols_are_identical_enums, remove_extra_symbols,
5066         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5067         ada_lookup_symbol_list, ada_iterate_over_symbols,
5068         ada_lookup_encoded_symbol, get_var_value): Likewise.
5069         (ada_lookup_symbol): Return a block_symbol instead of a mere
5070         symbol.  Replace struct ada_symbol_info with struct
5071         block_symbol.
5072         (ada_lookup_symbol_nonlocal): Likewise.
5073         (standard_lookup): Make block passing explicit through
5074         lookup_symbol_in_language.
5075         * ada-tasks.c (get_tcb_types_info): Update the calls to
5076         lookup_symbol_in_language to extract the mere symbol out of the
5077         returned value.
5078         (ada_tasks_inferior_data_sniffer): Likewise.
5079         * ax-gdb.c (gen_static_field): Likewise for the call to
5080         lookup_symbol.
5081         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5082         lookup functions.
5083         (gen_expr): Likewise.
5084         * c-exp.y: Likewise.  Remove uses of block_found.
5085         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5086         (classify_name): Likewise.  Rename the "sym" local variable to
5087         "bsym".
5088         * c-valprint.c (print_unpacked_pointer): Likewise.
5089         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5090         "sym" parameter from struct symbol * to struct block_symbol.
5091         Use it to remove uses of block_found.  Deal with struct
5092         block_symbol from lookup functions.
5093         (gcc_convert_symbol): Likewise.  Update the call to
5094         convert_symbol_sym.
5095         * compile/compile-object-load.c (compile_object_load): Deal with
5096         struct block_symbol from lookup functions.
5097         * cp-namespace.c (cp_lookup_nested_symbol_1,
5098         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5099         cp_search_static_and_baseclasses,
5100         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5101         cp_lookup_symbol_imports_or_template,
5102         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5103         lookup_namespace_scope, cp_lookup_nonlocal,
5104         find_symbol_in_baseclass): Return struct block_symbol instead of
5105         mere symbols and deal with struct block_symbol from lookup
5106         functions.
5107         * cp-support.c (inspect_type, replace_typedefs,
5108         cp_lookup_rtti_type): Deal with struct block_symbol from
5109         lookup functions.
5110         * cp-support.h (cp_lookup_symbol_nonlocal,
5111         cp_lookup_symbol_from_namespace,
5112         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5113         Return struct block_symbol instead of mere symbols.
5114         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5115         push_module_name):
5116         Deal with struct block_symbol from lookup functions.  Remove
5117         uses of block_found.
5118         * eval.c (evaluate_subexp_standard): Update call to
5119         cp_lookup_symbol_namespace.
5120         * f-exp.y: Deal with struct block_symbol from lookup functions.
5121         Remove uses of block_found.
5122         (yylex): Likewise.
5123         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5124         lookup_enum, lookup_template_type, check_typedef): Deal with
5125         struct block_symbol from lookup functions.
5126         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5127         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5128         (gdbscm_lookup_global_symbol): Likewise.
5129         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5130         * go-exp.y: Likewise.  Remove uses of block_found.
5131         (package_name_p, classify_packaged_name, classify_name):
5132         Likewise.
5133         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5134         * jv-exp.y (push_variable): Likewise.
5135         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5136         * language.c (language_bool_type): Likewise.
5137         * language.h (struct language_defn): Update
5138         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5139         than a mere symbol.
5140         * linespec.c (find_label_symbols): Deal with struct block_symbol
5141         from lookup functions.
5142         * m2-exp.y: Likewise.  Remove uses of block_found.
5143         (yylex): Likewise.
5144         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5145         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5146         * p-exp.y: Likewise.  Remove uses of block_found.
5147         (yylex): Likewise.
5148         * p-valprint.c (pascal_val_print): Likewise.
5149         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5150         block_found.
5151         * parser-defs.h (struct symtoken): Turn the SYM field into a
5152         struct block_symbol.
5153         * printcmd.c (address_info): Deal with struct block_symbol from
5154         lookup functions.
5155         * python/py-frame.c (frapy_read_var): Likewise.
5156         * python/py-symbol.c (gdbpy_lookup_symbol,
5157         gdbpy_lookup_global_symbol): Likewise.
5158         * skip.c (skip_function_command): Likewise.
5159         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5160         block_symbol instead of a mere symbol.
5161         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5162         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5163         * solib.c (solib_global_lookup): Likewise.
5164         * solist.h (solib_global_lookup): Likewise.
5165         (struct target_so_ops): Update lookup_lib_global_symbol to
5166         return a struct block_symbol rather than a mere symbol.
5167         * source.c (select_source_symtab): Deal with struct block_symbol
5168         from lookup functions.
5169         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5170         Likewise.
5171         * symfile.c (set_initial_language): Likewise.
5172         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5173         block_symbol.
5174         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5175         (struct symbol_cache_slot): Turn the FOUND field into a struct
5176         block_symbol.
5177         (block_found): Remove.
5178         (eq_symbol_entry): Update to deal with struct block_symbol in
5179         cache slots.
5180         (symbol_cache_lookup): Return a struct block_symbol rather than
5181         a mere symbol.
5182         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5183         appropriately the cache slots.  Update callers.
5184         (symbol_cache_dump): Update cache slots handling to the type
5185         change.
5186         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5187         lookup_symbol_aux, lookup_local_symbol,
5188         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5189         lookup_symbol_in_objfile_symtabs,
5190         lookup_symbol_in_objfile_from_linkage_name,
5191         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5192         lookup_symbol_in_static_block, lookup_static_symbol,
5193         lookup_global_symbol):
5194         Return a struct block_symbol rather than a mere symbol.  Deal
5195         with struct block_symbol from other lookup functions.  Remove
5196         uses of block_found.
5197         (lookup_symbol_in_block): Remove uses of block_found.
5198         (struct global_sym_lookup_data): Turn the RESULT field into a
5199         struct block_symbol.
5200         (lookup_symbol_global_iterator_cb): Update references to the
5201         RESULT field.
5202         (search_symbols): Deal with struct block_symbol from lookup
5203         functions.
5204         * symtab.h (struct block_symbol): New structure.
5205         (block_found): Remove.
5206         (lookup_symbol_in_language, lookup_symbol,
5207         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5208         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5209         lookup_global_symbol_from_objfile): Return a struct block_symbol
5210         rather than just a mere symbol.  Update comments to remove
5211         mentions of block_found.
5212         * valops.c (find_function_in_inferior,
5213         value_struct_elt_for_reference, value_maybe_namespace_elt,
5214         value_of_this):  Deal with struct block_symbol from lookup
5215         functions.
5216         * value.c (value_static_field, value_fn_field): Likewise.
5217
5218 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5219
5220         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5221         instead of integer.
5222
5223 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5224             Pedro Alves  <palves@redhat.com>
5225
5226         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5227         type or value instead of integer.
5228         (aarch64_linux_insert_watchpoint): Likewise.
5229         (aarch64_linux_remove_watchpoint): Likewise.
5230         * ada-lang.c (ada_op_print_tab): Likewise.
5231         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5232         (amd64_linux_syscall_record_common): Likewise.
5233         * arch-utils.c (target_byte_order_user): Likewise.
5234         (default_byte_order): Likewise.
5235         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5236         (arm_linux_get_hwbp_type): Likewise.
5237         (arm_linux_hw_watchpoint_initialize): Likewise.
5238         (arm_linux_insert_watchpoint): Likewise.
5239         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5240         (arm_linux_syscall_record): Likewise.
5241         * breakpoint.c (update_watchpoint): Likewise.
5242         (breakpoint_here_p): Likewise.
5243         (bpstat_print): Likewise.
5244         (enable_breakpoint_disp): Likewise.
5245         * c-lang.c (c_op_print_tab): Likewise.
5246         * cli/cli-decode.c (add_info_alias): Likewise.
5247         * d-lang.c (d_op_print_tab): Likewise.
5248         * eval.c (evaluate_subexp_standard): Likewise.
5249         * f-exp.y (dot_ops): Likewise.
5250         (f77_keywords): Likewise.
5251         * f-lang.c (f_op_print_tab): Likewise.
5252         * go-lang.c (go_op_print_tab): Likewise.
5253         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5254         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5255         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5256         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5257         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5258         (struct scm_from_stringn_data): Likewise.
5259         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5260         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5261         (ia64_linux_remove_watchpoint): Likewise.
5262         (ia64_linux_can_use_hw_breakpoint): Likewise.
5263         * infrun.c (print_stop_event): Likewise.
5264         * jv-lang.c (java_op_print_tab): Likewise.
5265         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5266         * linux-nat.h (struct lwp_info): Likewise.
5267         * linux-thread-db.c (enable_thread_event): Likewise.
5268         * m2-lang.c (m2_op_print_tab): Likewise.
5269         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5270         (mi_cmd_stack_list_variables): Likewise.
5271         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5272         * mi/mi-out.c (mi_table_begin): Likewise.
5273         (mi_table_header): Likewise.
5274         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5275         (mips_linux_insert_watchpoint): Likewise.
5276         (mips_linux_remove_watchpoint): Likewise.
5277         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5278         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5279         (mips_linux_watch_type_to_irw): Likewise.
5280         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5281         (procfs_insert_hw_watchpoint): Likewise.
5282         (procfs_remove_hw_watchpoint): Likewise.
5283         (procfs_hw_watchpoint): Likewise.
5284         (procfs_can_use_hw_breakpoint): Likewise.
5285         (procfs_remove_hw_watchpoint): Likewise.
5286         (procfs_insert_hw_watchpoint): Likewise.
5287         * p-lang.c (pascal_op_print_tab): Likewise.
5288         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5289         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5290         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5291         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5292         (procfs_insert_watchpoint): Likewise.
5293         (procfs_remove_watchpoint): Likewise.
5294         * psymtab.c (recursively_search_psymtabs): Likewise.
5295         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5296         (m32r_insert_watchpoint): Likewise.
5297         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5298         (mips_insert_watchpoint): Likewise.
5299         (mips_remove_watchpoint): Likewise.
5300         * remote.c (watchpoint_to_Z_packet): Likewise.
5301         (remote_insert_watchpoint): Likewise.
5302         (remote_remove_watchpoint): Likewise.
5303         (remote_check_watch_resources): Likewise.
5304         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5305         (s390_remove_watchpoint): Likewise.
5306         (s390_can_use_hw_breakpoint): Likewise.
5307         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5308         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5309         * target.h (struct target_ops): Likewise.
5310         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5311         * ui-out.c (struct ui_out_hdr): Likewise.
5312         (append_header_to_list): Likewise.
5313         (get_next_header): Likewise.
5314         (verify_field): Likewise.
5315         (ui_out_begin): Likewise.
5316         (ui_out_field_int): Likewise.
5317         (ui_out_field_fmt_int): Likewise.
5318         (ui_out_field_skip): Likewise.
5319         (ui_out_field_string): Likewise.
5320         (ui_out_field_fmt): Likewise.
5321         * varobj.c (new_variable): Likewise.
5322         * x86-nat.c (x86_insert_watchpoint): Likewise.
5323         (x86_remove_watchpoint): Likewise.
5324         (x86_can_use_hw_breakpoint): Likewise.
5325         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5326         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5327         previously anonymous enumeration type..
5328         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5329         value.
5330         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5331         (target_debug_print_enum_bptype): New.
5332         * target-delegates.c: Regenerate.
5333
5334 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5335
5336         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5337         already says and disallow non-stack memory writes in the prologue.
5338
5339 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5340
5341         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5342         reflect how current GCC emits stack overflow checks.  Match
5343         both trap and break instructions for backward compatbility.
5344         Disallow other trap and break instructions in the prologue.
5345
5346 2015-07-30  Pedro Alves  <palves@redhat.com>
5347
5348         PR threads/18600
5349         * linux-nat.c (wait_lwp): Report to the core when thread group
5350         leader exits.
5351
5352 2015-07-30  Pedro Alves  <palves@redhat.com>
5353             Simon Marchi  <simon.marchi@ericsson.com>
5354
5355         PR threads/18600
5356         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5357         mark the new thread as resumed.  Remove STOPPING parameter.
5358         (wait_lwp): Adjust call to linux_handle_extended_wait.
5359         (linux_nat_filter_event): Adjust call to
5360         linux_handle_extended_wait.
5361         (resume_stopped_resumed_lwps): Add debug output.
5362
5363 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5364
5365         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5366         isize argument.
5367         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5368         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5369         gdbarch_fast_tracepoint_valid_at.
5370         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5371         * gdbarch.h: Regenerate.
5372         * gdbarch.c: Regenerate.
5373         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5374         argument.  Do not set it.
5375         * remote.c (remote_download_tracepoint): Adjust call to
5376         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5377         the instruction length.
5378
5379 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5380
5381         * arm-tdep.h (enum gdb_regnum): Move it to ...
5382         * arch/arm.h: ... here.  New file.
5383         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5384
5385 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5386
5387         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5388         Change its type to int *.
5389         (decode_br): Rename link argument to is_blr.  Change its type to
5390         int *.
5391         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5392         int *.
5393         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5394         int *.  Set is_tbnz to either 1 or 0.
5395         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5396         new variables is_cbnz and is_tbnz.  Adjust call to
5397         aarch64_decode_cb and aarch64_decode_tb.
5398
5399 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5400
5401         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5402         parameter.
5403         (mips_linux_new_thread): Likewise.
5404         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5405
5406 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5407
5408         * top.c: Include "tui/tui.h".
5409         (undo_terminal_modifications_before_exit): New static function.
5410         (quit_force): Use it.
5411
5412 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5413
5414         * target.c (terminal_state): Initialize to terminal_is_ours.
5415
5416 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5417
5418         PR record/18691
5419         * dcache.c (dcache_read_memory_partial): Call
5420         raw_memory_xfer_partial.
5421         * target.c (raw_memory_xfer_partial): Make it non-static.
5422         * target.h (raw_memory_xfer_partial): Declare.
5423
5424 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5425
5426         * c-valprint.c (c_val_print_array): Consider addressable memory
5427         unit size.
5428         (c_val_print_ptr): Likewise.
5429         (c_val_print_int): Likewise.
5430         * findvar.c (read_frame_register_value): Likewise.
5431         * valarith.c (find_size_for_pointer_math): Likewise.
5432         (value_ptrdiff): Likewise.
5433         (value_subscripted_rvalue): Likewise.
5434         * valops.c (read_value_memory): Likewise (and rename variables).
5435         (value_assign): Likewise.
5436         (value_repeat): Likewise.
5437         (value_array): Likewise.
5438         (value_slice): Likewise.
5439         * valprint.c (generic_val_print_ptr): Likewise.
5440         (generic_val_print_enum): Likewise.
5441         (generic_val_print_bool): Likewise.
5442         (generic_val_print_int): Likewise.
5443         (generic_val_print_char): Likewise.
5444         (generic_val_print_float): Likewise.
5445         (generic_val_print_decfloat): Likewise.
5446         (generic_val_print_complex): Likewise.
5447         (val_print_scalar_formatted): Likewise.
5448         (val_print_array_elements): Likewise.
5449         * value.c (set_value_parent): Likewise.
5450         (value_contents_copy_raw): Likewise.
5451         (set_internalvar_component): Likewise.
5452         (value_primitive_field): Likewise.
5453         (value_fetch_lazy): Likewise.
5454         * value.h (read_value_memory): Update comment.
5455
5456 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5457
5458         * value.c (get_value_arch): New function.
5459         * value.h (get_value_arch): New declaration.
5460
5461 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5462
5463         * value.c (struct value): Update comments.
5464
5465 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5466
5467         * gdbtypes.c (type_length_units): New function.
5468         * gdbtypes.h (type_length_units): New declaration.
5469         (struct type) <length>: Update comment.
5470
5471 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5472
5473         * valprint.c (generic_val_print): Factor out complex
5474         printing code to ...
5475         (generic_val_print_complex): ... this new function.
5476
5477 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5478
5479         * valprint.c (generic_val_print): Factor out decfloat
5480         printing code to ...
5481         (generic_val_print_decfloat): ... this new function.
5482
5483 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5484
5485         * valprint.c (generic_val_print): Factor out float
5486         printing code to ...
5487         (generic_val_print_float): ... this new function.
5488
5489 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5490
5491         * valprint.c (generic_val_print): Factor out char
5492         printing code to ...
5493         (generic_val_print_char): ... this new function.
5494
5495 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5496
5497         * valprint.c (generic_val_print): Factor out integer
5498         printing code to ...
5499         (generic_val_print_int): ... this new function.
5500
5501 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5502
5503         * valprint.c (generic_val_print): Factor out bool
5504         printing code to ...
5505         (generic_val_print_bool): ... this new function.
5506
5507 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5508
5509         * valprint.c (generic_val_print): Factor out function/method
5510         printing code to ...
5511         (generic_val_print_func): ... this new function.
5512
5513 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5514
5515         * valprint.c (generic_val_print): Factor out flags
5516         printing code to ...
5517         (generic_val_print_flags): ... this new function.
5518
5519 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5520
5521         * valprint.c (generic_val_print): Factor out enum
5522         printing code to ...
5523         (generic_val_print_enum): ... this new function.
5524
5525 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5526
5527         * valprint.c (generic_val_print): Factor out reference
5528         printing code to ...
5529         (generic_val_print_ref): ... this new function.
5530
5531 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5532
5533         * valprint.c (generic_val_print): Factor out memberptr
5534         printing code to ...
5535         (generic_val_print_memberptr): ... this new function.
5536
5537 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5538
5539         * valprint.c (generic_val_print): Factor out pointer
5540         printing code to ...
5541         (generic_val_print_ptr): ... this new function.
5542
5543 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5544
5545         * valprint.c (generic_val_print): Factor out array
5546         printing code to ...
5547         (generic_val_print_array): ... this new function.
5548
5549 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5550
5551         * valprint.c (generic_val_print): Factor out
5552         print_unpacked_pointer code to ...
5553         (print_unpacked_pointer): ... this new function.
5554
5555 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5556
5557         * event-top.c (handle_sigterm): Don't inspect
5558         target_can_async_p.  Always set the quit flag and always mark
5559         the async signal handler.
5560
5561 2015-07-27  Yao Qi  <yao.qi@linaro.org>
5562
5563         * Makefile.in (REMOTE_EXAMPLES): Remove it.
5564
5565 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
5566
5567         * remote.c (read_ptid): Return null_ptid when no thread id
5568         is found.
5569         (remote_current_thread): Add log warning for malformed
5570         qC reply.
5571         (remote_start_remote): Add log warning when current thread
5572         not found.
5573
5574 2015-07-24  Pedro Alves  <palves@redhat.com>
5575
5576         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5577         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5578         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5579
5580 2015-07-24  Pedro Alves  <palves@redhat.com>
5581
5582         PR gdb/18717
5583         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5584         is resumed, and extend the debug log.
5585
5586 2015-07-24  Pedro Alves  <palves@redhat.com>
5587
5588         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5589
5590 2015-07-24  Pedro Alves  <palves@redhat.com>
5591
5592         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5593         sys/ptrace.h.
5594         * alpha-linux-nat.c: Likewise.
5595         * amd64-linux-nat.c: Likewise.
5596         * arm-linux-nat.c: Likewise.
5597         * hppa-linux-nat.c: Likewise.
5598         * i386-linux-nat.c: Likewise.
5599         * ia64-linux-nat.c: Likewise.
5600         * linux-fork.c: Likewise.
5601         * linux-nat.c: Likewise.
5602         * m32r-linux-nat.c: Likewise.
5603         * m68klinux-nat.c: Likewise.
5604         * mips-linux-nat.c: Likewise.
5605         * nat/linux-btrace.c: Likewise.
5606         * nat/linux-ptrace.c: Likewise.
5607         * nat/linux-ptrace.h
5608         * nat/mips-linux-watch.c: Likewise.
5609         * nat/x86-linux-dregs.c: Likewise.
5610         * ppc-linux-nat.c: Likewise.
5611         * s390-linux-nat.c: Likewise.
5612         * spu-linux-nat.c: Likewise.
5613         * tilegx-linux-nat.c: Likewise.
5614         * x86-linux-nat.c: Likewise.
5615         * xtensa-linux-nat.c: Likewise.
5616
5617 2015-07-24  Pedro Alves  <palves@redhat.com>
5618
5619         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
5620         __ptrace_request as first parameter type instead of int.
5621         (PTRACE_TYPE_ARG1): Define.
5622         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5623         that casts first argument to PTRACE_TYPE_ARG1.
5624         * config.in: Regenerate.
5625         * configure: Regenerate.
5626
5627 2015-07-24  Pedro Alves  <palves@redhat.com>
5628
5629         * gdb_ptrace.h: Move ...
5630         * nat/gdb_ptrace.h: ... here.
5631         * inf-ptrace.c: Adjust.
5632
5633 2015-07-24  Pedro Alves  <palves@redhat.com>
5634
5635         * acinclude.m4: Include ptrace.m4.
5636         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5637         * ptrace.m4: ... to this new file.
5638
5639 2015-07-23  Doug Evans  <dje@google.com>
5640
5641         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5642         (load_cu): Handle dummy CUs.
5643         (dw2_do_instantiate_symtab, process_queuef): Ditto.
5644         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5645
5646 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
5647
5648         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5649         documentation to say that it returns a list rather than
5650         a FrozenSet.
5651         (linetable_object_methods): Update the docstring of the
5652         "source_line" entry.
5653
5654 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5655
5656         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5657         type to the recursive call instead of the original (maybe
5658         TYPE_CODE_TYPEDEF) type.
5659
5660 2015-07-23  Yao Qi  <yao.qi@linaro.org>
5661
5662         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5663         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5664         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5665
5666 2015-07-21  Yao Qi  <yao.qi@linaro.org>
5667
5668         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5669         Move it to nat/aarch64-linux-hw-point.c.
5670         (aarch64_linux_child_post_startup_inferior): Update.
5671         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5672         New function.
5673         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5674         Declare it.
5675
5676 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
5677
5678         * common/btrace-common.c (btrace_data_append): Change case label.
5679
5680 2015-07-20  Yao Qi  <yao.qi@linaro.org>
5681
5682         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5683         Re-indent the code.
5684         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5685         "unsigned long long".
5686
5687 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
5688
5689         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5690         to be set for SEC_ALLOC sections too.
5691
5692 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5693
5694         * Makefile.in (HFILES_NO_SRCDIR): Add
5695         nat/aarch64-linux-hw-point.h.
5696         (aarch64-linux-hw-point.o): New rule.
5697         * nat/aarch64-linux-hw-point.h: New file.
5698         * nat/aarch64-linux-hw-point.c: New file.
5699         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5700         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5701         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5702         (AARCH64_HWP_ALIGNMENT): Likewise.
5703         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5704         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5705         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5706         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5707         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5708         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5709         (struct aarch64_debug_reg_state): Likewise.
5710         (struct arch_lwp_info): Likewise.
5711         (aarch64_linux_set_debug_regs): Likewise.
5712         (aarch64_notify_debug_reg_change): Remove static.
5713         (aarch64_align_watchpoint): Likewise.
5714         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5715         (aarch64_watchpoint_length): Likewise.
5716         (aarch64_point_encode_ctrl_reg): Likewise
5717         (aarch64_point_is_aligned): Likewise.
5718         (aarch64_dr_state_insert_one_point): Likewise.
5719         (aarch64_dr_state_remove_one_point): Likewise.
5720         (aarch64_handle_breakpoint): Likewise.
5721         (aarch64_handle_aligned_watchpoint): Likewise.
5722         (aarch64_handle_unaligned_watchpoint): Likewise.
5723         (aarch64_handle_watchpoint): Likewise.
5724         * config/aarch64/linux.mh (NAT_FILE): Add
5725         aarch64-linux-hw-point.o.
5726
5727 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5728
5729         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5730         state and don't call aarch64_get_debug_reg_state.  All callers
5731         update.
5732         (aarch64_linux_insert_hw_breakpoint): Call
5733         aarch64_get_debug_reg_state earlier.
5734         (aarch64_linux_remove_hw_breakpoint): Likewise.
5735         (aarch64_handle_aligned_watchpoint): Add argument state and
5736         don't call aarch64_get_debug_reg_state.  All callers update.
5737         (aarch64_handle_unaligned_watchpoint): Likewise.
5738         (aarch64_handle_watchpoint): Add argument state.
5739         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5740         earlier.
5741         (aarch64_linux_remove_watchpoint): Likewise.
5742
5743 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5744
5745         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5746         debug_printf.
5747         (aarch64_handle_unaligned_watchpoint): Likewise.
5748
5749 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5750
5751         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5752         argument type's type to 'enum target_hw_bp_type'.
5753         (aarch64_dr_state_remove_one_point): Likewise.
5754         (aarch64_handle_breakpoint): Likewise.
5755         (aarch64_linux_insert_hw_breakpoint): Likewise.
5756         (aarch64_linux_remove_hw_breakpoint): Likewise.
5757         (aarch64_handle_aligned_watchpoint): Likewise.
5758
5759 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5760
5761         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5762         ptid_get_pid instead of get_thread_id.
5763
5764 2015-07-17  Yao Qi  <yao.qi@linaro.org>
5765
5766         * remote.c (get_current_thread): Initialise ptid to null_ptid.
5767         (add_current_inferior_and_thread): Don't initialise ptid.
5768
5769 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
5770
5771         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5772         unavailable if invalid.
5773
5774 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5775
5776         Revert the previous 6 commits:
5777         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5778         Move gdb_regex* to common/
5779         Prepare linux_find_memory_regions_full & co. for move
5780         Move linux_find_memory_regions_full & co.
5781         gdbserver build-id attribute generator
5782         Validate symbol file using build-id
5783
5784 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5785             Jan Kratochvil  <jan.kratochvil@redhat.com>
5786
5787         Validate symbol file using build-id.
5788         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5789         and 'show validate-build-id'.  Add build-id attribute.
5790         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5791         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5792         * solib-frv.c (_initialize_frv_solib): Ditto.
5793         * solib-spu.c (set_spu_solib_ops): Ditto.
5794         * solib-svr4.c: Include rsp-low.h.
5795         (NOTE_GNU_BUILD_ID_NAME): New define.
5796         (svr4_validate): New function.
5797         (svr4_copy_library_list): Duplicate field build_id.
5798         (library_list_start_library): Parse 'build-id' attribute.
5799         (svr4_library_attributes): Add 'build-id' attribute.
5800         (_initialize_svr4_solib): Assign validate value.
5801         * solib-target.c (solib.h): Include.
5802         (_initialize_solib_target): Assign validate value.
5803         * solib.c (validate_build_id, show_validate_build_id): New.
5804         (solib_map_sections): Use ops->validate.
5805         (clear_so): Free build_id.
5806         (default_solib_validate): New function.
5807         (_initialize_solib): Add "validate-build-id".
5808         * solib.h (default_solib_validate): New declaration.
5809         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
5810         (target_so_ops): New field 'validate'.
5811
5812 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5813             Jan Kratochvil  <jan.kratochvil@redhat.com>
5814
5815         gdbserver build-id attribute generator.
5816         * features/library-list-svr4.dtd (library-list-svr4): New
5817         'build-id' attribute.
5818
5819 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5820             Jan Kratochvil  <jan.kratochvil@redhat.com>
5821
5822         Move linux_find_memory_regions_full & co.
5823         * linux-tdep.c (nat/linux-maps.h): Include.
5824         (gdb_regex.h): Remove the include.
5825         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
5826         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
5827         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
5828         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
5829         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
5830         and target/target.h.
5831         (struct smaps_vmflags, read_mapping, decode_vmflags)
5832         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
5833         (linux_find_memory_regions_full): Move from linux-tdep.c.
5834         * nat/linux-maps.h (read_mapping): New declaration.
5835         (linux_find_memory_region_ftype, enum filterflags): Moved from
5836         linux-tdep.c.
5837         (linux_find_memory_regions_full): New declaration.
5838         * target.c (target/target-utils.h): Include.
5839         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
5840         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
5841         definitions to target/target-utils.c.
5842         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
5843         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
5844         from target.c.
5845         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
5846         (read_alloc): New declaration.
5847         (read_stralloc_func_ftype): New typedef.
5848         (read_stralloc): New declaration.
5849         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
5850
5851 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5852             Jan Kratochvil  <jan.kratochvil@redhat.com>
5853
5854         Prepare linux_find_memory_regions_full & co. for move.
5855         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
5856         (linux_find_memory_regions_full): Change signature and prepare
5857         for moving to linux-maps.
5858         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
5859         (linux_find_memory_regions_thunk): New.
5860         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
5861         (linux_find_memory_regions_gdb): New.
5862         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
5863         (linux_make_mappings_corefile_notes): Use
5864         linux_find_memory_regions_gdb.
5865         * target.c (read_alloc_pread_ftype): New typedef.
5866         (target_fileio_read_alloc_1_pread): New function.
5867         (read_alloc): Refactor from target_fileio_read_alloc_1.
5868         (read_stralloc_func_ftype): New typedef.
5869         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
5870         (read_stralloc): Refactored from target_fileio_read_stralloc.
5871         (target_fileio_read_stralloc): New implementation, use read_stralloc.
5872
5873 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5874
5875         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
5876         common/gdb_regex.h.
5877         (COMMON_OBS): Add gdb_regex.o.
5878         (gdb_regex.o): New.
5879         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
5880         --without-included-regex and USE_INCLUDED_REGEX.
5881         * common/gdb_regex.c: New file from utils.c functions.
5882         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
5883         file wrapping define name.
5884         * configure: Rebuilt.
5885         * configure.ac (gdb_use_included_regex, --without-included-regex)
5886         (USE_INCLUDED_REGEX): Move them to common/common.m4.
5887         * gdb_regex.h: Move it to common/gdb_regex.h.
5888         * utils.c: Remove include gdb_regex.h.
5889         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
5890         (compile_rx_or_error): Move them to common/gdb_regex.c.
5891
5892 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5893             Jan Kratochvil  <jan.kratochvil@redhat.com>
5894
5895         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5896         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
5897         common/target-utils.h.
5898         (COMMON_OBS): Add target-utils.o.
5899         (linux-maps.o, target-utils.o): New.
5900         * target/target-utils.c: New file.
5901         * target/target-utils.h: New file.
5902         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
5903         * config/i386/linux64.mh (NATDEPFILES): Ditto.
5904         * nat/linux-maps.c: New file.
5905         * nat/linux-maps.h: New file.
5906
5907 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
5908             Pedro Alves <palves@redhat.com>
5909
5910         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
5911         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
5912         (perf_event_read_bts): Change the type of SIZE and READ.
5913         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
5914         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
5915         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
5916         mmap page.
5917         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
5918         buffer size to UINT_MAX.
5919         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
5920         DATA_TAIL.
5921         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
5922         <last_head>: Change type.
5923         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
5924         * common/btrace-common.c (btrace_data_append): Change the type of
5925         SIZE.
5926         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
5927         check.
5928
5929 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
5930
5931         * gdbtypes.h (CHECK_TYPEDEF): Remove.
5932         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
5933         with check_typedef.
5934         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
5935         (ada_array_length): Likewise.
5936         (find_parallel_type_by_descriptive_type): Likewise.
5937         (ada_check_typedef): Likewise.
5938         * arm-tdep.c (arm_return_in_memory): Likewise.
5939         * ax-gdb.c (gen_trace_static_fields): Likewise.
5940         (gen_struct_ref_recursive): Likewise.
5941         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5942         (variable: block COLONCOLON name): Likewise.
5943         (qualified_name: TYPENAME COLONCOLON name): Likewise.
5944         * c-lang.c (classify_type): Likewise.
5945         * c-typeprint.c (c_print_type): Likewise.
5946         (c_print_typedef): Likewise.
5947         (c_type_print_base): Likewise.
5948         * c-valprint.c (c_val_print): Likewise.
5949         * compile/compile-c-types.c (convert_type): Likewise.
5950         * compile/compile-object-load.c (get_out_value_type): Likewise.
5951         * completer.c (add_struct_fields): Likewise.
5952         (expression_completer): Likewise.
5953         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
5954         (cp_lookup_nested_symbol_1): Likewise.
5955         (cp_lookup_nested_symbol): Likewise.
5956         * cp-valprint.c (cp_print_value_fields): Likewise.
5957         (cp_print_static_field): Likewise.
5958         * d-valprint.c (d_val_print): Likewise.
5959         * eval.c (evaluate_subexp_standard): Likewise.
5960         (evaluate_subexp_for_sizeof): Likewise.
5961         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5962         * f-typeprint.c (f_type_print_base): Likewise.
5963         * f-valprint.c (f_val_print): Likewise.
5964         * gdbtypes.c (get_discrete_bounds): Likewise.
5965         (create_array_type_with_stride): Likewise.
5966         (type_name_no_tag_or_error): Likewise.
5967         (lookup_struct_elt_type): Likewise.
5968         (get_unsigned_type_max): Likewise.
5969         (internal_type_vptr_fieldno): Likewise.
5970         (set_type_vptr_fieldno): Likewise.
5971         (internal_type_vptr_basetype): Likewise.
5972         (set_type_vptr_basetype): Likewise.
5973         (get_vptr_fieldno): Likewise.
5974         (is_integral_type): Likewise.
5975         (is_scalar_type): Likewise.
5976         (is_scalar_type_recursive): Likewise.
5977         (distance_to_ancestor): Likewise.
5978         (is_unique_ancestor_worker): Likewise.
5979         (check_types_equal): Likewise.
5980         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
5981
5982 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
5983
5984         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
5985         also test for language_d.
5986         (dwarf2_compute_name): Likewise.
5987         (read_func_scope): Likewise.
5988         (read_structure_type): Likewise.
5989         (new_symbol_full): Likewise.
5990         (determine_prefix): Likewise.
5991         (read_import_statement): Use dot as the separator for language_d.
5992         (typename_concat): Likewise, but don't prefix the D main function.
5993
5994 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
5995
5996         * nat/linux-namespaces.c (setns): Rename from this ...
5997         (do_setns): ... to this.  Support calling setns if it exists.
5998         (mnsh_handle_setns): Call do_setns.
5999
6000 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6001
6002         * exec.c (exec_file_attach): Add period at the end of error
6003         message.
6004
6005 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6006
6007         * tui/tui-win.c (window_name_completer): New function.
6008         (focus_completer): Call window_name_completer.  All old content
6009         moved into window_name_completer.
6010         (winheight_completer): New function.
6011         (_initialize_tui_win): Rename variable.  Add completer to
6012         winheight command.  Update doc string on winheight.
6013
6014 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6015
6016         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6017         all nios2 mach variants.
6018
6019 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6020
6021         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6022         of target_read_memory.
6023
6024 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6025
6026         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6027         string copy.
6028         (parse_scrolling_args): Likewise.
6029
6030 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6031
6032         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6033         names in this function.
6034
6035 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6036
6037         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6038         (CMD_NAME): Likewise.
6039         (DATA_NAME): Likewise.
6040         (DISASSEM_NAME): Likewise.
6041         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6042         (tui_set_win_height): Likewise.
6043         (parse_scrolling_args): Likewise.
6044
6045 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6046
6047         * record-btrace.c (record_btrace_goto_begin)
6048         (record_btrace_goto_end, record_btrace_goto): Move call to
6049         print_stack_frame ...
6050         (record_btrace_set_replay): ... here.  Set stop_pc.
6051         * record-full.c (record_full_goto_entry): Set stop_pc.
6052
6053 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6054
6055         * NEWS: Mention support for tracepoints on aarch64-linux.
6056
6057 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6058
6059         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6060         function.  Return 1.
6061         (the_low_target): Install it.
6062
6063 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6064
6065         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6066         * gdb.trace/collection.exp: Likewise.
6067         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6068         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6069         * gdb.trace/report.exp: Likewise.
6070         * gdb.trace/trace-break.exp: Likewise.
6071         * gdb.trace/unavailable.exp: Likewise.
6072         * gdb.trace/while-dyn.exp: Likewise.
6073
6074 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6075
6076         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6077         (aarch64_gen_return_address): New function.
6078         (aarch64_gdbarch_init): Hook it.
6079
6080 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6081
6082         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6083         swallow NOT_AVAILABLE_ERROR.
6084         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6085         available_p is not set.
6086         (aarch64_stub_frame_unwind_stop_reason): New function.
6087         (aarch64_stub_unwind): Install it.
6088
6089 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6090
6091         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6092         field.
6093         (aarch64_make_prologue_cache_1): New function, factored out from
6094         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6095         available_p.
6096         (aarch64_make_prologue_cache): Reimplement wrapping
6097         aarch64_make_prologue_cache_1, and swallowing
6098         NOT_AVAILABLE_ERROR.
6099         (aarch64_prologue_frame_unwind_stop_reason): New function.
6100         Return UNWIND_UNAVAILABLE if available_p is not set.
6101         (aarch64_prologue_unwind): Install it.
6102         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6103         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6104         frame_id_build_unavailable_stack if available_p is not set.
6105
6106 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6107
6108         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6109         fields.
6110         (aarch64_scan_prologue): Set prev_pc.
6111         (aarch64_make_prologue_cache): Set func.
6112         (aarch64_make_stub_cache): Set prev_pc.
6113         (aarch64_prologue_this_id): Remove local variables id, pc and
6114         func.  Read prev_pc and func from cache.
6115         (aarch64_stub_this_id): Read prev_pc from cache.
6116
6117 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6118
6119         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6120         argument this_cache.  Remove unused local variables reg and
6121         unwound_fp.  Return early if this_cache is already set.  Set
6122         this_cache.
6123         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6124
6125 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6126
6127         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6128         New argument this_cache.  Return early if this_cache is already
6129         set.  Set this_cache.
6130         (aarch64_prologue_this_id): Update call to
6131         aarch64_make_prologue_cache.
6132         (aarch64_prologue_prev_register): Likewise.
6133         (aarch64_normal_frame_base): Likewise.
6134
6135 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6136
6137         * c-valprint.c (c_val_print): Factor out memberptr printing code
6138         from c_val_print to ...
6139         (c_val_print_memberptr): ... this new function.
6140
6141 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6142
6143         * c-valprint.c (c_val_print): Factor out int printing code to ...
6144         (c_val_print_int): ... this new function.
6145
6146 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6147
6148         * c-valprint.c (c_val_print): Factor out struct and union
6149         printing code to ...
6150         (c_val_print_struct): ... this new function ...
6151         (c_val_print_union): ... and this new function.
6152
6153 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6154
6155         * c-valprint.c (c_val_print): Factor out pointer printing code
6156         to ...
6157         (c_val_print_ptr): ... this new function.
6158
6159 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6160
6161         * c-valprint.c (c_valprint): Factor our array printing code from
6162         c_val_print to ...
6163         (c_val_print_array): ... this new function.
6164
6165 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6166
6167         * c-valprint.c (c_val_print): Factor out pointer printing code
6168         to ...
6169         (print_unpacked_pointer): ... this new function.
6170
6171 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6172
6173         * c-valprint.c (c_val_print): Remove an assignment to i and move
6174         its declaration.
6175
6176 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6177
6178         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6179         argument ptid.  Update comments.  Caller update.
6180
6181 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6182
6183         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6184         mnt packets.
6185
6186 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6187
6188         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6189
6190 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6191
6192         * progspace.c (delete_program_space): Add missing spaces.
6193
6194 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6195
6196         * inferior.c (delete_inferior_1): Rename to ...
6197         (delete_inferior): ..., remove 'silent' parameter, delete
6198         program space when unused and remove call to prune_program_spaces.
6199         Remove the old, unused, delete_inferior.
6200         (delete_inferior_silent): Remove.
6201         (prune_inferiors): Change call from delete_inferior_1 to
6202         delete_inferior and remove 'silent' parameter. Remove call to
6203         prune_program_spaces.
6204         (remove_inferior_command): Idem.
6205         * inferior.h (delete_inferior_1): Rename to...
6206         (delete_inferior): ..., remove 'silent' parameter and remove the
6207         original delete_inferior.
6208         (delete_inferior_silent): Remove.
6209         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6210         delete_inferior_1 to delete_inferior and remove 'silent'
6211         parameter.
6212         * progspace.c (prune_program_spaces): Remove.
6213         (pspace_empty_p): Rename to...
6214         (program_space_empty_p): ... and make non-static.
6215         (delete_program_space): New.
6216         * progspace.h (prune_program_spaces): Remove declaration.
6217         (program_space_empty_p): New declaration.
6218         (delete_program_space): New declaration.
6219         * monitor.c (monitor_close): Replace call to
6220         delete_thread_silent and delete_inferior_silent with
6221         discard_all_inferiors.
6222
6223 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6224
6225         * defs.h (deprecated_register_changed_hook): Remove prototype.
6226         * interps.c (clear_iterpreter_hooks): Remove reference to
6227         deprecated_register_changed_hook.
6228         * top.c (deprecated_register_changed_hook): Remove prototype.
6229         * valops.c (value_assign): Remove reference to
6230         deprecated_register_changed_hook.
6231         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6232         Add comment documenting the function.
6233         (tui_register_changed_observer): Define.
6234         (tui_install_hooks): Remove reference to
6235         deprecated_register_changed_hook.  Set
6236         tui_register_changed_observer.
6237         (tui_remove_hooks): Remove reference to
6238         deprecated_register_changed_hook.  Unset
6239         tui_register_changed_observer.
6240
6241 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6242
6243         PR compile/18484
6244         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6245
6246 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6247
6248         PR exp/18617
6249         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6250
6251 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6252
6253         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6254
6255 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6256
6257         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6258         Use safe_strerror() instead of strerror().
6259
6260 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6261
6262         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6263         * features/arm-with-m-fpa-layout.c: Regenerated.
6264         * features/arm-with-m-vfp-d16.xml: Likewise.
6265         * features/arm-with-m-vfp-d16.c: Regenerated.
6266         * features/arm-with-m.xml: Likewise.
6267         * features/arm-with-m.c: Regenerated.
6268         * features/arm-with-neon.xml: Likewise.
6269         * features/arm-with-neon.c: Regenerated.
6270         * features/arm-with-vfpv2.xml: Likewise.
6271         * features/arm-with-vfpv2.c: Regenerated.
6272         * features/arm-with-vfpv3.xml: Likewise.
6273         * features/arm-with-vfpv3.c: Regenerated.
6274
6275 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6276
6277         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6278         arm-linux-nat.c.
6279         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6280         elf/external.h.
6281         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6282         if target is 32-bit.
6283         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6284         if target is 32-bit.
6285         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6286         if target is 32-bit.
6287         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6288         if target is 32-bit.
6289         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6290         (aarch64_linux_read_description): Return the right target
6291         description.
6292         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6293         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6294         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6295         arm-linux-tdep.o.
6296
6297 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6298
6299         * aarch32-linux-nat.c: New file.
6300         * aarch32-linux-nat.h: New file.
6301         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6302         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6303         aarch32_gp_regcache_supply.
6304         (store_regs): Move code to aarch32-linux-nat.c.  Call
6305         aarch32_gp_regcache_collect.
6306         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6307         aarch32_vfp_regcache_supply.
6308         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6309         aarch32_vfp_regcache_collect.
6310         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6311
6312 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6313
6314         * arm-linux-nat.c (store_fpregister): Remove.
6315         (store_register): Likewise.
6316         (fetch_fpregister): Likewise.
6317         (fetch_register): Likewise.
6318         (arm_linux_store_inferior_registers): Call store_regs and
6319         store_fpregs instead.
6320         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6321         fetch_regs instead.
6322
6323 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6324
6325         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6326         and focus commands.
6327
6328 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6329
6330         * NEWS: Create a new section for the next release branch.
6331         Rename the section of the current branch, now that it has
6332         been cut.
6333
6334 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6335
6336         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6337         * version.in: Bump version to 7.10.50.DATE-cvs.
6338
6339 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6340
6341         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6342         breakpoints in a special way.
6343         (remove_breakpoint): Likewise.
6344         (mark_breakpoints_out): Likewise.
6345
6346 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6347
6348         * doc/gdb.texinfo (TUI): Add comma after @xref.
6349
6350 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6351
6352         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6353         instead of casting the structure type.
6354
6355 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6356
6357         * valops.c (search_struct_field): Remove OFFSET parameter.
6358         (value_cast_structs): Adjust calls to search_struct_field.
6359         (value_struct_elt): Same.
6360         (find_overload_match): Same.
6361
6362 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6363
6364         * value.c (value_fetch_lazy): Update comment, change return
6365         value to void.
6366         * value.h (value_fetch_lazy): Change return value to void.
6367
6368 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6369
6370         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6371         (tui_win_name): Make parameter and result const.
6372         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6373
6374 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6375
6376         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6377         use printf_unfiltered.
6378         (set_mpx_cmd): Add missing trailing space to command string
6379         literal.
6380         (_initialize_i386_tdep): Give the "mpx" prefix command its
6381         correct name.
6382
6383 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6384
6385         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6386         (enum rx_frame_type): New.
6387         (struct rx_prologue): Add new field `frame_type'.
6388         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6389         parameter in the prologue struct.  Add code for recording
6390         locations of PC and PSW for fast interrupt and exception frames.
6391         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6392         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6393         (rx_frame_type): New function.
6394         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6395         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6396         `this_cache'.
6397         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6398         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6399         RX_FRAME_TYPE_FAST_INTERRUPT.
6400         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6401         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6402         (rx_frame_unwind): Use rx_frame_sniffer instead of
6403         default_frame_sniffer.
6404         (rx_frame_unwind): New unwinder.
6405         (rx_gdbarch_init): Register new unwinder.
6406
6407 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6408
6409         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6410         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6411         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6412         and RX_FPSW_REGNUM.
6413         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6414
6415 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6416
6417         Fix GCC false warning.
6418         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6419
6420 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6421
6422         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6423         typo in the debugging message.
6424
6425 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6426
6427         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6428         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6429         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6430         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6431         (btrace_maint_clear): New.
6432         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6433         (pt_print_packet, btrace_maint_decode_pt)
6434         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6435         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6436         (maint_btrace_packet_history_cmd)
6437         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6438         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6439         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6440         (maint_info_btrace_cmd, _initialize_btrace): New.
6441         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6442         (btrace_maint_packet_history, btrace_maint_info): New.
6443         (btrace_thread_info) <maint>: New.
6444         * NEWS: Announce it.
6445
6446 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6447
6448         * btrace.c (btrace_fetch): Append the new trace data.
6449         (btrace_clear): Clear the stored trace data.
6450         * btrace.h (btrace_thread_info) <data>: New.
6451         * common/btrace-common.h (btrace_data_clear)
6452         (btrace_data_append): New.
6453         * common/btrace-common.c (btrace_data_clear)
6454         (btrace_data_append): New.
6455
6456 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6457
6458         * nat/linux-btrace.c (linux_enable_bts): Check for
6459         PERF_ATTR_SIZE_VER5.
6460         Check for data_offset and data_size fields.  Use them.
6461
6462 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6463
6464         * NEWS: Announce new commands "record btrace pt" and "record pt".
6465         Announce new options "set|show record btrace pt buffer-size".
6466         * btrace.c: Include "rsp-low.h".
6467         Include "inttypes.h".
6468         (btrace_add_pc): Add forward declaration.
6469         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6470         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6471         (btrace_compute_ftrace_pt): New.
6472         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6473         (check_xml_btrace_version): Update version check.
6474         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6475         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6476         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6477         (btrace_pt_children): New.
6478         (btrace_children): Add support for "pt".
6479         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6480         (btrace_conf_children): Add support for "pt".
6481         * btrace.h: Include "intel-pt.h".
6482         (btrace_pt_error): New.
6483         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6484         (btrace_data_empty): Support BTRACE_FORMAT_PT.
6485         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6486         (struct btrace_config_pt): New.
6487         (struct btrace_config)<pt>: New.
6488         (struct btrace_data_pt_config, struct btrace_data_pt): New.
6489         (struct btrace_data)<pt>: New.
6490         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6491         (pt): New.
6492         * features/btrace.dtd (btrace)<pt>: New.
6493         (pt, pt-config, cpu): New.
6494         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6495         (perf_event_pt_event_type, kernel_supports_pt)
6496         (linux_supports_pt): New.
6497         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6498         (linux_enable_bts): Free tinfo on error.
6499         (linux_enable_pt): New.
6500         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6501         (linux_disable_pt): New.
6502         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6503         (linux_fill_btrace_pt_config, linux_read_pt): New.
6504         (linux_read_btrace): Support BTRACE_FORMAT_PT.
6505         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6506         (struct btrace_target_info)<pt>: New.
6507         * record-btrace.c (set_record_btrace_pt_cmdlist)
6508         (show_record_btrace_pt_cmdlist): New.
6509         (record_btrace_print_pt_conf): New.
6510         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6511         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6512         (cmd_record_btrace_pt_start): New.
6513         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6514         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6515         (_initialize_record_btrace): Add new commands.
6516         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6517         (remote_protocol_features): Add "Qbtrace:pt".
6518         Add "Qbtrace-conf:pt:size".
6519         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6520         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6521         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6522         (_initialize_remote): Add new commands.
6523
6524 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6525
6526         * configure.ac: check for libipt
6527         * configure: Regenerate.
6528         * config.in: Regenerate.
6529         * Makefile.in (LIBIPT): New.
6530         (CLIBS): Add $LIBIPT.
6531         * NEWS: document new configure options
6532
6533 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6534
6535         * compile/compile-object-load.c (compile_object_load): Replace debug
6536         message "lookup undefined ELF symbol" by 3 more specific messages.
6537
6538 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
6539
6540         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6541         (rl78_register_type): Add case for RL78_PSW_REGNUM.
6542         (rl78_gdbarch_init): Initialize rl78_psw_type.
6543
6544 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
6545
6546         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6547         Update commentary.  Always refresh the registers when frame
6548         information has changed.
6549         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6550         Change return type to int.  Return 1 if frame information has
6551         changed, 0 otherwise.
6552         (tui_before_prompt): Update commentary.
6553         * tui/tui-stack.h (tui_show_frame_info): Change return type to
6554         int.
6555
6556 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6557
6558         PR tui/13378
6559         * frame.c (select_frame): Remove reference to
6560         deprecated_selected_frame_level_changed_hook.
6561         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6562         declaration.
6563         * stack.c (deprecated_selected_frame_level_changed_hook):
6564         Likewise.
6565         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6566         Rename to ...
6567         (tui_refresh_frame_and_register_information): ... this.  Bail
6568         out if there is no stack.  Don't update register information
6569         unless registers_too_p is true.
6570         (tui_print_frame_info_listing_hook): Rename to ...
6571         (tui_dummy_print_frame_info_listing_hook): ... this.
6572         (tui_before_prompt): New function.
6573         (tui_normal_stop): New function.
6574         (tui_before_prompt_observer): New observer.
6575         (tui_normal_stop_observer): New observer.
6576         (tui_install_hooks): Set
6577         deprecated_print_frame_info_listing_hook to
6578         tui_dummy_print_frame_info_listing_hook.  Register
6579         tui_before_prompt_observer to call tui_before_prompt and
6580         tui_normal_stop_observer to call tui_normal_stop.  Remove
6581         reference to deprecated_selected_frame_level_changed_hook.
6582         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6583         and tui_normal_stop_observer.  Remove reference to
6584         deprecated_selected_frame_level_changed_hook.
6585
6586 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6587
6588         PR tui/13378
6589         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6590         return an int instead of void.  Return whether the locator
6591         window has changed.
6592         (tui_show_frame_info): If the locator info has not changed, then
6593         bail out early to avoid refreshing the windows.
6594
6595 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
6596
6597         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6598         LOCATOR_WIN to tui_alloc_content.
6599
6600 2015-06-30  Yao Qi  <yao.qi@linaro.org>
6601
6602         PR tdep/18605
6603         * arm-tdep.c (arm_get_next_pc_raw): Break for media
6604         instructions.
6605
6606 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
6607
6608         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6609         (rx_dwarf_reg_to_regnum): New function.
6610         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
6611         unwinding.
6612
6613 2015-06-29  Pedro Alves  <palves@redhat.com>
6614
6615         PR threads/18127
6616         * infcall.c (run_inferior_call): On infcall success, if the thread
6617         was marked stopped before, reset it back to stopped.
6618         * infrun.c (resume): Don't suppress the set_running calls when
6619         doing an infcall.
6620         (normal_stop): Only discard the finish_thread_state cleanup if the
6621         infcall succeeded.
6622
6623 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
6624
6625         * MAINTAINERS (Write After Approval): Update my email address.
6626
6627 2015-06-26  Keith Seitz  <keiths@redhat.com>
6628             Doug Evans  <dje@google.com>
6629
6630         PR 16253
6631         * block.c (block_lookup_symbol): For non-function blocks,
6632         continue to search for a symbol with an exact domain match
6633         Otherwise, return any previously found "best domain" symbol.
6634         (block_lookup_symbol_primary): Likewise.
6635
6636 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6637
6638         * NEWS: Mention the new option "history remove-duplicates".
6639         * top.c (history_remove_duplicates): New static variable.
6640         (show_history_remove_duplicates): New static function.
6641         (gdb_add_history): Conditionally remove duplicate history
6642         entries.
6643         (init_main): Add "history remove-duplicates" option.
6644
6645 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6646
6647         * tui/tui-win.c (focus_completer): New static function.
6648         (_initialize_tui_win): Set the completion function of the
6649         "focus" command to focus_completer.
6650
6651 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6652
6653         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6654         and language_asm..
6655         * symtab.c (find_function_start_sal): Likewise.
6656
6657 2015-06-25  Gary Benson  <gbenson@redhat.com>
6658
6659         * solib.c (solib_find_1): Set local variable sysroot to NULL if
6660         it is the empty string after trailing slashes have been stripped.
6661
6662 2015-06-25  Gary Benson  <gbenson@redhat.com>
6663
6664         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6665         * infrun.c (follow_exec): Likewise.
6666         * remote.c (remote_filesystem_is_local): Likewise.
6667         * solib.c (solib_find_1): Likewise.
6668
6669 2015-06-24  Keith Seitz  <keiths@redhat.com>
6670
6671         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6672         return value from lrealpath.
6673
6674 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6675
6676         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6677
6678 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
6679
6680         * remote-sim.c: Include gdb_bfd.h.
6681         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6682         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6683
6684 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6685
6686         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6687         set_gdbarch_get_siginfo_type.
6688         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6689         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6690         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6691         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6692         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6693         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6694         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6695         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6696         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6697         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6698
6699 2015-06-24  Gary Benson  <gbenson@redhat.com>
6700
6701         * common/buffer.c (stdint.h): Do not include.
6702         * common/print-utils.c (stdint.h): Likewise.
6703         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6704         * compile/compile-c-types.c (gdb_assert.h): Likewise.
6705         * ft32-tdep.c (gdb_assert.h): Likewise.
6706         * guile/scm-utils.c (stdint.h): Likewise.
6707         * i386-linux-tdep.c (stdint.h): Likewise.
6708         * i386-tdep.c (stdint.h): Likewise.
6709         * nat/linux-btrace.c (stdint.h): Likewise.
6710         * nat/linux-btrace.h (stdint.h): Likewise.
6711         * nat/linux-ptrace.c (stdint.h): Likewise.
6712         * nat/mips-linux-watch.h (stdint.h): Likewise.
6713         * ppc-linux-nat.c (stdint.h): Likewise.
6714         * python/python-internal.h (stdint.h): Likewise.
6715         * stub-termcap.c (stdlib.h): Likewise.
6716         * target/target.h (stdint.h): Likewise.
6717         * xtensa-linux-nat.c (stdint.h): Likewise.
6718
6719 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
6720
6721         * top.c (init_history): Look at errno after calling strtol to
6722         properly map large GDBHISTSIZE values to infinity.
6723
6724 2015-06-23  Doug Evans  <dje@google.com>
6725
6726         * inferior.h (struct inferior_suspend_state): Delete, unused.
6727         All references deleted.
6728
6729 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
6730
6731         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6732         (microblaze_push_dummy_call): Likewise.
6733         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6734         and set_gdbarch_push_dummy_call.
6735
6736 2015-06-23  Yao Qi  <yao.qi@linaro.org>
6737
6738         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6739         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6740         (amd64_linux_store_inferior_registers): Likewise.
6741         * arm-linux-nat.c (fetch_fpregister): Likewise.
6742         (fetch_fpregs, store_fpregister): Likewise.
6743         (store_fpregister, store_fpregs): Likewise.
6744         (fetch_register, fetch_regs): Likewise.
6745         (store_register, store_regs): Likewise.
6746         (fetch_vfp_regs, store_vfp_regs): Likewise.
6747         (arm_linux_read_description): Check have_ptrace_getregset is
6748         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
6749         or TRIBOOL_FALSE.
6750         * i386-linux-nat.c (fetch_xstateregs): Check
6751         have_ptrace_getregset is not TRIBOOL_TRUE.
6752         (store_xstateregs): Likewise.
6753         * linux-nat.c (have_ptrace_getregset): Change its type to
6754         enum tribool.
6755         * linux-nat.h (tribool): New enum.
6756         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6757         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6758
6759 2015-06-19  Doug Evans  <dje@google.com>
6760
6761         * NEWS: Mention Sun's version of stabs is no longer supported.
6762         * elfread.c (free_elfinfo): Delete.  All uses updated.
6763         (elfstab_offset_sections): Delete.  All uses updated.
6764         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
6765         * psympriv.h (partial_symtab) <section_offsets>: Delete.
6766         All uses updated.
6767         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6768         All callers updated.
6769
6770 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
6771
6772         * common/rsp-low.c (needs_escaping): New.
6773         (remote_escape_output): Add unit_size parameter. Refactor to
6774         support multi-byte addressable units.  Rename parameters.
6775         * common/rsp-low.h (remote_escape_output): Add unit_size
6776         parameter and rename others. Update doc.
6777         * remote.c (align_for_efficient_write): New.
6778         (remote_write_bytes_aux): Add unit_size parameter and use it.
6779         Rename some variables.  Update doc.
6780         (remote_xfer_partial): Get unit size and use it.
6781         (remote_read_bytes_1): Add unit_size parameter and use it.
6782         Rename some variables. Update doc.
6783         (remote_write_bytes): Same.
6784         (remote_xfer_live_readonly_partial): Same.
6785         (remote_read_bytes): Same.
6786         (remote_flash_write): Update call to remote_write_bytes_aux.
6787         (remote_write_qxfer): Update call to remote_escape_output.
6788         (remote_search_memory): Same.
6789         (remote_hostio_pwrite): Same.
6790
6791 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
6792
6793         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6794         locations as inserted.
6795         Update and expand comment about permanent locations.
6796         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6797         Move comment to add_location_to_breakpoint.
6798         (update_global_location_list): Don't error out if a permanent
6799         breakpoint is not marked inserted.
6800         Don't error out if a non-permanent breakpoint location is inserted on
6801         top of a permanent breakpoint.
6802
6803 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
6804
6805         * breakpoint.c (make_breakpoint_permanent): Remove unused
6806         function.
6807         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
6808
6809 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6810
6811         PR gdb/16999
6812         * NEWS: Mention new GDBHISTSIZE behavior.
6813         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
6814         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
6815
6816 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6817
6818         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
6819         * top.c (init_history): Read from GDBHISTSIZE instead of
6820         HISTSIZE.
6821         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
6822
6823 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6824
6825         * top.c (gdb_safe_append_history): Do not call
6826         history_truncate_file if the history is not stifled.
6827
6828 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6829
6830         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
6831         * syscalls/s390x-linux.xml: Likewise.
6832
6833 2015-06-16  Michael Eager  <eager@eagercon.com>
6834
6835         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
6836
6837 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
6838
6839         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
6840         target_terminal_ours_for_output() before calling
6841         tui_show_frame_info(), and restore the original terminal
6842         settings afterwards.
6843
6844 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
6845
6846         * arm-linux-nat.c: Include nat/linux-ptrace.h.
6847
6848 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
6849
6850         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
6851         memory unit size.
6852         (mi_cmd_data_write_memory_bytes): Same.
6853
6854 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
6855
6856         * corefile.c (write_memory): Update doc.
6857         * gdbcore.h (write_memory): Same.
6858
6859 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6860
6861         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
6862         (dump_mapping_p): Use it for parameter filterflags.
6863         (linux_find_memory_regions_full): Use it for variable filterflags.
6864
6865 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
6866             Jan Kratochvil  <jan.kratochvil@redhat.com>
6867
6868         Merge multiple hex conversions.
6869         * monitor.c: Include rsp-low.h.
6870         (fromhex): Remove definition.
6871
6872 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
6873             Jan Kratochvil  <jan.kratochvil@redhat.com>
6874
6875         Move utility functions to common/.
6876         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
6877         Move defs to common/common-utils.c.
6878         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
6879         (skip_to_space_const): Move decls to common/common-utils.h.
6880         * common/common-defs.h: Move include of common-types.h before
6881         common-utils.h.
6882         * common/common-utils.c: Include host-defs.h and ctype.h.
6883         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
6884         from utils.c.
6885         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
6886         cli/cli-utils.c.
6887         * common/common-utils.h (strtoulst): Move decl from utils.h.
6888         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
6889         Move from cli/cli-utils.h.
6890         * common/host-defs.h: Include limits.h.
6891         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
6892         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
6893         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
6894         common/common-utils.h.
6895         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
6896         (strtoulst): Move to common/common-utils.c.
6897         * utils.h (strtoulst): Moved decl to common/common-utils.h.
6898
6899 2015-06-15  Yao Qi  <yao.qi@linaro.org>
6900
6901         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
6902
6903 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
6904
6905         * build-id.c: Don't include elf-bfd.h.
6906         (build_id_bfd_get): Use bfd_build_id.
6907         (build_id_verify): Ditto.
6908         * build-id.h: Ditto.
6909         (find_separate_debug_file_by_buildid): Ditto.
6910         * python/py-objfile.c: Don't include elf-bfd.h.
6911         (objfpy_get_build_id) Use bfd_build_id.
6912         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
6913         * coffread.c: Include build-id.h.
6914         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
6915
6916 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
6917
6918         * windows-nat.c (do_windows_fetch_inferior_registers)
6919         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
6920         conditional with __CYGWIN__.
6921
6922 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6923
6924         * completer.c: Add arch-utils.h include.
6925         (enum reg_completer_targets): New enum.
6926         (reg_or_group_completer_1): New function containing old
6927         reg_or_group_completer, add and use new parameter to control what
6928         is completed on.  Use get_current_arch rather than architecture of
6929         currently selected frame.
6930         (reg_or_group_completer): Call new reg_or_group_completer_1.
6931         (reggroup_completer): Call new reg_or_group_completer_1.
6932         * completer.h (reggroup_completer): Add declaration.
6933         * tui/tui-regs.c: Add 'completer.h' include.
6934         (tui_reg_next_command): Renamed to...
6935         (tui_reg_next): ...this.  Adjust parameters and return rather than
6936         display new group.
6937         (tui_reg_prev_command): Renamed to...
6938         (tui_reg_prev): ...this.  Adjust parameters and return rather than
6939         display new group.
6940         (tui_reg_float_command): Delete.
6941         (tui_reg_general_command): Delete.
6942         (tui_reg_system_command): Delete.
6943         (tui_reg_command): Rewrite to perform switching of register group.
6944         Add header comment.
6945         (tuireglist): Remove.
6946         (tui_reggroup_completer): New function.
6947         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
6948         creation of 'tui reg' command.
6949         * NEWS: Add comment about 'tui reg' changes.
6950
6951 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
6952
6953         * target.c (target_read): Consider addressable unit size when
6954         reading from a memory object.
6955         (read_memory_robust): Same.
6956         (read_whatever_is_readable): Same.
6957         (target_write_with_progress): Consider addressable unit size
6958         when writing to a memory object.
6959         * target.h (target_read): Update documentation.
6960         (target_write): Add documentation.
6961
6962 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
6963
6964         * arch-utils.h (default_addressable_memory_unit_size): New.
6965         * arch-utils.c (default_addressable_memory_unit_size): New.
6966         * gdbarch.sh (addressable_memory_unit_size): New.
6967         * gdbarch.h: Re-generate.
6968         * gdbarch.c: Re-generate.
6969
6970 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
6971
6972         * target.c (target_read): Rename variables and use
6973         TARGET_XFER_E_IO.
6974         (target_read_with_progress): Same.
6975         (read_memory_robust): Constify parameters and rename
6976         variables.
6977         (read_whatever_is_readable): Constify parameters,
6978         rename variables, adjust formatting.
6979         * target.h (read_memory_robust): Constify parameters.
6980
6981 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6982
6983         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
6984         synthetic (non-AltiVec) vector types.
6985         (ppc64_sysv_abi_return_value): Likewise.
6986
6987 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6988
6989         PR breakpoints/16465
6990         * breakpoint.c (create_breakpoint): Save extra_string for
6991         pending breakpoints.
6992
6993 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6994
6995         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
6996         and bt_mask to CORE_ADDR.
6997
6998 2015-06-11  Gary Benson <gbenson@redhat.com>
6999
7000         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7001         (mnsh_recv_message): Likewise.
7002
7003 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7004
7005         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7006         long long int and plongest instead of %ll.
7007
7008 2015-06-11  Gary Benson <gbenson@redhat.com>
7009
7010         * nat/linux-namespaces.c (gdb_wait.h): New include.
7011         (sys/wait.h): Do not include.
7012
7013 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7014
7015         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7016         end_sequence is true.
7017
7018 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7019
7020         Code cleanup.
7021         * solib-target.c (library_list_start_list): Use explicit NULL
7022         comparison.
7023
7024 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7025
7026         * solib-target.c (library_list_start_list): Do not dereference
7027         variable version in its initialization.  Make the VERSION check handle
7028         NULL.
7029         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7030
7031 2015-06-10  Gary Benson <gbenson@redhat.com>
7032
7033         * NEWS: Announce support for direct access of executable and
7034         shared library files when attaching to inferiors in containers
7035         on GNU/Linux systems.
7036
7037 2015-06-10  Gary Benson <gbenson@redhat.com>
7038
7039         * remote.c (struct remote_state) <fs_pid>: New field.
7040         (new_remote_state): Initialize the above.
7041         (PACKET_vFile_setfs): New enum value.
7042         (remote_hostio_set_filesystem): New function.
7043         (remote_hostio_open): Call the above.
7044         (remote_hostio_unlink): Likewise.
7045         (remote_hostio_readlink): Likewise.
7046         (_initialize_remote): Register new "set/show remote
7047         hostio-setfs-packet" command.
7048         * NEWS: Announce new vFile:setfs packet.
7049
7050 2015-06-10  Gary Benson <gbenson@redhat.com>
7051
7052         * linux-nat.c (nat/linux-namespaces.h): New include.
7053         (fileio.h): Likewise.
7054         (linux_nat_filesystem_is_local): New function.
7055         (linux_nat_fileio_pid_of): Likewise.
7056         (linux_nat_fileio_open): Likewise.
7057         (linux_nat_fileio_readlink): Likewise.
7058         (linux_nat_fileio_unlink): Likewise.
7059         (linux_nat_add_target): Initialize to_filesystem_is_local,
7060         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7061         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7062         commands.
7063         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7064
7065 2015-06-10  Gary Benson <gbenson@redhat.com>
7066
7067         * target.h (struct inferior): New forward declaration.
7068         (struct target_ops) <to_filesystem_is_local>: Update comment.
7069         (struct target_ops) <to_fileio_open>: New argument inf.
7070         Update comment.  All implementations updated.
7071         (struct target_ops) <to_fileio_unlink>: Likewise.
7072         (struct target_ops) <to_fileio_readlink>: Likewise.
7073         (target_filesystem_is_local): Update comment.
7074         (target_fileio_open): New argument inf.  Update comment.
7075         (target_fileio_unlink): Likewise.
7076         (target_fileio_readlink): Likewise.
7077         (target_fileio_read_alloc): Likewise.
7078         (target_fileio_read_stralloc): Likewise.
7079         * target.c (target_fileio_open): New argument inf.
7080         Pass inf to implementation.  Update debug printing.
7081         (target_fileio_unlink): Likewise.
7082         (target_fileio_readlink): Likewise.
7083         (target_fileio_read_alloc_1): New argument inf. Pass inf
7084         to target_fileio_open.
7085         (target_fileio_read_alloc): New argument inf. Pass inf to
7086         target_fileio_read_alloc_1.
7087         (target_fileio_read_stralloc): Likewise.
7088         * gdb_bfd.c (inferior.h): New include.
7089         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7090         argument with new argument "inferior".  Pass inferior to
7091         target_fileio_open.
7092         (gdb_bfd_open): Supply inferior argument to
7093         gdb_bfd_iovec_fileio_open.
7094         * linux-tdep.c (linux_info_proc): Supply inf argument to
7095         relevant target_fileio calls.
7096         (linux_find_memory_regions_full): Likewise.
7097         (linux_fill_prpsinfo): Likewise.
7098         * remote.c (remote_filesystem_is_local): Supply inf
7099         argument to remote_hostio_open.
7100         (remote_file_put): Likewise.
7101         (remote_file_get): Likewise.
7102         (remote_file_delete): Supply inf argument to
7103         remote_hostio_unlink.
7104
7105 2015-06-10  Gary Benson <gbenson@redhat.com>
7106
7107         * inf-child.c (inf_child_fileio_open): Replace comment.
7108         (inf_child_fileio_pwrite): Likewise.
7109         (inf_child_fileio_pread): Likewise.
7110         (inf_child_fileio_fstat): Insert blank line before comment.
7111         (inf_child_fileio_close): Replace comment.
7112         (inf_child_fileio_unlink): Likewise.
7113         (inf_child_fileio_readlink): Likewise.
7114         * remote.c (remote_hostio_open): Likewise.
7115         (remote_hostio_pread): Likewise.
7116         (remote_hostio_pwrite): Likewise.
7117         (remote_hostio_close): Likewise.
7118         (remote_hostio_unlink): Likewise.
7119         (remote_hostio_readlink): Likewise.
7120         (remote_hostio_fstat): Likewise.
7121         (remote_filesystem_is_local): Likewise.
7122         * target.c (target_fileio_open): Likewise.
7123         (target_fileio_pwrite): Likewise.
7124         (target_fileio_pread): Likewise.
7125         (target_fileio_fstat): Insert blank line before comment.
7126         (target_fileio_close): Replace comment.
7127         (target_fileio_unlink): Likewise.
7128         (target_fileio_readlink): Likewise.
7129         (target_fileio_read_alloc): Likewise.
7130         (target_fileio_read_stralloc): Likewise.
7131
7132 2015-06-10  Gary Benson <gbenson@redhat.com>
7133
7134         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7135         (check_pid_namespace_match): Use linux_ns_same rather than
7136         linux_proc_pid_get_ns to spot PID namespace mismatches.
7137         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7138         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7139
7140 2015-06-10  Gary Benson <gbenson@redhat.com>
7141
7142         * configure.ac (AC_CHECK_FUNCS): Add setns.
7143         * config.in: Regenerate.
7144         * configure: Likewise.
7145         * nat/linux-namespaces.h: New file.
7146         * nat/linux-namespaces.c: Likewise.
7147         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7148         (linux-namespaces.o): New rule.
7149         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7150         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7151         * config/arm/linux.mh (NATDEPFILES): Likewise.
7152         * config/i386/linux.mh (NATDEPFILES): Likewise.
7153         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7154         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7155         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7156         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7157         * config/mips/linux.mh (NATDEPFILES): Likewise.
7158         * config/pa/linux.mh (NATDEPFILES): Likewise.
7159         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7160         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7161         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7162         * config/s390/linux.mh (NATDEPFILES): Likewise.
7163         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7164         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7165         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7166         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7167
7168 2015-06-10  Gary Benson <gbenson@redhat.com>
7169
7170         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7171         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7172         (make_cleanup_close): Likewise.
7173         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7174         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7175         (make_cleanup_close): Likewise.
7176
7177 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7178
7179         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7180         from SuspendThread().
7181
7182 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7183
7184         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7185         from OutputDebugString.
7186
7187 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7188                         Mircea Gherzan  <mircea.gherzan@intel.com>
7189
7190         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7191         MPX_BT_MASK_32): New macros.
7192         (i386_mpx_set_bounds): New function that implements
7193         the command "set-mpx-bound".
7194         (i386_mpx_enabled): Helper function to test MPX availability.
7195         (i386_mpx_bd_base): Helper function to calculate the base directory
7196         address.
7197         (i386_mpx_get_bt_entry): Helper function to access a bound
7198         table entry.
7199         (i386_mpx_print_bounds): Effectively display bound information.
7200         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7201         "show mpx".
7202         (_initialize_i386_tdep):
7203         Add "bound" to the commands "show mpx" and "set mpx" commands.
7204         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7205         and "show mpx" commands.
7206         * NEWS: List new commands for MPX support.
7207
7208 2015-06-09  Gary Benson <gbenson@redhat.com>
7209
7210         * common/fileio.h (fileio_to_host_mode): New declaration.
7211         * common/fileio.c (fileio_to_host_mode): New Function.
7212         * inf-child.c (inf_child_fileio_open): Process mode argument
7213         with fileio_to_host_mode.
7214
7215 2015-06-09  Gary Benson <gbenson@redhat.com>
7216
7217         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7218         conditional.
7219
7220 2015-06-05  Gary Benson <gbenson@redhat.com>
7221
7222         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7223         * remote.c (remote_filesystem_is_local): ...here.
7224
7225 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7226
7227         * gdbarch.c: Regenerate it.
7228
7229 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7230
7231         * arch-utils.c (default_infcall_munmap): New.
7232         * arch-utils.h (default_infcall_munmap): New declaration.
7233         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7234         (munmap_list_free, munmap_listp_free_cleanup): New.
7235         (struct setup_sections_data): Add field munmap_list_headp.
7236         (setup_sections): Call munmap_list_add.
7237         (compile_object_load): New variable munmap_list_head, initialize
7238         setup_sections_data.munmap_list_headp, return munmap_list_head.
7239         * compile/compile-object-load.h (struct munmap_list): New declaration.
7240         (struct compile_module): Add field munmap_list_head.
7241         (munmap_list_free): New declaration.
7242         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7243         munmap_list_head.
7244         (do_module_cleanup): Call munmap_list_free.
7245         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7246         * gdbarch.c: Regenerate.
7247         * gdbarch.h: Regenerate.
7248         * gdbarch.sh (infcall_munmap): New.
7249         * linux-tdep.c (linux_infcall_munmap): New.
7250         (linux_init_abi): Install it.
7251
7252 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7253
7254         PR gdb/15564
7255         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7256
7257 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7258
7259         * i386-linux-nat.c: Include linux-nat.h.
7260
7261 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7262             Jan Kratochvil  <jan.kratochvil@redhat.com>
7263
7264         PR symtab/18392
7265         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7266         assertion.
7267         * dwarf2loc.c (chain_candidate): Likewise.
7268
7269 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7270
7271         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7272         (store_vfp_regs): Use PTRACE_SETREGSET.
7273
7274 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7275
7276         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7277         (fetch_fpregs): Likewise.
7278         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7279         (store_fpregs): Likewise.
7280
7281 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7282
7283         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7284         (fetch_regs): Likewise.
7285         (store_regs): Use PTRACE_SETREGSET.
7286         (store_register): Likewise.
7287
7288 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7289
7290         * arm-linux-nat.c (arm_linux_read_description): Check whether
7291         kernel supports PTRACE_GETREGSET.
7292
7293 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7294
7295         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7296         * linux-nat.c: ... here.
7297         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7298         to ...
7299         * linux-nat.h: ... here.
7300
7301 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7302
7303         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7304         * i386-linux-nat.c: Likewise.
7305         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7306         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7307         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7308         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7309         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7310
7311 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7312
7313         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7314         compatible to what read_child and write_child return.  This
7315         unbreaks that DJGPP build of GDB which was broken since v7.7.
7316
7317 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7318
7319         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7320
7321 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7322
7323         PR gdb/18464
7324         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7325         rather than internal_error for an unrecognized value.
7326
7327 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7328
7329         * xtensa-tdep.c (xtensa_pseudo_register_read)
7330         (xtensa_pseudo_register_write): Don't alias last pseudo register
7331         to a1.
7332
7333 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7334
7335         * infrun.c (follow_fork_inferior): Ensure the use of
7336         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7337         messages.
7338
7339 2015-05-28  Doug Evans  <dje@google.com>
7340
7341         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7342
7343 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7344
7345         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7346         (arm_linux_fetch_inferior_registers): Use
7347         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7348         (arm_linux_store_inferior_registers): Likewise.
7349         (arm_linux_read_description): Don't set
7350         arm_linux_has_wmmx_registers.
7351         * arm-tdep.c (arm_gdbarch_init): Set
7352         tdep->have_wmmx_registers according target descriptions.
7353         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7354         field.
7355
7356 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7357
7358         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7359         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7360         instead of arm_linux_vfp_register_count.
7361         (store_vfp_regs): Likewise.
7362         (arm_linux_fetch_inferior_registers): Likewise.
7363         (arm_linux_store_inferior_registers): Likewise.
7364         (arm_linux_read_description): Don't set
7365         arm_linux_vfp_register_count.
7366         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7367         Adjust.
7368         * arm-tdep.c (arm_gdbarch_init): Add assert on
7369         vfp_register_count.
7370         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7371         field to vfp_register_count.  All users updated.
7372
7373 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7374
7375         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7376         ELFOSABI_GNU binaries.
7377
7378 2015-05-27  Doug Evans  <dje@google.com>
7379
7380         * dwarf2read.c (lnp_state_machine): New typedef.
7381         (lnp_reader_state): New typedef.
7382         (dwarf_record_line_1): Renamed from dwarf_record_line.
7383         All callers updated.
7384         (dwarf_record_line): New function.
7385         (init_lnp_state_machine): New function.
7386         (check_line_address): Replace p_record_line parameter with state.
7387         All callers updated.
7388         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7389         Update to record state in lnp_state_machine.
7390
7391 2015-05-27  Doug Evans  <dje@google.com>
7392
7393         * dwarf2read.c (record_line_ftype): New typedef.
7394         (check_line_address): New function.
7395         (dwarf_decode_lines_1): Call it.
7396
7397 2015-05-27  Doug Evans  <dje@google.com>
7398
7399         * NEWS: Mention "set debug dwarf-line".
7400         * dwarf2read.c (dwarf_line_debug): New static global.
7401         (add_include_dir): Add debug dwarf-line support.
7402         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7403         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7404
7405 2015-05-27  Doug Evans  <dje@google.com>
7406
7407         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7408         All callers updated.
7409         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7410         * cp-support.h (cp_lookup_nested_symbol): Update.
7411
7412 2015-05-27  Doug Evans  <dje@google.com>
7413
7414         PR symtab/18258
7415         * block.c (block_find_symbol): New function.
7416         (block_find_non_opaque_type): Ditto.
7417         (block_find_non_opaque_type_preferred): Ditto.
7418         * block.h (block_symbol_matcher_ftype): New typedef.
7419         (block_find_symbol): Declare.
7420         (block_find_non_opaque_type): Ditto.
7421         (block_find_non_opaque_type_preferred): Ditto.
7422         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7423         * psymtab.c (psym_lookup_symbol): Ditto.
7424         * symtab.c (basic_lookup_transparent_type_1): New function.
7425         (basic_lookup_transparent_type): Call it.
7426
7427 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7428
7429         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7430         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7431
7432 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7433
7434         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7435         before operator &&.
7436         (aarch64_record_load_store): Likewise.
7437
7438 2015-05-26  Doug Evans  <dje@google.com>
7439
7440         PR c++/18141, c++/18417.
7441         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7442         a typedef.
7443
7444 2015-05-26  Doug Evans  <dje@google.com>
7445
7446         * NEWS: Add entries for command renamings.
7447         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7448         All uses updated.
7449         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7450         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7451         All uses updated.
7452         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7453         All callers updated.  Fix spelling of DWARF in help text.
7454         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7455         All uses updated.
7456         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7457         All uses updated.
7458         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7459         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7460         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7461         All uses updated.
7462         (show_dwarf_always_disassemble): Renamed from
7463         show_dwarf2_always_disassemble.  All callers updated.
7464         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7465         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7466         "set/show dwarf max-cache-age".  Rename
7467         "set/show dwarf2 always-disassemble" to
7468         "set/show dwarf always-disassemble".  Rename
7469         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
7470         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7471
7472 2015-05-26  Doug Evans  <dje@google.com>
7473
7474         PR python/18438
7475         * python/py-lazy-string.c (stpy_convert_to_value): Use
7476         gdbpy_gdb_memory_error not PyExc_MemoryError.
7477         (gdbpy_create_lazy_string_object): Ditto.
7478
7479 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7480
7481         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7482
7483 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7484
7485         * tui/tui-regs.c (tui_reg_prev_command): New function.
7486         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7487         * reggroups.c (reggroup_prev): New function.
7488         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
7489
7490 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7491             Yao Qi  <yao.qi@linaro.org>
7492
7493         * aarch64-linux-tdep.c: Include linux-record.h and
7494         record-full.h.
7495         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7496         (aarch64_syscall): New enum.
7497         (aarch64_canonicalize_syscall): New function.
7498         (aarch64_all_but_pc_registers_record): New function.
7499         (aarch64_linux_syscall_record): New function.
7500         (aarch64_linux_init_abi): Install AArch64 process record
7501         handler.  Update to handle syscall recording.
7502         * aarch64-tdep.c: Include record.h and record-full.h.
7503         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7504         (struct aarch64_mem_r): Define.
7505         (aarch64_record_result): New enum.
7506         (struct insn_decode_record): Define.
7507         (insn_decode_record): New typedef.
7508         (aarch64_record_data_proc_reg): New function.
7509         (aarch64_record_data_proc_imm): New function.
7510         (aarch64_record_branch_except_sys): New function.
7511         (aarch64_record_load_store): New function.
7512         (aarch64_record_data_proc_simd_fp): New function.
7513         (aarch64_record_asimd_load_store): New function.
7514         (aarch64_record_decode_insn_handler): New function.
7515         (deallocate_reg_mem): New function.
7516         (aarch64_process_record): New function.
7517         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7518         New field.
7519         (aarch64_process_record): New extern declaration.
7520         * configure.tgt: Add linux-record.o to gdb_target_obs.
7521         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7522
7523 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7524
7525         * NEWS: Add a note on process record-replay support on aarch64*-linux*
7526         targets.
7527
7528 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
7529
7530         * amd64-tdep.c: Replace in_function_epilogue_p with
7531         stack_frame_destroyed_p throughout.
7532         * arch-utils.c: Ditto.
7533         * arch-utils.h: Ditto.
7534         * arm-tdep.c: Ditto.
7535         * breakpoint.c: Ditto.
7536         * gdbarch.sh: Ditto.
7537         * hppa-tdep.c: Ditto.
7538         * i386-tdep.c: Ditto.
7539         * mips-tdep.c: Ditto.
7540         * nios2-tdep.c: Ditto.
7541         * rs6000-tdep.c: Ditto.
7542         * s390-linux-tdep.c: Ditto.
7543         * score-tdep.c: Ditto.
7544         * sh-tdep.c: Ditto.
7545         * sparc-tdep.c: Ditto.
7546         * sparc-tdep.h: Ditto.
7547         * sparc64-tdep.c: Ditto.
7548         * spu-tdep.c: Ditto.
7549         * tic6x-tdep.c: Ditto.
7550         * tilegx-tdep.c: Ditto.
7551         * xstormy16-tdep.c: Ditto.
7552         * gdbarch.c, gdbarch.h: Re-generated.
7553
7554 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
7555
7556         * NEWS: Mention 'tui enable' and 'tui disable'.
7557         * tui/tui.c (tui_enable_command): New function.
7558         (tui_disable_command): New function.
7559         (_initialize_tui): New function.
7560
7561 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7562
7563         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7564
7565 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7566
7567         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7568         buf_ptr is freed.
7569
7570 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7571
7572         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7573         into ...
7574         (tui_set_layout_for_display_command): ...here, before calling
7575         tui_set_layout.  Only set the layout if gdb has not already
7576         entered the TUI_FAILURE state.
7577
7578 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7579
7580         * tui/tui-layout.c (layout_completer): New function.
7581         (_initialize_tui_layout): Set completer on layout command.
7582
7583 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7584
7585         * tui/tui-layout.c (tui_set_layout): Remove
7586         tui_register_display_type parameter.  Remove all checking of this
7587         parameter, and reindent function.  Update header comment.
7588         (tui_set_layout_for_display_command): Rename to...
7589         (tui_set_layout_by_name): ...this, and don't check for different
7590         register class types, don't pass a tui_register_display_type to
7591         tui_set_layout.  Update header comment.
7592         (layout_names): Remove register set specific names.
7593         * tui/tui-layout.h (tui_set_layout): Remove
7594         tui_register_display_type parameter.
7595         * tui/tui.c (tui_rl_change_windows): Don't pass a
7596         tui_register_display_type to tui_set_layout.
7597         (tui_rl_delete_other_windows): Likewise.
7598         (tui_enable): Likewise.
7599         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7600         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7601         (TUI_GENERAL_REGS_NAME): Remove.
7602         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7603         (TUI_SPECIAL_REGS_NAME): Remove.
7604         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7605         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7606         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7607         (enum tui_register_display_type): Remove.
7608         (struct tui_layout_def): Remove regs_display_type and
7609         float_regs_display_type fields.
7610         (struct tui_data_info): Remove regs_display_type field.
7611         (tui_layout_command): Use new name for
7612         tui_set_layout_for_display_command.
7613         * tui/tui-data.c (layout_def): Don't initialise removed fields.
7614         (tui_clear_win_detail): Don't initialise removed fields of
7615         win_info.
7616         * tui/tui-regs.c (tui_show_registers): Use new name for
7617         tui_set_layout_for_display_command.
7618         * tui/tui.h (tui_set_layout_for_display_command): Rename
7619         declaration to...
7620         (tui_set_layout_by_name): ...this.
7621         * printcmd.c (display_command): Remove tui related layout call,
7622         and reindent.
7623
7624 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7625
7626         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7627         (handle_inferior_event): New function.
7628
7629 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
7630
7631         * ada-lang.c (to_fixed_array_type): Rename local variable
7632         typename into type_name.
7633
7634 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7635
7636         Fix ASAN crash for gdb.compile/compile.exp.
7637         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7638
7639 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7640
7641         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7642         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7643         * compile/compile-object-load.c (setup_sections, compile_object_load):
7644         Likewise.
7645         * compile/compile.c (compile_to_object): Likewise.
7646
7647 2015-05-16  Doug Evans  <xdje42@gmail.com>
7648
7649         * NEWS: Mention support for unbuffered Guile memory ports.
7650         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7651         (ioscm_lseek_address): Improve overflow calculation.
7652         (gdbscm_memory_port_fill_input): Add assert.
7653         (gdbscm_memory_port_write): Handle unbuffered ports.
7654         Handle large writes identical to Guile's fport_write.
7655         (gdbscm_memory_port_seek): Fix seeking past end check.
7656         (gdbscm_memory_port_close): Handle closing unbuffered port.
7657         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7658         (ioscm_init_memory_port): Handle unbuffered ports.
7659         (ioscm_reinit_memory_port): Ditto.
7660         (ioscm_init_memory_port): Update size calculation.
7661         (gdbscm_open_memory): Support zero sized ports.
7662
7663 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7664
7665         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7666         variable compiler warnings.
7667
7668 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7669
7670         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7671
7672 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7673             Phil Muldoon  <pmuldoon@redhat.com>
7674
7675         * NEWS (Changes since GDB 7.9): Add compile print.
7676         * compile/compile-c-support.c (add_code_header, add_code_footer)
7677         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7678         COMPILE_I_PRINT_VALUE_SCOPE.
7679         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7680         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7681         New.
7682         * compile/compile-object-load.c: Include block.h.
7683         (get_out_value_type): New function.
7684         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7685         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
7686         OUT_VALUE_TYPE.
7687         * compile/compile-object-load.h (struct compile_module): Add fields
7688         out_value_addr and out_value_type.
7689         * compile/compile-object-run.c: Include valprint.h and compile.h.
7690         (struct do_module_cleanup): Add fields out_value_addr and
7691         out_value_type.
7692         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7693         COMPILE_I_PRINT_VALUE_SCOPE.
7694         (compile_object_run): Propagate out_value_addr and out_value_type.
7695         Pass OUT_VALUE_ADDR.
7696         * compile/compile.c: Include valprint.h.
7697         (compile_print_value, compile_print_command): New functions.
7698         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7699         (_initialize_compile): Update compile code help text.  Install
7700         compile_print_command.
7701         * compile/compile.h (compile_print_value): New prototype.
7702         * defs.h (enum compile_i_scope_types): Add
7703         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7704
7705 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7706
7707         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7708         Rely on its parameter count.
7709         (compile_object_load): Replace lookup_minimal_symbol_text by
7710         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
7711         return value.
7712         * compile/compile-object-load.h (struct compile_module): Replace
7713         func_addr by func_sym.
7714         * compile/compile-object-run.c: Include block.h.
7715         (compile_object_run): Reset module variable after it is freed.  Use
7716         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
7717
7718 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7719
7720         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7721         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7722         (c_compute_program): Call generate_register_struct after typedefs.
7723         * compile/compile-loc2c.c (push, pushf_register_address)
7724         (pushf_register): Cast to GCC_UINTPTR.
7725         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
7726         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
7727         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7728         * compile/compile.c (_initialize_compile): Enable warnings for
7729         COMPILE_ARGS.
7730
7731 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7732
7733         * cli/cli-script.c (execute_control_command): Update
7734         eval_compile_command caller.
7735         * compile/compile-object-load.c (compile_object_load): Add parameters
7736         scope and scope_data.  Set them.
7737         * compile/compile-object-load.h (struct compile_module): Add fields
7738         scope and scope_data.
7739         (compile_object_load): Add parameters scope and scope_data.
7740         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7741         scope and scope_data.
7742         (compile_object_run): Propagate the fields scope and scope_data.
7743         * compile/compile.c (compile_file_command, compile_code_command):
7744         Update eval_compile_command callers.
7745         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
7746         * compile/compile.h (eval_compile_command): Add parameter scope_data.
7747         * defs.h (struct command_line): Add field scope_data.
7748
7749 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7750
7751         * printcmd.c (struct format_data): Move it to valprint.h.
7752         (print_command_parse_format, print_value): New functions from ...
7753         (print_command_1): ... here.  Call them.
7754         * valprint.h (struct format_data): Move it here from printcmd.c.
7755         (print_command_parse_format, print_value): New declarations.
7756
7757 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7758
7759         * compile/compile-object-load.c (compile_object_load): Add
7760         COMPILE_DEBUG message.
7761
7762 2015-05-15  Jerome Guitton  <guitton@adacore.com>
7763
7764         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7765         index to get element instead of enum value.
7766         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7767         of index to compute length, but enum values to compute bounds.
7768         (ada_array_length): Use enum position of index instead of enum value.
7769         (pos_atr): Move position computation to...
7770         (ada_evaluate_subexp): Use enum values to compute bounds.
7771         * gdbtypes.c (discrete_position): ...this new function.
7772         * gdbtypes.h (discrete_position): New function declaration.
7773         * valprint.c (val_print_array_elements): Call discrete_position
7774         to handle array indexed by non-contiguous enumeration types.
7775
7776 2015-05-15  Jerome Guitton  <guitton@adacore.com>
7777
7778         * ada-lang.c (find_parallel_type_by_descriptive_type):
7779         Go through typedefs during lookup.
7780         (to_fixed_array_type): Add support for non-bit packed arrays
7781         as variable-length fields.
7782
7783 2015-05-15  Pedro Alves  <palves@redhat.com>
7784             Simon Marchi  <simon.marchi@ericsson.com>
7785
7786         * event-loop.c (gdb_notifier) <next_file_handler,
7787         next_poll_fds_index>: New fields.
7788         (get_next_file_handler_to_handle_and_advance): New function.
7789         (delete_file_handler): If deleting the next file handler to
7790         handle, advance to the next file handler.
7791         (gdb_wait_for_event): Bail early if no event fired.  Poll file
7792         handlers in round-robin fashion.
7793
7794 2015-05-15  Pedro Alves  <palves@redhat.com>
7795
7796         * linux-tdep.c (linux_find_memory_regions_full): Rename local
7797         'private' to 'priv'.
7798
7799 2015-05-15  Pedro Alves  <palves@redhat.com>
7800
7801         * nat/linux-nat.h: Include "target/waitstatus.h".
7802
7803 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
7804
7805         * python/py-unwind.c (struct reg_info): Move out of ...
7806         (struct cached_frame_info): ... this scope.
7807         (pending_frame_object_type, unwind_info_object_type): Make extern.
7808
7809 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
7810
7811         * ada-lang.c (ada_value_primitive_packed_val): Make sure
7812         accumSize is never negative.
7813
7814 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
7815
7816         * tui/tui-command.c: Remove include of <ctype.h>.
7817         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
7818
7819 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
7820
7821         * dwarf2read.c (die_needs_namespace): Return 1 for
7822         DW_TAG_inlined_subroutine.
7823
7824 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7825
7826         * regcache.c (regcache_cpy_no_passthrough): New declaration.
7827         (regcache_cpy_no_passthrough): Make it static, add function comment.
7828         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
7829         (regcache_cpy_no_passthrough): Remove declaration.
7830
7831 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7832
7833         * gdbthread.h (struct thread_control_state): Update comment for
7834         proceed_to_finish.
7835         * infcall.c (run_inferior_call): Update comment about
7836         proceed_to_finish.
7837         * infcmd.c (get_return_value): Update comment about stop_registers.
7838         (finish_forward): Update comment about proceed_to_finish.
7839         * infrun.c (stop_registers): Remove.
7840         (clear_proceed_status, normal_stop): Remove stop_registers handling.
7841         * infrun.h (stop_registers): Remove.
7842
7843 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7844
7845         * infcall.c (struct dummy_frame_context_saver)
7846         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
7847         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7848         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7849         New.
7850         (call_function_by_hand_dummy): Move discard_cleanups of
7851         inf_status_cleanup before dummy_frame_push.  Call
7852         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
7853         Use dummy_frame_context_saver_get_regs instead of stop_registers.
7854         * infcall.h (struct dummy_frame_context_saver)
7855         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7856         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7857         New declarations.
7858         * infcmd.c: Include infcall.h.
7859         (get_return_value): Add parameter ctx_saver, use it instead of
7860         stop_registers.
7861         (print_return_value): Add parameter ctx_saver, pass it.
7862         (struct finish_command_continuation_args): Add field ctx_saver.
7863         (finish_command_continuation): Update print_return_value caller.
7864         (finish_command_continuation_free_arg): Free also ctx_saver.
7865         (finish_forward): Call dummy_frame_context_saver_setup.
7866         * inferior.h (struct dummy_frame_context_saver): New declaration.
7867         (get_return_value): Add parameter ctx_saver.
7868         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
7869         get_return_value caller.
7870
7871 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7872
7873         * dummy-frame.c (struct dummy_frame_dtor_list): New.
7874         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
7875         (remove_dummy_frame): Process dtor_list.
7876         (pop_dummy_frame): Process dtor_list.
7877         (register_dummy_frame_dtor): Maintain dtor_list.
7878         (find_dummy_frame_dtor): Handle dtor_list.
7879         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
7880         Update comments.
7881
7882 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7883
7884         * compile/compile-object-run.c (do_module_cleanup): Add parameter
7885         registers_valid.
7886         (compile_object_run): Update do_module_cleanup caller.
7887         * dummy-frame.c: Include infcall.h.
7888         (struct dummy_frame): Update dtor comment.
7889         (remove_dummy_frame): Call dtor.
7890         (pop_dummy_frame): Update dtor caller.
7891         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
7892         registers_valid.
7893
7894 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
7895
7896         GDB 7.9.1 released.
7897
7898 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
7899
7900         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
7901         Xmethods now being able to specify a result type to that new
7902         sectioin.
7903
7904 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
7905
7906         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
7907         first before resizing the window.
7908         * tui/tui.c (tui_enable): Likewise.
7909
7910 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7911
7912         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
7913         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
7914         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
7915         dummy_dtor parameter.
7916         * infcall.h: Include dummy-frame.h.
7917         (call_function_by_hand_dummy_dtor_ftype): Remove.
7918         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
7919         parameter.
7920
7921 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
7922
7923         PR gdb/17820
7924         * top.c (history_size_setshow_var): Change type to signed.
7925         Initialize to -2.  Update documentation.
7926         (set_readline_history_size): Define.
7927         (set_history_size_command): Use it.  Remove logic for handling
7928         out-of-range sizes.
7929         (init_history): Use set_readline_history_size().  Test for a
7930         value of -2 instead of 0 when determining whether to set a
7931         default history size.
7932         (init_main): Decode the argument of the "size" command as a
7933         zuinteger_unlimited.
7934
7935 2015-05-12  Doug Evans  <dje@google.com>
7936
7937         * dwarf2read.c (struct file_entry): Tweak comments.
7938         (get_debug_line_section): Tweak comments.
7939
7940 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7941
7942         * NEWS: Announce fork support in the RSP and support
7943         for fork debugging in extended mode.
7944
7945 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7946
7947         * remote.c (remote_insert_fork_catchpoint): New function.
7948         (remote_remove_fork_catchpoint): New function.
7949         (remote_insert_vfork_catchpoint): New function.
7950         (remote_remove_vfork_catchpoint): New function.
7951         (pending_fork_parent_callback): New function.
7952         (remove_new_fork_child): New function.
7953         (remote_update_thread_list): Call remote_notif_get_pending_events
7954         and remove_new_fork_child.
7955         (extended_remote_kill): Kill fork child when killing the
7956         parent before follow_fork completes.
7957         (init_extended_remote_ops): Initialize target vector with
7958         new fork catchpoint functions.
7959
7960 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7961
7962         * remote.c (remove_vfork_event_p): New function.
7963         (remote_follow_fork): Add vfork event type to event checking.
7964         (remote_parse_stop_reply): New stop reasons "vfork" and
7965         "vforkdone" for RSP 'T' Stop Reply Packet.
7966
7967 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7968
7969         * linux-nat.c (linux_nat_ptrace_options): New function.
7970         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
7971         Call linux_nat_ptrace_options and use different argument to
7972         linux_enable_event_reporting.
7973         (_initialize_linux_nat): Delete call to
7974         linux_ptrace_set_additional_flags.
7975         * nat/linux-ptrace.c (current_ptrace_options): Rename to
7976         supported_ptrace_options.
7977         (additional_flags): Delete variable.
7978         (linux_check_ptrace_features): Use supported_ptrace_options.
7979         (linux_test_for_tracesysgood, linux_test_for_tracefork):
7980         Likewise, and remove additional_flags check.
7981         (linux_enable_event_reporting): Change 'attached' argument to
7982         'options'.  Use supported_ptrace_options.
7983         (ptrace_supports_feature): Change comment.  Use
7984         supported_ptrace_options.
7985         (linux_ptrace_set_additional_flags): Delete function.
7986         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
7987         Delete function prototype.
7988         * remote.c (remote_fork_event_p): New function.
7989         (remote_detach_pid): New function.
7990         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
7991         if doing detach-on-fork.
7992         (remote_follow_fork): New function.
7993         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
7994         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
7995         (init_extended_remote_ops): Initialize to_follow_fork.
7996
7997 2015-05-12  Don Breazeal  <donb@codesourcery.com>
7998
7999         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8000         from static to extern.
8001         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8002         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8003         * PACKET_vfork_event_feature>: New enumeration constants.
8004         (remote_protocol_features): Add table entries for new packets.
8005         (remote_query_supported): Add new feature queries to qSupported
8006         packet.
8007
8008 2015-05-12  Gary Benson <gbenson@redhat.com>
8009
8010         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8011         for fake PIDs as well as real ones.
8012         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8013
8014 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8015
8016         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8017         * python/py-value.c (valpy_reference_value): New function.
8018         (valpy_const_value): Likewise.
8019         (value_object_methods): Add new methods.
8020         * value.c (make_cv_value): New function.
8021         * value.h (make_cv_value): Declare.
8022
8023 2015-05-08  Yao Qi  <yao@codesourcery.com>
8024             Sandra Loosemore  <sandra@codesourcery.com>
8025
8026         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8027         to 'lh->include_dirs' before accessing to it.
8028         (psymtab_include_file_name): Likewise.
8029         (dwarf_decode_lines_1): Likewise.
8030         (dwarf_decode_lines): Likewise.
8031         (file_file_name): Likewise.
8032
8033 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8034
8035         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8036         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8037         (nios2_linux_rt_sigreturn_init): Adjust base address of
8038         register save area.
8039
8040 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8041
8042         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8043         "trap 31" as the breakpoint instruction on all targets.
8044
8045 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8046
8047         * infcmd.c (print_return_value): Remove unused declaration.
8048
8049 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8050
8051         * dwarf2read.c (attr_to_dynamic_prop)
8052         <DW_AT_data_member_location>: Use read_type_die isntead of
8053         get_die_type.
8054
8055 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8056
8057         * ada-lang.c (ada_convert_actual): Add handling of formals
8058         passed inside an aligner type.
8059
8060 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8061
8062         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8063
8064 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8065
8066         PR python/18291
8067         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8068         Print xmethod matcher status.
8069
8070 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8071
8072         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8073         register in the regcache when treating the PSWM register, and vice
8074         versa.
8075
8076 2015-05-07  Gary Benson <gbenson@redhat.com>
8077
8078         * linux-thread-db.c (struct thread_db_info)
8079         <td_ta_map_id2thr_p>: Remove field.
8080         (try_thread_db_load_1): Remove initialization for the above.
8081
8082 2015-05-07  Gary Benson <gbenson@redhat.com>
8083
8084         * linux-thread-db.c (struct thread_db_info)
8085         <td_thr_validate_p>: Remove field.
8086         (try_thread_db_load_1): Remove initialization for the above.
8087
8088 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8089
8090         * compile/compile-object-load.c (compile_object_load): Support
8091         mst_text_gnu_ifunc.
8092
8093 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8094
8095         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8096         const.  Use new variables for the const compatibility.
8097         (eval_compile_command): Make the cmd_string parameter const.
8098         * compile/compile.h (eval_compile_command): Make the cmd_string
8099         parameter const.
8100
8101 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8102
8103         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8104         comment.
8105         * top.c (deprecated_init_ui_hook): Delete.
8106         (gdb_init): Remove handling of deprecated_init_ui_hook.
8107         * interps.c (clear_interpreter_hooks): Remove handling of
8108         deprecated_init_ui_hook.
8109         * main.c (captured_main): Update comment.
8110
8111 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8112
8113         * solib.c (_initialize_solib): Add "info dll" alias creation.
8114         * windows-nat.c (set_windows_aliases): Delete.
8115         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8116         assignment.
8117         * NEWS: Add news entry about "info dll" now being available
8118         on all platforms.
8119
8120 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8121
8122         * ada-lang.c (value_assign_to_component): Reformat and improve
8123         documentation. Remove all trailing spaces.
8124
8125 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8126
8127         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8128         Stop counting inlined frames as soon as an out-of-line function
8129         is found.
8130
8131 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8132
8133         * dwarf2read.c (inherit_abstract_dies): Skip
8134         DW_TAG_GNU_call_site dies while inheriting children of an
8135         abstract DIE into a scope.
8136         (read_lexical_block_scope): Inherit abstract DIE's for
8137         lexical scopes.
8138
8139 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8140
8141         * ada-valprint.c (val_print_packed_array_elements): Delete
8142         variable "len".  Add a type-length check when comparing two
8143         consecutive elements of the array.  Use the element's actual
8144         length in call to value_contents_eq.
8145         * ada-lang.c (ada_value_primitive_packed_val): Always return
8146         a value whose type has been resolved.
8147
8148 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8149
8150         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8151         BIT_SIZE and LEN if the size of the resolved type is smaller
8152         than BIT_SIZE * HOST_CHAR_BIT.
8153
8154 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8155
8156         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8157         correct address in call to value_at.  Adjust call to
8158         value_address accordingly.
8159
8160 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8161
8162         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8163         to print it.
8164
8165 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8166
8167         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8168         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8169         pinfo->valaddr.
8170         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8171         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8172         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8173         Add handling of addr_stack->valaddr.
8174         (resolve_dynamic_type): Add "valaddr" parameter.
8175         Set pinfo.valaddr field.
8176         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8177         resolve_dynamic_type.
8178         (ada_discrete_type_low_bound): Likewise.
8179         * findvar.c (default_read_var_value): Likewise.
8180         * value.c (value_from_contents_and_address): Likewise.
8181
8182 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8183
8184         * gdbtypes.c (resolve_dynamic_array): Use
8185         create_array_type_with_stride instead of create_array_type.
8186
8187 2015-04-30  DJ Delorie  <dj@redhat.com>
8188
8189         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8190         rl78_decode_opcode
8191
8192 2015-04-29  Doug Evans  <dje@google.com>
8193
8194         PR python/18285
8195         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8196         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8197         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8198         * extension-priv.h (struct extension_language_ops)
8199         <get_xmethod_result_type>: New member.
8200         * extension.c (get_xmethod_result_type): New function.
8201         * extension.h (get_xmethod_result_type): Declare.
8202         * python/py-xmethods.c (get_result_type_method_name): New static
8203         global.
8204         (py_get_result_type_method_name): Ditto.
8205         (gdbpy_get_xmethod_result_type): New function.
8206         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8207         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8208         * python/python.c (python_extension_ops): Add
8209         gdbpy_get_xmethod_result_type.
8210         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8211         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8212         xmethods.
8213         (value_x_unop): Ditto.
8214         * value.c (result_type_of_xmethod): New function.
8215         * value.h (result_type_of_xmethod): Declare.
8216
8217 2015-04-29  Gary Benson <gbenson@redhat.com>
8218
8219         * solib.c (solib_find_1): Allow fd argument to be NULL.
8220         (exec_file_find): Update comment.
8221         (solib_find): Likewise.
8222         * exec.c (exec_file_locate_attach): Use NULL as fd
8223         argument to exec_file_find to avoid having to close
8224         the opened file.
8225         * infrun.c (follow_exec): Likewise.
8226
8227 2015-04-28  Doug Evans  <dje@google.com>
8228
8229         PR python/18299
8230         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8231         name or __name__ attributes.  Handle gdb module as first argument.
8232
8233 2015-04-28  Doug Evans  <dje@google.com>
8234
8235         PR python/18089
8236         * python/py-prettyprint.c (print_children): Verify result of children
8237         iterator.  Provide better error message.
8238         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8239         * python/python.c (gdbpy_print_python_errors_p): New function.
8240
8241 2015-04-28  Doug Evans  <dje@google.com>
8242
8243         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8244
8245 2015-04-28  Sasha Smundak  <asmundak@google.com>
8246
8247         * NEWS: Mention gdb.Type.optimized_out method.
8248         * python/py-type.c (typy_optimized_out):  New function.
8249
8250 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8251
8252         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8253
8254 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8255
8256         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8257         (initialize_utils): Move call of init_page_info() to ...
8258         * top.c (gdb_init): ... here.
8259
8260 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8261
8262         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8263         (tui_sigwinch_handler): Still update our idea of
8264         the terminal's width and height even when TUI is not active.
8265
8266 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8267
8268         * utils.h (set_screen_width_and_height): Declare.
8269         * utils.c (set_screen_width_and_height): Define.
8270         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8271
8272 2015-04-28  Gary Benson <gbenson@redhat.com>
8273
8274         * infrun.c (solist.h): New include.
8275         (follow_exec): Use exec_file_find to prefix execd_pathname
8276         with gdb_sysroot.
8277
8278 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8279
8280         * tui/tui-source.c (tui_set_source_content): Avoid calling
8281         strcpy() when offset is 0.
8282
8283 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8284
8285         PR gdb/18155
8286         * tui/tui-data.c (tui_free_window): Don't free the locator
8287         window when passed an SRC_WIN or a DISASSEM_WIN.
8288
8289 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8290
8291         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8292         (tui_win_content): Move declaration.
8293         (struct tui_gen_win_info): Give 'content' field the
8294         type tui_win_content.
8295         * tui/tui-data.c (init_content_element): Remove redundant and
8296         erroneous casts.
8297         (tui_add_content_elements): Remove erroneous cast.
8298         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8299         casts.
8300         (tui_get_begin_asm_address): Likewise.
8301         * tui/tui-regs.c (tui_show_registers): Likewise.
8302         (tui_show_register_group): Likewise.
8303         (tui_display_registers_from): Likewise.
8304         (tui_check_register_values): Likewise.
8305         * tui/tui-source.c (tui_set_source_content): Likewise.
8306         (tui_set_source_content_nil): Likewise.
8307         (tui_source_is_displayed): Likewise.
8308         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8309         (tui_set_locator_fullname): Likewise.
8310         (tui_set_locator_info): Likewise.
8311         (tui_show_frame_info): Likewise.
8312         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8313         (tui_show_source_line): Likewise.
8314         (tui_horizontal_source_scroll): Likewise.
8315         (tui_update_breakpoint_info): Likewise.
8316         (tui_set_exec_info_content): Likewise.
8317         (tui_show_exec_info_content): Likewise.
8318         (tui_alloc_source_buffer): Likewise.
8319         (tui_line_is_displayed): Likewise.
8320         (tui_addr_is_displayed): Likewise.
8321
8322 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8323
8324         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8325         event if PL_FLAG_EXEC is set.
8326         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8327         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8328         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8329         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8330         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8331
8332 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8333
8334         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8335         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8336         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8337         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8338         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8339         [PT_LWPINFO] (fbsd_wait): New function.
8340         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8341         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8342         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8343         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8344         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8345         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8346         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8347         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8348         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8349         "fbsd_wait".
8350         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8351         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8352         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8353         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8354         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8355         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8356         Set "to_post_attach" to "fbsd_post_attach".
8357
8358 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8359
8360         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8361         (fbsd_find_memory_regions): Mark static.
8362         (fbsd_nat_add_target): New function.
8363         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8364         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8365         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8366         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8367         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8368         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8369
8370 2015-04-27  Gary Benson <gbenson@redhat.com>
8371
8372         * objfiles.c (allocate_objfile): Do not attempt to expand name
8373         if name is a "target:" filename.
8374         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8375         to load auto-load scripts for objfiles with "target:" filenames.
8376
8377 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8378
8379         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8380         (enum s390_vector_abi_kind): New enum.
8381         (struct gdbarch_tdep)<vector_abi>: New field.
8382         (s390_effective_inner_type): Add parameter min_size.  Stop
8383         unwrapping if the inner type is smaller than min_size.
8384         (s390_function_arg_float): Adjust call to
8385         s390_effective_inner_type.
8386         (s390_function_arg_vector): New function.
8387         (s390_function_arg_integer): Adjust comment.
8388         (struct s390_arg_state)<vr>: New field.
8389         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8390         arguments according to vector ABI when appropriate.
8391         (s390_push_dummy_call): Initialize the argument state's field
8392         'vr'.  Adjust calls to s390_handle_arg.
8393         (s390_register_return_value): Handle vector return values.
8394         (s390_return_value): Apply the "register" return value convention
8395         to a vector when appropriate.
8396         (s390_gdbarch_init): Initialize tdep->vector_abi.
8397         * NEWS: Announce S390 vector ABI support.
8398
8399 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8400
8401         * s390-linux-tdep.c (s390_return_value_convention): Remove
8402         function.  Inline its logic...
8403         (s390_return_value): ...here.  Instead, move the handling of the
8404         "register" return value convention...
8405         (s390_register_return_value): ...here.  New function.
8406
8407 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8408
8409         * s390-linux-tdep.c
8410         (is_float_singleton): Remove function.  Move the "singleton" part
8411         of the logic...
8412         (s390_effective_inner_type): ...here.  New function.
8413         (is_float_like): Remove function.  Inline its logic...
8414         (s390_function_arg_float): ...here.
8415         (is_pointer_like, is_integer_like, is_struct_like): Remove
8416         functions.  Inline their logic...
8417         (s390_function_arg_integer): ...here.
8418         (s390_function_arg_pass_by_reference): Remove function.
8419         (extend_simple_arg): Remove function.
8420         (alignment_of): Remove function.
8421         (struct s390_arg_state): New structure.
8422         (s390_handle_arg): New function.
8423         (s390_push_dummy_call): Move parameter placement logic to the new
8424         function s390_handle_arg.  Call it for calculating the stack area
8425         sizes first, and again for actually writing the parameters.
8426
8427 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8428
8429         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8430           false if the argument is zero.
8431
8432 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8433
8434         * ada-lang.c (template_to_static_fixed_type): Return input type
8435         when it is already fixed.  Cache the input type itself when not
8436         creating a static fixed copy.  Make it explicit that we never
8437         molestate the input type.
8438         * gdbtypes.c (resolve_dynamic_struct): Reset the
8439         TYPE_TARGET_TYPE field for resolved copies.
8440
8441 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8442
8443         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8444         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8445         (template_to_static_fixed_type): Call ada_check_typedef only
8446         when necessary.
8447
8448 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8449
8450         * cli/cli-dump.c (srec_dump_command): Add internationalization
8451         mark ups.
8452         (ihex_dump_command): Likewise.
8453         (tekhex_dump_command): Likewise.
8454         (binary_dump_command): Likewise.
8455         (binary_append_command): Likewise.
8456
8457 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8458
8459         * cli/cli-dump.c (verilog_cmdlist): New variable.
8460         (dump_verilog_memory): New function.
8461         (dump_verilog_value): New function.
8462         (verilog_dump_command): New function.
8463         (_initialize_cli_dump): Add new commands to support verilog dump
8464         format.
8465         * NEWS: Add entry for "dump verilog".
8466
8467 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8468
8469         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8470         descriptive type when there is none.
8471
8472 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
8473
8474         * tui/tui-win.c (tui_async_resize_screen): Call
8475         rl_resize_terminal().
8476
8477 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8478
8479         * windows-nat.c (handle_output_debug_string): Don't change
8480         current_event.dwThreadId.
8481         (get_windows_debug_event): Use thread_id, rather than relying on
8482         current_event.dwThreadId being changed.
8483
8484 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8485
8486         * windows-nat.c (windows_continue): Report an error if
8487         ContinueDebugEvent() fails.
8488
8489 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8490
8491         * windows-nat.c (windows_resume): Fix misspelling in debug output.
8492
8493 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8494
8495         * windows-nat.c (get_windows_debug_event): Replace retval with
8496         thread_id throughout.  Update stale comment.
8497
8498 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8499
8500         * windows-nat.c (get_windows_debug_event): Don't use ternary
8501         conditional operator.
8502
8503 2015-04-21  Pierre Muller  <muller@sourceware.org>
8504
8505         PR pascal/17815
8506         p-exp.y (yylex): Reorganize code to return the matched pattern
8507         for a field of this.
8508
8509 2015-04-21  Gary Benson <gbenson@redhat.com>
8510
8511         * common/fileio.h (fileio_to_host_openflags): New declaration.
8512         * common/fileio.c (fcntl.h): New include.
8513         (fileio_to_host_openflags): New function, factored out from...
8514         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8515         Single use updated.
8516
8517 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
8518
8519         * rl78-tdep.c (RL78_SP_ADDR): Define.
8520         (opc_reg_to_gdb_regnum): New static function.
8521         (rl78_analyze_prologue): Recognize instructions forming slightly
8522         more interesting prologues.
8523
8524 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8525
8526         Revert:
8527         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8528         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8529         TYPE_CODE_REF types so that they are not considered as dynamic
8530         depending on the referenced type.
8531         (resolve_dynamic_type_internal): Likewise.
8532
8533 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8534
8535         Revert:
8536         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8537         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8538         "top_level" parameter.
8539         (resolve_dynamic_type_internal): Remove the unused "top_level"
8540         parameter.  Update call to is_dynamic_type_internal.
8541         (is_dynamic_type): Update call to is_dynamic_type_internal.
8542         (resolve_dynamic_range): Update call to
8543         resolve_dynamic_type_internal.
8544         (resolve_dynamic_union): Likewise.
8545         (resolve_dynamic_struct): Likewise.
8546         (resolve_dynamic_type): Likewise.
8547
8548 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8549
8550         * breakpoint.c (update_dprintf_command_list): Remove duplicated
8551         xmalloc.
8552
8553 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
8554
8555         * reply_mig_hack.awk: Robustify parsing.
8556
8557         * reply_mig_hack.awk: Don't bother to declare an intermediate
8558         function pointer variable.
8559
8560 2015-04-17  Doug Evans  <dje@google.com>
8561
8562         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8563         to "exec_displacement" to avoid confusion with inner use of the name.
8564
8565 2015-04-17  Pedro Alves  <palves@redhat.com>
8566
8567         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8568         if HW point of TYPE isn't supported.
8569
8570 2015-04-17  Yao Qi  <yao.qi@linaro.org>
8571             Pedro Alves  <palves@redhat.com>
8572
8573         * target.h (target_can_use_hardware_watchpoint): Update comments.
8574         Remove trailing ";".
8575
8576 2015-04-17  Gary Benson <gbenson@redhat.com>
8577
8578         * remote.c (remote_add_inferior): New argument try_open_exec.
8579         If nonzero, attempt to open the inferior's executable file as
8580         the main executable if no main executable is open already.
8581         All callers updated.
8582         * NEWS: Mention that GDB now supports automatic location and
8583         retrieval of executable + files from remote targets.
8584
8585 2015-04-17  Gary Benson <gbenson@redhat.com>
8586
8587         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8588         * remote.c (PACKET_qXfer_exec_file): Likewise.
8589         (remote_protocol_features): Register the
8590         "qXfer:exec-file:read" feature.
8591         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8592         (remote_pid_to_exec_file): New function.
8593         (init_remote_ops): Initialize to_pid_to_exec_file.
8594         (_initialize_remote): Register new "set/show remote
8595         pid-to-exec-file-packet" command.
8596         * NEWS: Announce new qXfer:exec-file:read packet.
8597
8598 2015-04-17  Gary Benson <gbenson@redhat.com>
8599
8600         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8601         New declaration.
8602         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8603         New function, factored out from...
8604         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8605
8606 2015-04-17  Gary Benson <gbenson@redhat.com>
8607
8608         * exec.c (solist.h): New include.
8609         (exec_file_locate_attach): Prefix absolute executable
8610         paths with gdb_sysroot if set.
8611         * NEWS: Mention that executable paths may be prepended
8612         with sysroot.
8613
8614 2015-04-17  Gary Benson <gbenson@redhat.com>
8615
8616         * solist.h (exec_file_find): New declaration.
8617         * solib.c (solib_find_1): New function, factored out from...
8618         (solib_find): ...here.
8619         (exec_file_find): New function.
8620
8621 2015-04-17  Gary Benson <gbenson@redhat.com>
8622
8623         * gdbcore.h (exec_file_locate_attach): New declaration.
8624         * exec.c (exec_file_locate_attach): New function, factored
8625         out from...
8626         * infcmd.c (attach_command_post_wait): ...here.
8627
8628 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
8629
8630         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8631
8632 2015-04-16  Yao Qi  <yao.qi@linaro.org>
8633
8634         * infrun.c (maybe_software_singlestep): Declare.
8635         (displaced_step_fixup): Call maybe_software_singlestep.
8636
8637 2015-04-15  Doug Evans  <dje@google.com>
8638
8639         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8640
8641 2015-04-15  Doug Evans  <dje@google.com>
8642
8643         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8644
8645 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
8646
8647         * python/lib/gdb/command/unwinders.py: Add parentheses.
8648
8649 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8650
8651         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8652
8653 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8654
8655         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8656
8657 2015-04-15  Yao Qi  <yao.qi@linaro.org>
8658
8659         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8660         dsc->insn_size instead of 4.
8661
8662 2015-04-14  Gary Benson <gbenson@redhat.com>
8663
8664         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8665         * minidebug.c (lzma_stat): Likewise.
8666         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8667         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8668
8669 2015-04-13  Stan Shebs  <stanshebs@google.com>
8670
8671         * MAINTAINERS: Update my email address.
8672
8673 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
8674
8675         * amd64-tdep.c (amd64_target_description): New function.
8676         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8677         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8678         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8679         x86 extended save area.
8680         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8681         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8682         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8683         (_initialize_amd64fbsd_nat): Set "to_read_description" to
8684         "amd64fbsd_read_description".
8685         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8686         (amd64fbsd_supply_xstateregset): New function.
8687         (amd64fbsd_collect_xstateregset): New function.
8688         Add "amd64fbsd_xstateregset".
8689         (amd64fbsd_iterate_over_regset_sections): New function.
8690         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8691         "I386_FBSD_XSAVE_XCR0_OFFSET".
8692         Add "iterate_over_regset_sections" gdbarch method.
8693         Add "core_read_description" gdbarch method.
8694         * i386-tdep.c (i386_target_description): New function.
8695         * i386-tdep.h: Export i386_target_description and tdesc_i386.
8696         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8697         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8698         x86 extended save area.
8699         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8700         * i386bsd-nat.h: Export i386bsd_xsave_len.
8701         * i386fbsd-nat.c (i386fbsd_read_description): New function.
8702         (_initialize_i386fbsd_nat): Set "to_read_description" to
8703         "i386fbsd_read_description".
8704         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8705         (i386fbsd_core_read_description): New function.
8706         (i386fbsd_supply_xstateregset): New function.
8707         (i386fbsd_collect_xstateregset): New function.
8708         Add "i386fbsd_xstateregset".
8709         (i386fbsd_iterate_over_regset_sections): New function.
8710         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8711         "I386_FBSD_XSAVE_XCR0_OFFSET".
8712         Add "iterate_over_regset_sections" gdbarch method.
8713         Add "core_read_description" gdbarch method.
8714         * i386fbsd-tdep.h: New file.
8715
8716 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8717
8718         * NEWS (Changes since GDB 7.9): Add removed -xdb.
8719         * breakpoint.c (command_line_is_silent): Remove xdb_commands
8720         conditional.
8721         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8722         and lb.
8723         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8724         va.
8725         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8726         conditional.
8727         * defs.h (xdb_commands): Remove declaration.
8728         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8729         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8730         * infcmd.c (run_no_args_command, go_command): Remove.
8731         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8732         * infrun.c (xdb_handle_command): Remove.
8733         (_initialize_infrun): Remove xdb_commands for lz and z.
8734         * main.c (xdb_commands): Remove variable.
8735         (captured_main): Remove "xdb" from long_options.
8736         (print_gdb_help): Remove --xdb from help.
8737         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8738         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8739         * stack.c (backtrace_full_command, args_plus_locals_info)
8740         (current_frame_command): Remove.
8741         (_initialize_stack): Remove xdb_commands for t, T and l.
8742         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8743         * thread.c (_initialize_thread): Remove xdb_commands condition.
8744         * tui/tui-layout.c (tui_toggle_layout_command)
8745         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8746         (_initialize_tui_layout): Remove xdb_commands for td and ts.
8747         * tui/tui-regs.c (tui_scroll_regs_forward_command)
8748         (tui_scroll_regs_backward_command): Remove.
8749         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8750         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8751         (_initialize_tui_win): Remove xdb_commands for U and w.
8752         * utils.c (pagination_on_command, pagination_off_command): Remove.
8753         (initialize_utils): Remove xdb_commands for am and sm.
8754
8755 2015-04-10  Pedro Alves  <palves@redhat.com>
8756
8757         * infrun.c (displaced_step_fixup): Switch to the event ptid
8758         earlier.  If the thread stopped for a watchpoint and the
8759         target/arch has non-continuable watchpoints, cancel the displaced
8760         step.
8761         (resume): Don't start a displaced step if in-line step-over info
8762         is valid.
8763
8764 2015-04-10  Pedro Alves  <palves@redhat.com>
8765
8766         * infrun.c (displaced_step_in_progress): New function.
8767         (do_target_resume): Advise target to report all signals if
8768         displaced stepping.
8769
8770 2015-04-10  Pedro Alves  <palves@redhat.com>
8771
8772         PR gdb/18216
8773         * infrun.c (process_event_stop_test): Don't assume a step-resume
8774         is set if tp->stepped_breakpoint is true.
8775
8776 2015-04-10  Yao Qi  <yao.qi@linaro.org>
8777
8778         * arm-tdep.c (install_alu_reg): Update comment.
8779         (thumb_copy_alu_reg): Remove local variable rn.  Update
8780         debugging message.  Use r2 instead of r1 in the modified
8781         instruction.
8782
8783 2015-04-10  Pedro Alves  <palves@redhat.com>
8784
8785         PR gdb/13858
8786         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8787         linux_displaced_step_location as gdbarch_displaced_step_location
8788         hook.
8789         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8790         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8791         * linux-tdep.c (linux_displaced_step_location): New function,
8792         based on ppc_linux_displaced_step_location.
8793         * linux-tdep.h (linux_displaced_step_location): New declaration.
8794         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8795         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8796         Delete.
8797         (ppc_linux_init_abi): Install linux_displaced_step_location as
8798         gdbarch_displaced_step_location hook, even without Cell/B.E..
8799         (_initialize_ppc_linux_tdep): Don't install
8800         ppc_linux_inferior_created as inferior_created observer.
8801         * s390-linux-tdep.c (s390_gdbarch_init): Install
8802         linux_displaced_step_location as gdbarch_displaced_step_location
8803         hook.
8804
8805 2015-04-09  Gary Benson <gbenson@redhat.com>
8806
8807         * common/common-remote-fileio.h: Rename to...
8808         * common/fileio.h: ...this.  Update all references.
8809         (remote_fileio_to_fio_error): Rename to...
8810         (host_to_fileio_error): ...this.
8811         (remote_fileio_to_be): Rename to...
8812         (host_to_bigendian): ...this.  Update all callers.
8813         (remote_fileio_to_fio_uint): Rename to...
8814         (host_to_fileio_uint): ...this.  Update all callers.
8815         (remote_fileio_to_fio_time): Rename to...
8816         (host_to_fileio_time): ...this.  Update all callers.
8817         (remote_fileio_to_fio_stat): Rename to...
8818         (host_to_fileio_stat): ...this.
8819         Update all references.
8820         * common/common-remote-fileio.c: Rename to...
8821         * common/fileio.c: ...this.  Update all references.
8822         (remote_fileio_to_fio_error): Rename to...
8823         (host_to_fileio_error): ...this.  Update all callers.
8824         (remote_fileio_mode_to_target): Rename to...
8825         (fileio_mode_pack): ...this.  Update all callers.
8826         (remote_fileio_to_fio_mode): Rename to...
8827         (host_to_fileio_mode): ...this.  Update all callers.
8828         (remote_fileio_to_fio_ulong): Rename to...
8829         (host_to_fileio_ulong): ...this.  Update all callers.
8830         (remote_fileio_to_fio_stat): Rename to...
8831         (host_to_fileio_stat): ...this.  Update all callers.
8832
8833 2015-04-09  Andy Wingo  <wingo@igalia.com>
8834
8835         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
8836         (frame_functions): Bind gdbscm_frame_read_register to
8837         frame-read-register.
8838         * guile/lib/gdb.scm (frame-read-register): Export.
8839
8840 2015-04-09  Gary Benson <gbenson@redhat.com>
8841
8842         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
8843         New declaration.
8844         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
8845         New function, factored out the named functions below.
8846         * inf-child.c (gdb/fileio.h): Remove include.
8847         (common-remote-fileio.h): New include.
8848         (inf_child_errno_to_fileio_error): Remove function.  Update
8849         all callers to use remote_fileio_to_fio_error.
8850         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
8851
8852 2015-04-09  Andy Wingo  <wingo@igalia.com>
8853
8854         * MAINTAINERS (Write After Approval): Add Andy Wingo.
8855
8856 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
8857
8858         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
8859         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
8860         * configure: Regenerated.
8861
8862 2015-04-09  Pedro Alves  <palves@redhat.com>
8863
8864         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
8865         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
8866         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
8867         * gnulib/import/Makefile.am: Update.
8868         * gnulib/import/Makefile.in: Update.
8869         * gnulib/import/m4/gnulib-cache.m4: Update.
8870         * gnulib/import/m4/gnulib-comp.m4: Update.
8871         * gnulib/import/m4/strtok_r.m4: New file.
8872         * gnulib/import/strtok_r.c: New file.
8873
8874 2015-04-09  Pedro Alves  <palves@redhat.com>
8875
8876         * gnulib/update-gnulib.sh (aclocal version check): Filter out
8877         "called too early to check prototype".
8878
8879 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
8880
8881         PR python/16699
8882         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
8883         use a caching mechanism.  Adjust comments and code to reflect
8884         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
8885         (cmdpy_completer_handle_brkchars): Adjust call to
8886         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
8887         (cmdpy_completer): Likewise.
8888
8889 2015-04-08  Yao Qi  <yao.qi@linaro.org>
8890
8891         * spu-tdep.c (spu_gdbarch_init): Don't call
8892         set_gdbarch_cannot_step_breakpoint.
8893
8894 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
8895
8896         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
8897
8898 2015-04-07  Pedro Alves  <palves@redhat.com>
8899
8900         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
8901         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
8902         (delete_exited_threads): New declaration.
8903         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
8904         * linux-nat.c (linux_nat_update_thread_list): New function.
8905         (linux_nat_add_target): Install it.
8906         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
8907         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
8908         (delete_exited_threads): New function.
8909
8910 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
8911
8912         * infrun.c (resume) <displaced stepping debug output>: Get the
8913         leader thread's regcache, not resume_ptid's.
8914
8915 2015-04-06  Doug Evans  <xdje42@gmail.com>
8916
8917         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
8918         VAR_DOMAIN.
8919         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
8920         Include symbol domain in debugging output.
8921
8922 2015-04-06  Pedro Alves  <palves@redhat.com>
8923             Bernd Edlinger  <bernd.edlinger@hotmail.de>
8924
8925         * configure.ac: Remove the mingw32-specific stub-termcap.o
8926         fallback, and instead fallback to the stub termcap on all hosts.
8927         * configure: Regenerate.
8928         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
8929         symbols.
8930
8931 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8932
8933         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8934         "top_level" parameter.
8935         (resolve_dynamic_type_internal): Remove the unused "top_level"
8936         parameter.  Update call to is_dynamic_type_internal.
8937         (is_dynamic_type): Update call to is_dynamic_type_internal.
8938         (resolve_dynamic_range): Update call to
8939         resolve_dynamic_type_internal.
8940         (resolve_dynamic_union): Likewise.
8941         (resolve_dynamic_struct): Likewise.
8942         (resolve_dynamic_type): Likewise.
8943
8944 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8945
8946         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8947         TYPE_CODE_REF types so that they are not considered as dynamic
8948         depending on the referenced type.
8949         (resolve_dynamic_type_internal): Likewise.
8950
8951 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
8952
8953         * Makefile.in (top_srcdir): New.
8954         * configure: Regenerated.
8955
8956 2015-04-02  Gary Benson <gbenson@redhat.com>
8957
8958         * NEWS: Announce the new default sysroot of "target:".
8959
8960 2015-04-02  Gary Benson <gbenson@redhat.com>
8961
8962         * main.c (captured_main): Set gdb_sysroot to "target:"
8963         if not otherwise set.
8964
8965 2015-04-02  Gary Benson <gbenson@redhat.com>
8966
8967         * exec.c (exec_file_attach): Support "target:" filenames.
8968
8969 2015-04-02  Gary Benson <gbenson@redhat.com>
8970
8971         * solib.c (solib_find): Strip "target:" prefix from sysroot
8972         if accessing local files.
8973
8974 2015-04-02  Gary Benson <gbenson@redhat.com>
8975
8976         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
8977         checks and error messages.
8978
8979 2015-04-02  Gary Benson <gbenson@redhat.com>
8980
8981         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
8982         (remote_filename_p): Remove declaration.
8983         (remote_bfd_open): Likewise.
8984         * remote.c (remote_bfd_iovec_open): Remove function.
8985         (remote_bfd_iovec_close): Likewise.
8986         (remote_bfd_iovec_pread): Likewise.
8987         (remote_bfd_iovec_stat): Likewise.
8988         (remote_filename_p): Likewise.
8989         (remote_bfd_open): Likewise.
8990         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
8991         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
8992         (gdb_bfd_open_maybe_remote): Remove function.
8993         (symfile_bfd_open):  Replace remote filename check with
8994         target filename check.
8995         (reread_symbols): Use gdb_bfd_open.
8996         * build-id.c (gdbcore.h): New include.
8997         (build_id_to_debug_bfd): Use gdb_bfd_open.
8998         * infcmd.c (attach_command_post_wait): Remove remote filename
8999         check.
9000         * solib.c (solib_find): Replace remote-specific handling with
9001         target-specific handling.  Update comments where necessary.
9002         (solib_bfd_open): Replace remote-specific handling with
9003         target-specific handling.
9004         (gdb_sysroot_changed): New function.
9005         (_initialize_solib): Call the above when gdb_sysroot changes.
9006         * windows-tdep.c (gdbcore.h): New include.
9007         (windows_xfer_shared_library): Use gdb_bfd_open.
9008
9009 2015-04-02  Gary Benson <gbenson@redhat.com>
9010
9011         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9012         (is_target_filename): New declaration.
9013         (gdb_bfd_has_target_filename): Likewise.
9014         (gdb_bfd_open): Update documentation comment.
9015         * gdb_bfd.c (target.h): New include.
9016         (gdb/fileio.h): Likewise.
9017         (is_target_filename): New function.
9018         (gdb_bfd_has_target_filename): Likewise.
9019         (fileio_errno_to_host): Likewise.
9020         (gdb_bfd_iovec_fileio_open): Likewise.
9021         (gdb_bfd_iovec_fileio_pread): Likewise.
9022         (gdb_bfd_iovec_fileio_close): Likewise.
9023         (gdb_bfd_iovec_fileio_fstat): Likewise.
9024         (gdb_bfd_open): Use target fileio to access paths prefixed
9025         with "target:" where necessary.
9026
9027 2015-04-02  Gary Benson <gbenson@redhat.com>
9028
9029         * target.h (struct target_ops) <to_filesystem_is_local>:
9030         New field.
9031         (target_filesystem_is_local): New macro.
9032         * target-delegates.c: Regenerate.
9033         * remote.c (remote_filesystem_is_local): New function.
9034         (init_remote_ops): Initialize to_filesystem_is_local.
9035
9036 2015-04-02  Gary Benson <gbenson@redhat.com>
9037
9038         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9039         (target_fileio_fstat): New declaration.
9040         * target.c (target_fileio_fstat): New function.
9041         * inf-child.c (inf_child_fileio_fstat): Likewise.
9042         (inf_child_target): Initialize to_fileio_fstat.
9043         * remote.c (init_remote_ops): Likewise.
9044
9045 2015-04-01  Sasha Smundak  <asmundak@google.com>
9046
9047         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9048         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9049         (py-unwind.o): New recipe.
9050         * NEWS: mention Python frame unwinding.
9051         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9052         gdb/unwinder.py and gdb/command/unwinder.py
9053         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9054         list.
9055         (execute_unwinders): New function.
9056         * python/lib/gdb/command/unwinders.py: New file.
9057         * python/lib/gdb/unwinder.py: New file.
9058         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9059         (objfpy_dealloc): Decrement frame_unwinders reference count.
9060         (objfpy_initialize): Create frame_unwinders list.
9061         (objfpy_get_frame_unwinders): New function.
9062         (objfpy_set_frame_unwinders): Ditto.
9063         (objfile_getset): Add frame_unwinders attribute to Objfile.
9064         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9065         (pspy_dealloc): Decrement frame_unwinders reference count.
9066         (pspy_initialize): Create frame_unwinders list.
9067         (pspy_get_frame_unwinders): New function.
9068         (pspy_set_frame_unwinders): Ditto.
9069         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9070         * python/py-unwind.c: New file.
9071         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9072         (objpy_get_frame_unwinders): New prototype.
9073         (gdbpy_initialize_unwind): New prototype.
9074         * python/python.c (gdbpy_apply_type_printers): Call
9075         gdbpy_initialize_unwind.
9076
9077 2015-04-01  Pedro Alves  <palves@redhat.com>
9078
9079         * infrun.c (resume): Check currently_stepping after clearing
9080         stepped_breakpoint, not before.
9081
9082 2015-04-01  Pedro Alves  <palves@redhat.com>
9083
9084         * infrun.c (print_target_wait_results): Print all the ptid
9085         elements.
9086
9087 2015-04-01  Pedro Alves  <palves@redhat.com>
9088
9089         * infrun.c (keep_going): Also discard cleanups if inserting
9090         breakpoints fails.
9091
9092 2015-04-01  Pedro Alves  <palves@redhat.com>
9093
9094         * infrun.c (wait_for_inferior): Install the
9095         finish_thread_state_cleanup cleanup across the whole function, not
9096         just around handle_inferior_event.
9097
9098 2015-04-01  Pedro Alves  <palves@redhat.com>
9099
9100         * infrun.c (resume) <step past permanent breakpoint>: Use
9101         do_target_resume.
9102
9103 2015-04-01  Pedro Alves  <palves@redhat.com>
9104
9105         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9106
9107 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9108
9109         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9110
9111 2015-04-01  Pedro Alves  <palves@redhat.com>
9112
9113         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9114         list if it was marked exited.
9115
9116 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9117
9118         * configure: Regenerated.
9119
9120 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9121             Jan Kratochvil  <jan.kratochvil@redhat.com>
9122             Oleg Nesterov  <oleg@redhat.com>
9123
9124         PR corefiles/16092
9125         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9126         New enum identifying the various options of the coredump_filter
9127         file.
9128         (struct smaps_vmflags): New struct.
9129         (use_coredump_filter): New variable.
9130         (decode_vmflags): New function.
9131         (mapping_is_anonymous_p): Likewise.
9132         (dump_mapping_p): Likewise.
9133         (linux_find_memory_regions_full): New variables
9134         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9135         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9136         parsing of its information.  Implement memory mapping filtering
9137         based on its contents.
9138         (show_use_coredump_filter): New function.
9139         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9140         * NEWS: Mention the possibility of using the
9141         '/proc/PID/coredump_filter' file when generating a corefile.
9142         Mention new command 'set use-coredump-filter'.
9143
9144 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9145
9146         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9147         read_memory_unsigned_integer.
9148
9149 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9150
9151         * Makefile.in (ZLIB): New.
9152         (ZLIBINC): Likewise.
9153         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9154         (CLIBS): Add $(ZLIB).
9155         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9156         Add -lz to LIBS.
9157         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9158         * top.c (print_gdb_configuration): Remove --with-zlib and
9159         --without-zlib.
9160         * config.in: Regenerated.
9161         * configure: Likewise.
9162
9163 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9164
9165         * NEWS: Mention info os cpus support.
9166         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9167         (struct osdata_type): Add cpus entry, reorder the entries in
9168         alphabetical order.
9169
9170 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9171
9172         * compile/compile.c (compile_to_object): Allow triplets with or
9173         without vendor set.
9174
9175 2015-03-30  Doug Evans  <dje@google.com>
9176
9177         PR c++/18141
9178         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9179         klass in VAR_DOMAIN.
9180
9181 2015-03-30  Gary Benson <gbenson@redhat.com>
9182
9183         * remote.c (remote_mourn_1): Remove function.  Update all callers
9184         to use remote_mourn.
9185         (extended_remote_mourn_1): Remove function.  Update all callers
9186         to use extended_remote_mourn.
9187         (extended_remote_attach_1): Remove function.  Update all callers
9188         to use extended_remote_attach.
9189
9190 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9191
9192         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9193         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9194         (ALLDEPFILES): Add ft32-tdep.c.
9195         * configure.tgt: Add FT32 entry.
9196         * ft32-tdep.c: New file, FT32 target-dependent code.
9197         * ft32-tdep.h: New file, FT32 target-dependent code.
9198
9199 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9200
9201         Revert:
9202         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9203         Code cleanup.
9204         * printcmd.c (print_command_1): Move expr variable scope.
9205
9206 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9207
9208         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9209
9210 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9211
9212         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9213         sections.
9214
9215 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9216
9217         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9218         exception raised while parsing the probe arguments.
9219         Force parsing to be done using the C language parser.
9220         * expression.h (parse_expression_with_language): Declare.
9221         * parse.c (parse_expression_with_language): New function.
9222
9223 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9224
9225         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9226
9227 2015-03-26  Andy Wingo  <wingo@igalia.com>
9228
9229         PR symtab/18148
9230         * dwarf2read.c (struct partial_die_info): Add has_const_value
9231         member.
9232         (add_partial_symbol): Don't punt on symbols that have const_value
9233         attributes.
9234         (read_partial_die): Detect DW_AT_const_value.
9235
9236 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9237
9238         Code cleanup.
9239         * printcmd.c (print_command_1): Move expr variable scope.
9240
9241 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9242
9243         Code cleanup.
9244         * printcmd.c (validate_format): Make the parameter cmdname const.
9245
9246 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9247
9248         * remote.c (_initialize_remote): Update comment.
9249
9250 2015-03-26  Pedro Alves  <palves@redhat.com>
9251             Jon TURNEY  <jon.turney@dronecode.org.uk>
9252
9253         * coffread.c (coff_symfile_read): When constructing the name of an
9254         import stub symbol from import symbol for amd64, only skip the
9255         char after _imp_ if the target is underscored (like i386) and the
9256         char is indeed the target's leading char.
9257
9258 2015-03-25  Pedro Alves  <palves@redhat.com>
9259
9260         * target.h <to_async>: Replace 'callback' and 'context' parameters
9261         with boolean 'enable' parameter.
9262         (target_async): Replace CALLBACK and CONTEXT parameters with
9263         boolean ENABLE parameter.
9264         * inf-loop.c (inferior_event_handler): Adjust.
9265         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9266         (linux_nat_resume): Adjust.
9267         (async_client_callback, async_client_context): Delete.
9268         (handle_target_event): Call inferior_event_handler directly.
9269         (linux_nat_async): Replace 'callback' and 'context' parameters
9270         with boolean 'enable' parameter.  Adjust.  Remove references to
9271         async_client_callback and async_client_context.
9272         (linux_nat_close): Adjust.
9273         * record-btrace.c (record_btrace_async): Replace 'callback' and
9274         'context' parameters with boolean 'enable' parameter.  Adjust.
9275         (record_btrace_resume): Adjust.
9276         * record-full.c (record_full_async): Replace 'callback' and
9277         'context' parameters with boolean 'enable' parameter.  Adjust.
9278         (record_full_resume, record_full_core_resume): Adjust.
9279         * remote.c (struct remote_state) <async_client_callback,
9280         async_client_context>: Delete fields.
9281         (remote_start_remote, extended_remote_attach_1, remote_resume)
9282         (extended_remote_create_inferior): Adjust.
9283         (remote_async_serial_handler): Call inferior_event_handler
9284         directly.
9285         (remote_async): Replace 'callback' and 'context' parameters with
9286         boolean 'enable' parameter.  Adjust.
9287         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9288         Adjust.
9289         * target-delegates.c: Regenerate.
9290
9291 2015-03-25  Gary Benson <gbenson@redhat.com>
9292             Pedro Alves  <palves@redhat.com>
9293
9294         * target.c (fileio_ft_t): New typedef, define object vector.
9295         (fileio_fhandles): New static variable.
9296         (is_closed_fileio_fh): New macro.
9297         (lowest_closed_fd): New static variable.
9298         (acquire_fileio_fd): New function.
9299         (release_fileio_fd): Likewise.
9300         (fileio_fd_to_fh): New macro.
9301         (target_fileio_open): Wrap the file descriptor on success.
9302         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9303         (target_fileio_pread): Likewise.
9304         (target_fileio_close): Likewise.
9305
9306 2015-03-24  Pedro Alves  <palves@redhat.com>
9307
9308         * thread.c (thread_apply_all_command): Take exited threads into
9309         account.
9310
9311 2015-03-24  Pedro Alves  <palves@redhat.com>
9312
9313         * infrun.c (resume, proceed): Mention
9314         switch_back_to_stepped_thread, not switch_back_to_stepping.
9315
9316 2015-03-24  Pedro Alves  <palves@redhat.com>
9317
9318         * infrun.c (user_visible_resume_ptid): Rewrite going from
9319         most-locked to unlocked instead of the opposite.  Move comment ...
9320         * infrun.h (user_visible_resume_ptid): ... here.
9321
9322 2015-03-24  Pedro Alves  <palves@redhat.com>
9323
9324         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9325         to resume the event lwp.  Use the lwp's ptid instead of the passed
9326         in (maybe wildcard) ptid.
9327         (stop_wait_callback): Tweak debug log output.
9328         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9329         TRAP_TRACE.
9330         (linux_nat_filter_event): In debug output, distinguish a
9331         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9332         before trying to resume the lwp.
9333
9334 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9335
9336         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9337         pointer indirection.
9338         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9339         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9340
9341 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9342
9343         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9344         Renames DYN_ATTR_DATA_LOCATION.
9345         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9346         DYN_ATTR_DATA_LOCATION.
9347         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9348         instead of DYN_ATTR_DATA_LOCATION.
9349
9350 2015-03-24  Pedro Alves  <palves@redhat.com>
9351
9352         * breakpoint.c (until_break_command): Adjust call to proceed.
9353         * gdbthread.h (struct thread_control_state) <stepping_command>:
9354         New field.
9355         * infcall.c (run_inferior_call): Adjust call to proceed.
9356         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9357         Adjust calls to proceed.
9358         (set_step_frame): Set the current thread's step_start_function
9359         here.
9360         (step_once): Adjust calls to proceed.
9361         (jump_command, signal_command, until_next_command)
9362         (finish_backward, finish_forward, proceed_after_attach_callback)
9363         (attach_command_post_wait): Adjust calls to proceed.
9364         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9365         (do_target_resume): New function, factored out from ...
9366         (resume): ... here.  Remove 'step' parameter.  Instead, check
9367         currently_stepping to determine whether the thread should be
9368         single-stepped.
9369         (proceed): Remove 'step' parameter and don't set the thread's
9370         step_start_function here.  Adjust call to 'resume'.
9371         (handle_inferior_event): Adjust calls to 'resume'.
9372         (switch_back_to_stepped_thread): Use do_target_resume instead of
9373         'resume'.
9374         (keep_going): Adjust calls to 'resume'.
9375         * infrun.h (proceed): Remove 'step' parameter.
9376         (resume): Likewise.
9377         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9378         'resume'.
9379         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9380
9381 2015-03-24  Pedro Alves  <palves@redhat.com>
9382
9383         * gdbthread.h (struct thread_control_state) <stepping_command>:
9384         New field.
9385         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9386         the thread's stepping_command field.
9387         * infrun.c (resume): Check the thread's stepping_command flag to
9388         determine which threads should be resumed.  Rename 'entry_step'
9389         local to user_step.
9390         (clear_proceed_status_thread): Clear 'stepping_command'.
9391         (schedlock_applies): Change parameter type to struct thread_info
9392         pointer.  Adjust.
9393         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9394         (switch_back_to_stepped_thread): Adjust calls to
9395         'schedlock_applies'.
9396         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9397
9398 2015-03-24  Pedro Alves  <palves@redhat.com>
9399
9400         * infrun.c (step_start_function): Delete and ...
9401         * gdbthread.h (struct thread_control_state) <step_start_function>:
9402         ... now a field here.
9403         * infrun.c (clear_proceed_status_thread): Clear the thread's
9404         step_start_function.
9405         (proceed, process_event_stop_test, print_stop_event): Adjust.
9406
9407 2015-03-24  Pedro Alves  <palves@redhat.com>
9408
9409         * infrun.c (proceed): No longer handle negative step.
9410
9411 2015-03-24  Gary Benson  <gbenson@redhat.com>
9412
9413         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9414         (x86_linux_prepare_to_resume): Likewise.
9415         * x86-linux-nat.c (x86_linux_new_thread):
9416         Moved to nat/x86-linux.c.
9417         (x86_linux_prepare_to_resume): Likewise.
9418         * nat/x86-linux.c (x86_linux_new_thread): New function.
9419         (x86_linux_prepare_to_resume): Likewise.
9420
9421 2015-03-24  Gary Benson  <gbenson@redhat.com>
9422
9423         * nat/x86-linux-dregs.h: New file.
9424         * nat/x86-linux-dregs.c: Likewise.
9425         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9426         (x86-linux-dregs.o): New rule.
9427         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9428         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9429         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9430         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9431         (x86_linux_dr_get): Likewise.
9432         (x86_linux_dr_set): Likewise.
9433         (x86_linux_dr_get_addr): Likewise.
9434         (x86_linux_dr_get_control): Likewise.
9435         (x86_linux_dr_get_status): Likewise.
9436         (update_debug_registers_callback): Likewise.
9437         (x86_linux_dr_set_control): Likewise.
9438         (x86_linux_dr_set_addr): Likewise.
9439         (x86_linux_update_debug_registers): Likewise.
9440
9441 2015-03-24  Gary Benson  <gbenson@redhat.com>
9442
9443         * x86-linux-nat.c (x86_linux_update_debug_registers):
9444         New function, factored out from...
9445         (x86_linux_prepare_to_resume): ...this.
9446
9447 2015-03-24  Gary Benson  <gbenson@redhat.com>
9448
9449         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9450         (x86_linux_dr_set): Likewise.
9451         (x86_linux_dr_get_addr): Likewise.
9452         (x86_linux_dr_get_control): Likewise.
9453         (x86_linux_dr_get_status): Likewise.
9454         (update_debug_registers_callback): Likewise.
9455         (x86_linux_dr_set_control): Likewise.
9456         (x86_linux_dr_set_addr): Likewise.
9457         (x86_linux_prepare_to_resume): Likewise.
9458         (x86_linux_new_thread): Likewise.
9459
9460 2015-03-24  Gary Benson  <gbenson@redhat.com>
9461
9462         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9463         (x86_linux_new_thread): Rename argument.
9464
9465 2015-03-24  Gary Benson  <gbenson@redhat.com>
9466
9467         * nat/x86-linux.h: New file.
9468         * nat/x86-linux.c: Likewise.
9469         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9470         (x86-linux.o): New rule.
9471         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9472         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9473         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9474         (lwp_set_arch_private_info): New declaration.
9475         (lwp_arch_private_info): Likewise.
9476         * linux-nat.c (lwp_set_arch_private_info): New function.
9477         (lwp_arch_private_info): Likewise.
9478         * x86-linux-nat.c: Include nat/x86-linux.h.
9479         (arch_lwp_info): Removed structure.
9480         (update_debug_registers_callback):
9481         Use lwp_set_debug_registers_changed.
9482         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9483         and lwp_set_debug_registers_changed.
9484         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9485
9486 2015-03-24  Gary Benson  <gbenson@redhat.com>
9487
9488         * nat/linux-nat.h (ptid_of_lwp): New declaration.
9489         (lwp_is_stopped): Likewise.
9490         (lwp_stop_reason): Likewise.
9491         * linux-nat.c (ptid_of_lwp): New function.
9492         (lwp_is_stopped): Likewise.
9493         (lwp_is_stopped_by_watchpoint): Likewise.
9494         * x86-linux-nat.c (update_debug_registers_callback):
9495         Use lwp_is_stopped.
9496         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9497         lwp_stop_reason.
9498
9499 2015-03-24  Gary Benson  <gbenson@redhat.com>
9500
9501         * linux-nat.h (linux_stop_lwp): Move declaration to...
9502         * nat/linux-nat.h (linux_stop_lwp): New declaration.
9503
9504 2015-03-24  Gary Benson  <gbenson@redhat.com>
9505
9506         * linux-nat.h: Include nat/linux-nat.h.
9507         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9508         * nat/linux-nat.h (struct lwp_info): New forward declaration.
9509         (iterate_over_lwps_ftype): New typedef.
9510         (iterate_over_lwps): New declaration.
9511         * linux-nat.h (iterate_over_lwps): Update comment.  Use
9512         iterate_over_lwps_ftype.  Update callback return value check.
9513
9514 2015-03-24  Gary Benson  <gbenson@redhat.com>
9515
9516         * x86-nat.h (x86_debug_reg_state): Move declaration to...
9517         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9518
9519 2015-03-24  Gary Benson  <gbenson@redhat.com>
9520
9521         * nat/linux-nat.h (current_lwp_ptid): New declaration.
9522         * linux-nat.c (current_lwp_ptid): New function.
9523         * x86-linux-nat.c: Include nat/linux-nat.h.
9524         (x86_linux_dr_get_addr): Use current_lwp_ptid.
9525         (x86_linux_dr_get_control): Likewise.
9526         (x86_linux_dr_get_status): Likewise.
9527         (x86_linux_dr_set_control): Likewise.
9528         (x86_linux_dr_set_addr): Likewise.
9529
9530 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9531
9532         PR breakpoints/16466
9533         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9534
9535 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
9536
9537         * ser-mingw.c (ser_windows_setparity): Fix indentation.
9538         * ser-unix.c (hardwire_setparity): Likewise.
9539
9540 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9541
9542         * NEWS: Mention set/show serial parity command.
9543         * monitor.c (monitor_open): Call serial_setparity.
9544         * remote.c (remote_open_1): Likewise.
9545         * ser-base.c (ser_base_serparity): New function.
9546         * ser-base.h (ser_base_setparity): Add  declaration.
9547         * ser-go32.c (dos_ops): Set "setparity" field.
9548         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9549         state.Parity.
9550         (ser_windows_setparity): New function.
9551         (hardwire_ops): Add ser_windows_setparity.
9552         (tty_ops): Add NULL for setparity field.
9553         (pipe_ops): Add ser_base_setparity.
9554         (tcp_ops): Likewise.
9555         * ser-pipe.c (pipe_ops): Likewise.
9556         * ser-tcp.c (tcp_ops): Likewise.
9557         * ser-unix.c (hardwire_setparity): Add declaration.
9558         (hardwire_raw): Don't reset PARENB flag.
9559         (hardwire_setparity): New function.
9560         (hardwire_ops): Add hardwire_setparity.
9561         * serial.c (serial_setparity): New function.
9562         (serial_parity): New global.
9563         (parity_none, parity_odd, parity_even, parity_enums, parity):
9564         New static globals.
9565         (set_parity): New function.
9566         (_initialize_serial): Add set/show serial parity commands.
9567         * serial.h (GDBPARITY_NONE): Define.
9568         (GDBPARITY_ODD): Define.
9569         (GDBPARITY_EVEN): Define.
9570         (serial_setparity) Add declaration.
9571         (struct serial_ops): Add setparity field.
9572         * target.h (serial_parity): Add declaration.
9573
9574 2015-03-23  Keith Seitz  <keiths@redhat.com>
9575
9576         * linespec.c (linespec_lexer_lex_keyword): Update comment.
9577
9578 2015-03-23  Keith Seitz  <keiths@redhat.com>
9579
9580         * breakpoint.c (parse_breakpoint_sals): Use
9581         linespec_lexer_lex_keyword to ascertain if the user specified
9582         a NULL location.
9583         * linespec.c [IF_KEYWORD_INDEX]: Define.
9584         (linespec_lexer_lex_keyword): Export.
9585         (struct ls_parser) <keyword_ok>: Remove.
9586         A keyword is only a keyword if not followed by another keyword.
9587         (linespec_lexer_lex_one): Remove keyword_ok handling.
9588         Add comment explaining why the parsing stream is not advanced
9589         when a keyword is seen.
9590         (parse_linespec): Remove parser->keyword_ok.
9591         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9592
9593 2015-03-23  Keith Seitz  <keiths@redhat.com>
9594
9595         PR gdb/18021
9596         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9597         if we find a static method with DW_AT_vtable_elem_location.
9598
9599 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
9600
9601         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9602         before the second loop, to avoid undefined behavior.  Reported by
9603         Anton Blanchard <anton@samba.org>.
9604
9605 2015-03-20  Keven Boell  <keven.boell@intel.com>
9606
9607         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9608         data_location usage to linked list.
9609         (resolve_dynamic_type_internal): Adapt data_location to
9610         linked list.
9611         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9612         (copy_type_recursive, copy_type): Add copy of linked list.
9613         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9614         (struct dynamic_prop_list): New struct.
9615         * dwarf2read.c (set_die_type): Set data_location data.
9616
9617 2015-03-20  Pedro Alves  <palves@redhat.com>
9618
9619         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9620         inner block and make it const.
9621         * machoread.c (get_archive_prefix_len): Make "lparen" const.
9622
9623 2015-03-20  Pedro Alves  <palves@redhat.com>
9624
9625         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9626         * breakpoint.h (set_breakpoint_condition): Update declaration.
9627
9628 2015-03-20  Pedro Alves  <palves@redhat.com>
9629
9630         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9631
9632 2015-03-20  Pedro Alves  <palves@redhat.com>
9633
9634         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9635
9636 2015-03-20  Pedro Alves  <palves@redhat.com>
9637
9638         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9639
9640 2015-03-20  Pedro Alves  <palves@redhat.com>
9641
9642         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9643         (nto_init_solib_absolute_prefix): Likewise.
9644
9645 2015-03-20  Pedro Alves  <palves@redhat.com>
9646
9647         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9648         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9649
9650 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9651
9652         * config/djgpp/README: Remove gdb.hp.
9653
9654 2015-03-20  Yao Qi  <yao.qi@linaro.org>
9655
9656         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9657         set_gdbarch_cannot_step_breakpoint.
9658
9659 2015-03-19  Pedro Alves  <palves@redhat.com>
9660
9661         * linux-nat.c (linux_resume_one_lwp): Rename to ...
9662         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
9663         instead call perror_with_name.
9664         (check_ptrace_stopped_lwp_gone): New function.
9665         (linux_resume_one_lwp): Reimplement as wrapper around
9666         linux_resume_one_lwp_throw that swallows errors if the LWP is
9667         gone.
9668         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9669         swallows errors if the LWP is gone.  Use
9670         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9671
9672 2015-03-19  Pedro Alves  <palves@redhat.com>
9673
9674         * linux-nat.c (status_callback): Return early if the LWP has no
9675         status pending.
9676
9677 2015-03-19  Pedro Alves  <palves@redhat.com>
9678
9679         * linux-nat.c (select_event_lwp_callback): Update comment to no
9680         longer mention SIGTRAP.
9681
9682 2015-03-18  Tristan Gingold  <gingold@adacore.com>
9683
9684         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9685         redirection code to ...
9686         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
9687         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
9688
9689 2015-03-18  Gary Benson <gbenson@redhat.com>
9690
9691         (remote_protocol_features): Remove the "vFile:fstat" feature.
9692         (remote_hostio_fstat): Probe for "vFile:fstat" support.
9693
9694 2015-03-11  Yao Qi  <yao.qi@linaro.org>
9695
9696         PR tdep/18107
9697         * aarch64-linux-tdep.c: Include xml-syscall.h
9698         (aarch64_linux_get_syscall_number): New function.
9699         (aarch64_linux_init_abi): Call
9700         set_gdbarch_get_syscall_number.
9701         * syscalls/aarch64-linux.xml: New file.
9702
9703 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
9704
9705         * ser-base.h (ser_base_setstopbits): Change second argument name
9706         from "rate" to "num".
9707
9708 2015-03-17  Gary Benson <gbenson@redhat.com>
9709             Luke Allardyce <lukeallardyce@gmail.com>
9710
9711         PR gdb/18131
9712         * common/common-remote-fileio.h (sys/stat.h): New include.
9713         (stuct stat): Remove forward declaration.
9714
9715 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
9716
9717         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9718         before writing core register notes.
9719
9720 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9721             Pedro Alves  <palves@redhat.com>
9722
9723         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9724         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9725         (tgoto): Wrap with extern "C".
9726
9727 2015-03-16  Pedro Alves  <palves@redhat.com>
9728             Yuanhui Zhang  <asmwarrior@gmail.com>
9729
9730         * stub-termcap.c (tputs): Change prototype.
9731
9732 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9733             Pedro Alves  <palves@redhat.com>
9734
9735         * windows-nat.c (struct thread_info_struct): Rename to ...
9736         (struct windows_thread_info_struct): ... this.
9737         (thread_info): Rename to ...
9738         (windows_thread_info): ... this.
9739         All users updated.
9740
9741 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9742             Pedro Alves  <palves@redhat.com>
9743
9744         * NEWS: New Removed targets and native configurations.
9745
9746 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9747
9748         Remove HPUX.
9749         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9750         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9751         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9752         ia64-hpux-tdep.h, solib-ia64-hpux.h.
9753         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9754         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9755         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9756         hppa-hpux-tdep.c.
9757         * config/ia64/hpux.mh: Remove file.
9758         * config/pa/hpux.mh: Remove file.
9759         * configure: Rebuilt.
9760         * configure.ac (dlgetmodinfo, somread.o): Remove.
9761         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9762         (ia64-*-hpux*): Remove its float format exception.
9763         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9764         * hppa-hpux-nat.c: Remove file.
9765         * hppa-hpux-tdep.c: Remove file.
9766         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9767         Move them here from hppa-tdep.h
9768         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9769         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9770         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9771         Move them to hppa-tdep.c.
9772         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9773         declarations.
9774         * ia64-hpux-nat.c: Remove file.
9775         * ia64-hpux-tdep.c: Remove file.
9776         * ia64-hpux-tdep.h: Remove file.
9777         * inf-ttrace.c: Remove file.
9778         * inf-ttrace.h: Remove file.
9779         * solib-ia64-hpux.c: Remove file.
9780         * solib-ia64-hpux.h: Remove file.
9781         * solib-pa64.c: Remove file.
9782         * solib-pa64.h: Remove file.
9783         * solib-som.c: Remove file.
9784         * solib-som.h: Remove file.
9785         * somread.c: Remove file.
9786
9787 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
9788
9789         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9790         * config.in: Regenerate.
9791         * configure: Regenerate.
9792         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
9793         define.
9794         (fbsd_find_memory_regions): Use kinfo_getvmmap to
9795         enumerate memory regions if present.
9796
9797 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
9798
9799         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9800         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9801         expressions.
9802         (i386fbsd_sigtramp_p): Likewise.
9803
9804 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
9805
9806         * MAINTAINERS (Write After Approval): Add John Baldwin.
9807
9808 2015-03-12  Gary Benson <gbenson@redhat.com>
9809
9810         * solib.c (_initialize_solib): Make "set/show sysroot" use
9811         add_setshow_optional_filename_cmd so it can be restored to
9812         empty after being set.
9813
9814 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9815
9816         * Makefile.in (SFILES): New source break-catch-syscall.c.
9817         (COMMON_OBS): New object break-catch-syscall.o.
9818         * break-catch-syscall.c: New file.
9819         * breakpoint.c: Remove inclusion of "xml-syscall.h".
9820         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
9821         (struct syscall_catchpoint): Likewise.
9822         (dtor_catch_syscall): Likewise.
9823         (catch_syscall_inferior_data): Likewise.
9824         (struct catch_syscall_inferior_data): Likewise.
9825         (get_catch_syscall_inferior_data): Likewise.
9826         (catch_syscall_inferior_data_cleanup): Likewise.
9827         (insert_catch_syscall): Likewise.
9828         (remove_catch_syscall): Likewise.
9829         (breakpoint_hit_catch_syscall): Likewise.
9830         (print_it_catch_syscall): Likewise.
9831         (print_one_catch_syscall): Likewise.
9832         (print_mention_catch_syscall): Likewise.
9833         (print_recreate_catch_syscall): Likewise.
9834         (catch_syscall_breakpoint_ops): Likewise.
9835         (syscall_catchpoint_p): Likewise.
9836         (create_syscall_event_catchpoint): Likewise.
9837         (catch_syscall_split_args): Likewise.
9838         (catch_syscall_command_1): Likewise.
9839         (is_syscall_catchpoint_enabled): Likewise.
9840         (catch_syscall_enabled): Likewise.
9841         (catching_syscall_number): Likewise.
9842         (catch_syscall_completer): Likewise.
9843         (clear_syscall_counts): Likewise.
9844         (initialize_breakpoint_ops): Move initialization of syscall
9845         catchpoints to break-catch-syscall.c.
9846         (_initialize_breakpoint): Move code related to syscall catchpoints
9847         to break-catch-syscall.c.
9848
9849 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9850
9851         * breakpoint.c (breakpoint_find_if): New function.
9852         * breakpoint.h (breakpoint_find_if): New prototype.
9853
9854 2015-03-11  Gary Benson <gbenson@redhat.com>
9855
9856         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
9857         * remote-fileio.c (remote_fileio_to_host_uint): New function.
9858         (remote_fileio_to_host_ulong): Likewise.
9859         (remote_fileio_to_host_mode): Likewise.
9860         (remote_fileio_to_host_time): Likewise.
9861         (remote_fileio_to_host_stat): Likewise.
9862         * remote.c (PACKET_vFile_fstat): New enum value.
9863         (remote_protocol_features): Register the "vFile:fstat" feature.
9864         (remote_hostio_fstat): New function.
9865         (remote_bfd_iovec_stat): Use the above.
9866         (_initialize_remote): Register new "set/show remote
9867         hostio-fstat-packet" command.
9868         * symfile.c (separate_debug_file_exists): Update comment.
9869         * NEWS: Announce new vFile:fstat packet.
9870
9871 2015-03-11  Gary Benson <gbenson@redhat.com>
9872
9873         * common/common-remote-fileio.h: New file.
9874         * common/common-remote-fileio.c: Likewise.
9875         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
9876         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
9877         (COMMON_OBS): Add common-remote-fileio.o.
9878         (common-remote-fileio.o): New rule.
9879         * remote-fileio.h (common-remote-fileio.h): New include.
9880         * remote-fileio.c (gdb/fileio.h): Do not include.
9881         (remote_fileio_to_be): Moved to common-remote-fileio.h.
9882         (remote_fileio_to_fio_uint): Likewise.
9883         (remote_fileio_to_fio_time): Likewise.
9884         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
9885         (remote_fileio_to_fio_mode): Likewise.
9886         (remote_fileio_to_fio_ulong): Likewise.
9887         (remote_fileio_to_fio_stat): Likewise.
9888
9889 2015-03-11  Andy Wingo  <wingo@igalia.com>
9890
9891         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
9892         we were checking the cached type, not the cached dynamic type.
9893
9894 2015-03-11  Andy Wingo  <wingo@igalia.com>
9895
9896         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
9897         other strings, as these are on the GC'd heap, and will be
9898         collected along with the smob.
9899
9900 2015-03-11  Andy Wingo  <wingo@igalia.com>
9901
9902         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
9903         (objfile_functions): Bind gdbscm_objfile_progspace to
9904         objfile-progspace.
9905         * guile/lib/gdb.scm: Add objfile-progspace to exports.
9906
9907 2015-03-11  Andy Wingo  <wingo@igalia.com>
9908
9909         * guile/guile.c (_initialize_guile): Disable automatic
9910         finalization, if Guile offers us that possibility.
9911         * guile/guile.c (call_initialize_gdb_module):
9912         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
9913         finalizers in appropriate places.
9914         * configure.ac (AC_TRY_LIBGUILE): Add a check for
9915         scm_set_automatic_finalization_enabled.
9916         * configure: Regenerated.
9917
9918 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9919
9920         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
9921         SAL, if possible.
9922
9923 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9924
9925         * s390-linux-nat.c (struct arch_lwp_info): New.
9926         (s390_fix_watch_points): Rename to...
9927         (s390_prepare_to_resume): ...this.  Skip the PER info update
9928         unless the watch points have changed.
9929         (s390_refresh_per_info, s390_new_thread): New functions.
9930         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
9931         s390_fix_watch_points.
9932         (s390_remove_watchpoint): Likewise.
9933         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
9934         Register s390_prepare_to_resume.
9935
9936 2015-03-09  Pedro Alves  <palves@redhat.com>
9937
9938         Revert:
9939         2015-03-07  Pedro Alves  <palves@redhat.com>
9940         * common/gdb_socket.h: New file.
9941         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
9942         sys/socket.h.
9943         (net_open): Use union gdb_sockaddr_u.
9944
9945 2015-03-07  Pedro Alves  <palves@redhat.com>
9946
9947         * configure.ac (build_warnings): Move -Wmissing-prototypes
9948         -Wdeclaration-after-statement -Wmissing-parameter-type
9949         -Wold-style-declaration -Wold-style-definition to the C-specific
9950         set.
9951         * configure: Regenerate.
9952
9953 2015-03-07  Pedro Alves  <palves@redhat.com>
9954
9955         * common/gdb_socket.h: New file.
9956         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
9957         sys/socket.h.
9958         (net_open): Use union gdb_sockaddr_u.
9959
9960 2015-03-07  Pedro Alves  <palves@redhat.com>
9961
9962         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
9963         (exceptions_state_mc_action_iter)
9964         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9965         Don't define.
9966         [__cplusplus] (try_scope_depth): New global.
9967         [__cplusplus] (exception_try_scope_entry)
9968         (exception_try_scope_exit, gdb_exception_sliced_copy)
9969         (exception_rethrow): New functions.
9970         (throw_exception): In C++ mode, throw
9971         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
9972         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
9973         (throw_it): In C++ mode, use try_scope_depth.
9974         * common/common-exceptions.h [!__cplusplus]
9975         (exceptions_state_mc_action_iter)
9976         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9977         Don't declare.
9978         [__cplusplus] (exception_try_scope_entry)
9979         (exception_try_scope_exit, exception_rethrow): Declare.
9980         [__cplusplus] (struct exception_try_scope): New struct.
9981         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
9982         C++ exceptions.
9983         (struct gdb_exception_RETURN_MASK_ALL)
9984         (struct gdb_exception_RETURN_MASK_ERROR)
9985         (struct gdb_exception_RETURN_MASK_QUIT): New types.
9986
9987 2015-03-07  Pedro Alves  <palves@redhat.com>
9988
9989         * main.c (handle_command_errors): Remove volatile qualifier from
9990         parameter.
9991
9992 2015-03-07  Pedro Alves  <palves@redhat.com>
9993
9994         * breakpoint.c (save_breakpoints): Adjust to avoid code between
9995         TRY and CATCH.
9996         * gdbtypes.c (safe_parse_type): Remove empty line.
9997         (types_deeply_equal):
9998         * guile/scm-frame.c (gdbscm_frame_name):
9999         * linux-thread-db.c (find_new_threads_once):
10000         * python/py-breakpoint.c (bppy_get_commands):
10001         * record-btrace.c (record_btrace_insert_breakpoint)
10002         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10003         (record_btrace_start_replaying): Adjust to avoid code between TRY
10004         and CATCH.
10005
10006 2015-03-07  Pedro Alves  <palves@redhat.com>
10007
10008         * common/common-exceptions.c (struct catcher) <exception>: No
10009         longer a pointer to volatile exception.  Now an exception value.
10010         <mask>: Delete field.
10011         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10012         (exceptions_state_mc): No longer pop the catcher here.
10013         (exceptions_state_mc_catch): New function.
10014         (throw_exception): Adjust.
10015         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10016         all parameters.
10017         (exceptions_state_mc_catch): Declare.
10018         (TRY_CATCH): Rename to ...
10019         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10020         (CATCH, END_CATCH): New.
10021         All callers adjusted.
10022
10023 2015-03-07  Tom Tromey  <tromey@redhat.com>
10024
10025         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10026
10027 2015-03-07  Pedro Alves  <palves@redhat.com>
10028
10029         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10030         (amd64_epilogue_frame_cache): Normal exception handling code.
10031         * break-catch-throw.c (check_status_exception_catchpoint)
10032         (re_set_exception_catchpoint): Ditto.
10033         * cli/cli-interp.c (safe_execute_command):
10034         * cli/cli-script.c (script_from_file): Ditto.
10035         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10036         Ditto.
10037         * compile/compile-object-run.c (compile_object_run): Ditto.
10038         * cp-abi.c (baseclass_offset): Ditto.
10039         * cp-valprint.c (cp_print_value): Ditto.
10040         * exceptions.c (catch_exceptions_with_msg):
10041         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10042         * frame.c (get_frame_address_in_block_if_available): Ditto.
10043         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10044         (i386_sigtramp_frame_cache): Ditto.
10045         * infcmd.c (post_create_inferior): Ditto.
10046         * linespec.c (parse_linespec, find_linespec_symbols):
10047         * p-valprint.c (pascal_object_print_value): Ditto.
10048         * parse.c (parse_expression_for_completion): Ditto.
10049         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10050         * remote.c (remote_get_noisy_reply): Ditto.
10051         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10052         * solib-svr4.c (solib_svr4_r_map): Ditto.
10053
10054 2015-03-06  Gary Benson  <gbenson@redhat.com>
10055
10056         * common/common-utils.h (startswith): New inline function.
10057         All places where this logic was used updated to use the above.
10058
10059 2015-03-05  Pedro Alves  <palves@redhat.com>
10060
10061         PR gdb/18002
10062         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10063         after reading the breakpoint's shadow memory.
10064
10065 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10066
10067         * hppabsd-nat.c: Remove file.
10068         * hppaobsd-nat.c: New file.
10069         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10070         hppaobsd-nat.c.
10071         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10072         hppaobsd-nat.o.
10073
10074 2015-03-04  Pedro Alves  <palves@redhat.com>
10075
10076         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10077         (target_decr_pc_after_break): Delete declaration.
10078         * target.c (default_target_decr_pc_after_break)
10079         (target_decr_pc_after_break): Delete.
10080         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10081         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10082         * linux-thread-db.c (check_event): Likewise.
10083         * infrun.c (adjust_pc_after_break): Likewise.
10084         * darwin-nat.c (cancel_breakpoint): Likewise.
10085         * aix-thread.c (aix_thread_wait): Likewise.
10086         * target-delegates.c: Regenerate.
10087
10088 2015-03-04  Pedro Alves  <palves@redhat.com>
10089
10090         * linux-nat.c (save_sigtrap): Check for breakpoints before
10091         checking watchpoints.
10092         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10093         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10094         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10095         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10096         (linux_nat_stopped_by_sw_breakpoint)
10097         (linux_nat_supports_stopped_by_sw_breakpoint)
10098         (linux_nat_stopped_by_hw_breakpoint)
10099         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10100         (linux_nat_wait_1): Don't re-increment the PC if relying on
10101         SIGTRAP's siginfo->si_code.
10102         (linux_nat_add_target): Install new target methods.
10103         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10104         offset if the target already adjusted the PC.
10105         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10106         (GDB_ARCH_TRAP_BRKPT): New.
10107         (TRAP_HWBKPT): Define if not already defined.
10108
10109 2015-03-04  Pedro Alves  <palves@redhat.com>
10110
10111         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10112         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10113         Delete field.
10114         <stop_reason>: New field.
10115         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10116         (packet_set_cmd_state): New function.
10117         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10118         features.
10119         (remote_query_supported): If not disabled with the corresponding
10120         "set remote foo-packet" command, report support for the swbreak
10121         and hwbreak features.
10122         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10123         field.
10124         <stop_reason>: New field.
10125         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10126         (remote_wait_as): Adjust.
10127         (remote_stopped_by_sw_breakpoint)
10128         (remote_supports_stopped_by_sw_breakpoint)
10129         (remote_stopped_by_hw_breakpoint)
10130         (remote_supports_stopped_by_hw_breakpoint): New functions.
10131         (remote_stopped_by_watchpoint): New function.
10132         (init_remote_ops): Install them.
10133         (_initialize_remote): Register new "set/show remote
10134         swbreak-feature-packet" and "set/show remote
10135         swbreak-feature-packet" commands.
10136
10137 2015-03-04  Pedro Alves  <palves@redhat.com>
10138
10139         * btrace.h: Include target/waitstatus.h.
10140         (struct btrace_thread_info) <stop_reason>: New field.
10141         * record-btrace.c (record_btrace_step_thread): Use
10142         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10143         (record_btrace_decr_pc_after_break): Delete.
10144         (record_btrace_stopped_by_sw_breakpoint)
10145         (record_btrace_supports_stopped_by_sw_breakpoint)
10146         (record_btrace_stopped_by_hw_breakpoint)
10147         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10148         (init_record_btrace_ops): Install them.
10149         * record-full.c (record_full_hw_watchpoint): Delete and replace
10150         with ...
10151         (record_full_stop_reason): ... this throughout.
10152         (record_full_exec_insn): Adjust.
10153         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10154         (record_full_wait_1): Adjust.  Use
10155         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10156         (record_full_stopped_by_watchpoint): Adjust.
10157         (record_full_stopped_by_sw_breakpoint)
10158         (record_full_supports_stopped_by_sw_breakpoint)
10159         (record_full_supports_stopped_by_sw_breakpoint)
10160         (record_full_stopped_by_hw_breakpoint)
10161         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10162         (init_record_full_ops, init_record_full_core_ops): Install them.
10163         * record.c (record_check_stopped_by_breakpoint): New function.
10164         * record.h: Include target/waitstatus.h.
10165         (record_check_stopped_by_breakpoint): New declaration.
10166
10167 2015-03-04  Pedro Alves  <palves@redhat.com>
10168
10169         enum lwp_stop_reason -> enum target_stop_reason
10170         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10171         (linux_nat_stopped_by_watchpoint, status_callback)
10172         (linux_nat_wait_1): Adjust.
10173         * linux-nat.h (enum lwp_stop_reason): Delete.
10174         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10175         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10176         * target/waitstatus.h (enum target_stop_reason): New.
10177
10178 2015-03-04  Pedro Alves  <palves@redhat.com>
10179
10180         * breakpoint.c (need_moribund_for_location_type): New function.
10181         (bpstat_stop_status): Don't skipping checking moribund locations
10182         of breakpoint types which the target tell caused a stop.
10183         (program_breakpoint_here_p): New function, factored out from ...
10184         (bp_loc_is_permanent): ... this.
10185         (update_global_location_list): Don't create a moribund location if
10186         the target supports reporting stops of the type of the removed
10187         breakpoint.
10188         * breakpoint.h (program_breakpoint_here_p): New declaration.
10189         * infrun.c (adjust_pc_after_break): Return early if the target has
10190         already adjusted the PC.  Add comments.
10191         (handle_signal_stop): If nothing explains a signal, and the target
10192         tells us the stop was caused by a software breakpoint, check if
10193         there's a breakpoint instruction in the memory.  If so, adjust the
10194         PC before presenting the stop to the user.  Otherwise, ignore the
10195         trap.  If nothing explains a signal, and the target tells us the
10196         stop was caused by a hardware breakpoint, ignore the trap.
10197         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10198         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10199         to_supports_stopped_by_hw_breakpoint>: New fields.
10200         (target_stopped_by_sw_breakpoint)
10201         (target_supports_stopped_by_sw_breakpoint)
10202         (target_stopped_by_hw_breakpoint)
10203         (target_supports_stopped_by_hw_breakpoint): Define.
10204         * target-delegates.c: Regenerate.
10205
10206 2015-03-04  Pedro Alves  <palves@redhat.com>
10207
10208         * infrun.c (follow_fork_inferior): Use the whole of the
10209         inferior_ptid and pending_follow.related_pid ptids instead of
10210         building ptids from the process components.  Adjust verbose output
10211         to use target_pid_to_str.
10212         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10213         inferior_ptid and pending_follow.related_pid ptids instead of
10214         building ptids from the process components.
10215
10216 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10217
10218         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10219         (inf_ptrace_insert_fork_catchpoint): New function.
10220         (inf_ptrace_remove_fork_catchpoint): New function.
10221         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10222
10223 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10224
10225         * s390-linux-tdep.c (s390_register_name): Return empty string
10226         instead of NULL for registers that shouldn't be visible.
10227
10228 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10229
10230         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10231         XML file for 64-bit targets.
10232
10233 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10234
10235         * target.h (find_default_create_inferior): Remove declaration.
10236         (find_default_attach): Likewise.
10237
10238 2015-03-03  Pedro Alves  <palves@redhat.com>
10239
10240         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10241         Use ptid_get_pid to get the overall process id when resuming all
10242         threads.
10243
10244 2015-03-03  Pedro Alves  <palves@redhat.com>
10245
10246         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10247         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10248         * inf-ptrace.c (get_ptrace_pid): New function.
10249         (inf_ptrace_resume): Use it.
10250         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10251         to the lower layer.
10252
10253 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10254
10255         * nat/linux-btrace.c: Include sys/utsname.h.
10256         (linux_determine_kernel_ptr_bits): New.
10257         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10258         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10259         ptr_bits.
10260
10261 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10262
10263         * btrace.c (ftrace_update_function): Treat return as tailcall for
10264         "_dl_runtime_resolve".
10265
10266 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10267
10268         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10269         * btrace.c (ftrace_debug): Do not print the line range.
10270         (ftrace_skip_file, ftrace_update_lines): Remove.
10271         (ftrace_new_function): Remove lbegin and lend initialization.
10272         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10273         * record-btrace.c (btrace_compute_src_line_range): New.
10274         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10275
10276 2015-03-02  Pedro Alves  <palves@redhat.com>
10277
10278         * infrun.c (follow_exec): Delete all threads of the process except
10279         the event thread.  Extended comments.
10280
10281 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10282
10283         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10284
10285 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10286
10287         * utils.h: Remove <stdbool.h> #include.
10288         (producer_is_gcc): Change return type to "int".
10289         * utils.c (producer_is_gcc): Change return type to int.
10290         Return 1 instead of true, and 0 instead of false.
10291         Adjust function documentation accordingly.
10292
10293 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10294
10295         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10296         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10297         present.
10298         (s390_linux_store_inferior_registers): Likewise.
10299         (s390_get_hwcap): Remove function.  Embed its logic...
10300         (s390_read_description): ...here.  Yield a target description with
10301         vector registers if applicable.
10302         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10303         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10304         "features/s390x-tevx-linux64.c".
10305         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10306         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10307         for "GNU/Linux-specific registers".
10308         (s390_dwarf_reg_r0l): New enum value.
10309         (s390_dwarf_reg_to_regnum): Support vector registers.
10310         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10311         of GPR lower halves.
10312         (regnum_is_vxr_full): New function.
10313         (s390_register_name): New function.
10314         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10315         f0-f15 and v0l-v15l.
10316         (s390_pseudo_register_type): Likewise.
10317         (s390_pseudo_register_read): Likewise.
10318         (s390_pseudo_register_write): Likewise.
10319         (s390_value_from_register): Account for the fact that values are
10320         placed left-justified in vector registers.
10321         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10322         the vector reggroup and omit them from the general reggroup.
10323         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10324         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10325         (s390_iterate_over_regset_sections): Add iterations for the two
10326         new vector regsets.
10327         (s390_core_read_description): Yield a target description with
10328         vector registers if applicable.
10329         (s390_gdbarch_init): Handle target descriptions with vector
10330         registers.  Add "register_name" gdbarch method.
10331         (_initialize_s390_tdep): Call new tdesc initialization functions.
10332         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10333         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10334         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10335         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10336         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10337         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10338         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10339         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10340         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10341         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10342         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10343         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10344         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10345         (S390_NUM_REGS): Adjust value.
10346         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10347         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10348         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10349         * NEWS: Announce S/390 vector register support.
10350
10351 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10352
10353         * features/s390-tevx-linux64.xml: New file.
10354         * features/s390-vx-linux64.xml: New file.
10355         * features/s390-vx.xml: New file.
10356         * features/s390x-tevx-linux64.xml: New file.
10357         * features/s390x-vx-linux64.xml: New file.
10358         * features/Makefile (WHICH): Add s390-vx-linux64,
10359         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10360         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10361         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10362         macros.
10363         * features/s390-tevx-linux64.c: New generated file.
10364         * features/s390-vx-linux64.c: Likewise.
10365         * features/s390x-tevx-linux64.c: Likewise.
10366         * features/s390x-vx-linux64.c: Likewise.
10367         * regformats/s390-tevx-linux64.dat: Likewise.
10368         * regformats/s390-vx-linux64.dat: Likewise.
10369         * regformats/s390x-tevx-linux64.dat: Likewise.
10370         * regformats/s390x-vx-linux64.dat: Likewise.
10371
10372 2015-02-28  Doug Evans  <xdje42@gmail.com>
10373
10374         * symtab.h (struct symtab) <next>: Fix comment.
10375
10376 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10377
10378         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10379         python_GdbMethods.
10380
10381 2015-02-27  Pedro Alves  <palves@redhat.com>
10382
10383         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10384
10385 2015-02-27  Pedro Alves  <palves@redhat.com>
10386
10387         * common/common-exceptions.h (exception_none): Declare.
10388         * common/common-exceptions.c (exception_none): Moved from
10389         exceptions.c.
10390         (exceptions_state_mc_init): Use exception_none.
10391         * exceptions.c (exception_none): Move to
10392         common/common-exceptions.c.
10393         * exceptions.h (exception_none): Move to
10394         common/common-exceptions.h.
10395
10396 2015-02-27  Pedro Alves  <palves@redhat.com>
10397
10398         * main.c (catch_command_errors, catch_command_errors_const):
10399         Remove 'mask' argument.  Adjust.
10400         (captured_main): Adjust callers.
10401
10402 2015-02-27  Pedro Alves  <palves@redhat.com>
10403
10404         * python/python-internal.h: Include "extension-priv.h".
10405
10406 2015-02-27  Pedro Alves  <palves@redhat.com>
10407
10408         * breakpoint.h (enum print_stop_action): Move further up in the
10409         file.
10410
10411 2015-02-27  Pedro Alves  <palves@redhat.com>
10412
10413         * gdbarch.sh: Include regcache.h.
10414         * gdbarch.h: Regenerate.
10415
10416 2015-02-27  Pedro Alves  <palves@redhat.com>
10417
10418         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10419         Remove duplicate const.
10420         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10421         duplicate const.
10422
10423 2015-02-27  Pedro Alves  <palves@redhat.com>
10424
10425         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10426         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10427         * features/feature_to_c.sh: Tag the generated xml_builtin array
10428         with extern const in C++ mode.
10429
10430 2015-02-27  Tom Tromey  <tromey@redhat.com>
10431
10432         * minidebug.c (struct lzma_stream): Rename to ...
10433         (struct gdb_lzma_stream): ... this.
10434         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10435
10436 2015-02-27  Pedro Alves  <palves@redhat.com>
10437
10438         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10439         function.
10440         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10441         (mi_cmd_stack_list_variables): Use it.
10442
10443 2015-02-27  Pedro Alves  <palves@redhat.com>
10444
10445         * x86-linux-nat.c (u_debugreg_offset): New function.
10446         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10447
10448 2015-02-27  Pedro Alves  <palves@redhat.com>
10449
10450         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10451         declaration.
10452         Include break-common.h.
10453
10454 2015-02-27  Tom Tromey  <tromey@redhat.com>
10455             Pedro Alves <palves@redhat.com>
10456
10457         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10458         local used to iterate over enums.
10459         * completer.c (signal_completer): Likewise.
10460         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10461         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10462         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10463         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10464         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10465         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10466         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10467
10468 2015-02-27  Pedro Alves  <palves@redhat.com>
10469
10470         * target.h: Include "infrun.h".
10471
10472 2015-02-27  Pedro Alves  <palves@redhat.com>
10473
10474         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10475
10476 2015-02-27  Pedro Alves  <palves@redhat.com>
10477
10478         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10479         (IPA_SYM): Use it.
10480         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10481
10482 2015-02-27  Pedro Alves  <palves@redhat.com>
10483
10484         * cli-out.c (_rl_erase_entire_line): Move declaration out of
10485         cli_mld_erase_entire_line, and make it extern "C".
10486         * common/common-defs.h (EXTERN_C): New.
10487         * completer.c (_rl_completion_prefix_display_length)
10488         (_rl_print_completions_horizontally, QSFUNC): Move declarations
10489         out of gdb_display_match_list_1.
10490         (_rl_qsort_string_compare): Move declaration out of
10491         gdb_display_match_list_1, and make it extern "C".
10492         * defs.h (re_comp): Use EXTERN_C.
10493         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10494         and make it extern "C".
10495         (monstartup): Move declaration out of maintenance_set_profile_cmd,
10496         and make it extern "C".
10497         (main): Move declaration out of maintenance_set_profile_cmd.
10498         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10499         EXTERN_C.
10500
10501 2015-02-27  Pedro Alves  <palves@redhat.com>
10502
10503         * python/python.c (GdbMethods): Rename to ...
10504         (python_GdbMethods): ... this and make extern.
10505         (GdbModuleDef): Rename to ...
10506         (python_GdbModuleDef): ... this and make extern.
10507
10508 2015-02-27  Pedro Alves  <palves@redhat.com>
10509
10510         * record-btrace.c (set_record_btrace_cmdlist)
10511         (show_record_btrace_cmdlist): Remove redefinitions.
10512
10513 2015-02-27  Tom Tromey  <tromey@redhat.com>
10514             Pedro Alves  <palves@redhat.com>
10515
10516         * dwarf2-frame.c (enum cfa_how_kind, struct
10517         dwarf2_frame_state_reg_info): Move out of struct
10518         dwarf2_frame_state.
10519         * dwarf2read.c (struct tu_stats): Move out of struct
10520         dwarf2_per_objfile.
10521         (struct file_entry): Move out of struct line_header.
10522         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10523         typedef_field_list): Move out of struct field_info.
10524         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10525         Move out of struct dynamic_prop.
10526         (union type_owner, union field_location, struct field, struct
10527         range_bounds, union type_specific): Move out of struct main_type.
10528         (struct fn_fieldlist, struct fn_field, struct typedef_field)
10529         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10530         (struct call_site_target, union call_site_parameter_u, struct
10531         call_site_parameter): Move out of struct call_site.
10532         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10533         m32c_prologue.
10534         (enum srcdest_kind): Move out of struct srcdest.
10535         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10536         * prologue-value.h (enum prologue_value_kind): Move out of struct
10537         prologue_value.
10538         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10539         gdbarch_tdep.
10540         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10541         out of struct field_info.
10542         * symfile.h (struct other_sections): Move out of struct
10543         section_addr_info.
10544         * symtab.c (struct symbol_cache_slot): Move out struct
10545         block_symbol_cache.
10546         * target-descriptions.c (enum tdesc_type_kind): Move out of
10547         typedef struct tdesc_type.
10548         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10549         struct tui_line_or_address.
10550         * value.c (enum internalvar_kind, union internalvar_data): Move
10551         out of struct internalvar.
10552         * xtensa-tdep.h (struct ctype_cache): Move out of struct
10553         gdbarch_tdep.
10554
10555 2015-02-27  Tom Tromey  <tromey@redhat.com>
10556             Pedro Alves  <palves@redhat.com>
10557
10558         Rename symbols whose names are reserved C++ keywords throughout.
10559
10560 2015-02-27  Pedro Alves  <palves@redhat.com>
10561
10562         * Makefile.in (COMPILER): New, get it from autoconf.
10563         (COMPILE.pre, CC_LD): Use COMPILER.
10564         (CXX): Get from autoconf instead.
10565         (CXX_FOR_TARGET): Default to g++ instead of gcc.
10566         * acinclude.m4: Include build-with-cxx.m4.
10567         * build-with-cxx.m4: New file.
10568         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10569         Disable -Werror by default if building in C++ mode.
10570         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10571         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
10572         Run supported-warning-flags tests with the C++ compiler.
10573         Save/restore CXXFLAGS too.
10574         * configure: Regenerate.
10575
10576 2015-02-27  Pedro Alves  <palves@redhat.com>
10577
10578         * libiberty.m4: New file.
10579         * acinclude.m4: Include libiberty.m4.
10580         * configure.ac: Call libiberty_INIT.
10581         * config.in, configure: Regenerate.
10582
10583 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10584
10585         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10586         31-bit targets, but 64-bit targets as well.
10587         (s390_gnu_triplet_regexp): New function.
10588         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10589         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
10590         method.
10591
10592 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
10593
10594         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10595         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
10596         from CONTEXT_DEBUGGER.
10597
10598 2015-02-26  Doug Evans  <dje@google.com>
10599
10600         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10601         CHECK_TYPEDEF.
10602         (set_type_vptr_fieldno): Ditto.
10603         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10604         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10605
10606 2015-02-26  Pedro Alves  <palves@redhat.com>
10607
10608         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10609         * complaints.c (vcomplaint): Pass argument FMT directly to
10610         printf-like functions instead of complaint->fmt.
10611         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10612         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10613         * compile/compile-loc2c.c (pushf, unary, binary): Add
10614         ATTRIBUTE_PRINTF.
10615         (do_compile_dwarf_expr_to_c): Pass string literal as format string
10616         to pushf.
10617         (BINARY): Pass string literal as format string to 'binary'.
10618         * compile/compile-object-load.c (link_callbacks_einfo): Add
10619         ATTRIBUTE_PRINTF.
10620         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10621
10622 2015-02-26  Pedro Alves  <palves@redhat.com>
10623
10624         * windows-termcap.c: Rename to ...
10625         * stub-termcap.c: ... this.  Adjust header line.
10626         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10627         windows-termcap.c.
10628         * configure: Regenerate.
10629         * configure.ac: Refer to stub-termcap.o instead of
10630         windows-termcap.o.
10631         * gdb_curses.h: Mention stub-termcap.c instead of
10632         windows-termcap.c.
10633
10634 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10635
10636         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10637         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10638
10639 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10640
10641         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10642
10643 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10644
10645         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10646         bfd_canonicalize_symtab.
10647
10648 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
10649
10650         * amd64fbsd-nat.c: Include sys/user.h.
10651         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10652         instead of KERN_PS_STRINGS to locate the signal trampoline.
10653         * i386fbsd-nat.c: Include sys/user.h.
10654         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10655         instead of KERN_PS_STRINGS to locate the signal trampoline.
10656         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10657         (amd64fbsd_sigtramp_p): New.
10658         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10659         longer set default values.
10660         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10661         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10662         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10663         (i386fbsd_freebsd4_sigtramp_start)
10664         (i386fbsd_freebsd4_sigtramp_middle)
10665         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10666         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10667         (i386fbsd_sigtramp_p): New.
10668         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10669         longer set default values.
10670         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10671
10672 2015-02-25  John Baldwin  <jhb@freebsd.org>
10673
10674         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10675         get_frame_register instead of frame_unwind_register_unsigned.
10676
10677 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10678
10679         PR build/18033
10680         * compile/compile-c-support.c (c_compute_program): Change // comment.
10681         * compile/compile-object-load.c (setup_sections): Change // comment.
10682
10683 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
10684
10685         PR build/18033:
10686         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10687
10688 2015-02-23  Pedro Alves  <palves@redhat.com>
10689
10690         * remote.c (skip_to_semicolon): New function.
10691         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
10692         special case the stop reasons that look like hex numbers
10693         upfront.  Instead handle real register numbers after matching
10694         all the known stop reasons.
10695
10696 2015-02-21  Doug Evans  <dje@google.com>
10697
10698         PR c++/17976, symtab/17821
10699         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10700         is_in_anonymous.  All callers updated.
10701         (find_symbol_in_baseclass): Ditto.
10702         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
10703         for symbols in an anonymous namespace.
10704         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10705         DW_AT_name directly.
10706         (dwarf2_name): Convert missing namespace name to
10707         CP_ANONYMOUS_NAMESPACE_STR.
10708
10709 2015-02-20  Pedro Alves  <palves@redhat.com>
10710
10711         * linux-nat.c (linux_handle_extended_wait): Call
10712         thread_db_notice_clone whenever a new clone LWP is detected.
10713         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10714         functions.
10715         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10716         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10717         (linux_unstop_all_lwps): Declare.
10718         * linux-thread-db.c (struct thread_get_info_inout): Delete.
10719         (thread_get_info_callback): Delete.
10720         (thread_from_lwp): Use td_thr_get_info and record_thread.
10721         (thread_db_attach_lwp): Delete.
10722         (thread_db_notice_clone): New function.
10723         (try_thread_db_load_1): If /proc is mounted and shows the
10724         process'es task list, walk over all LWPs and call thread_from_lwp
10725         instead of relying on td_ta_thr_iter.
10726         (attach_thread): Don't call check_thread_signals here.  Split the
10727         tail part of the function (which adds the thread to the core GDB
10728         thread list) to ...
10729         (record_thread): ... this function.  Call check_thread_signals
10730         here.
10731         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
10732         call thread_from_lwp.
10733         (thread_db_update_thread_list): Rename to ...
10734         (thread_db_update_thread_list_org): ... this.
10735         (thread_db_update_thread_list): New function.
10736         (thread_db_find_thread_from_tid): Delete.
10737         (thread_db_get_ada_task_ptid): Simplify.
10738         * nat/linux-procfs.c: Include <sys/stat.h>.
10739         (linux_proc_task_list_dir_exists): New function.
10740         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10741
10742 2015-02-20  Pedro Alves  <palves@redhat.com>
10743
10744         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10745         main LWP.  Handle the case of waitpid returning 0 if we're already
10746         attached to the LWP.  Don't set the LWP's last_resume_kind to
10747         resume_stop if we already knew about the LWP.
10748         (linux_nat_filter_event): Add debug logs.
10749
10750 2015-02-20  Pedro Alves  <palves@redhat.com>
10751
10752         * target.h (forward_target_decr_pc_after_break): Delete
10753         declaration.
10754
10755 2015-02-20  Pedro Alves  <palves@redhat.com>
10756
10757         PR threads/18006
10758         * linux-thread-db.c (thread_get_info_callback): Return early if
10759         the thread's lwp id is -1.
10760
10761 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
10762
10763         GDB 7.9 released.
10764
10765 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
10766
10767         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10768         (dtrace_get_probes) Change type of variable 'dof'.
10769
10770 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10771
10772         PR breakpoints/16812
10773         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10774         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10775         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10776
10777 2015-02-19  David Taylor  <dtaylor@emc.com>
10778
10779         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10780
10781 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
10782
10783         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10784         function.
10785         (tui_putc): Don't call tui_handle_resize_during_io.
10786         (tui_getc): Likewise.
10787         (tui_mld_getc): Likewise.
10788         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10789         (tui_sigwinch_token): New static variable.
10790         (tui_initialize_win): Adjust documentation.  Set
10791         tui_sigwinch_token.
10792         (tui_async_resize_screen): New asynchronous callback.
10793         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
10794         invoke tui_async_resize_screen.
10795
10796 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10797
10798         * configure: Regenerated.
10799         * configure.ac: Use GDB_AC_TRANSFORM.
10800         * Makefile.in (aclocal_m4_deps): Added transform.m4.
10801         * acinclude.m4: sinclude transform.m4.
10802         * transform.m4: New file.
10803         (GDB_AC_TRANSFORM): New macro.
10804
10805 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10806
10807         * NEWS: Announce the support for DTrace SDT probes.
10808
10809 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10810
10811         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
10812         (amd64_dtrace_parse_probe_argument): New function.
10813         (amd64_dtrace_probe_is_enabled): Likewise.
10814         (amd64_dtrace_enable_probe): Likewise.
10815         (amd64_dtrace_disable_probe): Likewise.
10816         (amd64_linux_init_abi): Register the
10817         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
10818         `gdbarch_dtrace_disable_probe' and
10819         `gdbarch_dtrace_probe_is_enabled' hooks.
10820         (amd64_dtrace_disabled_probe_sequence_1): New constant.
10821         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
10822         (amd64_dtrace_enable_probe_sequence): Likewise.
10823         (amd64_dtrace_disable_probe_sequence): Likewise.
10824
10825 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10826
10827         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
10828         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
10829         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
10830         handle ELF files.
10831         * Makefile.in (SFILES): dtrace-probe.c added.
10832         * configure: Regenerate.
10833         * dtrace-probe.c: New file.
10834         (SHT_SUNW_dof): New constant.
10835         (dtrace_probe_type): New enum.
10836         (dtrace_probe_arg): New struct.
10837         (dtrace_probe_arg_s): New typedef.
10838         (struct dtrace_probe_enabler): New struct.
10839         (dtrace_probe_enabler_s): New typedef.
10840         (dtrace_probe): New struct.
10841         (dtrace_probe_is_linespec): New function.
10842         (dtrace_dof_sect_type): New enum.
10843         (dtrace_dof_dofh_ident): Likewise.
10844         (dtrace_dof_encoding): Likewise.
10845         (DTRACE_DOF_ENCODE_LSB): Likewise.
10846         (DTRACE_DOF_ENCODE_MSB): Likewise.
10847         (dtrace_dof_hdr): New struct.
10848         (dtrace_dof_sect): Likewise.
10849         (dtrace_dof_provider): Likewise.
10850         (dtrace_dof_probe): Likewise.
10851         (DOF_UINT): New macro.
10852         (DTRACE_DOF_PTR): Likewise.
10853         (DTRACE_DOF_SECT): Likewise.
10854         (dtrace_process_dof_probe): New function.
10855         (dtrace_process_dof): Likewise.
10856         (dtrace_build_arg_exprs): Likewise.
10857         (dtrace_get_arg): Likewise.
10858         (dtrace_get_probes): Likewise.
10859         (dtrace_get_probe_argument_count): Likewise.
10860         (dtrace_can_evaluate_probe_arguments): Likewise.
10861         (dtrace_evaluate_probe_argument): Likewise.
10862         (dtrace_compile_to_ax): Likewise.
10863         (dtrace_probe_destroy): Likewise.
10864         (dtrace_gen_info_probes_table_header): Likewise.
10865         (dtrace_gen_info_probes_table_values): Likewise.
10866         (dtrace_probe_is_enabled): Likewise.
10867         (dtrace_probe_ops): New variable.
10868         (info_probes_dtrace_command): New function.
10869         (_initialize_dtrace_probe): Likewise.
10870         (dtrace_type_name): Likewise.
10871
10872 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10873
10874         * gdbarch.sh (dtrace_parse_probe_argument): New.
10875         (dtrace_probe_is_enabled): Likewise.
10876         (dtrace_enable_probe): Likewise.
10877         (dtrace_disable_probe): Likewise.
10878         * gdbarch.c: Regenerate.
10879         * gdbarch.h: Regenerate.
10880
10881 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10882
10883         * stap-probe.c (stap_probe_ops): Add NULLs in the static
10884         stap_probe_ops for `enable_probe' and `disable_probe'.
10885         * probe.c (enable_probes_command): New function.
10886         (disable_probes_command): Likewise.
10887         (_initialize_probe): Define the cli commands `enable probe' and
10888         `disable probe'.
10889         (parse_probe_linespec): New function.
10890         (info_probes_for_ops): Use parse_probe_linespec.
10891         * probe.h (probe_ops): New hooks `enable_probe' and
10892         `disable_probe'.
10893
10894 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10895
10896         * probe.c (compute_probe_arg): Moved from stap-probe.c
10897         (compile_probe_arg): Likewise.
10898         (probe_funcs): Likewise.
10899         * stap-probe.c (compute_probe_arg): Moved to probe.c.
10900         (compile_probe_arg): Likewise.
10901         (probe_funcs): Likewise.
10902
10903 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10904
10905         * probe.c (print_ui_out_not_applicables): New function.
10906         (exists_probe_with_pops): Likewise.
10907         (info_probes_for_ops): Do not include column headers for probe
10908         types for which no probe has been actually found on any object.
10909         Also invoke `print_ui_out_not_applicables' in order to match the
10910         column rows with the header when probes of several types are
10911         listed.
10912         Print the "Type" column.
10913         * probe.h (probe_ops): Added a new probe operation `type_name'.
10914         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
10915         (stap_type_name): New function.
10916
10917 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
10918
10919         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
10920         (key_is_command_char): Delete.
10921
10922 2015-02-17  Pedro Alves  <palves@redhat.com>
10923
10924         * tui/tui.c (tui_enable): Resize windows before anything
10925         might show a window.
10926
10927 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
10928
10929         PR gdb/17984
10930         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
10931         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
10932         call.
10933         * aarch64-tdep.h (tdesc_aarch64): Declare.
10934
10935 2015-02-12  Mark Wielaard  <mjw@redhat.com>
10936
10937         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
10938
10939 2015-02-13  Doug Evans  <dje@google.com>
10940
10941         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
10942         anonymous_namespace to is_in_anonymous for consistency with the rest
10943         of the file.
10944         (cp_lookup_bare_symbol): Fix typo in comment.
10945         (cp_search_static_and_baseclasses): Ditto.
10946         (search_symbol_list): Use vertical space in comment better.
10947         (reset_directive_searched): Ditto. Fix typo.
10948         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
10949
10950 2015-02-13  Yao Qi  <yao.qi@arm.com>
10951
10952         * MAINTAINERS: Update my email address.
10953
10954 2015-02-12  Doug Evans  <dje@google.com>
10955
10956         * symtab.c (completion_list_add_name): Fix memory leak.
10957
10958 2015-02-12  Doug Evans  <dje@google.com>
10959
10960         * completer.c (complete_line): Remove incorrect comment.
10961
10962 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10963
10964         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
10965         (py_print_frame): Use RETURN_MASK_ERROR.
10966
10967 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10968
10969         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
10970         function comment.  Wrap all function that can throw in cleanups.
10971         (gdbpy_apply_frame_filter): Wrap all function that can throw in
10972         cleanups.
10973
10974 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10975
10976         * python/py-framefilter.c (py_print_frame): Substitute goto error.
10977         Remove the error label.
10978
10979 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10980
10981         * python/py-framefilter.c (py_print_frame): Put conditional code paths
10982         with goto first, indent the former else codepath left.  Put variable
10983         'elided' to a new inner block.
10984
10985 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10986
10987         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
10988
10989 2015-02-11  Pedro Alves  <palves@redhat.com>
10990
10991         * xcoffread.c (within_function): Delete.
10992
10993 2015-02-11  Tom Tromey  <tromey@redhat.com>
10994             Pedro Alves <palves@redhat.com>
10995
10996         * breakpoint.c (base_breakpoint_ops): Delete.
10997         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
10998         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
10999         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11000         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11001         * python/py-arch.c (arch_object_type): Make extern.
11002         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11003         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11004         * python/py-cmd.c (cmdpy_object_type): Make extern.
11005         * python/py-continueevent.c (continue_event_object_type)
11006         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11007         parameter.  Update all callers.
11008         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11009         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11010         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11011         * python/py-function.c (fnpy_object_type): Make extern.
11012         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11013         * python/py-infevents.c (call_pre_event_object_type)
11014         (inferior_call_post_event_object_type).
11015         (memory_changed_event_object_type): Make extern.
11016         * python/py-infthread.c (thread_object_type): Make extern.
11017         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11018         * python/py-linetable.c (linetable_entry_object_type)
11019         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11020         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11021         (clear_objfiles_event_object_type): Make extern.
11022         * python/py-objfile.c (objfile_object_type): Make extern.
11023         * python/py-param.c (parmpy_object_type): Make extern.
11024         * python/py-progspace.c (pspace_object_type): Make extern.
11025         * python/py-signalevent.c (signal_event_object_type): Make extern.
11026         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11027         * python/py-type.c (type_object_type, field_object_type)
11028         (type_iterator_object_type): Make extern.
11029         * python/python.c (python_extension_script_ops)
11030         (python_extension_ops): Make extern.
11031         * stap-probe.c (stap_probe_ops): Make extern.
11032
11033 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11034
11035         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11036         because the event thread is not the current thread.
11037
11038 2015-02-11  Doug Evans  <xdje42@gmail.com>
11039
11040         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11041         been initialized yet, return NULL.
11042
11043 2015-02-11  Doug Evans  <dje@google.com>
11044
11045         * symfile.h (new_symfile_objfile): Delete.
11046         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11047         All callers updated.
11048
11049 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11050
11051         * tui/tui-io.c (tui_handle_resize_during_io): Call
11052         tui_update_gdb_sizes() after resizing the screen.
11053         * tui/tui.c (tui_enable): Resize the terminal before
11054         calling tui_update_gdb_sizes().
11055
11056 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11057
11058         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11059         line before printing a newline.
11060
11061 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11062
11063         * utils.c (producer_is_gcc): Return true or false.
11064
11065 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11066
11067         * utils.h (producer_is_gcc): Change return type to bool. Add major
11068         argument.
11069         * utils.c (producer_is_gcc): Likewise.
11070         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11071         * dwarf2read.c (check_producer): Likewise.
11072
11073 2015-02-10  Pedro Alves  <palves@redhat.com>
11074
11075         * infrun.c (displaced_step_fixup): Switch to the event thread
11076         before calling gdbarch_displaced_step_fixup.
11077
11078 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11079
11080         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11081
11082 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11083
11084         * ada-varobj.c (ada_name_of_child): Constify parent.
11085         (ada_path_expr_of_child): Same.
11086         (ada_value_of_child): Same.
11087         (ada_type_of_child): Same.
11088         * c-varobj.c (c_is_path_expr_parent): Same.
11089         (c_describe_child): Same.
11090         (c_name_of_child): Same.
11091         (c_value_of_child): Same.
11092         (c_type_of_child): Same.
11093         (cplus_number_of_children): Same.
11094         (cplus_describe_child): Constify var.
11095         (cplus_name_of_child): Constify parent.
11096         (cplus_value_of_child): Same.
11097         (cplus_type_of_child): Same.
11098         * jv-varobj.c (java_name_of_child): Same.
11099         (java_value_of_child): Same.
11100         (java_type_of_child): Same.
11101         * varobj.c (value_of_child): Same.
11102         (varobj_default_is_path_expr_parent): Constify var, parent and return
11103         value.
11104         (varobj_get_path_expr): Constify var, modify path_expr through
11105         mutable_var.
11106         (install_new_value): Constify parent.
11107         (value_of_child): Constify parent.
11108         * varobj.h (struct varobj): Constify parent.
11109         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11110         type_of_child.
11111         (varobj_get_path_expr): Constify var.
11112         (varobj_get_path_expr_parent): Constify var and return value.
11113
11114 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11115
11116         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11117         (arm_prologue_this_id): Move PC and SP limit checks to
11118         arm_prologue_unwind_stop_reason.
11119         (arm_prologue_unwind) <stop_reason> : Set to
11120         arm_prologue_unwind_stop_reason.
11121
11122 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11123
11124         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11125         DW_LANG_Fortran08 as language_fortran.
11126
11127 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11128
11129         PR remote/17946
11130         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11131         of pointer against char.
11132
11133 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11134
11135         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11136         (c_type_print_modifier): Likewise.
11137         * dwarf2read.c (read_tag_atomic_type): New function.
11138         (read_type_die_1): Handle DW_TAG_atomic_type.
11139         * gdbtypes.c (make_atomic_type): New function.
11140         (recursive_dump_type): Handle TYPE_ATOMIC.
11141         * gdbtypes.h (enum type_flag_values): Renumber.
11142         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11143         (TYPE_ATOMIC): New macro.
11144         (make_atomic_type): Declare.
11145
11146 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11147
11148         * btrace.c (ftrace_find_call): Skip gaps.
11149         (ftrace_new_function): Initialize level.
11150         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11151         (ftrace_new_switch): Update
11152         level computation.
11153         (ftrace_new_gap): New.
11154         (ftrace_update_function): Create new function after gap.
11155         (btrace_compute_ftrace_bts): Create gap on error.
11156         (btrace_stitch_bts): Update parameters.  Clear trace if it
11157         becomes empty.
11158         (btrace_stitch_trace): Update parameters.  Update callers.
11159         (btrace_clear): Reset the number of gaps.
11160         (btrace_insn_get): Return NULL if the iterator points to a gap.
11161         (btrace_insn_number): Return zero if the iterator points to a gap.
11162         (btrace_insn_end): Allow gaps at the end.
11163         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11164         (btrace_find_insn_by_number): Assert that the found iterator does
11165         not point to a gap.
11166         (btrace_call_next, btrace_call_prev): Assert that the last function
11167         is not a gap.
11168         * btrace.h (btrace_bts_error): New.
11169         (btrace_function): Update comment.
11170         (btrace_function) <insn, insn_offset, number>: Update comment.
11171         (btrace_function) <errcode>: New.
11172         (btrace_thread_info) <ngaps>: New.
11173         (btrace_thread_info) <replay>: Update comment.
11174         (btrace_insn_get): Update comment.
11175         * record-btrace.c (btrace_ui_out_decode_error): New.
11176         (record_btrace_info): Print number of gaps.
11177         (btrace_insn_history, btrace_call_history): Call
11178         btrace_ui_out_decode_error for gaps.
11179         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11180
11181 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11182
11183         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11184         * nat/linux-btrace.c: (btrace_this_cpu): New.
11185         (cpu_supports_bts): Call btrace_this_cpu.
11186         (intel_supports_bts): Add cpu parameter.
11187
11188 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11189
11190         * btrace.h (btrace_insn_class): New.
11191         (btrace_insn) <size, iclass>: New.
11192         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11193         Use instruction classification.
11194         (ftrace_new_return): Update parameters.  Update users.
11195         (ftrace_update_function): Update parameters.  Update users.  Use
11196         instruction classification.
11197         (ftrace_update_insns): Update parameters.  Update users.
11198         (ftrace_classify_insn): New.
11199         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11200         TRY_CATCH around call to gdb_insn_length.
11201
11202 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11203
11204         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11205         Update parameters.  Update users.
11206
11207 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11208
11209         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11210         (btrace_conf_bts_attributes): New.
11211         (btrace_conf_children): Add attributes.
11212         * common/btrace-common.h (btrace_config_bts): New.
11213         (btrace_config)<bts>: New.
11214         (btrace_config): Update comment.
11215         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11216         Use config.
11217         * features/btrace-conf.dtd: Increment version.  Add size
11218         attribute to bts element.
11219         * record-btrace.c (set_record_btrace_bts_cmdlist,
11220         show_record_btrace_bts_cmdlist): New.
11221         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11222         record_btrace_print_conf, cmd_set_record_btrace_bts,
11223         cmd_show_record_btrace_bts): New.
11224         (record_btrace_info): Call record_btrace_print_conf.
11225         (_initialize_record_btrace): Add commands.
11226         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11227         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11228         (btrace_sync_conf): Synchronize bts size.
11229         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11230         * NEWS: Announce new commands and new packets.
11231
11232 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11233
11234         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11235         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11236         (x86_linux_btrace_conf): New.
11237         (x86_linux_create_target): Initialize to_btrace_conf.
11238         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11239         Check format.  Split into this and ...
11240         (linux_enable_bts): ... this.
11241         (linux_btrace_conf): New.
11242         (perf_event_skip_record): Renamed into ...
11243         (perf_event_skip_bts_record): ... this.  Updated users.
11244         (linux_disable_btrace): Split into this and ...
11245         (linux_disable_bts): ... this.
11246         (linux_read_btrace): Check format.
11247         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11248         (linux_btrace_conf): New.
11249         (btrace_target_info)<ptid>: Moved.
11250         (btrace_target_info)<conf>: New.
11251         (btrace_target_info): Split into this and ...
11252         (btrace_tinfo_bts): ... this.  Updated users.
11253         * btrace.c (btrace_enable): Update parameters.
11254         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11255         (btrace_conf_children, btrace_conf_attributes)
11256         (btrace_conf_elements): New.
11257         * btrace.h (btrace_enable): Update parameters.
11258         (btrace_conf, parse_xml_btrace_conf): New.
11259         * common/btrace-common.h (btrace_config): New.
11260         * feature/btrace-conf.dtd: New.
11261         * record-btrace.c (record_btrace_conf): New.
11262         (record_btrace_cmdlist): New.
11263         (record_btrace_enable_warn, record_btrace_open): Pass
11264         &record_btrace_conf.
11265         (record_btrace_info): Print recording format.
11266         (cmd_record_btrace_bts_start): New.
11267         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11268         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11269         Add "record bts" alias command.
11270         * remote.c (remote_state)<btrace_config>: New.
11271         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11272         (remote_protocol_features): Add qXfer:btrace-conf:read.
11273         (remote_open_1): Call remote_btrace_reset.
11274         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11275         (btrace_target_info)<conf>: New.
11276         (btrace_sync_conf, btrace_read_config): New.
11277         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11278         btrace_read_conf.
11279         (remote_btrace_conf): New.
11280         (init_remote_ops): Initialize to_btrace_conf.
11281         (_initialize_remote): Add qXfer:btrace-conf packet.
11282         * target.c (target_enable_btrace): Update parameters.
11283         (target_btrace_conf): New.
11284         * target.h (target_enable_btrace): Update parameters.
11285         (target_btrace_conf): New.
11286         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11287         (target_ops)<to_enable_btrace>: Update parameters and comment.
11288         (target_ops)<to_btrace_conf>: New.
11289         * target-delegates: Regenerate.
11290         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11291         (target_debug_print_const_struct_btrace_target_info_p): New.
11292         * NEWS: Announce new command and new packet.
11293
11294 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11295
11296         * nat/linux-btrace.h (perf_event_buffer): New.
11297         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11298         <bts>: ... this.
11299         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11300         (perf_event_buffer_size, perf_event_buffer_begin)
11301         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11302         Updated users.
11303         (perf_event_new_data): New.
11304
11305 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11306
11307         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11308         * record-btrace.c (record_btrace_open): Remove call to
11309         target_supports_btrace.
11310         * remote.c (remote_supports_btrace): Update parameters.
11311         * target.c (target_supports_btrace): Update parameters.
11312         * target.h (to_supports_btrace, target_supports_btrace): Update
11313         parameters.
11314         * target-delegates.c: Regenerate.
11315         * target-debug.h (target_debug_print_enum_btrace_format): New.
11316         * nat/linux-btrace.c
11317         (kernel_supports_btrace): Rename into ...
11318         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11319         (intel_supports_btrace): Rename into ...
11320         (intel_supports_bts): ... this.  Update users.
11321         (cpu_supports_btrace): Rename into ...
11322         (cpu_supports_bts): ... this.  Update users.
11323         (linux_supports_btrace): Update parameters.  Split into this and ...
11324         (linux_supports_bts): ... this.
11325         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11326
11327 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11328
11329         * Makefile.in (SFILES): Add common/btrace-common.c.
11330         (COMMON_OBS): Add common/btrace-common.o.
11331         (btrace-common.o): Add build rules.
11332         * btrace.c (parse_xml_btrace): Update parameters.
11333         (parse_xml_btrace_block): Set format field.
11334         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11335         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11336         (btrace_compute_ftrace): Split into this and...
11337         (btrace_compute_ftrace_bts): ...this.
11338         (btrace_stitch_trace): Split into this and...
11339         (btrace_stitch_bts): ...this.
11340         * btrace.h (parse_xml_btrace): Update parameters.
11341         (make_cleanup_btrace_data): New.
11342         * common/btrace-common.c: New.
11343         * common/btrace-common.h: Include common-defs.h.
11344         (btrace_block_s): Update comment.
11345         (btrace_format): New.
11346         (btrace_format_string): New.
11347         (btrace_data_bts): New.
11348         (btrace_data): New.
11349         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11350         * remote.c (remote_read_btrace): Update parameters.
11351         * target.c (target_read_btrace): Update parameters.
11352         * target.h (target_read_btrace): Update parameters.
11353         (target_ops)<to_read_btrace>: Update parameters.
11354         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11355         * target-delegates.c: Regenerate.
11356         * target-debug (target_debug_print_struct_btrace_data_p): New.
11357         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11358         (linux_read_bts): ...this.
11359         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11360
11361 2015-02-06  Doug Evans  <dje@google.com>
11362
11363         * remote-m32r-sdi.c: Include symfile.h.
11364
11365 2015-02-06  Doug Evans  <dje@google.com>
11366
11367         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11368         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11369         to here.
11370
11371 2015-02-06  Pedro Alves  <palves@redhat.com>
11372
11373         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11374
11375 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11376
11377         PR gdb/15678
11378         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11379         (enable_count_command): Check args for NULL value.
11380
11381 2015-02-05  Doug Evans  <xdje42@gmail.com>
11382
11383         * guile/scm-frame.c: Fix spelling errors in a comment.
11384
11385 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11386
11387         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11388         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11389         return type.
11390
11391 2015-02-04  Pedro Alves  <palves@redhat.com>
11392
11393         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11394         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11395         returns true.
11396         (resume_stopped_resumed_lwps): Don't check whether the thread is
11397         marked as executing.
11398         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11399
11400 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11401
11402         * regset.h (struct regset): Add flags field.
11403         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11404         * corelow.c (get_core_register_section): Add warning if the size
11405         exceeds the requested size and the regset does not have the
11406         REGSET_VARIABLE_SIZE flag set.
11407         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11408         flag.
11409         * armbsd-tdep.c (armbsd_gregset): Likewise.
11410         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11411         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11412         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11413         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11414
11415 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11416
11417         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11418         For ".reg-xstate", explicitly specify the requested section size
11419         via X86_XSTATE_SIZE instead of just 0 on input and
11420         X86_XSTATE_MAX_SIZE on output.
11421         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11422         Likewise.
11423
11424 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11425
11426         PR corefiles/17808:
11427         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11428         function type, particularly its SIZE parameter.
11429         * gdbarch.h: Regenerate.
11430         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11431         actual against required size using ">=" instead of "==".
11432         (amd64_collect_fpregset): Likewise.
11433         * i386-tdep.c (i386_supply_gregset): Likewise.
11434         (i386_collect_gregset): Likewise.
11435         (i386_supply_fpregset): Likewise.
11436         (i386_collect_fpregset): Likewise.
11437         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11438         (mips_fill_gregset_wrapper): Likewise.
11439         (mips_supply_fpregset_wrapper): Likewise.
11440         (mips_fill_fpregset_wrapper): Likewise.
11441         (mips64_supply_gregset_wrapper): Likewise.
11442         (mips64_fill_gregset_wrapper): Likewise.
11443         (mips64_supply_fpregset_wrapper): Likewise.
11444         (mips64_fill_fpregset_wrapper): Likewise.
11445         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11446         (am33_supply_fpregset_method): Likewise.
11447         (am33_collect_gregset_method): Likewise.
11448         (am33_collect_fpregset_method): Likewise.
11449
11450 2015-02-04  Doug Evans  <dje@google.com>
11451             Pedro Alves  <palves@redhat.com>
11452             Eli Zaretskii  <eliz@gnu.org>
11453
11454         PR tui/17810
11455         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11456         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11457         * tui/tui-file.c: #include tui/tui-command.h.
11458         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11459         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11460         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11461
11462 2015-02-04  Pedro Alves  <palves@redhat.com>
11463
11464         Fix build breakage.
11465         * event-loop.c (gdb_do_one_event): Add default switch case.
11466
11467 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11468
11469         Filter out inferior gcc option -fpreprocessed.
11470         * compile/compile.c (filter_args): New function.
11471         (get_args): Use it.
11472
11473 2015-02-03  Pedro Alves  <palves@redhat.com>
11474
11475         * event-loop.c: Don't declare nor define a queue type for
11476         gdb_event_p.
11477         (event_queue): Delete.
11478         (create_event, create_file_event, gdb_event_xfree)
11479         (initialize_event_loop, process_event): Delete.
11480         (gdb_do_one_event): Return as soon as one event is handled.
11481         (handle_file_event): Change prototype.  Used the passed in
11482         file_handler pointer and ready_mask instead of looping over all
11483         file handlers.
11484         (gdb_wait_for_event): Update the poll/select timeouts before
11485         blocking.  Run event handlers directly instead of queueing events.
11486         Return as soon as one event is handled.
11487         (struct async_event_handler_data): Delete.
11488         (invoke_async_event_handler): Delete.
11489         (check_async_event_handlers): Change return type to int.  Run
11490         event handlers directly instead of queueing events.  Return as
11491         soon as one event is handled.
11492         (handle_timer_event): Delete.
11493         (update_wait_timeout): New function, factored out from
11494         poll_timers.
11495         (poll_timers): Reimplement.
11496         * event-loop.h (initialize_event_loop): Delete declaration.
11497         * top.c (gdb_init): Don't call initialize_event_loop.
11498
11499 2015-02-03  Pedro Alves  <palves@redhat.com>
11500
11501         * event-loop.c (clear_async_event_handler): New function.
11502         * event-loop.h (clear_async_event_handler): New declaration.
11503         * record-btrace.c (record_btrace_async): New function.
11504         (init_record_btrace_ops): Install record_btrace_async.
11505         * record-full.c (record_full_async): New function.
11506         (record_full_resume): Don't mark the async event source here.
11507         (init_record_full_ops): Install record_full_async.
11508         (record_full_core_resume): Don't mark the async event source here.
11509         (init_record_full_core_ops): Install record_full_async.
11510         * remote.c (remote_async): Mark and clear the async stop reply
11511         queue event-loop token as appropriate.
11512
11513 2015-02-03  Pedro Alves  <palves@redhat.com>
11514
11515         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11516         target_is_async_p instead of target_can_async.
11517         (linux_nat_wait): Use target_is_async_p instead of
11518         target_can_async.  Don't enable async here.
11519         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11520         target_is_async_p instead of target_can_async.
11521
11522 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
11523
11524         * varobj.h (lang_varobj_ops): Mention which return values need
11525         to be freed.
11526
11527 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11528
11529         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11530
11531 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11532
11533         PR gdb/17856:
11534         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11535         results found in the cache.
11536
11537 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11538
11539         PR gdb/17854:
11540         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11541         when allocating a new one.
11542
11543 2015-02-01  Tom Tromey  <tom@tromey.com>
11544
11545         * MAINTAINERS: Remove myself.
11546
11547 2015-01-31  Doug Evans  <xdje42@gmail.com>
11548
11549         * dwarf2read.c (process_structure_scope): Update setting of
11550         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11551         * gdbtypes.c (internal_type_vptr_fieldno): New function.
11552         (set_type_vptr_fieldno): New function.
11553         (internal_type_vptr_basetype): New function.
11554         (set_type_vptr_basetype): New function.
11555         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11556         TYPE_VPTR_BASETYPE.
11557         (allocate_cplus_struct_type): Initialize vptr_fieldno.
11558         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11559         (print_cplus_stuff): ... moved here.
11560         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11561         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11562         moved to ...
11563         (struct cplus_struct_type): ... here.  All uses updated.
11564         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11565         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11566         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11567         * stabsread.c (read_tilde_fields): Update setting of
11568         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11569
11570 2015-01-31  Doug Evans  <xdje42@gmail.com>
11571
11572         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11573         to self_p.
11574         (cp_print_class_member): Rename local domain to self_type.
11575         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11576         domain_type to self_type.
11577         (set_die_type) <need_gnat_info>: Handle
11578         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11579         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11580         TYPE_SPECIFIC_SELF_TYPE.
11581         * gdbtypes.c (internal_type_self_type): New function.
11582         (set_type_self_type): New function.
11583         (smash_to_memberptr_type): Rename parameter domain to self_type.
11584         Update setting of TYPE_SELF_TYPE.
11585         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11586         (smash_to_method_type): Rename parameter domain to self_type.
11587         Update setting of TYPE_SELF_TYPE.
11588         (check_stub_method): Call smash_to_method_type.
11589         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11590         (copy_type_recursive): Ditto.
11591         * gdbtypes.h (enum type_specific_kind): New value
11592         TYPE_SPECIFIC_SELF_TYPE.
11593         (struct main_type) <type_specific>: New member self_type.
11594         (struct cplus_struct_type) <fn_field.type>: Update comment.
11595         (TYPE_SELF_TYPE): Rewrite.
11596         (internal_type_self_type, set_type_self_type): Declare.
11597         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11598         self_type.
11599         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11600         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11601         TYPE_TARGET_TYPE.
11602         * stabsread.c (read_member_functions): Mark methods with
11603         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
11604         TYPE_SELF_TYPE.
11605
11606 2015-01-31  Doug Evans  <xdje42@gmail.com>
11607
11608         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11609         All uses updated.
11610
11611 2015-01-31  Doug Evans  <xdje42@gmail.com>
11612
11613         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11614         or unions.  Return zero if union.
11615         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
11616         (gnuv3_rtti_type): Pass already-check_typedef'd value to
11617         gnuv3_get_vtable.
11618         (compute_vtable_size): Assert only passed structs.
11619         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11620
11621 2015-01-31  Doug Evans  <xdje42@gmail.com>
11622
11623         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11624         kinds.
11625
11626 2015-01-31  Gary Benson <gbenson@redhat.com>
11627             Doug Evans  <dje@google.com>
11628
11629         PR cli/9007
11630         PR cli/11920
11631         PR cli/15548
11632         * cli/cli-cmds.c (complete_command): Notify user if max-completions
11633         reached.
11634         * common/common-exceptions.h (enum errors)
11635         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11636         * completer.h (get_max_completions_reached_message): New declaration.
11637         (max_completions): Likewise.
11638         (completion_tracker_t): New typedef.
11639         (new_completion_tracker): New declaration.
11640         (make_cleanup_free_completion_tracker): Likewise.
11641         (maybe_add_completion_enum): New enum.
11642         (maybe_add_completion): New declaration.
11643         (throw_max_completions_reached_error): Likewise.
11644         * completer.c (max_completions): New global variable.
11645         (new_completion_tracker): New function.
11646         (free_completion_tracker): Likewise.
11647         (make_cleanup_free_completion_tracker): Likewise.
11648         (maybe_add_completions): Likewise.
11649         (throw_max_completions_reached_error): Likewise.
11650         (complete_line): Remove duplicates and limit result to max_completions
11651         entries.
11652         (get_max_completions_reached_message): New function.
11653         (gdb_display_match_list): Handle max_completions.
11654         (_initialize_completer): New declaration and function.
11655         * symtab.c: Include completer.h.
11656         (completion_tracker): New static variable.
11657         (completion_list_add_name): Call maybe_add_completion.
11658         (default_make_symbol_completion_list_break_on_1): Renamed from
11659         default_make_symbol_completion_list_break_on.  Maintain
11660         completion_tracker across calls to completion_list_add_name.
11661         (default_make_symbol_completion_list_break_on): New function.
11662         * top.c (init_main): Set rl_completion_display_matches_hook.
11663         * tui/tui-io.c: Include completer.h.
11664         (tui_old_rl_display_matches_hook): New static global.
11665         (tui_rl_display_match_list): Notify user if max-completions reached.
11666         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11667         * NEWS (New Options): Mention set/show max-completions.
11668
11669 2015-01-31  Gary Benson  <gbenson@redhat.com>
11670
11671         * symtab.c (struct add_name_data) <code>: New field.
11672         Updated comments.
11673         (add_symtab_completions): New function.
11674         (symtab_expansion_callback): Likewise.
11675         (default_make_symbol_completion_list_break_on): Set datum.code.
11676         Move minimal symbol scan before calling expand_symtabs_matching.
11677         Scan known primary symtabs for externs and statics before calling
11678         expand_symtabs_matching.  Pass symtab_expansion_callback as
11679         expansion_notify argument to expand_symtabs_matching.  Do not scan
11680         primary symtabs for externs and statics after calling
11681         expand_symtabs_matching.
11682
11683 2015-01-31  Gary Benson  <gbenson@redhat.com>
11684
11685         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11686         (struct quick_symbol_functions) <expand_symtabs_matching>:
11687         New argument expansion_notify.  All uses updated.
11688         (expand_symtabs_matching): New argument expansion_notify.
11689         All uses updated.
11690         * symfile-debug.c (debug_qf_expand_symtabs_matching):
11691         Also print expansion notify.
11692         * symtab.c (expand_symtabs_matching_via_partial): Call
11693         expansion_notify whenever a partial symbol table is expanded.
11694         * dwarf2read.c (dw2_expand_symtabs_matching): Call
11695         expansion_notify whenever a symbol table is instantiated.
11696
11697 2015-01-31  Doug Evans  <xdje42@gmail.com>
11698
11699         * cli-out.c: #include completer.h, readline/readline.h.
11700         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11701         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11702         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11703         * cli-out.h (cli_display_match_list): Declare.
11704         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11705         (ELLIPSIS_LEN): Ditto.
11706         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11707         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11708         (gdb_fnprint, gdb_print_filename): Ditto.
11709         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11710         (gdb_display_match_list): Ditto.
11711         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11712         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11713         (mld_beep_ftype, mld_read_key_ftype): Ditto.
11714         (match_list_displayer): New struct.
11715         (gdb_display_match_list): Declare.
11716         * top.c (init_main): Set rl_completion_display_matches_hook.
11717         * tui/tui-io.c: #include completer.h.
11718         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11719         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11720         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11721         (tui_mld_getc, tui_mld_read_key): Ditto.
11722         (tui_rl_display_match_list): Rewrite.
11723         (tui_handle_resize_during_io): New arg for_completion.  All callers
11724         updated.
11725
11726 2015-01-31  Doug Evans  <xdje42@gmail.com>
11727
11728         Add symbol lookup cache.
11729         * NEWS: Document new options and commands.
11730         * symtab.c (symbol_cache_key): New static global.
11731         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11732         (SYMBOL_LOOKUP_FAILED): New macro.
11733         (symbol_cache_slot_state): New enum.
11734         (block_symbol_cache): New struct.
11735         (symbol_cache): New struct.
11736         (new_symbol_cache_size, symbol_cache_size): New static globals.
11737         (hash_symbol_entry, eq_symbol_entry): New functions.
11738         (symbol_cache_byte_size, resize_symbol_cache): New functions.
11739         (make_symbol_cache, free_symbol_cache): New functions.
11740         (get_symbol_cache, symbol_cache_cleanup): New function.
11741         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11742         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11743         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11744         (symbol_cache_flush, symbol_cache_dump): New functions.
11745         (maintenance_print_symbol_cache): New function.
11746         (maintenance_flush_symbol_cache): New function.
11747         (symbol_cache_stats): New function.
11748         (maintenance_print_symbol_cache_statistics): New function.
11749         (symtab_new_objfile_observer): New function.
11750         (symtab_free_objfile_observer): New function.
11751         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11752         (_initialize_symtab): Init symbol_cache_key.  New parameter
11753         maint symbol-cache-size.  New maint commands print symbol-cache,
11754         print symbol-cache-statistics, flush-symbol-cache.
11755         Install new_objfile, free_objfile observers.
11756
11757 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
11758
11759         PR symtab/17855
11760         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11761         to end.
11762
11763 2015-01-31  Doug Evans  <xdje42@gmail.com>
11764
11765         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11766         * auto-load.c: #include ctype.h.
11767         (struct auto_load_pspace_info): Replace member loaded_scripts with
11768         new members loaded_script_files, loaded_script_texts.
11769         (auto_load_pspace_data_cleanup): Update.
11770         (init_loaded_scripts_info): Update.
11771         (get_auto_load_pspace_data_for_loading): Update.
11772         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
11773         updated.
11774         (maybe_add_script_text): New function.
11775         (clear_section_scripts): Update.
11776         (source_script_file, execute_script_contents): New functions.
11777         (source_section_scripts): Add support for
11778         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11779         (print_scripts): New function.
11780         (auto_load_info_scripts): Also print inlined scripts.
11781         (maybe_print_unsupported_script_warning): Renamed from
11782         unsupported_script_warning_print.  All callers updated.
11783         (maybe_print_script_not_found_warning): Renamed from
11784         script_not_found_warning_print.  All callers updated.
11785         * extension-priv.h (struct extension_language_script_ops): New member
11786         objfile_script_executor.
11787         * extension.c (ext_lang_objfile_script_executor): New function.
11788         * extension.h (objfile_script_executor_func): New typedef.
11789         (ext_lang_objfile_script_executor): Declare.
11790         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11791         * guile/guile.c (guile_extension_script_ops): Update.
11792         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11793         * python/python.c (python_extension_script_ops): Update.
11794         (gdbpy_execute_objfile_script): New function.
11795
11796 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
11797
11798         * tui/tui-io.c (tui_expand_tabs): New function.
11799         (tui_puts, tui_redisplay_readline): Expand TABs into the
11800         appropriate number of spaces.
11801         * tui/tui-regs.c: Include tui-io.h.
11802         (tui_register_format): Call tui_expand_tabs to expand TABs into
11803         the appropriate number of spaces.
11804         * tui/tui-io.h: Add prototype for tui_expand_tabs.
11805
11806 2015-01-30  Doug Evans  <dje@google.com>
11807
11808         * NEWS: "info source" command now display producer string if present.
11809         * source.c (source_info): Print producer string if present.
11810
11811 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11812
11813         * varobj.c (varobj_delete): Fix comment.
11814
11815 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11816
11817         * varobj.c (create_child): Modify comment.
11818
11819 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11820
11821         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
11822         parameter.
11823         (ada_name_of_variable): Same.
11824         (ada_path_expr_of_child): Same.
11825         (ada_value_of_variable): Same.
11826         (ada_value_is_changeable_p): Same.
11827         (ada_value_has_mutated): Same.
11828         * c-varobj.c (varobj_is_anonymous_child): Same.
11829         (c_is_path_expr_parent): Same.
11830         (c_number_of_children): Same.
11831         (c_name_of_variable): Same.
11832         (c_path_expr_of_child): Same.
11833         (get_type): Same.
11834         (c_value_of_variable): Same.
11835         (cplus_number_of_children): Same.
11836         (cplus_name_of_variable): Same.
11837         (cplus_path_expr_of_child): Same.
11838         (cplus_value_of_variable): Same.
11839         * jv-varobj.c (java_number_of_children): Same.
11840         (java_name_of_variable): Same.
11841         (java_path_expr_of_child): Same.
11842         (java_value_of_variable): Same.
11843         * varobj.c (number_of_children): Same.
11844         (name_of_variable): Same.
11845         (is_root_p): Same.
11846         (varobj_ensure_python_env): Same.
11847         (varobj_get_objname): Same.
11848         (varobj_get_expression): Same.
11849         (varobj_get_display_format): Same.
11850         (varobj_get_display_hint): Same.
11851         (varobj_has_more): Same.
11852         (varobj_get_thread_id): Same.
11853         (varobj_get_frozen): Same.
11854         (dynamic_varobj_has_child_method): Same.
11855         (varobj_get_gdb_type): Same.
11856         (is_path_expr_parent): Same.
11857         (varobj_default_is_path_expr_parent): Same.
11858         (varobj_get_language): Same.
11859         (varobj_get_attributes): Same.
11860         (varobj_is_dynamic_p): Same.
11861         (varobj_get_child_range): Same.
11862         (varobj_value_has_mutated): Same.
11863         (varobj_get_value_type): Same.
11864         (number_of_children): Same.
11865         (name_of_variable): Same.
11866         (check_scope): Same.
11867         (varobj_editable_p): Same.
11868         (varobj_value_is_changeable_p): Same.
11869         (varobj_floating_p): Same.
11870         (varobj_default_value_is_changeable_p): Same.
11871
11872 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11873
11874         * varobj.c (varobj_get_path_expr): Set var->path_expr.
11875         * c-varobj.c (c_path_expr_of_child): Set local var instead of
11876         child->path_expr.
11877         (cplus_path_expr_of_child): Same.
11878
11879 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11880
11881         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
11882         result.
11883         (mi_cmd_var_info_expression): Same.
11884         * varobj.c (varobj_get_expression): Mention in the comment that
11885         the result must by freed by the caller.
11886
11887 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
11888
11889         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
11890         varobj_get_type.
11891         (varobj_update_one): Same.
11892         * varobj.c (update_type_if_necessary): Free curr_type_str and
11893         new_type_str.
11894         (varobj_get_type): Specify in comment that the result needs to be
11895         freed by the caller.
11896
11897 2015-01-29  Doug Evans  <dje@google.com>
11898
11899         PR symtab/17890
11900         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
11901
11902 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11903
11904         * dwarf2read.c (checkproducer): Call producer_is_gcc.
11905         * utils.c (producer_is_gcc_ge_4): Likewise.
11906         (producer_is_gcc): New function.
11907         * utils.h (producer_is_gcc): New declaration.
11908
11909 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11910
11911         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
11912         kind.
11913         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
11914         parameter by "addr_stack" parameter.
11915         (resolve_dynamic_range): Replace "addr" parameter by
11916         "stack_addr" parameter.  Update function documentation.
11917         Update code accordingly.
11918         (resolve_dynamic_array, resolve_dynamic_union)
11919         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
11920         (resolve_dynamic_type): Update code, following the changes made
11921         to resolve_dynamic_type_internal's interface.
11922         * dwarf2loc.h (struct property_addr_info): New.
11923         (dwarf2_evaluate_property): Replace "address" parameter
11924         by "addr_stack" parameter.  Adjust function documentation.
11925         (struct dwarf2_offset_baton): New.
11926         (struct dwarf2_property_baton): Update documentation of
11927         field "referenced_type" to be more general. New field
11928         "offset_info" in union data field.
11929         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
11930         parameter by "addr_stack" parameter.  Adjust code accordingly.
11931         Add support for PROP_ADDR_OFFSET properties.
11932         * dwarf2read.c (attr_to_dynamic_prop): Add support for
11933         DW_AT_data_member_location attributes as well.  Use case
11934         statements instead of if/else condition.
11935
11936 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11937
11938         * ada-varobj.c (ada_varobj_get_array_number_of_children):
11939         Return zero if PARENT_VALUE is NULL and parent_type's
11940         range type is dynamic.
11941
11942 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11943
11944         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
11945         nonzero if the type's subtype is dynamic.
11946         (resolve_dynamic_range): Also resolve the range's subtype.
11947
11948 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
11949
11950         Pushed by Joel Brobecker  <brobecker@adacore.com>.
11951         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
11952
11953 2015-01-27  Doug Evans  <dje@google.com>
11954
11955         * NEWS: Mention gdb.Objfile.username.
11956         * python/py-objfile.c (objfpy_get_username): New function.
11957         (objfile_getset): Add "username".
11958
11959 2015-01-24  Mark Wielaard  <mjw@redhat.com>
11960
11961         * stack.c (return_command): Markup warning message with _.
11962
11963 2015-01-24  Doug Evans  <xdje42@gmail.com>
11964
11965         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
11966
11967 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11968
11969         Fix 100x slowdown regression on DWZ files.
11970         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
11971         (struct line_header): Add offset and offset_in_dwz.
11972         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
11973         (free_line_header_voidp): New declaration.
11974         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
11975         functions.
11976         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
11977         (handle_DW_AT_stmt_list): Use line_header_hash.
11978         (free_line_header_voidp): New function.
11979         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
11980         (dwarf_decode_lines): New parameter decode_mapping, use it.
11981         (dwarf2_free_objfile): Free line_header_hash.
11982
11983 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11984
11985         PR gdb/17416
11986         * valops.c (value_rtti_indirect_type): Catch exception thrown by
11987         value_ind.
11988
11989 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11990
11991         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
11992         DW_AT_noreturn.
11993         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
11994         calling_convention an 8 bit bit field.
11995         (TYPE_NO_RETURN): New macro.
11996         * infcmd.c (finish_command): Query if function does not return
11997         normally.
11998         * stack.c (return_command): Likewise.
11999
12000 2015-01-23  Pedro Alves  <palves@redhat.com>
12001
12002         * linux-nat.c (linux_is_async_p): New macro.
12003         (linux_nat_is_async_p):
12004         (linux_nat_terminal_inferior): Check whether the target can async
12005         instead of whether it is already async.
12006         (linux_nat_terminal_ours): Don't check whether the target is
12007         async.
12008         (linux_async_pipe): Use linux_is_async_p.
12009
12010 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12011
12012         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12013         '-ascending'.
12014         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12015         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12016         Sort tp_array using tp_array_compar.
12017         (_initialize_thread): Extend thread_apply_all_command help.
12018
12019 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12020
12021         * corelow.c (core_open): Call also thread_command.
12022         * gdbthread.h (thread_command): New prototype moved from ...
12023         * thread.c (thread_command): ... here.
12024         (thread_command): Make it global.
12025
12026 2015-01-22  Pedro Alves  <palves@redhat.com>
12027
12028         * configure.ac [*mingw32*]: Check $curses_found instead of
12029         $prefer_curses.
12030         * configure: Regenerate.
12031         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12032         HAVE_NCURSES_NCURSES_H checks.
12033
12034 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12035
12036         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12037         fails with the 1st arg NULL, try again with "unknown".  Don't test
12038         the "cup" capability: it isn't supported by the Windows port of
12039         ncurses, but the Windows console driver is still capable of
12040         supporting TUI.
12041
12042 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12043
12044         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12045
12046 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12047
12048         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12049         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12050         reason that "make TAGS" is broken.
12051
12052 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12053
12054         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12055         and check additional store instructions.
12056
12057 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12058
12059         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12060
12061 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12062
12063         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12064         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12065         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12066         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12067         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12068         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12069         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12070         ppc_process_record_op19, ppc_process_record_op31,
12071         ppc_process_record_op59, ppc_process_record_op60,
12072         ppc_process_record_op63): Likewise.
12073
12074 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12075
12076         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12077         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12078         strerror.
12079
12080 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12081
12082         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12083         ppc_process_record_op31, ppc_process_record_op59,
12084         ppc_process_record_op60, ppc_process_record_op63,
12085         ppc_process_record): Fix -Wformat warning.
12086         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12087         Remove unused variables.
12088
12089 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12090
12091         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12092
12093 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12094
12095         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12096         CONFIG_OBS if not building with a curses library.
12097         * configure: Regenerate.
12098
12099         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12100         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12101         HAVE_NCURSES_NCURSES_H is defined.
12102
12103 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12104
12105         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12106         from end of line to start of next line.
12107
12108 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12109
12110         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12111         Scan PLT stub backward for reverse debugging.
12112         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12113
12114 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12115             Ulrich Weigand  <uweigand@de.ibm.com>
12116
12117         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12118         gdb_target_obs.
12119         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12120         record.
12121         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12122         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12123         (ppc_linux_init_abi): Set process_record, process_record_signal.
12124         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12125         ppc_linux_record_tdep to gdbarch_tdep.
12126         (ppc_process_record): New declaration.
12127         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12128         ppc_process_record_op19, ppc_process_record_op31,
12129         ppc_process_record_op59, ppc_process_record_op60,
12130         ppc_process_record_op63, ppc_process_record): New functions.
12131
12132 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12133
12134         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12135         rs6000_in_function_epilogue_frame_p and add an argument
12136         for frame_info.
12137         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12138         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12139         New functions.
12140         (rs6000_epilogue_frame_unwind): New.
12141         (rs6000_gdbarch_init): Append epilogue unwinder.
12142
12143 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12144
12145         * nat/linux-personality.c: Replace "#ifndef
12146         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12147         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12148         systems.
12149
12150 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12151
12152         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12153         functions.
12154         (_initialize_tui_win) <border-kind, border-mode>:
12155         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12156         (tui_set_tab_width_command): Fix the commentary.
12157
12158         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12159
12160         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12161         Doc fix.
12162         (tui_set_tab_width_command): Delete and recreate the source and
12163         the disassembly windows, to show the effect of the changed tab
12164         size immediately.
12165
12166         * tui/tui-data.h (LINE_PREFIX): Make shorter
12167         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12168         "Thread NNNNN.XXXX" thread ID notation on Windows.
12169
12170 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12171
12172         Fix gcc-5 compilation.
12173         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12174
12175 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12176
12177         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12178         (linux-personality.o): New rule.
12179         * common/common-defs.h: Include <stdint.h>.
12180         * config/aarch64/linux.mh (NATDEPFILES): Include
12181         linux-personality.o.
12182         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12183         * config/arm/linux.mh (NATDEPFILES): Likewise.
12184         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12185         * config/i386/linux.mh (NATDEPFILES): Likewise.
12186         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12187         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12188         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12189         * config/mips/linux.mh (NATDEPFILES): Likewise.
12190         * config/pa/linux.mh (NATDEPFILES): Likewise.
12191         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12192         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12193         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12194         * config/s390/linux.mh (NATDEPFILES): Likewise.
12195         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12196         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12197         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12198         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12199         * defs.h: Remove #include <stdint.h> (moved to
12200         common/common-defs.h).
12201         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12202         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12203         nat/linux-personality.c).
12204         (linux_nat_create_inferior): Remove code to disable address space
12205         randomization (moved to nat/linux-personality.c).  Create cleanup
12206         to disable address space randomization.
12207         * nat/linux-personality.c: New file.
12208         * nat/linux-personality.h: Likewise.
12209
12210 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12211
12212         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12213         common/posix-strerror.c.
12214         (posix-strerror.o): New rule.
12215         (mingw-strerror.o): Likewise.
12216         * common/common-utils.h (safe_strerror): Move prototype to here,
12217         from utils.h.
12218         * common/common.host: New file.
12219         * common/mingw-strerror.c: Likewise.
12220         * common/posix-strerror.c: Likewise.
12221         * configure: Regenerated.
12222         * configure.ac: Source common/common.host.  Add variable
12223         common_host_obs to gdb_host_obs.
12224         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12225         gdb/common/posix-strerror.c when warning about the use of
12226         strerror.
12227         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12228         common/mingw-strerror.c.
12229         * posix-hdep.c (safe_strerror): Remove definition; move it to
12230         common/posix-hdep.c.
12231         * utils.h (safe_strerror): Remove prototype; move to
12232         common/common-utils.h.
12233
12234 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12235
12236         GDB 7.8.2 released.
12237
12238 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12239
12240         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12241         ___XA type if the array has already been fixed.
12242
12243 2015-01-14  Yao Qi  <yao@codesourcery.com>
12244
12245         * Makefile.in (ppc-linux.o): New rule.
12246         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12247         * configure.ac: AC_CHECK_FUNCS(getauxval).
12248         * config.in: Re-generated.
12249         * configure: Re-generated.
12250         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12251         Declare.
12252         * nat/ppc-linux.c: New file.
12253         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12254         Call ppc64_64bit_inferior_p.
12255
12256 2015-01-14  Yao Qi  <yao@codesourcery.com>
12257
12258         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12259         nat/ppc-linux.h.
12260         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12261         (PPC_FEATURE_HAS_DFP): Likewise.
12262         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12263         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12264         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12265         Include "nat/ppc-linux.h".
12266         * nat/ppc-linux.h: New file.
12267         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12268
12269 2015-01-14  Pedro Alves  <palves@redhat.com>
12270
12271         PR gdb/17525
12272         * breakpoint.c: Include "interps.h".
12273         (bpstat_do_actions_1): Also check whether the interpreter is
12274         async.
12275
12276 2015-01-14  Pedro Alves  <palves@redhat.com>
12277
12278         PR cli/17828
12279         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12280         reinstall if the interpreter is sync.
12281
12282 2015-01-13  Doug Evans  <dje@google.com>
12283
12284         * objfiles.c (objfile_filename): New function.
12285         * objfiles.h (objfile_filename): Declare it.
12286         (objfile_name): Add function comment.
12287         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12288         bfd file name (which may be realpath'd), and the original name.
12289
12290 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12291
12292         * NEWS: Create a new section for the next release branch.
12293         Rename the section of the current branch, now that it has
12294         been cut.
12295
12296 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12297
12298         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12299         * version.in: Bump version to 7.9.50.DATE-cvs.
12300
12301 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12302
12303         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12304         Remove trailing new-line in argument of call to warning.
12305
12306 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12307
12308         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12309         new-line in argument of call to "warning".
12310
12311 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12312
12313         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12314         in static block, then try searching for primitive types.
12315
12316 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12317
12318         * top.h (gdb_add_history): Declare.
12319         * top.c (command_count): New variable.
12320         (gdb_add_history): New function.
12321         (gdb_safe_append_history): New static function.
12322         (quit_force): Call it.
12323         (command_line_input): Use gdb_add_history instead of
12324         add_history.
12325         * event-top.c (command_line_handler): Likewise.
12326
12327 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12328
12329         PR gdb/17046
12330         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12331         <setjmp.h> #include.
12332
12333 2015-01-11  Doug Evans  <xdje42@gmail.com>
12334
12335         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12336
12337 2015-01-11  Doug Evans  <xdje42@gmail.com>
12338
12339         PR gdb/15830
12340         * NEWS: The "maint demangle" command is renamed as "demangle".
12341         * demangle.c: #include cli/cli-utils.h, language.h.
12342         (demangle_command): New function.
12343         (_initialize_demangle): Add new command "demangle".
12344         * maint.c (maintenance_demangle): Stub out.
12345         (_initialize_maint_cmds): Update help text for "maint demangle",
12346         and mark as deprecated.
12347
12348 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12349
12350         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12351         inferior_thread is a function.
12352
12353 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12354
12355         * Makefile.in (.y.c): Don't munge yacc's #line
12356         directives.
12357
12358 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12359
12360         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12361         to prompt for input.
12362         * tui/tui-hooks.c (tui_query_hook): Remove.
12363         (tui_install_hooks): Don't set deprecated_query_hook.
12364         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12365         height calculation.  Always update the command window's cur_line.
12366
12367 2015-01-09  Pedro Alves  <palves@redhat.com>
12368
12369         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12370         function.
12371         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12372         declaration.
12373         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12374         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12375         stop_reason.
12376         (check_stopped_by_watchpoint): New function.
12377         (save_sigtrap): Reimplement.
12378         (linux_nat_stopped_by_watchpoint): Adjust.
12379         (linux_nat_lp_status_is_event): Delete.
12380         (stop_wait_callback): Only call save_sigtrap after storing the
12381         pending status.
12382         (status_callback): If the thread had been stopped for a breakpoint
12383         that has since been removed, discard the event and resume the LWP.
12384         (count_events_callback, select_event_lwp_callback): Use
12385         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12386         (cancel_breakpoint): Rename to ...
12387         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12388         stopped for a software breakpoint or hardware breakpoint.
12389         (select_event_lwp): Only give preference to the stepping LWP in
12390         all-stop mode.  Adjust comments.
12391         (stop_and_resume_callback): Remove references to new_pending_p.
12392         (linux_nat_filter_event): Likewise.  Leave exit events of the
12393         leader thread pending here.  Handle signal short circuiting here.
12394         Only call save_sigtrap after storing the pending waitstatus.
12395         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12396         new_pending.  Don't handle leaving events the caller is not
12397         interested in pending here, nor handle signal short-circuiting
12398         here.  Also give equal priority to all LWPs that have had events
12399         in non-stop mode.  If reporting a software breakpoint event,
12400         unadjust the LWP's PC.
12401         * linux-nat.h (enum lwp_stop_reason): New.
12402         (struct lwp_info) <stop_pc>: New field.
12403         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12404         (struct lwp_info) <stop_reason>: New field.
12405         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12406
12407 2015-01-09  Pedro Alves  <palves@redhat.com>
12408
12409         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12410         Set the LWP's 'resumed' flag.
12411
12412 2015-01-09  Pedro Alves  <palves@redhat.com>
12413
12414         * linux-nat.c (linux_resume_one_lwp): New function.
12415         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12416         (linux_nat_resume): Use lwp_status_pending_p and
12417         linux_resume_one_lwp.
12418         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12419         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12420         (status_callback, running_callback): Use lwp_status_pending_p.
12421         (lwp_status_pending_p): New function.
12422         (stop_and_resume_callback): Use lwp_status_pending_p.
12423         (linux_nat_filter_event): Use linux_resume_one_lwp.
12424         (linux_nat_wait_1): Always use status_callback to look for an LWP
12425         with a pending status.  Use linux_resume_one_lwp.
12426         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12427         linux_resume_one_lwp.
12428
12429 2015-01-09  Pedro Alves  <palves@redhat.com>
12430
12431         * breakpoint.c (bp_location_inserted_here_p): New function,
12432         factored out from ...
12433         (breakpoint_inserted_here_p): ... here.  Use
12434         ALL_BP_LOCATIONS_AT_ADDR.
12435         (software_breakpoint_inserted_here_p): Use
12436         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12437
12438 2014-01-09  Pedro Alves  <palves@redhat.com>
12439
12440         Skip enabling event reporting if the kernel supports
12441         PTRACE_EVENT_CLONE.
12442         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12443         (thread_db_use_events): New function.
12444         (try_thread_db_load_1): Check thread_db_use_events before enabling
12445         event reporting.
12446         (update_thread_state): New function.
12447         (attach_thread): Use it.  Check thread_db_use_events before
12448         enabling event reporting.
12449         (thread_db_detach): Check thread_db_use_events before disabling
12450         event reporting.
12451         (find_new_threads_callback): Check thread_db_use_events before
12452         enabling event reporting.  Update the thread's state if not using
12453         libthread_db events.
12454
12455 2015-01-09  Pedro Alves  <palves@redhat.com>
12456
12457         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12458         about to wait for is > 0.
12459         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12460         the kernel thread ID is -1.
12461
12462 2015-01-09  Pedro Alves  <palves@redhat.com>
12463
12464         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12465         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12466         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12467         ptrace option flags.
12468         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12469         field.
12470         * nat/linux-procfs.c: Include <dirent.h>.
12471         (linux_proc_get_int): New parameter "warn".  Handle it.
12472         (linux_proc_get_tgid): Adjust.
12473         (linux_proc_get_tracerpid): Rename to ...
12474         (linux_proc_get_tracerpid_nowarn): ... this.
12475         (linux_proc_pid_get_state): New function, factored out from
12476         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
12477         and handle it.
12478         (linux_proc_pid_is_gone): New function.
12479         (linux_proc_pid_is_stopped): Adjust.
12480         (linux_proc_pid_is_zombie_maybe_warn)
12481         (linux_proc_pid_is_zombie_nowarn): New functions.
12482         (linux_proc_pid_is_zombie): Use
12483         linux_proc_pid_is_zombie_maybe_warn.
12484         (linux_proc_attach_tgid_threads): New function.
12485         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12486         (linux_proc_get_tracerpid): Rename to ...
12487         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12488         (linux_proc_pid_is_gone): New declaration.
12489         (linux_proc_pid_is_zombie): Update comment.
12490         (linux_proc_pid_is_zombie_nowarn): New declaration.
12491         (linux_proc_attach_lwp_func): New typedef.
12492         (linux_proc_attach_tgid_threads): New declaration.
12493         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12494         use nowarn functions.
12495         (linux_ptrace_attach_fail_reason_string): Move here from
12496         gdbserver/linux-low.c and rename.
12497         (ptrace_supports_feature): If the current ptrace options are not
12498         known yet, check them now, instead of asserting.
12499         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12500         Declare.
12501
12502 2015-01-09  Pedro Alves  <palves@redhat.com>
12503
12504         * linux-thread-db.c (thread_db_find_new_threads_silently)
12505         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12506         (find_new_threads_once): Print debug output on gdb_stdlog.
12507
12508 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
12509             Pedro Alves  <palves@redhat.com>
12510
12511         * compile/compile.c: Include "gdb_wait.h".
12512         (do_rmdir): Check return value, and free 'zap'.
12513
12514 2015-01-08  Pedro Alves  <palves@redhat.com>
12515             Yao Qi  <yao@codesourcery.com>
12516
12517         * dwarf2loc.c (indirect_pieced_value): Don't call
12518         gdb_sign_extend.  Call extract_signed_integer instead.
12519         * utils.c (gdb_sign_extend): Remove.
12520         * utils.h (gdb_sign_extend): Remove declaration.
12521
12522 2015-01-07  Pierre Muller  <muller@sourceware.org>
12523
12524         PR symtab/17811
12525         * stabsread.c (define_symbol): Set language for C++ special symbols.
12526
12527 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12528
12529         * inflow.c (initial_gdb_ttystate): Tweak comment.
12530
12531 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12532
12533         * inflow.c (set_initial_gdb_ttystate): Add empty line after
12534         comment documenting function.
12535
12536 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12537
12538         * terminal.h (set_initial_gdb_ttystate): Declare.
12539         * inflow.c (initial_gdb_ttystate): New static variable.
12540         (set_initial_gdb_ttystate): New setter.
12541         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12542         instead of our current terminal state.
12543         * top.c (gdb_init): Call set_initial_gdb_ttystate.
12544
12545 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
12546
12547         * guile/scm-type.c (tyscm_array_1): Add comment.
12548         * python/py-type.c (typy_array_1): Add comment.
12549
12550 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12551
12552         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12553         error if N2 is equal to N1 - 1.
12554
12555 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12556
12557         * python/py-type.c (typy_array_1): Do not raise negative-length
12558         exception if N2 is equal to N1 - 1.
12559
12560 2015-01-03  Doug Evans  <xdje42@gmail.com>
12561
12562         * c-exp.y: Whitespace cleanup.
12563         (classify_inner_name): Remove extra ;.
12564
12565 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
12566
12567         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12568         offset signed.
12569
12570 2015-01-02  Doug Evans  <dje@google.com>
12571
12572         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12573
12574 2015-01-02  Doug Evans  <dje@google.com>
12575
12576         * symtab.h (struct symbol): Fix typo in comment.
12577
12578 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12579
12580         Update year range in copyright notice of all files.
12581
12582 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12583
12584         * top.c (print_gdb_version): Update copyright year to 2015.
12585
12586 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
12587
12588         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12589
12590 For older changes see ChangeLog-2014.
12591 \f
12592 Local Variables:
12593 mode: change-log
12594 left-margin: 8
12595 fill-column: 74
12596 version-control: never
12597 coding: utf-8
12598 End: