MAINTAINERS: Update my email address
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
2
3 * MAINTAINERS: Update my email address.
4
5 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
6
7 * record-btrace.c (record_btrace_resume): Fix void return.
8
9 2015-10-07 Yao Qi <yao.qi@linaro.org>
10
11 * aarch64-tdep.c: Include opcode/aarch64.h.
12 (submask): Move it above.
13 (bit): Likewise.
14 (bits): Likewise.
15 (aarch64_software_single_step): Call aarch64_decode_insn.
16 Decode instruction by aarch64_inst instead of using
17 aarch64_decode_bcond and decode_masked_match.
18
19 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
20
21 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
22 only when the file is binary.
23
24 2015-10-02 James Bowman <james.bowman@ftdichip.com>
25
26 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
27 subroutine handling.
28
29 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
30
31 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
32
33 2015-09-30 Doug Evans <dje@google.com>
34
35 * dwarf2read.c (setup_type_unit_groups): Add comment.
36
37 2015-09-30 Pedro Alves <palves@redhat.com>
38
39 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
40 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
41 (x86_linux_create_target): Don't install
42 x86_linux_always_non_stop_p.
43
44 2015-09-30 Don Breazeal <donb@codesourcery.com>
45
46 * remote.c (remote_parse_stop_reply): Call strprefix instead
47 of strncmp.
48
49 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
50
51 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
52 * gdbarch.h: Regenerate.
53 * i386-tdep.c (i386_gdbarch_init): Remove cast to
54 struct gdbarch_tdep_info *.
55 * mips-tdep.c (mips_gdbarch_init): Likewise.
56 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
57 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
58 * spu-multiarch.c (spu_gdbarch): Likewise.
59
60 2015-09-30 Kevin Buettner <kevinb@redhat.com>
61
62 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
63 record a NULL value.
64
65 2015-09-29 Kevin Buettner <kevinb@redhat.com>
66
67 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
68 and union arguments the same as pointer arguments when determining
69 size of argument.
70
71 2015-09-29 James Bowman <james.bowman@ftdichip.com>
72
73 * ft32-tdep.c: #include "opcode/ft32.h".
74 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
75 (ft32_analyze_prologue): Use FT32_* macros.
76
77 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
78
79 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
80 comment.
81
82 2015-09-28 Doug Evans <dje@google.com>
83
84 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
85
86 2015-09-28 Doug Evans <dje@google.com>
87
88 * common/filestuff.c (make_cleanup_close): Update comment.
89
90 2015-09-26 Simon Marchi <simark@nova.polymtl.ca>
91
92 * btrace.c (parse_xml_btrace_block): Fix cast of
93 xml_find_attribute's return value.
94 * memory-map.c (memory_map_start_memory): Likewise.
95 * solib-svr4.c (library_list_start_library): Likewise.
96 * solib-target.c (library_list_start_segment): Likewise.
97 (library_list_start_section): Likewise.
98 * tracepoint.c (traceframe_info_start_memory): Likewise.
99
100 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
101
102 * d-namespace.c (d_lookup_symbol): New arg langdef.
103 All callers updated. Support looking up symbol as a primitive type.
104 (lookup_module_scope): New arg langdef. All callers updated.
105 Call d_lookup_symbol directly for simple bare symbols.
106
107 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
108
109 * macrocmd.c (print_macro_callback): Add cast(s).
110 * macrotab.c (macro_bcache_str): Likewise.
111 (new_macro_definition): Likewise.
112 * main.c (captured_main): Likewise.
113 * maint.c (print_bfd_section_info): Likewise.
114 * mdebugread.c (mdebug_build_psymtabs): Likewise.
115 (basic_type): Likewise.
116 * memattr.c (mem_region_cmp): Likewise.
117 * memory-map.c (memory_map_start_memory): Likewise.
118 (memory_map_end_memory): Likewise.
119 (memory_map_start_property): Likewise.
120 (memory_map_end_property): Likewise.
121 (clear_result): Likewise.
122 * memrange.c (compare_mem_ranges): Likewise.
123 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
124 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
125 * mi/mi-console.c (mi_console_file_delete): Likewise.
126 (mi_console_file_fputs): Likewise.
127 (mi_console_raw_packet): Likewise.
128 (mi_console_file_flush): Likewise.
129 (mi_console_set_raw): Likewise.
130 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
131 (mi_new_thread): Likewise.
132 (mi_thread_exit): Likewise.
133 (mi_record_changed): Likewise.
134 (mi_inferior_added): Likewise.
135 (mi_inferior_appeared): Likewise.
136 (mi_inferior_exit): Likewise.
137 (mi_inferior_removed): Likewise.
138 (mi_interp_data): Likewise.
139 (mi_on_normal_stop): Likewise.
140 (mi_traceframe_changed): Likewise.
141 (mi_tsv_created): Likewise.
142 (mi_tsv_deleted): Likewise.
143 (mi_tsv_modified): Likewise.
144 (mi_breakpoint_created): Likewise.
145 (mi_breakpoint_deleted): Likewise.
146 (mi_breakpoint_modified): Likewise.
147 (mi_output_running_pid): Likewise.
148 (mi_inferior_count): Likewise.
149 (mi_solib_loaded): Likewise.
150 (mi_solib_unloaded): Likewise.
151 (mi_command_param_changed): Likewise.
152 (mi_memory_changed): Likewise.
153 (report_initial_inferior): Likewise.
154 (mi_ui_out): Likewise.
155 (mi_set_logging): Likewise.
156 * mi/mi-main.c (collect_cores): Likewise.
157 (print_one_inferior): Likewise.
158 (free_vector_of_ints): Likewise.
159 (free_splay_tree): Likewise.
160 (mi_execute_command): Likewise.
161 * mi/mi-out.c (mi_table_body): Likewise.
162 (mi_table_end): Likewise.
163 (mi_table_header): Likewise.
164 (mi_begin): Likewise.
165 (mi_end): Likewise.
166 (mi_field_int): Likewise.
167 (mi_field_string): Likewise.
168 (mi_field_fmt): Likewise.
169 (mi_flush): Likewise.
170 (mi_redirect): Likewise.
171 (field_separator): Likewise.
172 (mi_open): Likewise.
173 (mi_close): Likewise.
174 (mi_out_buffered): Likewise.
175 (mi_out_rewind): Likewise.
176 (mi_out_put): Likewise.
177 (mi_version): Likewise.
178 (mi_out_data_dtor): Likewise.
179 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
180 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
181 * minidebug.c (lzma_open): Likewise.
182 (lzma_pread): Likewise.
183 (lzma_close): Likewise.
184 (lzma_stat): Likewise.
185 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
186 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
187 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
188 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
189 (mips_micro_frame_cache): Likewise.
190 (mips_insn32_frame_cache): Likewise.
191 (mips_stub_frame_cache): Likewise.
192 (gdb_print_insn_mips): Likewise.
193 (value_of_mips_user_reg): Likewise.
194 (mips_gdbarch_init): Likewise.
195 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
196 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
197 (mipsnbsd_supply_gregset): Likewise.
198 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
199 (am33_collect_gregset_method): Likewise.
200 (am33_collect_fpregset_method): Likewise.
201 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
202 * moxie-tdep.c (moxie_frame_cache): Likewise.
203 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
204 (msp430_analyze_frame_prologue): Likewise.
205 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
206 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
207 (nios2_collect_gregset): Likewise.
208 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
209 (nios2_stub_frame_cache): Likewise.
210 * objc-lang.c (find_methods): Likewise.
211 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
212 (get_objfile_pspace_data): Likewise.
213 (get_objfile_bfd_data): Likewise.
214 (objfile_bfd_data_free): Likewise.
215 (add_to_objfile_sections): Likewise.
216 (do_free_objfile_cleanup): Likewise.
217 (resume_section_map_updates_cleanup): Likewise.
218 * opencl-lang.c (builtin_opencl_type): Likewise.
219 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
220 * osdata.c (osdata_start_osdata): Likewise.
221 (osdata_start_item): Likewise.
222 (osdata_start_column): Likewise.
223 (osdata_end_column): Likewise.
224 (clear_parsing_data): Likewise.
225 (osdata_free_cleanup): Likewise.
226 * parse.c (type_stack_cleanup): Likewise.
227 (exp_uses_objfile_iter): Likewise.
228 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
229 (ppc_linux_collect_gregset): Likewise.
230 (ppu2spu_prev_arch): Likewise.
231 (ppu2spu_this_id): Likewise.
232 (ppu2spu_prev_register): Likewise.
233 (ppu2spu_unwind_register): Likewise.
234 (ppu2spu_sniffer): Likewise.
235 (ppu2spu_dealloc_cache): Likewise.
236 (ppc_linux_init_abi): Likewise.
237 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
238 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
239 * progspace.c (restore_program_space): Likewise.
240 * psymtab.c (find_pc_sect_psymtab): Likewise.
241 (compare_psymbols): Likewise.
242 (psymbol_bcache_full): Likewise.
243 (allocate_psymtab): Likewise.
244 (discard_psymtabs_upto): Likewise.
245 * python/py-block.c (set_block): Likewise.
246 (del_objfile_blocks): Likewise.
247 * python/py-breakpoint.c (build_bp_list): Likewise.
248 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
249 (build_inferior_list): Likewise.
250 (py_free_inferior): Likewise.
251 * python/py-objfile.c (py_free_objfile): Likewise.
252 (objfile_to_objfile_object): Likewise.
253 * python/py-prettyprint.c (py_restore_tstate): Likewise.
254 * python/py-progspace.c (py_free_pspace): Likewise.
255 (pspace_to_pspace_object): Likewise.
256 * python/py-symbol.c (set_symbol): Likewise.
257 (del_objfile_symbols): Likewise.
258 * python/py-symtab.c (set_sal): Likewise.
259 (set_symtab): Likewise.
260 (del_objfile_symtab): Likewise.
261 (del_objfile_sal): Likewise.
262 * python/py-type.c (save_objfile_types): Likewise.
263 (set_type): Likewise.
264 * python/py-unwind.c (pyuw_prev_register): Likewise.
265 (pyuw_on_new_gdbarch): Likewise.
266 * python/py-utils.c (py_decref): Likewise.
267 (py_xdecref): Likewise.
268 (gdb_py_generic_dict): Likewise.
269 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
270 (gdbpy_clone_xmethod_worker_data): Likewise.
271 (gdbpy_get_xmethod_arg_types): Likewise.
272 (gdbpy_get_xmethod_result_type): Likewise.
273 (gdbpy_invoke_xmethod): Likewise.
274 * python/python.c (gdbpy_apply_type_printers): Likewise.
275 (gdbpy_free_type_printers): Likewise.
276 * record-btrace.c (record_btrace_disable_callback): Likewise.
277 (bfcache_hash): Likewise.
278 (bfcache_eq): Likewise.
279 (btrace_get_frame_function): Likewise.
280 (record_btrace_frame_unwind_stop_reason): Likewise.
281 (record_btrace_frame_this_id): Likewise.
282 (record_btrace_frame_prev_register): Likewise.
283 (record_btrace_frame_dealloc_cache): Likewise.
284 * record-full.c (record_full_message_wrapper): Likewise.
285 (record_full_save_cleanups): Likewise.
286 * regcache.c (regcache_descr): Likewise.
287 (do_regcache_xfree): Likewise.
288 (do_regcache_invalidate): Likewise.
289 (do_cooked_read): Likewise.
290 (regcache_transfer_regset): Likewise.
291 * reggroups.c (reggroup_add): Likewise.
292 (reggroup_next): Likewise.
293 (reggroup_prev): Likewise.
294 * remote-fileio.c (do_remote_fileio_request): Likewise.
295 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
296 (do_notif_event_xfree): Likewise.
297 * remote.c (get_remote_arch_state): Likewise.
298 (remote_pspace_data_cleanup): Likewise.
299 (get_remote_exec_file): Likewise.
300 (set_pspace_remote_exec_file): Likewise.
301 (compare_pnums): Likewise.
302 (clear_threads_listing_context): Likewise.
303 (remote_newthread_step): Likewise.
304 (start_thread): Likewise.
305 (end_thread): Likewise.
306 (remove_child_of_pending_fork): Likewise.
307 (remove_stop_reply_for_inferior): Likewise.
308 (remove_stop_reply_of_remote_state): Likewise.
309 (remote_notif_remove_once_on_match): Likewise.
310 (stop_reply_match_ptid_and_ws): Likewise.
311 (kill_child_of_pending_fork): Likewise.
312 (register_remote_g_packet_guess): Likewise.
313 (remote_read_description_p): Likewise.
314 (remote_read_description): Likewise.
315 (free_actions_list_cleanup_wrapper): Likewise.
316 (remote_async_serial_handler): Likewise.
317 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
318 (rl78_analyze_frame_prologue): Likewise.
319 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
320 (ppc_supply_fpregset): Likewise.
321 (ppc_supply_vsxregset): Likewise.
322 (ppc_supply_vrregset): Likewise.
323 (ppc_collect_gregset): Likewise.
324 (ppc_collect_fpregset): Likewise.
325 (ppc_collect_vsxregset): Likewise.
326 (ppc_collect_vrregset): Likewise.
327 (e500_move_ev_register): Likewise.
328 (do_regcache_raw_write): Likewise.
329 (rs6000_frame_cache): Likewise.
330 (rs6000_epilogue_frame_cache): Likewise.
331 (rs6000_gdbarch_init): Likewise.
332 * rx-tdep.c (rx_get_opcode_byte): Likewise.
333 (rx_analyze_frame_prologue): Likewise.
334 (rx_frame_type): Likewise.
335 (rx_frame_sniffer_common): Likewise.
336 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
337 (s390_frame_unwind_cache): Likewise.
338 (s390_stub_frame_unwind_cache): Likewise.
339 (s390_sigtramp_frame_unwind_cache): Likewise.
340 * score-tdep.c (score_make_prologue_cache): Likewise.
341 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
342 (sentinel_frame_prev_arch): Likewise.
343 * ser-base.c (fd_event): Likewise.
344 (push_event): Likewise.
345 (ser_base_write): Likewise.
346 * ser-pipe.c (pipe_close): Likewise.
347 * serial.c (serial_write): Likewise.
348 * sh-tdep.c (sh_frame_cache): Likewise.
349 (sh_stub_this_id): Likewise.
350 * sh64-tdep.c (sh64_frame_cache): Likewise.
351 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
352 (library_list_start_library): Likewise.
353 (library_list_start_list): Likewise.
354 (solib_aix_free_library_list): Likewise.
355 * solib-darwin.c (get_darwin_info): Likewise.
356 * solib-dsbt.c (get_dsbt_info): Likewise.
357 * solib-spu.c (append_ocl_sos): Likewise.
358 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
359 (get_svr4_info): Likewise.
360 (library_list_start_library): Likewise.
361 (svr4_library_list_start_list): Likewise.
362 (hash_probe_and_action): Likewise.
363 (equal_probe_and_action): Likewise.
364 (svr4_update_solib_event_breakpoint): Likewise.
365 (set_solib_svr4_fetch_link_map_offsets): Likewise.
366 (svr4_fetch_link_map_offsets): Likewise.
367 (svr4_have_link_map_offsets): Likewise.
368 * solib-target.c (library_list_start_segment): Likewise.
369 (library_list_start_section): Likewise.
370 (library_list_start_library): Likewise.
371 (library_list_end_library): Likewise.
372 (library_list_start_list): Likewise.
373 (solib_target_free_library_list): Likewise.
374 * solib.c (solib_ops): Likewise.
375 (set_solib_ops): Likewise.
376 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
377 * sparc-tdep.c (sparc_frame_cache): Likewise.
378 (sparc32_frame_cache): Likewise.
379 (sparc32_supply_gregset): Likewise.
380 (sparc32_collect_gregset): Likewise.
381 (sparc32_supply_fpregset): Likewise.
382 (sparc32_collect_fpregset): Likewise.
383 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
384 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
385 (sparc64_collect_gregset): Likewise.
386 (sparc64_supply_fpregset): Likewise.
387 (sparc64_collect_fpregset): Likewise.
388 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
389 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
390 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
391 (sparc64obsd_trapframe_cache): Likewise.
392 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
393 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
394 * spu-multiarch.c (spu_gdbarch): Likewise.
395 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
396 (spu2ppu_prev_arch): Likewise.
397 (spu2ppu_this_id): Likewise.
398 (spu2ppu_prev_register): Likewise.
399 (spu2ppu_dealloc_cache): Likewise.
400 (spu_dis_asm_print_address): Likewise.
401 (gdb_print_insn_spu): Likewise.
402 (spu_get_overlay_table): Likewise.
403 * stabsread.c (rs6000_builtin_type): Likewise.
404 * stack.c (do_print_variable_and_value): Likewise.
405 * stap-probe.c (get_stap_base_address_1): Likewise.
406 * symfile-debug.c (debug_qf_has_symbols): Likewise.
407 (debug_qf_find_last_source_symtab): Likewise.
408 (debug_qf_forget_cached_source_info): Likewise.
409 (debug_qf_map_symtabs_matching_filename): Likewise.
410 (debug_qf_lookup_symbol): Likewise.
411 (debug_qf_print_stats): Likewise.
412 (debug_qf_dump): Likewise.
413 (debug_qf_relocate): Likewise.
414 (debug_qf_expand_symtabs_for_function): Likewise.
415 (debug_qf_expand_all_symtabs): Likewise.
416 (debug_qf_expand_symtabs_with_fullname): Likewise.
417 (debug_qf_map_matching_symbols): Likewise.
418 (debug_qf_expand_symtabs_matching): Likewise.
419 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
420 (debug_qf_map_symbol_filenames): Likewise.
421 (debug_sym_get_probes): Likewise.
422 (debug_sym_new_init): Likewise.
423 (debug_sym_init): Likewise.
424 (debug_sym_read): Likewise.
425 (debug_sym_read_psymbols): Likewise.
426 (debug_sym_finish): Likewise.
427 (debug_sym_offsets): Likewise.
428 (debug_sym_read_linetable): Likewise.
429 (debug_sym_relocate): Likewise.
430 (uninstall_symfile_debug_logging): Likewise.
431 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
432 * symfile.c (place_section): Likewise.
433 (add_section_size_callback): Likewise.
434 (load_progress): Likewise.
435 (load_section_callback): Likewise.
436 (clear_memory_write_data): Likewise.
437 (allocate_symtab): Likewise.
438 * symmisc.c (maintenance_expand_file_matcher): Likewise.
439 * symtab.c (lookup_symtab_callback): Likewise.
440 (hash_demangled_name_entry): Likewise.
441 (eq_demangled_name_entry): Likewise.
442 (get_symbol_cache): Likewise.
443 (symbol_cache_cleanup): Likewise.
444 (set_symbol_cache_size): Likewise.
445 (symbol_cache_flush): Likewise.
446 (maintenance_print_symbol_cache): Likewise.
447 (maintenance_print_symbol_cache_statistics): Likewise.
448 (delete_filename_seen_cache): Likewise.
449 (output_partial_symbol_filename): Likewise.
450 (search_symbols_file_matches): Likewise.
451 (search_symbols_name_matches): Likewise.
452 (do_free_completion_list): Likewise.
453 (maybe_add_partial_symtab_filename): Likewise.
454 (get_main_info): Likewise.
455 (main_info_cleanup): Likewise.
456 * target-dcache.c (target_dcache_cleanup): Likewise.
457 (target_dcache_init_p): Likewise.
458 (target_dcache_invalidate): Likewise.
459 (target_dcache_get): Likewise.
460 (target_dcache_get_or_init): Likewise.
461 * target-descriptions.c (target_find_description): Likewise.
462 (tdesc_find_type): Likewise.
463 (tdesc_data_cleanup): Likewise.
464 (tdesc_find_arch_register): Likewise.
465 (tdesc_register_name): Likewise.
466 (tdesc_register_type): Likewise.
467 (tdesc_register_reggroup_p): Likewise.
468 (set_tdesc_pseudo_register_name): Likewise.
469 (set_tdesc_pseudo_register_type): Likewise.
470 (set_tdesc_pseudo_register_reggroup_p): Likewise.
471 (tdesc_use_registers): Likewise.
472 (free_target_description): Likewise.
473 * target-memory.c (compare_block_starting_address): Likewise.
474 (cleanup_request_data): Likewise.
475 (cleanup_write_requests_vector): Likewise.
476 * target.c (open_target): Likewise.
477 (cleanup_restore_target_terminal): Likewise.
478 (free_memory_read_result_vector): Likewise.
479 * thread.c (disable_thread_stack_temporaries): Likewise.
480 (finish_thread_state_cleanup): Likewise.
481 (do_restore_current_thread_cleanup): Likewise.
482 (restore_current_thread_cleanup_dtor): Likewise.
483 (set_thread_refcount): Likewise.
484 (tp_array_compar): Likewise.
485 (do_captured_thread_select): Likewise.
486 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
487 (tic6x_stub_this_id): Likewise.
488 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
489 * top.c (do_restore_instream_cleanup): Likewise.
490 (gdb_readline_wrapper_cleanup): Likewise.
491 (kill_or_detach): Likewise.
492 (print_inferior_quit_action): Likewise.
493 * tracefile-tfile.c (match_blocktype): Likewise.
494 (build_traceframe_info): Likewise.
495 * tracefile.c (trace_file_writer_xfree): Likewise.
496 * tracepoint.c (memrange_cmp): Likewise.
497 (do_collect_symbol): Likewise.
498 (do_clear_collection_list): Likewise.
499 (do_restore_current_traceframe_cleanup): Likewise.
500 (restore_current_traceframe_cleanup_dtor): Likewise.
501 (free_current_marker): Likewise.
502 (traceframe_info_start_memory): Likewise.
503 (traceframe_info_start_tvar): Likewise.
504 (free_result): Likewise.
505 * tramp-frame.c (tramp_frame_cache): Likewise.
506 * tui/tui-file.c (tui_file_delete): Likewise.
507 (tui_fileopen): Likewise.
508 (tui_sfileopen): Likewise.
509 (tui_file_isatty): Likewise.
510 (tui_file_rewind): Likewise.
511 (tui_file_put): Likewise.
512 (tui_file_fputs): Likewise.
513 (tui_file_get_strbuf): Likewise.
514 (tui_file_adjust_strbuf): Likewise.
515 (tui_file_flush): Likewise.
516 * tui/tui-layout.c (make_command_window): Likewise.
517 (make_data_window): Likewise.
518 (show_source_disasm_command): Likewise.
519 (show_data): Likewise.
520 (make_source_or_disasm_window): Likewise.
521 (show_source_or_disasm_and_command): Likewise.
522 * tui/tui-out.c (tui_field_int): Likewise.
523 (tui_field_string): Likewise.
524 (tui_field_fmt): Likewise.
525 (tui_text): Likewise.
526 * typeprint.c (hash_typedef_field): Likewise.
527 (eq_typedef_field): Likewise.
528 (do_free_typedef_hash): Likewise.
529 (copy_typedef_hash_element): Likewise.
530 (do_free_global_table): Likewise.
531 (find_global_typedef): Likewise.
532 (find_typedef_in_hash): Likewise.
533 * ui-file.c (ui_file_write_for_put): Likewise.
534 (do_ui_file_xstrdup): Likewise.
535 (mem_file_delete): Likewise.
536 (mem_file_rewind): Likewise.
537 (mem_file_put): Likewise.
538 (mem_file_write): Likewise.
539 (stdio_file_delete): Likewise.
540 (stdio_file_flush): Likewise.
541 (stdio_file_read): Likewise.
542 (stdio_file_write): Likewise.
543 (stdio_file_write_async_safe): Likewise.
544 (stdio_file_fputs): Likewise.
545 (stdio_file_isatty): Likewise.
546 (stdio_file_fseek): Likewise.
547 (tee_file_delete): Likewise.
548 (tee_file_flush): Likewise.
549 (tee_file_write): Likewise.
550 (tee_file_fputs): Likewise.
551 (tee_file_isatty): Likewise.
552 * ui-out.c (do_cleanup_table_end): Likewise.
553 (do_cleanup_end): Likewise.
554 * user-regs.c (user_reg_add): Likewise.
555 (user_reg_map_name_to_regnum): Likewise.
556 (usernum_to_user_reg): Likewise.
557 (maintenance_print_user_registers): Likewise.
558 * utils.c (do_bfd_close_cleanup): Likewise.
559 (do_fclose_cleanup): Likewise.
560 (do_obstack_free): Likewise.
561 (do_ui_file_delete): Likewise.
562 (do_ui_out_redirect_pop): Likewise.
563 (do_free_section_addr_info): Likewise.
564 (restore_integer): Likewise.
565 (do_unpush_target): Likewise.
566 (do_htab_delete_cleanup): Likewise.
567 (do_restore_ui_file): Likewise.
568 (do_value_free): Likewise.
569 (do_free_so): Likewise.
570 (free_current_contents): Likewise.
571 (do_regfree_cleanup): Likewise.
572 (core_addr_hash): Likewise.
573 (core_addr_eq): Likewise.
574 (do_free_char_ptr_vec): Likewise.
575 * v850-tdep.c (v850_frame_cache): Likewise.
576 * varobj.c (do_free_variable_cleanup): Likewise.
577 * vax-tdep.c (vax_supply_gregset): Likewise.
578 (vax_frame_cache): Likewise.
579 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
580 * xml-support.c (gdb_xml_body_text): Likewise.
581 (gdb_xml_values_cleanup): Likewise.
582 (gdb_xml_start_element): Likewise.
583 (gdb_xml_start_element_wrapper): Likewise.
584 (gdb_xml_end_element): Likewise.
585 (gdb_xml_end_element_wrapper): Likewise.
586 (gdb_xml_cleanup): Likewise.
587 (gdb_xml_fetch_external_entity): Likewise.
588 (gdb_xml_parse_attr_enum): Likewise.
589 (xinclude_start_include): Likewise.
590 (xinclude_end_include): Likewise.
591 (xml_xinclude_default): Likewise.
592 (xml_xinclude_start_doctype): Likewise.
593 (xml_xinclude_end_doctype): Likewise.
594 (xml_xinclude_cleanup): Likewise.
595 (xml_fetch_content_from_file): Likewise.
596 * xml-syscall.c (free_syscalls_info): Likewise.
597 (syscall_start_syscall): Likewise.
598 * xml-tdesc.c (tdesc_end_arch): Likewise.
599 (tdesc_end_osabi): Likewise.
600 (tdesc_end_compatible): Likewise.
601 (tdesc_start_target): Likewise.
602 (tdesc_start_feature): Likewise.
603 (tdesc_start_reg): Likewise.
604 (tdesc_start_union): Likewise.
605 (tdesc_start_struct): Likewise.
606 (tdesc_start_flags): Likewise.
607 (tdesc_start_field): Likewise.
608 (tdesc_start_vector): Likewise.
609 (fetch_available_features_from_target): Likewise.
610 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
611 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
612 (xtensa_frame_cache): Likewise.
613 (xtensa_frame_prev_register): Likewise.
614 (xtensa_extract_return_value): Likewise.
615
616 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
617
618 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
619 (aarch64_make_stub_cache): Likewise.
620 (value_of_aarch64_user_reg): Likewise.
621 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
622 (get_ada_inferior_data): Likewise.
623 (get_ada_pspace_data): Likewise.
624 (ada_pspace_data_cleanup): Likewise.
625 (ada_complete_symbol_matcher): Likewise.
626 (ada_exc_search_name_matches): Likewise.
627 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
628 (get_ada_tasks_inferior_data): Likewise.
629 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
630 (splay_obstack_alloc): Likewise.
631 (splay_obstack_free): Likewise.
632 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
633 (alpha_linux_collect_gregset): Likewise.
634 (alpha_linux_supply_fpregset): Likewise.
635 (alpha_linux_collect_fpregset): Likewise.
636 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
637 * alpha-tdep.c (alpha_lds): Likewise.
638 (alpha_sts): Likewise.
639 (alpha_sigtramp_frame_unwind_cache): Likewise.
640 (alpha_heuristic_frame_unwind_cache): Likewise.
641 (alpha_supply_int_regs): Likewise.
642 (alpha_fill_int_regs): Likewise.
643 (alpha_supply_fp_regs): Likewise.
644 (alpha_fill_fp_regs): Likewise.
645 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
646 (alphanbsd_aout_supply_gregset): Likewise.
647 (alphanbsd_supply_gregset): Likewise.
648 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
649 (amd64_x32_linux_init_abi): Likewise.
650 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
651 (amd64_collect_native_gregset): Likewise.
652 * amd64-tdep.c (amd64_frame_cache): Likewise.
653 (amd64_sigtramp_frame_cache): Likewise.
654 (amd64_epilogue_frame_cache): Likewise.
655 (amd64_supply_fxsave): Likewise.
656 (amd64_supply_xsave): Likewise.
657 (amd64_collect_fxsave): Likewise.
658 (amd64_collect_xsave): Likewise.
659 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
660 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
661 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
662 (arm_linux_collect_gregset): Likewise.
663 (arm_linux_supply_nwfpe): Likewise.
664 (arm_linux_collect_nwfpe): Likewise.
665 (arm_linux_supply_vfp): Likewise.
666 (arm_linux_collect_vfp): Likewise.
667 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
668 (arm_prologue_unwind_stop_reason): Likewise.
669 (arm_prologue_this_id): Likewise.
670 (arm_prologue_prev_register): Likewise.
671 (arm_exidx_data_free): Likewise.
672 (arm_find_exidx_entry): Likewise.
673 (arm_stub_this_id): Likewise.
674 (arm_m_exception_this_id): Likewise.
675 (arm_m_exception_prev_register): Likewise.
676 (arm_normal_frame_base): Likewise.
677 (gdb_print_insn_arm): Likewise.
678 (arm_objfile_data_free): Likewise.
679 (arm_record_special_symbol): Likewise.
680 (value_of_arm_user_reg): Likewise.
681 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
682 (armbsd_supply_gregset): Likewise.
683 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
684 (get_auto_load_pspace_data): Likewise.
685 (hash_loaded_script_entry): Likewise.
686 (eq_loaded_script_entry): Likewise.
687 (clear_section_scripts): Likewise.
688 (collect_matching_scripts): Likewise.
689 * auxv.c (auxv_inferior_data_cleanup): Likewise.
690 (get_auxv_inferior_data): Likewise.
691 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
692 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
693 * bfd-target.c (target_bfd_xfer_partial): Likewise.
694 (target_bfd_xclose): Likewise.
695 (target_bfd_get_section_table): Likewise.
696 * bfin-tdep.c (bfin_frame_cache): Likewise.
697 * block.c (find_block_in_blockvector): Likewise.
698 (call_site_for_pc): Likewise.
699 (block_find_non_opaque_type_preferred): Likewise.
700 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
701 (signal_catchpoint_remove_location): Likewise.
702 (signal_catchpoint_breakpoint_hit): Likewise.
703 (signal_catchpoint_print_one): Likewise.
704 (signal_catchpoint_print_mention): Likewise.
705 (signal_catchpoint_print_recreate): Likewise.
706 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
707 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
708 (bp_location_compare_addrs): Likewise.
709 (get_first_locp_gte_addr): Likewise.
710 (check_tracepoint_command): Likewise.
711 (do_map_commands_command): Likewise.
712 (get_breakpoint_objfile_data): Likewise.
713 (free_breakpoint_probes): Likewise.
714 (do_captured_breakpoint_query): Likewise.
715 (compare_breakpoints): Likewise.
716 (bp_location_compare): Likewise.
717 (bpstat_remove_breakpoint_callback): Likewise.
718 (do_delete_breakpoint_cleanup): Likewise.
719 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
720 (bsd_uthread_set_collect_uthread): Likewise.
721 (bsd_uthread_activate): Likewise.
722 (bsd_uthread_fetch_registers): Likewise.
723 (bsd_uthread_store_registers): Likewise.
724 * btrace.c (check_xml_btrace_version): Likewise.
725 (parse_xml_btrace_block): Likewise.
726 (parse_xml_btrace_pt_config_cpu): Likewise.
727 (parse_xml_btrace_pt_raw): Likewise.
728 (parse_xml_btrace_pt): Likewise.
729 (parse_xml_btrace_conf_bts): Likewise.
730 (parse_xml_btrace_conf_pt): Likewise.
731 (do_btrace_data_cleanup): Likewise.
732 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
733 * charset.c (cleanup_iconv): Likewise.
734 (do_cleanup_iterator): Likewise.
735 * cli-out.c (cli_uiout_dtor): Likewise.
736 (cli_table_begin): Likewise.
737 (cli_table_body): Likewise.
738 (cli_table_end): Likewise.
739 (cli_table_header): Likewise.
740 (cli_begin): Likewise.
741 (cli_end): Likewise.
742 (cli_field_int): Likewise.
743 (cli_field_skip): Likewise.
744 (cli_field_string): Likewise.
745 (cli_field_fmt): Likewise.
746 (cli_spaces): Likewise.
747 (cli_text): Likewise.
748 (cli_message): Likewise.
749 (cli_wrap_hint): Likewise.
750 (cli_flush): Likewise.
751 (cli_redirect): Likewise.
752 (out_field_fmt): Likewise.
753 (field_separator): Likewise.
754 (cli_out_set_stream): Likewise.
755 * cli/cli-cmds.c (compare_symtabs): Likewise.
756 * cli/cli-dump.c (call_dump_func): Likewise.
757 (restore_section_callback): Likewise.
758 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
759 (do_restore_user_call_depth): Likewise.
760 (do_free_command_lines_cleanup): Likewise.
761 * coff-pe-read.c (get_section_vmas): Likewise.
762 (pe_as16): Likewise.
763 (pe_as32): Likewise.
764 * coffread.c (coff_symfile_read): Likewise.
765 * common/agent.c (agent_look_up_symbols): Likewise.
766 * common/filestuff.c (do_close_cleanup): Likewise.
767 * common/format.c (free_format_pieces_cleanup): Likewise.
768 * common/vec.c (vec_o_reserve): Likewise.
769 * compile/compile-c-support.c (print_one_macro): Likewise.
770 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
771 (eq_symbol_error): Likewise.
772 (del_symbol_error): Likewise.
773 (error_symbol_once): Likewise.
774 (gcc_convert_symbol): Likewise.
775 (gcc_symbol_address): Likewise.
776 (hash_symname): Likewise.
777 (eq_symname): Likewise.
778 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
779 (eq_type_map_instance): Likewise.
780 (insert_type): Likewise.
781 (convert_type): Likewise.
782 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
783 (setup_sections): Likewise.
784 (link_hash_table_free): Likewise.
785 (copy_sections): Likewise.
786 * compile/compile-object-run.c (do_module_cleanup): Likewise.
787 * compile/compile.c (compile_print_value): Likewise.
788 (do_rmdir): Likewise.
789 (cleanup_compile_instance): Likewise.
790 (cleanup_unlink_file): Likewise.
791 * completer.c (free_completion_tracker): Likewise.
792 * corelow.c (add_to_spuid_list): Likewise.
793 * cp-namespace.c (reset_directive_searched): Likewise.
794 * cp-support.c (reset_directive_searched): Likewise.
795 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
796 (cris_frame_unwind_cache): Likewise.
797 * d-lang.c (builtin_d_type): Likewise.
798 * d-namespace.c (reset_directive_searched): Likewise.
799 * dbxread.c (dbx_free_symfile_info): Likewise.
800 (do_free_bincl_list_cleanup): Likewise.
801 * disasm.c (hash_dis_line_entry): Likewise.
802 (eq_dis_line_entry): Likewise.
803 (dis_asm_print_address): Likewise.
804 (fprintf_disasm): Likewise.
805 (do_ui_file_delete): Likewise.
806 * doublest.c (convert_floatformat_to_doublest): Likewise.
807 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
808 (dummy_frame_prev_register): Likewise.
809 (dummy_frame_this_id): Likewise.
810 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
811 (cache_eq): Likewise.
812 (cache_find): Likewise.
813 (tailcall_frame_this_id): Likewise.
814 (dwarf2_tailcall_prev_register_first): Likewise.
815 (tailcall_frame_prev_register): Likewise.
816 (tailcall_frame_dealloc_cache): Likewise.
817 (tailcall_frame_prev_arch): Likewise.
818 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
819 (dwarf2_frame_set_init_reg): Likewise.
820 (dwarf2_frame_init_reg): Likewise.
821 (dwarf2_frame_set_signal_frame_p): Likewise.
822 (dwarf2_frame_signal_frame_p): Likewise.
823 (dwarf2_frame_set_adjust_regnum): Likewise.
824 (dwarf2_frame_adjust_regnum): Likewise.
825 (clear_pointer_cleanup): Likewise.
826 (dwarf2_frame_cache): Likewise.
827 (find_cie): Likewise.
828 (dwarf2_frame_find_fde): Likewise.
829 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
830 (free_dwarf_expr_context_cleanup): Likewise.
831 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
832 (locexpr_get_frame_base): Likewise.
833 (loclist_find_frame_base_location): Likewise.
834 (loclist_get_frame_base): Likewise.
835 (dwarf_expr_dwarf_call): Likewise.
836 (dwarf_expr_get_base_type): Likewise.
837 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
838 (dwarf_expr_get_obj_addr): Likewise.
839 (entry_data_value_coerce_ref): Likewise.
840 (entry_data_value_copy_closure): Likewise.
841 (entry_data_value_free_closure): Likewise.
842 (get_frame_address_in_block_wrapper): Likewise.
843 (dwarf2_evaluate_property): Likewise.
844 (dwarf2_compile_property_to_c): Likewise.
845 (needs_frame_read_addr_from_reg): Likewise.
846 (needs_frame_get_reg_value): Likewise.
847 (needs_frame_frame_base): Likewise.
848 (needs_frame_frame_cfa): Likewise.
849 (needs_frame_tls_address): Likewise.
850 (needs_frame_dwarf_call): Likewise.
851 (needs_dwarf_reg_entry_value): Likewise.
852 (get_ax_pc): Likewise.
853 (locexpr_read_variable): Likewise.
854 (locexpr_read_variable_at_entry): Likewise.
855 (locexpr_read_needs_frame): Likewise.
856 (locexpr_describe_location): Likewise.
857 (locexpr_tracepoint_var_ref): Likewise.
858 (locexpr_generate_c_location): Likewise.
859 (loclist_read_variable): Likewise.
860 (loclist_read_variable_at_entry): Likewise.
861 (loclist_describe_location): Likewise.
862 (loclist_tracepoint_var_ref): Likewise.
863 (loclist_generate_c_location): Likewise.
864 * dwarf2read.c (line_header_hash_voidp): Likewise.
865 (line_header_eq_voidp): Likewise.
866 (dwarf2_has_info): Likewise.
867 (dwarf2_get_section_info): Likewise.
868 (locate_dwz_sections): Likewise.
869 (hash_file_name_entry): Likewise.
870 (eq_file_name_entry): Likewise.
871 (delete_file_name_entry): Likewise.
872 (dw2_setup): Likewise.
873 (dw2_get_file_names_reader): Likewise.
874 (dw2_find_pc_sect_compunit_symtab): Likewise.
875 (hash_signatured_type): Likewise.
876 (eq_signatured_type): Likewise.
877 (add_signatured_type_cu_to_table): Likewise.
878 (create_debug_types_hash_table): Likewise.
879 (lookup_dwo_signatured_type): Likewise.
880 (lookup_dwp_signatured_type): Likewise.
881 (lookup_signatured_type): Likewise.
882 (hash_type_unit_group): Likewise.
883 (eq_type_unit_group): Likewise.
884 (get_type_unit_group): Likewise.
885 (process_psymtab_comp_unit_reader): Likewise.
886 (sort_tu_by_abbrev_offset): Likewise.
887 (process_skeletonless_type_unit): Likewise.
888 (psymtabs_addrmap_cleanup): Likewise.
889 (dwarf2_read_symtab): Likewise.
890 (psymtab_to_symtab_1): Likewise.
891 (die_hash): Likewise.
892 (die_eq): Likewise.
893 (load_full_comp_unit_reader): Likewise.
894 (reset_die_in_process): Likewise.
895 (free_cu_line_header): Likewise.
896 (handle_DW_AT_stmt_list): Likewise.
897 (hash_dwo_file): Likewise.
898 (eq_dwo_file): Likewise.
899 (hash_dwo_unit): Likewise.
900 (eq_dwo_unit): Likewise.
901 (create_dwo_cu_reader): Likewise.
902 (create_dwo_unit_in_dwp_v1): Likewise.
903 (create_dwo_unit_in_dwp_v2): Likewise.
904 (lookup_dwo_unit_in_dwp): Likewise.
905 (dwarf2_locate_dwo_sections): Likewise.
906 (dwarf2_locate_common_dwp_sections): Likewise.
907 (dwarf2_locate_v2_dwp_sections): Likewise.
908 (hash_dwp_loaded_cutus): Likewise.
909 (eq_dwp_loaded_cutus): Likewise.
910 (lookup_dwo_cutu): Likewise.
911 (abbrev_table_free_cleanup): Likewise.
912 (dwarf2_free_abbrev_table): Likewise.
913 (find_partial_die_in_comp_unit): Likewise.
914 (free_line_header_voidp): Likewise.
915 (follow_die_offset): Likewise.
916 (follow_die_sig_1): Likewise.
917 (free_heap_comp_unit): Likewise.
918 (free_stack_comp_unit): Likewise.
919 (dwarf2_free_objfile): Likewise.
920 (per_cu_offset_and_type_hash): Likewise.
921 (per_cu_offset_and_type_eq): Likewise.
922 (get_die_type_at_offset): Likewise.
923 (partial_die_hash): Likewise.
924 (partial_die_eq): Likewise.
925 (dwarf2_per_objfile_free): Likewise.
926 (hash_strtab_entry): Likewise.
927 (eq_strtab_entry): Likewise.
928 (add_string): Likewise.
929 (hash_symtab_entry): Likewise.
930 (eq_symtab_entry): Likewise.
931 (delete_symtab_entry): Likewise.
932 (cleanup_mapped_symtab): Likewise.
933 (add_indices_to_cpool): Likewise.
934 (hash_psymtab_cu_index): Likewise.
935 (eq_psymtab_cu_index): Likewise.
936 (add_address_entry_worker): Likewise.
937 (unlink_if_set): Likewise.
938 (write_one_signatured_type): Likewise.
939 (save_gdb_index_command): Likewise.
940 * elfread.c (elf_symtab_read): Likewise.
941 (elf_gnu_ifunc_cache_hash): Likewise.
942 (elf_gnu_ifunc_cache_eq): Likewise.
943 (elf_gnu_ifunc_record_cache): Likewise.
944 (elf_gnu_ifunc_resolve_by_cache): Likewise.
945 (elf_get_probes): Likewise.
946 (probe_key_free): Likewise.
947 * f-lang.c (builtin_f_type): Likewise.
948 * frame-base.c (frame_base_append_sniffer): Likewise.
949 (frame_base_set_default): Likewise.
950 (frame_base_find_by_frame): Likewise.
951 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
952 (frame_unwind_append_unwinder): Likewise.
953 (frame_unwind_find_by_frame): Likewise.
954 * frame.c (frame_addr_hash): Likewise.
955 (frame_addr_hash_eq): Likewise.
956 (frame_stash_find): Likewise.
957 (do_frame_register_read): Likewise.
958 (unwind_to_current_frame): Likewise.
959 (frame_cleanup_after_sniffer): Likewise.
960 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
961 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
962 * ft32-tdep.c (ft32_frame_cache): Likewise.
963 * gcore.c (do_bfd_delete_cleanup): Likewise.
964 (gcore_create_callback): Likewise.
965 * gdb_bfd.c (hash_bfd): Likewise.
966 (eq_bfd): Likewise.
967 (gdb_bfd_open): Likewise.
968 (free_one_bfd_section): Likewise.
969 (gdb_bfd_ref): Likewise.
970 (gdb_bfd_unref): Likewise.
971 (get_section_descriptor): Likewise.
972 (gdb_bfd_map_section): Likewise.
973 (gdb_bfd_crc): Likewise.
974 (gdb_bfd_mark_parent): Likewise.
975 (gdb_bfd_record_inclusion): Likewise.
976 (gdb_bfd_requires_relocations): Likewise.
977 (print_one_bfd): Likewise.
978 * gdbtypes.c (type_pair_hash): Likewise.
979 (type_pair_eq): Likewise.
980 (builtin_type): Likewise.
981 (objfile_type): Likewise.
982 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
983 (vtable_address_point_offset): Likewise.
984 (gnuv3_get_vtable): Likewise.
985 (hash_value_and_voffset): Likewise.
986 (eq_value_and_voffset): Likewise.
987 (compare_value_and_voffset): Likewise.
988 (compute_vtable_size): Likewise.
989 (gnuv3_get_typeid_type): Likewise.
990 * go-lang.c (builtin_go_type): Likewise.
991 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
992 (bkscm_eq_block_smob): Likewise.
993 (bkscm_objfile_block_map): Likewise.
994 (bkscm_del_objfile_blocks): Likewise.
995 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
996 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
997 (gdbscm_disasm_print_address): Likewise.
998 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
999 (frscm_eq_frame_smob): Likewise.
1000 (frscm_inferior_frame_map): Likewise.
1001 (frscm_del_inferior_frames): Likewise.
1002 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1003 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1004 (ofscm_objfile_smob_from_objfile): Likewise.
1005 * guile/scm-ports.c (ioscm_write): Likewise.
1006 (ioscm_file_port_delete): Likewise.
1007 (ioscm_file_port_rewind): Likewise.
1008 (ioscm_file_port_put): Likewise.
1009 (ioscm_file_port_write): Likewise.
1010 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1011 (psscm_pspace_smob_from_pspace): Likewise.
1012 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1013 (scscm_recording_unwind_handler): Likewise.
1014 (gdbscm_with_catch): Likewise.
1015 (scscm_call_0_body): Likewise.
1016 (scscm_call_1_body): Likewise.
1017 (scscm_call_2_body): Likewise.
1018 (scscm_call_3_body): Likewise.
1019 (scscm_call_4_body): Likewise.
1020 (scscm_apply_1_body): Likewise.
1021 (scscm_eval_scheme_string): Likewise.
1022 (gdbscm_safe_eval_string): Likewise.
1023 (scscm_source_scheme_script): Likewise.
1024 (gdbscm_safe_source_script): Likewise.
1025 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1026 (gdbscm_call_scm_from_stringn): Likewise.
1027 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1028 (syscm_eq_symbol_smob): Likewise.
1029 (syscm_get_symbol_map): Likewise.
1030 (syscm_del_objfile_symbols): Likewise.
1031 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1032 (stscm_eq_symtab_smob): Likewise.
1033 (stscm_objfile_symtab_map): Likewise.
1034 (stscm_del_objfile_symtabs): Likewise.
1035 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1036 (tyscm_eq_type_smob): Likewise.
1037 (tyscm_type_map): Likewise.
1038 (tyscm_copy_type_recursive): Likewise.
1039 (save_objfile_types): Likewise.
1040 * guile/scm-utils.c (extract_arg): Likewise.
1041 * h8300-tdep.c (h8300_frame_cache): Likewise.
1042 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1043 * hppa-tdep.c (compare_unwind_entries): Likewise.
1044 (find_unwind_entry): Likewise.
1045 (hppa_frame_cache): Likewise.
1046 (hppa_stub_frame_unwind_cache): Likewise.
1047 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1048 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1049 (hppaobsd_supply_fpregset): Likewise.
1050 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1051 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1052 * i386-tdep.c (i386_frame_cache): Likewise.
1053 (i386_epilogue_frame_cache): Likewise.
1054 (i386_sigtramp_frame_cache): Likewise.
1055 (i386_supply_gregset): Likewise.
1056 (i386_collect_gregset): Likewise.
1057 (i386_gdbarch_init): Likewise.
1058 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1059 (i386obsd_trapframe_cache): Likewise.
1060 * i387-tdep.c (i387_supply_fsave): Likewise.
1061 (i387_collect_fsave): Likewise.
1062 (i387_supply_fxsave): Likewise.
1063 (i387_collect_fxsave): Likewise.
1064 (i387_supply_xsave): Likewise.
1065 (i387_collect_xsave): Likewise.
1066 * ia64-tdep.c (ia64_frame_cache): Likewise.
1067 (ia64_sigtramp_frame_cache): Likewise.
1068 * infcmd.c (attach_command_continuation): Likewise.
1069 (attach_command_continuation_free_args): Likewise.
1070 * inferior.c (restore_inferior): Likewise.
1071 (delete_thread_of_inferior): Likewise.
1072 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1073 (get_inflow_inferior_data): Likewise.
1074 (inflow_inferior_exit): Likewise.
1075 * infrun.c (displaced_step_clear_cleanup): Likewise.
1076 (restore_current_uiout_cleanup): Likewise.
1077 (release_stop_context_cleanup): Likewise.
1078 (do_restore_infcall_suspend_state_cleanup): Likewise.
1079 (do_restore_infcall_control_state_cleanup): Likewise.
1080 (restore_inferior_ptid): Likewise.
1081 * inline-frame.c (block_starting_point_at): Likewise.
1082 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1083 * jit.c (get_jit_objfile_data): Likewise.
1084 (get_jit_program_space_data): Likewise.
1085 (jit_object_close_impl): Likewise.
1086 (jit_find_objf_with_entry_addr): Likewise.
1087 (jit_breakpoint_deleted): Likewise.
1088 (jit_unwind_reg_set_impl): Likewise.
1089 (jit_unwind_reg_get_impl): Likewise.
1090 (jit_dealloc_cache): Likewise.
1091 (jit_frame_sniffer): Likewise.
1092 (jit_frame_prev_register): Likewise.
1093 (jit_prepend_unwinder): Likewise.
1094 (jit_inferior_exit_hook): Likewise.
1095 (free_objfile_data): Likewise.
1096 * jv-lang.c (jv_per_objfile_free): Likewise.
1097 (get_dynamics_objfile): Likewise.
1098 (get_java_class_symtab): Likewise.
1099 (builtin_java_type): Likewise.
1100 * language.c (language_string_char_type): Likewise.
1101 (language_bool_type): Likewise.
1102 (language_lookup_primitive_type): Likewise.
1103 (language_lookup_primitive_type_as_symbol): Likewise.
1104 * linespec.c (hash_address_entry): Likewise.
1105 (eq_address_entry): Likewise.
1106 (iterate_inline_only): Likewise.
1107 (iterate_name_matcher): Likewise.
1108 (decode_line_2_compare_items): Likewise.
1109 (collect_one_symbol): Likewise.
1110 (compare_symbols): Likewise.
1111 (compare_msymbols): Likewise.
1112 (add_symtabs_to_list): Likewise.
1113 (collect_symbols): Likewise.
1114 (compare_msyms): Likewise.
1115 (add_minsym): Likewise.
1116 (cleanup_linespec_result): Likewise.
1117 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1118 * linux-nat.c (delete_lwp_cleanup): Likewise.
1119 (count_events_callback): Likewise.
1120 (select_event_lwp_callback): Likewise.
1121 (resume_stopped_resumed_lwps): Likewise.
1122 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1123 (invalidate_linux_cache_inf): Likewise.
1124 (get_linux_inferior_data): Likewise.
1125 (linux_find_memory_regions_thunk): Likewise.
1126 (linux_make_mappings_callback): Likewise.
1127 (linux_corefile_thread_callback): Likewise.
1128 (find_mapping_size): Likewise.
1129 * linux-thread-db.c (find_new_threads_callback): Likewise.
1130 * lm32-tdep.c (lm32_frame_cache): Likewise.
1131 * m2-lang.c (builtin_m2_type): Likewise.
1132 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1133 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1134 (m32r_linux_supply_gregset): Likewise.
1135 (m32r_linux_collect_gregset): Likewise.
1136 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1137 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1138 * m68k-tdep.c (m68k_frame_cache): Likewise.
1139 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1140 (m68kbsd_supply_gregset): Likewise.
1141 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1142 * m88k-tdep.c (m88k_frame_cache): Likewise.
1143 (m88k_supply_gregset): Likewise.
1144
1145 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1146
1147 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1148 to allocation result assignment.
1149 * ada-exp.y (write_object_renaming): Likewise.
1150 (write_ambiguous_var): Likewise.
1151 (ada_nget_field_index): Likewise.
1152 (write_var_or_type): Likewise.
1153 * ada-lang.c (ada_decode_symbol): Likewise.
1154 (ada_value_assign): Likewise.
1155 (value_pointer): Likewise.
1156 (cache_symbol): Likewise.
1157 (add_nonlocal_symbols): Likewise.
1158 (ada_name_for_lookup): Likewise.
1159 (symbol_completion_add): Likewise.
1160 (ada_to_fixed_type_1): Likewise.
1161 (ada_get_next_arg): Likewise.
1162 (defns_collected): Likewise.
1163 * ada-lex.l (processId): Likewise.
1164 (processString): Likewise.
1165 * ada-tasks.c (read_known_tasks_array): Likewise.
1166 (read_known_tasks_list): Likewise.
1167 * ada-typeprint.c (decoded_type_name): Likewise.
1168 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1169 * amd64-tdep.c (amd64_push_arguments): Likewise.
1170 (amd64_displaced_step_copy_insn): Likewise.
1171 (amd64_classify_insn_at): Likewise.
1172 (amd64_relocate_instruction): Likewise.
1173 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1174 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1175 (initialize_current_architecture): Likewise.
1176 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1177 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1178 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1179 (arm_push_dummy_call): Likewise.
1180 (extend_buffer_earlier): Likewise.
1181 (arm_adjust_breakpoint_address): Likewise.
1182 (arm_skip_stub): Likewise.
1183 * auto-load.c (filename_is_in_pattern): Likewise.
1184 (maybe_add_script_file): Likewise.
1185 (maybe_add_script_text): Likewise.
1186 (auto_load_objfile_script_1): Likewise.
1187 * auxv.c (ld_so_xfer_auxv): Likewise.
1188 * ax-general.c (new_agent_expr): Likewise.
1189 (grow_expr): Likewise.
1190 (ax_reg_mask): Likewise.
1191 * bcache.c (bcache_full): Likewise.
1192 * breakpoint.c (program_breakpoint_here_p): Likewise.
1193 * btrace.c (parse_xml_raw): Likewise.
1194 * build-id.c (build_id_to_debug_bfd): Likewise.
1195 * buildsym.c (end_symtab_with_blockvector): Likewise.
1196 * c-exp.y (string_exp): Likewise.
1197 (qualified_name): Likewise.
1198 (write_destructor_name): Likewise.
1199 (operator_stoken): Likewise.
1200 (parse_number): Likewise.
1201 (scan_macro_expansion): Likewise.
1202 (yylex): Likewise.
1203 (c_print_token): Likewise.
1204 * c-lang.c (c_get_string): Likewise.
1205 (emit_numeric_character): Likewise.
1206 * charset.c (wchar_iterate): Likewise.
1207 * cli/cli-cmds.c (complete_command): Likewise.
1208 (make_command): Likewise.
1209 * cli/cli-dump.c (restore_section_callback): Likewise.
1210 (restore_binary_file): Likewise.
1211 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1212 * cli/cli-script.c (execute_control_command): Likewise.
1213 * cli/cli-setshow.c (do_set_command): Likewise.
1214 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1215 (read_pe_exported_syms): Likewise.
1216 * coffread.c (coff_read_struct_type): Likewise.
1217 (coff_read_enum_type): Likewise.
1218 * common/btrace-common.c (btrace_data_append): Likewise.
1219 * common/buffer.c (buffer_grow): Likewise.
1220 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1221 * common/format.c (parse_format_string): Likewise.
1222 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1223 * common/xml-utils.c (xml_escape_text): Likewise.
1224 * compile/compile-object-load.c (copy_sections): Likewise.
1225 (compile_object_load): Likewise.
1226 * compile/compile-object-run.c (compile_object_run): Likewise.
1227 * completer.c (filename_completer): Likewise.
1228 * corefile.c (read_memory_typed_address): Likewise.
1229 (write_memory_unsigned_integer): Likewise.
1230 (write_memory_signed_integer): Likewise.
1231 (complete_set_gnutarget): Likewise.
1232 * corelow.c (get_core_register_section): Likewise.
1233 * cp-name-parser.y (d_grab): Likewise.
1234 (allocate_info): Likewise.
1235 (cp_new_demangle_parse_info): Likewise.
1236 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1237 (cp_lookup_symbol_in_namespace): Likewise.
1238 (lookup_namespace_scope): Likewise.
1239 (find_symbol_in_baseclass): Likewise.
1240 (cp_lookup_nested_symbol): Likewise.
1241 (cp_lookup_transparent_type_loop): Likewise.
1242 * cp-support.c (copy_string_to_obstack): Likewise.
1243 (make_symbol_overload_list): Likewise.
1244 (make_symbol_overload_list_namespace): Likewise.
1245 (make_symbol_overload_list_adl_namespace): Likewise.
1246 (first_component_command): Likewise.
1247 * cp-valprint.c (cp_print_value): Likewise.
1248 * ctf.c (ctf_xfer_partial): Likewise.
1249 * d-exp.y (StringExp): Likewise.
1250 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1251 (lookup_module_scope): Likewise.
1252 (find_symbol_in_baseclass): Likewise.
1253 (d_lookup_nested_symbol): Likewise.
1254 * dbxread.c (find_stab_function_addr): Likewise.
1255 (read_dbx_symtab): Likewise.
1256 (dbx_end_psymtab): Likewise.
1257 (cp_set_block_scope): Likewise.
1258 * dcache.c (dcache_alloc): Likewise.
1259 * demangle.c (_initialize_demangler): Likewise.
1260 * dicos-tdep.c (dicos_load_module_p): Likewise.
1261 * dictionary.c (dict_create_hashed_expandable): Likewise.
1262 (dict_create_linear_expandable): Likewise.
1263 (expand_hashtable): Likewise.
1264 (add_symbol_linear_expandable): Likewise.
1265 * dwarf2-frame.c (add_cie): Likewise.
1266 (add_fde): Likewise.
1267 (dwarf2_build_frame_info): Likewise.
1268 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1269 (dwarf_expr_fetch_address): Likewise.
1270 (add_piece): Likewise.
1271 (execute_stack_op): Likewise.
1272 * dwarf2loc.c (chain_candidate): Likewise.
1273 (dwarf_entry_parameter_to_value): Likewise.
1274 (read_pieced_value): Likewise.
1275 (write_pieced_value): Likewise.
1276 * dwarf2read.c (dwarf2_read_section): Likewise.
1277 (add_type_unit): Likewise.
1278 (read_comp_units_from_section): Likewise.
1279 (fixup_go_packaging): Likewise.
1280 (dwarf2_compute_name): Likewise.
1281 (dwarf2_physname): Likewise.
1282 (create_dwo_unit_in_dwp_v1): Likewise.
1283 (create_dwo_unit_in_dwp_v2): Likewise.
1284 (read_func_scope): Likewise.
1285 (read_call_site_scope): Likewise.
1286 (dwarf2_attach_fields_to_type): Likewise.
1287 (process_structure_scope): Likewise.
1288 (mark_common_block_symbol_computed): Likewise.
1289 (read_common_block): Likewise.
1290 (abbrev_table_read_table): Likewise.
1291 (guess_partial_die_structure_name): Likewise.
1292 (fixup_partial_die): Likewise.
1293 (add_file_name): Likewise.
1294 (dwarf2_const_value_data): Likewise.
1295 (dwarf2_const_value_attr): Likewise.
1296 (build_error_marker_type): Likewise.
1297 (guess_full_die_structure_name): Likewise.
1298 (anonymous_struct_prefix): Likewise.
1299 (typename_concat): Likewise.
1300 (dwarf2_canonicalize_name): Likewise.
1301 (dwarf2_name): Likewise.
1302 (write_constant_as_bytes): Likewise.
1303 (dwarf2_fetch_constant_bytes): Likewise.
1304 (copy_string): Likewise.
1305 (parse_macro_definition): Likewise.
1306 * elfread.c (elf_symfile_segments): Likewise.
1307 (elf_rel_plt_read): Likewise.
1308 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1309 (elf_gnu_ifunc_resolve_by_got): Likewise.
1310 (elf_read_minimal_symbols): Likewise.
1311 (elf_gnu_ifunc_record_cache): Likewise.
1312 * event-top.c (top_level_prompt): Likewise.
1313 (command_line_handler): Likewise.
1314 * exec.c (resize_section_table): Likewise.
1315 * expprint.c (print_subexp_standard): Likewise.
1316 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1317 * findcmd.c (parse_find_args): Likewise.
1318 * findvar.c (address_from_register): Likewise.
1319 * frame.c (get_prev_frame_always): Likewise.
1320 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1321 (get_section_descriptor): Likewise.
1322 * gdb_obstack.c (obconcat): Likewise.
1323 (obstack_strdup): Likewise.
1324 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1325 (create_set_type): Likewise.
1326 (lookup_unsigned_typename): Likewise.
1327 (lookup_signed_typename): Likewise.
1328 (resolve_dynamic_union): Likewise.
1329 (resolve_dynamic_struct): Likewise.
1330 (add_dyn_prop): Likewise.
1331 (copy_dynamic_prop_list): Likewise.
1332 (arch_flags_type): Likewise.
1333 (append_composite_type_field_raw): Likewise.
1334 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1335 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1336 * go-exp.y (string_exp): Likewise.
1337 * go-lang.c (go_demangle): Likewise.
1338 * guile/guile.c (compute_scheme_string): Likewise.
1339 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1340 (gdbscm_canonicalize_command_name): Likewise.
1341 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1342 (ioscm_init_memory_port): Likewise.
1343 (ioscm_reinit_memory_port): Likewise.
1344 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1345 (gdbscm_gc_dup_argv): Likewise.
1346 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1347 * hppa-tdep.c (internalize_unwinds): Likewise.
1348 (read_unwind_info): Likewise.
1349 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1350 (windows_core_xfer_shared_libraries): Likewise.
1351 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1352 (i386_stap_parse_special_token_triplet): Likewise.
1353 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1354 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1355 * inf-child.c (inf_child_fileio_readlink): Likewise.
1356 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1357 (inf_ptrace_store_register): Likewise.
1358 * infrun.c (follow_exec): Likewise.
1359 (displaced_step_prepare_throw): Likewise.
1360 (save_stop_context): Likewise.
1361 (save_infcall_suspend_state): Likewise.
1362 * jit.c (jit_read_descriptor): Likewise.
1363 (jit_read_code_entry): Likewise.
1364 (jit_symtab_line_mapping_add_impl): Likewise.
1365 (finalize_symtab): Likewise.
1366 (jit_unwind_reg_get_impl): Likewise.
1367 * jv-exp.y (QualifiedName): Likewise.
1368 * jv-lang.c (get_java_utf8_name): Likewise.
1369 (type_from_class): Likewise.
1370 (java_demangle_type_signature): Likewise.
1371 (java_class_name_from_physname): Likewise.
1372 * jv-typeprint.c (java_type_print_base): Likewise.
1373 * jv-valprint.c (java_value_print): Likewise.
1374 * language.c (add_language): Likewise.
1375 * linespec.c (add_sal_to_sals_basic): Likewise.
1376 (add_sal_to_sals): Likewise.
1377 (decode_objc): Likewise.
1378 (find_linespec_symbols): Likewise.
1379 * linux-fork.c (fork_save_infrun_state): Likewise.
1380 * linux-nat.c (linux_nat_detach): Likewise.
1381 (linux_nat_fileio_readlink): Likewise.
1382 * linux-record.c (record_linux_sockaddr): Likewise.
1383 (record_linux_msghdr): Likewise.
1384 (Do): Likewise.
1385 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1386 (linux_collect_regset_section_cb): Likewise.
1387 (linux_get_siginfo_data): Likewise.
1388 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1389 (try_thread_db_load_from_dir): Likewise.
1390 (thread_db_load_search): Likewise.
1391 (info_auto_load_libthread_db): Likewise.
1392 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1393 (m32c_m16c_pointer_to_address): Likewise.
1394 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1395 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1396 * machoread.c (macho_check_dsym): Likewise.
1397 * macroexp.c (resize_buffer): Likewise.
1398 (gather_arguments): Likewise.
1399 (maybe_expand): Likewise.
1400 * macrotab.c (new_macro_key): Likewise.
1401 (new_source_file): Likewise.
1402 (new_macro_definition): Likewise.
1403 * mdebugread.c (parse_symbol): Likewise.
1404 (parse_type): Likewise.
1405 (parse_partial_symbols): Likewise.
1406 (psymtab_to_symtab_1): Likewise.
1407 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1408 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1409 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1410 (mi_cmd_data_read_memory_bytes): Likewise.
1411 (mi_cmd_data_write_memory_bytes): Likewise.
1412 (mi_cmd_trace_frame_collected): Likewise.
1413 * mi/mi-parse.c (mi_parse_argv): Likewise.
1414 (mi_parse): Likewise.
1415 * minidebug.c (lzma_open): Likewise.
1416 (lzma_pread): Likewise.
1417 * mips-tdep.c (mips_read_fp_register_single): Likewise.
1418 (mips_print_fp_register): Likewise.
1419 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1420 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1421 * mt-tdep.c (mt_register_name): Likewise.
1422 (mt_registers_info): Likewise.
1423 (mt_push_dummy_call): Likewise.
1424 * namespace.c (add_using_directive): Likewise.
1425 * nat/linux-btrace.c (perf_event_read): Likewise.
1426 (linux_enable_bts): Likewise.
1427 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1428 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1429 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1430 (nto_parse_redirection): Likewise.
1431 * objc-lang.c (objc_demangle): Likewise.
1432 (find_methods): Likewise.
1433 * objfiles.c (get_objfile_bfd_data): Likewise.
1434 (set_objfile_main_name): Likewise.
1435 (allocate_objfile): Likewise.
1436 (objfile_relocate): Likewise.
1437 (update_section_map): Likewise.
1438 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1439 * p-exp.y (exp): Likewise.
1440 (yylex): Likewise.
1441 * p-valprint.c (pascal_object_print_value): Likewise.
1442 * parse.c (initialize_expout): Likewise.
1443 (mark_completion_tag): Likewise.
1444 (copy_name): Likewise.
1445 (parse_float): Likewise.
1446 (type_stack_reserve): Likewise.
1447 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1448 (ppu2spu_prev_register): Likewise.
1449 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1450 * printcmd.c (printf_wide_c_string): Likewise.
1451 (printf_pointer): Likewise.
1452 * probe.c (parse_probes): Likewise.
1453 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1454 (cmdpy_init): Likewise.
1455 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1456 * python/py-symtab.c (set_sal): Likewise.
1457 * python/py-unwind.c (pyuw_sniffer): Likewise.
1458 * python/python.c (python_interactive_command): Likewise.
1459 (compute_python_string): Likewise.
1460 * ravenscar-thread.c (get_running_thread_id): Likewise.
1461 * record-full.c (record_full_exec_insn): Likewise.
1462 (record_full_core_open_1): Likewise.
1463 * regcache.c (regcache_raw_read_signed): Likewise.
1464 (regcache_raw_read_unsigned): Likewise.
1465 (regcache_cooked_read_signed): Likewise.
1466 (regcache_cooked_read_unsigned): Likewise.
1467 * remote-fileio.c (remote_fileio_func_open): Likewise.
1468 (remote_fileio_func_rename): Likewise.
1469 (remote_fileio_func_unlink): Likewise.
1470 (remote_fileio_func_stat): Likewise.
1471 (remote_fileio_func_system): Likewise.
1472 * remote-mips.c (mips_xfer_memory): Likewise.
1473 (mips_load_srec): Likewise.
1474 (pmon_end_download): Likewise.
1475 * remote.c (new_remote_state): Likewise.
1476 (map_regcache_remote_table): Likewise.
1477 (remote_register_number_and_offset): Likewise.
1478 (init_remote_state): Likewise.
1479 (get_memory_packet_size): Likewise.
1480 (remote_pass_signals): Likewise.
1481 (remote_program_signals): Likewise.
1482 (remote_start_remote): Likewise.
1483 (remote_check_symbols): Likewise.
1484 (remote_query_supported): Likewise.
1485 (extended_remote_attach): Likewise.
1486 (process_g_packet): Likewise.
1487 (store_registers_using_G): Likewise.
1488 (putpkt_binary): Likewise.
1489 (read_frame): Likewise.
1490 (compare_sections_command): Likewise.
1491 (remote_hostio_pread): Likewise.
1492 (remote_hostio_readlink): Likewise.
1493 (remote_file_put): Likewise.
1494 (remote_file_get): Likewise.
1495 (remote_pid_to_exec_file): Likewise.
1496 (_initialize_remote): Likewise.
1497 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1498 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1499 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1500 (bfd_uses_spe_extensions): Likewise.
1501 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1502 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1503 * solib-dsbt.c (decode_loadmap): Likewise.
1504 (fetch_loadmap): Likewise.
1505 (scan_dyntag): Likewise.
1506 (enable_break): Likewise.
1507 (dsbt_relocate_main_executable): Likewise.
1508 * solib-frv.c (fetch_loadmap): Likewise.
1509 (enable_break2): Likewise.
1510 (frv_relocate_main_executable): Likewise.
1511 * solib-spu.c (spu_relocate_main_executable): Likewise.
1512 (spu_bfd_open): Likewise.
1513 * solib-svr4.c (lm_info_read): Likewise.
1514 (read_program_header): Likewise.
1515 (find_program_interpreter): Likewise.
1516 (scan_dyntag): Likewise.
1517 (elf_locate_base): Likewise.
1518 (open_symbol_file_object): Likewise.
1519 (read_program_headers_from_bfd): Likewise.
1520 (svr4_relocate_main_executable): Likewise.
1521 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1522 * solib.c (solib_find_1): Likewise.
1523 (exec_file_find): Likewise.
1524 (solib_find): Likewise.
1525 * source.c (openp): Likewise.
1526 (print_source_lines_base): Likewise.
1527 (forward_search_command): Likewise.
1528 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
1529 * spu-tdep.c (spu2ppu_prev_register): Likewise.
1530 (spu_get_overlay_table): Likewise.
1531 * stabsread.c (patch_block_stabs): Likewise.
1532 (define_symbol): Likewise.
1533 (again:): Likewise.
1534 (read_member_functions): Likewise.
1535 (read_one_struct_field): Likewise.
1536 (read_enum_type): Likewise.
1537 (common_block_start): Likewise.
1538 * stack.c (read_frame_arg): Likewise.
1539 (backtrace_command): Likewise.
1540 * stap-probe.c (stap_parse_register_operand): Likewise.
1541 * symfile.c (syms_from_objfile_1): Likewise.
1542 (find_separate_debug_file): Likewise.
1543 (load_command): Likewise.
1544 (load_progress): Likewise.
1545 (load_section_callback): Likewise.
1546 (reread_symbols): Likewise.
1547 (add_filename_language): Likewise.
1548 (allocate_compunit_symtab): Likewise.
1549 (read_target_long_array): Likewise.
1550 (simple_read_overlay_table): Likewise.
1551 * symtab.c (symbol_set_names): Likewise.
1552 (resize_symbol_cache): Likewise.
1553 (rbreak_command): Likewise.
1554 (completion_list_add_name): Likewise.
1555 (completion_list_objc_symbol): Likewise.
1556 (add_filename_to_list): Likewise.
1557 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
1558 * target-memory.c (target_write_memory_blocks): Likewise.
1559 * target.c (target_read_string): Likewise.
1560 (read_whatever_is_readable): Likewise.
1561 (target_read_alloc_1): Likewise.
1562 (simple_search_memory): Likewise.
1563 (target_fileio_read_alloc_1): Likewise.
1564 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1565 * top.c (command_line_input): Likewise.
1566 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
1567 * tracefile.c (tracefile_fetch_registers): Likewise.
1568 * tracepoint.c (add_memrange): Likewise.
1569 (init_collection_list): Likewise.
1570 (add_aexpr): Likewise.
1571 (trace_dump_actions): Likewise.
1572 (parse_trace_status): Likewise.
1573 (parse_tracepoint_definition): Likewise.
1574 (parse_tsv_definition): Likewise.
1575 (parse_static_tracepoint_marker_definition): Likewise.
1576 * tui/tui-file.c (tui_sfileopen): Likewise.
1577 (tui_file_adjust_strbuf): Likewise.
1578 * tui/tui-io.c (tui_expand_tabs): Likewise.
1579 * tui/tui-source.c (tui_set_source_content): Likewise.
1580 * typeprint.c (find_global_typedef): Likewise.
1581 * ui-file.c (do_ui_file_xstrdup): Likewise.
1582 (ui_file_obsavestring): Likewise.
1583 (mem_file_write): Likewise.
1584 * utils.c (make_hex_string): Likewise.
1585 (get_regcomp_error): Likewise.
1586 (puts_filtered_tabular): Likewise.
1587 (gdb_realpath_keepfile): Likewise.
1588 (ldirname): Likewise.
1589 (gdb_bfd_errmsg): Likewise.
1590 (substitute_path_component): Likewise.
1591 * valops.c (search_struct_method): Likewise.
1592 (find_oload_champ_namespace_loop): Likewise.
1593 * valprint.c (print_decimal_chars): Likewise.
1594 (read_string): Likewise.
1595 (generic_emit_char): Likewise.
1596 * varobj.c (varobj_delete): Likewise.
1597 (varobj_value_get_print_value): Likewise.
1598 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
1599 * windows-tdep.c (display_one_tib): Likewise.
1600 * xcoffread.c (read_xcoff_symtab): Likewise.
1601 (process_xcoff_symbol): Likewise.
1602 (swap_sym): Likewise.
1603 (scan_xcoff_symtab): Likewise.
1604 (xcoff_initial_scan): Likewise.
1605 * xml-support.c (gdb_xml_end_element): Likewise.
1606 (xml_process_xincludes): Likewise.
1607 (xml_fetch_content_from_file): Likewise.
1608 * xml-syscall.c (xml_list_of_syscalls): Likewise.
1609 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1610
1611 2015-09-23 James Bowman <james.bowman@ftdichip.com>
1612
1613 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
1614 instead of builtin_func_ptr.
1615 (ft32_pointer_to_address): New function.
1616 (ft32_address_class_type_flags): New function.
1617 (ft32_address_class_type_flags_to_name): New function.
1618 (ft32_address_class_name_to_type_flags): New function.
1619 (ft32_gdbarch_init): Set tdep->pc_type. Call
1620 set_gdbarch_pointer_to_address,
1621 set_gdbarch_address_class_type_flags
1622 set_gdbarch_address_class_name_to_type_flags,
1623 and set_gdbarch_address_class_type_flags_to_name.
1624 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
1625
1626 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1627
1628 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
1629 value is a reference, actually dereference it in order to get
1630 the underlying value.
1631
1632 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1633
1634 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
1635
1636 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
1637
1638 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
1639 * linespec.c (linespec_lexer_lex_string): Same.
1640
1641 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1642
1643 * NEWS: Mention support for fast tracepoints on aarch64-linux.
1644
1645 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1646
1647 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
1648 variable. Call aarch64_decode_adr instead of
1649 aarch64_decode_adrp.
1650 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
1651 (aarch64_decode_adr): New function declaration.
1652 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
1653 (aarch64_decode_adr): New function, factored out from
1654 aarch64_decode_adrp to decode both adr and adrp instructions.
1655
1656 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1657
1658 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
1659 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
1660 (aarch64-insn.o): New rule.
1661 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
1662 (aarch64*-*-linux*): Likewise.
1663 * arch/aarch64-insn.c: New file.
1664 * arch/aarch64-insn.h: New file.
1665 * aarch64-tdep.c: Include arch/aarch64-insn.h.
1666 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
1667 arch/aarch64-insn.h.
1668 (decode_add_sub_imm): Rename to ...
1669 (aarch64_decode_add_sub_imm): ... this.
1670 (decode_adrp): Rename to ...
1671 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
1672 Declare in arch/aarch64-insn.h.
1673 (decode_b): Rename to ...
1674 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
1675 Declare in arch/aarch64-insn.h.
1676 (decode_bcond): Rename to ...
1677 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
1678 Declare in arch/aarch64-insn.h.
1679 (decode_br): Rename to ...
1680 (aarch64_decode_br): ... this.
1681 (decode_cb): Rename to ...
1682 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
1683 Declare in arch/aarch64-insn.h.
1684 (decode_eret): Rename to ...
1685 (aarch64_decode_eret): ... this.
1686 (decode_movz): Rename to ...
1687 (aarch64_decode_movz): ... this.
1688 (decode_orr_shifted_register_x): Rename to ...
1689 (aarch64_decode_orr_shifted_register_x): ... this.
1690 (decode_ret): Rename to ...
1691 (aarch64_decode_ret): ... this.
1692 (decode_stp_offset): Rename to ...
1693 (aarch64_decode_stp_offset): ... this.
1694 (decode_stp_offset_wb): Rename to ...
1695 (aarch64_decode_stp_offset_wb): ... this.
1696 (decode_stur): Rename to ...
1697 (aarch64_decode_stur): ... this.
1698 (decode_tb): Rename to ...
1699 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
1700 Declare in arch/aarch64-insn.h.
1701 (aarch64_analyze_prologue): Adjust calls to renamed functions.
1702
1703 2015-09-20 Doug Evans <xdje42@gmail.com>
1704
1705 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
1706
1707 2015-09-20 Doug Evans <xdje42@gmail.com>
1708
1709 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
1710 variable name that collides with a parameter.
1711
1712 2015-09-20 Joel Brobecker <brobecker@adacore.com>
1713
1714 * dwarf2loc.c (locexpr_get_frame_base): Renames
1715 block_op_get_frame_base.
1716 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
1717 block_op_get_frame_base by reference to locexpr_get_frame_base.
1718 (loclist_get_frame_base): New function, near identical copy of
1719 locexpr_get_frame_base.
1720 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
1721 block_op_get_frame_base by reference to loclist_get_frame_base.
1722
1723 2015-09-19 Doug Evans <xdje42@gmail.com>
1724
1725 * ravenscar-thread.c (ravenscar_inferior_created): Replace
1726 current_inferior ()->gdbarch with its wrapper target_gdbarch.
1727
1728 2015-09-18 Doug Evans <xdje42@gmail.com>
1729
1730 * linux-thread-db.c (record_thread): Return the created thread.
1731 (thread_from_lwp): Likewise.
1732 (thread_db_get_thread_local_address): Update.
1733
1734 2015-09-18 Doug Evans <xdje42@gmail.com>
1735
1736 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
1737 move only member demangled_name up. All uses updated.
1738
1739 2015-09-18 Doug Evans <xdje42@gmail.com>
1740
1741 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
1742 kind of minimal symbol in the error message.
1743 * objfiles.c (objfile_flavour_name): New function.
1744 * objfiles.h (objfile_flavour_name): Declare.
1745
1746 2015-09-18 Yao Qi <yao.qi@linaro.org>
1747
1748 * nat/aarch64-linux.c: Include elf/common.h,
1749 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
1750 (aarch64_ps_get_thread_area): New function.
1751 * nat/aarch64-linux.h: Include gdb_proc_service.h.
1752 (aarch64_ps_get_thread_area): Declare.
1753 * aarch64-linux-nat.c (ps_get_thread_area): Call
1754 aarch64_ps_get_thread_area.
1755
1756 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1757
1758 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
1759
1760 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1761
1762 * NEWS: Announce new scheduler-locking mode.
1763 * infrun.c (schedlock_replay): New.
1764 (scheduler_enums): Add schedlock_replay.
1765 (scheduler_mode): Change default to schedlock_replay.
1766 (user_visible_resume_ptid): Handle schedlock_replay.
1767 (clear_proceed_status_thread): Stop replaying if resumed thread is
1768 not replaying.
1769 (schedlock_applies): Handle schedlock_replay.
1770 (_initialize_infrun): Document new scheduler-locking mode.
1771 * record-btrace.c (record_btrace_resume): Remove code to stop other
1772 threads when not replaying the resumed thread.
1773
1774 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1775
1776 * record-btrace.c ((record_btrace_will_replay): New.
1777 (init_record_btrace_ops): Initialize to_record_will_replay.
1778 * record-full.c ((record_full_will_replay): New.
1779 (init_record_full_ops): Initialize to_record_will_replay.
1780 * target-delegates.c: Regenerated.
1781 * target.c (target_record_will_replay): New.
1782 * target.h (struct target_ops) <to_record_will_replay>: New.
1783 (target_record_will_replay): New.
1784
1785 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1786
1787 * record-btrace.c (record_btrace_resume): Call
1788 target_record_stop_replaying.
1789 (record_btrace_stop_replaying_all): New.
1790 (init_record_btrace_ops): Initialize to_record_stop_replaying.
1791 * record-full.c (record_full_stop_replaying): New.
1792 (init_record_full_ops ): Initialize to_record_stop_replaying.
1793 * target-delegates.c: Regenerated.
1794 * target.c (target_record_stop_replaying): New.
1795 * target.h (struct target_ops) <to_record_stop_replaying>: New.
1796 (target_record_stop_replaying): New.
1797
1798 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1799
1800 * record-btrace.c (record_btrace_xfer_partial)
1801 (record_btrace_store_registers, record_btrace_prepare_to_store):
1802 Call record_btrace_is_replaying with inferior_ptid instead of
1803 minus_one_ptid.
1804 (record_btrace_store_registers): Change error message.
1805
1806 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1807
1808 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
1809 Update users to pass minus_one_ptid.
1810 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
1811 * record.c (cmd_record_delete): Pass inferior_ptid to
1812 target_record_is_replaying.
1813 * target-delegates.c: Regenerated.
1814 * target.c (target_record_is_replaying): Add ptid argument.
1815 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
1816 argument.
1817 (target_record_is_replaying): Add ptid argument.
1818
1819 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1820
1821 * record-btrace.c (record_btrace_open): Remove non_stop check.
1822 * NEWS: Announce that record btrace supports non-stop mode.
1823
1824 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1825
1826 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
1827 in the TARKET_WAITKIND_NO_HISTORY case.
1828
1829 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1830
1831 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
1832 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
1833
1834 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1835
1836 * record-btrace.c (get_thread_current_frame): New.
1837 (record_btrace_start_replaying): Call get_thread_current_frame.
1838
1839 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1840
1841 * record-btrace.c (record_btrace_resume_thread): A move request
1842 overwrites a previous move request.
1843 (record_btrace_find_resume_thread): Removed.
1844 (record_btrace_resume): Resume all requested threads.
1845
1846 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1847
1848 * record-btrace.c: Include vec.h.
1849 (record_btrace_find_thread_to_move): Removed.
1850 (btrace_step_no_resumed, btrace_step_again)
1851 (record_btrace_stop_replaying_at_end): New.
1852 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
1853 (record_btrace_single_step_forward): Remove calls to
1854 record_btrace_stop_replaying.
1855 (record_btrace_step_thread): Do only one step for BTHR_CONT and
1856 BTHR_RCONT. Keep threads at the end of their history moving.
1857 (record_btrace_wait): Call record_btrace_step_thread for all threads
1858 until one reports an event. Call record_btrace_stop_replaying_at_end
1859 for the eventing thread.
1860
1861 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1862
1863 * record-btrace.c (record_btrace_single_step_forward): Return
1864 NO_HISTORY if a step brings us to the end of the execution history.
1865
1866 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1867
1868 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
1869 to ...
1870 (record_btrace_single_step_forward): ... here and
1871 (record_btrace_single_step_backward): ... here.
1872
1873 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1874
1875 * record-btrace.c (btrace_step_spurious)
1876 (record_btrace_single_step_forward)
1877 (record_btrace_single_step_backward): New.
1878 (record_btrace_step_thread): Call record_btrace_single_step_forward
1879 and record_btrace_single_step_backward.
1880
1881 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1882
1883 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
1884 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
1885
1886 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1887
1888 * record-btrace.c (btrace_thread_flag_to_str)
1889 (record_btrace_cancel_resume): New.
1890 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
1891 (record_btrace_resume): Print execution direction.
1892 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
1893 (record_btrace_wait): Call record_btrace_cancel_resume.
1894
1895 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1896
1897 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
1898 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
1899 (record_btrace_find_thread_to_move): Also accept threads that have
1900 BTHR_STOP set.
1901 (btrace_step_stopped_on_request, record_btrace_stop): New.
1902 (record_btrace_step_thread): Support BTHR_STOP.
1903 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
1904 (init_record_btrace_ops): Initialize to_stop.
1905
1906 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1907
1908 * record-btrace.c (record_btrace_wait): Replace non_stop check with
1909 target_is_non_stop_p ().
1910
1911 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1912
1913 * ada-typeprint.c (print_array_type): Do not describe arrays as
1914 packed when they embed dynamic elements.
1915
1916 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1917
1918 * symtab.h (address_class): Document that TLS variables
1919 are handled by LOC_UNRESOLVED.
1920 * findvar.c (default_read_var_value): Don't relocate TLS variables.
1921 * printcmd.c (address_info): Don't relocate TLS variables.
1922
1923 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
1924
1925 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
1926 (decode_adrp): Likewise.
1927 (decode_b): Likewise.
1928 (decode_bcond): Likewise.
1929 (decode_br): Likewise.
1930 (decode_cb): Likewise.
1931 (decode_eret): Likewise.
1932 (decode_movz): Likewise.
1933 (decode_orr_shifted_register_x): Likewise.
1934 (decode_ret): Likewise.
1935 (decode_stp_offset): Likewise.
1936 (decode_stp_offset_wb): Likewise.
1937 (decode_stur): Likewise.
1938 (decode_tb): Likewise.
1939 (aarch64_analyze_prologue): Likewise.
1940 (pass_in_x): Likewise.
1941 (pass_in_v): Likewise.
1942 (pass_on_stack): Likewise.
1943 (aarch64_push_dummy_call): Likewise.
1944 (aarch64_extract_return_value): Likewise.
1945 (aarch64_store_return_value): Likewise.
1946 (aarch64_return_value): Likewise.
1947 (aarch64_record_asimd_load_store): Likewise.
1948 (aarch64_record_load_store): Likewise.
1949 (aarch64_record_data_proc_simd_fp): Likewise.
1950
1951 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1952
1953 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
1954 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
1955 (ppc64_skip_trampoline_code_1): ... here.
1956 (ppc64_skip_trampoline_code): New wrapper function.
1957 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
1958
1959 2015-09-15 Yao Qi <yao.qi@linaro.org>
1960
1961 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
1962 function.
1963 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
1964 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
1965 if target_can_do_single_step returns 1.
1966 * remote.c (struct vCont_action_support) <s, S>: New fields.
1967 (PACKET_vContSupported): New enum.
1968 (remote_protocol_features): New element for vContSupported.
1969 (remote_query_supported): Append "vContSupported+".
1970 (remote_vcont_probe): Remove support_s and support_S, use
1971 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
1972 vCont packet if c and C actions are not supported.
1973 (remote_can_do_single_step): New function.
1974 (init_remote_ops): Install it to to_can_do_single_step.
1975 (_initialize_remote): Call add_packet_config_cmd.
1976 * target.h (struct target_ops) <to_can_do_single_step>: New field.
1977 (target_can_do_single_step): New macro.
1978 * target-delegates.c: Re-generated.
1979
1980 2015-09-15 Yao Qi <yao.qi@linaro.org>
1981
1982 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
1983 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
1984 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
1985 New function.
1986 (aarch64_siginfo_from_compat_siginfo): New function.
1987 * nat/aarch64-linux.h: Include signal.h.
1988 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
1989 (compat_timer_t, compat_clock_t): Likewise.
1990 (struct compat_timeval): New.
1991 (union compat_sigval): New.
1992 (struct compat_siginfo): New.
1993 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
1994 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
1995 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
1996 (cpt_si_band, cpt_si_fd): Likewise.
1997
1998 2015-09-14 Pedro Alves <palves@redhat.com>
1999
2000 * infrun.c (current_stop_id): New global.
2001 (get_stop_id, new_stop_id): New functions.
2002 (fetch_inferior_event): Handle normal_stop proceeding the target.
2003 (struct stop_context): New.
2004 (save_stop_context, release_stop_context_cleanup)
2005 (stop_context_changed): New functions.
2006 (normal_stop): Return true if the hook-stop changes the stop
2007 context.
2008 * infrun.h (get_stop_id): Declare.
2009 (normal_stop): Now returns int. Add documentation.
2010
2011 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2012
2013 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2014 comment. Handle packed arrays.
2015
2016 2015-09-14 Pedro Alves <palves@redhat.com>
2017
2018 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2019 mention of maint set/show target-non-stop.
2020
2021 2015-09-11 Don Breazeal <donb@codesourcery.com>
2022
2023 * NEWS: Announce new remote packets for the exec-events
2024 feature and the exec-events feature and associated commands.
2025
2026 2015-09-11 Don Breazeal <donb@codesourcery.com>
2027
2028 * remote.c (remote_exec_event_p): New function.
2029 (remote_insert_exec_catchpoint): New function.
2030 (remote_remove_exec_catchpoint): New function.
2031 (init_extended_remote_ops): Initialize extended_remote_ops
2032 members to_insert_exec_catchpoint and
2033 to_remove_exec_catchpoint.
2034
2035 2015-09-11 Don Breazeal <donb@codesourcery.com>
2036 Luis Machado <lgustavo@codesourcery.com>
2037
2038 * infrun.c (follow_exec): Use process-style ptid for
2039 exec message. Call add_inferior_with_spaces and
2040 target_follow_exec.
2041 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2042 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2043 * remote.c (remote_pspace_data): New static variable.
2044 (remote_pspace_data_cleanup): New function.
2045 (get_remote_exec_file): New function.
2046 (set_remote_exec_file_1): New function.
2047 (set_remote_exec_file): New function.
2048 (show_remote_exec_file): New function.
2049 (remote_exec_file): Delete static variable.
2050 (anonymous enum) <PACKET_exec_event_feature>: New
2051 enumeration constant.
2052 (remote_protocol_features): Add entry for exec-events feature.
2053 (remote_query_supported): Add client side of qSupported query
2054 for exec-events feature.
2055 (remote_follow_exec): New function.
2056 (remote_parse_stop_reply): Handle 'exec' stop reason.
2057 (extended_remote_run, extended_remote_create_inferior): Call
2058 get_remote_exec_file and set_remote_exec_file_1.
2059 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2060 member.
2061 (_initialize_remote): Call
2062 register_program_space_data_with_cleanup. Call
2063 add_packet_config_cmd for remote exec-events feature.
2064 Modify call to add_setshow_string_noescape_cmd for exec-file
2065 to use new functions set_remote_exec_file and
2066 show_remote_exec_file.
2067 * target-debug.h, target-delegates.c: Regenerated.
2068 * target.c (target_follow_exec): New function.
2069 * target.h (struct target_ops) <to_follow_exec>: New member.
2070 (target_follow_exec): Declare new function.
2071
2072 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2073
2074 * aarch64-tdep.c (decode_cb): Move up comment describing the
2075 encoding.
2076 (decode_tb): Fix a typo in comment above the function. Move up
2077 comment describing the encoding.
2078
2079 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2080
2081 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2082
2083 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2084
2085 PR gdb/18947
2086 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2087 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2088
2089 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2090
2091 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2092 operations.
2093
2094 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2095
2096 * ada-lang.c (ada_search_struct_field): Constify parameters
2097 and/or variables..
2098 (xget_renaming_scope): Likewise.
2099 (ada_is_redundant_range_encoding): Likewise.
2100 (scan_discrim_bound): Likewise.
2101 (to_fixed_range_type): Likewise.
2102
2103 2015-09-10 Yao Qi <yao.qi@linaro.org>
2104
2105 * breakpoint.c (download_tracepoint_locations): New local
2106 can_download_tracepoint. Check the result of
2107 target_can_download_tracepoint and save it in
2108 can_download_tracepoint if there are tracepoints to download.
2109 * linux-nat.h (enum tribool): Move it to ...
2110 * common/common-types.h: ... here.
2111
2112 2015-09-09 Pedro Alves <palves@redhat.com>
2113
2114 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2115 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2116
2117 2015-09-09 Pedro Alves <palves@redhat.com>
2118
2119 * continuations.c (add_continuation, restore_thread_cleanup)
2120 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2121 (do_all_continuations_thread, do_all_continuations)
2122 (discard_all_continuations_thread_callback)
2123 (discard_all_continuations_thread, discard_all_continuations)
2124 (add_intermediate_continuation)
2125 (do_all_intermediate_continuations_thread_callback)
2126 (do_all_intermediate_continuations_thread)
2127 (do_all_intermediate_continuations)
2128 (discard_all_intermediate_continuations_thread_callback)
2129 (discard_all_intermediate_continuations_thread)
2130 (discard_all_intermediate_continuations): Delete.
2131 * continuations.h (add_continuation, do_all_continuations)
2132 (do_all_continuations_thread, discard_all_continuations)
2133 (discard_all_continuations_thread, add_intermediate_continuation)
2134 (do_all_intermediate_continuations)
2135 (do_all_intermediate_continuations_thread)
2136 (discard_all_intermediate_continuations)
2137 (discard_all_intermediate_continuations_thread): Delete
2138 declarations.
2139 * event-top.c (stdin_event_handler): Delete references to
2140 continuations.
2141 * gdbthread.h (struct thread_info): Delete continuations and
2142 intermediate_continuations fields.
2143 * inf-loop.c (inferior_event_handler): Remove references to
2144 continuations.
2145 * infrun.c (infrun_thread_stop_requested_callback): Remove
2146 references to continuations.
2147 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2148 * thread.c: Don't include "continuations.h".
2149 (clear_thread_inferior_resources): Remove references to
2150 continuations.
2151
2152 2015-09-09 Pedro Alves <palves@redhat.com>
2153
2154 * infcall.c (struct dummy_frame_context_saver): Delete.
2155 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2156 (dummy_frame_context_saver_drop)
2157 (dummy_frame_context_saver_cleanup)
2158 (dummy_frame_context_saver_get_regs)
2159 (dummy_frame_context_saver_setup): Delete.
2160 * infcall.h (dummy_frame_context_saver_drop)
2161 (dummy_frame_context_saver_cleanup)
2162 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2163 Delete.
2164 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2165 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2166 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2167
2168 2015-09-09 Pedro Alves <palves@redhat.com>
2169
2170 * breakpoint.c: Include "thread-fsm.h".
2171 (struct until_break_command_continuation_args): Delete.
2172 (struct until_break_fsm): New.
2173 (until_break_fsm_ops): New global.
2174 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2175 (until_break_command_continuation): Delete.
2176 (until_break_fsm_clean_up): New function.
2177 (until_break_fsm_async_reply_reason): New function.
2178 (until_break_command): Adjust to create an until_break_fsm instead
2179 of a continuation.
2180 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2181 here.
2182 * infcmd.c (struct until_next_fsm): New.
2183 (until_next_fsm_ops): New global.
2184 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2185 (until_next_continuation): Delete.
2186 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2187 functions.
2188 (until_next_command): Adjust to create a new until_next_fsm
2189 instead of a continuation.
2190
2191 2015-09-09 Pedro Alves <palves@redhat.com>
2192
2193 * infcall.c: Include thread_fsm.h.
2194 (struct call_return_meta_info): New.
2195 (get_call_return_value): New function, factored out from
2196 call_function_by_hand_dummy.
2197 (struct call_thread_fsm): New.
2198 (call_thread_fsm_ops): New global.
2199 (new_call_thread_fsm, call_thread_fsm_should_stop)
2200 (call_thread_fsm_should_notify_stop): New functions.
2201 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2202 the thread.
2203 (call_function_by_hand_dummy): Create a new call_thread_fsm
2204 instance, associate it with the thread, and wait for the FSM to
2205 finish. If finished successfully, fetch the function's result
2206 value out of the FSM.
2207 * infrun.c (fetch_inferior_event): If the FSM says the stop
2208 shouldn't be notified, don't call normal_stop.
2209 (maybe_remove_breakpoints): New function, factored out from ...
2210 (normal_stop): ... here. Simplify.
2211 * infrun.h (maybe_remove_breakpoints): Declare.
2212 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2213 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2214 (thread_fsm_should_notify_stop): Declare.
2215
2216 2015-09-09 Pedro Alves <palves@redhat.com>
2217
2218 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2219 * breakpoint.c (handle_jit_event): Print debug output.
2220 (bpstat_what): Split event callback handling to ...
2221 (bpstat_run_callbacks): ... this new function.
2222 (momentary_bkpt_print_it): No longer handle bp_finish here.
2223 * breakpoint.h (bpstat_run_callbacks): Declare.
2224 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2225 <thread_fsm>: New field.
2226 (thread_cancel_execution_command): Declare.
2227 * infcmd.c: Include thread-fsm.h.
2228 (struct step_command_fsm): New.
2229 (step_command_fsm_ops): New global.
2230 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2231 (step_1): Adjust to use step_command_fsm_prepare and
2232 prepare_one_step.
2233 (struct step_1_continuation_args): Delete.
2234 (step_1_continuation): Delete.
2235 (step_command_fsm_should_stop): New function.
2236 (step_once): Delete.
2237 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2238 (prepare_one_step): New function, based on step_once.
2239 (until_next_command): Remove step_multi reference.
2240 (struct return_value_info): New.
2241 (print_return_value): Rename to ...
2242 (print_return_value_1): ... this. New struct return_value_info
2243 parameter. Adjust.
2244 (print_return_value): Reimplement as wrapper around
2245 print_return_value_1.
2246 (struct finish_command_fsm): New.
2247 (finish_command_continuation): Delete.
2248 (finish_command_fsm_ops): New global.
2249 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2250 functions.
2251 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2252 New.
2253 (finish_command_continuation_free_arg): Delete.
2254 (finish_command_fsm_async_reply_reason): New.
2255 (finish_backward, finish_forward): Change symbol parameter to a
2256 finish_command_fsm. Adjust.
2257 (finish_command): Create a finish_command_fsm. Adjust.
2258 * infrun.c: Include "thread-fsm.h".
2259 (clear_proceed_status_thread): Delete the thread's FSM.
2260 (infrun_thread_stop_requested_callback): Cancel the thread's
2261 execution command.
2262 (clean_up_just_stopped_threads_fsms): New function.
2263 (fetch_inferior_event): Handle the event_thread's should_stop
2264 method saying the command isn't done yet.
2265 (process_event_stop_test): Run breakpoint callbacks here.
2266 (print_stop_event): Rename to ...
2267 (print_stop_location): ... this.
2268 (restore_current_uiout_cleanup): New function.
2269 (print_stop_event): Reimplement.
2270 (normal_stop): No longer notify the end_stepping_range observers
2271 here handle "step N" nor "finish" here. No longer call
2272 print_stop_event here.
2273 * infrun.h (struct return_value_info): Forward declare.
2274 (print_return_value): Declare.
2275 (print_stop_event): Change prototype.
2276 * thread-fsm.c: New file.
2277 * thread-fsm.h: New file.
2278 * thread.c: Include "thread-fsm.h".
2279 (thread_cancel_execution_command): New function.
2280 (clear_thread_inferior_resources): Call it.
2281 * cli/cli-interp.c (cli_on_normal_stop): New function.
2282 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2283 observer.
2284 * mi/mi-interp.c: Include "thread-fsm.h".
2285 (restore_current_uiout_cleanup): Delete.
2286 (mi_on_normal_stop): If the thread has an FSM associated, and it
2287 finished, ask it for the async-reply-reason to print. Always call
2288 print_stop_event here, regardless of the top-level interpreter.
2289 Check bpstat_what to tell whether an asynchronous breakpoint hit
2290 triggered.
2291 * tui/tui-interp.c (tui_on_normal_stop): New function.
2292 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2293
2294 2015-09-09 Pedro Alves <palves@redhat.com>
2295
2296 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2297 check whether the target can async.
2298 * inf-loop.c (inferior_event_handler): Only call target_async if
2299 the target can async.
2300 * infcall.c: Include top.h and interps.h.
2301 (run_inferior_call): For the interpreter to sync mode while
2302 running the infcall. Call wait_sync_command_done instead of
2303 wait_for_inferior plus normal_stop.
2304 * infcmd.c (prepare_execution_command): Don't check whether the
2305 target can async when running in the foreground.
2306 (step_1): Delete synchronous case handling.
2307 (step_once): Always install a continuation, even in sync mode.
2308 (until_next_command, finish_forward): Don't check whether the
2309 target can async.
2310 (attach_command_post_wait, notice_new_inferior): Always install a
2311 continuation, even in sync mode.
2312 * infrun.c (mark_infrun_async_event_handler): New function.
2313 (proceed): In sync mode, mark infrun's event source instead of
2314 waiting for events here.
2315 (fetch_inferior_event): If the target can't async, do a blocking
2316 wait.
2317 (prepare_to_wait): In sync mode, mark infrun's event source.
2318 (infrun_async_inferior_event_handler): No longer bail out if the
2319 target can't async.
2320 * infrun.h (mark_infrun_async_event_handler): New declaration.
2321 * linux-nat.c (linux_nat_wait_1): Remove calls to
2322 set_sigint_trap/clear_sigint_trap.
2323 (linux_nat_terminal_inferior): No longer check whether the target
2324 can async.
2325 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2326 comment.
2327 (mi_execute_command_input_handler): No longer check whether the
2328 target is async. Update and simplify comment.
2329 * target.c (default_target_wait): New function.
2330 * target.h (struct target_ops) <to_wait>: Now defaults to
2331 default_target_wait.
2332 (default_target_wait): Declare.
2333 * top.c (wait_sync_command_done): New function, factored out from
2334 ...
2335 (maybe_wait_sync_command_done): ... this.
2336 * top.h (wait_sync_command_done): Declare.
2337 * target-delegates.c: Regenerate.
2338
2339 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2340
2341 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2342 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2343 Remove include of sys/utsname.h.
2344 (linux_determine_kernel_ptr_bits): Remove.
2345 (linux_determine_kernel_start): New.
2346 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2347 Update check.
2348 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2349 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2350 initialization.
2351 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2352 assignment.
2353
2354 2015-09-07 Pedro Alves <palves@redhat.com>
2355
2356 * guile/guile-internal.h (as_a_scm_t_subr): New.
2357 * guile/guile.c (misc_guile_functions): Use it.
2358 * guile/scm-arch.c (arch_functions): Use it.
2359 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2360 Use it.
2361 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2362 * guile/scm-cmd.c (command_functions): Use it.
2363 * guile/scm-disasm.c (disasm_functions): Use it.
2364 * guile/scm-exception.c (exception_functions)
2365 (private_exception_functions): Use it.
2366 * guile/scm-frame.c (frame_functions)
2367 * guile/scm-gsmob.c (gsmob_functions): Use it.
2368 * guile/scm-iterator.c (iterator_functions): Use it.
2369 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2370 * guile/scm-math.c (math_functions): Use it.
2371 * guile/scm-objfile.c (objfile_functions): Use it.
2372 * guile/scm-param.c (parameter_functions): Use it.
2373 * guile/scm-ports.c (port_functions, private_port_functions): Use
2374 it.
2375 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2376 * guile/scm-progspace.c (pspace_functions): Use it.
2377 * guile/scm-string.c (string_functions): Use it.
2378 * guile/scm-symbol.c (symbol_functions): Use it.
2379 * guile/scm-symtab.c (symtab_functions): Use it.
2380 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2381 it.
2382 * guile/scm-value.c (value_functions): Use it.
2383
2384 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2387 (tui_next_win): Likewise.
2388 (tui_prev_win): Likewise.
2389 (tui_partial_win_by_name): Likewise.
2390 (tui_init_generic_part): Likewise.
2391 (init_content_element): Likewise.
2392 (tui_del_window): Likewise.
2393 (tui_free_window): Likewise.
2394 (tui_del_data_windows): Likewise.
2395 (tui_free_data_content): Likewise.
2396 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2397 * tui/tui-regs.c (tui_show_register_group): Likewise.
2398 * tui/tui-win.c (tui_resize_all): Likewise.
2399 (tui_set_focus): Likewise.
2400 (tui_set_win_height): Likewise.
2401 (make_invisible_and_set_new_height): Likewise.
2402 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2403 * tui/tui-wingeneral.c (make_visible): Likewise.
2404
2405 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2408
2409 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2412 pointer.
2413 * dbxread.c (dbx_end_psymtab): Likewise.
2414 * gnu-nat.c (gnu_write_inferior): Likewise.
2415 * mdebugread.c (cross_ref): Likewise.
2416 * p-valprint.c (pascal_val_print): Likewise.
2417 * xcoffread.c (xcoff_end_psymtab): Likewise.
2418
2419 2015-09-04 Yao Qi <yao.qi@linaro.org>
2420
2421 * NEWS: Mention the aarch64 multi-arch debugging support.
2422
2423 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2424
2425 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2426 type instead of a TYPE_CODE_INT one for the string_char_type
2427 and the ada_primitive_type_char types.
2428
2429 2015-09-03 Yao Qi <yao.qi@linaro.org>
2430
2431 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2432 Move code to aarch64_linux_region_ok_for_watchpoint. Call
2433 aarch64_linux_region_ok_for_watchpoint.
2434 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2435 New function.
2436 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2437 Declare it.
2438
2439 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2440
2441 * gdb_obstack.h (obstack_strdup): Declare.
2442 * gdb_obstack.c (obstack_strdup): Define.
2443 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2444 * gdbarch.c: Regenerate.
2445 * gdbarch.h: Regenerate.
2446 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2447
2448 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2449
2450 * gdbtypes.c (copy_type_recursive): Update documentation.
2451
2452 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2453
2454 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2455 as zero.
2456
2457 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2458
2459 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2460
2461 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2462
2463 * solib-svr4.c (solib_event_probe_action): Call
2464 get_probe_argument_count using TRY...CATCH.
2465 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2466
2467 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2468
2469 * probe.h (struct probe_ops) <get_probe_argument_count,
2470 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2471 the comment that the function can throw an exception.
2472 (get_probe_argument_count): Likewise.
2473 (evaluate_probe_argument): Likewise.
2474 * stap-probe.c (stap_get_opcode): Call error instead of
2475 internal_error.
2476 (stap_get_expected_argument_type): Likewise. Add argument
2477 'probe'. Improve error message by mentioning the probe's name.
2478 (stap_parse_probe_arguments): Adjust call to
2479 stap_get_expected_argument_type.
2480 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
2481 not zero. Call internal_error if GDB requests an argument but the
2482 probe has no arguments.
2483
2484 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2485
2486 * ada-lang.c (ada_resolve_function): Do not ask the user what
2487 match to use when in completion mode.
2488
2489 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
2490
2491 * tui/tui-data.c (tui_win_name): Make local variable const, remove
2492 cast of NULL.
2493
2494 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
2495
2496 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2497 call_abi using XSHAL_ABI macro.
2498
2499 2015-08-29 Doug Evans <xdje42@gmail.com>
2500
2501 * symtab.h (struct symbol): Tweak comment.
2502
2503 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
2504
2505 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2506 gdbarch obstack instead of on the heap. Update commentary
2507 accordingly.
2508
2509 2015-08-28 Joel Brobecker <brobecker@adacore.com>
2510
2511 GDB 7.10 released.
2512
2513 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
2514
2515 * NEWS: Update entry about non-8-bits addressable memory.
2516
2517 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
2518
2519 Revert:
2520 2014-11-06 Doug Evans <xdje42@gmail.com>
2521 * solib.c (solib_global_lookup): Fetch arch from objfile,
2522 not target_gdbarch.
2523
2524 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2525
2526 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
2527 attempt to relocate a TLS variable offset.
2528
2529 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2530
2531 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
2532 registered yet. Set inferior_ptid while calling target_read_memory.
2533
2534 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2535
2536 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
2537 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
2538 * linux-nat.c (check_stopped_by_breakpoint): Use
2539 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
2540
2541 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2542
2543 * linux-thread-db.c (thread_db_get_thread_local_address): If the
2544 thread was not yet discovered, use thread_from_lwp instead of
2545 calling thread_db_find_new_threads_1.
2546
2547 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
2550 statements.
2551
2552 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * NEWS: Document support for non-8-bits addressable memory.
2555
2556 2015-08-27 Pedro Alves <palves@redhat.com>
2557
2558 * configure.ac: Remove AC_TYPE_SIGNAL call.
2559 * configure, config.in: Regenerate.
2560
2561 2015-08-27 Pedro Alves <palves@redhat.com>
2562
2563 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
2564 * extension-priv.h: Include signal.h.
2565 (struct signal_handler) <handler>: Change type to sighandler_t.
2566 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
2567 * inflow.c (sigint_ours, sigquit_ours): Change type to
2568 sighandler_t.
2569 (child_terminal_inferior): Remove casts.
2570 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
2571 (osig): Change type to sighandler_t.
2572 * nto-procfs.c (ofunc): Change type to sighandler_t.
2573 (procfs_wait): Remove casts.
2574 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
2575 * remote-sim.c (gdbsim_wait): Use sighandler_t.
2576 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
2577
2578 2015-08-27 Pedro Alves <palves@redhat.com>
2579
2580 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
2581 * gnulib/aclocal.m4: Renegerate.
2582 * gnulib/config.in: Renegerate.
2583 * gnulib/configure: Renegerate.
2584 * gnulib/import/Makefile.am: Update.
2585 * gnulib/import/Makefile.in: Regenerate.
2586 * gnulib/import/m4/gnulib-cache.m4: Update.
2587 * gnulib/import/m4/gnulib-comp.m4: Update.
2588 * gnulib/import/m4/signal_h.m4: New file.
2589 * gnulib/import/signal.in.h: New file.
2590
2591 2015-08-27 Pedro Alves <palves@redhat.com>
2592
2593 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
2594 (MIN_MEMORY_PACKET_SIZE): New.
2595 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
2596 (get_memory_packet_size): Adjust. No longer limit the max packet
2597 size.
2598 (set_memory_packet_size): Adjust, and remove dead code.
2599 (remote_check_symbols): Use xmalloc and a cleanup instead of
2600 alloca.
2601 (remote_packet_size): No longer cap the packet size.
2602 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
2603
2604 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
2605
2606 * compile/compile.c (compile_to_object): Mention language in
2607 error message.
2608
2609 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2610
2611 * target.c (target_pre_inferior): Unset attach_flag.
2612
2613 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2614
2615 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
2616 * gdbarch.c: Re-generate.
2617
2618 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2619
2620 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
2621 function with the XNEW-family equivalent.
2622 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
2623 * ada-exp.y (write_ambiguous_var): Likewise.
2624 * ada-lang.c (resolve_subexp): Likewise.
2625 (user_select_syms): Likewise.
2626 (assign_aggregate): Likewise.
2627 (ada_evaluate_subexp): Likewise.
2628 (cache_symbol): Likewise.
2629 * addrmap.c (allocate_key): Likewise.
2630 (addrmap_create_mutable): Likewise.
2631 * aix-thread.c (sync_threadlists): Likewise.
2632 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
2633 (alpha_gdbarch_init): Likewise.
2634 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
2635 * arm-linux-nat.c (arm_linux_add_process): Likewise.
2636 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2637 * arm-tdep.c (push_stack_item): Likewise.
2638 (arm_displaced_step_copy_insn): Likewise.
2639 (arm_gdbarch_init): Likewise.
2640 (_initialize_arm_tdep): Likewise.
2641 * avr-tdep.c (push_stack_item): Likewise.
2642 * ax-general.c (new_agent_expr): Likewise.
2643 * block.c (block_initialize_namespace): Likewise.
2644 * breakpoint.c (alloc_counted_command_line): Likewise.
2645 (update_dprintf_command_list): Likewise.
2646 (parse_breakpoint_sals): Likewise.
2647 (decode_static_tracepoint_spec): Likewise.
2648 (until_break_command): Likewise.
2649 (clear_command): Likewise.
2650 (update_global_location_list): Likewise.
2651 (get_breakpoint_objfile_data) Likewise.
2652 * btrace.c (ftrace_new_function): Likewise.
2653 (btrace_set_insn_history): Likewise.
2654 (btrace_set_call_history): Likewise.
2655 * buildsym.c (add_symbol_to_list): Likewise.
2656 (record_pending_block): Likewise.
2657 (start_subfile): Likewise.
2658 (start_buildsym_compunit): Likewise.
2659 (push_subfile): Likewise.
2660 (end_symtab_get_static_block): Likewise.
2661 (buildsym_init): Likewise.
2662 * cli/cli-cmds.c (source_command): Likewise.
2663 * cli/cli-decode.c (add_cmd): Likewise.
2664 * cli/cli-script.c (build_command_line): Likewise.
2665 (setup_user_args): Likewise.
2666 (realloc_body_list): Likewise.
2667 (process_next_line): Likewise.
2668 (copy_command_lines): Likewise.
2669 * cli/cli-setshow.c (do_set_command): Likewise.
2670 * coff-pe-read.c (read_pe_exported_syms): Likewise.
2671 * coffread.c (coff_locate_sections): Likewise.
2672 (coff_symtab_read): Likewise.
2673 (coff_read_struct_type): Likewise.
2674 * common/cleanups.c (make_my_cleanup2): Likewise.
2675 * common/common-exceptions.c (throw_it): Likewise.
2676 * common/filestuff.c (make_cleanup_close): Likewise.
2677 * common/format.c (parse_format_string): Likewise.
2678 * common/queue.h (DEFINE_QUEUE_P): Likewise.
2679 * compile/compile-object-load.c (munmap_list_add): Likewise.
2680 (compile_object_load): Likewise.
2681 * compile/compile-object-run.c (compile_object_run): Likewise.
2682 * compile/compile.c (append_args): Likewise.
2683 * corefile.c (specify_exec_file_hook): Likewise.
2684 * cp-support.c (make_symbol_overload_list): Likewise.
2685 * cris-tdep.c (push_stack_item): Likewise.
2686 (cris_gdbarch_init): Likewise.
2687 * ctf.c (ctf_trace_file_writer_new): Likewise.
2688 * dbxread.c (init_header_files): Likewise.
2689 (add_new_header_file): Likewise.
2690 (init_bincl_list): Likewise.
2691 (dbx_end_psymtab): Likewise.
2692 (start_psymtab): Likewise.
2693 (dbx_end_psymtab): Likewise.
2694 * dcache.c (dcache_init): Likewise.
2695 * dictionary.c (dict_create_hashed): Likewise.
2696 (dict_create_hashed_expandable): Likewise.
2697 (dict_create_linear): Likewise.
2698 (dict_create_linear_expandable): Likewise.
2699 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
2700 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
2701 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
2702 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2703 (decode_frame_entry_1): Likewise.
2704 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
2705 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2706 * dwarf2read.c (dwarf2_has_info): Likewise.
2707 (create_signatured_type_table_from_index): Likewise.
2708 (dwarf2_read_index): Likewise.
2709 (dw2_get_file_names_reader): Likewise.
2710 (create_all_type_units): Likewise.
2711 (read_cutu_die_from_dwo): Likewise.
2712 (init_tu_and_read_dwo_dies): Likewise.
2713 (init_cutu_and_read_dies): Likewise.
2714 (create_all_comp_units): Likewise.
2715 (queue_comp_unit): Likewise.
2716 (inherit_abstract_dies): Likewise.
2717 (read_call_site_scope): Likewise.
2718 (dwarf2_add_field): Likewise.
2719 (dwarf2_add_typedef): Likewise.
2720 (dwarf2_add_member_fn): Likewise.
2721 (attr_to_dynamic_prop): Likewise.
2722 (abbrev_table_alloc_abbrev): Likewise.
2723 (abbrev_table_read_table): Likewise.
2724 (add_include_dir): Likewise.
2725 (add_file_name): Likewise.
2726 (dwarf_decode_line_header): Likewise.
2727 (dwarf2_const_value_attr): Likewise.
2728 (dwarf_alloc_block): Likewise.
2729 (parse_macro_definition): Likewise.
2730 (set_die_type): Likewise.
2731 (write_psymtabs_to_index): Likewise.
2732 (create_cus_from_index): Likewise.
2733 (dwarf2_create_include_psymtab): Likewise.
2734 (process_psymtab_comp_unit_reader): Likewise.
2735 (build_type_psymtab_dependencies): Likewise.
2736 (read_comp_units_from_section): Likewise.
2737 (compute_compunit_symtab_includes): Likewise.
2738 (create_dwo_unit_in_dwp_v1): Likewise.
2739 (create_dwo_unit_in_dwp_v2): Likewise.
2740 (read_func_scope): Likewise.
2741 (process_structure_scope): Likewise.
2742 (mark_common_block_symbol_computed): Likewise.
2743 (load_partial_dies): Likewise.
2744 (dwarf2_symbol_mark_computed): Likewise.
2745 * elfread.c (elf_symfile_segments): Likewise.
2746 (elf_read_minimal_symbols): Likewise.
2747 * environ.c (make_environ): Likewise.
2748 * eval.c (evaluate_subexp_standard): Likewise.
2749 * event-loop.c (create_file_handler): Likewise.
2750 (create_async_signal_handler): Likewise.
2751 (create_async_event_handler): Likewise.
2752 (create_timer): Likewise.
2753 * exec.c (build_section_table): Likewise.
2754 * fbsd-nat.c (fbsd_remember_child): Likewise.
2755 * fork-child.c (fork_inferior): Likewise.
2756 * frv-tdep.c (new_variant): Likewise.
2757 * gdbarch.sh (gdbarch_alloc): Likewise.
2758 (append_name): Likewise.
2759 * gdbtypes.c (rank_function): Likewise.
2760 (copy_type_recursive): Likewise.
2761 (add_dyn_prop): Likewise.
2762 * gnu-nat.c (make_proc): Likewise.
2763 (make_inf): Likewise.
2764 (gnu_write_inferior): Likewise.
2765 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
2766 (build_std_type_info_type): Likewise.
2767 * guile/scm-param.c (compute_enum_list): Likewise.
2768 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
2769 * guile/scm-value.c (gdbscm_value_call): Likewise.
2770 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2771 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
2772 (read_unwind_info): Likewise.
2773 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2774 * infcall.c (dummy_frame_context_saver_setup): Likewise.
2775 (call_function_by_hand_dummy): Likewise.
2776 * infcmd.c (step_once): Likewise.
2777 (finish_forward): Likewise.
2778 (attach_command): Likewise.
2779 (notice_new_inferior): Likewise.
2780 * inferior.c (add_inferior_silent): Likewise.
2781 * infrun.c (add_displaced_stepping_state): Likewise.
2782 (save_infcall_control_state): Likewise.
2783 (save_inferior_ptid): Likewise.
2784 (_initialize_infrun): Likewise.
2785 * jit.c (bfd_open_from_target_memory): Likewise.
2786 (jit_gdbarch_data_init): Likewise.
2787 * language.c (add_language): Likewise.
2788 * linespec.c (decode_line_2): Likewise.
2789 * linux-nat.c (add_to_pid_list): Likewise.
2790 (add_initial_lwp): Likewise.
2791 * linux-thread-db.c (add_thread_db_info): Likewise.
2792 (record_thread): Likewise.
2793 (info_auto_load_libthread_db): Likewise.
2794 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
2795 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2796 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2797 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
2798 * macrocmd.c (macro_define_command): Likewise.
2799 * macroexp.c (gather_arguments): Likewise.
2800 * macroscope.c (sal_macro_scope): Likewise.
2801 * macrotab.c (new_macro_table): Likewise.
2802 * mdebugread.c (push_parse_stack): Likewise.
2803 (parse_partial_symbols): Likewise.
2804 (parse_symbol): Likewise.
2805 (psymtab_to_symtab_1): Likewise.
2806 (new_block): Likewise.
2807 (new_psymtab): Likewise.
2808 (mdebug_build_psymtabs): Likewise.
2809 (add_pending): Likewise.
2810 (elfmdebug_build_psymtabs): Likewise.
2811 * mep-tdep.c (mep_gdbarch_init): Likewise.
2812 * mi/mi-main.c (mi_execute_command): Likewise.
2813 * mi/mi-parse.c (mi_parse_argv): Likewise.
2814 * minidebug.c (lzma_open): Likewise.
2815 * minsyms.c (terminate_minimal_symbol_table): Likewise.
2816 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
2817 * mips-tdep.c (mips_gdbarch_init): Likewise.
2818 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2819 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
2820 * mt-tdep.c (mt_registers_info): Likewise.
2821 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
2822 * nat/linux-btrace.c (linux_enable_bts): Likewise.
2823 (linux_enable_pt): Likewise.
2824 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
2825 (linux_xfer_osdata_processgroups): Likewise.
2826 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
2827 * nto-procfs.c (procfs_meminfo): Likewise.
2828 * objc-lang.c (start_msglist): Likewise.
2829 (selectors_info): Likewise.
2830 (classes_info): Likewise.
2831 (find_methods): Likewise.
2832 * objfiles.c (allocate_objfile): Likewise.
2833 (update_section_map): Likewise.
2834 * osabi.c (gdbarch_register_osabi): Likewise.
2835 (gdbarch_register_osabi_sniffer): Likewise.
2836 * parse.c (start_arglist): Likewise.
2837 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
2838 (hwdebug_insert_point): Likewise.
2839 * printcmd.c (display_command): Likewise.
2840 (ui_printf): Likewise.
2841 * procfs.c (create_procinfo): Likewise.
2842 (load_syscalls): Likewise.
2843 (proc_get_LDT_entry): Likewise.
2844 (proc_update_threads): Likewise.
2845 * prologue-value.c (make_pv_area): Likewise.
2846 (pv_area_store): Likewise.
2847 * psymtab.c (extend_psymbol_list): Likewise.
2848 (init_psymbol_list): Likewise.
2849 (allocate_psymtab): Likewise.
2850 * python/py-inferior.c (add_thread_object): Likewise.
2851 * python/py-param.c (compute_enum_values): Likewise.
2852 * python/py-value.c (valpy_call): Likewise.
2853 * python/py-varobj.c (py_varobj_iter_next): Likewise.
2854 * python/python.c (ensure_python_env): Likewise.
2855 * record-btrace.c (record_btrace_start_replaying): Likewise.
2856 * record-full.c (record_full_reg_alloc): Likewise.
2857 (record_full_mem_alloc): Likewise.
2858 (record_full_end_alloc): Likewise.
2859 (record_full_core_xfer_partial): Likewise.
2860 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
2861 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
2862 * remote-notif.c (remote_notif_state_allocate): Likewise.
2863 * remote.c (demand_private_info): Likewise.
2864 (remote_notif_stop_alloc_reply): Likewise.
2865 (remote_enable_btrace): Likewise.
2866 * reverse.c (save_bookmark_command): Likewise.
2867 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
2868 * rx-tdep.c (rx_gdbarch_init): Likewise.
2869 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
2870 * ser-go32.c (dos_get_tty_state): Likewise.
2871 (dos_copy_tty_state): Likewise.
2872 * ser-mingw.c (ser_windows_open): Likewise.
2873 (ser_console_wait_handle): Likewise.
2874 (ser_console_get_tty_state): Likewise.
2875 (make_pipe_state): Likewise.
2876 (net_windows_open): Likewise.
2877 * ser-unix.c (hardwire_get_tty_state): Likewise.
2878 (hardwire_copy_tty_state): Likewise.
2879 * solib-aix.c (solib_aix_new_lm_info): Likewise.
2880 * solib-dsbt.c (dsbt_current_sos): Likewise.
2881 (dsbt_relocate_main_executable): Likewise.
2882 * solib-frv.c (frv_current_sos): Likewise.
2883 (frv_relocate_main_executable): Likewise.
2884 * solib-spu.c (spu_bfd_fopen): Likewise.
2885 * solib-svr4.c (lm_info_read): Likewise.
2886 (svr4_copy_library_list): Likewise.
2887 (svr4_default_sos): Likewise.
2888 * source.c (find_source_lines): Likewise.
2889 (line_info): Likewise.
2890 (add_substitute_path_rule): Likewise.
2891 * spu-linux-nat.c (spu_bfd_open): Likewise.
2892 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
2893 * stabsread.c (dbx_lookup_type): Likewise.
2894 (read_type): Likewise.
2895 (read_member_functions): Likewise.
2896 (read_struct_fields): Likewise.
2897 (read_baseclasses): Likewise.
2898 (read_args): Likewise.
2899 (_initialize_stabsread): Likewise.
2900 * stack.c (func_command): Likewise.
2901 * stap-probe.c (handle_stap_probe): Likewise.
2902 * symfile.c (addrs_section_sort): Likewise.
2903 (addr_info_make_relative): Likewise.
2904 (load_section_callback): Likewise.
2905 (add_symbol_file_command): Likewise.
2906 (init_filename_language_table): Likewise.
2907 * symtab.c (create_filename_seen_cache): Likewise.
2908 (sort_search_symbols_remove_dups): Likewise.
2909 (search_symbols): Likewise.
2910 * target.c (make_cleanup_restore_target_terminal): Likewise.
2911 * thread.c (new_thread): Likewise.
2912 (enable_thread_stack_temporaries): Likewise.
2913 (make_cleanup_restore_current_thread): Likewise.
2914 (thread_apply_all_command): Likewise.
2915 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
2916 * top.c (gdb_readline_wrapper): Likewise.
2917 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
2918 * tracepoint.c (trace_find_line_command): Likewise.
2919 (all_tracepoint_actions_and_cleanup): Likewise.
2920 (make_cleanup_restore_current_traceframe): Likewise.
2921 (get_uploaded_tp): Likewise.
2922 (get_uploaded_tsv): Likewise.
2923 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
2924 (tui_alloc_win_info): Likewise.
2925 (tui_alloc_content): Likewise.
2926 (tui_add_content_elements): Likewise.
2927 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
2928 (tui_set_disassem_content): Likewise.
2929 * ui-file.c (ui_file_new): Likewise.
2930 (stdio_file_new): Likewise.
2931 (tee_file_new): Likewise.
2932 * utils.c (make_cleanup_restore_integer): Likewise.
2933 (add_internal_problem_command): Likewise.
2934 * v850-tdep.c (v850_gdbarch_init): Likewise.
2935 * valops.c (find_oload_champ): Likewise.
2936 * value.c (allocate_value_lazy): Likewise.
2937 (record_latest_value): Likewise.
2938 (create_internalvar): Likewise.
2939 * varobj.c (install_variable): Likewise.
2940 (new_variable): Likewise.
2941 (new_root_variable): Likewise.
2942 (cppush): Likewise.
2943 (_initialize_varobj): Likewise.
2944 * windows-nat.c (windows_make_so): Likewise.
2945 * x86-nat.c (x86_add_process): Likewise.
2946 * xcoffread.c (arrange_linetable): Likewise.
2947 (allocate_include_entry): Likewise.
2948 (process_linenos): Likewise.
2949 (SYMBOL_DUP): Likewise.
2950 (xcoff_start_psymtab): Likewise.
2951 (xcoff_end_psymtab): Likewise.
2952 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
2953 * xtensa-tdep.c (xtensa_register_type): Likewise.
2954 * gdbarch.c: Regenerate.
2955 * gdbarch.h: Regenerate.
2956
2957 2015-08-25 Don Breazeal <donb@codesourcery.com>
2958
2959 * infrun.c (follow_exec): Re-order operations for
2960 handling follow-exec-mode "new".
2961 (handle_inferior_event_1): Assign ecs->event_thread
2962 to the current thread.
2963 * remote.c (get_remote_arch_state): Add an assertion.
2964
2965 2015-08-26 Pedro Alves <palves@redhat.com>
2966
2967 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
2968
2969 2015-08-25 Pedro Alves <palves@redhat.com>
2970
2971 PR gdb/18804
2972 * defs.h (maybe_quit): Declare.
2973 (QUIT): Now calls maybe_quit.
2974 * event-loop.c (clear_async_signal_handler)
2975 (async_signal_handler_is_marked): New functions.
2976 * event-loop.h (async_signal_handler_is_marked)
2977 (clear_async_signal_handler): New declarations.
2978 * remote.c (remote_check_pending_interrupt): New function.
2979 (interrupt_query): Use make_cleanup_restore_target_terminal. No
2980 longer check whether the target is async. If waiting for a stop
2981 reply, and a Ctrl-C as been sent to the target, offer to
2982 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
2983 Otherwise do not disconnect and throw a quit.
2984 (_initialize_remote): Install remote_check_pending_interrupt as
2985 to_check_pending_interrupt.
2986 * target.c (target_check_pending_interrupt): New function.
2987 * target.h (struct target_ops) <to_check_pending_interrupt>: New
2988 field.
2989 (target_check_pending_interrupt): New declaration.
2990 * utils.c (maybe_quit): New function.
2991 * target-delegates.c: Regenerate.
2992
2993 2015-08-25 Yao Qi <yao.qi@linaro.org>
2994
2995 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
2996 Rename local variable pid to tid, and get lwpid of lwp. Update
2997 debug output.
2998
2999 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3000
3001 * ada-lang.c (ada_read_var_value): Add a var_block argument
3002 and pass it to default_read_var_value.
3003 * block.c (block_static_link): New accessor.
3004 * block.h (block_static_link): Declare it.
3005 * buildsym.c (finish_block_internal): Add a static_link
3006 argument. If there is a static link, associate it to the new
3007 block.
3008 (finish_block): Add a static link argument and pass it to
3009 finish_block_internal.
3010 (end_symtab_get_static_block): Update calls to finish_block and
3011 to finish_block_internal.
3012 (end_symtab_with_blockvector): Update call to
3013 finish_block_internal.
3014 * buildsym.h: Forward-declare struct dynamic_prop.
3015 (struct context_stack): Add a static_link field.
3016 (finish_block): Add a static link argument.
3017 * c-exp.y: Remove an obsolete comment (evaluation of variables
3018 already start from the selected frame, and now they climb *up*
3019 the call stack) and propagate the block information to the
3020 produced expression.
3021 * d-exp.y: Likewise.
3022 * f-exp.y: Likewise.
3023 * go-exp.y: Likewise.
3024 * jv-exp.y: Likewise.
3025 * m2-exp.y: Likewise.
3026 * p-exp.y: Likewise.
3027 * coffread.c (coff_symtab_read): Update calls to finish_block.
3028 * dbxread.c (process_one_symbol): Likewise.
3029 * xcoffread.c (read_xcoff_symtab): Likewise.
3030 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3031 "sym" parameter to struct block_symbol, update its uses and pass
3032 its block to calls to read_var_value.
3033 (convert_symbol_sym): Update the calls to convert_one_symbol.
3034 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3035 call to read_var_value.
3036 * dwarf2loc.c (block_op_get_frame_base): New.
3037 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3038 get_frame_base method.
3039 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3040 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3041 instead of the selected frame in order to evaluate the
3042 expression.
3043 (dwarf2_evaluate_property): Add a frame argument. Update call
3044 to dwarf2_locexpr_baton_eval to provide a frame in available and
3045 to handle the absence of address stack.
3046 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3047 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3048 declaration.
3049 (read_func_scope): Record any available static link description.
3050 Update call to finish_block.
3051 (read_lexical_block_scope): Update call to finish_block.
3052 * findvar.c (follow_static_link): New.
3053 (get_hosting_frame): New.
3054 (default_read_var_value): Add a var_block argument. Use
3055 get_hosting_frame to handle non-local references.
3056 (read_var_value): Add a var_block argument and pass it to the
3057 LA_READ_VAR_VALUE method.
3058 * gdbtypes.c (resolve_dynamic_range): Update calls to
3059 dwarf2_evaluate_property.
3060 (resolve_dynamic_type_internal): Likewise.
3061 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3062 read_var_value, passing it the block coming from symbol lookup.
3063 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3064 read_var_value (TODO).
3065 * infcmd.c (finish_command_continuation): Update call to
3066 read_var_value, passing it the block coming from symbol lookup.
3067 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3068 * language.h (struct language_defn): Add a var_block argument to
3069 the LA_READ_VAR_VALUE method.
3070 * objfiles.c (struct static_link_htab_entry): New.
3071 (static_link_htab_entry_hash): New.
3072 (static_link_htab_entry_eq): New.
3073 (objfile_register_static_link): New.
3074 (objfile_lookup_static_link): New.
3075 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3076 * objfiles.h: Include hashtab.h.
3077 (struct objfile): Add a static_links field.
3078 (objfile_register_static_link): New.
3079 (objfile_lookup_static_link): New.
3080 * printcmd.c (print_variable_and_value): Update call to
3081 read_var_value.
3082 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3083 * python/py-frame.c (frapy_read_var): Update call to
3084 read_var_value, passing it the block coming from symbol lookup.
3085 * python/py-framefilter.c (extract_sym): Add a sym_block
3086 parameter and set the pointed value to NULL (TODO).
3087 (enumerate_args): Update call to extract_sym.
3088 (enumerate_locals): Update calls to extract_sym and to
3089 read_var_value.
3090 * python/py-symbol.c (sympy_value): Update call to
3091 read_var_value (TODO).
3092 * stack.c (read_frame_local): Update call to read_var_value.
3093 (read_frame_arg): Likewise.
3094 (return_command): Likewise.
3095 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3096 method.
3097 (struct symbol): Add a block field.
3098 (SYMBOL_BLOCK): New accessor.
3099 * valops.c (value_of_variable): Remove frame/block handling and
3100 pass the block argument to read_var_value, which does this job
3101 now.
3102 (value_struct_elt_for_reference): Update calls to
3103 read_var_value.
3104 (value_of_this): Pass the block found to read_var_value.
3105 * value.h (read_var_value): Add a var_block argument.
3106 (default_read_var_value): Likewise.
3107
3108 2015-08-25 Yao Qi <yao.qi@linaro.org>
3109
3110 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3111 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3112 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3113
3114 2015-08-25 Yao Qi <yao.qi@linaro.org>
3115
3116 * Makefile.in (aarch64-liunx.o): New rule.
3117 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3118 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3119 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3120 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3121 extern.
3122 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3123 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3124 * nat/aarch64-linux.c: New file.
3125 * nat/aarch64-linux.h: New file.
3126
3127 2015-08-25 Yao Qi <yao.qi@linaro.org>
3128
3129 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3130 lwp_arch_private_info and ptid_of_lwp.
3131
3132 2015-08-25 Yao Qi <yao.qi@linaro.org>
3133
3134 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3135 Move it to nat/aarch64-linux-hw-point.c.
3136 (debug_reg_change_callback): Likewise.
3137 (aarch64_notify_debug_reg_change): :Likewise.
3138 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3139 (aarch64_dr_update_callback_param): New.
3140 (debug_reg_change_callback): New function.
3141 (aarch64_notify_debug_reg_change): Likewise.
3142 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3143 Remove the declaration.
3144
3145 2015-08-25 Yao Qi <yao.qi@linaro.org>
3146
3147 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3148 Call current_lwp_ptid.
3149
3150 2015-08-25 Yao Qi <yao.qi@linaro.org>
3151
3152 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3153 debug_printf.
3154
3155 2015-08-25 Yao Qi <yao.qi@linaro.org>
3156
3157 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3158 ptid_get_pid rather than ptid_get_lwp.
3159
3160 2015-08-24 Pedro Alves <palves@redhat.com>
3161
3162 * NEWS (New commands): Mention set/show remote
3163 multiprocess-extensions-packet.
3164 * remote.c (remote_query_supported): Only tell the server to use
3165 the multiprocess extensions if the user hasn't force-disabled them
3166 with "set remote multiprocess-extensions-packet off".
3167
3168 2015-08-24 Pedro Alves <palves@redhat.com>
3169
3170 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3171 1029a8112290f6eee9d7878a391c49db42c999bd.
3172 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3173 Regenerate.
3174 * gnulib/import/Makefile.am: Update.
3175 * gnulib/import/Makefile.in: Update.
3176 * gnulib/import/alloca.in.h: Update.
3177 * gnulib/import/basename-lgpl.c: Update.
3178 * gnulib/import/canonicalize-lgpl.c: Update.
3179 * gnulib/import/config.charset: Update.
3180 * gnulib/import/dirent.in.h: Update.
3181 * gnulib/import/dirfd.c: Update.
3182 * gnulib/import/dirname-lgpl.c: Update.
3183 * gnulib/import/dirname.h: Update.
3184 * gnulib/import/dosname.h: Update.
3185 * gnulib/import/errno.in.h: Update.
3186 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3187 * gnulib/import/extra/snippet/c++defs.h: Update.
3188 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3189 * gnulib/import/extra/update-copyright: Update.
3190 * gnulib/import/float+.h: Update.
3191 * gnulib/import/float.c: Update.
3192 * gnulib/import/float.in.h: Update.
3193 * gnulib/import/fnmatch.c: Update.
3194 * gnulib/import/fnmatch.in.h: Update.
3195 * gnulib/import/fnmatch_loop.c: Update.
3196 * gnulib/import/fpucw.h: Update.
3197 * gnulib/import/frexp.c: Update.
3198 * gnulib/import/frexpl.c: Update.
3199 * gnulib/import/gettimeofday.c: Update.
3200 * gnulib/import/inttypes.in.h: Update.
3201 * gnulib/import/isnan.c: Update.
3202 * gnulib/import/isnand-nolibm.h: Update.
3203 * gnulib/import/isnand.c: Update.
3204 * gnulib/import/isnanl-nolibm.h: Update.
3205 * gnulib/import/isnanl.c: Update.
3206 * gnulib/import/itold.c: Update.
3207 * gnulib/import/localcharset.c: Update.
3208 * gnulib/import/localcharset.h: Update.
3209 * gnulib/import/lstat.c: Update.
3210 * gnulib/import/m4/00gnulib.m4: Update.
3211 * gnulib/import/m4/absolute-header.m4: Update.
3212 * gnulib/import/m4/alloca.m4: Update.
3213 * gnulib/import/m4/canonicalize.m4: Update.
3214 * gnulib/import/m4/codeset.m4: Update.
3215 * gnulib/import/m4/configmake.m4: Update.
3216 * gnulib/import/m4/dirent_h.m4: Update.
3217 * gnulib/import/m4/dirfd.m4: Update.
3218 * gnulib/import/m4/dirname.m4: Update.
3219 * gnulib/import/m4/double-slash-root.m4: Update.
3220 * gnulib/import/m4/eealloc.m4: Update.
3221 * gnulib/import/m4/errno_h.m4: Update.
3222 * gnulib/import/m4/exponentd.m4: Update.
3223 * gnulib/import/m4/exponentl.m4: Update.
3224 * gnulib/import/m4/extensions.m4: Update.
3225 * gnulib/import/m4/extern-inline.m4: Update.
3226 * gnulib/import/m4/fcntl-o.m4: Update.
3227 * gnulib/import/m4/float_h.m4: Update.
3228 * gnulib/import/m4/fnmatch.m4: Update.
3229 * gnulib/import/m4/fpieee.m4: Update.
3230 * gnulib/import/m4/frexp.m4: Update.
3231 * gnulib/import/m4/frexpl.m4: Update.
3232 * gnulib/import/m4/gettimeofday.m4: Update.
3233 * gnulib/import/m4/glibc21.m4: Update.
3234 * gnulib/import/m4/gnulib-cache.m4: Update.
3235 * gnulib/import/m4/gnulib-common.m4: Update.
3236 * gnulib/import/m4/gnulib-comp.m4: Update.
3237 * gnulib/import/m4/gnulib-tool.m4: Update.
3238 * gnulib/import/m4/include_next.m4: Update.
3239 * gnulib/import/m4/inttypes-pri.m4: Update.
3240 * gnulib/import/m4/inttypes.m4: Update.
3241 * gnulib/import/m4/isnand.m4: Update.
3242 * gnulib/import/m4/isnanl.m4: Update.
3243 * gnulib/import/m4/largefile.m4: Update.
3244 * gnulib/import/m4/localcharset.m4: Update.
3245 * gnulib/import/m4/locale-fr.m4: Update.
3246 * gnulib/import/m4/locale-ja.m4: Update.
3247 * gnulib/import/m4/locale-zh.m4: Update.
3248 * gnulib/import/m4/longlong.m4: Update.
3249 * gnulib/import/m4/lstat.m4: Update.
3250 * gnulib/import/m4/malloc.m4: Update.
3251 * gnulib/import/m4/malloca.m4: Update.
3252 * gnulib/import/m4/math_h.m4: Update.
3253 * gnulib/import/m4/mbrtowc.m4: Update.
3254 * gnulib/import/m4/mbsinit.m4: Update.
3255 * gnulib/import/m4/mbsrtowcs.m4: Update.
3256 * gnulib/import/m4/mbstate_t.m4: Update.
3257 * gnulib/import/m4/memchr.m4: Update.
3258 * gnulib/import/m4/memmem.m4: Update.
3259 * gnulib/import/m4/mmap-anon.m4: Update.
3260 * gnulib/import/m4/multiarch.m4: Update.
3261 * gnulib/import/m4/nocrash.m4: Update.
3262 * gnulib/import/m4/off_t.m4: Update.
3263 * gnulib/import/m4/pathmax.m4: Update.
3264 * gnulib/import/m4/readlink.m4: Update.
3265 * gnulib/import/m4/rename.m4: Update.
3266 * gnulib/import/m4/rmdir.m4: Update.
3267 * gnulib/import/m4/ssize_t.m4: Update.
3268 * gnulib/import/m4/stat.m4: Update.
3269 * gnulib/import/m4/stdbool.m4: Update.
3270 * gnulib/import/m4/stddef_h.m4: Update.
3271 * gnulib/import/m4/stdint.m4: Update.
3272 * gnulib/import/m4/stdio_h.m4: Update.
3273 * gnulib/import/m4/stdlib_h.m4: Update.
3274 * gnulib/import/m4/string_h.m4: Update.
3275 * gnulib/import/m4/strstr.m4: Update.
3276 * gnulib/import/m4/strtok_r.m4: Update.
3277 * gnulib/import/m4/sys_socket_h.m4: Update.
3278 * gnulib/import/m4/sys_stat_h.m4: Update.
3279 * gnulib/import/m4/sys_time_h.m4: Update.
3280 * gnulib/import/m4/sys_types_h.m4: Update.
3281 * gnulib/import/m4/time_h.m4: Update.
3282 * gnulib/import/m4/unistd_h.m4: Update.
3283 * gnulib/import/m4/warn-on-use.m4: Update.
3284 * gnulib/import/m4/wchar_h.m4: Update.
3285 * gnulib/import/m4/wchar_t.m4: Update.
3286 * gnulib/import/m4/wctype_h.m4: Update.
3287 * gnulib/import/m4/wint_t.m4: Update.
3288 * gnulib/import/malloc.c: Update.
3289 * gnulib/import/malloca.c: Update.
3290 * gnulib/import/malloca.h: Update.
3291 * gnulib/import/math.in.h: Update.
3292 * gnulib/import/mbrtowc.c: Update.
3293 * gnulib/import/mbsinit.c: Update.
3294 * gnulib/import/mbsrtowcs-impl.h: Update.
3295 * gnulib/import/mbsrtowcs-state.c: Update.
3296 * gnulib/import/mbsrtowcs.c: Update.
3297 * gnulib/import/memchr.c: Update.
3298 * gnulib/import/memmem.c: Update.
3299 * gnulib/import/pathmax.h: Update.
3300 * gnulib/import/readlink.c: Update.
3301 * gnulib/import/ref-add.sin: Update.
3302 * gnulib/import/ref-del.sin: Update.
3303 * gnulib/import/rename.c: Update.
3304 * gnulib/import/rmdir.c: Update.
3305 * gnulib/import/same-inode.h: Update.
3306 * gnulib/import/stat.c: Update.
3307 * gnulib/import/stdbool.in.h: Update.
3308 * gnulib/import/stddef.in.h: Update.
3309 * gnulib/import/stdint.in.h: Update.
3310 * gnulib/import/stdio.c: Update.
3311 * gnulib/import/stdio.in.h: Update.
3312 * gnulib/import/stdlib.in.h: Update.
3313 * gnulib/import/str-two-way.h: Update.
3314 * gnulib/import/streq.h: Update.
3315 * gnulib/import/string.in.h: Update.
3316 * gnulib/import/stripslash.c: Update.
3317 * gnulib/import/strnlen1.c: Update.
3318 * gnulib/import/strnlen1.h: Update.
3319 * gnulib/import/strstr.c: Update.
3320 * gnulib/import/strtok_r.c: Update.
3321 * gnulib/import/sys_stat.in.h: Update.
3322 * gnulib/import/sys_time.in.h: Update.
3323 * gnulib/import/sys_types.in.h: Update.
3324 * gnulib/import/time.in.h: Update.
3325 * gnulib/import/unistd.in.h: Update.
3326 * gnulib/import/verify.h: Update.
3327 * gnulib/import/wchar.in.h: Update.
3328 * gnulib/import/wctype.in.h: Update.
3329 * gnulib/import/gettimeofday.c: New file.
3330 * gnulib/import/m4/absolute-header.m4: New file.
3331 * gnulib/import/m4/gettimeofday.m4: New file.
3332 * gnulib/import/m4/sys_socket_h.m4: New file.
3333 * gnulib/import/m4/sys_time_h.m4: New file.
3334 * gnulib/import/stdio.c: Delete file.
3335 * gnulib/import/sys_time.in.h: New file.
3336
3337 2015-08-24 Pedro Alves <palves@redhat.com>
3338
3339 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3340 * common/gdb_sys_time.h: New file.
3341 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3342 * gdb_select.h: Likewise.
3343 * gdb_usleep.c: Likewise.
3344 * maint.c: Likewise.
3345 * mi/mi-main.c: Likewise.
3346 * mi/mi-parse.h: Likewise.
3347 * remote-fileio.c: Likewise.
3348 * remote-m32r-sdi.c: Likewise.
3349 * remote.c: Likewise.
3350 * ser-base.c: Likewise.
3351 * ser-pipe.c: Likewise.
3352 * ser-tcp.c: Likewise.
3353 * ser-unix.c: Likewise.
3354 * symfile.c: Likewise.
3355 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3356 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3357 * utils.c: Likewise.
3358
3359 2015-08-24 Pedro Alves <palves@redhat.com>
3360
3361 * NEWS: Mention removed support for the various ROM monitors.
3362 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3363 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3364 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3365 gdb_target_obs.
3366 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3367 gdb_target_obs.
3368 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3369 dsrec.o from gdb_target_obs.
3370 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3371 from gdb_target_obs.
3372 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3373 gdb_target_obs.
3374 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3375 dink32-rom.o from gdb_target_obs.
3376 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3377 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3378 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3379 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3380
3381 2015-08-21 Pedro Alves <palves@redhat.com>
3382
3383 * frame.c (null_frame_id): Explicitly zero-initialize.
3384
3385 2015-08-21 Tom Tromey <tromey@redhat.com>
3386
3387 * dwarf2read.c (struct dwarf2_section_info): Rename field
3388 'asection' to 'section'.
3389 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3390 (dwarf2_locate_sections, dwarf2_locate_sections)
3391 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3392 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3393 (dwarf2_locate_v2_dwp_sections): Adjust.
3394
3395 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3396
3397 * top.h (gdb_in_secondary_prompt_p): Declare.
3398 * top.c (gdb_secondary_prompt_depth): Define.
3399 (gdb_in_secondary_prompt_p): Define.
3400 (gdb_readline_wrapper_cleanup): Decrement
3401 gdb_secondary_prompt_depth.
3402 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3403 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3404 are in a secondary prompt.
3405
3406 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3407
3408 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3409 emit the newline.
3410
3411 2015-08-21 Gary Benson <gbenson@redhat.com>
3412
3413 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3414
3415 2015-08-21 Gary Benson <gbenson@redhat.com>
3416
3417 * target.h (struct target_ops) <to_fileio_open>: New argument
3418 warn_if_slow. Update comment. All implementations updated.
3419 (target_fileio_open_warn_if_slow): New declaration.
3420 * target.c (target_fileio_open): Renamed as...
3421 (target_fileio_open_1): ...this. New argument warn_if_slow.
3422 Pass warn_if_slow to implementation. Update debug printing.
3423 (target_fileio_open): New function.
3424 (target_fileio_open_warn_if_slow): Likewise.
3425 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3426 target_fileio_open_warn_if_slow.
3427
3428 2015-08-21 Gary Benson <gbenson@redhat.com>
3429
3430 * nat/linux-namespaces.c (linux_mntns_access_fs):
3431 Do not overwrite old_chain.
3432
3433 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
3434
3435 * arch/xtensa.h: New file.
3436 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3437 (ps_get_thread_area): New function.
3438 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3439 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3440 * xtensa-tdep.c (osabi.h): New #include.
3441 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3442 xtensa-specific hooks.
3443 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3444 member and move the structure to arch/xtensa.h.
3445
3446 2015-08-21 Pedro Alves <palves@redhat.com>
3447
3448 * remote.c (struct readahead_cache): New.
3449 (struct remote_state) <readahead_cache>: New field.
3450 (remote_open_1): Invalidate the cache.
3451 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3452 functions.
3453 (remote_hostio_pwrite): Invalidate the readahead cache.
3454 (remote_hostio_pread): Rename to ...
3455 (remote_hostio_pread_vFile): ... this.
3456 (remote_hostio_pread_from_cache): New function.
3457 (remote_hostio_pread): Reimplement.
3458 (remote_hostio_close): Invalidate the readahead cache.
3459
3460 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
3461
3462 PR build/18843
3463 * procfs.c: Include "filestuff.h".
3464
3465 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3466
3467 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3468 curch.
3469 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3470 cur_line or curch, instead call wmove().
3471 (init_win_info) [CMD_WIN]: Likewise.
3472 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3473 instead call getcury().
3474 (tui_redisplay_readline): Don't set cur_line or curch.
3475 (tui_mld_erase_entire_line): Don't read cur_line, instead call
3476 getcury().
3477 (tui_cont_sig): Remove call to wmove.
3478 (tui_getc): Don't read cur_line or curch, instead call getcury()
3479 or getyx(). Don't set curch.
3480 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3481 set cur_line or curch. Always move cursor to (0,0).
3482
3483 2015-08-20 Pedro Alves <palves@redhat.com>
3484
3485 * infrun.c (print_target_wait_results): Make extern.
3486 * infrun.h (print_target_wait_results): Declare.
3487 * remote.c (set_stop_requested_callback): Delete.
3488 (process_initial_stop_replies): New function.
3489 (remote_start_remote): Use it.
3490 (stop_reply_queue_length): New function.
3491
3492 2015-08-20 Pedro Alves <palves@redhat.com>
3493
3494 * dwarf2read.c (process_full_comp_unit): To tell whether
3495 start_subfile managed to deduce a language, test for
3496 language_unknown instead of language_c.
3497
3498 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3499
3500 * ada-lex.l: Reset the start condition to INITIAL in the rule that
3501 matches attributes.
3502
3503 2015-08-19 Kevin Buettner <kevinb@redhat.com>
3504
3505 * dwarf2read.c (dwarf2_string_attr): New function.
3506 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3507 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3508 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3509 (anonymous_struct_prefix, prepare_one_comp_unit): Use
3510 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3511
3512 2015-08-18 Doug Evans <dje@google.com>
3513 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3514
3515 PR mi/18833
3516 * cli/cli-logging.c (pop_output_files): Don't restore redirection
3517 if MI-like.
3518 * mi/mi-out.c: #include "vec.h".
3519 (ui_filep): New type.
3520 (DEV_VEC_P (ui_filep)): New type.
3521 (struct ui_out_data) <buffer, original_buffer>: Delete.
3522 (struct ui_out_data) <streams>: New member.
3523 (mi_ui_out_impl): Add data_destroy field.
3524 (mi_field_string, mi_field_fmt): Update.
3525 (mi_flush, mi_redirect, field_separator): Update.
3526 (mi_open, mi_close): Update.
3527 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
3528 (mi_out_data_ctor, mi_out_data_dtor): New functions.
3529 (mi_out_new): Call mi_out_data_ctor.
3530
3531 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
3532
3533 * remote.c (strprefix): New.
3534 (remote_parse_stop_reply): Use strprefix instead of strncmp
3535 to ensure exact match of keyword.
3536
3537 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3538
3539 * gdb_bfd.c (debug_bfd_cache): New variable.
3540 (show_bfd_cache_debug): New function.
3541 (gdb_bfd_open): Add debug logging.
3542 (gdb_bfd_ref): Likewise.
3543 (gdb_bfd_unref): Likewise.
3544 (_initialize_gdb_bfd): Add new set/show command.
3545 * NEWS: Mention new command.
3546
3547 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdb_bfd.c (bfd_sharing): New variable.
3550 (show_bfd_sharing): New function.
3551 (gdb_bfd_open): Check bfd_sharing variable.
3552 (_initialize_gdb_bfd): Add new set/show command.
3553 * NEWS: Mention new command.
3554
3555 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3556
3557 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
3558 field.
3559 (struct gdb_bfd_cache_search): Likewise.
3560 (eq_bfd): Compare the size, inode, and device id fields.
3561 (gdb_bfd_open): Initialise the size, inode, and device id fields.
3562 (gdb_bfd_ref): Likewise.
3563 (gdb_bfd_unref): Likewise.
3564
3565 2015-08-18 Pedro Alves <palves@redhat.com>
3566
3567 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
3568 target implements to_always_non_stop_p, call it.
3569 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
3570 (x86_linux_create_target): Install it as to_always_non_stop_p
3571 method.
3572
3573 2015-08-17 Doug Evans <dje@google.com>
3574
3575 * ui-out.c (default_ui_out_impl): Add comment.
3576
3577 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
3578
3579 * d-exp.y (type_aggregate_p): New function.
3580 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
3581 (classify_inner_name): Likewise.
3582 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
3583
3584 2015-08-15 Doug Evans <xdje42@gmail.com>
3585
3586 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
3587 updated.
3588 (add_psymbol_to_list): Ditto.
3589
3590 2015-08-15 Doug Evans <xdje42@gmail.com>
3591
3592 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
3593 updated. Call end_psymtab_common.
3594 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
3595 end_psymtab_common.
3596 (build_type_psymtabs_reader): Ditto.
3597 * psympriv.h (sort_pst_symbols): Delete.
3598 (end_psymtab_common): Declare.
3599 * psymtab.c (sort_pst_symbols): Make static.
3600 (end_psymtab_common): New function.
3601 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
3602
3603 2015-08-15 Doug Evans <xdje42@gmail.com>
3604
3605 * defs.h (LANGUAGE_BITS): Define.
3606 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
3607 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
3608 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
3609 (minimal_symbol_type): Add nr_minsym_types.
3610 (MINSYM_TYPE_BITS): Define.
3611 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
3612 (domain_enum_tag): Add NR_DOMAINS.
3613 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
3614 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
3615
3616 2015-08-15 Doug Evans <xdje42@gmail.com>
3617
3618 * objfiles.h: Whitespace cleanup.
3619 * psympriv.h: Whitespace cleanup.
3620 * psymtab.c: Whitespace/coding convention cleanup.
3621
3622 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3623
3624 * inferior.c (detach_inferior_command): Don't call
3625 any_thread_of_process when pid is 0.
3626 (kill_inferior_command): Likewise.
3627
3628 2015-08-14 Doug Evans <xdje42@gmail.com>
3629
3630 PR gdb/11833
3631 * NEWS: Document new /s modifier for the disassemble command.
3632 * cli/cli-cmds.c (disassemble_command): Add support for /s.
3633 (_initialize_cli_cmds): Update online docs of disassemble command.
3634 * disasm.c: #include "source.h".
3635 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
3636 All uses updated.
3637 (dis_line_entry): New struct.
3638 (hash_dis_line_entry, eq_dis_line_entry): New functions.
3639 (allocate_dis_line_table): New functions.
3640 (maybe_add_dis_line_entry, line_has_code_p): New functions.
3641 (dump_insns): New arg end_pc. All callers updated.
3642 (do_mixed_source_and_assembly_deprecated): Renamed from
3643 do_mixed_source_and_assembly. All callers updated.
3644 (do_mixed_source_and_assembly): New function.
3645 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
3646 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
3647 DISASSEMBLY_SOURCE. All uses updated.
3648 (DISASSEMBLY_SOURCE): New macro.
3649 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
3650
3651 2015-08-14 Keith Seitz <keiths@redhat.com>
3652
3653 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
3654 `typename' to `type_name' to avoid C++ reserved word.
3655
3656 2015-08-14 Keith Seitz <keiths@redhat.com>
3657
3658 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
3659 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
3660 silence ARI errors.
3661
3662 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
3663
3664 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
3665 xstrprintf instead of malloc and sprintf.
3666 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
3667 (lex_one_token): Likewise.
3668
3669 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
3670
3671 * solib-svr4.c (read_program_header): Add base_addr argument to
3672 report the runtime address of the segment.
3673 (find_program_interpreter): Update read_program_header call to pass
3674 a NULL pointer for the new argument.
3675 (scan_dyntag): Add ptr_addr argument to report the runtime address
3676 of the tag payload.
3677 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
3678 read_program_header to get the base address of the dynamic segment.
3679 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
3680 read_program_header.
3681 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
3682
3683 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
3684
3685 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
3686
3687 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
3688
3689 * d-exp.y (%union): Add voidval.
3690 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
3691 name in the lexing stage.
3692 (PostfixExpression): Move symbol completion handling in grammar here
3693 from PrimaryExpression.
3694 (PrimaryExpression): Move routines to handle resolving identifier
3695 tokens in the grammar here from push_expression_name.
3696 (IdentifierExp): Remove the handling of alternating '.' and identifier
3697 tokens.
3698 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
3699 (BasicType): Remove C-style typename rules.
3700 (d_type_from_name, d_module_from_name, push_variable)
3701 (push_fieldnames, push_type_name, push_module_name)
3702 (push_expression_name): Remove.
3703 (lex_one_token): Rename from yylex. Replace pstate with par_state.
3704 (token_and_value): New type.
3705 (token_fifo, popping, name_obstack): New globals.
3706 (classify_name): New function.
3707 (classify_inner_name): Likewise.
3708 (yylex): Likewise.
3709 (d_parse): Initialize token_fifo, popping and name_obstack.
3710
3711 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
3712
3713 * Makefile.in (SFILES): Add d-namespace.c.
3714 (COMMON_OBS): Add d-namespace.o.
3715 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
3716 la_lookup_symbol_nonlocal callback function pointer.
3717 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
3718 (d_lookup_nested_symbol): New declaration.
3719 * d-namespace.c: New file.
3720
3721 2015-08-13 Pedro Alves <palves@redhat.com>
3722
3723 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
3724 cleanup after the decref cleanup, not before.
3725
3726 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3727
3728 * ada-lang.c: Include namespace.h
3729 (aux_add_nonlocal_symbols): Fix a function name in comment.
3730 (ada_add_block_renamings): New.
3731 (add_nonlocal_symbols): Add global renamings handling.
3732 (ada_lookup_symbol_list_worker): Move the symbol lookup part
3733 to...
3734 (ada_add_all_symbols): ... this new function.
3735 (ada_add_block_symbols): Try to match the input name against the
3736 "using directives list", perform a recursive symbol lookup on
3737 the matched declarations.
3738 * block.h (struct block): Move the_namespace to top-level as
3739 namespace_info. Remove the language_specific field.
3740 (BLOCK_NAMESPACE): Update access to the namespace_info field.
3741 * buildsym.h (using_directives): Rename into...
3742 (local_using_directives): ... this.
3743 (global_using_directives): New.
3744 (struct context_stack): Rename the using_directives field into
3745 local_using_directives.
3746 * buildsym.c (finish_block_internal): Deal with the proper
3747 using directives repository (local or global).
3748 (prepare_for_building): Reset local_using_directives. Assert
3749 that there is no pending global using directive.
3750 (reset_symtab_globals): Reset global_using_directives and
3751 local_using_directives.
3752 (end_symtab_get_static_block): Don't ignore symtabs that have
3753 only using directives.
3754 (push_context): Update references to local_using_directives.
3755 (buildsym_init): Do not reset using_directives.
3756 * cp-support.c: Include namespace.h.
3757 * cp-support.h (struct using_direct): Move to namespace.h.
3758 (cp_add_using_directives): Move to namespace.h.
3759 * cp-namespace.c: Include namespace.h
3760 (cp_add_using_directive): Move to namespace.c, rename it to
3761 add_using_directive, add a "using_directives" argument and use
3762 it as the pending using directives repository. All callers
3763 updated.
3764 * dwarf2read.c (using_directives): New.
3765 (read_import_statement): Call using_directives.
3766 (read_func_scope): Update references to local_using_directives.
3767 (read_lexical_block_scope): Likewise.
3768 (read_namespace): Update the heading comment, call
3769 using_directives.
3770 * namespace.h: New file.
3771 * namespace.c: New file.
3772 * Makefile.in (SFILES): Add namespace.c.
3773 (COMMON_OBS): Add namespace.o
3774
3775 2015-08-12 Joel Brobecker <brobecker@adacore.com>
3776
3777 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
3778 compute RETADDR.
3779
3780 2015-08-12 Keith Seitz <keiths@redhat.com>
3781
3782 * break-catch-throw.c (re_set_exception_catchpoint) Rename
3783 reserved C++ keyword "explicit" to "explicit_loc".
3784 * breakpoint.c (create_overlay_event_breakpoint)
3785 (create_longjmp_master_breakpoint)
3786 (create_std_terminate_master_breakpoint)
3787 (create_exception_master_breakpoint, update_static_tracepoint):
3788 Rename reserved C++ keyword "explicit" to "explicit_loc".
3789 * completer.c (collect_explicit_location_matches)
3790 (explicit_location_completer): Rename reserved C++ keyword
3791 "explicit" to "explicit_loc".
3792 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
3793 (canonicalize_linespec, create_sals_line_offset)
3794 (convert_linespec_to_sals, convert_explicit_location_to_sals)
3795 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
3796 "explicit" to "explicit_loc".
3797 * location.c (struct event_location) <explicit>: Rename to
3798 "explicit_loc".
3799 (initialize_explicit_location, new_explicit_location)
3800 (explicit_location_to_string_internal, explicit_location_to_linespec):
3801 Rename reserved C++ keyword "explicit" to "explicit_loc".
3802 * location.h (explicit_location_to_string)
3803 (explicit_location_to_linespec, initialize_explicit_location)
3804 (new_explicit_location): Rename reserved C++ keyword "explicit"
3805 to "explicit_loc".
3806 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
3807 keyword "explicit" to "explicit_loc".
3808
3809 2015-08-12 Keith Seitz <keiths@redhat.com>
3810
3811 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
3812 and only call decode_line_1 when it is non-NULL.
3813
3814 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
3815
3816 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
3817 location address is not meaningful.
3818 (breakpoint_address_is_meaningful): Update comment.
3819
3820 2015-08-11 Keith Seitz <keiths@redhat.com>
3821
3822 * NEWS: Mention explicit locations.
3823 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
3824 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
3825 (_initialize_breakpoint): Update documentation for
3826 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
3827
3828 2015-08-11 Keith Seitz <keiths@redhat.com>
3829
3830 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
3831 explicit locations, options "--source", "--function",
3832 "--label", and "--line".
3833
3834 2015-08-11 Keith Seitz <keiths@redhat.com>
3835
3836 * completer.c: Include location.h.
3837 (enum match_type): New enum.
3838 (location_completer): Rename to ...
3839 (linespec_completer): ... this.
3840 (collect_explicit_location_matches, backup_text_ptr)
3841 (explicit_location_completer): New functions.
3842 (location_completer): "New" function; handle linespec
3843 and explicit location completions.
3844 (complete_line_internal): Remove all location completer-specific
3845 handling.
3846 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
3847 (find_toplevel_char): Export.
3848 (linespec_parse_line_offset): Export.
3849 Issue error if STRING is not numerical.
3850 (gdb_get_linespec_parser_quote_characters): New function.
3851 * linespec.h (linespec_parse_line_offset): Declare.
3852 (get_gdb_linespec_parser_quote_characters): Declare.
3853 (is_ada_operator): Declare.
3854 (find_toplevel_char): Declare.
3855 (linespec_lexer_lex_keyword): Declare.
3856 * location.c (explicit_to_event_location): New function.
3857 (explicit_location_lex_one): New function.
3858 (string_to_explicit_location): New function.
3859 (string_to_event_location): Handle explicit locations.
3860 * location.h (explicit_to_event_location): Declare.
3861 (string_to_explicit_location): Declare.
3862
3863 2015-08-11 Keith Seitz <keiths@redhat.com>
3864
3865 * break-catch-throw.c (re_set_exception_catchpoint): Convert
3866 linespec into explicit location.
3867 * breakpoint.c (create_overlay_breakpoint)
3868 (create_longjmp_master_breakpoint)
3869 (create_std_terminate_master_breakpoint)
3870 (create_exception_master_breakpoint): Convert linespec into explicit
3871 location.
3872 (update_static_tracepoint): Convert linespec into explicit location.
3873 * linespec.c (enum offset_relative_sign, struct line_offset): Move
3874 location.h.
3875 (struct linespec) <expression, expr_pc, source_filename>
3876 <function_name, label_name, line_offset>: Replace with ...
3877 <explicit>: ... this.
3878 <is_linespec>: New member.
3879 (PARSER_EXPLICIT): New accessor macro.
3880 (undefined_label_error): New function.
3881 (source_file_not_found_error): New function.
3882 (linespec_parse_basic): The parser result is now an explicit location.
3883 Use PARSER_EXPLICIT to access it.
3884 Use undefined_label_error.
3885 (canonicalize_linespec): Convert canonical linespec into explicit
3886 location.
3887 Move string representation of location to explicit_location_to_linespec
3888 and use it and explicit_location_to_string to save string
3889 representations of the canonical location.
3890 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
3891 explicit location. Update all references.
3892 (convert_explicit_location_to_sals): New function.
3893 (parse_linespec): Use PARSER_EXPLICIT to access the parser
3894 result's explicit location.
3895 (linespec_state_constructor): Initialize is_linespec.
3896 Use PARSER_EXPLICIT.
3897 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
3898 result.
3899 (event_location_to_sals): For linespec locations, set is_linespec.
3900 Handle explicit locations.
3901 (decode_objc): 'ls' contains an explicit location now. Update all
3902 references.
3903 (symtabs_from_filename): Use source_file_not_found_error.
3904 * location.c (struct event_location.u) <explicit>: New member.
3905 (initialize_explicit_location): New function.
3906 (initialize_event_location): Initialize explicit locations.
3907 (new_explicit_location, get_explicit_location)
3908 (get_explicit_location_const): New functions.
3909 (explicit_to_string_internal): New function; most of contents moved
3910 from canonicalize_linespec.
3911 (explicit_location_to_string): New function.
3912 (explicit_location_to_linespec): New function.
3913 (copy_event_location, delete_event_location)
3914 (event_location_to_string_const, event_location_empty_p): Handle
3915 explicit locations.
3916 * location.h (enum offset_relative_sign, struct line_offset): Move
3917 here from linespec.h.
3918 (enum event_location_type): Add EXPLICIT_LOCATION.
3919 (struct explicit_location): New structure.
3920 (explicit_location_to_string): Declare.
3921 (explicit_location_to_linespec): Declare.
3922 (new_explicit_location, get_explicit_locationp
3923 (get_explicit_location_const, initialize_explicit_location): Declare.
3924
3925 2015-08-11 Keith Seitz <keiths@redhat.com>
3926
3927 * break-catch-throw.c (re_set_exception_catchpoint): Convert
3928 linespec for stap probe to probe location.
3929 * breakpoint.c (create_longjmp_master_breakpoint)
3930 (create_exception_master_breakpoint): Likewise.
3931 (break_command_1): Remove local variable `arg_cp'.
3932 Check location type to set appropriate breakpoint ops methods.
3933 (trace_command): Likewise.
3934 * linespec.c (event_location_to_sals): Assert on probe locations.
3935 * location.c (EL_PROBE): Add macro definition.
3936 (new_probe_location, get_probe_location): New functions.
3937 (copy_event_location, delete_event_location, event_location_to_string)
3938 (string_to_event_location, event_location_empty_p): Handle probe
3939 locations.
3940 * location.h (enum event_location_type): Add PROBE_LOCATION.
3941 (new_probe_location, get_probe_location): Declare.
3942 * probe.c (parse_probes): Assert that LOCATION is a probe location.
3943 Convert linespec into probe location.
3944
3945 2015-08-11 Keith Seitz <keiths@redhat.com>
3946
3947 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
3948 Convert linespec to address location.
3949 * linespec.c (canonicalize_linespec): Do not handle address
3950 locations here.
3951 (convert_address_location_to_sals): New function; contents moved
3952 from ...
3953 (convert_linespc_to_sals): ... here.
3954 (parse_linespec): Remove address locations from linespec grammar.
3955 Remove handling of address locations.
3956 (linespec_lex_to_end): Remove handling of address linespecs.
3957 (event_location_to_sals): Handle ADDRESS_LOCATION.
3958 (linespec_expression_to_pc): Export.
3959 * linespec.h (linespec_expression_to_pc): Add declaration.
3960 * location.c (struct event_location.u) <address>: New member.
3961 (new_address_location, get_address_location): New functions.
3962 (copy_event_location, delete_event_location, event_location_to_string)
3963 (string_to_event_location, event_location_empty_p): Handle address
3964 locations.
3965 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
3966 (new_address_location, get_address_location): Declare.
3967 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
3968 to address location.
3969 * spu-tdep.c (spu_catch_start): Likewise.
3970
3971 2015-08-11 Keith Seitz <keiths@redhat.com>
3972
3973 * ax-gdb.c: Include location.h.
3974 (agent_command_1) Use linespec location instead of address
3975 string.
3976 * break-catch-throw.c: Include location.h.
3977 (re_set_exception_catchpoint): Use linespec locations instead
3978 of address strings.
3979 * breakpoint.c: Include location.h.
3980 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
3981 (create_std_terminate_master_breakpoint)
3982 (create_exception_master_breakpoint, update_breakpoints_after_exec):
3983 Use linespec location instead of address string.
3984 (print_breakpoint_location): Use locations and
3985 event_location_to_string.
3986 Print extra_string for pending locations for non-MI streams.
3987 (print_one_breakpoint_location): Use locations and
3988 event_location_to_string.
3989 (init_raw_breakpoint_without_location): Initialize b->location.
3990 (create_thread_event_breakpoint): Use linespec location instead of
3991 address string.
3992 (init_breakpoint_sal): Likewise.
3993 Only save extra_string if it is non-NULL and not the empty string.
3994 Use event_location_to_string instead of `addr_string'.
3995 Constify `p' and `endp'.
3996 Use skip_spaces_const/skip_space_const instead of non-const versions.
3997 Copy the location into the breakpoint.
3998 If LOCATION is NULL, save the breakpoint address as a linespec location
3999 instead of an address string.
4000 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4001 event_location. All uses updated.
4002 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4003 (parse_breakpoint_sals): Use locations instead of address strings.
4004 Remove check for empty linespec with conditional.
4005 Refactor.
4006 (decode_static_tracepoint_spec): Make argument const and update
4007 function.
4008 (create_breakpoint): Change `arg' to a struct event_location and
4009 rename.
4010 Remove `copy_arg' and `addr_start'.
4011 If EXTRA_STRING is empty, set it to NULL.
4012 Don't populate `canonical' for pending breakpoints.
4013 Pass `extra_string' to find_condition_and_thread.
4014 Clear `extra_string' if `rest' was NULL.
4015 Do not error with "garbage after location" if setting a dprintf
4016 breakpoint.
4017 Copy the location into the breakpoint instead of an address string.
4018 (break_command_1): Use string_to_event_location and pass this to
4019 create_breakpoint instead of an address string.
4020 Check against `arg_cp' for a probe linespec.
4021 (dprintf_command): Use string_to_event_location and pass this to
4022 create_breakpoint instead of an address string.
4023 Throw an exception if no format string was specified.
4024 (print_recreate_ranged_breakpoint): Use event_location_to_string
4025 instead of address strings.
4026 (break_range_command, until_break_command)
4027 (init_ada_exception_breakpoint): Use locations instead
4028 of address strings.
4029 (say_where): Print out extra_string for pending locations.
4030 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4031 the breakpoint.
4032 (base_breakpoint_create_sals_from_location): Use struct event_location
4033 instead of address string.
4034 Remove `addr_start' and `copy_arg' parameters.
4035 (base_breakpoint_decode_location): Use struct event_location instead of
4036 address string.
4037 (bkpt_re_set): Use locations instead of address strings.
4038 Use event_location_empty_p to check for unset location.
4039 (bkpt_print_recreate): Use event_location_to_string instead of
4040 an address string.
4041 Print out extra_string for pending locations.
4042 (bkpt_create_sals_from_location, bkpt_decode_location)
4043 (bkpt_probe_create_sals_from_location): Use struct event_location
4044 instead of address string.
4045 (bkpt_probe_decode_location): Use struct event_location instead of
4046 address string.
4047 (tracepoint_print_recreate): Use event_location_to_string to
4048 recreate the tracepoint.
4049 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4050 (tracepoint_probe_create_sals_from_location)
4051 (tracepoint_probe_decode_location): Use struct event_location
4052 instead of address string.
4053 (dprintf_print_recreate): Use event_location_to_string to recreate
4054 the dprintf.
4055 (dprintf_re_set): Remove check for valid/missing format string.
4056 (strace_marker_create_sals_from_location)
4057 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4058 (update_static_tracepoint): Use struct event_location instead of
4059 address string.
4060 (location_to_sals): Likewise.
4061 Pass `extra_string' to find_condition_and_thread.
4062 For newly resolved pending breakpoint locations, clear the location's
4063 string representation.
4064 Assert that the breakpoint's condition string is NULL when
4065 condition_not_parsed.
4066 (breakpoint_re_set_default, create_sals_from_location_default)
4067 (decode_location_default, trace_command, ftrace_command)
4068 (strace_command, create_tracepoint_from_upload): Use locations
4069 instead of address strings.
4070 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4071 Use struct event_location instead of address string.
4072 Update all uses.
4073 <decode_location>: Likewise.
4074 (struct breakpoint) <addr_string>: Change to struct event_location
4075 and rename `location'.
4076 <addr_string_range_end>: Change to struct event_location and rename
4077 `location_range_end'.
4078 (create_breakpoint): Use struct event_location instead of address
4079 string.
4080 * cli/cli-cmds.c: Include location.h.
4081 (edit_command, list_command): Use locations instead of address strings.
4082 * elfread.c: Include location.h.
4083 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4084 * guile/scm-breakpoint.c: Include location.h.
4085 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4086 (gdbscm_register_breakpoint): Use locations instead of address
4087 strings.
4088 * linespec.c: Include location.h.
4089 (struct ls_parser) <stream>: Change to const char *.
4090 (PARSER_STREAM): Update.
4091 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4092 keywords must be followed by whitespace.
4093 (canonicalize_linespec): Save a linespec location into `canonical'.
4094 Save a canonical linespec into `canonical'.
4095 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4096 All uses updated.
4097 Update function description.
4098 (linespec_parser_new): Initialize `parser'.
4099 Update initialization of parsing stream.
4100 (event_location_to_sals): New function.
4101 (decode_line_full): Change `argptr' to a struct event_location and
4102 rename it `location'.
4103 Use locations instead of address strings.
4104 Call event_location_to_sals instead of parse_linespec.
4105 (decode_line_1): Likewise.
4106 (decode_line_with_current_source, decode_line_with_last_displayed)
4107 Use locations instead of address strings.
4108 (decode_objc): Likewise.
4109 Change `argptr' to const char * and rename `arg'.
4110 (destroy_linespec_result): Delete the linespec result's location
4111 instead of freeing the address string.
4112 * linespec.h (struct linespec_result) <addr_string>: Change to
4113 struct event_location and rename to ...
4114 <location>: ... this.
4115 (decode_line_1, decode_line_full): Change `argptr' to struct
4116 event_location. All callers updated.
4117 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4118 (mi_cmd_break_insert_1): Use locations instead of address strings.
4119 Throw an error if there was "garbage" at the end of the specified
4120 linespec.
4121 * probe.c: Include location.h.
4122 (parse_probes): Change `argptr' to struct event_location.
4123 Use event locations instead of address strings.
4124 * probe.h (parse_probes): Change `argptr' to struct event_location.
4125 * python/py-breakpoint.c: Include location.h.
4126 (bppy_get_location): Constify local variable `str'.
4127 Use event_location_to_string.
4128 (bppy_init): Use locations instead of address strings.
4129 * python/py-finishbreakpoint.c: Include location.h.
4130 (bpfinishpy_init): Remove local variable `addr_str'.
4131 Use locations instead of address strings.
4132 * python/python.c: Include location.h.
4133 (gdbpy_decode_line): Use locations instead of address strings.
4134 * remote.c: Include location.h.
4135 (remote_download_tracepoint): Use locations instead of address
4136 strings.
4137 * spu-tdep.c: Include location.h.
4138 (spu_catch_start): Remove local variable `buf'.
4139 Use locations instead of address strings.
4140 * tracepoint.c: Include location.h.
4141 (scope_info): Use locations instead of address strings.
4142 (encode_source_string): Constify parameter `src'.
4143 * tracepoint.h (encode_source_string): Likewise.
4144
4145 2015-08-11 Keith Seitz <keiths@redhat.com>
4146
4147 * Makefile.in (SFILES): Add location.c.
4148 (HFILES_NO_SRCDIR): Add location.h.
4149 (COMMON_OBS): Add location.o.
4150 * linespec.c (linespec_lex_to_end): New function.
4151 * linespec.h (linespec_lex_to_end): Declare.
4152 * location.c: New file.
4153 * location.h: New file.
4154
4155 2015-08-11 Keith Seitz <keiths@redhat.com>
4156
4157 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4158 Renamed to create_sals_from_location.
4159 <decode_linespec>: Renamed to decode_location.
4160 Update all callers.
4161 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4162 (create_sals_from_location_default): ... this.
4163 (addr_string_to_sals): Renamed to ...
4164 (location_to_sals): ... this.
4165 (decode_linespec_default): Renamed to ...
4166 (decode_location_default): ... this.
4167 (base_breakpoint_create_sals_from_address): Renamed to ...
4168 (base_breakpoint_create_sals_from_location): ... this.
4169 (bkpt_create_sals_from_address): Renamed to ...
4170 (bkpt_create_sals_from_location): ... this.
4171 (bkpt_decode_linespec): Renamed to ...
4172 (bkpt_decode_location): ... this.
4173 (bkpt_probe_create_sals_from_address): Renamed to ...
4174 (bkpt_probe_create_sals_from_location): ... this.
4175 (tracepoint_create_sals_from_address): Renamed to ...
4176 (tracepoint_create_sals_from_location): ... this.
4177 (tracepoint_decode_linespec): Renamed to ...
4178 (tracepoint_decode_location): ... this.
4179 (tracepoint_probe_create_sals_from_address): Renamed to ...
4180 (tracepoint_probe_create_sals_from_location): ... this.
4181 (tracepoint_probe_decode_linespec): Renamed to ...
4182 (tracepoint_probe_decode_location): ... this.
4183 (strace_marker_create_sals_from_address): Renamed to ...
4184 (strace_marker_create_sals_from_location): ... this.
4185 (decode_linespec_default): Renamed to ...
4186 (decode_location_default): ... this.
4187
4188 2015-08-10 Doug Evans <dje@google.com>
4189 Keith Seitz <keiths@redhat.com>
4190
4191 PR gdb/17960
4192 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4193 make_file_symbol_completion_list and made static.
4194 (make_file_symbol_completion_list): New function.
4195
4196 2015-08-10 Joel Brobecker <brobecker@adacore.com>
4197
4198 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4199 trailing new-line at end of warning message.
4200 (proceed): Add i18n marker to error messages.
4201
4202 2015-08-07 Pedro Alves <palves@redhat.com>
4203
4204 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4205
4206 2015-08-07 Pedro Alves <palves@redhat.com>
4207
4208 * s390-linux-tdep.c (is_non_branch_ril)
4209 (s390_displaced_step_copy_insn): New functions.
4210 (s390_displaced_step_fixup): Update comment.
4211 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4212 gdbarch_displaced_step_copy_insn hook.
4213
4214 2015-08-07 Pedro Alves <palves@redhat.com>
4215
4216 * infrun.c (displaced_step_prepare_throw): Return -1 if
4217 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4218 comment.
4219 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4220 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4221 in file.
4222 (ppc_displaced_step_copy_insn): New function.
4223 (ppc_displaced_step_fixup): Update comment.
4224 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4225 gdbarch_displaced_step_copy_insn hook.
4226 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4227 NULL return.
4228 * gdbarch.h: Regenerate.
4229
4230 2015-08-07 Pedro Alves <palves@redhat.com>
4231
4232 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4233 field.
4234 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4235 Return false if dispaced stepping failed before.
4236 (resume): Pass the current inferior to
4237 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4238 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4239 displaced_stepping_failed flag, and fall back to an in-line
4240 step-over.
4241
4242 2015-08-07 Pedro Alves <palves@redhat.com>
4243
4244 * darwin-nat.c (darwin_stop): Rename to ...
4245 (darwin_interrupt): ... this.
4246 (_initialize_darwin_inferior): Adjust.
4247 * gnu-nat.c (gnu_stop): Delete.
4248 (gnu_target): Don't install gnu_stop.
4249 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4250 (inf_ptrace_interrupt): ... this.
4251 (inf_ptrace_target): Adjust.
4252 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4253 target_stop.
4254 * linux-nat (linux_nat_stop): Rename to ...
4255 (linux_nat_interrupt): ... this.
4256 (linux_nat_stop): Reimplement.
4257 (linux_nat_add_target): Install linux_nat_interrupt.
4258 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4259 (nto_handle_sigint_twice): ... this.
4260 (nto_interrupt): Rename to ...
4261 (nto_handle_sigint): ... this. Call target_interrupt instead of
4262 target_stop.
4263 (procfs_wait): Adjust.
4264 (procfs_stop): Rename to ...
4265 (procfs_interrupt): ... this.
4266 (init_procfs_targets): Adjust.
4267 * procfs.c (procfs_stop): Rename to ...
4268 (procfs_interrupt): ... this.
4269 (procfs_target): Adjust.
4270 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4271 (m32r_interrupt): ... this.
4272 (init_m32r_ops): Adjust.
4273 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4274 (gdbsim_interrupt_inferior): ... this.
4275 (gdbsim_stop): Rename to ...
4276 (gdbsim_interrupt): ... this.
4277 (gdbsim_cntrl_c): Adjust.
4278 (init_gdbsim_ops): Adjust.
4279 * remote.c (sync_remote_interrupt): Adjust comments.
4280 (remote_stop_as): Rename to ...
4281 (remote_interrupt_as): ... this.
4282 (remote_stop): Adjust comment.
4283 (remote_interrupt): New function.
4284 (init_remote_ops): Install remote_interrupt.
4285 * target.c (target_interrupt): New function.
4286 * target.h (struct target_ops) <to_interrupt>: New field.
4287 (target_interrupt): New declaration.
4288 * windows-nat.c (windows_stop): Rename to ...
4289 (windows_interrupt): ... this.
4290 * target-delegates.c: Regenerate.
4291
4292 2015-08-07 Pedro Alves <palves@redhat.com>
4293
4294 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4295 threads" as alternative to "switching back to stepped thread".
4296
4297 2015-08-07 Pedro Alves <palves@redhat.com>
4298
4299 * NEWS: Mention "maint set/show target-non-stop".
4300 * breakpoint.c (update_global_location_list): Check
4301 target_is_non_stop_p instead of non_stop.
4302 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4303 * infrun.c (show_can_use_displaced_stepping)
4304 (can_use_displaced_stepping_p, start_step_over_inferior):
4305 Likewise.
4306 (internal_resume_ptid): New function.
4307 (resume): Use it.
4308 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4309 all-stop mode but the target is always in non-stop mode, start all
4310 the other threads that are implicitly resumed too.
4311 (for_each_just_stopped_thread, fetch_inferior_event)
4312 (adjust_pc_after_break, stop_all_threads): Check
4313 target_is_non_stop_p instead of non_stop.
4314 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4315 with the target always in non-stop mode.
4316 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4317 instead of non_stop.
4318 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4319 instead of non_stop.
4320 (keep_going_stepped_thread): Use internal_resume_ptid.
4321 (stop_waiting): If in all-stop mode, and the target is in non-stop
4322 mode, stop all threads.
4323 (keep_going_pass): Likewise, when starting a new in-line step-over
4324 sequence.
4325 * linux-nat.c (get_pending_status, select_event_lwp)
4326 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4327 target_is_non_stop_p instead of non_stop.
4328 (linux_nat_always_non_stop_p): New function.
4329 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4330 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4331 * target-delegates.c: Regenerate.
4332 * target.c (target_is_non_stop_p): New function.
4333 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4334 (maint_set_target_non_stop_command)
4335 (maint_show_target_non_stop_command): New functions.
4336 (_initilize_target): Install "maint set/show target-non-stop"
4337 commands.
4338 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4339 (target_non_stop_enabled): New declaration.
4340 (target_is_non_stop_p): New declaration.
4341
4342 2015-08-07 Pedro Alves <pedro@codesourcery.com>
4343
4344 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4345 has a pending status, return true.
4346 * gdbthread.h: Include target/waitstatus.h.
4347 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4348 stop_pc>: New fields.
4349 (struct thread_info) <resumed>: New field.
4350 (set_resumed): Declare.
4351 * infrun.c: Include "event-loop.h".
4352 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4353 (infrun_async): New function.
4354 (clear_step_over_info): Add debug output.
4355 (displaced_step_in_progress_any_inferior): New function.
4356 (displaced_step_fixup): New returns int.
4357 (start_step_over): Handle in-line step-overs too. Assert the
4358 thread is marked resumed.
4359 (resume_cleanups): Clear the thread's resumed flag.
4360 (resume): Set the thread's resumed flag. Return early if the
4361 thread has a pending status. Allow stepping a breakpoint with no
4362 signal.
4363 (proceed): Adjust to check 'resumed' instead of 'executing'.
4364 (clear_proceed_status_thread): If the thread has a pending status,
4365 and that status is a finished step, discard the pending status.
4366 (clear_proceed_status): Don't clear step_over_info here.
4367 (random_pending_event_thread, do_target_wait): New functions.
4368 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4369 do_target_wait.
4370 (wait_one): New function.
4371 (THREAD_STOPPED_BY): New macro.
4372 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4373 (thread_stopped_by_hw_breakpoint): New functions.
4374 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4375 functions.
4376 (handle_inferior_event): Also call set_resumed(false) on all
4377 threads implicitly stopped by the event.
4378 (restart_threads, resumed_thread_with_pending_status): New
4379 functions.
4380 (finish_step_over): If we were doing an in-line step-over before,
4381 and no longer are after trying to start a new step-over, restart
4382 all threads. If we have multiple threads with pending events,
4383 save the current event and go through the event loop again.
4384 (handle_signal_stop): Return early if finish_step_over returns
4385 false.
4386 <random signal>: If we get a signal while stepping over a
4387 breakpoint in-line in non-stop mode, restart all threads. Clear
4388 step_over_info before delivering the signal.
4389 (keep_going_stepped_thread): Use internal_error instead of
4390 gdb_assert. Mark the thread as resumed.
4391 (keep_going_pass_signal): Assert the thread isn't already resumed.
4392 If some other thread is doing an in-line step-over, defer the
4393 resume. If we just started a new in-line step-over, stop all
4394 threads. Don't clear step_over_info.
4395 (infrun_async_inferior_event_handler): New function.
4396 (_initialize_infrun): Create async event handler with
4397 infrun_async_inferior_event_handler as callback.
4398 (infrun_async): New declaration.
4399 * target.c (target_async): New function.
4400 * target.h (target_async): Declare macro and readd as function
4401 declaration.
4402 * target/waitstatus.h (enum target_stop_reason)
4403 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4404 * thread.c (new_thread): Clear the new waitstatus field.
4405 (set_resumed): New function.
4406
4407 2015-08-07 Pedro Alves <palves@redhat.com>
4408
4409 * infrun.c (keep_going_stepped_thread): New function, factored out
4410 from ...
4411 (switch_back_to_stepped_thread): ... here.
4412
4413 2015-08-07 Pedro Alves <palves@redhat.com>
4414
4415 * infrun.c (currently_stepping): Extend intro comment.
4416 * target.h (target_resume): Extend intro comment.
4417
4418 2015-08-07 Pedro Alves <palves@redhat.com>
4419
4420 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4421 of inferior_ptid. If the stepped thread vanished, return 0
4422 instead of resuming here. Use reset_ecs. Print the prev_pc and
4423 the current stop_pc in log message. Clear trap_expected if the
4424 thread advanced. Don't pass currently_stepping to
4425 do_target_resume.
4426
4427 2015-08-07 Pedro Alves <palves@redhat.com>
4428
4429 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4430 * infrun.c (struct execution_control_state): Move higher up in the
4431 file.
4432 (reset_ecs): New function.
4433 (start_step_over): Now returns int. Rewrite to use
4434 keep_going_pass_signal instead of manually starting a displaced step.
4435 (resume): Don't call set_running here. If displaced stepping
4436 can't start now, clear trap_expected.
4437 (find_thread_needs_step_over): Delete function.
4438 (proceed): Set up finish_thread_state_cleanup. Call set_running.
4439 If the current thread needs a step over, push it in the step-over
4440 chain. Don't set insert breakpoints nor call resume directly
4441 here. Instead rewrite to use start_step_over and
4442 keep_going_pass_signal.
4443 (finish_step_over): New function.
4444 (handle_signal_stop): Call finish_step_over instead of
4445 start_step_over.
4446 (switch_back_to_stepped_thread): If the event thread needs another
4447 step-over do that first. Use start_step_over.
4448 (keep_going_pass_signal): New function, factored out from ...
4449 (keep_going): ... here.
4450 (_initialize_infrun): Comment moved here.
4451 * thread.c (set_running_thread): New function.
4452 (set_running, finish_thread_state): Use set_running_thread.
4453
4454 2015-08-07 Pedro Alves <palves@redhat.com>
4455
4456 * gdbthread.h (struct thread_info) <step_over_prev,
4457 step_over_next>: New fields.
4458 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4459 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4460 declarations.
4461 * infrun.c (struct displaced_step_request): Delete.
4462 (struct displaced_step_inferior_state) <step_request_queue>:
4463 Delete field.
4464 (displaced_step_prepare): Assert that trap_expected is set. Use
4465 thread_step_over_chain_enqueue. Split starting a new displaced
4466 step to ...
4467 (start_step_over): ... this new function.
4468 (resume): Assert the thread isn't waiting for a step over already.
4469 (proceed): Assert the thread isn't waiting for a step over
4470 already.
4471 (infrun_thread_stop_requested): Adjust to remove threads from the
4472 embedded step-over chain.
4473 (handle_inferior_event) <fork/vfork>: Call start_step_over after
4474 displaced_step_fixup.
4475 (handle_signal_stop): Call start_step_over after
4476 displaced_step_fixup.
4477 * infrun.h (step_over_queue_head): New declaration.
4478 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4479 (thread_step_over_chain_next, thread_is_in_step_over_chain)
4480 (thread_step_over_chain_enqueue)
4481 (thread_step_over_chain_remove): New functions.
4482 (delete_thread_1): Remove thread from the step-over chain.
4483
4484 2015-08-07 Pedro Alves <palves@redhat.com>
4485
4486 * infrun.c (thread_still_needs_step_over): Rename to ...
4487 (thread_still_needs_step_over_bp): ... this.
4488 (enum step_over_what): New.
4489 (thread_still_needs_step_over): Reimplement.
4490
4491 2015-08-07 Pedro Alves <palves@redhat.com>
4492
4493 * remote.c (remote_wait_as): If not waiting for a stop reply,
4494 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
4495 requested, don't block waiting forever.
4496
4497 2015-08-07 Pedro Alves <pedro@codesourcery.com>
4498
4499 * infrun.c (adjust_pc_after_break): Now takes thread_info and
4500 waitstatus pointers instead of an ecs. Adjust.
4501 (handle_inferior_event): Adjust caller.
4502
4503 2015-08-07 Pedro Alves <palves@redhat.com>
4504
4505 * infrun.c (handle_inferior_event): If we get
4506 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4507 mode, mark all threads of the exiting process as not-executing.
4508 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4509 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4510 exiting process, if inferior_ptid still points at a process.
4511 * thread.c (struct current_thread_cleanup) <next>: New field.
4512 (current_thread_cleanup_chain): New global.
4513 (restore_current_thread_ptid_changed): New function.
4514 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4515 current_thread_cleanup_chain list.
4516 (make_cleanup_restore_current_thread): Add the cleanup data to the
4517 current_thread_cleanup_chain list.
4518 (_initialize_thread): Install restore_current_thread_ptid_changed
4519 as thread_ptid_changed observer.
4520
4521 2015-08-07 Joel Brobecker <brobecker@adacore.com>
4522
4523 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
4524 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
4525 smaller than expected.
4526
4527 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * stack.c (get_frame_language): Moved ...
4530 * frame.c (get_frame_language): ... to here.
4531 * language.h (get_frame_language): Declaration moved to frame.h.
4532 * frame.h: Add language.h include, for language enum.
4533 (get_frame_language): Declaration moved from language.h.
4534 * language.c: Add frame.h include.
4535 * top.c: Add frame.h include.
4536 * symtab.h (struct obj_section): Declare.
4537 (struct cmd_list_element): Declare.
4538
4539 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * language.c (show_language_command): Find selected frame before
4542 asking for the language of that frame.
4543 (set_language_command): Likewise.
4544 * language.h (get_frame_language): Add frame parameter.
4545 * stack.c (get_frame_language): Add frame parameter, assert
4546 parameter is not NULL, update comment and reindent.
4547 * top.c (check_frame_language_change): Pass the selected frame
4548 into get_frame_language.
4549
4550 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4551
4552 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
4553 (pt_btrace_insn_flags): New.
4554 (ftrace_add_pt): Call pt_btrace_insn_flags.
4555 * btrace.h (btrace_insn_flag): New.
4556 (btrace_insn) <flags>: New.
4557 * record-btrace.c (btrace_insn_history): Print insn prefix.
4558 * NEWS: Announce it.
4559
4560 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4561
4562 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
4563 * configure: Regenerate.
4564
4565 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
4566
4567 * Makefile.in (LIBICONV): Define.
4568 (CLIBS): Add LIBICONV.
4569 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
4570 * configure: Regenerate.
4571
4572 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4573 Pedro Alves <palves@redhat.com>
4574
4575 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
4576 (arm_set_abi): Likewise.
4577 * ax-general.c (ax_print): Likewise.
4578 * c-exp.y (exp : string_exp): Likewise.
4579 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
4580 (do_compile_dwarf_expr_to_c): Likewise.
4581 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
4582 Likewise.
4583 * dwarf2expr.c (execute_stack_op): Likewise.
4584 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4585 (disassemble_dwarf_expression): Likewise.
4586 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
4587 (read_array_order): Likewise.
4588 (abbrev_table_read_table): Likewise.
4589 (read_attribute_value): Likewise.
4590 (skip_unknown_opcode): Likewise.
4591 (dwarf_decode_macro_bytes): Likewise.
4592 (dwarf_decode_macros): Likewise.
4593 * eval.c (value_f90_subarray): Likewise.
4594 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4595 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4596 * infrun.c (handle_command): Likewise.
4597 * memory-map.c (memory_map_start_memory): Likewise.
4598 * osabi.c (set_osabi): Likewise.
4599 * parse.c (operator_length_standard): Likewise.
4600 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
4601 single return point.
4602 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
4603 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4604 (gdbpy_lookup_global_symbol): Likewise.
4605 * record-full.c (record_full_restore): Likewise.
4606 * regcache.c (regcache_register_status): Likewise.
4607 (regcache_raw_read): Likewise.
4608 (regcache_cooked_read): Likewise.
4609 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4610 * symtab.c (initialize_ordinary_address_classes): Likewise.
4611 * target-debug.h (target_debug_print_signals): Likewise.
4612 * utils.c (do_restore_current_language): Likewise.
4613
4614 2015-08-06 Clem Dickey <clemd@acm.org>
4615
4616 PR python/17136
4617 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
4618
4619 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * complaints.c (enum complaint_series): Add newlines and remove
4622 out of date comment.
4623 (struct complaints) <series>: Change type to enum
4624 complaint_series and remove out of date comment.
4625 (symfile_complaint_hook): Use equivalent enum value
4626 ISOLATED_MESSAGE instead of 0.
4627
4628 2015-08-06 Pedro Alves <palves@redhat.com>
4629
4630 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
4631 returned > 0.
4632
4633 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
4634
4635 * common/agent.c (symbol_list) <required>: Remove.
4636
4637 2015-08-06 Pedro Alves <palves@redhat.com>
4638
4639 * target/waitstatus.h (enum target_stop_reason)
4640 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4641
4642 2015-08-05 Pedro Alves <palves@redhat.com>
4643 Joel Brobecker <brobecker@adacore.com>
4644
4645 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
4646 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
4647 case where BS->STOP is not set.
4648
4649 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
4650
4651 * nat/gdb_thread_db.h: Add copyright header.
4652 Protect against multiple inclusion.
4653
4654 2015-08-05 Yao Qi <yao.qi@linaro.org>
4655
4656 * aarch64-linux-nat.c (get_thread_id): Remove.
4657 (debug_reg_change_callback): Call ptid_get_lwp instead of
4658 get_thread_id.
4659 (fetch_gregs_from_thread): Likewise.
4660 (store_gregs_to_thread): Likewise.
4661 (fetch_fpregs_from_thread): Likewise.
4662 (store_fpregs_to_thread): Likewise.
4663 (aarch64_linux_get_debug_reg_capacity): Likewise.
4664 * arm-linux-nat.c (get_thread_id): Remove.
4665 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4666 * xtensa-linux-nat.c (get_thread_id): Remove.
4667 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4668 * arm-linux-nat.c (get_thread_id): Remove.
4669 (GET_THREAD_ID): Remove.
4670 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
4671 (store_fpregs, fetch_regs, store_regs): Likewise.
4672 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
4673 (fetch_vfp_regs, store_vfp_regs): Likewise.
4674 (arm_linux_read_description): Likewise.
4675 (arm_linux_get_hwbp_cap): Likewise.
4676 * xtensa-linux-nat.c (get_thread_id): Remove.
4677 (GET_THREAD_ID): Remove.
4678 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
4679 GET_THREAD_ID.
4680
4681 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
4682
4683 * python/py-linetable.c: Fix case of Linetable to LineTable
4684 in docstrings and code comments.
4685 * python/py-symtab.c: Same.
4686
4687 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4688
4689 * infcmd.c (signal_command): Call do_cleanups for args_chain.
4690
4691 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4692
4693 PR gdb/18767
4694 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
4695 use.
4696
4697 2015-08-04 Pedro Alves <palves@redhat.com>
4698
4699 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
4700 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
4701 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
4702 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
4703 (td_thr_validate_ftype, td_thr_get_info_ftype)
4704 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
4705 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
4706 New typedefs.
4707 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
4708 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
4709 local macros and use them instead of verbose_dlsym and dlsym
4710 calls.
4711
4712 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
4713
4714 * nios2-tdep.h: Include opcode/nios2.h here.
4715 (NIOS2_CDX_OPCODE_SIZE): New.
4716 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
4717 * nios2-tdep.c: Don't include opcode/nios2.h here.
4718 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
4719 4-byte read fails.
4720 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
4721 (nios2_match_addi, nios2_match_orhi): Likewise.
4722 (nios2_match_stw, nios2_match_ldw): Likewise.
4723 (nios2_match_rdctl): Likewise.
4724 (nios2_match_stwm, nios2_match_ldwm): New.
4725 (nios2_match_branch): Add cases for R2 encodings.
4726 (nios2_match_jmpi, nios2_match_calli): Likewise.
4727 (nios2_match_jmpr, nios2_match_callr): Likewise.
4728 (nios2_match_break, nios2_match_trap): Likewise.
4729 (nios2_in_epilogue_p): Add R2 support.
4730 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
4731 prologues.
4732 (nios2_breakpoint_from_pc): Handle R2 instructions.
4733 (nios2_get_next_pc): Likewise. Adjust call to
4734 tdep->syscall_next_pc.
4735 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
4736 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
4737 instruction field macros instead of literal hex values.
4738 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
4739 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
4740 Use size field from OP instead of assuming all instructions
4741 are the same size.
4742 (nios2_linux_init_abi): Register appropriate unwinder for mach.
4743
4744 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
4745
4746 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
4747 variable warning with some compilers.
4748
4749 2015-08-03 Yao Qi <yao.qi@linaro.org>
4750
4751 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
4752 in comment. Replace "rw" with "type".
4753 (arm_linux_remove_watchpoint): Change type of "rw" to
4754 "enum target_hw_bp_type".
4755
4756 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
4757
4758 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
4759 lookup_symbol.
4760 * ft32-tdep.c (ft32_skip_prologue): Likewise.
4761 * moxie-tdep.c (moxie_skip_prologue): Likewise.
4762 * mt-tdep.c (mt_skip_prologue): Likewise.
4763 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
4764
4765 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
4766
4767 * ada-exp.y (write_object_renaming): Replace struct
4768 ada_symbol_info with struct block_symbol. Update field
4769 references accordingly.
4770 (block_lookup, select_possible_type_sym): Likewise.
4771 (find_primitive_type): Likewise. Also update call to
4772 ada_lookup_symbol to extract the symbol itself.
4773 (write_var_or_type, write_name_assoc): Likewise.
4774 * ada-lang.h (struct ada_symbol_info): Remove.
4775 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
4776 struct block_symbol.
4777 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
4778 (ada_lookup_symbol): Return struct block_symbol instead of a
4779 mere symbol.
4780 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
4781 with struct block_symbol.
4782 (resolve_subexp, ada_resolve_function, sort_choices,
4783 user_select_syms, is_nonfunction, add_defn_to_vec,
4784 num_defns_collected, defns_collected,
4785 symbols_are_identical_enums, remove_extra_symbols,
4786 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
4787 ada_lookup_symbol_list, ada_iterate_over_symbols,
4788 ada_lookup_encoded_symbol, get_var_value): Likewise.
4789 (ada_lookup_symbol): Return a block_symbol instead of a mere
4790 symbol. Replace struct ada_symbol_info with struct
4791 block_symbol.
4792 (ada_lookup_symbol_nonlocal): Likewise.
4793 (standard_lookup): Make block passing explicit through
4794 lookup_symbol_in_language.
4795 * ada-tasks.c (get_tcb_types_info): Update the calls to
4796 lookup_symbol_in_language to extract the mere symbol out of the
4797 returned value.
4798 (ada_tasks_inferior_data_sniffer): Likewise.
4799 * ax-gdb.c (gen_static_field): Likewise for the call to
4800 lookup_symbol.
4801 (gen_maybe_namespace_elt): Deal with struct block_symbol from
4802 lookup functions.
4803 (gen_expr): Likewise.
4804 * c-exp.y: Likewise. Remove uses of block_found.
4805 (lex_one_token, classify_inner_name, c_print_token): Likewise.
4806 (classify_name): Likewise. Rename the "sym" local variable to
4807 "bsym".
4808 * c-valprint.c (print_unpacked_pointer): Likewise.
4809 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
4810 "sym" parameter from struct symbol * to struct block_symbol.
4811 Use it to remove uses of block_found. Deal with struct
4812 block_symbol from lookup functions.
4813 (gcc_convert_symbol): Likewise. Update the call to
4814 convert_symbol_sym.
4815 * compile/compile-object-load.c (compile_object_load): Deal with
4816 struct block_symbol from lookup functions.
4817 * cp-namespace.c (cp_lookup_nested_symbol_1,
4818 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
4819 cp_search_static_and_baseclasses,
4820 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
4821 cp_lookup_symbol_imports_or_template,
4822 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
4823 lookup_namespace_scope, cp_lookup_nonlocal,
4824 find_symbol_in_baseclass): Return struct block_symbol instead of
4825 mere symbols and deal with struct block_symbol from lookup
4826 functions.
4827 * cp-support.c (inspect_type, replace_typedefs,
4828 cp_lookup_rtti_type): Deal with struct block_symbol from
4829 lookup functions.
4830 * cp-support.h (cp_lookup_symbol_nonlocal,
4831 cp_lookup_symbol_from_namespace,
4832 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
4833 Return struct block_symbol instead of mere symbols.
4834 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
4835 push_module_name):
4836 Deal with struct block_symbol from lookup functions. Remove
4837 uses of block_found.
4838 * eval.c (evaluate_subexp_standard): Update call to
4839 cp_lookup_symbol_namespace.
4840 * f-exp.y: Deal with struct block_symbol from lookup functions.
4841 Remove uses of block_found.
4842 (yylex): Likewise.
4843 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
4844 lookup_enum, lookup_template_type, check_typedef): Deal with
4845 struct block_symbol from lookup functions.
4846 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
4847 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
4848 (gdbscm_lookup_global_symbol): Likewise.
4849 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
4850 * go-exp.y: Likewise. Remove uses of block_found.
4851 (package_name_p, classify_packaged_name, classify_name):
4852 Likewise.
4853 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4854 * jv-exp.y (push_variable): Likewise.
4855 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
4856 * language.c (language_bool_type): Likewise.
4857 * language.h (struct language_defn): Update
4858 la_lookup_symbol_nonlocal to return a struct block_symbol rather
4859 than a mere symbol.
4860 * linespec.c (find_label_symbols): Deal with struct block_symbol
4861 from lookup functions.
4862 * m2-exp.y: Likewise. Remove uses of block_found.
4863 (yylex): Likewise.
4864 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
4865 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
4866 * p-exp.y: Likewise. Remove uses of block_found.
4867 (yylex): Likewise.
4868 * p-valprint.c (pascal_val_print): Likewise.
4869 * parse.c (write_dollar_variable): Likewise. Remove uses of
4870 block_found.
4871 * parser-defs.h (struct symtoken): Turn the SYM field into a
4872 struct block_symbol.
4873 * printcmd.c (address_info): Deal with struct block_symbol from
4874 lookup functions.
4875 * python/py-frame.c (frapy_read_var): Likewise.
4876 * python/py-symbol.c (gdbpy_lookup_symbol,
4877 gdbpy_lookup_global_symbol): Likewise.
4878 * skip.c (skip_function_command): Likewise.
4879 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
4880 block_symbol instead of a mere symbol.
4881 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
4882 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
4883 * solib.c (solib_global_lookup): Likewise.
4884 * solist.h (solib_global_lookup): Likewise.
4885 (struct target_so_ops): Update lookup_lib_global_symbol to
4886 return a struct block_symbol rather than a mere symbol.
4887 * source.c (select_source_symtab): Deal with struct block_symbol
4888 from lookup functions.
4889 * stack.c (print_frame_args, iterate_over_block_arg_vars):
4890 Likewise.
4891 * symfile.c (set_initial_language): Likewise.
4892 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
4893 block_symbol.
4894 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
4895 (struct symbol_cache_slot): Turn the FOUND field into a struct
4896 block_symbol.
4897 (block_found): Remove.
4898 (eq_symbol_entry): Update to deal with struct block_symbol in
4899 cache slots.
4900 (symbol_cache_lookup): Return a struct block_symbol rather than
4901 a mere symbol.
4902 (symbol_cache_mark_found): Add a BLOCK parameter to fill
4903 appropriately the cache slots. Update callers.
4904 (symbol_cache_dump): Update cache slots handling to the type
4905 change.
4906 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
4907 lookup_symbol_aux, lookup_local_symbol,
4908 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
4909 lookup_symbol_in_objfile_symtabs,
4910 lookup_symbol_in_objfile_from_linkage_name,
4911 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
4912 lookup_symbol_in_static_block, lookup_static_symbol,
4913 lookup_global_symbol):
4914 Return a struct block_symbol rather than a mere symbol. Deal
4915 with struct block_symbol from other lookup functions. Remove
4916 uses of block_found.
4917 (lookup_symbol_in_block): Remove uses of block_found.
4918 (struct global_sym_lookup_data): Turn the RESULT field into a
4919 struct block_symbol.
4920 (lookup_symbol_global_iterator_cb): Update references to the
4921 RESULT field.
4922 (search_symbols): Deal with struct block_symbol from lookup
4923 functions.
4924 * symtab.h (struct block_symbol): New structure.
4925 (block_found): Remove.
4926 (lookup_symbol_in_language, lookup_symbol,
4927 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
4928 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
4929 lookup_global_symbol_from_objfile): Return a struct block_symbol
4930 rather than just a mere symbol. Update comments to remove
4931 mentions of block_found.
4932 * valops.c (find_function_in_inferior,
4933 value_struct_elt_for_reference, value_maybe_namespace_elt,
4934 value_of_this): Deal with struct block_symbol from lookup
4935 functions.
4936 * value.c (value_static_field, value_fn_field): Likewise.
4937
4938 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
4939
4940 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
4941 instead of integer.
4942
4943 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
4944 Pedro Alves <palves@redhat.com>
4945
4946 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
4947 type or value instead of integer.
4948 (aarch64_linux_insert_watchpoint): Likewise.
4949 (aarch64_linux_remove_watchpoint): Likewise.
4950 * ada-lang.c (ada_op_print_tab): Likewise.
4951 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
4952 (amd64_linux_syscall_record_common): Likewise.
4953 * arch-utils.c (target_byte_order_user): Likewise.
4954 (default_byte_order): Likewise.
4955 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
4956 (arm_linux_get_hwbp_type): Likewise.
4957 (arm_linux_hw_watchpoint_initialize): Likewise.
4958 (arm_linux_insert_watchpoint): Likewise.
4959 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
4960 (arm_linux_syscall_record): Likewise.
4961 * breakpoint.c (update_watchpoint): Likewise.
4962 (breakpoint_here_p): Likewise.
4963 (bpstat_print): Likewise.
4964 (enable_breakpoint_disp): Likewise.
4965 * c-lang.c (c_op_print_tab): Likewise.
4966 * cli/cli-decode.c (add_info_alias): Likewise.
4967 * d-lang.c (d_op_print_tab): Likewise.
4968 * eval.c (evaluate_subexp_standard): Likewise.
4969 * f-exp.y (dot_ops): Likewise.
4970 (f77_keywords): Likewise.
4971 * f-lang.c (f_op_print_tab): Likewise.
4972 * go-lang.c (go_op_print_tab): Likewise.
4973 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
4974 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
4975 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4976 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
4977 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
4978 (struct scm_from_stringn_data): Likewise.
4979 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4980 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
4981 (ia64_linux_remove_watchpoint): Likewise.
4982 (ia64_linux_can_use_hw_breakpoint): Likewise.
4983 * infrun.c (print_stop_event): Likewise.
4984 * jv-lang.c (java_op_print_tab): Likewise.
4985 * linux-nat.c (linux_proc_xfer_partial): Likewise.
4986 * linux-nat.h (struct lwp_info): Likewise.
4987 * linux-thread-db.c (enable_thread_event): Likewise.
4988 * m2-lang.c (m2_op_print_tab): Likewise.
4989 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
4990 (mi_cmd_stack_list_variables): Likewise.
4991 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
4992 * mi/mi-out.c (mi_table_begin): Likewise.
4993 (mi_table_header): Likewise.
4994 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
4995 (mips_linux_insert_watchpoint): Likewise.
4996 (mips_linux_remove_watchpoint): Likewise.
4997 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
4998 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
4999 (mips_linux_watch_type_to_irw): Likewise.
5000 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5001 (procfs_insert_hw_watchpoint): Likewise.
5002 (procfs_remove_hw_watchpoint): Likewise.
5003 (procfs_hw_watchpoint): Likewise.
5004 (procfs_can_use_hw_breakpoint): Likewise.
5005 (procfs_remove_hw_watchpoint): Likewise.
5006 (procfs_insert_hw_watchpoint): Likewise.
5007 * p-lang.c (pascal_op_print_tab): Likewise.
5008 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5009 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5010 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5011 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5012 (procfs_insert_watchpoint): Likewise.
5013 (procfs_remove_watchpoint): Likewise.
5014 * psymtab.c (recursively_search_psymtabs): Likewise.
5015 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5016 (m32r_insert_watchpoint): Likewise.
5017 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5018 (mips_insert_watchpoint): Likewise.
5019 (mips_remove_watchpoint): Likewise.
5020 * remote.c (watchpoint_to_Z_packet): Likewise.
5021 (remote_insert_watchpoint): Likewise.
5022 (remote_remove_watchpoint): Likewise.
5023 (remote_check_watch_resources): Likewise.
5024 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5025 (s390_remove_watchpoint): Likewise.
5026 (s390_can_use_hw_breakpoint): Likewise.
5027 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5028 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5029 * target.h (struct target_ops): Likewise.
5030 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5031 * ui-out.c (struct ui_out_hdr): Likewise.
5032 (append_header_to_list): Likewise.
5033 (get_next_header): Likewise.
5034 (verify_field): Likewise.
5035 (ui_out_begin): Likewise.
5036 (ui_out_field_int): Likewise.
5037 (ui_out_field_fmt_int): Likewise.
5038 (ui_out_field_skip): Likewise.
5039 (ui_out_field_string): Likewise.
5040 (ui_out_field_fmt): Likewise.
5041 * varobj.c (new_variable): Likewise.
5042 * x86-nat.c (x86_insert_watchpoint): Likewise.
5043 (x86_remove_watchpoint): Likewise.
5044 (x86_can_use_hw_breakpoint): Likewise.
5045 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5046 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5047 previously anonymous enumeration type..
5048 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5049 value.
5050 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5051 (target_debug_print_enum_bptype): New.
5052 * target-delegates.c: Regenerate.
5053
5054 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5055
5056 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5057 already says and disallow non-stack memory writes in the prologue.
5058
5059 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5060
5061 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5062 reflect how current GCC emits stack overflow checks. Match
5063 both trap and break instructions for backward compatbility.
5064 Disallow other trap and break instructions in the prologue.
5065
5066 2015-07-30 Pedro Alves <palves@redhat.com>
5067
5068 PR threads/18600
5069 * linux-nat.c (wait_lwp): Report to the core when thread group
5070 leader exits.
5071
5072 2015-07-30 Pedro Alves <palves@redhat.com>
5073 Simon Marchi <simon.marchi@ericsson.com>
5074
5075 PR threads/18600
5076 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5077 mark the new thread as resumed. Remove STOPPING parameter.
5078 (wait_lwp): Adjust call to linux_handle_extended_wait.
5079 (linux_nat_filter_event): Adjust call to
5080 linux_handle_extended_wait.
5081 (resume_stopped_resumed_lwps): Add debug output.
5082
5083 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5084
5085 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5086 isize argument.
5087 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5088 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5089 gdbarch_fast_tracepoint_valid_at.
5090 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5091 * gdbarch.h: Regenerate.
5092 * gdbarch.c: Regenerate.
5093 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5094 argument. Do not set it.
5095 * remote.c (remote_download_tracepoint): Adjust call to
5096 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5097 the instruction length.
5098
5099 2015-07-30 Yao Qi <yao.qi@linaro.org>
5100
5101 * arm-tdep.h (enum gdb_regnum): Move it to ...
5102 * arch/arm.h: ... here. New file.
5103 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5104
5105 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5106
5107 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5108 Change its type to int *.
5109 (decode_br): Rename link argument to is_blr. Change its type to
5110 int *.
5111 (decode_cb): Rename op argument to is_cbnz. Change its type to
5112 int *.
5113 (decode_tb): Rename op argument to is_tbnz. Change its type to
5114 int *. Set is_tbnz to either 1 or 0.
5115 (aarch64_analyze_prologue): Change type of is_link to int. Add
5116 new variables is_cbnz and is_tbnz. Adjust call to
5117 aarch64_decode_cb and aarch64_decode_tb.
5118
5119 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5120
5121 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5122 parameter.
5123 (mips_linux_new_thread): Likewise.
5124 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5125
5126 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5127
5128 * top.c: Include "tui/tui.h".
5129 (undo_terminal_modifications_before_exit): New static function.
5130 (quit_force): Use it.
5131
5132 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5133
5134 * target.c (terminal_state): Initialize to terminal_is_ours.
5135
5136 2015-07-29 Yao Qi <yao.qi@linaro.org>
5137
5138 PR record/18691
5139 * dcache.c (dcache_read_memory_partial): Call
5140 raw_memory_xfer_partial.
5141 * target.c (raw_memory_xfer_partial): Make it non-static.
5142 * target.h (raw_memory_xfer_partial): Declare.
5143
5144 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5145
5146 * c-valprint.c (c_val_print_array): Consider addressable memory
5147 unit size.
5148 (c_val_print_ptr): Likewise.
5149 (c_val_print_int): Likewise.
5150 * findvar.c (read_frame_register_value): Likewise.
5151 * valarith.c (find_size_for_pointer_math): Likewise.
5152 (value_ptrdiff): Likewise.
5153 (value_subscripted_rvalue): Likewise.
5154 * valops.c (read_value_memory): Likewise (and rename variables).
5155 (value_assign): Likewise.
5156 (value_repeat): Likewise.
5157 (value_array): Likewise.
5158 (value_slice): Likewise.
5159 * valprint.c (generic_val_print_ptr): Likewise.
5160 (generic_val_print_enum): Likewise.
5161 (generic_val_print_bool): Likewise.
5162 (generic_val_print_int): Likewise.
5163 (generic_val_print_char): Likewise.
5164 (generic_val_print_float): Likewise.
5165 (generic_val_print_decfloat): Likewise.
5166 (generic_val_print_complex): Likewise.
5167 (val_print_scalar_formatted): Likewise.
5168 (val_print_array_elements): Likewise.
5169 * value.c (set_value_parent): Likewise.
5170 (value_contents_copy_raw): Likewise.
5171 (set_internalvar_component): Likewise.
5172 (value_primitive_field): Likewise.
5173 (value_fetch_lazy): Likewise.
5174 * value.h (read_value_memory): Update comment.
5175
5176 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5177
5178 * value.c (get_value_arch): New function.
5179 * value.h (get_value_arch): New declaration.
5180
5181 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5182
5183 * value.c (struct value): Update comments.
5184
5185 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5186
5187 * gdbtypes.c (type_length_units): New function.
5188 * gdbtypes.h (type_length_units): New declaration.
5189 (struct type) <length>: Update comment.
5190
5191 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * valprint.c (generic_val_print): Factor out complex
5194 printing code to ...
5195 (generic_val_print_complex): ... this new function.
5196
5197 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5198
5199 * valprint.c (generic_val_print): Factor out decfloat
5200 printing code to ...
5201 (generic_val_print_decfloat): ... this new function.
5202
5203 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5204
5205 * valprint.c (generic_val_print): Factor out float
5206 printing code to ...
5207 (generic_val_print_float): ... this new function.
5208
5209 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5210
5211 * valprint.c (generic_val_print): Factor out char
5212 printing code to ...
5213 (generic_val_print_char): ... this new function.
5214
5215 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5216
5217 * valprint.c (generic_val_print): Factor out integer
5218 printing code to ...
5219 (generic_val_print_int): ... this new function.
5220
5221 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5222
5223 * valprint.c (generic_val_print): Factor out bool
5224 printing code to ...
5225 (generic_val_print_bool): ... this new function.
5226
5227 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5228
5229 * valprint.c (generic_val_print): Factor out function/method
5230 printing code to ...
5231 (generic_val_print_func): ... this new function.
5232
5233 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5234
5235 * valprint.c (generic_val_print): Factor out flags
5236 printing code to ...
5237 (generic_val_print_flags): ... this new function.
5238
5239 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5240
5241 * valprint.c (generic_val_print): Factor out enum
5242 printing code to ...
5243 (generic_val_print_enum): ... this new function.
5244
5245 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5246
5247 * valprint.c (generic_val_print): Factor out reference
5248 printing code to ...
5249 (generic_val_print_ref): ... this new function.
5250
5251 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5252
5253 * valprint.c (generic_val_print): Factor out memberptr
5254 printing code to ...
5255 (generic_val_print_memberptr): ... this new function.
5256
5257 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * valprint.c (generic_val_print): Factor out pointer
5260 printing code to ...
5261 (generic_val_print_ptr): ... this new function.
5262
5263 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5264
5265 * valprint.c (generic_val_print): Factor out array
5266 printing code to ...
5267 (generic_val_print_array): ... this new function.
5268
5269 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5270
5271 * valprint.c (generic_val_print): Factor out
5272 print_unpacked_pointer code to ...
5273 (print_unpacked_pointer): ... this new function.
5274
5275 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5276
5277 * event-top.c (handle_sigterm): Don't inspect
5278 target_can_async_p. Always set the quit flag and always mark
5279 the async signal handler.
5280
5281 2015-07-27 Yao Qi <yao.qi@linaro.org>
5282
5283 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5284
5285 2015-07-25 Kevin Buettner <kevinb@redhat.com>
5286
5287 * remote.c (read_ptid): Return null_ptid when no thread id
5288 is found.
5289 (remote_current_thread): Add log warning for malformed
5290 qC reply.
5291 (remote_start_remote): Add log warning when current thread
5292 not found.
5293
5294 2015-07-24 Pedro Alves <palves@redhat.com>
5295
5296 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5297 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5298 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5299
5300 2015-07-24 Pedro Alves <palves@redhat.com>
5301
5302 PR gdb/18717
5303 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5304 is resumed, and extend the debug log.
5305
5306 2015-07-24 Pedro Alves <palves@redhat.com>
5307
5308 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5309
5310 2015-07-24 Pedro Alves <palves@redhat.com>
5311
5312 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5313 sys/ptrace.h.
5314 * alpha-linux-nat.c: Likewise.
5315 * amd64-linux-nat.c: Likewise.
5316 * arm-linux-nat.c: Likewise.
5317 * hppa-linux-nat.c: Likewise.
5318 * i386-linux-nat.c: Likewise.
5319 * ia64-linux-nat.c: Likewise.
5320 * linux-fork.c: Likewise.
5321 * linux-nat.c: Likewise.
5322 * m32r-linux-nat.c: Likewise.
5323 * m68klinux-nat.c: Likewise.
5324 * mips-linux-nat.c: Likewise.
5325 * nat/linux-btrace.c: Likewise.
5326 * nat/linux-ptrace.c: Likewise.
5327 * nat/linux-ptrace.h
5328 * nat/mips-linux-watch.c: Likewise.
5329 * nat/x86-linux-dregs.c: Likewise.
5330 * ppc-linux-nat.c: Likewise.
5331 * s390-linux-nat.c: Likewise.
5332 * spu-linux-nat.c: Likewise.
5333 * tilegx-linux-nat.c: Likewise.
5334 * x86-linux-nat.c: Likewise.
5335 * xtensa-linux-nat.c: Likewise.
5336
5337 2015-07-24 Pedro Alves <palves@redhat.com>
5338
5339 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5340 __ptrace_request as first parameter type instead of int.
5341 (PTRACE_TYPE_ARG1): Define.
5342 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5343 that casts first argument to PTRACE_TYPE_ARG1.
5344 * config.in: Regenerate.
5345 * configure: Regenerate.
5346
5347 2015-07-24 Pedro Alves <palves@redhat.com>
5348
5349 * gdb_ptrace.h: Move ...
5350 * nat/gdb_ptrace.h: ... here.
5351 * inf-ptrace.c: Adjust.
5352
5353 2015-07-24 Pedro Alves <palves@redhat.com>
5354
5355 * acinclude.m4: Include ptrace.m4.
5356 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5357 * ptrace.m4: ... to this new file.
5358
5359 2015-07-23 Doug Evans <dje@google.com>
5360
5361 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5362 (load_cu): Handle dummy CUs.
5363 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5364 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5365
5366 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5367
5368 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5369 documentation to say that it returns a list rather than
5370 a FrozenSet.
5371 (linetable_object_methods): Update the docstring of the
5372 "source_line" entry.
5373
5374 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5375
5376 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5377 type to the recursive call instead of the original (maybe
5378 TYPE_CODE_TYPEDEF) type.
5379
5380 2015-07-23 Yao Qi <yao.qi@linaro.org>
5381
5382 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5383 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5384 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5385
5386 2015-07-21 Yao Qi <yao.qi@linaro.org>
5387
5388 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5389 Move it to nat/aarch64-linux-hw-point.c.
5390 (aarch64_linux_child_post_startup_inferior): Update.
5391 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5392 New function.
5393 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5394 Declare it.
5395
5396 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5397
5398 * common/btrace-common.c (btrace_data_append): Change case label.
5399
5400 2015-07-20 Yao Qi <yao.qi@linaro.org>
5401
5402 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5403 Re-indent the code.
5404 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5405 "unsigned long long".
5406
5407 2015-07-18 Kevin Buettner <kevinb@redhat.com>
5408
5409 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5410 to be set for SEC_ALLOC sections too.
5411
5412 2015-07-17 Yao Qi <yao.qi@linaro.org>
5413
5414 * Makefile.in (HFILES_NO_SRCDIR): Add
5415 nat/aarch64-linux-hw-point.h.
5416 (aarch64-linux-hw-point.o): New rule.
5417 * nat/aarch64-linux-hw-point.h: New file.
5418 * nat/aarch64-linux-hw-point.c: New file.
5419 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5420 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5421 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5422 (AARCH64_HWP_ALIGNMENT): Likewise.
5423 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5424 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5425 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5426 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5427 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5428 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5429 (struct aarch64_debug_reg_state): Likewise.
5430 (struct arch_lwp_info): Likewise.
5431 (aarch64_linux_set_debug_regs): Likewise.
5432 (aarch64_notify_debug_reg_change): Remove static.
5433 (aarch64_align_watchpoint): Likewise.
5434 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5435 (aarch64_watchpoint_length): Likewise.
5436 (aarch64_point_encode_ctrl_reg): Likewise
5437 (aarch64_point_is_aligned): Likewise.
5438 (aarch64_dr_state_insert_one_point): Likewise.
5439 (aarch64_dr_state_remove_one_point): Likewise.
5440 (aarch64_handle_breakpoint): Likewise.
5441 (aarch64_handle_aligned_watchpoint): Likewise.
5442 (aarch64_handle_unaligned_watchpoint): Likewise.
5443 (aarch64_handle_watchpoint): Likewise.
5444 * config/aarch64/linux.mh (NAT_FILE): Add
5445 aarch64-linux-hw-point.o.
5446
5447 2015-07-17 Yao Qi <yao.qi@linaro.org>
5448
5449 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5450 state and don't call aarch64_get_debug_reg_state. All callers
5451 update.
5452 (aarch64_linux_insert_hw_breakpoint): Call
5453 aarch64_get_debug_reg_state earlier.
5454 (aarch64_linux_remove_hw_breakpoint): Likewise.
5455 (aarch64_handle_aligned_watchpoint): Add argument state and
5456 don't call aarch64_get_debug_reg_state. All callers update.
5457 (aarch64_handle_unaligned_watchpoint): Likewise.
5458 (aarch64_handle_watchpoint): Add argument state.
5459 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5460 earlier.
5461 (aarch64_linux_remove_watchpoint): Likewise.
5462
5463 2015-07-17 Yao Qi <yao.qi@linaro.org>
5464
5465 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5466 debug_printf.
5467 (aarch64_handle_unaligned_watchpoint): Likewise.
5468
5469 2015-07-17 Yao Qi <yao.qi@linaro.org>
5470
5471 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5472 argument type's type to 'enum target_hw_bp_type'.
5473 (aarch64_dr_state_remove_one_point): Likewise.
5474 (aarch64_handle_breakpoint): Likewise.
5475 (aarch64_linux_insert_hw_breakpoint): Likewise.
5476 (aarch64_linux_remove_hw_breakpoint): Likewise.
5477 (aarch64_handle_aligned_watchpoint): Likewise.
5478
5479 2015-07-17 Yao Qi <yao.qi@linaro.org>
5480
5481 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5482 ptid_get_pid instead of get_thread_id.
5483
5484 2015-07-17 Yao Qi <yao.qi@linaro.org>
5485
5486 * remote.c (get_current_thread): Initialise ptid to null_ptid.
5487 (add_current_inferior_and_thread): Don't initialise ptid.
5488
5489 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
5490
5491 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5492 unavailable if invalid.
5493
5494 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5495
5496 Revert the previous 6 commits:
5497 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5498 Move gdb_regex* to common/
5499 Prepare linux_find_memory_regions_full & co. for move
5500 Move linux_find_memory_regions_full & co.
5501 gdbserver build-id attribute generator
5502 Validate symbol file using build-id
5503
5504 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5505 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 Validate symbol file using build-id.
5508 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5509 and 'show validate-build-id'. Add build-id attribute.
5510 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5511 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5512 * solib-frv.c (_initialize_frv_solib): Ditto.
5513 * solib-spu.c (set_spu_solib_ops): Ditto.
5514 * solib-svr4.c: Include rsp-low.h.
5515 (NOTE_GNU_BUILD_ID_NAME): New define.
5516 (svr4_validate): New function.
5517 (svr4_copy_library_list): Duplicate field build_id.
5518 (library_list_start_library): Parse 'build-id' attribute.
5519 (svr4_library_attributes): Add 'build-id' attribute.
5520 (_initialize_svr4_solib): Assign validate value.
5521 * solib-target.c (solib.h): Include.
5522 (_initialize_solib_target): Assign validate value.
5523 * solib.c (validate_build_id, show_validate_build_id): New.
5524 (solib_map_sections): Use ops->validate.
5525 (clear_so): Free build_id.
5526 (default_solib_validate): New function.
5527 (_initialize_solib): Add "validate-build-id".
5528 * solib.h (default_solib_validate): New declaration.
5529 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
5530 (target_so_ops): New field 'validate'.
5531
5532 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5533 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 gdbserver build-id attribute generator.
5536 * features/library-list-svr4.dtd (library-list-svr4): New
5537 'build-id' attribute.
5538
5539 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5540 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 Move linux_find_memory_regions_full & co.
5543 * linux-tdep.c (nat/linux-maps.h): Include.
5544 (gdb_regex.h): Remove the include.
5545 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
5546 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
5547 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
5548 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
5549 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
5550 and target/target.h.
5551 (struct smaps_vmflags, read_mapping, decode_vmflags)
5552 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
5553 (linux_find_memory_regions_full): Move from linux-tdep.c.
5554 * nat/linux-maps.h (read_mapping): New declaration.
5555 (linux_find_memory_region_ftype, enum filterflags): Moved from
5556 linux-tdep.c.
5557 (linux_find_memory_regions_full): New declaration.
5558 * target.c (target/target-utils.h): Include.
5559 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
5560 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
5561 definitions to target/target-utils.c.
5562 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
5563 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
5564 from target.c.
5565 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
5566 (read_alloc): New declaration.
5567 (read_stralloc_func_ftype): New typedef.
5568 (read_stralloc): New declaration.
5569 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
5570
5571 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5572 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 Prepare linux_find_memory_regions_full & co. for move.
5575 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
5576 (linux_find_memory_regions_full): Change signature and prepare
5577 for moving to linux-maps.
5578 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
5579 (linux_find_memory_regions_thunk): New.
5580 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
5581 (linux_find_memory_regions_gdb): New.
5582 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
5583 (linux_make_mappings_corefile_notes): Use
5584 linux_find_memory_regions_gdb.
5585 * target.c (read_alloc_pread_ftype): New typedef.
5586 (target_fileio_read_alloc_1_pread): New function.
5587 (read_alloc): Refactor from target_fileio_read_alloc_1.
5588 (read_stralloc_func_ftype): New typedef.
5589 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
5590 (read_stralloc): Refactored from target_fileio_read_stralloc.
5591 (target_fileio_read_stralloc): New implementation, use read_stralloc.
5592
5593 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5594
5595 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
5596 common/gdb_regex.h.
5597 (COMMON_OBS): Add gdb_regex.o.
5598 (gdb_regex.o): New.
5599 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
5600 --without-included-regex and USE_INCLUDED_REGEX.
5601 * common/gdb_regex.c: New file from utils.c functions.
5602 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
5603 file wrapping define name.
5604 * configure: Rebuilt.
5605 * configure.ac (gdb_use_included_regex, --without-included-regex)
5606 (USE_INCLUDED_REGEX): Move them to common/common.m4.
5607 * gdb_regex.h: Move it to common/gdb_regex.h.
5608 * utils.c: Remove include gdb_regex.h.
5609 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
5610 (compile_rx_or_error): Move them to common/gdb_regex.c.
5611
5612 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5613 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5616 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
5617 common/target-utils.h.
5618 (COMMON_OBS): Add target-utils.o.
5619 (linux-maps.o, target-utils.o): New.
5620 * target/target-utils.c: New file.
5621 * target/target-utils.h: New file.
5622 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
5623 * config/i386/linux64.mh (NATDEPFILES): Ditto.
5624 * nat/linux-maps.c: New file.
5625 * nat/linux-maps.h: New file.
5626
5627 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
5628 Pedro Alves <palves@redhat.com>
5629
5630 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
5631 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
5632 (perf_event_read_bts): Change the type of SIZE and READ.
5633 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
5634 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
5635 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
5636 mmap page.
5637 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
5638 buffer size to UINT_MAX.
5639 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
5640 DATA_TAIL.
5641 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
5642 <last_head>: Change type.
5643 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
5644 * common/btrace-common.c (btrace_data_append): Change the type of
5645 SIZE.
5646 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
5647 check.
5648
5649 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * gdbtypes.h (CHECK_TYPEDEF): Remove.
5652 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
5653 with check_typedef.
5654 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
5655 (ada_array_length): Likewise.
5656 (find_parallel_type_by_descriptive_type): Likewise.
5657 (ada_check_typedef): Likewise.
5658 * arm-tdep.c (arm_return_in_memory): Likewise.
5659 * ax-gdb.c (gen_trace_static_fields): Likewise.
5660 (gen_struct_ref_recursive): Likewise.
5661 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5662 (variable: block COLONCOLON name): Likewise.
5663 (qualified_name: TYPENAME COLONCOLON name): Likewise.
5664 * c-lang.c (classify_type): Likewise.
5665 * c-typeprint.c (c_print_type): Likewise.
5666 (c_print_typedef): Likewise.
5667 (c_type_print_base): Likewise.
5668 * c-valprint.c (c_val_print): Likewise.
5669 * compile/compile-c-types.c (convert_type): Likewise.
5670 * compile/compile-object-load.c (get_out_value_type): Likewise.
5671 * completer.c (add_struct_fields): Likewise.
5672 (expression_completer): Likewise.
5673 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
5674 (cp_lookup_nested_symbol_1): Likewise.
5675 (cp_lookup_nested_symbol): Likewise.
5676 * cp-valprint.c (cp_print_value_fields): Likewise.
5677 (cp_print_static_field): Likewise.
5678 * d-valprint.c (d_val_print): Likewise.
5679 * eval.c (evaluate_subexp_standard): Likewise.
5680 (evaluate_subexp_for_sizeof): Likewise.
5681 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5682 * f-typeprint.c (f_type_print_base): Likewise.
5683 * f-valprint.c (f_val_print): Likewise.
5684 * gdbtypes.c (get_discrete_bounds): Likewise.
5685 (create_array_type_with_stride): Likewise.
5686 (type_name_no_tag_or_error): Likewise.
5687 (lookup_struct_elt_type): Likewise.
5688 (get_unsigned_type_max): Likewise.
5689 (internal_type_vptr_fieldno): Likewise.
5690 (set_type_vptr_fieldno): Likewise.
5691 (internal_type_vptr_basetype): Likewise.
5692 (set_type_vptr_basetype): Likewise.
5693 (get_vptr_fieldno): Likewise.
5694 (is_integral_type): Likewise.
5695 (is_scalar_type): Likewise.
5696 (is_scalar_type_recursive): Likewise.
5697 (distance_to_ancestor): Likewise.
5698 (is_unique_ancestor_worker): Likewise.
5699 (check_types_equal): Likewise.
5700 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
5701
5702 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
5703
5704 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
5705 also test for language_d.
5706 (dwarf2_compute_name): Likewise.
5707 (read_func_scope): Likewise.
5708 (read_structure_type): Likewise.
5709 (new_symbol_full): Likewise.
5710 (determine_prefix): Likewise.
5711 (read_import_statement): Use dot as the separator for language_d.
5712 (typename_concat): Likewise, but don't prefix the D main function.
5713
5714 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
5715
5716 * nat/linux-namespaces.c (setns): Rename from this ...
5717 (do_setns): ... to this. Support calling setns if it exists.
5718 (mnsh_handle_setns): Call do_setns.
5719
5720 2015-07-13 Yao Qi <yao.qi@linaro.org>
5721
5722 * exec.c (exec_file_attach): Add period at the end of error
5723 message.
5724
5725 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5726
5727 * tui/tui-win.c (window_name_completer): New function.
5728 (focus_completer): Call window_name_completer. All old content
5729 moved into window_name_completer.
5730 (winheight_completer): New function.
5731 (_initialize_tui_win): Rename variable. Add completer to
5732 winheight command. Update doc string on winheight.
5733
5734 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
5735
5736 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
5737 all nios2 mach variants.
5738
5739 2015-07-10 Kevin Buettner <kevinb@redhat.com>
5740
5741 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
5742 of target_read_memory.
5743
5744 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5745
5746 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
5747 string copy.
5748 (parse_scrolling_args): Likewise.
5749
5750 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
5753 names in this function.
5754
5755 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * tui/tui-data.h (SRC_NAME): Convert to lower case.
5758 (CMD_NAME): Likewise.
5759 (DATA_NAME): Likewise.
5760 (DISASSEM_NAME): Likewise.
5761 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
5762 (tui_set_win_height): Likewise.
5763 (parse_scrolling_args): Likewise.
5764
5765 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5766
5767 * record-btrace.c (record_btrace_goto_begin)
5768 (record_btrace_goto_end, record_btrace_goto): Move call to
5769 print_stack_frame ...
5770 (record_btrace_set_replay): ... here. Set stop_pc.
5771 * record-full.c (record_full_goto_entry): Set stop_pc.
5772
5773 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5774
5775 * NEWS: Mention support for tracepoints on aarch64-linux.
5776
5777 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5778
5779 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
5780 function. Return 1.
5781 (the_low_target): Install it.
5782
5783 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5784
5785 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
5786 * gdb.trace/collection.exp: Likewise.
5787 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5788 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5789 * gdb.trace/report.exp: Likewise.
5790 * gdb.trace/trace-break.exp: Likewise.
5791 * gdb.trace/unavailable.exp: Likewise.
5792 * gdb.trace/while-dyn.exp: Likewise.
5793
5794 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5795
5796 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
5797 (aarch64_gen_return_address): New function.
5798 (aarch64_gdbarch_init): Hook it.
5799
5800 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5801
5802 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
5803 swallow NOT_AVAILABLE_ERROR.
5804 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
5805 available_p is not set.
5806 (aarch64_stub_frame_unwind_stop_reason): New function.
5807 (aarch64_stub_unwind): Install it.
5808
5809 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5810
5811 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
5812 field.
5813 (aarch64_make_prologue_cache_1): New function, factored out from
5814 aarch64_make_prologue_cache. Do not allocate cache. Set
5815 available_p.
5816 (aarch64_make_prologue_cache): Reimplement wrapping
5817 aarch64_make_prologue_cache_1, and swallowing
5818 NOT_AVAILABLE_ERROR.
5819 (aarch64_prologue_frame_unwind_stop_reason): New function.
5820 Return UNWIND_UNAVAILABLE if available_p is not set.
5821 (aarch64_prologue_unwind): Install it.
5822 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
5823 checks into aarch64_prologue_frame_unwind_stop_reason. Call
5824 frame_id_build_unavailable_stack if available_p is not set.
5825
5826 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5827
5828 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
5829 fields.
5830 (aarch64_scan_prologue): Set prev_pc.
5831 (aarch64_make_prologue_cache): Set func.
5832 (aarch64_make_stub_cache): Set prev_pc.
5833 (aarch64_prologue_this_id): Remove local variables id, pc and
5834 func. Read prev_pc and func from cache.
5835 (aarch64_stub_this_id): Read prev_pc from cache.
5836
5837 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5838
5839 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
5840 argument this_cache. Remove unused local variables reg and
5841 unwound_fp. Return early if this_cache is already set. Set
5842 this_cache.
5843 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
5844
5845 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5846
5847 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
5848 New argument this_cache. Return early if this_cache is already
5849 set. Set this_cache.
5850 (aarch64_prologue_this_id): Update call to
5851 aarch64_make_prologue_cache.
5852 (aarch64_prologue_prev_register): Likewise.
5853 (aarch64_normal_frame_base): Likewise.
5854
5855 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5856
5857 * c-valprint.c (c_val_print): Factor out memberptr printing code
5858 from c_val_print to ...
5859 (c_val_print_memberptr): ... this new function.
5860
5861 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5862
5863 * c-valprint.c (c_val_print): Factor out int printing code to ...
5864 (c_val_print_int): ... this new function.
5865
5866 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5867
5868 * c-valprint.c (c_val_print): Factor out struct and union
5869 printing code to ...
5870 (c_val_print_struct): ... this new function ...
5871 (c_val_print_union): ... and this new function.
5872
5873 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5874
5875 * c-valprint.c (c_val_print): Factor out pointer printing code
5876 to ...
5877 (c_val_print_ptr): ... this new function.
5878
5879 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5880
5881 * c-valprint.c (c_valprint): Factor our array printing code from
5882 c_val_print to ...
5883 (c_val_print_array): ... this new function.
5884
5885 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5886
5887 * c-valprint.c (c_val_print): Factor out pointer printing code
5888 to ...
5889 (print_unpacked_pointer): ... this new function.
5890
5891 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
5892
5893 * c-valprint.c (c_val_print): Remove an assignment to i and move
5894 its declaration.
5895
5896 2015-07-09 Yao Qi <yao.qi@linaro.org>
5897
5898 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
5899 argument ptid. Update comments. Caller update.
5900
5901 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
5902
5903 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
5904 mnt packets.
5905
5906 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
5907
5908 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
5909
5910 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
5911
5912 * progspace.c (delete_program_space): Add missing spaces.
5913
5914 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
5915
5916 * inferior.c (delete_inferior_1): Rename to ...
5917 (delete_inferior): ..., remove 'silent' parameter, delete
5918 program space when unused and remove call to prune_program_spaces.
5919 Remove the old, unused, delete_inferior.
5920 (delete_inferior_silent): Remove.
5921 (prune_inferiors): Change call from delete_inferior_1 to
5922 delete_inferior and remove 'silent' parameter. Remove call to
5923 prune_program_spaces.
5924 (remove_inferior_command): Idem.
5925 * inferior.h (delete_inferior_1): Rename to...
5926 (delete_inferior): ..., remove 'silent' parameter and remove the
5927 original delete_inferior.
5928 (delete_inferior_silent): Remove.
5929 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
5930 delete_inferior_1 to delete_inferior and remove 'silent'
5931 parameter.
5932 * progspace.c (prune_program_spaces): Remove.
5933 (pspace_empty_p): Rename to...
5934 (program_space_empty_p): ... and make non-static.
5935 (delete_program_space): New.
5936 * progspace.h (prune_program_spaces): Remove declaration.
5937 (program_space_empty_p): New declaration.
5938 (delete_program_space): New declaration.
5939 * monitor.c (monitor_close): Replace call to
5940 delete_thread_silent and delete_inferior_silent with
5941 discard_all_inferiors.
5942
5943 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
5944
5945 * defs.h (deprecated_register_changed_hook): Remove prototype.
5946 * interps.c (clear_iterpreter_hooks): Remove reference to
5947 deprecated_register_changed_hook.
5948 * top.c (deprecated_register_changed_hook): Remove prototype.
5949 * valops.c (value_assign): Remove reference to
5950 deprecated_register_changed_hook.
5951 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
5952 Add comment documenting the function.
5953 (tui_register_changed_observer): Define.
5954 (tui_install_hooks): Remove reference to
5955 deprecated_register_changed_hook. Set
5956 tui_register_changed_observer.
5957 (tui_remove_hooks): Remove reference to
5958 deprecated_register_changed_hook. Unset
5959 tui_register_changed_observer.
5960
5961 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5962
5963 PR compile/18484
5964 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
5965
5966 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
5967
5968 PR exp/18617
5969 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
5970
5971 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
5972
5973 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
5974
5975 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
5976
5977 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
5978 Use safe_strerror() instead of strerror().
5979
5980 2015-07-07 Yao Qi <yao.qi@linaro.org>
5981
5982 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
5983 * features/arm-with-m-fpa-layout.c: Regenerated.
5984 * features/arm-with-m-vfp-d16.xml: Likewise.
5985 * features/arm-with-m-vfp-d16.c: Regenerated.
5986 * features/arm-with-m.xml: Likewise.
5987 * features/arm-with-m.c: Regenerated.
5988 * features/arm-with-neon.xml: Likewise.
5989 * features/arm-with-neon.c: Regenerated.
5990 * features/arm-with-vfpv2.xml: Likewise.
5991 * features/arm-with-vfpv2.c: Regenerated.
5992 * features/arm-with-vfpv3.xml: Likewise.
5993 * features/arm-with-vfpv3.c: Regenerated.
5994
5995 2015-07-07 Yao Qi <yao.qi@linaro.org>
5996
5997 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
5998 arm-linux-nat.c.
5999 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6000 elf/external.h.
6001 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6002 if target is 32-bit.
6003 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6004 if target is 32-bit.
6005 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6006 if target is 32-bit.
6007 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6008 if target is 32-bit.
6009 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6010 (aarch64_linux_read_description): Return the right target
6011 description.
6012 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6013 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6014 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6015 arm-linux-tdep.o.
6016
6017 2015-07-07 Yao Qi <yao.qi@linaro.org>
6018
6019 * aarch32-linux-nat.c: New file.
6020 * aarch32-linux-nat.h: New file.
6021 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6022 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6023 aarch32_gp_regcache_supply.
6024 (store_regs): Move code to aarch32-linux-nat.c. Call
6025 aarch32_gp_regcache_collect.
6026 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6027 aarch32_vfp_regcache_supply.
6028 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6029 aarch32_vfp_regcache_collect.
6030 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6031
6032 2015-07-07 Yao Qi <yao.qi@linaro.org>
6033
6034 * arm-linux-nat.c (store_fpregister): Remove.
6035 (store_register): Likewise.
6036 (fetch_fpregister): Likewise.
6037 (fetch_register): Likewise.
6038 (arm_linux_store_inferior_registers): Call store_regs and
6039 store_fpregs instead.
6040 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6041 fetch_regs instead.
6042
6043 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6046 and focus commands.
6047
6048 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6049
6050 * NEWS: Create a new section for the next release branch.
6051 Rename the section of the current branch, now that it has
6052 been cut.
6053
6054 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6055
6056 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6057 * version.in: Bump version to 7.10.50.DATE-cvs.
6058
6059 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
6060
6061 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6062 breakpoints in a special way.
6063 (remove_breakpoint): Likewise.
6064 (mark_breakpoints_out): Likewise.
6065
6066 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6067
6068 * doc/gdb.texinfo (TUI): Add comma after @xref.
6069
6070 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6071
6072 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6073 instead of casting the structure type.
6074
6075 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * valops.c (search_struct_field): Remove OFFSET parameter.
6078 (value_cast_structs): Adjust calls to search_struct_field.
6079 (value_struct_elt): Same.
6080 (find_overload_match): Same.
6081
6082 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6083
6084 * value.c (value_fetch_lazy): Update comment, change return
6085 value to void.
6086 * value.h (value_fetch_lazy): Change return value to void.
6087
6088 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6089
6090 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6091 (tui_win_name): Make parameter and result const.
6092 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6093
6094 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6095
6096 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6097 use printf_unfiltered.
6098 (set_mpx_cmd): Add missing trailing space to command string
6099 literal.
6100 (_initialize_i386_tdep): Give the "mpx" prefix command its
6101 correct name.
6102
6103 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6104
6105 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6106 (enum rx_frame_type): New.
6107 (struct rx_prologue): Add new field `frame_type'.
6108 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6109 parameter in the prologue struct. Add code for recording
6110 locations of PC and PSW for fast interrupt and exception frames.
6111 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6112 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6113 (rx_frame_type): New function.
6114 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6115 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6116 `this_cache'.
6117 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6118 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
6119 RX_FRAME_TYPE_FAST_INTERRUPT.
6120 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6121 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6122 (rx_frame_unwind): Use rx_frame_sniffer instead of
6123 default_frame_sniffer.
6124 (rx_frame_unwind): New unwinder.
6125 (rx_gdbarch_init): Register new unwinder.
6126
6127 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6128
6129 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6130 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6131 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6132 and RX_FPSW_REGNUM.
6133 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6134
6135 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 Fix GCC false warning.
6138 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6139
6140 2015-07-02 Yao Qi <yao.qi@linaro.org>
6141
6142 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6143 typo in the debugging message.
6144
6145 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6146
6147 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6148 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6149 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6150 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6151 (btrace_maint_clear): New.
6152 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6153 (pt_print_packet, btrace_maint_decode_pt)
6154 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6155 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6156 (maint_btrace_packet_history_cmd)
6157 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6158 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6159 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6160 (maint_info_btrace_cmd, _initialize_btrace): New.
6161 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6162 (btrace_maint_packet_history, btrace_maint_info): New.
6163 (btrace_thread_info) <maint>: New.
6164 * NEWS: Announce it.
6165
6166 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6167
6168 * btrace.c (btrace_fetch): Append the new trace data.
6169 (btrace_clear): Clear the stored trace data.
6170 * btrace.h (btrace_thread_info) <data>: New.
6171 * common/btrace-common.h (btrace_data_clear)
6172 (btrace_data_append): New.
6173 * common/btrace-common.c (btrace_data_clear)
6174 (btrace_data_append): New.
6175
6176 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6177
6178 * nat/linux-btrace.c (linux_enable_bts): Check for
6179 PERF_ATTR_SIZE_VER5.
6180 Check for data_offset and data_size fields. Use them.
6181
6182 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6183
6184 * NEWS: Announce new commands "record btrace pt" and "record pt".
6185 Announce new options "set|show record btrace pt buffer-size".
6186 * btrace.c: Include "rsp-low.h".
6187 Include "inttypes.h".
6188 (btrace_add_pc): Add forward declaration.
6189 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6190 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6191 (btrace_compute_ftrace_pt): New.
6192 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6193 (check_xml_btrace_version): Update version check.
6194 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6195 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6196 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6197 (btrace_pt_children): New.
6198 (btrace_children): Add support for "pt".
6199 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6200 (btrace_conf_children): Add support for "pt".
6201 * btrace.h: Include "intel-pt.h".
6202 (btrace_pt_error): New.
6203 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6204 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6205 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6206 (struct btrace_config_pt): New.
6207 (struct btrace_config)<pt>: New.
6208 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6209 (struct btrace_data)<pt>: New.
6210 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6211 (pt): New.
6212 * features/btrace.dtd (btrace)<pt>: New.
6213 (pt, pt-config, cpu): New.
6214 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6215 (perf_event_pt_event_type, kernel_supports_pt)
6216 (linux_supports_pt): New.
6217 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6218 (linux_enable_bts): Free tinfo on error.
6219 (linux_enable_pt): New.
6220 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6221 (linux_disable_pt): New.
6222 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6223 (linux_fill_btrace_pt_config, linux_read_pt): New.
6224 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6225 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6226 (struct btrace_target_info)<pt>: New.
6227 * record-btrace.c (set_record_btrace_pt_cmdlist)
6228 (show_record_btrace_pt_cmdlist): New.
6229 (record_btrace_print_pt_conf): New.
6230 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6231 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6232 (cmd_record_btrace_pt_start): New.
6233 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6234 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6235 (_initialize_record_btrace): Add new commands.
6236 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6237 (remote_protocol_features): Add "Qbtrace:pt".
6238 Add "Qbtrace-conf:pt:size".
6239 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6240 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6241 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6242 (_initialize_remote): Add new commands.
6243
6244 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6245
6246 * configure.ac: check for libipt
6247 * configure: Regenerate.
6248 * config.in: Regenerate.
6249 * Makefile.in (LIBIPT): New.
6250 (CLIBS): Add $LIBIPT.
6251 * NEWS: document new configure options
6252
6253 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 * compile/compile-object-load.c (compile_object_load): Replace debug
6256 message "lookup undefined ELF symbol" by 3 more specific messages.
6257
6258 2015-07-01 Kevin Buettner <kevinb@redhat.com>
6259
6260 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6261 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6262 (rl78_gdbarch_init): Initialize rl78_psw_type.
6263
6264 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6265
6266 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6267 Update commentary. Always refresh the registers when frame
6268 information has changed.
6269 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6270 Change return type to int. Return 1 if frame information has
6271 changed, 0 otherwise.
6272 (tui_before_prompt): Update commentary.
6273 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6274 int.
6275
6276 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6277
6278 PR tui/13378
6279 * frame.c (select_frame): Remove reference to
6280 deprecated_selected_frame_level_changed_hook.
6281 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6282 declaration.
6283 * stack.c (deprecated_selected_frame_level_changed_hook):
6284 Likewise.
6285 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6286 Rename to ...
6287 (tui_refresh_frame_and_register_information): ... this. Bail
6288 out if there is no stack. Don't update register information
6289 unless registers_too_p is true.
6290 (tui_print_frame_info_listing_hook): Rename to ...
6291 (tui_dummy_print_frame_info_listing_hook): ... this.
6292 (tui_before_prompt): New function.
6293 (tui_normal_stop): New function.
6294 (tui_before_prompt_observer): New observer.
6295 (tui_normal_stop_observer): New observer.
6296 (tui_install_hooks): Set
6297 deprecated_print_frame_info_listing_hook to
6298 tui_dummy_print_frame_info_listing_hook. Register
6299 tui_before_prompt_observer to call tui_before_prompt and
6300 tui_normal_stop_observer to call tui_normal_stop. Remove
6301 reference to deprecated_selected_frame_level_changed_hook.
6302 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6303 and tui_normal_stop_observer. Remove reference to
6304 deprecated_selected_frame_level_changed_hook.
6305
6306 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6307
6308 PR tui/13378
6309 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6310 return an int instead of void. Return whether the locator
6311 window has changed.
6312 (tui_show_frame_info): If the locator info has not changed, then
6313 bail out early to avoid refreshing the windows.
6314
6315 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6316
6317 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6318 LOCATOR_WIN to tui_alloc_content.
6319
6320 2015-06-30 Yao Qi <yao.qi@linaro.org>
6321
6322 PR tdep/18605
6323 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6324 instructions.
6325
6326 2015-06-29 Kevin Buettner <kevinb@redhat.com>
6327
6328 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6329 (rx_dwarf_reg_to_regnum): New function.
6330 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6331 unwinding.
6332
6333 2015-06-29 Pedro Alves <palves@redhat.com>
6334
6335 PR threads/18127
6336 * infcall.c (run_inferior_call): On infcall success, if the thread
6337 was marked stopped before, reset it back to stopped.
6338 * infrun.c (resume): Don't suppress the set_running calls when
6339 doing an infcall.
6340 (normal_stop): Only discard the finish_thread_state cleanup if the
6341 infcall succeeded.
6342
6343 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
6344
6345 * MAINTAINERS (Write After Approval): Update my email address.
6346
6347 2015-06-26 Keith Seitz <keiths@redhat.com>
6348 Doug Evans <dje@google.com>
6349
6350 PR 16253
6351 * block.c (block_lookup_symbol): For non-function blocks,
6352 continue to search for a symbol with an exact domain match
6353 Otherwise, return any previously found "best domain" symbol.
6354 (block_lookup_symbol_primary): Likewise.
6355
6356 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6357
6358 * NEWS: Mention the new option "history remove-duplicates".
6359 * top.c (history_remove_duplicates): New static variable.
6360 (show_history_remove_duplicates): New static function.
6361 (gdb_add_history): Conditionally remove duplicate history
6362 entries.
6363 (init_main): Add "history remove-duplicates" option.
6364
6365 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6366
6367 * tui/tui-win.c (focus_completer): New static function.
6368 (_initialize_tui_win): Set the completion function of the
6369 "focus" command to focus_completer.
6370
6371 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6372
6373 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6374 and language_asm..
6375 * symtab.c (find_function_start_sal): Likewise.
6376
6377 2015-06-25 Gary Benson <gbenson@redhat.com>
6378
6379 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6380 it is the empty string after trailing slashes have been stripped.
6381
6382 2015-06-25 Gary Benson <gbenson@redhat.com>
6383
6384 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6385 * infrun.c (follow_exec): Likewise.
6386 * remote.c (remote_filesystem_is_local): Likewise.
6387 * solib.c (solib_find_1): Likewise.
6388
6389 2015-06-24 Keith Seitz <keiths@redhat.com>
6390
6391 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6392 return value from lrealpath.
6393
6394 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6395
6396 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6397
6398 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6399
6400 * remote-sim.c: Include gdb_bfd.h.
6401 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6402 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6403
6404 2015-06-24 Yao Qi <yao.qi@linaro.org>
6405
6406 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6407 set_gdbarch_get_siginfo_type.
6408 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6409 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6410 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6411 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6412 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6413 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6414 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6415 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6416 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6417 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6418
6419 2015-06-24 Gary Benson <gbenson@redhat.com>
6420
6421 * common/buffer.c (stdint.h): Do not include.
6422 * common/print-utils.c (stdint.h): Likewise.
6423 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6424 * compile/compile-c-types.c (gdb_assert.h): Likewise.
6425 * ft32-tdep.c (gdb_assert.h): Likewise.
6426 * guile/scm-utils.c (stdint.h): Likewise.
6427 * i386-linux-tdep.c (stdint.h): Likewise.
6428 * i386-tdep.c (stdint.h): Likewise.
6429 * nat/linux-btrace.c (stdint.h): Likewise.
6430 * nat/linux-btrace.h (stdint.h): Likewise.
6431 * nat/linux-ptrace.c (stdint.h): Likewise.
6432 * nat/mips-linux-watch.h (stdint.h): Likewise.
6433 * ppc-linux-nat.c (stdint.h): Likewise.
6434 * python/python-internal.h (stdint.h): Likewise.
6435 * stub-termcap.c (stdlib.h): Likewise.
6436 * target/target.h (stdint.h): Likewise.
6437 * xtensa-linux-nat.c (stdint.h): Likewise.
6438
6439 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
6440
6441 * top.c (init_history): Look at errno after calling strtol to
6442 properly map large GDBHISTSIZE values to infinity.
6443
6444 2015-06-23 Doug Evans <dje@google.com>
6445
6446 * inferior.h (struct inferior_suspend_state): Delete, unused.
6447 All references deleted.
6448
6449 2015-06-23 Mike Frysinger <vapier@gentoo.org>
6450
6451 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6452 (microblaze_push_dummy_call): Likewise.
6453 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6454 and set_gdbarch_push_dummy_call.
6455
6456 2015-06-23 Yao Qi <yao.qi@linaro.org>
6457
6458 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6459 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6460 (amd64_linux_store_inferior_registers): Likewise.
6461 * arm-linux-nat.c (fetch_fpregister): Likewise.
6462 (fetch_fpregs, store_fpregister): Likewise.
6463 (store_fpregister, store_fpregs): Likewise.
6464 (fetch_register, fetch_regs): Likewise.
6465 (store_register, store_regs): Likewise.
6466 (fetch_vfp_regs, store_vfp_regs): Likewise.
6467 (arm_linux_read_description): Check have_ptrace_getregset is
6468 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
6469 or TRIBOOL_FALSE.
6470 * i386-linux-nat.c (fetch_xstateregs): Check
6471 have_ptrace_getregset is not TRIBOOL_TRUE.
6472 (store_xstateregs): Likewise.
6473 * linux-nat.c (have_ptrace_getregset): Change its type to
6474 enum tribool.
6475 * linux-nat.h (tribool): New enum.
6476 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6477 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6478
6479 2015-06-19 Doug Evans <dje@google.com>
6480
6481 * NEWS: Mention Sun's version of stabs is no longer supported.
6482 * elfread.c (free_elfinfo): Delete. All uses updated.
6483 (elfstab_offset_sections): Delete. All uses updated.
6484 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
6485 * psympriv.h (partial_symtab) <section_offsets>: Delete.
6486 All uses updated.
6487 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6488 All callers updated.
6489
6490 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
6491
6492 * common/rsp-low.c (needs_escaping): New.
6493 (remote_escape_output): Add unit_size parameter. Refactor to
6494 support multi-byte addressable units. Rename parameters.
6495 * common/rsp-low.h (remote_escape_output): Add unit_size
6496 parameter and rename others. Update doc.
6497 * remote.c (align_for_efficient_write): New.
6498 (remote_write_bytes_aux): Add unit_size parameter and use it.
6499 Rename some variables. Update doc.
6500 (remote_xfer_partial): Get unit size and use it.
6501 (remote_read_bytes_1): Add unit_size parameter and use it.
6502 Rename some variables. Update doc.
6503 (remote_write_bytes): Same.
6504 (remote_xfer_live_readonly_partial): Same.
6505 (remote_read_bytes): Same.
6506 (remote_flash_write): Update call to remote_write_bytes_aux.
6507 (remote_write_qxfer): Update call to remote_escape_output.
6508 (remote_search_memory): Same.
6509 (remote_hostio_pwrite): Same.
6510
6511 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
6512
6513 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6514 locations as inserted.
6515 Update and expand comment about permanent locations.
6516 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6517 Move comment to add_location_to_breakpoint.
6518 (update_global_location_list): Don't error out if a permanent
6519 breakpoint is not marked inserted.
6520 Don't error out if a non-permanent breakpoint location is inserted on
6521 top of a permanent breakpoint.
6522
6523 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
6524
6525 * breakpoint.c (make_breakpoint_permanent): Remove unused
6526 function.
6527 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
6528
6529 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6530
6531 PR gdb/16999
6532 * NEWS: Mention new GDBHISTSIZE behavior.
6533 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
6534 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
6535
6536 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6537
6538 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
6539 * top.c (init_history): Read from GDBHISTSIZE instead of
6540 HISTSIZE.
6541 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
6542
6543 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6544
6545 * top.c (gdb_safe_append_history): Do not call
6546 history_truncate_file if the history is not stifled.
6547
6548 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6549
6550 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
6551 * syscalls/s390x-linux.xml: Likewise.
6552
6553 2015-06-16 Michael Eager <eager@eagercon.com>
6554
6555 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
6556
6557 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
6558
6559 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
6560 target_terminal_ours_for_output() before calling
6561 tui_show_frame_info(), and restore the original terminal
6562 settings afterwards.
6563
6564 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
6565
6566 * arm-linux-nat.c: Include nat/linux-ptrace.h.
6567
6568 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6569
6570 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
6571 memory unit size.
6572 (mi_cmd_data_write_memory_bytes): Same.
6573
6574 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6575
6576 * corefile.c (write_memory): Update doc.
6577 * gdbcore.h (write_memory): Same.
6578
6579 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
6582 (dump_mapping_p): Use it for parameter filterflags.
6583 (linux_find_memory_regions_full): Use it for variable filterflags.
6584
6585 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6586 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 Merge multiple hex conversions.
6589 * monitor.c: Include rsp-low.h.
6590 (fromhex): Remove definition.
6591
6592 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6593 Jan Kratochvil <jan.kratochvil@redhat.com>
6594
6595 Move utility functions to common/.
6596 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
6597 Move defs to common/common-utils.c.
6598 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
6599 (skip_to_space_const): Move decls to common/common-utils.h.
6600 * common/common-defs.h: Move include of common-types.h before
6601 common-utils.h.
6602 * common/common-utils.c: Include host-defs.h and ctype.h.
6603 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
6604 from utils.c.
6605 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
6606 cli/cli-utils.c.
6607 * common/common-utils.h (strtoulst): Move decl from utils.h.
6608 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
6609 Move from cli/cli-utils.h.
6610 * common/host-defs.h: Include limits.h.
6611 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
6612 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
6613 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
6614 common/common-utils.h.
6615 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
6616 (strtoulst): Move to common/common-utils.c.
6617 * utils.h (strtoulst): Moved decl to common/common-utils.h.
6618
6619 2015-06-15 Yao Qi <yao.qi@linaro.org>
6620
6621 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
6622
6623 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6624
6625 * build-id.c: Don't include elf-bfd.h.
6626 (build_id_bfd_get): Use bfd_build_id.
6627 (build_id_verify): Ditto.
6628 * build-id.h: Ditto.
6629 (find_separate_debug_file_by_buildid): Ditto.
6630 * python/py-objfile.c: Don't include elf-bfd.h.
6631 (objfpy_get_build_id) Use bfd_build_id.
6632 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
6633 * coffread.c: Include build-id.h.
6634 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
6635
6636 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
6637
6638 * windows-nat.c (do_windows_fetch_inferior_registers)
6639 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
6640 conditional with __CYGWIN__.
6641
6642 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6643
6644 * completer.c: Add arch-utils.h include.
6645 (enum reg_completer_targets): New enum.
6646 (reg_or_group_completer_1): New function containing old
6647 reg_or_group_completer, add and use new parameter to control what
6648 is completed on. Use get_current_arch rather than architecture of
6649 currently selected frame.
6650 (reg_or_group_completer): Call new reg_or_group_completer_1.
6651 (reggroup_completer): Call new reg_or_group_completer_1.
6652 * completer.h (reggroup_completer): Add declaration.
6653 * tui/tui-regs.c: Add 'completer.h' include.
6654 (tui_reg_next_command): Renamed to...
6655 (tui_reg_next): ...this. Adjust parameters and return rather than
6656 display new group.
6657 (tui_reg_prev_command): Renamed to...
6658 (tui_reg_prev): ...this. Adjust parameters and return rather than
6659 display new group.
6660 (tui_reg_float_command): Delete.
6661 (tui_reg_general_command): Delete.
6662 (tui_reg_system_command): Delete.
6663 (tui_reg_command): Rewrite to perform switching of register group.
6664 Add header comment.
6665 (tuireglist): Remove.
6666 (tui_reggroup_completer): New function.
6667 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
6668 creation of 'tui reg' command.
6669 * NEWS: Add comment about 'tui reg' changes.
6670
6671 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6672
6673 * target.c (target_read): Consider addressable unit size when
6674 reading from a memory object.
6675 (read_memory_robust): Same.
6676 (read_whatever_is_readable): Same.
6677 (target_write_with_progress): Consider addressable unit size
6678 when writing to a memory object.
6679 * target.h (target_read): Update documentation.
6680 (target_write): Add documentation.
6681
6682 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6683
6684 * arch-utils.h (default_addressable_memory_unit_size): New.
6685 * arch-utils.c (default_addressable_memory_unit_size): New.
6686 * gdbarch.sh (addressable_memory_unit_size): New.
6687 * gdbarch.h: Re-generate.
6688 * gdbarch.c: Re-generate.
6689
6690 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6691
6692 * target.c (target_read): Rename variables and use
6693 TARGET_XFER_E_IO.
6694 (target_read_with_progress): Same.
6695 (read_memory_robust): Constify parameters and rename
6696 variables.
6697 (read_whatever_is_readable): Constify parameters,
6698 rename variables, adjust formatting.
6699 * target.h (read_memory_robust): Constify parameters.
6700
6701 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6702
6703 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
6704 synthetic (non-AltiVec) vector types.
6705 (ppc64_sysv_abi_return_value): Likewise.
6706
6707 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6708
6709 PR breakpoints/16465
6710 * breakpoint.c (create_breakpoint): Save extra_string for
6711 pending breakpoints.
6712
6713 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6714
6715 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
6716 and bt_mask to CORE_ADDR.
6717
6718 2015-06-11 Gary Benson <gbenson@redhat.com>
6719
6720 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
6721 (mnsh_recv_message): Likewise.
6722
6723 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
6724
6725 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
6726 long long int and plongest instead of %ll.
6727
6728 2015-06-11 Gary Benson <gbenson@redhat.com>
6729
6730 * nat/linux-namespaces.c (gdb_wait.h): New include.
6731 (sys/wait.h): Do not include.
6732
6733 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
6736 end_sequence is true.
6737
6738 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6739
6740 Code cleanup.
6741 * solib-target.c (library_list_start_list): Use explicit NULL
6742 comparison.
6743
6744 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * solib-target.c (library_list_start_list): Do not dereference
6747 variable version in its initialization. Make the VERSION check handle
6748 NULL.
6749 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
6750
6751 2015-06-10 Gary Benson <gbenson@redhat.com>
6752
6753 * NEWS: Announce support for direct access of executable and
6754 shared library files when attaching to inferiors in containers
6755 on GNU/Linux systems.
6756
6757 2015-06-10 Gary Benson <gbenson@redhat.com>
6758
6759 * remote.c (struct remote_state) <fs_pid>: New field.
6760 (new_remote_state): Initialize the above.
6761 (PACKET_vFile_setfs): New enum value.
6762 (remote_hostio_set_filesystem): New function.
6763 (remote_hostio_open): Call the above.
6764 (remote_hostio_unlink): Likewise.
6765 (remote_hostio_readlink): Likewise.
6766 (_initialize_remote): Register new "set/show remote
6767 hostio-setfs-packet" command.
6768 * NEWS: Announce new vFile:setfs packet.
6769
6770 2015-06-10 Gary Benson <gbenson@redhat.com>
6771
6772 * linux-nat.c (nat/linux-namespaces.h): New include.
6773 (fileio.h): Likewise.
6774 (linux_nat_filesystem_is_local): New function.
6775 (linux_nat_fileio_pid_of): Likewise.
6776 (linux_nat_fileio_open): Likewise.
6777 (linux_nat_fileio_readlink): Likewise.
6778 (linux_nat_fileio_unlink): Likewise.
6779 (linux_nat_add_target): Initialize to_filesystem_is_local,
6780 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
6781 (_initialize_linux_nat): New "set/show debug linux-namespaces"
6782 commands.
6783 * NEWS: Mention new "set/show debug linux-namespaces" commands.
6784
6785 2015-06-10 Gary Benson <gbenson@redhat.com>
6786
6787 * target.h (struct inferior): New forward declaration.
6788 (struct target_ops) <to_filesystem_is_local>: Update comment.
6789 (struct target_ops) <to_fileio_open>: New argument inf.
6790 Update comment. All implementations updated.
6791 (struct target_ops) <to_fileio_unlink>: Likewise.
6792 (struct target_ops) <to_fileio_readlink>: Likewise.
6793 (target_filesystem_is_local): Update comment.
6794 (target_fileio_open): New argument inf. Update comment.
6795 (target_fileio_unlink): Likewise.
6796 (target_fileio_readlink): Likewise.
6797 (target_fileio_read_alloc): Likewise.
6798 (target_fileio_read_stralloc): Likewise.
6799 * target.c (target_fileio_open): New argument inf.
6800 Pass inf to implementation. Update debug printing.
6801 (target_fileio_unlink): Likewise.
6802 (target_fileio_readlink): Likewise.
6803 (target_fileio_read_alloc_1): New argument inf. Pass inf
6804 to target_fileio_open.
6805 (target_fileio_read_alloc): New argument inf. Pass inf to
6806 target_fileio_read_alloc_1.
6807 (target_fileio_read_stralloc): Likewise.
6808 * gdb_bfd.c (inferior.h): New include.
6809 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
6810 argument with new argument "inferior". Pass inferior to
6811 target_fileio_open.
6812 (gdb_bfd_open): Supply inferior argument to
6813 gdb_bfd_iovec_fileio_open.
6814 * linux-tdep.c (linux_info_proc): Supply inf argument to
6815 relevant target_fileio calls.
6816 (linux_find_memory_regions_full): Likewise.
6817 (linux_fill_prpsinfo): Likewise.
6818 * remote.c (remote_filesystem_is_local): Supply inf
6819 argument to remote_hostio_open.
6820 (remote_file_put): Likewise.
6821 (remote_file_get): Likewise.
6822 (remote_file_delete): Supply inf argument to
6823 remote_hostio_unlink.
6824
6825 2015-06-10 Gary Benson <gbenson@redhat.com>
6826
6827 * inf-child.c (inf_child_fileio_open): Replace comment.
6828 (inf_child_fileio_pwrite): Likewise.
6829 (inf_child_fileio_pread): Likewise.
6830 (inf_child_fileio_fstat): Insert blank line before comment.
6831 (inf_child_fileio_close): Replace comment.
6832 (inf_child_fileio_unlink): Likewise.
6833 (inf_child_fileio_readlink): Likewise.
6834 * remote.c (remote_hostio_open): Likewise.
6835 (remote_hostio_pread): Likewise.
6836 (remote_hostio_pwrite): Likewise.
6837 (remote_hostio_close): Likewise.
6838 (remote_hostio_unlink): Likewise.
6839 (remote_hostio_readlink): Likewise.
6840 (remote_hostio_fstat): Likewise.
6841 (remote_filesystem_is_local): Likewise.
6842 * target.c (target_fileio_open): Likewise.
6843 (target_fileio_pwrite): Likewise.
6844 (target_fileio_pread): Likewise.
6845 (target_fileio_fstat): Insert blank line before comment.
6846 (target_fileio_close): Replace comment.
6847 (target_fileio_unlink): Likewise.
6848 (target_fileio_readlink): Likewise.
6849 (target_fileio_read_alloc): Likewise.
6850 (target_fileio_read_stralloc): Likewise.
6851
6852 2015-06-10 Gary Benson <gbenson@redhat.com>
6853
6854 * linux-thread-db.c (nat/linux-namespaces.h): New include.
6855 (check_pid_namespace_match): Use linux_ns_same rather than
6856 linux_proc_pid_get_ns to spot PID namespace mismatches.
6857 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
6858 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
6859
6860 2015-06-10 Gary Benson <gbenson@redhat.com>
6861
6862 * configure.ac (AC_CHECK_FUNCS): Add setns.
6863 * config.in: Regenerate.
6864 * configure: Likewise.
6865 * nat/linux-namespaces.h: New file.
6866 * nat/linux-namespaces.c: Likewise.
6867 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
6868 (linux-namespaces.o): New rule.
6869 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
6870 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
6871 * config/arm/linux.mh (NATDEPFILES): Likewise.
6872 * config/i386/linux.mh (NATDEPFILES): Likewise.
6873 * config/i386/linux64.mh (NATDEPFILES): Likewise.
6874 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6875 * config/m32r/linux.mh (NATDEPFILES): Likewise.
6876 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6877 * config/mips/linux.mh (NATDEPFILES): Likewise.
6878 * config/pa/linux.mh (NATDEPFILES): Likewise.
6879 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6880 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
6881 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
6882 * config/s390/linux.mh (NATDEPFILES): Likewise.
6883 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6884 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
6885 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
6886 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
6887
6888 2015-06-10 Gary Benson <gbenson@redhat.com>
6889
6890 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
6891 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
6892 (make_cleanup_close): Likewise.
6893 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
6894 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
6895 (make_cleanup_close): Likewise.
6896
6897 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
6898
6899 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
6900 from SuspendThread().
6901
6902 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
6903
6904 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
6905 from OutputDebugString.
6906
6907 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6908 Mircea Gherzan <mircea.gherzan@intel.com>
6909
6910 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
6911 MPX_BT_MASK_32): New macros.
6912 (i386_mpx_set_bounds): New function that implements
6913 the command "set-mpx-bound".
6914 (i386_mpx_enabled): Helper function to test MPX availability.
6915 (i386_mpx_bd_base): Helper function to calculate the base directory
6916 address.
6917 (i386_mpx_get_bt_entry): Helper function to access a bound
6918 table entry.
6919 (i386_mpx_print_bounds): Effectively display bound information.
6920 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
6921 "show mpx".
6922 (_initialize_i386_tdep):
6923 Add "bound" to the commands "show mpx" and "set mpx" commands.
6924 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
6925 and "show mpx" commands.
6926 * NEWS: List new commands for MPX support.
6927
6928 2015-06-09 Gary Benson <gbenson@redhat.com>
6929
6930 * common/fileio.h (fileio_to_host_mode): New declaration.
6931 * common/fileio.c (fileio_to_host_mode): New Function.
6932 * inf-child.c (inf_child_fileio_open): Process mode argument
6933 with fileio_to_host_mode.
6934
6935 2015-06-09 Gary Benson <gbenson@redhat.com>
6936
6937 * common/fileio.c (fileio_mode_pack): Fix preprocessor
6938 conditional.
6939
6940 2015-06-05 Gary Benson <gbenson@redhat.com>
6941
6942 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
6943 * remote.c (remote_filesystem_is_local): ...here.
6944
6945 2015-06-04 Yao Qi <yao.qi@linaro.org>
6946
6947 * gdbarch.c: Regenerate it.
6948
6949 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6950
6951 * arch-utils.c (default_infcall_munmap): New.
6952 * arch-utils.h (default_infcall_munmap): New declaration.
6953 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
6954 (munmap_list_free, munmap_listp_free_cleanup): New.
6955 (struct setup_sections_data): Add field munmap_list_headp.
6956 (setup_sections): Call munmap_list_add.
6957 (compile_object_load): New variable munmap_list_head, initialize
6958 setup_sections_data.munmap_list_headp, return munmap_list_head.
6959 * compile/compile-object-load.h (struct munmap_list): New declaration.
6960 (struct compile_module): Add field munmap_list_head.
6961 (munmap_list_free): New declaration.
6962 * compile/compile-object-run.c (struct do_module_cleanup): Add field
6963 munmap_list_head.
6964 (do_module_cleanup): Call munmap_list_free.
6965 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
6966 * gdbarch.c: Regenerate.
6967 * gdbarch.h: Regenerate.
6968 * gdbarch.sh (infcall_munmap): New.
6969 * linux-tdep.c (linux_infcall_munmap): New.
6970 (linux_init_abi): Install it.
6971
6972 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6973
6974 PR gdb/15564
6975 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
6976
6977 2015-06-02 Yao Qi <yao.qi@linaro.org>
6978
6979 * i386-linux-nat.c: Include linux-nat.h.
6980
6981 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
6982 Jan Kratochvil <jan.kratochvil@redhat.com>
6983
6984 PR symtab/18392
6985 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
6986 assertion.
6987 * dwarf2loc.c (chain_candidate): Likewise.
6988
6989 2015-06-01 Yao Qi <yao.qi@linaro.org>
6990
6991 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
6992 (store_vfp_regs): Use PTRACE_SETREGSET.
6993
6994 2015-06-01 Yao Qi <yao.qi@linaro.org>
6995
6996 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
6997 (fetch_fpregs): Likewise.
6998 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
6999 (store_fpregs): Likewise.
7000
7001 2015-06-01 Yao Qi <yao.qi@linaro.org>
7002
7003 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7004 (fetch_regs): Likewise.
7005 (store_regs): Use PTRACE_SETREGSET.
7006 (store_register): Likewise.
7007
7008 2015-06-01 Yao Qi <yao.qi@linaro.org>
7009
7010 * arm-linux-nat.c (arm_linux_read_description): Check whether
7011 kernel supports PTRACE_GETREGSET.
7012
7013 2015-06-01 Yao Qi <yao.qi@linaro.org>
7014
7015 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7016 * linux-nat.c: ... here.
7017 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7018 to ...
7019 * linux-nat.h: ... here.
7020
7021 2015-06-01 Yao Qi <yao.qi@linaro.org>
7022
7023 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7024 * i386-linux-nat.c: Likewise.
7025 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7026 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7027 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7028 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7029 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7030
7031 2015-05-30 Eli Zaretskii <eliz@gnu.org>
7032
7033 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7034 compatible to what read_child and write_child return. This
7035 unbreaks that DJGPP build of GDB which was broken since v7.7.
7036
7037 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7038
7039 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7040
7041 2015-05-29 Roland McGrath <mcgrathr@google.com>
7042
7043 PR gdb/18464
7044 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7045 rather than internal_error for an unrecognized value.
7046
7047 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7048
7049 * xtensa-tdep.c (xtensa_pseudo_register_read)
7050 (xtensa_pseudo_register_write): Don't alias last pseudo register
7051 to a1.
7052
7053 2015-05-28 Don Breazeal <donb@codesourcery.com>
7054
7055 * infrun.c (follow_fork_inferior): Ensure the use of
7056 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7057 messages.
7058
7059 2015-05-28 Doug Evans <dje@google.com>
7060
7061 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7062
7063 2015-05-28 Yao Qi <yao.qi@linaro.org>
7064
7065 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7066 (arm_linux_fetch_inferior_registers): Use
7067 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7068 (arm_linux_store_inferior_registers): Likewise.
7069 (arm_linux_read_description): Don't set
7070 arm_linux_has_wmmx_registers.
7071 * arm-tdep.c (arm_gdbarch_init): Set
7072 tdep->have_wmmx_registers according target descriptions.
7073 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7074 field.
7075
7076 2015-05-28 Yao Qi <yao.qi@linaro.org>
7077
7078 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7079 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7080 instead of arm_linux_vfp_register_count.
7081 (store_vfp_regs): Likewise.
7082 (arm_linux_fetch_inferior_registers): Likewise.
7083 (arm_linux_store_inferior_registers): Likewise.
7084 (arm_linux_read_description): Don't set
7085 arm_linux_vfp_register_count.
7086 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7087 Adjust.
7088 * arm-tdep.c (arm_gdbarch_init): Add assert on
7089 vfp_register_count.
7090 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7091 field to vfp_register_count. All users updated.
7092
7093 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7094
7095 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7096 ELFOSABI_GNU binaries.
7097
7098 2015-05-27 Doug Evans <dje@google.com>
7099
7100 * dwarf2read.c (lnp_state_machine): New typedef.
7101 (lnp_reader_state): New typedef.
7102 (dwarf_record_line_1): Renamed from dwarf_record_line.
7103 All callers updated.
7104 (dwarf_record_line): New function.
7105 (init_lnp_state_machine): New function.
7106 (check_line_address): Replace p_record_line parameter with state.
7107 All callers updated.
7108 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7109 Update to record state in lnp_state_machine.
7110
7111 2015-05-27 Doug Evans <dje@google.com>
7112
7113 * dwarf2read.c (record_line_ftype): New typedef.
7114 (check_line_address): New function.
7115 (dwarf_decode_lines_1): Call it.
7116
7117 2015-05-27 Doug Evans <dje@google.com>
7118
7119 * NEWS: Mention "set debug dwarf-line".
7120 * dwarf2read.c (dwarf_line_debug): New static global.
7121 (add_include_dir): Add debug dwarf-line support.
7122 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7123 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7124
7125 2015-05-27 Doug Evans <dje@google.com>
7126
7127 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7128 All callers updated.
7129 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7130 * cp-support.h (cp_lookup_nested_symbol): Update.
7131
7132 2015-05-27 Doug Evans <dje@google.com>
7133
7134 PR symtab/18258
7135 * block.c (block_find_symbol): New function.
7136 (block_find_non_opaque_type): Ditto.
7137 (block_find_non_opaque_type_preferred): Ditto.
7138 * block.h (block_symbol_matcher_ftype): New typedef.
7139 (block_find_symbol): Declare.
7140 (block_find_non_opaque_type): Ditto.
7141 (block_find_non_opaque_type_preferred): Ditto.
7142 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7143 * psymtab.c (psym_lookup_symbol): Ditto.
7144 * symtab.c (basic_lookup_transparent_type_1): New function.
7145 (basic_lookup_transparent_type): Call it.
7146
7147 2015-05-27 Yao Qi <yao.qi@linaro.org>
7148
7149 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7150 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7151
7152 2015-05-27 Yao Qi <yao.qi@linaro.org>
7153
7154 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7155 before operator &&.
7156 (aarch64_record_load_store): Likewise.
7157
7158 2015-05-26 Doug Evans <dje@google.com>
7159
7160 PR c++/18141, c++/18417.
7161 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7162 a typedef.
7163
7164 2015-05-26 Doug Evans <dje@google.com>
7165
7166 * NEWS: Add entries for command renamings.
7167 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7168 All uses updated.
7169 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7170 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7171 All uses updated.
7172 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7173 All callers updated. Fix spelling of DWARF in help text.
7174 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7175 All uses updated.
7176 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7177 All uses updated.
7178 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7179 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7180 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7181 All uses updated.
7182 (show_dwarf_always_disassemble): Renamed from
7183 show_dwarf2_always_disassemble. All callers updated.
7184 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7185 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7186 "set/show dwarf max-cache-age". Rename
7187 "set/show dwarf2 always-disassemble" to
7188 "set/show dwarf always-disassemble". Rename
7189 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7190 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7191
7192 2015-05-26 Doug Evans <dje@google.com>
7193
7194 PR python/18438
7195 * python/py-lazy-string.c (stpy_convert_to_value): Use
7196 gdbpy_gdb_memory_error not PyExc_MemoryError.
7197 (gdbpy_create_lazy_string_object): Ditto.
7198
7199 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7200
7201 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7202
7203 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7204
7205 * tui/tui-regs.c (tui_reg_prev_command): New function.
7206 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7207 * reggroups.c (reggroup_prev): New function.
7208 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7209
7210 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7211 Yao Qi <yao.qi@linaro.org>
7212
7213 * aarch64-linux-tdep.c: Include linux-record.h and
7214 record-full.h.
7215 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7216 (aarch64_syscall): New enum.
7217 (aarch64_canonicalize_syscall): New function.
7218 (aarch64_all_but_pc_registers_record): New function.
7219 (aarch64_linux_syscall_record): New function.
7220 (aarch64_linux_init_abi): Install AArch64 process record
7221 handler. Update to handle syscall recording.
7222 * aarch64-tdep.c: Include record.h and record-full.h.
7223 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7224 (struct aarch64_mem_r): Define.
7225 (aarch64_record_result): New enum.
7226 (struct insn_decode_record): Define.
7227 (insn_decode_record): New typedef.
7228 (aarch64_record_data_proc_reg): New function.
7229 (aarch64_record_data_proc_imm): New function.
7230 (aarch64_record_branch_except_sys): New function.
7231 (aarch64_record_load_store): New function.
7232 (aarch64_record_data_proc_simd_fp): New function.
7233 (aarch64_record_asimd_load_store): New function.
7234 (aarch64_record_decode_insn_handler): New function.
7235 (deallocate_reg_mem): New function.
7236 (aarch64_process_record): New function.
7237 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7238 New field.
7239 (aarch64_process_record): New extern declaration.
7240 * configure.tgt: Add linux-record.o to gdb_target_obs.
7241 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7242
7243 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7244
7245 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7246 targets.
7247
7248 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7249
7250 * amd64-tdep.c: Replace in_function_epilogue_p with
7251 stack_frame_destroyed_p throughout.
7252 * arch-utils.c: Ditto.
7253 * arch-utils.h: Ditto.
7254 * arm-tdep.c: Ditto.
7255 * breakpoint.c: Ditto.
7256 * gdbarch.sh: Ditto.
7257 * hppa-tdep.c: Ditto.
7258 * i386-tdep.c: Ditto.
7259 * mips-tdep.c: Ditto.
7260 * nios2-tdep.c: Ditto.
7261 * rs6000-tdep.c: Ditto.
7262 * s390-linux-tdep.c: Ditto.
7263 * score-tdep.c: Ditto.
7264 * sh-tdep.c: Ditto.
7265 * sparc-tdep.c: Ditto.
7266 * sparc-tdep.h: Ditto.
7267 * sparc64-tdep.c: Ditto.
7268 * spu-tdep.c: Ditto.
7269 * tic6x-tdep.c: Ditto.
7270 * tilegx-tdep.c: Ditto.
7271 * xstormy16-tdep.c: Ditto.
7272 * gdbarch.c, gdbarch.h: Re-generated.
7273
7274 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7275
7276 * NEWS: Mention 'tui enable' and 'tui disable'.
7277 * tui/tui.c (tui_enable_command): New function.
7278 (tui_disable_command): New function.
7279 (_initialize_tui): New function.
7280
7281 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7282
7283 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7284
7285 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7286
7287 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7288 buf_ptr is freed.
7289
7290 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7291
7292 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7293 into ...
7294 (tui_set_layout_for_display_command): ...here, before calling
7295 tui_set_layout. Only set the layout if gdb has not already
7296 entered the TUI_FAILURE state.
7297
7298 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7299
7300 * tui/tui-layout.c (layout_completer): New function.
7301 (_initialize_tui_layout): Set completer on layout command.
7302
7303 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7304
7305 * tui/tui-layout.c (tui_set_layout): Remove
7306 tui_register_display_type parameter. Remove all checking of this
7307 parameter, and reindent function. Update header comment.
7308 (tui_set_layout_for_display_command): Rename to...
7309 (tui_set_layout_by_name): ...this, and don't check for different
7310 register class types, don't pass a tui_register_display_type to
7311 tui_set_layout. Update header comment.
7312 (layout_names): Remove register set specific names.
7313 * tui/tui-layout.h (tui_set_layout): Remove
7314 tui_register_display_type parameter.
7315 * tui/tui.c (tui_rl_change_windows): Don't pass a
7316 tui_register_display_type to tui_set_layout.
7317 (tui_rl_delete_other_windows): Likewise.
7318 (tui_enable): Likewise.
7319 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7320 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7321 (TUI_GENERAL_REGS_NAME): Remove.
7322 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7323 (TUI_SPECIAL_REGS_NAME): Remove.
7324 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7325 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7326 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7327 (enum tui_register_display_type): Remove.
7328 (struct tui_layout_def): Remove regs_display_type and
7329 float_regs_display_type fields.
7330 (struct tui_data_info): Remove regs_display_type field.
7331 (tui_layout_command): Use new name for
7332 tui_set_layout_for_display_command.
7333 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7334 (tui_clear_win_detail): Don't initialise removed fields of
7335 win_info.
7336 * tui/tui-regs.c (tui_show_registers): Use new name for
7337 tui_set_layout_for_display_command.
7338 * tui/tui.h (tui_set_layout_for_display_command): Rename
7339 declaration to...
7340 (tui_set_layout_by_name): ...this.
7341 * printcmd.c (display_command): Remove tui related layout call,
7342 and reindent.
7343
7344 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7345
7346 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7347 (handle_inferior_event): New function.
7348
7349 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7350
7351 * ada-lang.c (to_fixed_array_type): Rename local variable
7352 typename into type_name.
7353
7354 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 Fix ASAN crash for gdb.compile/compile.exp.
7357 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7358
7359 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7360
7361 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7362 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7363 * compile/compile-object-load.c (setup_sections, compile_object_load):
7364 Likewise.
7365 * compile/compile.c (compile_to_object): Likewise.
7366
7367 2015-05-16 Doug Evans <xdje42@gmail.com>
7368
7369 * NEWS: Mention support for unbuffered Guile memory ports.
7370 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7371 (ioscm_lseek_address): Improve overflow calculation.
7372 (gdbscm_memory_port_fill_input): Add assert.
7373 (gdbscm_memory_port_write): Handle unbuffered ports.
7374 Handle large writes identical to Guile's fport_write.
7375 (gdbscm_memory_port_seek): Fix seeking past end check.
7376 (gdbscm_memory_port_close): Handle closing unbuffered port.
7377 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7378 (ioscm_init_memory_port): Handle unbuffered ports.
7379 (ioscm_reinit_memory_port): Ditto.
7380 (ioscm_init_memory_port): Update size calculation.
7381 (gdbscm_open_memory): Support zero sized ports.
7382
7383 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7384
7385 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7386 variable compiler warnings.
7387
7388 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7389
7390 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7391
7392 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7393 Phil Muldoon <pmuldoon@redhat.com>
7394
7395 * NEWS (Changes since GDB 7.9): Add compile print.
7396 * compile/compile-c-support.c (add_code_header, add_code_footer)
7397 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7398 COMPILE_I_PRINT_VALUE_SCOPE.
7399 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7400 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7401 New.
7402 * compile/compile-object-load.c: Include block.h.
7403 (get_out_value_type): New function.
7404 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7405 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7406 OUT_VALUE_TYPE.
7407 * compile/compile-object-load.h (struct compile_module): Add fields
7408 out_value_addr and out_value_type.
7409 * compile/compile-object-run.c: Include valprint.h and compile.h.
7410 (struct do_module_cleanup): Add fields out_value_addr and
7411 out_value_type.
7412 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7413 COMPILE_I_PRINT_VALUE_SCOPE.
7414 (compile_object_run): Propagate out_value_addr and out_value_type.
7415 Pass OUT_VALUE_ADDR.
7416 * compile/compile.c: Include valprint.h.
7417 (compile_print_value, compile_print_command): New functions.
7418 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7419 (_initialize_compile): Update compile code help text. Install
7420 compile_print_command.
7421 * compile/compile.h (compile_print_value): New prototype.
7422 * defs.h (enum compile_i_scope_types): Add
7423 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7424
7425 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7426
7427 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7428 Rely on its parameter count.
7429 (compile_object_load): Replace lookup_minimal_symbol_text by
7430 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
7431 return value.
7432 * compile/compile-object-load.h (struct compile_module): Replace
7433 func_addr by func_sym.
7434 * compile/compile-object-run.c: Include block.h.
7435 (compile_object_run): Reset module variable after it is freed. Use
7436 FUNC_SYM instead of FUNC_ADDR. Rely on it.
7437
7438 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7441 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7442 (c_compute_program): Call generate_register_struct after typedefs.
7443 * compile/compile-loc2c.c (push, pushf_register_address)
7444 (pushf_register): Cast to GCC_UINTPTR.
7445 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
7446 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
7447 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7448 * compile/compile.c (_initialize_compile): Enable warnings for
7449 COMPILE_ARGS.
7450
7451 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7452
7453 * cli/cli-script.c (execute_control_command): Update
7454 eval_compile_command caller.
7455 * compile/compile-object-load.c (compile_object_load): Add parameters
7456 scope and scope_data. Set them.
7457 * compile/compile-object-load.h (struct compile_module): Add fields
7458 scope and scope_data.
7459 (compile_object_load): Add parameters scope and scope_data.
7460 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7461 scope and scope_data.
7462 (compile_object_run): Propagate the fields scope and scope_data.
7463 * compile/compile.c (compile_file_command, compile_code_command):
7464 Update eval_compile_command callers.
7465 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
7466 * compile/compile.h (eval_compile_command): Add parameter scope_data.
7467 * defs.h (struct command_line): Add field scope_data.
7468
7469 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7470
7471 * printcmd.c (struct format_data): Move it to valprint.h.
7472 (print_command_parse_format, print_value): New functions from ...
7473 (print_command_1): ... here. Call them.
7474 * valprint.h (struct format_data): Move it here from printcmd.c.
7475 (print_command_parse_format, print_value): New declarations.
7476
7477 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7478
7479 * compile/compile-object-load.c (compile_object_load): Add
7480 COMPILE_DEBUG message.
7481
7482 2015-05-15 Jerome Guitton <guitton@adacore.com>
7483
7484 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7485 index to get element instead of enum value.
7486 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7487 of index to compute length, but enum values to compute bounds.
7488 (ada_array_length): Use enum position of index instead of enum value.
7489 (pos_atr): Move position computation to...
7490 (ada_evaluate_subexp): Use enum values to compute bounds.
7491 * gdbtypes.c (discrete_position): ...this new function.
7492 * gdbtypes.h (discrete_position): New function declaration.
7493 * valprint.c (val_print_array_elements): Call discrete_position
7494 to handle array indexed by non-contiguous enumeration types.
7495
7496 2015-05-15 Jerome Guitton <guitton@adacore.com>
7497
7498 * ada-lang.c (find_parallel_type_by_descriptive_type):
7499 Go through typedefs during lookup.
7500 (to_fixed_array_type): Add support for non-bit packed arrays
7501 as variable-length fields.
7502
7503 2015-05-15 Pedro Alves <palves@redhat.com>
7504 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * event-loop.c (gdb_notifier) <next_file_handler,
7507 next_poll_fds_index>: New fields.
7508 (get_next_file_handler_to_handle_and_advance): New function.
7509 (delete_file_handler): If deleting the next file handler to
7510 handle, advance to the next file handler.
7511 (gdb_wait_for_event): Bail early if no event fired. Poll file
7512 handlers in round-robin fashion.
7513
7514 2015-05-15 Pedro Alves <palves@redhat.com>
7515
7516 * linux-tdep.c (linux_find_memory_regions_full): Rename local
7517 'private' to 'priv'.
7518
7519 2015-05-15 Pedro Alves <palves@redhat.com>
7520
7521 * nat/linux-nat.h: Include "target/waitstatus.h".
7522
7523 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
7524
7525 * python/py-unwind.c (struct reg_info): Move out of ...
7526 (struct cached_frame_info): ... this scope.
7527 (pending_frame_object_type, unwind_info_object_type): Make extern.
7528
7529 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7530
7531 * ada-lang.c (ada_value_primitive_packed_val): Make sure
7532 accumSize is never negative.
7533
7534 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
7535
7536 * tui/tui-command.c: Remove include of <ctype.h>.
7537 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
7538
7539 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
7540
7541 * dwarf2read.c (die_needs_namespace): Return 1 for
7542 DW_TAG_inlined_subroutine.
7543
7544 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7545
7546 * regcache.c (regcache_cpy_no_passthrough): New declaration.
7547 (regcache_cpy_no_passthrough): Make it static, add function comment.
7548 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
7549 (regcache_cpy_no_passthrough): Remove declaration.
7550
7551 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7552
7553 * gdbthread.h (struct thread_control_state): Update comment for
7554 proceed_to_finish.
7555 * infcall.c (run_inferior_call): Update comment about
7556 proceed_to_finish.
7557 * infcmd.c (get_return_value): Update comment about stop_registers.
7558 (finish_forward): Update comment about proceed_to_finish.
7559 * infrun.c (stop_registers): Remove.
7560 (clear_proceed_status, normal_stop): Remove stop_registers handling.
7561 * infrun.h (stop_registers): Remove.
7562
7563 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 * infcall.c (struct dummy_frame_context_saver)
7566 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
7567 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7568 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7569 New.
7570 (call_function_by_hand_dummy): Move discard_cleanups of
7571 inf_status_cleanup before dummy_frame_push. Call
7572 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
7573 Use dummy_frame_context_saver_get_regs instead of stop_registers.
7574 * infcall.h (struct dummy_frame_context_saver)
7575 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7576 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7577 New declarations.
7578 * infcmd.c: Include infcall.h.
7579 (get_return_value): Add parameter ctx_saver, use it instead of
7580 stop_registers.
7581 (print_return_value): Add parameter ctx_saver, pass it.
7582 (struct finish_command_continuation_args): Add field ctx_saver.
7583 (finish_command_continuation): Update print_return_value caller.
7584 (finish_command_continuation_free_arg): Free also ctx_saver.
7585 (finish_forward): Call dummy_frame_context_saver_setup.
7586 * inferior.h (struct dummy_frame_context_saver): New declaration.
7587 (get_return_value): Add parameter ctx_saver.
7588 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
7589 get_return_value caller.
7590
7591 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 * dummy-frame.c (struct dummy_frame_dtor_list): New.
7594 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
7595 (remove_dummy_frame): Process dtor_list.
7596 (pop_dummy_frame): Process dtor_list.
7597 (register_dummy_frame_dtor): Maintain dtor_list.
7598 (find_dummy_frame_dtor): Handle dtor_list.
7599 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
7600 Update comments.
7601
7602 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7603
7604 * compile/compile-object-run.c (do_module_cleanup): Add parameter
7605 registers_valid.
7606 (compile_object_run): Update do_module_cleanup caller.
7607 * dummy-frame.c: Include infcall.h.
7608 (struct dummy_frame): Update dtor comment.
7609 (remove_dummy_frame): Call dtor.
7610 (pop_dummy_frame): Update dtor caller.
7611 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
7612 registers_valid.
7613
7614 2015-05-13 Joel Brobecker <brobecker@adacore.com>
7615
7616 GDB 7.9.1 released.
7617
7618 2015-05-13 Joel Brobecker <brobecker@adacore.com>
7619
7620 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
7621 Xmethods now being able to specify a result type to that new
7622 sectioin.
7623
7624 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7625
7626 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
7627 first before resizing the window.
7628 * tui/tui.c (tui_enable): Likewise.
7629
7630 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
7633 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
7634 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
7635 dummy_dtor parameter.
7636 * infcall.h: Include dummy-frame.h.
7637 (call_function_by_hand_dummy_dtor_ftype): Remove.
7638 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
7639 parameter.
7640
7641 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7642
7643 PR gdb/17820
7644 * top.c (history_size_setshow_var): Change type to signed.
7645 Initialize to -2. Update documentation.
7646 (set_readline_history_size): Define.
7647 (set_history_size_command): Use it. Remove logic for handling
7648 out-of-range sizes.
7649 (init_history): Use set_readline_history_size(). Test for a
7650 value of -2 instead of 0 when determining whether to set a
7651 default history size.
7652 (init_main): Decode the argument of the "size" command as a
7653 zuinteger_unlimited.
7654
7655 2015-05-12 Doug Evans <dje@google.com>
7656
7657 * dwarf2read.c (struct file_entry): Tweak comments.
7658 (get_debug_line_section): Tweak comments.
7659
7660 2015-05-12 Don Breazeal <donb@codesourcery.com>
7661
7662 * NEWS: Announce fork support in the RSP and support
7663 for fork debugging in extended mode.
7664
7665 2015-05-12 Don Breazeal <donb@codesourcery.com>
7666
7667 * remote.c (remote_insert_fork_catchpoint): New function.
7668 (remote_remove_fork_catchpoint): New function.
7669 (remote_insert_vfork_catchpoint): New function.
7670 (remote_remove_vfork_catchpoint): New function.
7671 (pending_fork_parent_callback): New function.
7672 (remove_new_fork_child): New function.
7673 (remote_update_thread_list): Call remote_notif_get_pending_events
7674 and remove_new_fork_child.
7675 (extended_remote_kill): Kill fork child when killing the
7676 parent before follow_fork completes.
7677 (init_extended_remote_ops): Initialize target vector with
7678 new fork catchpoint functions.
7679
7680 2015-05-12 Don Breazeal <donb@codesourcery.com>
7681
7682 * remote.c (remove_vfork_event_p): New function.
7683 (remote_follow_fork): Add vfork event type to event checking.
7684 (remote_parse_stop_reply): New stop reasons "vfork" and
7685 "vforkdone" for RSP 'T' Stop Reply Packet.
7686
7687 2015-05-12 Don Breazeal <donb@codesourcery.com>
7688
7689 * linux-nat.c (linux_nat_ptrace_options): New function.
7690 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
7691 Call linux_nat_ptrace_options and use different argument to
7692 linux_enable_event_reporting.
7693 (_initialize_linux_nat): Delete call to
7694 linux_ptrace_set_additional_flags.
7695 * nat/linux-ptrace.c (current_ptrace_options): Rename to
7696 supported_ptrace_options.
7697 (additional_flags): Delete variable.
7698 (linux_check_ptrace_features): Use supported_ptrace_options.
7699 (linux_test_for_tracesysgood, linux_test_for_tracefork):
7700 Likewise, and remove additional_flags check.
7701 (linux_enable_event_reporting): Change 'attached' argument to
7702 'options'. Use supported_ptrace_options.
7703 (ptrace_supports_feature): Change comment. Use
7704 supported_ptrace_options.
7705 (linux_ptrace_set_additional_flags): Delete function.
7706 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
7707 Delete function prototype.
7708 * remote.c (remote_fork_event_p): New function.
7709 (remote_detach_pid): New function.
7710 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
7711 if doing detach-on-fork.
7712 (remote_follow_fork): New function.
7713 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
7714 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
7715 (init_extended_remote_ops): Initialize to_follow_fork.
7716
7717 2015-05-12 Don Breazeal <donb@codesourcery.com>
7718
7719 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
7720 from static to extern.
7721 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
7722 * remote.c (anonymous enum): <PACKET_fork_event_feature,
7723 * PACKET_vfork_event_feature>: New enumeration constants.
7724 (remote_protocol_features): Add table entries for new packets.
7725 (remote_query_supported): Add new feature queries to qSupported
7726 packet.
7727
7728 2015-05-12 Gary Benson <gbenson@redhat.com>
7729
7730 * remote.c (remote_add_inferior): Call exec_file_locate_attach
7731 for fake PIDs as well as real ones.
7732 (remote_pid_to_exec_file): Send empty annex if PID is fake.
7733
7734 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7735
7736 * NEWS (Python Scripting): Mention the new gdb.Value methods.
7737 * python/py-value.c (valpy_reference_value): New function.
7738 (valpy_const_value): Likewise.
7739 (value_object_methods): Add new methods.
7740 * value.c (make_cv_value): New function.
7741 * value.h (make_cv_value): Declare.
7742
7743 2015-05-08 Yao Qi <yao@codesourcery.com>
7744 Sandra Loosemore <sandra@codesourcery.com>
7745
7746 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
7747 to 'lh->include_dirs' before accessing to it.
7748 (psymtab_include_file_name): Likewise.
7749 (dwarf_decode_lines_1): Likewise.
7750 (dwarf_decode_lines): Likewise.
7751 (file_file_name): Likewise.
7752
7753 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
7754
7755 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
7756 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
7757 (nios2_linux_rt_sigreturn_init): Adjust base address of
7758 register save area.
7759
7760 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
7761
7762 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
7763 "trap 31" as the breakpoint instruction on all targets.
7764
7765 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7766
7767 * infcmd.c (print_return_value): Remove unused declaration.
7768
7769 2015-05-08 Joel Brobecker <brobecker@adacore.com>
7770
7771 * dwarf2read.c (attr_to_dynamic_prop)
7772 <DW_AT_data_member_location>: Use read_type_die isntead of
7773 get_die_type.
7774
7775 2015-05-08 Joel Brobecker <brobecker@adacore.com>
7776
7777 * ada-lang.c (ada_convert_actual): Add handling of formals
7778 passed inside an aligner type.
7779
7780 2015-05-08 Joel Brobecker <brobecker@adacore.com>
7781
7782 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
7783
7784 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7785
7786 PR python/18291
7787 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
7788 Print xmethod matcher status.
7789
7790 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7791
7792 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
7793 register in the regcache when treating the PSWM register, and vice
7794 versa.
7795
7796 2015-05-07 Gary Benson <gbenson@redhat.com>
7797
7798 * linux-thread-db.c (struct thread_db_info)
7799 <td_ta_map_id2thr_p>: Remove field.
7800 (try_thread_db_load_1): Remove initialization for the above.
7801
7802 2015-05-07 Gary Benson <gbenson@redhat.com>
7803
7804 * linux-thread-db.c (struct thread_db_info)
7805 <td_thr_validate_p>: Remove field.
7806 (try_thread_db_load_1): Remove initialization for the above.
7807
7808 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7809
7810 * compile/compile-object-load.c (compile_object_load): Support
7811 mst_text_gnu_ifunc.
7812
7813 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7814
7815 * compile/compile.c (compile_to_object): Make the cmd_string parameter
7816 const. Use new variables for the const compatibility.
7817 (eval_compile_command): Make the cmd_string parameter const.
7818 * compile/compile.h (eval_compile_command): Make the cmd_string
7819 parameter const.
7820
7821 2015-05-06 Joel Brobecker <brobecker@adacore.com>
7822
7823 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
7824 comment.
7825 * top.c (deprecated_init_ui_hook): Delete.
7826 (gdb_init): Remove handling of deprecated_init_ui_hook.
7827 * interps.c (clear_interpreter_hooks): Remove handling of
7828 deprecated_init_ui_hook.
7829 * main.c (captured_main): Update comment.
7830
7831 2015-05-06 Joel Brobecker <brobecker@adacore.com>
7832
7833 * solib.c (_initialize_solib): Add "info dll" alias creation.
7834 * windows-nat.c (set_windows_aliases): Delete.
7835 (_initialize_windows_nat): Remove deprecated_init_ui_hook
7836 assignment.
7837 * NEWS: Add news entry about "info dll" now being available
7838 on all platforms.
7839
7840 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7841
7842 * ada-lang.c (value_assign_to_component): Reformat and improve
7843 documentation. Remove all trailing spaces.
7844
7845 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7846
7847 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
7848 Stop counting inlined frames as soon as an out-of-line function
7849 is found.
7850
7851 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
7852
7853 * dwarf2read.c (inherit_abstract_dies): Skip
7854 DW_TAG_GNU_call_site dies while inheriting children of an
7855 abstract DIE into a scope.
7856 (read_lexical_block_scope): Inherit abstract DIE's for
7857 lexical scopes.
7858
7859 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7860
7861 * ada-valprint.c (val_print_packed_array_elements): Delete
7862 variable "len". Add a type-length check when comparing two
7863 consecutive elements of the array. Use the element's actual
7864 length in call to value_contents_eq.
7865 * ada-lang.c (ada_value_primitive_packed_val): Always return
7866 a value whose type has been resolved.
7867
7868 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7869
7870 * ada-lang.c (ada_value_primitive_packed_val): Recompute
7871 BIT_SIZE and LEN if the size of the resolved type is smaller
7872 than BIT_SIZE * HOST_CHAR_BIT.
7873
7874 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7875
7876 * ada-lang.c (ada_value_primitive_packed_val): Use a more
7877 correct address in call to value_at. Adjust call to
7878 value_address accordingly.
7879
7880 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7881
7882 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
7883 to print it.
7884
7885 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7886
7887 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
7888 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
7889 pinfo->valaddr.
7890 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
7891 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
7892 (resolve_dynamic_type_internal): Set pinfo.valaddr.
7893 Add handling of addr_stack->valaddr.
7894 (resolve_dynamic_type): Add "valaddr" parameter.
7895 Set pinfo.valaddr field.
7896 * ada-lang.c (ada_discrete_type_high_bound): Update call to
7897 resolve_dynamic_type.
7898 (ada_discrete_type_low_bound): Likewise.
7899 * findvar.c (default_read_var_value): Likewise.
7900 * value.c (value_from_contents_and_address): Likewise.
7901
7902 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7903
7904 * gdbtypes.c (resolve_dynamic_array): Use
7905 create_array_type_with_stride instead of create_array_type.
7906
7907 2015-04-30 DJ Delorie <dj@redhat.com>
7908
7909 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
7910 rl78_decode_opcode
7911
7912 2015-04-29 Doug Evans <dje@google.com>
7913
7914 PR python/18285
7915 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
7916 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
7917 EVAL_AVOID_SIDE_EFFECTS for xmethods.
7918 * extension-priv.h (struct extension_language_ops)
7919 <get_xmethod_result_type>: New member.
7920 * extension.c (get_xmethod_result_type): New function.
7921 * extension.h (get_xmethod_result_type): Declare.
7922 * python/py-xmethods.c (get_result_type_method_name): New static
7923 global.
7924 (py_get_result_type_method_name): Ditto.
7925 (gdbpy_get_xmethod_result_type): New function.
7926 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
7927 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
7928 * python/python.c (python_extension_ops): Add
7929 gdbpy_get_xmethod_result_type.
7930 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
7931 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
7932 xmethods.
7933 (value_x_unop): Ditto.
7934 * value.c (result_type_of_xmethod): New function.
7935 * value.h (result_type_of_xmethod): Declare.
7936
7937 2015-04-29 Gary Benson <gbenson@redhat.com>
7938
7939 * solib.c (solib_find_1): Allow fd argument to be NULL.
7940 (exec_file_find): Update comment.
7941 (solib_find): Likewise.
7942 * exec.c (exec_file_locate_attach): Use NULL as fd
7943 argument to exec_file_find to avoid having to close
7944 the opened file.
7945 * infrun.c (follow_exec): Likewise.
7946
7947 2015-04-28 Doug Evans <dje@google.com>
7948
7949 PR python/18299
7950 * python/lib/gdb/printing.py (register_pretty_printer): Handle
7951 name or __name__ attributes. Handle gdb module as first argument.
7952
7953 2015-04-28 Doug Evans <dje@google.com>
7954
7955 PR python/18089
7956 * python/py-prettyprint.c (print_children): Verify result of children
7957 iterator. Provide better error message.
7958 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
7959 * python/python.c (gdbpy_print_python_errors_p): New function.
7960
7961 2015-04-28 Doug Evans <dje@google.com>
7962
7963 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
7964
7965 2015-04-28 Sasha Smundak <asmundak@google.com>
7966
7967 * NEWS: Mention gdb.Type.optimized_out method.
7968 * python/py-type.c (typy_optimized_out): New function.
7969
7970 2015-04-28 John Baldwin <jhb@FreeBSD.org>
7971
7972 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
7973
7974 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
7975
7976 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
7977 (initialize_utils): Move call of init_page_info() to ...
7978 * top.c (gdb_init): ... here.
7979
7980 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
7981
7982 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
7983 (tui_sigwinch_handler): Still update our idea of
7984 the terminal's width and height even when TUI is not active.
7985
7986 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
7987
7988 * utils.h (set_screen_width_and_height): Declare.
7989 * utils.c (set_screen_width_and_height): Define.
7990 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
7991
7992 2015-04-28 Gary Benson <gbenson@redhat.com>
7993
7994 * infrun.c (solist.h): New include.
7995 (follow_exec): Use exec_file_find to prefix execd_pathname
7996 with gdb_sysroot.
7997
7998 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
7999
8000 * tui/tui-source.c (tui_set_source_content): Avoid calling
8001 strcpy() when offset is 0.
8002
8003 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8004
8005 PR gdb/18155
8006 * tui/tui-data.c (tui_free_window): Don't free the locator
8007 window when passed an SRC_WIN or a DISASSEM_WIN.
8008
8009 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8010
8011 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8012 (tui_win_content): Move declaration.
8013 (struct tui_gen_win_info): Give 'content' field the
8014 type tui_win_content.
8015 * tui/tui-data.c (init_content_element): Remove redundant and
8016 erroneous casts.
8017 (tui_add_content_elements): Remove erroneous cast.
8018 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8019 casts.
8020 (tui_get_begin_asm_address): Likewise.
8021 * tui/tui-regs.c (tui_show_registers): Likewise.
8022 (tui_show_register_group): Likewise.
8023 (tui_display_registers_from): Likewise.
8024 (tui_check_register_values): Likewise.
8025 * tui/tui-source.c (tui_set_source_content): Likewise.
8026 (tui_set_source_content_nil): Likewise.
8027 (tui_source_is_displayed): Likewise.
8028 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8029 (tui_set_locator_fullname): Likewise.
8030 (tui_set_locator_info): Likewise.
8031 (tui_show_frame_info): Likewise.
8032 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8033 (tui_show_source_line): Likewise.
8034 (tui_horizontal_source_scroll): Likewise.
8035 (tui_update_breakpoint_info): Likewise.
8036 (tui_set_exec_info_content): Likewise.
8037 (tui_show_exec_info_content): Likewise.
8038 (tui_alloc_source_buffer): Likewise.
8039 (tui_line_is_displayed): Likewise.
8040 (tui_addr_is_displayed): Likewise.
8041
8042 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8043
8044 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8045 event if PL_FLAG_EXEC is set.
8046 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8047 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8048 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8049 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8050 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8051
8052 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8053
8054 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8055 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8056 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8057 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8058 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8059 [PT_LWPINFO] (fbsd_wait): New function.
8060 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8061 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8062 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8063 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8064 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8065 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8066 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8067 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8068 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8069 "fbsd_wait".
8070 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8071 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8072 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8073 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8074 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8075 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8076 Set "to_post_attach" to "fbsd_post_attach".
8077
8078 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8079
8080 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8081 (fbsd_find_memory_regions): Mark static.
8082 (fbsd_nat_add_target): New function.
8083 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8084 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8085 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8086 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8087 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8088 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8089
8090 2015-04-27 Gary Benson <gbenson@redhat.com>
8091
8092 * objfiles.c (allocate_objfile): Do not attempt to expand name
8093 if name is a "target:" filename.
8094 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8095 to load auto-load scripts for objfiles with "target:" filenames.
8096
8097 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8098
8099 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8100 (enum s390_vector_abi_kind): New enum.
8101 (struct gdbarch_tdep)<vector_abi>: New field.
8102 (s390_effective_inner_type): Add parameter min_size. Stop
8103 unwrapping if the inner type is smaller than min_size.
8104 (s390_function_arg_float): Adjust call to
8105 s390_effective_inner_type.
8106 (s390_function_arg_vector): New function.
8107 (s390_function_arg_integer): Adjust comment.
8108 (struct s390_arg_state)<vr>: New field.
8109 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8110 arguments according to vector ABI when appropriate.
8111 (s390_push_dummy_call): Initialize the argument state's field
8112 'vr'. Adjust calls to s390_handle_arg.
8113 (s390_register_return_value): Handle vector return values.
8114 (s390_return_value): Apply the "register" return value convention
8115 to a vector when appropriate.
8116 (s390_gdbarch_init): Initialize tdep->vector_abi.
8117 * NEWS: Announce S390 vector ABI support.
8118
8119 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8120
8121 * s390-linux-tdep.c (s390_return_value_convention): Remove
8122 function. Inline its logic...
8123 (s390_return_value): ...here. Instead, move the handling of the
8124 "register" return value convention...
8125 (s390_register_return_value): ...here. New function.
8126
8127 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8128
8129 * s390-linux-tdep.c
8130 (is_float_singleton): Remove function. Move the "singleton" part
8131 of the logic...
8132 (s390_effective_inner_type): ...here. New function.
8133 (is_float_like): Remove function. Inline its logic...
8134 (s390_function_arg_float): ...here.
8135 (is_pointer_like, is_integer_like, is_struct_like): Remove
8136 functions. Inline their logic...
8137 (s390_function_arg_integer): ...here.
8138 (s390_function_arg_pass_by_reference): Remove function.
8139 (extend_simple_arg): Remove function.
8140 (alignment_of): Remove function.
8141 (struct s390_arg_state): New structure.
8142 (s390_handle_arg): New function.
8143 (s390_push_dummy_call): Move parameter placement logic to the new
8144 function s390_handle_arg. Call it for calculating the stack area
8145 sizes first, and again for actually writing the parameters.
8146
8147 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8148
8149 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8150 false if the argument is zero.
8151
8152 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8153
8154 * ada-lang.c (template_to_static_fixed_type): Return input type
8155 when it is already fixed. Cache the input type itself when not
8156 creating a static fixed copy. Make it explicit that we never
8157 molestate the input type.
8158 * gdbtypes.c (resolve_dynamic_struct): Reset the
8159 TYPE_TARGET_TYPE field for resolved copies.
8160
8161 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8162
8163 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8164 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8165 (template_to_static_fixed_type): Call ada_check_typedef only
8166 when necessary.
8167
8168 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8169
8170 * cli/cli-dump.c (srec_dump_command): Add internationalization
8171 mark ups.
8172 (ihex_dump_command): Likewise.
8173 (tekhex_dump_command): Likewise.
8174 (binary_dump_command): Likewise.
8175 (binary_append_command): Likewise.
8176
8177 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8178
8179 * cli/cli-dump.c (verilog_cmdlist): New variable.
8180 (dump_verilog_memory): New function.
8181 (dump_verilog_value): New function.
8182 (verilog_dump_command): New function.
8183 (_initialize_cli_dump): Add new commands to support verilog dump
8184 format.
8185 * NEWS: Add entry for "dump verilog".
8186
8187 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8188
8189 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8190 descriptive type when there is none.
8191
8192 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8193
8194 * tui/tui-win.c (tui_async_resize_screen): Call
8195 rl_resize_terminal().
8196
8197 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8198
8199 * windows-nat.c (handle_output_debug_string): Don't change
8200 current_event.dwThreadId.
8201 (get_windows_debug_event): Use thread_id, rather than relying on
8202 current_event.dwThreadId being changed.
8203
8204 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8205
8206 * windows-nat.c (windows_continue): Report an error if
8207 ContinueDebugEvent() fails.
8208
8209 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8210
8211 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8212
8213 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8214
8215 * windows-nat.c (get_windows_debug_event): Replace retval with
8216 thread_id throughout. Update stale comment.
8217
8218 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8219
8220 * windows-nat.c (get_windows_debug_event): Don't use ternary
8221 conditional operator.
8222
8223 2015-04-21 Pierre Muller <muller@sourceware.org>
8224
8225 PR pascal/17815
8226 p-exp.y (yylex): Reorganize code to return the matched pattern
8227 for a field of this.
8228
8229 2015-04-21 Gary Benson <gbenson@redhat.com>
8230
8231 * common/fileio.h (fileio_to_host_openflags): New declaration.
8232 * common/fileio.c (fcntl.h): New include.
8233 (fileio_to_host_openflags): New function, factored out from...
8234 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8235 Single use updated.
8236
8237 2015-04-21 Kevin Buettner <kevinb@redhat.com>
8238
8239 * rl78-tdep.c (RL78_SP_ADDR): Define.
8240 (opc_reg_to_gdb_regnum): New static function.
8241 (rl78_analyze_prologue): Recognize instructions forming slightly
8242 more interesting prologues.
8243
8244 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8245
8246 Revert:
8247 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8248 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8249 TYPE_CODE_REF types so that they are not considered as dynamic
8250 depending on the referenced type.
8251 (resolve_dynamic_type_internal): Likewise.
8252
8253 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8254
8255 Revert:
8256 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8257 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8258 "top_level" parameter.
8259 (resolve_dynamic_type_internal): Remove the unused "top_level"
8260 parameter. Update call to is_dynamic_type_internal.
8261 (is_dynamic_type): Update call to is_dynamic_type_internal.
8262 (resolve_dynamic_range): Update call to
8263 resolve_dynamic_type_internal.
8264 (resolve_dynamic_union): Likewise.
8265 (resolve_dynamic_struct): Likewise.
8266 (resolve_dynamic_type): Likewise.
8267
8268 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8269
8270 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8271 xmalloc.
8272
8273 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8274
8275 * reply_mig_hack.awk: Robustify parsing.
8276
8277 * reply_mig_hack.awk: Don't bother to declare an intermediate
8278 function pointer variable.
8279
8280 2015-04-17 Doug Evans <dje@google.com>
8281
8282 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8283 to "exec_displacement" to avoid confusion with inner use of the name.
8284
8285 2015-04-17 Pedro Alves <palves@redhat.com>
8286
8287 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8288 if HW point of TYPE isn't supported.
8289
8290 2015-04-17 Yao Qi <yao.qi@linaro.org>
8291 Pedro Alves <palves@redhat.com>
8292
8293 * target.h (target_can_use_hardware_watchpoint): Update comments.
8294 Remove trailing ";".
8295
8296 2015-04-17 Gary Benson <gbenson@redhat.com>
8297
8298 * remote.c (remote_add_inferior): New argument try_open_exec.
8299 If nonzero, attempt to open the inferior's executable file as
8300 the main executable if no main executable is open already.
8301 All callers updated.
8302 * NEWS: Mention that GDB now supports automatic location and
8303 retrieval of executable + files from remote targets.
8304
8305 2015-04-17 Gary Benson <gbenson@redhat.com>
8306
8307 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8308 * remote.c (PACKET_qXfer_exec_file): Likewise.
8309 (remote_protocol_features): Register the
8310 "qXfer:exec-file:read" feature.
8311 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8312 (remote_pid_to_exec_file): New function.
8313 (init_remote_ops): Initialize to_pid_to_exec_file.
8314 (_initialize_remote): Register new "set/show remote
8315 pid-to-exec-file-packet" command.
8316 * NEWS: Announce new qXfer:exec-file:read packet.
8317
8318 2015-04-17 Gary Benson <gbenson@redhat.com>
8319
8320 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8321 New declaration.
8322 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8323 New function, factored out from...
8324 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8325
8326 2015-04-17 Gary Benson <gbenson@redhat.com>
8327
8328 * exec.c (solist.h): New include.
8329 (exec_file_locate_attach): Prefix absolute executable
8330 paths with gdb_sysroot if set.
8331 * NEWS: Mention that executable paths may be prepended
8332 with sysroot.
8333
8334 2015-04-17 Gary Benson <gbenson@redhat.com>
8335
8336 * solist.h (exec_file_find): New declaration.
8337 * solib.c (solib_find_1): New function, factored out from...
8338 (solib_find): ...here.
8339 (exec_file_find): New function.
8340
8341 2015-04-17 Gary Benson <gbenson@redhat.com>
8342
8343 * gdbcore.h (exec_file_locate_attach): New declaration.
8344 * exec.c (exec_file_locate_attach): New function, factored
8345 out from...
8346 * infcmd.c (attach_command_post_wait): ...here.
8347
8348 2015-04-17 Mike Frysinger <vapier@gentoo.org>
8349
8350 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8351
8352 2015-04-16 Yao Qi <yao.qi@linaro.org>
8353
8354 * infrun.c (maybe_software_singlestep): Declare.
8355 (displaced_step_fixup): Call maybe_software_singlestep.
8356
8357 2015-04-15 Doug Evans <dje@google.com>
8358
8359 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8360
8361 2015-04-15 Doug Evans <dje@google.com>
8362
8363 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8364
8365 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 * python/lib/gdb/command/unwinders.py: Add parentheses.
8368
8369 2015-04-15 Yao Qi <yao.qi@linaro.org>
8370
8371 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8372
8373 2015-04-15 Yao Qi <yao.qi@linaro.org>
8374
8375 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8376
8377 2015-04-15 Yao Qi <yao.qi@linaro.org>
8378
8379 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8380 dsc->insn_size instead of 4.
8381
8382 2015-04-14 Gary Benson <gbenson@redhat.com>
8383
8384 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8385 * minidebug.c (lzma_stat): Likewise.
8386 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8387 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8388
8389 2015-04-13 Stan Shebs <stanshebs@google.com>
8390
8391 * MAINTAINERS: Update my email address.
8392
8393 2015-04-13 John Baldwin <jhb@FreeBSD.org>
8394
8395 * amd64-tdep.c (amd64_target_description): New function.
8396 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8397 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8398 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8399 x86 extended save area.
8400 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8401 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8402 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8403 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8404 "amd64fbsd_read_description".
8405 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8406 (amd64fbsd_supply_xstateregset): New function.
8407 (amd64fbsd_collect_xstateregset): New function.
8408 Add "amd64fbsd_xstateregset".
8409 (amd64fbsd_iterate_over_regset_sections): New function.
8410 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8411 "I386_FBSD_XSAVE_XCR0_OFFSET".
8412 Add "iterate_over_regset_sections" gdbarch method.
8413 Add "core_read_description" gdbarch method.
8414 * i386-tdep.c (i386_target_description): New function.
8415 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8416 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8417 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8418 x86 extended save area.
8419 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8420 * i386bsd-nat.h: Export i386bsd_xsave_len.
8421 * i386fbsd-nat.c (i386fbsd_read_description): New function.
8422 (_initialize_i386fbsd_nat): Set "to_read_description" to
8423 "i386fbsd_read_description".
8424 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8425 (i386fbsd_core_read_description): New function.
8426 (i386fbsd_supply_xstateregset): New function.
8427 (i386fbsd_collect_xstateregset): New function.
8428 Add "i386fbsd_xstateregset".
8429 (i386fbsd_iterate_over_regset_sections): New function.
8430 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8431 "I386_FBSD_XSAVE_XCR0_OFFSET".
8432 Add "iterate_over_regset_sections" gdbarch method.
8433 Add "core_read_description" gdbarch method.
8434 * i386fbsd-tdep.h: New file.
8435
8436 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 * NEWS (Changes since GDB 7.9): Add removed -xdb.
8439 * breakpoint.c (command_line_is_silent): Remove xdb_commands
8440 conditional.
8441 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8442 and lb.
8443 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8444 va.
8445 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8446 conditional.
8447 * defs.h (xdb_commands): Remove declaration.
8448 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8449 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8450 * infcmd.c (run_no_args_command, go_command): Remove.
8451 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8452 * infrun.c (xdb_handle_command): Remove.
8453 (_initialize_infrun): Remove xdb_commands for lz and z.
8454 * main.c (xdb_commands): Remove variable.
8455 (captured_main): Remove "xdb" from long_options.
8456 (print_gdb_help): Remove --xdb from help.
8457 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8458 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8459 * stack.c (backtrace_full_command, args_plus_locals_info)
8460 (current_frame_command): Remove.
8461 (_initialize_stack): Remove xdb_commands for t, T and l.
8462 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8463 * thread.c (_initialize_thread): Remove xdb_commands condition.
8464 * tui/tui-layout.c (tui_toggle_layout_command)
8465 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8466 (_initialize_tui_layout): Remove xdb_commands for td and ts.
8467 * tui/tui-regs.c (tui_scroll_regs_forward_command)
8468 (tui_scroll_regs_backward_command): Remove.
8469 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8470 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8471 (_initialize_tui_win): Remove xdb_commands for U and w.
8472 * utils.c (pagination_on_command, pagination_off_command): Remove.
8473 (initialize_utils): Remove xdb_commands for am and sm.
8474
8475 2015-04-10 Pedro Alves <palves@redhat.com>
8476
8477 * infrun.c (displaced_step_fixup): Switch to the event ptid
8478 earlier. If the thread stopped for a watchpoint and the
8479 target/arch has non-continuable watchpoints, cancel the displaced
8480 step.
8481 (resume): Don't start a displaced step if in-line step-over info
8482 is valid.
8483
8484 2015-04-10 Pedro Alves <palves@redhat.com>
8485
8486 * infrun.c (displaced_step_in_progress): New function.
8487 (do_target_resume): Advise target to report all signals if
8488 displaced stepping.
8489
8490 2015-04-10 Pedro Alves <palves@redhat.com>
8491
8492 PR gdb/18216
8493 * infrun.c (process_event_stop_test): Don't assume a step-resume
8494 is set if tp->stepped_breakpoint is true.
8495
8496 2015-04-10 Yao Qi <yao.qi@linaro.org>
8497
8498 * arm-tdep.c (install_alu_reg): Update comment.
8499 (thumb_copy_alu_reg): Remove local variable rn. Update
8500 debugging message. Use r2 instead of r1 in the modified
8501 instruction.
8502
8503 2015-04-10 Pedro Alves <palves@redhat.com>
8504
8505 PR gdb/13858
8506 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8507 linux_displaced_step_location as gdbarch_displaced_step_location
8508 hook.
8509 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8510 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8511 * linux-tdep.c (linux_displaced_step_location): New function,
8512 based on ppc_linux_displaced_step_location.
8513 * linux-tdep.h (linux_displaced_step_location): New declaration.
8514 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8515 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8516 Delete.
8517 (ppc_linux_init_abi): Install linux_displaced_step_location as
8518 gdbarch_displaced_step_location hook, even without Cell/B.E..
8519 (_initialize_ppc_linux_tdep): Don't install
8520 ppc_linux_inferior_created as inferior_created observer.
8521 * s390-linux-tdep.c (s390_gdbarch_init): Install
8522 linux_displaced_step_location as gdbarch_displaced_step_location
8523 hook.
8524
8525 2015-04-09 Gary Benson <gbenson@redhat.com>
8526
8527 * common/common-remote-fileio.h: Rename to...
8528 * common/fileio.h: ...this. Update all references.
8529 (remote_fileio_to_fio_error): Rename to...
8530 (host_to_fileio_error): ...this.
8531 (remote_fileio_to_be): Rename to...
8532 (host_to_bigendian): ...this. Update all callers.
8533 (remote_fileio_to_fio_uint): Rename to...
8534 (host_to_fileio_uint): ...this. Update all callers.
8535 (remote_fileio_to_fio_time): Rename to...
8536 (host_to_fileio_time): ...this. Update all callers.
8537 (remote_fileio_to_fio_stat): Rename to...
8538 (host_to_fileio_stat): ...this.
8539 Update all references.
8540 * common/common-remote-fileio.c: Rename to...
8541 * common/fileio.c: ...this. Update all references.
8542 (remote_fileio_to_fio_error): Rename to...
8543 (host_to_fileio_error): ...this. Update all callers.
8544 (remote_fileio_mode_to_target): Rename to...
8545 (fileio_mode_pack): ...this. Update all callers.
8546 (remote_fileio_to_fio_mode): Rename to...
8547 (host_to_fileio_mode): ...this. Update all callers.
8548 (remote_fileio_to_fio_ulong): Rename to...
8549 (host_to_fileio_ulong): ...this. Update all callers.
8550 (remote_fileio_to_fio_stat): Rename to...
8551 (host_to_fileio_stat): ...this. Update all callers.
8552
8553 2015-04-09 Andy Wingo <wingo@igalia.com>
8554
8555 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
8556 (frame_functions): Bind gdbscm_frame_read_register to
8557 frame-read-register.
8558 * guile/lib/gdb.scm (frame-read-register): Export.
8559
8560 2015-04-09 Gary Benson <gbenson@redhat.com>
8561
8562 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
8563 New declaration.
8564 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
8565 New function, factored out the named functions below.
8566 * inf-child.c (gdb/fileio.h): Remove include.
8567 (common-remote-fileio.h): New include.
8568 (inf_child_errno_to_fileio_error): Remove function. Update
8569 all callers to use remote_fileio_to_fio_error.
8570 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
8571
8572 2015-04-09 Andy Wingo <wingo@igalia.com>
8573
8574 * MAINTAINERS (Write After Approval): Add Andy Wingo.
8575
8576 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
8577
8578 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
8579 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
8580 * configure: Regenerated.
8581
8582 2015-04-09 Pedro Alves <palves@redhat.com>
8583
8584 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
8585 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
8586 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
8587 * gnulib/import/Makefile.am: Update.
8588 * gnulib/import/Makefile.in: Update.
8589 * gnulib/import/m4/gnulib-cache.m4: Update.
8590 * gnulib/import/m4/gnulib-comp.m4: Update.
8591 * gnulib/import/m4/strtok_r.m4: New file.
8592 * gnulib/import/strtok_r.c: New file.
8593
8594 2015-04-09 Pedro Alves <palves@redhat.com>
8595
8596 * gnulib/update-gnulib.sh (aclocal version check): Filter out
8597 "called too early to check prototype".
8598
8599 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
8600
8601 PR python/16699
8602 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
8603 use a caching mechanism. Adjust comments and code to reflect
8604 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
8605 (cmdpy_completer_handle_brkchars): Adjust call to
8606 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
8607 (cmdpy_completer): Likewise.
8608
8609 2015-04-08 Yao Qi <yao.qi@linaro.org>
8610
8611 * spu-tdep.c (spu_gdbarch_init): Don't call
8612 set_gdbarch_cannot_step_breakpoint.
8613
8614 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
8615
8616 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
8617
8618 2015-04-07 Pedro Alves <palves@redhat.com>
8619
8620 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
8621 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
8622 (delete_exited_threads): New declaration.
8623 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
8624 * linux-nat.c (linux_nat_update_thread_list): New function.
8625 (linux_nat_add_target): Install it.
8626 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
8627 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
8628 (delete_exited_threads): New function.
8629
8630 2015-04-07 Pedro Alves <pedro@codesourcery.com>
8631
8632 * infrun.c (resume) <displaced stepping debug output>: Get the
8633 leader thread's regcache, not resume_ptid's.
8634
8635 2015-04-06 Doug Evans <xdje42@gmail.com>
8636
8637 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
8638 VAR_DOMAIN.
8639 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
8640 Include symbol domain in debugging output.
8641
8642 2015-04-06 Pedro Alves <palves@redhat.com>
8643 Bernd Edlinger <bernd.edlinger@hotmail.de>
8644
8645 * configure.ac: Remove the mingw32-specific stub-termcap.o
8646 fallback, and instead fallback to the stub termcap on all hosts.
8647 * configure: Regenerate.
8648 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
8649 symbols.
8650
8651 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8652
8653 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8654 "top_level" parameter.
8655 (resolve_dynamic_type_internal): Remove the unused "top_level"
8656 parameter. Update call to is_dynamic_type_internal.
8657 (is_dynamic_type): Update call to is_dynamic_type_internal.
8658 (resolve_dynamic_range): Update call to
8659 resolve_dynamic_type_internal.
8660 (resolve_dynamic_union): Likewise.
8661 (resolve_dynamic_struct): Likewise.
8662 (resolve_dynamic_type): Likewise.
8663
8664 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8665
8666 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8667 TYPE_CODE_REF types so that they are not considered as dynamic
8668 depending on the referenced type.
8669 (resolve_dynamic_type_internal): Likewise.
8670
8671 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
8672
8673 * Makefile.in (top_srcdir): New.
8674 * configure: Regenerated.
8675
8676 2015-04-02 Gary Benson <gbenson@redhat.com>
8677
8678 * NEWS: Announce the new default sysroot of "target:".
8679
8680 2015-04-02 Gary Benson <gbenson@redhat.com>
8681
8682 * main.c (captured_main): Set gdb_sysroot to "target:"
8683 if not otherwise set.
8684
8685 2015-04-02 Gary Benson <gbenson@redhat.com>
8686
8687 * exec.c (exec_file_attach): Support "target:" filenames.
8688
8689 2015-04-02 Gary Benson <gbenson@redhat.com>
8690
8691 * solib.c (solib_find): Strip "target:" prefix from sysroot
8692 if accessing local files.
8693
8694 2015-04-02 Gary Benson <gbenson@redhat.com>
8695
8696 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
8697 checks and error messages.
8698
8699 2015-04-02 Gary Benson <gbenson@redhat.com>
8700
8701 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
8702 (remote_filename_p): Remove declaration.
8703 (remote_bfd_open): Likewise.
8704 * remote.c (remote_bfd_iovec_open): Remove function.
8705 (remote_bfd_iovec_close): Likewise.
8706 (remote_bfd_iovec_pread): Likewise.
8707 (remote_bfd_iovec_stat): Likewise.
8708 (remote_filename_p): Likewise.
8709 (remote_bfd_open): Likewise.
8710 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
8711 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
8712 (gdb_bfd_open_maybe_remote): Remove function.
8713 (symfile_bfd_open): Replace remote filename check with
8714 target filename check.
8715 (reread_symbols): Use gdb_bfd_open.
8716 * build-id.c (gdbcore.h): New include.
8717 (build_id_to_debug_bfd): Use gdb_bfd_open.
8718 * infcmd.c (attach_command_post_wait): Remove remote filename
8719 check.
8720 * solib.c (solib_find): Replace remote-specific handling with
8721 target-specific handling. Update comments where necessary.
8722 (solib_bfd_open): Replace remote-specific handling with
8723 target-specific handling.
8724 (gdb_sysroot_changed): New function.
8725 (_initialize_solib): Call the above when gdb_sysroot changes.
8726 * windows-tdep.c (gdbcore.h): New include.
8727 (windows_xfer_shared_library): Use gdb_bfd_open.
8728
8729 2015-04-02 Gary Benson <gbenson@redhat.com>
8730
8731 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
8732 (is_target_filename): New declaration.
8733 (gdb_bfd_has_target_filename): Likewise.
8734 (gdb_bfd_open): Update documentation comment.
8735 * gdb_bfd.c (target.h): New include.
8736 (gdb/fileio.h): Likewise.
8737 (is_target_filename): New function.
8738 (gdb_bfd_has_target_filename): Likewise.
8739 (fileio_errno_to_host): Likewise.
8740 (gdb_bfd_iovec_fileio_open): Likewise.
8741 (gdb_bfd_iovec_fileio_pread): Likewise.
8742 (gdb_bfd_iovec_fileio_close): Likewise.
8743 (gdb_bfd_iovec_fileio_fstat): Likewise.
8744 (gdb_bfd_open): Use target fileio to access paths prefixed
8745 with "target:" where necessary.
8746
8747 2015-04-02 Gary Benson <gbenson@redhat.com>
8748
8749 * target.h (struct target_ops) <to_filesystem_is_local>:
8750 New field.
8751 (target_filesystem_is_local): New macro.
8752 * target-delegates.c: Regenerate.
8753 * remote.c (remote_filesystem_is_local): New function.
8754 (init_remote_ops): Initialize to_filesystem_is_local.
8755
8756 2015-04-02 Gary Benson <gbenson@redhat.com>
8757
8758 * target.h (struct target_ops) <to_fileio_fstat>: New field.
8759 (target_fileio_fstat): New declaration.
8760 * target.c (target_fileio_fstat): New function.
8761 * inf-child.c (inf_child_fileio_fstat): Likewise.
8762 (inf_child_target): Initialize to_fileio_fstat.
8763 * remote.c (init_remote_ops): Likewise.
8764
8765 2015-04-01 Sasha Smundak <asmundak@google.com>
8766
8767 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
8768 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
8769 (py-unwind.o): New recipe.
8770 * NEWS: mention Python frame unwinding.
8771 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
8772 gdb/unwinder.py and gdb/command/unwinder.py
8773 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
8774 list.
8775 (execute_unwinders): New function.
8776 * python/lib/gdb/command/unwinders.py: New file.
8777 * python/lib/gdb/unwinder.py: New file.
8778 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
8779 (objfpy_dealloc): Decrement frame_unwinders reference count.
8780 (objfpy_initialize): Create frame_unwinders list.
8781 (objfpy_get_frame_unwinders): New function.
8782 (objfpy_set_frame_unwinders): Ditto.
8783 (objfile_getset): Add frame_unwinders attribute to Objfile.
8784 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
8785 (pspy_dealloc): Decrement frame_unwinders reference count.
8786 (pspy_initialize): Create frame_unwinders list.
8787 (pspy_get_frame_unwinders): New function.
8788 (pspy_set_frame_unwinders): Ditto.
8789 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
8790 * python/py-unwind.c: New file.
8791 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
8792 (objpy_get_frame_unwinders): New prototype.
8793 (gdbpy_initialize_unwind): New prototype.
8794 * python/python.c (gdbpy_apply_type_printers): Call
8795 gdbpy_initialize_unwind.
8796
8797 2015-04-01 Pedro Alves <palves@redhat.com>
8798
8799 * infrun.c (resume): Check currently_stepping after clearing
8800 stepped_breakpoint, not before.
8801
8802 2015-04-01 Pedro Alves <palves@redhat.com>
8803
8804 * infrun.c (print_target_wait_results): Print all the ptid
8805 elements.
8806
8807 2015-04-01 Pedro Alves <palves@redhat.com>
8808
8809 * infrun.c (keep_going): Also discard cleanups if inserting
8810 breakpoints fails.
8811
8812 2015-04-01 Pedro Alves <palves@redhat.com>
8813
8814 * infrun.c (wait_for_inferior): Install the
8815 finish_thread_state_cleanup cleanup across the whole function, not
8816 just around handle_inferior_event.
8817
8818 2015-04-01 Pedro Alves <palves@redhat.com>
8819
8820 * infrun.c (resume) <step past permanent breakpoint>: Use
8821 do_target_resume.
8822
8823 2015-04-01 Pedro Alves <palves@redhat.com>
8824
8825 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
8826
8827 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8828
8829 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
8830
8831 2015-04-01 Pedro Alves <palves@redhat.com>
8832
8833 * linux-thread-db.c (record_thread): Readd the thread to gdb's
8834 list if it was marked exited.
8835
8836 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
8837
8838 * configure: Regenerated.
8839
8840 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8841 Jan Kratochvil <jan.kratochvil@redhat.com>
8842 Oleg Nesterov <oleg@redhat.com>
8843
8844 PR corefiles/16092
8845 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
8846 New enum identifying the various options of the coredump_filter
8847 file.
8848 (struct smaps_vmflags): New struct.
8849 (use_coredump_filter): New variable.
8850 (decode_vmflags): New function.
8851 (mapping_is_anonymous_p): Likewise.
8852 (dump_mapping_p): Likewise.
8853 (linux_find_memory_regions_full): New variables
8854 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
8855 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
8856 parsing of its information. Implement memory mapping filtering
8857 based on its contents.
8858 (show_use_coredump_filter): New function.
8859 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
8860 * NEWS: Mention the possibility of using the
8861 '/proc/PID/coredump_filter' file when generating a corefile.
8862 Mention new command 'set use-coredump-filter'.
8863
8864 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8865
8866 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
8867 read_memory_unsigned_integer.
8868
8869 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
8870
8871 * Makefile.in (ZLIB): New.
8872 (ZLIBINC): Likewise.
8873 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
8874 (CLIBS): Add $(ZLIB).
8875 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
8876 Add -lz to LIBS.
8877 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
8878 * top.c (print_gdb_configuration): Remove --with-zlib and
8879 --without-zlib.
8880 * config.in: Regenerated.
8881 * configure: Likewise.
8882
8883 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
8884
8885 * NEWS: Mention info os cpus support.
8886 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
8887 (struct osdata_type): Add cpus entry, reorder the entries in
8888 alphabetical order.
8889
8890 2015-03-31 Matthias Klose <doko@ubuntu.com>
8891
8892 * compile/compile.c (compile_to_object): Allow triplets with or
8893 without vendor set.
8894
8895 2015-03-30 Doug Evans <dje@google.com>
8896
8897 PR c++/18141
8898 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
8899 klass in VAR_DOMAIN.
8900
8901 2015-03-30 Gary Benson <gbenson@redhat.com>
8902
8903 * remote.c (remote_mourn_1): Remove function. Update all callers
8904 to use remote_mourn.
8905 (extended_remote_mourn_1): Remove function. Update all callers
8906 to use extended_remote_mourn.
8907 (extended_remote_attach_1): Remove function. Update all callers
8908 to use extended_remote_attach.
8909
8910 2015-03-28 James Bowman <james.bowman@ftdichip.com>
8911
8912 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
8913 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
8914 (ALLDEPFILES): Add ft32-tdep.c.
8915 * configure.tgt: Add FT32 entry.
8916 * ft32-tdep.c: New file, FT32 target-dependent code.
8917 * ft32-tdep.h: New file, FT32 target-dependent code.
8918
8919 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8920
8921 Revert:
8922 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8923 Code cleanup.
8924 * printcmd.c (print_command_1): Move expr variable scope.
8925
8926 2015-03-27 Joel Brobecker <brobecker@adacore.com>
8927
8928 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
8929
8930 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
8931
8932 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
8933 sections.
8934
8935 2015-03-26 Joel Brobecker <brobecker@adacore.com>
8936
8937 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
8938 exception raised while parsing the probe arguments.
8939 Force parsing to be done using the C language parser.
8940 * expression.h (parse_expression_with_language): Declare.
8941 * parse.c (parse_expression_with_language): New function.
8942
8943 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8944
8945 * MAINTAINERS (Write After Approval): Add "Jon Turney".
8946
8947 2015-03-26 Andy Wingo <wingo@igalia.com>
8948
8949 PR symtab/18148
8950 * dwarf2read.c (struct partial_die_info): Add has_const_value
8951 member.
8952 (add_partial_symbol): Don't punt on symbols that have const_value
8953 attributes.
8954 (read_partial_die): Detect DW_AT_const_value.
8955
8956 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8957
8958 Code cleanup.
8959 * printcmd.c (print_command_1): Move expr variable scope.
8960
8961 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 Code cleanup.
8964 * printcmd.c (validate_format): Make the parameter cmdname const.
8965
8966 2015-03-26 Don Breazeal <donb@codesourcery.com>
8967
8968 * remote.c (_initialize_remote): Update comment.
8969
8970 2015-03-26 Pedro Alves <palves@redhat.com>
8971 Jon TURNEY <jon.turney@dronecode.org.uk>
8972
8973 * coffread.c (coff_symfile_read): When constructing the name of an
8974 import stub symbol from import symbol for amd64, only skip the
8975 char after _imp_ if the target is underscored (like i386) and the
8976 char is indeed the target's leading char.
8977
8978 2015-03-25 Pedro Alves <palves@redhat.com>
8979
8980 * target.h <to_async>: Replace 'callback' and 'context' parameters
8981 with boolean 'enable' parameter.
8982 (target_async): Replace CALLBACK and CONTEXT parameters with
8983 boolean ENABLE parameter.
8984 * inf-loop.c (inferior_event_handler): Adjust.
8985 * linux-nat.c (linux_nat_attach, linux_nat_resume)
8986 (linux_nat_resume): Adjust.
8987 (async_client_callback, async_client_context): Delete.
8988 (handle_target_event): Call inferior_event_handler directly.
8989 (linux_nat_async): Replace 'callback' and 'context' parameters
8990 with boolean 'enable' parameter. Adjust. Remove references to
8991 async_client_callback and async_client_context.
8992 (linux_nat_close): Adjust.
8993 * record-btrace.c (record_btrace_async): Replace 'callback' and
8994 'context' parameters with boolean 'enable' parameter. Adjust.
8995 (record_btrace_resume): Adjust.
8996 * record-full.c (record_full_async): Replace 'callback' and
8997 'context' parameters with boolean 'enable' parameter. Adjust.
8998 (record_full_resume, record_full_core_resume): Adjust.
8999 * remote.c (struct remote_state) <async_client_callback,
9000 async_client_context>: Delete fields.
9001 (remote_start_remote, extended_remote_attach_1, remote_resume)
9002 (extended_remote_create_inferior): Adjust.
9003 (remote_async_serial_handler): Call inferior_event_handler
9004 directly.
9005 (remote_async): Replace 'callback' and 'context' parameters with
9006 boolean 'enable' parameter. Adjust.
9007 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9008 Adjust.
9009 * target-delegates.c: Regenerate.
9010
9011 2015-03-25 Gary Benson <gbenson@redhat.com>
9012 Pedro Alves <palves@redhat.com>
9013
9014 * target.c (fileio_ft_t): New typedef, define object vector.
9015 (fileio_fhandles): New static variable.
9016 (is_closed_fileio_fh): New macro.
9017 (lowest_closed_fd): New static variable.
9018 (acquire_fileio_fd): New function.
9019 (release_fileio_fd): Likewise.
9020 (fileio_fd_to_fh): New macro.
9021 (target_fileio_open): Wrap the file descriptor on success.
9022 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9023 (target_fileio_pread): Likewise.
9024 (target_fileio_close): Likewise.
9025
9026 2015-03-24 Pedro Alves <palves@redhat.com>
9027
9028 * thread.c (thread_apply_all_command): Take exited threads into
9029 account.
9030
9031 2015-03-24 Pedro Alves <palves@redhat.com>
9032
9033 * infrun.c (resume, proceed): Mention
9034 switch_back_to_stepped_thread, not switch_back_to_stepping.
9035
9036 2015-03-24 Pedro Alves <palves@redhat.com>
9037
9038 * infrun.c (user_visible_resume_ptid): Rewrite going from
9039 most-locked to unlocked instead of the opposite. Move comment ...
9040 * infrun.h (user_visible_resume_ptid): ... here.
9041
9042 2015-03-24 Pedro Alves <palves@redhat.com>
9043
9044 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9045 to resume the event lwp. Use the lwp's ptid instead of the passed
9046 in (maybe wildcard) ptid.
9047 (stop_wait_callback): Tweak debug log output.
9048 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9049 TRAP_TRACE.
9050 (linux_nat_filter_event): In debug output, distinguish a
9051 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9052 before trying to resume the lwp.
9053
9054 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9055
9056 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9057 pointer indirection.
9058 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9059 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9060
9061 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9062
9063 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9064 Renames DYN_ATTR_DATA_LOCATION.
9065 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9066 DYN_ATTR_DATA_LOCATION.
9067 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9068 instead of DYN_ATTR_DATA_LOCATION.
9069
9070 2015-03-24 Pedro Alves <palves@redhat.com>
9071
9072 * breakpoint.c (until_break_command): Adjust call to proceed.
9073 * gdbthread.h (struct thread_control_state) <stepping_command>:
9074 New field.
9075 * infcall.c (run_inferior_call): Adjust call to proceed.
9076 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9077 Adjust calls to proceed.
9078 (set_step_frame): Set the current thread's step_start_function
9079 here.
9080 (step_once): Adjust calls to proceed.
9081 (jump_command, signal_command, until_next_command)
9082 (finish_backward, finish_forward, proceed_after_attach_callback)
9083 (attach_command_post_wait): Adjust calls to proceed.
9084 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9085 (do_target_resume): New function, factored out from ...
9086 (resume): ... here. Remove 'step' parameter. Instead, check
9087 currently_stepping to determine whether the thread should be
9088 single-stepped.
9089 (proceed): Remove 'step' parameter and don't set the thread's
9090 step_start_function here. Adjust call to 'resume'.
9091 (handle_inferior_event): Adjust calls to 'resume'.
9092 (switch_back_to_stepped_thread): Use do_target_resume instead of
9093 'resume'.
9094 (keep_going): Adjust calls to 'resume'.
9095 * infrun.h (proceed): Remove 'step' parameter.
9096 (resume): Likewise.
9097 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9098 'resume'.
9099 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9100
9101 2015-03-24 Pedro Alves <palves@redhat.com>
9102
9103 * gdbthread.h (struct thread_control_state) <stepping_command>:
9104 New field.
9105 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9106 the thread's stepping_command field.
9107 * infrun.c (resume): Check the thread's stepping_command flag to
9108 determine which threads should be resumed. Rename 'entry_step'
9109 local to user_step.
9110 (clear_proceed_status_thread): Clear 'stepping_command'.
9111 (schedlock_applies): Change parameter type to struct thread_info
9112 pointer. Adjust.
9113 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9114 (switch_back_to_stepped_thread): Adjust calls to
9115 'schedlock_applies'.
9116 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9117
9118 2015-03-24 Pedro Alves <palves@redhat.com>
9119
9120 * infrun.c (step_start_function): Delete and ...
9121 * gdbthread.h (struct thread_control_state) <step_start_function>:
9122 ... now a field here.
9123 * infrun.c (clear_proceed_status_thread): Clear the thread's
9124 step_start_function.
9125 (proceed, process_event_stop_test, print_stop_event): Adjust.
9126
9127 2015-03-24 Pedro Alves <palves@redhat.com>
9128
9129 * infrun.c (proceed): No longer handle negative step.
9130
9131 2015-03-24 Gary Benson <gbenson@redhat.com>
9132
9133 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9134 (x86_linux_prepare_to_resume): Likewise.
9135 * x86-linux-nat.c (x86_linux_new_thread):
9136 Moved to nat/x86-linux.c.
9137 (x86_linux_prepare_to_resume): Likewise.
9138 * nat/x86-linux.c (x86_linux_new_thread): New function.
9139 (x86_linux_prepare_to_resume): Likewise.
9140
9141 2015-03-24 Gary Benson <gbenson@redhat.com>
9142
9143 * nat/x86-linux-dregs.h: New file.
9144 * nat/x86-linux-dregs.c: Likewise.
9145 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9146 (x86-linux-dregs.o): New rule.
9147 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9148 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9149 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9150 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9151 (x86_linux_dr_get): Likewise.
9152 (x86_linux_dr_set): Likewise.
9153 (x86_linux_dr_get_addr): Likewise.
9154 (x86_linux_dr_get_control): Likewise.
9155 (x86_linux_dr_get_status): Likewise.
9156 (update_debug_registers_callback): Likewise.
9157 (x86_linux_dr_set_control): Likewise.
9158 (x86_linux_dr_set_addr): Likewise.
9159 (x86_linux_update_debug_registers): Likewise.
9160
9161 2015-03-24 Gary Benson <gbenson@redhat.com>
9162
9163 * x86-linux-nat.c (x86_linux_update_debug_registers):
9164 New function, factored out from...
9165 (x86_linux_prepare_to_resume): ...this.
9166
9167 2015-03-24 Gary Benson <gbenson@redhat.com>
9168
9169 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9170 (x86_linux_dr_set): Likewise.
9171 (x86_linux_dr_get_addr): Likewise.
9172 (x86_linux_dr_get_control): Likewise.
9173 (x86_linux_dr_get_status): Likewise.
9174 (update_debug_registers_callback): Likewise.
9175 (x86_linux_dr_set_control): Likewise.
9176 (x86_linux_dr_set_addr): Likewise.
9177 (x86_linux_prepare_to_resume): Likewise.
9178 (x86_linux_new_thread): Likewise.
9179
9180 2015-03-24 Gary Benson <gbenson@redhat.com>
9181
9182 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9183 (x86_linux_new_thread): Rename argument.
9184
9185 2015-03-24 Gary Benson <gbenson@redhat.com>
9186
9187 * nat/x86-linux.h: New file.
9188 * nat/x86-linux.c: Likewise.
9189 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9190 (x86-linux.o): New rule.
9191 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9192 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9193 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9194 (lwp_set_arch_private_info): New declaration.
9195 (lwp_arch_private_info): Likewise.
9196 * linux-nat.c (lwp_set_arch_private_info): New function.
9197 (lwp_arch_private_info): Likewise.
9198 * x86-linux-nat.c: Include nat/x86-linux.h.
9199 (arch_lwp_info): Removed structure.
9200 (update_debug_registers_callback):
9201 Use lwp_set_debug_registers_changed.
9202 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9203 and lwp_set_debug_registers_changed.
9204 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9205
9206 2015-03-24 Gary Benson <gbenson@redhat.com>
9207
9208 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9209 (lwp_is_stopped): Likewise.
9210 (lwp_stop_reason): Likewise.
9211 * linux-nat.c (ptid_of_lwp): New function.
9212 (lwp_is_stopped): Likewise.
9213 (lwp_is_stopped_by_watchpoint): Likewise.
9214 * x86-linux-nat.c (update_debug_registers_callback):
9215 Use lwp_is_stopped.
9216 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9217 lwp_stop_reason.
9218
9219 2015-03-24 Gary Benson <gbenson@redhat.com>
9220
9221 * linux-nat.h (linux_stop_lwp): Move declaration to...
9222 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9223
9224 2015-03-24 Gary Benson <gbenson@redhat.com>
9225
9226 * linux-nat.h: Include nat/linux-nat.h.
9227 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9228 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9229 (iterate_over_lwps_ftype): New typedef.
9230 (iterate_over_lwps): New declaration.
9231 * linux-nat.h (iterate_over_lwps): Update comment. Use
9232 iterate_over_lwps_ftype. Update callback return value check.
9233
9234 2015-03-24 Gary Benson <gbenson@redhat.com>
9235
9236 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9237 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9238
9239 2015-03-24 Gary Benson <gbenson@redhat.com>
9240
9241 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9242 * linux-nat.c (current_lwp_ptid): New function.
9243 * x86-linux-nat.c: Include nat/linux-nat.h.
9244 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9245 (x86_linux_dr_get_control): Likewise.
9246 (x86_linux_dr_get_status): Likewise.
9247 (x86_linux_dr_set_control): Likewise.
9248 (x86_linux_dr_set_addr): Likewise.
9249
9250 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9251
9252 PR breakpoints/16466
9253 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9254
9255 2015-03-23 Joel Brobecker <brobecker@adacore.com>
9256
9257 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9258 * ser-unix.c (hardwire_setparity): Likewise.
9259
9260 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9261
9262 * NEWS: Mention set/show serial parity command.
9263 * monitor.c (monitor_open): Call serial_setparity.
9264 * remote.c (remote_open_1): Likewise.
9265 * ser-base.c (ser_base_serparity): New function.
9266 * ser-base.h (ser_base_setparity): Add declaration.
9267 * ser-go32.c (dos_ops): Set "setparity" field.
9268 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9269 state.Parity.
9270 (ser_windows_setparity): New function.
9271 (hardwire_ops): Add ser_windows_setparity.
9272 (tty_ops): Add NULL for setparity field.
9273 (pipe_ops): Add ser_base_setparity.
9274 (tcp_ops): Likewise.
9275 * ser-pipe.c (pipe_ops): Likewise.
9276 * ser-tcp.c (tcp_ops): Likewise.
9277 * ser-unix.c (hardwire_setparity): Add declaration.
9278 (hardwire_raw): Don't reset PARENB flag.
9279 (hardwire_setparity): New function.
9280 (hardwire_ops): Add hardwire_setparity.
9281 * serial.c (serial_setparity): New function.
9282 (serial_parity): New global.
9283 (parity_none, parity_odd, parity_even, parity_enums, parity):
9284 New static globals.
9285 (set_parity): New function.
9286 (_initialize_serial): Add set/show serial parity commands.
9287 * serial.h (GDBPARITY_NONE): Define.
9288 (GDBPARITY_ODD): Define.
9289 (GDBPARITY_EVEN): Define.
9290 (serial_setparity) Add declaration.
9291 (struct serial_ops): Add setparity field.
9292 * target.h (serial_parity): Add declaration.
9293
9294 2015-03-23 Keith Seitz <keiths@redhat.com>
9295
9296 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9297
9298 2015-03-23 Keith Seitz <keiths@redhat.com>
9299
9300 * breakpoint.c (parse_breakpoint_sals): Use
9301 linespec_lexer_lex_keyword to ascertain if the user specified
9302 a NULL location.
9303 * linespec.c [IF_KEYWORD_INDEX]: Define.
9304 (linespec_lexer_lex_keyword): Export.
9305 (struct ls_parser) <keyword_ok>: Remove.
9306 A keyword is only a keyword if not followed by another keyword.
9307 (linespec_lexer_lex_one): Remove keyword_ok handling.
9308 Add comment explaining why the parsing stream is not advanced
9309 when a keyword is seen.
9310 (parse_linespec): Remove parser->keyword_ok.
9311 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9312
9313 2015-03-23 Keith Seitz <keiths@redhat.com>
9314
9315 PR gdb/18021
9316 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9317 if we find a static method with DW_AT_vtable_elem_location.
9318
9319 2015-03-21 Eli Zaretskii <eliz@gnu.org>
9320
9321 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9322 before the second loop, to avoid undefined behavior. Reported by
9323 Anton Blanchard <anton@samba.org>.
9324
9325 2015-03-20 Keven Boell <keven.boell@intel.com>
9326
9327 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9328 data_location usage to linked list.
9329 (resolve_dynamic_type_internal): Adapt data_location to
9330 linked list.
9331 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9332 (copy_type_recursive, copy_type): Add copy of linked list.
9333 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9334 (struct dynamic_prop_list): New struct.
9335 * dwarf2read.c (set_die_type): Set data_location data.
9336
9337 2015-03-20 Pedro Alves <palves@redhat.com>
9338
9339 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9340 inner block and make it const.
9341 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9342
9343 2015-03-20 Pedro Alves <palves@redhat.com>
9344
9345 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9346 * breakpoint.h (set_breakpoint_condition): Update declaration.
9347
9348 2015-03-20 Pedro Alves <palves@redhat.com>
9349
9350 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9351
9352 2015-03-20 Pedro Alves <palves@redhat.com>
9353
9354 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9355
9356 2015-03-20 Pedro Alves <palves@redhat.com>
9357
9358 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9359
9360 2015-03-20 Pedro Alves <palves@redhat.com>
9361
9362 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9363 (nto_init_solib_absolute_prefix): Likewise.
9364
9365 2015-03-20 Pedro Alves <palves@redhat.com>
9366
9367 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9368 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9369
9370 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9371
9372 * config/djgpp/README: Remove gdb.hp.
9373
9374 2015-03-20 Yao Qi <yao.qi@linaro.org>
9375
9376 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9377 set_gdbarch_cannot_step_breakpoint.
9378
9379 2015-03-19 Pedro Alves <palves@redhat.com>
9380
9381 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9382 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9383 instead call perror_with_name.
9384 (check_ptrace_stopped_lwp_gone): New function.
9385 (linux_resume_one_lwp): Reimplement as wrapper around
9386 linux_resume_one_lwp_throw that swallows errors if the LWP is
9387 gone.
9388 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9389 swallows errors if the LWP is gone. Use
9390 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9391
9392 2015-03-19 Pedro Alves <palves@redhat.com>
9393
9394 * linux-nat.c (status_callback): Return early if the LWP has no
9395 status pending.
9396
9397 2015-03-19 Pedro Alves <palves@redhat.com>
9398
9399 * linux-nat.c (select_event_lwp_callback): Update comment to no
9400 longer mention SIGTRAP.
9401
9402 2015-03-18 Tristan Gingold <gingold@adacore.com>
9403
9404 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9405 redirection code to ...
9406 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9407 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
9408
9409 2015-03-18 Gary Benson <gbenson@redhat.com>
9410
9411 (remote_protocol_features): Remove the "vFile:fstat" feature.
9412 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9413
9414 2015-03-11 Yao Qi <yao.qi@linaro.org>
9415
9416 PR tdep/18107
9417 * aarch64-linux-tdep.c: Include xml-syscall.h
9418 (aarch64_linux_get_syscall_number): New function.
9419 (aarch64_linux_init_abi): Call
9420 set_gdbarch_get_syscall_number.
9421 * syscalls/aarch64-linux.xml: New file.
9422
9423 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9424
9425 * ser-base.h (ser_base_setstopbits): Change second argument name
9426 from "rate" to "num".
9427
9428 2015-03-17 Gary Benson <gbenson@redhat.com>
9429 Luke Allardyce <lukeallardyce@gmail.com>
9430
9431 PR gdb/18131
9432 * common/common-remote-fileio.h (sys/stat.h): New include.
9433 (stuct stat): Remove forward declaration.
9434
9435 2015-03-16 John Baldwin <jhb@FreeBSD.org>
9436
9437 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9438 before writing core register notes.
9439
9440 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9441 Pedro Alves <palves@redhat.com>
9442
9443 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9444 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9445 (tgoto): Wrap with extern "C".
9446
9447 2015-03-16 Pedro Alves <palves@redhat.com>
9448 Yuanhui Zhang <asmwarrior@gmail.com>
9449
9450 * stub-termcap.c (tputs): Change prototype.
9451
9452 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9453 Pedro Alves <palves@redhat.com>
9454
9455 * windows-nat.c (struct thread_info_struct): Rename to ...
9456 (struct windows_thread_info_struct): ... this.
9457 (thread_info): Rename to ...
9458 (windows_thread_info): ... this.
9459 All users updated.
9460
9461 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9462 Pedro Alves <palves@redhat.com>
9463
9464 * NEWS: New Removed targets and native configurations.
9465
9466 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 Remove HPUX.
9469 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9470 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9471 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9472 ia64-hpux-tdep.h, solib-ia64-hpux.h.
9473 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9474 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9475 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9476 hppa-hpux-tdep.c.
9477 * config/ia64/hpux.mh: Remove file.
9478 * config/pa/hpux.mh: Remove file.
9479 * configure: Rebuilt.
9480 * configure.ac (dlgetmodinfo, somread.o): Remove.
9481 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9482 (ia64-*-hpux*): Remove its float format exception.
9483 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9484 * hppa-hpux-nat.c: Remove file.
9485 * hppa-hpux-tdep.c: Remove file.
9486 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9487 Move them here from hppa-tdep.h
9488 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9489 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9490 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9491 Move them to hppa-tdep.c.
9492 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9493 declarations.
9494 * ia64-hpux-nat.c: Remove file.
9495 * ia64-hpux-tdep.c: Remove file.
9496 * ia64-hpux-tdep.h: Remove file.
9497 * inf-ttrace.c: Remove file.
9498 * inf-ttrace.h: Remove file.
9499 * solib-ia64-hpux.c: Remove file.
9500 * solib-ia64-hpux.h: Remove file.
9501 * solib-pa64.c: Remove file.
9502 * solib-pa64.h: Remove file.
9503 * solib-som.c: Remove file.
9504 * solib-som.h: Remove file.
9505 * somread.c: Remove file.
9506
9507 2015-03-13 John Baldwin <jhb@FreeBSD.org>
9508
9509 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9510 * config.in: Regenerate.
9511 * configure: Regenerate.
9512 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
9513 define.
9514 (fbsd_find_memory_regions): Use kinfo_getvmmap to
9515 enumerate memory regions if present.
9516
9517 2015-03-13 John Baldwin <jhb@FreeBSD.org>
9518
9519 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9520 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9521 expressions.
9522 (i386fbsd_sigtramp_p): Likewise.
9523
9524 2015-03-12 John Baldwin <jhb@FreeBSD.org>
9525
9526 * MAINTAINERS (Write After Approval): Add John Baldwin.
9527
9528 2015-03-12 Gary Benson <gbenson@redhat.com>
9529
9530 * solib.c (_initialize_solib): Make "set/show sysroot" use
9531 add_setshow_optional_filename_cmd so it can be restored to
9532 empty after being set.
9533
9534 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9535
9536 * Makefile.in (SFILES): New source break-catch-syscall.c.
9537 (COMMON_OBS): New object break-catch-syscall.o.
9538 * break-catch-syscall.c: New file.
9539 * breakpoint.c: Remove inclusion of "xml-syscall.h".
9540 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
9541 (struct syscall_catchpoint): Likewise.
9542 (dtor_catch_syscall): Likewise.
9543 (catch_syscall_inferior_data): Likewise.
9544 (struct catch_syscall_inferior_data): Likewise.
9545 (get_catch_syscall_inferior_data): Likewise.
9546 (catch_syscall_inferior_data_cleanup): Likewise.
9547 (insert_catch_syscall): Likewise.
9548 (remove_catch_syscall): Likewise.
9549 (breakpoint_hit_catch_syscall): Likewise.
9550 (print_it_catch_syscall): Likewise.
9551 (print_one_catch_syscall): Likewise.
9552 (print_mention_catch_syscall): Likewise.
9553 (print_recreate_catch_syscall): Likewise.
9554 (catch_syscall_breakpoint_ops): Likewise.
9555 (syscall_catchpoint_p): Likewise.
9556 (create_syscall_event_catchpoint): Likewise.
9557 (catch_syscall_split_args): Likewise.
9558 (catch_syscall_command_1): Likewise.
9559 (is_syscall_catchpoint_enabled): Likewise.
9560 (catch_syscall_enabled): Likewise.
9561 (catching_syscall_number): Likewise.
9562 (catch_syscall_completer): Likewise.
9563 (clear_syscall_counts): Likewise.
9564 (initialize_breakpoint_ops): Move initialization of syscall
9565 catchpoints to break-catch-syscall.c.
9566 (_initialize_breakpoint): Move code related to syscall catchpoints
9567 to break-catch-syscall.c.
9568
9569 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9570
9571 * breakpoint.c (breakpoint_find_if): New function.
9572 * breakpoint.h (breakpoint_find_if): New prototype.
9573
9574 2015-03-11 Gary Benson <gbenson@redhat.com>
9575
9576 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
9577 * remote-fileio.c (remote_fileio_to_host_uint): New function.
9578 (remote_fileio_to_host_ulong): Likewise.
9579 (remote_fileio_to_host_mode): Likewise.
9580 (remote_fileio_to_host_time): Likewise.
9581 (remote_fileio_to_host_stat): Likewise.
9582 * remote.c (PACKET_vFile_fstat): New enum value.
9583 (remote_protocol_features): Register the "vFile:fstat" feature.
9584 (remote_hostio_fstat): New function.
9585 (remote_bfd_iovec_stat): Use the above.
9586 (_initialize_remote): Register new "set/show remote
9587 hostio-fstat-packet" command.
9588 * symfile.c (separate_debug_file_exists): Update comment.
9589 * NEWS: Announce new vFile:fstat packet.
9590
9591 2015-03-11 Gary Benson <gbenson@redhat.com>
9592
9593 * common/common-remote-fileio.h: New file.
9594 * common/common-remote-fileio.c: Likewise.
9595 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
9596 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
9597 (COMMON_OBS): Add common-remote-fileio.o.
9598 (common-remote-fileio.o): New rule.
9599 * remote-fileio.h (common-remote-fileio.h): New include.
9600 * remote-fileio.c (gdb/fileio.h): Do not include.
9601 (remote_fileio_to_be): Moved to common-remote-fileio.h.
9602 (remote_fileio_to_fio_uint): Likewise.
9603 (remote_fileio_to_fio_time): Likewise.
9604 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
9605 (remote_fileio_to_fio_mode): Likewise.
9606 (remote_fileio_to_fio_ulong): Likewise.
9607 (remote_fileio_to_fio_stat): Likewise.
9608
9609 2015-03-11 Andy Wingo <wingo@igalia.com>
9610
9611 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
9612 we were checking the cached type, not the cached dynamic type.
9613
9614 2015-03-11 Andy Wingo <wingo@igalia.com>
9615
9616 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
9617 other strings, as these are on the GC'd heap, and will be
9618 collected along with the smob.
9619
9620 2015-03-11 Andy Wingo <wingo@igalia.com>
9621
9622 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
9623 (objfile_functions): Bind gdbscm_objfile_progspace to
9624 objfile-progspace.
9625 * guile/lib/gdb.scm: Add objfile-progspace to exports.
9626
9627 2015-03-11 Andy Wingo <wingo@igalia.com>
9628
9629 * guile/guile.c (_initialize_guile): Disable automatic
9630 finalization, if Guile offers us that possibility.
9631 * guile/guile.c (call_initialize_gdb_module):
9632 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
9633 finalizers in appropriate places.
9634 * configure.ac (AC_TRY_LIBGUILE): Add a check for
9635 scm_set_automatic_finalization_enabled.
9636 * configure: Regenerated.
9637
9638 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9639
9640 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
9641 SAL, if possible.
9642
9643 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9644
9645 * s390-linux-nat.c (struct arch_lwp_info): New.
9646 (s390_fix_watch_points): Rename to...
9647 (s390_prepare_to_resume): ...this. Skip the PER info update
9648 unless the watch points have changed.
9649 (s390_refresh_per_info, s390_new_thread): New functions.
9650 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
9651 s390_fix_watch_points.
9652 (s390_remove_watchpoint): Likewise.
9653 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
9654 Register s390_prepare_to_resume.
9655
9656 2015-03-09 Pedro Alves <palves@redhat.com>
9657
9658 Revert:
9659 2015-03-07 Pedro Alves <palves@redhat.com>
9660 * common/gdb_socket.h: New file.
9661 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
9662 sys/socket.h.
9663 (net_open): Use union gdb_sockaddr_u.
9664
9665 2015-03-07 Pedro Alves <palves@redhat.com>
9666
9667 * configure.ac (build_warnings): Move -Wmissing-prototypes
9668 -Wdeclaration-after-statement -Wmissing-parameter-type
9669 -Wold-style-declaration -Wold-style-definition to the C-specific
9670 set.
9671 * configure: Regenerate.
9672
9673 2015-03-07 Pedro Alves <palves@redhat.com>
9674
9675 * common/gdb_socket.h: New file.
9676 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
9677 sys/socket.h.
9678 (net_open): Use union gdb_sockaddr_u.
9679
9680 2015-03-07 Pedro Alves <palves@redhat.com>
9681
9682 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
9683 (exceptions_state_mc_action_iter)
9684 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9685 Don't define.
9686 [__cplusplus] (try_scope_depth): New global.
9687 [__cplusplus] (exception_try_scope_entry)
9688 (exception_try_scope_exit, gdb_exception_sliced_copy)
9689 (exception_rethrow): New functions.
9690 (throw_exception): In C++ mode, throw
9691 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
9692 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
9693 (throw_it): In C++ mode, use try_scope_depth.
9694 * common/common-exceptions.h [!__cplusplus]
9695 (exceptions_state_mc_action_iter)
9696 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9697 Don't declare.
9698 [__cplusplus] (exception_try_scope_entry)
9699 (exception_try_scope_exit, exception_rethrow): Declare.
9700 [__cplusplus] (struct exception_try_scope): New struct.
9701 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
9702 C++ exceptions.
9703 (struct gdb_exception_RETURN_MASK_ALL)
9704 (struct gdb_exception_RETURN_MASK_ERROR)
9705 (struct gdb_exception_RETURN_MASK_QUIT): New types.
9706
9707 2015-03-07 Pedro Alves <palves@redhat.com>
9708
9709 * main.c (handle_command_errors): Remove volatile qualifier from
9710 parameter.
9711
9712 2015-03-07 Pedro Alves <palves@redhat.com>
9713
9714 * breakpoint.c (save_breakpoints): Adjust to avoid code between
9715 TRY and CATCH.
9716 * gdbtypes.c (safe_parse_type): Remove empty line.
9717 (types_deeply_equal):
9718 * guile/scm-frame.c (gdbscm_frame_name):
9719 * linux-thread-db.c (find_new_threads_once):
9720 * python/py-breakpoint.c (bppy_get_commands):
9721 * record-btrace.c (record_btrace_insert_breakpoint)
9722 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
9723 (record_btrace_start_replaying): Adjust to avoid code between TRY
9724 and CATCH.
9725
9726 2015-03-07 Pedro Alves <palves@redhat.com>
9727
9728 * common/common-exceptions.c (struct catcher) <exception>: No
9729 longer a pointer to volatile exception. Now an exception value.
9730 <mask>: Delete field.
9731 (exceptions_state_mc_init): Remove all parameters. Adjust.
9732 (exceptions_state_mc): No longer pop the catcher here.
9733 (exceptions_state_mc_catch): New function.
9734 (throw_exception): Adjust.
9735 * common/common-exceptions.h (exceptions_state_mc_init): Remove
9736 all parameters.
9737 (exceptions_state_mc_catch): Declare.
9738 (TRY_CATCH): Rename to ...
9739 (TRY): ... this. Remove EXCEPTION and MASK parameters.
9740 (CATCH, END_CATCH): New.
9741 All callers adjusted.
9742
9743 2015-03-07 Tom Tromey <tromey@redhat.com>
9744
9745 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
9746
9747 2015-03-07 Pedro Alves <palves@redhat.com>
9748
9749 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9750 (amd64_epilogue_frame_cache): Normal exception handling code.
9751 * break-catch-throw.c (check_status_exception_catchpoint)
9752 (re_set_exception_catchpoint): Ditto.
9753 * cli/cli-interp.c (safe_execute_command):
9754 * cli/cli-script.c (script_from_file): Ditto.
9755 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
9756 Ditto.
9757 * compile/compile-object-run.c (compile_object_run): Ditto.
9758 * cp-abi.c (baseclass_offset): Ditto.
9759 * cp-valprint.c (cp_print_value): Ditto.
9760 * exceptions.c (catch_exceptions_with_msg):
9761 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
9762 * frame.c (get_frame_address_in_block_if_available): Ditto.
9763 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9764 (i386_sigtramp_frame_cache): Ditto.
9765 * infcmd.c (post_create_inferior): Ditto.
9766 * linespec.c (parse_linespec, find_linespec_symbols):
9767 * p-valprint.c (pascal_object_print_value): Ditto.
9768 * parse.c (parse_expression_for_completion): Ditto.
9769 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
9770 * remote.c (remote_get_noisy_reply): Ditto.
9771 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
9772 * solib-svr4.c (solib_svr4_r_map): Ditto.
9773
9774 2015-03-06 Gary Benson <gbenson@redhat.com>
9775
9776 * common/common-utils.h (startswith): New inline function.
9777 All places where this logic was used updated to use the above.
9778
9779 2015-03-05 Pedro Alves <palves@redhat.com>
9780
9781 PR gdb/18002
9782 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
9783 after reading the breakpoint's shadow memory.
9784
9785 2015-03-05 Mark Kettenis <kettenis@gnu.org>
9786
9787 * hppabsd-nat.c: Remove file.
9788 * hppaobsd-nat.c: New file.
9789 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
9790 hppaobsd-nat.c.
9791 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
9792 hppaobsd-nat.o.
9793
9794 2015-03-04 Pedro Alves <palves@redhat.com>
9795
9796 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
9797 (target_decr_pc_after_break): Delete declaration.
9798 * target.c (default_target_decr_pc_after_break)
9799 (target_decr_pc_after_break): Delete.
9800 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
9801 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
9802 * linux-thread-db.c (check_event): Likewise.
9803 * infrun.c (adjust_pc_after_break): Likewise.
9804 * darwin-nat.c (cancel_breakpoint): Likewise.
9805 * aix-thread.c (aix_thread_wait): Likewise.
9806 * target-delegates.c: Regenerate.
9807
9808 2015-03-04 Pedro Alves <palves@redhat.com>
9809
9810 * linux-nat.c (save_sigtrap): Check for breakpoints before
9811 checking watchpoints.
9812 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
9813 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
9814 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
9815 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
9816 (linux_nat_stopped_by_sw_breakpoint)
9817 (linux_nat_supports_stopped_by_sw_breakpoint)
9818 (linux_nat_stopped_by_hw_breakpoint)
9819 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
9820 (linux_nat_wait_1): Don't re-increment the PC if relying on
9821 SIGTRAP's siginfo->si_code.
9822 (linux_nat_add_target): Install new target methods.
9823 * linux-thread-db.c (check_event): Don't account for breakpoint PC
9824 offset if the target already adjusted the PC.
9825 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
9826 (GDB_ARCH_TRAP_BRKPT): New.
9827 (TRAP_HWBKPT): Define if not already defined.
9828
9829 2015-03-04 Pedro Alves <palves@redhat.com>
9830
9831 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
9832 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
9833 Delete field.
9834 <stop_reason>: New field.
9835 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
9836 (packet_set_cmd_state): New function.
9837 (remote_protocol_features): Register the "swbreak" and "hwbreak"
9838 features.
9839 (remote_query_supported): If not disabled with the corresponding
9840 "set remote foo-packet" command, report support for the swbreak
9841 and hwbreak features.
9842 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
9843 field.
9844 <stop_reason>: New field.
9845 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
9846 (remote_wait_as): Adjust.
9847 (remote_stopped_by_sw_breakpoint)
9848 (remote_supports_stopped_by_sw_breakpoint)
9849 (remote_stopped_by_hw_breakpoint)
9850 (remote_supports_stopped_by_hw_breakpoint): New functions.
9851 (remote_stopped_by_watchpoint): New function.
9852 (init_remote_ops): Install them.
9853 (_initialize_remote): Register new "set/show remote
9854 swbreak-feature-packet" and "set/show remote
9855 swbreak-feature-packet" commands.
9856
9857 2015-03-04 Pedro Alves <palves@redhat.com>
9858
9859 * btrace.h: Include target/waitstatus.h.
9860 (struct btrace_thread_info) <stop_reason>: New field.
9861 * record-btrace.c (record_btrace_step_thread): Use
9862 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
9863 (record_btrace_decr_pc_after_break): Delete.
9864 (record_btrace_stopped_by_sw_breakpoint)
9865 (record_btrace_supports_stopped_by_sw_breakpoint)
9866 (record_btrace_stopped_by_hw_breakpoint)
9867 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
9868 (init_record_btrace_ops): Install them.
9869 * record-full.c (record_full_hw_watchpoint): Delete and replace
9870 with ...
9871 (record_full_stop_reason): ... this throughout.
9872 (record_full_exec_insn): Adjust.
9873 (record_full_wait_1): Adjust. No longer re-increment the PC.
9874 (record_full_wait_1): Adjust. Use
9875 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
9876 (record_full_stopped_by_watchpoint): Adjust.
9877 (record_full_stopped_by_sw_breakpoint)
9878 (record_full_supports_stopped_by_sw_breakpoint)
9879 (record_full_supports_stopped_by_sw_breakpoint)
9880 (record_full_stopped_by_hw_breakpoint)
9881 (record_full_supports_stopped_by_hw_breakpoint): New functions.
9882 (init_record_full_ops, init_record_full_core_ops): Install them.
9883 * record.c (record_check_stopped_by_breakpoint): New function.
9884 * record.h: Include target/waitstatus.h.
9885 (record_check_stopped_by_breakpoint): New declaration.
9886
9887 2015-03-04 Pedro Alves <palves@redhat.com>
9888
9889 enum lwp_stop_reason -> enum target_stop_reason
9890 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
9891 (linux_nat_stopped_by_watchpoint, status_callback)
9892 (linux_nat_wait_1): Adjust.
9893 * linux-nat.h (enum lwp_stop_reason): Delete.
9894 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
9895 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
9896 * target/waitstatus.h (enum target_stop_reason): New.
9897
9898 2015-03-04 Pedro Alves <palves@redhat.com>
9899
9900 * breakpoint.c (need_moribund_for_location_type): New function.
9901 (bpstat_stop_status): Don't skipping checking moribund locations
9902 of breakpoint types which the target tell caused a stop.
9903 (program_breakpoint_here_p): New function, factored out from ...
9904 (bp_loc_is_permanent): ... this.
9905 (update_global_location_list): Don't create a moribund location if
9906 the target supports reporting stops of the type of the removed
9907 breakpoint.
9908 * breakpoint.h (program_breakpoint_here_p): New declaration.
9909 * infrun.c (adjust_pc_after_break): Return early if the target has
9910 already adjusted the PC. Add comments.
9911 (handle_signal_stop): If nothing explains a signal, and the target
9912 tells us the stop was caused by a software breakpoint, check if
9913 there's a breakpoint instruction in the memory. If so, adjust the
9914 PC before presenting the stop to the user. Otherwise, ignore the
9915 trap. If nothing explains a signal, and the target tells us the
9916 stop was caused by a hardware breakpoint, ignore the trap.
9917 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
9918 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
9919 to_supports_stopped_by_hw_breakpoint>: New fields.
9920 (target_stopped_by_sw_breakpoint)
9921 (target_supports_stopped_by_sw_breakpoint)
9922 (target_stopped_by_hw_breakpoint)
9923 (target_supports_stopped_by_hw_breakpoint): Define.
9924 * target-delegates.c: Regenerate.
9925
9926 2015-03-04 Pedro Alves <palves@redhat.com>
9927
9928 * infrun.c (follow_fork_inferior): Use the whole of the
9929 inferior_ptid and pending_follow.related_pid ptids instead of
9930 building ptids from the process components. Adjust verbose output
9931 to use target_pid_to_str.
9932 * linux-nat.c (linux_child_follow_fork): Use the whole of the
9933 inferior_ptid and pending_follow.related_pid ptids instead of
9934 building ptids from the process components.
9935
9936 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9937
9938 * inf-ptrace.c [PT_GET_PROCESS_STATE]
9939 (inf_ptrace_insert_fork_catchpoint): New function.
9940 (inf_ptrace_remove_fork_catchpoint): New function.
9941 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
9942
9943 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9944
9945 * s390-linux-tdep.c (s390_register_name): Return empty string
9946 instead of NULL for registers that shouldn't be visible.
9947
9948 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9949
9950 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
9951 XML file for 64-bit targets.
9952
9953 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
9954
9955 * target.h (find_default_create_inferior): Remove declaration.
9956 (find_default_attach): Likewise.
9957
9958 2015-03-03 Pedro Alves <palves@redhat.com>
9959
9960 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
9961 Use ptid_get_pid to get the overall process id when resuming all
9962 threads.
9963
9964 2015-03-03 Pedro Alves <palves@redhat.com>
9965
9966 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
9967 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
9968 * inf-ptrace.c (get_ptrace_pid): New function.
9969 (inf_ptrace_resume): Use it.
9970 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
9971 to the lower layer.
9972
9973 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
9974
9975 * nat/linux-btrace.c: Include sys/utsname.h.
9976 (linux_determine_kernel_ptr_bits): New.
9977 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
9978 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
9979 ptr_bits.
9980
9981 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
9982
9983 * btrace.c (ftrace_update_function): Treat return as tailcall for
9984 "_dl_runtime_resolve".
9985
9986 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
9987
9988 * btrace.h (btrace_function) <lbegin, lend>: Remove.
9989 * btrace.c (ftrace_debug): Do not print the line range.
9990 (ftrace_skip_file, ftrace_update_lines): Remove.
9991 (ftrace_new_function): Remove lbegin and lend initialization.
9992 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
9993 * record-btrace.c (btrace_compute_src_line_range): New.
9994 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
9995
9996 2015-03-02 Pedro Alves <palves@redhat.com>
9997
9998 * infrun.c (follow_exec): Delete all threads of the process except
9999 the event thread. Extended comments.
10000
10001 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10002
10003 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10004
10005 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10006
10007 * utils.h: Remove <stdbool.h> #include.
10008 (producer_is_gcc): Change return type to "int".
10009 * utils.c (producer_is_gcc): Change return type to int.
10010 Return 1 instead of true, and 0 instead of false.
10011 Adjust function documentation accordingly.
10012
10013 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10014
10015 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10016 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10017 present.
10018 (s390_linux_store_inferior_registers): Likewise.
10019 (s390_get_hwcap): Remove function. Embed its logic...
10020 (s390_read_description): ...here. Yield a target description with
10021 vector registers if applicable.
10022 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10023 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10024 "features/s390x-tevx-linux64.c".
10025 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10026 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10027 for "GNU/Linux-specific registers".
10028 (s390_dwarf_reg_r0l): New enum value.
10029 (s390_dwarf_reg_to_regnum): Support vector registers.
10030 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10031 of GPR lower halves.
10032 (regnum_is_vxr_full): New function.
10033 (s390_register_name): New function.
10034 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10035 f0-f15 and v0l-v15l.
10036 (s390_pseudo_register_type): Likewise.
10037 (s390_pseudo_register_read): Likewise.
10038 (s390_pseudo_register_write): Likewise.
10039 (s390_value_from_register): Account for the fact that values are
10040 placed left-justified in vector registers.
10041 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10042 the vector reggroup and omit them from the general reggroup.
10043 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10044 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10045 (s390_iterate_over_regset_sections): Add iterations for the two
10046 new vector regsets.
10047 (s390_core_read_description): Yield a target description with
10048 vector registers if applicable.
10049 (s390_gdbarch_init): Handle target descriptions with vector
10050 registers. Add "register_name" gdbarch method.
10051 (_initialize_s390_tdep): Call new tdesc initialization functions.
10052 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10053 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10054 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10055 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10056 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10057 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10058 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10059 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10060 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10061 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10062 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10063 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10064 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10065 (S390_NUM_REGS): Adjust value.
10066 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10067 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10068 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10069 * NEWS: Announce S/390 vector register support.
10070
10071 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10072
10073 * features/s390-tevx-linux64.xml: New file.
10074 * features/s390-vx-linux64.xml: New file.
10075 * features/s390-vx.xml: New file.
10076 * features/s390x-tevx-linux64.xml: New file.
10077 * features/s390x-vx-linux64.xml: New file.
10078 * features/Makefile (WHICH): Add s390-vx-linux64,
10079 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10080 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10081 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10082 macros.
10083 * features/s390-tevx-linux64.c: New generated file.
10084 * features/s390-vx-linux64.c: Likewise.
10085 * features/s390x-tevx-linux64.c: Likewise.
10086 * features/s390x-vx-linux64.c: Likewise.
10087 * regformats/s390-tevx-linux64.dat: Likewise.
10088 * regformats/s390-vx-linux64.dat: Likewise.
10089 * regformats/s390x-tevx-linux64.dat: Likewise.
10090 * regformats/s390x-vx-linux64.dat: Likewise.
10091
10092 2015-02-28 Doug Evans <xdje42@gmail.com>
10093
10094 * symtab.h (struct symtab) <next>: Fix comment.
10095
10096 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10097
10098 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10099 python_GdbMethods.
10100
10101 2015-02-27 Pedro Alves <palves@redhat.com>
10102
10103 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10104
10105 2015-02-27 Pedro Alves <palves@redhat.com>
10106
10107 * common/common-exceptions.h (exception_none): Declare.
10108 * common/common-exceptions.c (exception_none): Moved from
10109 exceptions.c.
10110 (exceptions_state_mc_init): Use exception_none.
10111 * exceptions.c (exception_none): Move to
10112 common/common-exceptions.c.
10113 * exceptions.h (exception_none): Move to
10114 common/common-exceptions.h.
10115
10116 2015-02-27 Pedro Alves <palves@redhat.com>
10117
10118 * main.c (catch_command_errors, catch_command_errors_const):
10119 Remove 'mask' argument. Adjust.
10120 (captured_main): Adjust callers.
10121
10122 2015-02-27 Pedro Alves <palves@redhat.com>
10123
10124 * python/python-internal.h: Include "extension-priv.h".
10125
10126 2015-02-27 Pedro Alves <palves@redhat.com>
10127
10128 * breakpoint.h (enum print_stop_action): Move further up in the
10129 file.
10130
10131 2015-02-27 Pedro Alves <palves@redhat.com>
10132
10133 * gdbarch.sh: Include regcache.h.
10134 * gdbarch.h: Regenerate.
10135
10136 2015-02-27 Pedro Alves <palves@redhat.com>
10137
10138 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10139 Remove duplicate const.
10140 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10141 duplicate const.
10142
10143 2015-02-27 Pedro Alves <palves@redhat.com>
10144
10145 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10146 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10147 * features/feature_to_c.sh: Tag the generated xml_builtin array
10148 with extern const in C++ mode.
10149
10150 2015-02-27 Tom Tromey <tromey@redhat.com>
10151
10152 * minidebug.c (struct lzma_stream): Rename to ...
10153 (struct gdb_lzma_stream): ... this.
10154 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10155
10156 2015-02-27 Pedro Alves <palves@redhat.com>
10157
10158 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10159 function.
10160 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10161 (mi_cmd_stack_list_variables): Use it.
10162
10163 2015-02-27 Pedro Alves <palves@redhat.com>
10164
10165 * x86-linux-nat.c (u_debugreg_offset): New function.
10166 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10167
10168 2015-02-27 Pedro Alves <palves@redhat.com>
10169
10170 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10171 declaration.
10172 Include break-common.h.
10173
10174 2015-02-27 Tom Tromey <tromey@redhat.com>
10175 Pedro Alves <palves@redhat.com>
10176
10177 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10178 local used to iterate over enums.
10179 * completer.c (signal_completer): Likewise.
10180 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10181 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10182 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10183 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10184 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10185 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10186 * tui-wingeneral.c (tui_refresh_all): Likewise.
10187
10188 2015-02-27 Pedro Alves <palves@redhat.com>
10189
10190 * target.h: Include "infrun.h".
10191
10192 2015-02-27 Pedro Alves <palves@redhat.com>
10193
10194 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10195
10196 2015-02-27 Pedro Alves <palves@redhat.com>
10197
10198 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10199 (IPA_SYM): Use it.
10200 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10201
10202 2015-02-27 Pedro Alves <palves@redhat.com>
10203
10204 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10205 cli_mld_erase_entire_line, and make it extern "C".
10206 * common/common-defs.h (EXTERN_C): New.
10207 * completer.c (_rl_completion_prefix_display_length)
10208 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10209 out of gdb_display_match_list_1.
10210 (_rl_qsort_string_compare): Move declaration out of
10211 gdb_display_match_list_1, and make it extern "C".
10212 * defs.h (re_comp): Use EXTERN_C.
10213 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10214 and make it extern "C".
10215 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10216 and make it extern "C".
10217 (main): Move declaration out of maintenance_set_profile_cmd.
10218 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10219 EXTERN_C.
10220
10221 2015-02-27 Pedro Alves <palves@redhat.com>
10222
10223 * python/python.c (GdbMethods): Rename to ...
10224 (python_GdbMethods): ... this and make extern.
10225 (GdbModuleDef): Rename to ...
10226 (python_GdbModuleDef): ... this and make extern.
10227
10228 2015-02-27 Pedro Alves <palves@redhat.com>
10229
10230 * record-btrace.c (set_record_btrace_cmdlist)
10231 (show_record_btrace_cmdlist): Remove redefinitions.
10232
10233 2015-02-27 Tom Tromey <tromey@redhat.com>
10234 Pedro Alves <palves@redhat.com>
10235
10236 * dwarf2-frame.c (enum cfa_how_kind, struct
10237 dwarf2_frame_state_reg_info): Move out of struct
10238 dwarf2_frame_state.
10239 * dwarf2read.c (struct tu_stats): Move out of struct
10240 dwarf2_per_objfile.
10241 (struct file_entry): Move out of struct line_header.
10242 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10243 typedef_field_list): Move out of struct field_info.
10244 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10245 Move out of struct dynamic_prop.
10246 (union type_owner, union field_location, struct field, struct
10247 range_bounds, union type_specific): Move out of struct main_type.
10248 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10249 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10250 (struct call_site_target, union call_site_parameter_u, struct
10251 call_site_parameter): Move out of struct call_site.
10252 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10253 m32c_prologue.
10254 (enum srcdest_kind): Move out of struct srcdest.
10255 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10256 * prologue-value.h (enum prologue_value_kind): Move out of struct
10257 prologue_value.
10258 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10259 gdbarch_tdep.
10260 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10261 out of struct field_info.
10262 * symfile.h (struct other_sections): Move out of struct
10263 section_addr_info.
10264 * symtab.c (struct symbol_cache_slot): Move out struct
10265 block_symbol_cache.
10266 * target-descriptions.c (enum tdesc_type_kind): Move out of
10267 typedef struct tdesc_type.
10268 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10269 struct tui_line_or_address.
10270 * value.c (enum internalvar_kind, union internalvar_data): Move
10271 out of struct internalvar.
10272 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10273 gdbarch_tdep.
10274
10275 2015-02-27 Tom Tromey <tromey@redhat.com>
10276 Pedro Alves <palves@redhat.com>
10277
10278 Rename symbols whose names are reserved C++ keywords throughout.
10279
10280 2015-02-27 Pedro Alves <palves@redhat.com>
10281
10282 * Makefile.in (COMPILER): New, get it from autoconf.
10283 (COMPILE.pre, CC_LD): Use COMPILER.
10284 (CXX): Get from autoconf instead.
10285 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10286 * acinclude.m4: Include build-with-cxx.m4.
10287 * build-with-cxx.m4: New file.
10288 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10289 Disable -Werror by default if building in C++ mode.
10290 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10291 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10292 Run supported-warning-flags tests with the C++ compiler.
10293 Save/restore CXXFLAGS too.
10294 * configure: Regenerate.
10295
10296 2015-02-27 Pedro Alves <palves@redhat.com>
10297
10298 * libiberty.m4: New file.
10299 * acinclude.m4: Include libiberty.m4.
10300 * configure.ac: Call libiberty_INIT.
10301 * config.in, configure: Regenerate.
10302
10303 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10304
10305 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10306 31-bit targets, but 64-bit targets as well.
10307 (s390_gnu_triplet_regexp): New function.
10308 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10309 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10310 method.
10311
10312 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
10313
10314 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10315 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10316 from CONTEXT_DEBUGGER.
10317
10318 2015-02-26 Doug Evans <dje@google.com>
10319
10320 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10321 CHECK_TYPEDEF.
10322 (set_type_vptr_fieldno): Ditto.
10323 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10324 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10325
10326 2015-02-26 Pedro Alves <palves@redhat.com>
10327
10328 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10329 * complaints.c (vcomplaint): Pass argument FMT directly to
10330 printf-like functions instead of complaint->fmt.
10331 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10332 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10333 * compile/compile-loc2c.c (pushf, unary, binary): Add
10334 ATTRIBUTE_PRINTF.
10335 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10336 to pushf.
10337 (BINARY): Pass string literal as format string to 'binary'.
10338 * compile/compile-object-load.c (link_callbacks_einfo): Add
10339 ATTRIBUTE_PRINTF.
10340 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10341
10342 2015-02-26 Pedro Alves <palves@redhat.com>
10343
10344 * windows-termcap.c: Rename to ...
10345 * stub-termcap.c: ... this. Adjust header line.
10346 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10347 windows-termcap.c.
10348 * configure: Regenerate.
10349 * configure.ac: Refer to stub-termcap.o instead of
10350 windows-termcap.o.
10351 * gdb_curses.h: Mention stub-termcap.c instead of
10352 windows-termcap.c.
10353
10354 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10357 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10358
10359 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10360
10361 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10362
10363 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10364
10365 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10366 bfd_canonicalize_symtab.
10367
10368 2015-02-25 John Baldwin <jhb@FreeBSD.org>
10369
10370 * amd64fbsd-nat.c: Include sys/user.h.
10371 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10372 instead of KERN_PS_STRINGS to locate the signal trampoline.
10373 * i386fbsd-nat.c: Include sys/user.h.
10374 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10375 instead of KERN_PS_STRINGS to locate the signal trampoline.
10376 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10377 (amd64fbsd_sigtramp_p): New.
10378 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10379 longer set default values.
10380 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10381 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10382 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10383 (i386fbsd_freebsd4_sigtramp_start)
10384 (i386fbsd_freebsd4_sigtramp_middle)
10385 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10386 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10387 (i386fbsd_sigtramp_p): New.
10388 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10389 longer set default values.
10390 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10391
10392 2015-02-25 John Baldwin <jhb@freebsd.org>
10393
10394 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10395 get_frame_register instead of frame_unwind_register_unsigned.
10396
10397 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 PR build/18033
10400 * compile/compile-c-support.c (c_compute_program): Change // comment.
10401 * compile/compile-object-load.c (setup_sections): Change // comment.
10402
10403 2015-02-26 Joel Brobecker <brobecker@adacore.com>
10404
10405 PR build/18033:
10406 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10407
10408 2015-02-23 Pedro Alves <palves@redhat.com>
10409
10410 * remote.c (skip_to_semicolon): New function.
10411 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10412 special case the stop reasons that look like hex numbers
10413 upfront. Instead handle real register numbers after matching
10414 all the known stop reasons.
10415
10416 2015-02-21 Doug Evans <dje@google.com>
10417
10418 PR c++/17976, symtab/17821
10419 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10420 is_in_anonymous. All callers updated.
10421 (find_symbol_in_baseclass): Ditto.
10422 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
10423 for symbols in an anonymous namespace.
10424 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10425 DW_AT_name directly.
10426 (dwarf2_name): Convert missing namespace name to
10427 CP_ANONYMOUS_NAMESPACE_STR.
10428
10429 2015-02-20 Pedro Alves <palves@redhat.com>
10430
10431 * linux-nat.c (linux_handle_extended_wait): Call
10432 thread_db_notice_clone whenever a new clone LWP is detected.
10433 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10434 functions.
10435 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10436 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10437 (linux_unstop_all_lwps): Declare.
10438 * linux-thread-db.c (struct thread_get_info_inout): Delete.
10439 (thread_get_info_callback): Delete.
10440 (thread_from_lwp): Use td_thr_get_info and record_thread.
10441 (thread_db_attach_lwp): Delete.
10442 (thread_db_notice_clone): New function.
10443 (try_thread_db_load_1): If /proc is mounted and shows the
10444 process'es task list, walk over all LWPs and call thread_from_lwp
10445 instead of relying on td_ta_thr_iter.
10446 (attach_thread): Don't call check_thread_signals here. Split the
10447 tail part of the function (which adds the thread to the core GDB
10448 thread list) to ...
10449 (record_thread): ... this function. Call check_thread_signals
10450 here.
10451 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
10452 call thread_from_lwp.
10453 (thread_db_update_thread_list): Rename to ...
10454 (thread_db_update_thread_list_org): ... this.
10455 (thread_db_update_thread_list): New function.
10456 (thread_db_find_thread_from_tid): Delete.
10457 (thread_db_get_ada_task_ptid): Simplify.
10458 * nat/linux-procfs.c: Include <sys/stat.h>.
10459 (linux_proc_task_list_dir_exists): New function.
10460 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10461
10462 2015-02-20 Pedro Alves <palves@redhat.com>
10463
10464 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10465 main LWP. Handle the case of waitpid returning 0 if we're already
10466 attached to the LWP. Don't set the LWP's last_resume_kind to
10467 resume_stop if we already knew about the LWP.
10468 (linux_nat_filter_event): Add debug logs.
10469
10470 2015-02-20 Pedro Alves <palves@redhat.com>
10471
10472 * target.h (forward_target_decr_pc_after_break): Delete
10473 declaration.
10474
10475 2015-02-20 Pedro Alves <palves@redhat.com>
10476
10477 PR threads/18006
10478 * linux-thread-db.c (thread_get_info_callback): Return early if
10479 the thread's lwp id is -1.
10480
10481 2015-02-20 Joel Brobecker <brobecker@adacore.com>
10482
10483 GDB 7.9 released.
10484
10485 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
10486
10487 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10488 (dtrace_get_probes) Change type of variable 'dof'.
10489
10490 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10491
10492 PR breakpoints/16812
10493 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10494 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10495 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10496
10497 2015-02-19 David Taylor <dtaylor@emc.com>
10498
10499 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10500
10501 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
10502
10503 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10504 function.
10505 (tui_putc): Don't call tui_handle_resize_during_io.
10506 (tui_getc): Likewise.
10507 (tui_mld_getc): Likewise.
10508 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10509 (tui_sigwinch_token): New static variable.
10510 (tui_initialize_win): Adjust documentation. Set
10511 tui_sigwinch_token.
10512 (tui_async_resize_screen): New asynchronous callback.
10513 (tui_sigwinch_handler): Adjust documentation. Asynchronously
10514 invoke tui_async_resize_screen.
10515
10516 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10517
10518 * configure: Regenerated.
10519 * configure.ac: Use GDB_AC_TRANSFORM.
10520 * Makefile.in (aclocal_m4_deps): Added transform.m4.
10521 * acinclude.m4: sinclude transform.m4.
10522 * transform.m4: New file.
10523 (GDB_AC_TRANSFORM): New macro.
10524
10525 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10526
10527 * NEWS: Announce the support for DTrace SDT probes.
10528
10529 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10530
10531 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
10532 (amd64_dtrace_parse_probe_argument): New function.
10533 (amd64_dtrace_probe_is_enabled): Likewise.
10534 (amd64_dtrace_enable_probe): Likewise.
10535 (amd64_dtrace_disable_probe): Likewise.
10536 (amd64_linux_init_abi): Register the
10537 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
10538 `gdbarch_dtrace_disable_probe' and
10539 `gdbarch_dtrace_probe_is_enabled' hooks.
10540 (amd64_dtrace_disabled_probe_sequence_1): New constant.
10541 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
10542 (amd64_dtrace_enable_probe_sequence): Likewise.
10543 (amd64_dtrace_disable_probe_sequence): Likewise.
10544
10545 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10546
10547 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
10548 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
10549 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
10550 handle ELF files.
10551 * Makefile.in (SFILES): dtrace-probe.c added.
10552 * configure: Regenerate.
10553 * dtrace-probe.c: New file.
10554 (SHT_SUNW_dof): New constant.
10555 (dtrace_probe_type): New enum.
10556 (dtrace_probe_arg): New struct.
10557 (dtrace_probe_arg_s): New typedef.
10558 (struct dtrace_probe_enabler): New struct.
10559 (dtrace_probe_enabler_s): New typedef.
10560 (dtrace_probe): New struct.
10561 (dtrace_probe_is_linespec): New function.
10562 (dtrace_dof_sect_type): New enum.
10563 (dtrace_dof_dofh_ident): Likewise.
10564 (dtrace_dof_encoding): Likewise.
10565 (DTRACE_DOF_ENCODE_LSB): Likewise.
10566 (DTRACE_DOF_ENCODE_MSB): Likewise.
10567 (dtrace_dof_hdr): New struct.
10568 (dtrace_dof_sect): Likewise.
10569 (dtrace_dof_provider): Likewise.
10570 (dtrace_dof_probe): Likewise.
10571 (DOF_UINT): New macro.
10572 (DTRACE_DOF_PTR): Likewise.
10573 (DTRACE_DOF_SECT): Likewise.
10574 (dtrace_process_dof_probe): New function.
10575 (dtrace_process_dof): Likewise.
10576 (dtrace_build_arg_exprs): Likewise.
10577 (dtrace_get_arg): Likewise.
10578 (dtrace_get_probes): Likewise.
10579 (dtrace_get_probe_argument_count): Likewise.
10580 (dtrace_can_evaluate_probe_arguments): Likewise.
10581 (dtrace_evaluate_probe_argument): Likewise.
10582 (dtrace_compile_to_ax): Likewise.
10583 (dtrace_probe_destroy): Likewise.
10584 (dtrace_gen_info_probes_table_header): Likewise.
10585 (dtrace_gen_info_probes_table_values): Likewise.
10586 (dtrace_probe_is_enabled): Likewise.
10587 (dtrace_probe_ops): New variable.
10588 (info_probes_dtrace_command): New function.
10589 (_initialize_dtrace_probe): Likewise.
10590 (dtrace_type_name): Likewise.
10591
10592 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10593
10594 * gdbarch.sh (dtrace_parse_probe_argument): New.
10595 (dtrace_probe_is_enabled): Likewise.
10596 (dtrace_enable_probe): Likewise.
10597 (dtrace_disable_probe): Likewise.
10598 * gdbarch.c: Regenerate.
10599 * gdbarch.h: Regenerate.
10600
10601 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10602
10603 * stap-probe.c (stap_probe_ops): Add NULLs in the static
10604 stap_probe_ops for `enable_probe' and `disable_probe'.
10605 * probe.c (enable_probes_command): New function.
10606 (disable_probes_command): Likewise.
10607 (_initialize_probe): Define the cli commands `enable probe' and
10608 `disable probe'.
10609 (parse_probe_linespec): New function.
10610 (info_probes_for_ops): Use parse_probe_linespec.
10611 * probe.h (probe_ops): New hooks `enable_probe' and
10612 `disable_probe'.
10613
10614 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10615
10616 * probe.c (compute_probe_arg): Moved from stap-probe.c
10617 (compile_probe_arg): Likewise.
10618 (probe_funcs): Likewise.
10619 * stap-probe.c (compute_probe_arg): Moved to probe.c.
10620 (compile_probe_arg): Likewise.
10621 (probe_funcs): Likewise.
10622
10623 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10624
10625 * probe.c (print_ui_out_not_applicables): New function.
10626 (exists_probe_with_pops): Likewise.
10627 (info_probes_for_ops): Do not include column headers for probe
10628 types for which no probe has been actually found on any object.
10629 Also invoke `print_ui_out_not_applicables' in order to match the
10630 column rows with the header when probes of several types are
10631 listed.
10632 Print the "Type" column.
10633 * probe.h (probe_ops): Added a new probe operation `type_name'.
10634 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
10635 (stap_type_name): New function.
10636
10637 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
10638
10639 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
10640 (key_is_command_char): Delete.
10641
10642 2015-02-17 Pedro Alves <palves@redhat.com>
10643
10644 * tui/tui.c (tui_enable): Resize windows before anything
10645 might show a window.
10646
10647 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
10648
10649 PR gdb/17984
10650 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
10651 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
10652 call.
10653 * aarch64-tdep.h (tdesc_aarch64): Declare.
10654
10655 2015-02-12 Mark Wielaard <mjw@redhat.com>
10656
10657 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
10658
10659 2015-02-13 Doug Evans <dje@google.com>
10660
10661 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
10662 anonymous_namespace to is_in_anonymous for consistency with the rest
10663 of the file.
10664 (cp_lookup_bare_symbol): Fix typo in comment.
10665 (cp_search_static_and_baseclasses): Ditto.
10666 (search_symbol_list): Use vertical space in comment better.
10667 (reset_directive_searched): Ditto. Fix typo.
10668 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
10669
10670 2015-02-13 Yao Qi <yao.qi@arm.com>
10671
10672 * MAINTAINERS: Update my email address.
10673
10674 2015-02-12 Doug Evans <dje@google.com>
10675
10676 * symtab.c (completion_list_add_name): Fix memory leak.
10677
10678 2015-02-12 Doug Evans <dje@google.com>
10679
10680 * completer.c (complete_line): Remove incorrect comment.
10681
10682 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
10685 (py_print_frame): Use RETURN_MASK_ERROR.
10686
10687 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
10690 function comment. Wrap all function that can throw in cleanups.
10691 (gdbpy_apply_frame_filter): Wrap all function that can throw in
10692 cleanups.
10693
10694 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10695
10696 * python/py-framefilter.c (py_print_frame): Substitute goto error.
10697 Remove the error label.
10698
10699 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10700
10701 * python/py-framefilter.c (py_print_frame): Put conditional code paths
10702 with goto first, indent the former else codepath left. Put variable
10703 'elided' to a new inner block.
10704
10705 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10706
10707 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
10708
10709 2015-02-11 Pedro Alves <palves@redhat.com>
10710
10711 * xcoffread.c (within_function): Delete.
10712
10713 2015-02-11 Tom Tromey <tromey@redhat.com>
10714 Pedro Alves <palves@redhat.com>
10715
10716 * breakpoint.c (base_breakpoint_ops): Delete.
10717 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
10718 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
10719 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
10720 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
10721 * python/py-arch.c (arch_object_type): Make extern.
10722 * python/py-block.c (block_syms_iterator_object_type): Make extern.
10723 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
10724 * python/py-cmd.c (cmdpy_object_type): Make extern.
10725 * python/py-continueevent.c (continue_event_object_type)
10726 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
10727 parameter. Update all callers.
10728 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
10729 * python/py-exitedevent.c (exited_event_object_type): Make extern.
10730 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
10731 * python/py-function.c (fnpy_object_type): Make extern.
10732 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
10733 * python/py-infevents.c (call_pre_event_object_type)
10734 (inferior_call_post_event_object_type).
10735 (memory_changed_event_object_type): Make extern.
10736 * python/py-infthread.c (thread_object_type): Make extern.
10737 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
10738 * python/py-linetable.c (linetable_entry_object_type)
10739 (linetable_object_type, ltpy_iterator_object_type): Make extern.
10740 * python/py-newobjfileevent.c (new_objfile_event_object_type)
10741 (clear_objfiles_event_object_type): Make extern.
10742 * python/py-objfile.c (objfile_object_type): Make extern.
10743 * python/py-param.c (parmpy_object_type): Make extern.
10744 * python/py-progspace.c (pspace_object_type): Make extern.
10745 * python/py-signalevent.c (signal_event_object_type): Make extern.
10746 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
10747 * python/py-type.c (type_object_type, field_object_type)
10748 (type_iterator_object_type): Make extern.
10749 * python/python.c (python_extension_script_ops)
10750 (python_extension_ops): Make extern.
10751 * stap-probe.c (stap_probe_ops): Make extern.
10752
10753 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10754
10755 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
10756 because the event thread is not the current thread.
10757
10758 2015-02-11 Doug Evans <xdje42@gmail.com>
10759
10760 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
10761 been initialized yet, return NULL.
10762
10763 2015-02-11 Doug Evans <dje@google.com>
10764
10765 * symfile.h (new_symfile_objfile): Delete.
10766 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
10767 All callers updated.
10768
10769 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
10770
10771 * tui/tui-io.c (tui_handle_resize_during_io): Call
10772 tui_update_gdb_sizes() after resizing the screen.
10773 * tui/tui.c (tui_enable): Resize the terminal before
10774 calling tui_update_gdb_sizes().
10775
10776 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
10777
10778 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
10779 line before printing a newline.
10780
10781 2015-02-11 Mark Wielaard <mjw@redhat.com>
10782
10783 * utils.c (producer_is_gcc): Return true or false.
10784
10785 2015-02-10 Mark Wielaard <mjw@redhat.com>
10786
10787 * utils.h (producer_is_gcc): Change return type to bool. Add major
10788 argument.
10789 * utils.c (producer_is_gcc): Likewise.
10790 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
10791 * dwarf2read.c (check_producer): Likewise.
10792
10793 2015-02-10 Pedro Alves <palves@redhat.com>
10794
10795 * infrun.c (displaced_step_fixup): Switch to the event thread
10796 before calling gdbarch_displaced_step_fixup.
10797
10798 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10799
10800 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
10801
10802 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 * ada-varobj.c (ada_name_of_child): Constify parent.
10805 (ada_path_expr_of_child): Same.
10806 (ada_value_of_child): Same.
10807 (ada_type_of_child): Same.
10808 * c-varobj.c (c_is_path_expr_parent): Same.
10809 (c_describe_child): Same.
10810 (c_name_of_child): Same.
10811 (c_value_of_child): Same.
10812 (c_type_of_child): Same.
10813 (cplus_number_of_children): Same.
10814 (cplus_describe_child): Constify var.
10815 (cplus_name_of_child): Constify parent.
10816 (cplus_value_of_child): Same.
10817 (cplus_type_of_child): Same.
10818 * jv-varobj.c (java_name_of_child): Same.
10819 (java_value_of_child): Same.
10820 (java_type_of_child): Same.
10821 * varobj.c (value_of_child): Same.
10822 (varobj_default_is_path_expr_parent): Constify var, parent and return
10823 value.
10824 (varobj_get_path_expr): Constify var, modify path_expr through
10825 mutable_var.
10826 (install_new_value): Constify parent.
10827 (value_of_child): Constify parent.
10828 * varobj.h (struct varobj): Constify parent.
10829 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
10830 type_of_child.
10831 (varobj_get_path_expr): Constify var.
10832 (varobj_get_path_expr_parent): Constify var and return value.
10833
10834 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
10835
10836 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
10837 (arm_prologue_this_id): Move PC and SP limit checks to
10838 arm_prologue_unwind_stop_reason.
10839 (arm_prologue_unwind) <stop_reason> : Set to
10840 arm_prologue_unwind_stop_reason.
10841
10842 2015-02-09 Mark Wielaard <mjw@redhat.com>
10843
10844 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
10845 DW_LANG_Fortran08 as language_fortran.
10846
10847 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
10848
10849 PR remote/17946
10850 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
10851 of pointer against char.
10852
10853 2015-02-09 Mark Wielaard <mjw@redhat.com>
10854
10855 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
10856 (c_type_print_modifier): Likewise.
10857 * dwarf2read.c (read_tag_atomic_type): New function.
10858 (read_type_die_1): Handle DW_TAG_atomic_type.
10859 * gdbtypes.c (make_atomic_type): New function.
10860 (recursive_dump_type): Handle TYPE_ATOMIC.
10861 * gdbtypes.h (enum type_flag_values): Renumber.
10862 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
10863 (TYPE_ATOMIC): New macro.
10864 (make_atomic_type): Declare.
10865
10866 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10867
10868 * btrace.c (ftrace_find_call): Skip gaps.
10869 (ftrace_new_function): Initialize level.
10870 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
10871 (ftrace_new_switch): Update
10872 level computation.
10873 (ftrace_new_gap): New.
10874 (ftrace_update_function): Create new function after gap.
10875 (btrace_compute_ftrace_bts): Create gap on error.
10876 (btrace_stitch_bts): Update parameters. Clear trace if it
10877 becomes empty.
10878 (btrace_stitch_trace): Update parameters. Update callers.
10879 (btrace_clear): Reset the number of gaps.
10880 (btrace_insn_get): Return NULL if the iterator points to a gap.
10881 (btrace_insn_number): Return zero if the iterator points to a gap.
10882 (btrace_insn_end): Allow gaps at the end.
10883 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
10884 (btrace_find_insn_by_number): Assert that the found iterator does
10885 not point to a gap.
10886 (btrace_call_next, btrace_call_prev): Assert that the last function
10887 is not a gap.
10888 * btrace.h (btrace_bts_error): New.
10889 (btrace_function): Update comment.
10890 (btrace_function) <insn, insn_offset, number>: Update comment.
10891 (btrace_function) <errcode>: New.
10892 (btrace_thread_info) <ngaps>: New.
10893 (btrace_thread_info) <replay>: Update comment.
10894 (btrace_insn_get): Update comment.
10895 * record-btrace.c (btrace_ui_out_decode_error): New.
10896 (record_btrace_info): Print number of gaps.
10897 (btrace_insn_history, btrace_call_history): Call
10898 btrace_ui_out_decode_error for gaps.
10899 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
10900
10901 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10902
10903 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
10904 * nat/linux-btrace.c: (btrace_this_cpu): New.
10905 (cpu_supports_bts): Call btrace_this_cpu.
10906 (intel_supports_bts): Add cpu parameter.
10907
10908 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10909
10910 * btrace.h (btrace_insn_class): New.
10911 (btrace_insn) <size, iclass>: New.
10912 * btrace.c (ftrace_find_call): Update parameters. Update users.
10913 Use instruction classification.
10914 (ftrace_new_return): Update parameters. Update users.
10915 (ftrace_update_function): Update parameters. Update users. Use
10916 instruction classification.
10917 (ftrace_update_insns): Update parameters. Update users.
10918 (ftrace_classify_insn): New.
10919 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
10920 TRY_CATCH around call to gdb_insn_length.
10921
10922 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10923
10924 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
10925 Update parameters. Update users.
10926
10927 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10928
10929 * btrace.c (parse_xml_btrace_conf_bts): Add size.
10930 (btrace_conf_bts_attributes): New.
10931 (btrace_conf_children): Add attributes.
10932 * common/btrace-common.h (btrace_config_bts): New.
10933 (btrace_config)<bts>: New.
10934 (btrace_config): Update comment.
10935 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
10936 Use config.
10937 * features/btrace-conf.dtd: Increment version. Add size
10938 attribute to bts element.
10939 * record-btrace.c (set_record_btrace_bts_cmdlist,
10940 show_record_btrace_bts_cmdlist): New.
10941 (record_btrace_adjust_size, record_btrace_print_bts_conf,
10942 record_btrace_print_conf, cmd_set_record_btrace_bts,
10943 cmd_show_record_btrace_bts): New.
10944 (record_btrace_info): Call record_btrace_print_conf.
10945 (_initialize_record_btrace): Add commands.
10946 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
10947 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
10948 (btrace_sync_conf): Synchronize bts size.
10949 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
10950 * NEWS: Announce new commands and new packets.
10951
10952 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10953
10954 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
10955 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
10956 (x86_linux_btrace_conf): New.
10957 (x86_linux_create_target): Initialize to_btrace_conf.
10958 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
10959 Check format. Split into this and ...
10960 (linux_enable_bts): ... this.
10961 (linux_btrace_conf): New.
10962 (perf_event_skip_record): Renamed into ...
10963 (perf_event_skip_bts_record): ... this. Updated users.
10964 (linux_disable_btrace): Split into this and ...
10965 (linux_disable_bts): ... this.
10966 (linux_read_btrace): Check format.
10967 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
10968 (linux_btrace_conf): New.
10969 (btrace_target_info)<ptid>: Moved.
10970 (btrace_target_info)<conf>: New.
10971 (btrace_target_info): Split into this and ...
10972 (btrace_tinfo_bts): ... this. Updated users.
10973 * btrace.c (btrace_enable): Update parameters.
10974 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
10975 (btrace_conf_children, btrace_conf_attributes)
10976 (btrace_conf_elements): New.
10977 * btrace.h (btrace_enable): Update parameters.
10978 (btrace_conf, parse_xml_btrace_conf): New.
10979 * common/btrace-common.h (btrace_config): New.
10980 * feature/btrace-conf.dtd: New.
10981 * record-btrace.c (record_btrace_conf): New.
10982 (record_btrace_cmdlist): New.
10983 (record_btrace_enable_warn, record_btrace_open): Pass
10984 &record_btrace_conf.
10985 (record_btrace_info): Print recording format.
10986 (cmd_record_btrace_bts_start): New.
10987 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
10988 (_initialize_record_btrace): Add "record btrace bts" subcommand.
10989 Add "record bts" alias command.
10990 * remote.c (remote_state)<btrace_config>: New.
10991 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
10992 (remote_protocol_features): Add qXfer:btrace-conf:read.
10993 (remote_open_1): Call remote_btrace_reset.
10994 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
10995 (btrace_target_info)<conf>: New.
10996 (btrace_sync_conf, btrace_read_config): New.
10997 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
10998 btrace_read_conf.
10999 (remote_btrace_conf): New.
11000 (init_remote_ops): Initialize to_btrace_conf.
11001 (_initialize_remote): Add qXfer:btrace-conf packet.
11002 * target.c (target_enable_btrace): Update parameters.
11003 (target_btrace_conf): New.
11004 * target.h (target_enable_btrace): Update parameters.
11005 (target_btrace_conf): New.
11006 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11007 (target_ops)<to_enable_btrace>: Update parameters and comment.
11008 (target_ops)<to_btrace_conf>: New.
11009 * target-delegates: Regenerate.
11010 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11011 (target_debug_print_const_struct_btrace_target_info_p): New.
11012 * NEWS: Announce new command and new packet.
11013
11014 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11015
11016 * nat/linux-btrace.h (perf_event_buffer): New.
11017 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11018 <bts>: ... this.
11019 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11020 (perf_event_buffer_size, perf_event_buffer_begin)
11021 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11022 Updated users.
11023 (perf_event_new_data): New.
11024
11025 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11026
11027 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11028 * record-btrace.c (record_btrace_open): Remove call to
11029 target_supports_btrace.
11030 * remote.c (remote_supports_btrace): Update parameters.
11031 * target.c (target_supports_btrace): Update parameters.
11032 * target.h (to_supports_btrace, target_supports_btrace): Update
11033 parameters.
11034 * target-delegates.c: Regenerate.
11035 * target-debug.h (target_debug_print_enum_btrace_format): New.
11036 * nat/linux-btrace.c
11037 (kernel_supports_btrace): Rename into ...
11038 (kernel_supports_bts): ... this. Update users. Update warning text.
11039 (intel_supports_btrace): Rename into ...
11040 (intel_supports_bts): ... this. Update users.
11041 (cpu_supports_btrace): Rename into ...
11042 (cpu_supports_bts): ... this. Update users.
11043 (linux_supports_btrace): Update parameters. Split into this and ...
11044 (linux_supports_bts): ... this.
11045 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11046
11047 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11048
11049 * Makefile.in (SFILES): Add common/btrace-common.c.
11050 (COMMON_OBS): Add common/btrace-common.o.
11051 (btrace-common.o): Add build rules.
11052 * btrace.c (parse_xml_btrace): Update parameters.
11053 (parse_xml_btrace_block): Set format field.
11054 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11055 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11056 (btrace_compute_ftrace): Split into this and...
11057 (btrace_compute_ftrace_bts): ...this.
11058 (btrace_stitch_trace): Split into this and...
11059 (btrace_stitch_bts): ...this.
11060 * btrace.h (parse_xml_btrace): Update parameters.
11061 (make_cleanup_btrace_data): New.
11062 * common/btrace-common.c: New.
11063 * common/btrace-common.h: Include common-defs.h.
11064 (btrace_block_s): Update comment.
11065 (btrace_format): New.
11066 (btrace_format_string): New.
11067 (btrace_data_bts): New.
11068 (btrace_data): New.
11069 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11070 * remote.c (remote_read_btrace): Update parameters.
11071 * target.c (target_read_btrace): Update parameters.
11072 * target.h (target_read_btrace): Update parameters.
11073 (target_ops)<to_read_btrace>: Update parameters.
11074 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11075 * target-delegates.c: Regenerate.
11076 * target-debug (target_debug_print_struct_btrace_data_p): New.
11077 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11078 (linux_read_bts): ...this.
11079 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11080
11081 2015-02-06 Doug Evans <dje@google.com>
11082
11083 * remote-m32r-sdi.c: Include symfile.h.
11084
11085 2015-02-06 Doug Evans <dje@google.com>
11086
11087 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11088 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11089 to here.
11090
11091 2015-02-06 Pedro Alves <palves@redhat.com>
11092
11093 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11094
11095 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11096
11097 PR gdb/15678
11098 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11099 (enable_count_command): Check args for NULL value.
11100
11101 2015-02-05 Doug Evans <xdje42@gmail.com>
11102
11103 * guile/scm-frame.c: Fix spelling errors in a comment.
11104
11105 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11106
11107 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11108 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11109 return type.
11110
11111 2015-02-04 Pedro Alves <palves@redhat.com>
11112
11113 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11114 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11115 returns true.
11116 (resume_stopped_resumed_lwps): Don't check whether the thread is
11117 marked as executing.
11118 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11119
11120 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11121
11122 * regset.h (struct regset): Add flags field.
11123 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11124 * corelow.c (get_core_register_section): Add warning if the size
11125 exceeds the requested size and the regset does not have the
11126 REGSET_VARIABLE_SIZE flag set.
11127 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11128 flag.
11129 * armbsd-tdep.c (armbsd_gregset): Likewise.
11130 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11131 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11132 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11133 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11134
11135 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11136
11137 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11138 For ".reg-xstate", explicitly specify the requested section size
11139 via X86_XSTATE_SIZE instead of just 0 on input and
11140 X86_XSTATE_MAX_SIZE on output.
11141 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11142 Likewise.
11143
11144 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11145
11146 PR corefiles/17808:
11147 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11148 function type, particularly its SIZE parameter.
11149 * gdbarch.h: Regenerate.
11150 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11151 actual against required size using ">=" instead of "==".
11152 (amd64_collect_fpregset): Likewise.
11153 * i386-tdep.c (i386_supply_gregset): Likewise.
11154 (i386_collect_gregset): Likewise.
11155 (i386_supply_fpregset): Likewise.
11156 (i386_collect_fpregset): Likewise.
11157 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11158 (mips_fill_gregset_wrapper): Likewise.
11159 (mips_supply_fpregset_wrapper): Likewise.
11160 (mips_fill_fpregset_wrapper): Likewise.
11161 (mips64_supply_gregset_wrapper): Likewise.
11162 (mips64_fill_gregset_wrapper): Likewise.
11163 (mips64_supply_fpregset_wrapper): Likewise.
11164 (mips64_fill_fpregset_wrapper): Likewise.
11165 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11166 (am33_supply_fpregset_method): Likewise.
11167 (am33_collect_gregset_method): Likewise.
11168 (am33_collect_fpregset_method): Likewise.
11169
11170 2015-02-04 Doug Evans <dje@google.com>
11171 Pedro Alves <palves@redhat.com>
11172 Eli Zaretskii <eliz@gnu.org>
11173
11174 PR tui/17810
11175 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11176 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11177 * tui/tui-file.c: #include tui/tui-command.h.
11178 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11179 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11180 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11181
11182 2015-02-04 Pedro Alves <palves@redhat.com>
11183
11184 Fix build breakage.
11185 * event-loop.c (gdb_do_one_event): Add default switch case.
11186
11187 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 Filter out inferior gcc option -fpreprocessed.
11190 * compile/compile.c (filter_args): New function.
11191 (get_args): Use it.
11192
11193 2015-02-03 Pedro Alves <palves@redhat.com>
11194
11195 * event-loop.c: Don't declare nor define a queue type for
11196 gdb_event_p.
11197 (event_queue): Delete.
11198 (create_event, create_file_event, gdb_event_xfree)
11199 (initialize_event_loop, process_event): Delete.
11200 (gdb_do_one_event): Return as soon as one event is handled.
11201 (handle_file_event): Change prototype. Used the passed in
11202 file_handler pointer and ready_mask instead of looping over all
11203 file handlers.
11204 (gdb_wait_for_event): Update the poll/select timeouts before
11205 blocking. Run event handlers directly instead of queueing events.
11206 Return as soon as one event is handled.
11207 (struct async_event_handler_data): Delete.
11208 (invoke_async_event_handler): Delete.
11209 (check_async_event_handlers): Change return type to int. Run
11210 event handlers directly instead of queueing events. Return as
11211 soon as one event is handled.
11212 (handle_timer_event): Delete.
11213 (update_wait_timeout): New function, factored out from
11214 poll_timers.
11215 (poll_timers): Reimplement.
11216 * event-loop.h (initialize_event_loop): Delete declaration.
11217 * top.c (gdb_init): Don't call initialize_event_loop.
11218
11219 2015-02-03 Pedro Alves <palves@redhat.com>
11220
11221 * event-loop.c (clear_async_event_handler): New function.
11222 * event-loop.h (clear_async_event_handler): New declaration.
11223 * record-btrace.c (record_btrace_async): New function.
11224 (init_record_btrace_ops): Install record_btrace_async.
11225 * record-full.c (record_full_async): New function.
11226 (record_full_resume): Don't mark the async event source here.
11227 (init_record_full_ops): Install record_full_async.
11228 (record_full_core_resume): Don't mark the async event source here.
11229 (init_record_full_core_ops): Install record_full_async.
11230 * remote.c (remote_async): Mark and clear the async stop reply
11231 queue event-loop token as appropriate.
11232
11233 2015-02-03 Pedro Alves <palves@redhat.com>
11234
11235 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11236 target_is_async_p instead of target_can_async.
11237 (linux_nat_wait): Use target_is_async_p instead of
11238 target_can_async. Don't enable async here.
11239 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11240 target_is_async_p instead of target_can_async.
11241
11242 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11243
11244 * varobj.h (lang_varobj_ops): Mention which return values need
11245 to be freed.
11246
11247 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11248
11249 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11250
11251 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11252
11253 PR gdb/17856:
11254 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11255 results found in the cache.
11256
11257 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11258
11259 PR gdb/17854:
11260 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11261 when allocating a new one.
11262
11263 2015-02-01 Tom Tromey <tom@tromey.com>
11264
11265 * MAINTAINERS: Remove myself.
11266
11267 2015-01-31 Doug Evans <xdje42@gmail.com>
11268
11269 * dwarf2read.c (process_structure_scope): Update setting of
11270 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11271 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11272 (set_type_vptr_fieldno): New function.
11273 (internal_type_vptr_basetype): New function.
11274 (set_type_vptr_basetype): New function.
11275 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11276 TYPE_VPTR_BASETYPE.
11277 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11278 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11279 (print_cplus_stuff): ... moved here.
11280 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11281 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11282 moved to ...
11283 (struct cplus_struct_type): ... here. All uses updated.
11284 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11285 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11286 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11287 * stabsread.c (read_tilde_fields): Update setting of
11288 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11289
11290 2015-01-31 Doug Evans <xdje42@gmail.com>
11291
11292 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11293 to self_p.
11294 (cp_print_class_member): Rename local domain to self_type.
11295 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11296 domain_type to self_type.
11297 (set_die_type) <need_gnat_info>: Handle
11298 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11299 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11300 TYPE_SPECIFIC_SELF_TYPE.
11301 * gdbtypes.c (internal_type_self_type): New function.
11302 (set_type_self_type): New function.
11303 (smash_to_memberptr_type): Rename parameter domain to self_type.
11304 Update setting of TYPE_SELF_TYPE.
11305 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11306 (smash_to_method_type): Rename parameter domain to self_type.
11307 Update setting of TYPE_SELF_TYPE.
11308 (check_stub_method): Call smash_to_method_type.
11309 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11310 (copy_type_recursive): Ditto.
11311 * gdbtypes.h (enum type_specific_kind): New value
11312 TYPE_SPECIFIC_SELF_TYPE.
11313 (struct main_type) <type_specific>: New member self_type.
11314 (struct cplus_struct_type) <fn_field.type>: Update comment.
11315 (TYPE_SELF_TYPE): Rewrite.
11316 (internal_type_self_type, set_type_self_type): Declare.
11317 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11318 self_type.
11319 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11320 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11321 TYPE_TARGET_TYPE.
11322 * stabsread.c (read_member_functions): Mark methods with
11323 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11324 TYPE_SELF_TYPE.
11325
11326 2015-01-31 Doug Evans <xdje42@gmail.com>
11327
11328 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11329 All uses updated.
11330
11331 2015-01-31 Doug Evans <xdje42@gmail.com>
11332
11333 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11334 or unions. Return zero if union.
11335 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11336 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11337 gnuv3_get_vtable.
11338 (compute_vtable_size): Assert only passed structs.
11339 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11340
11341 2015-01-31 Doug Evans <xdje42@gmail.com>
11342
11343 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11344 kinds.
11345
11346 2015-01-31 Gary Benson <gbenson@redhat.com>
11347 Doug Evans <dje@google.com>
11348
11349 PR cli/9007
11350 PR cli/11920
11351 PR cli/15548
11352 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11353 reached.
11354 * common/common-exceptions.h (enum errors)
11355 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11356 * completer.h (get_max_completions_reached_message): New declaration.
11357 (max_completions): Likewise.
11358 (completion_tracker_t): New typedef.
11359 (new_completion_tracker): New declaration.
11360 (make_cleanup_free_completion_tracker): Likewise.
11361 (maybe_add_completion_enum): New enum.
11362 (maybe_add_completion): New declaration.
11363 (throw_max_completions_reached_error): Likewise.
11364 * completer.c (max_completions): New global variable.
11365 (new_completion_tracker): New function.
11366 (free_completion_tracker): Likewise.
11367 (make_cleanup_free_completion_tracker): Likewise.
11368 (maybe_add_completions): Likewise.
11369 (throw_max_completions_reached_error): Likewise.
11370 (complete_line): Remove duplicates and limit result to max_completions
11371 entries.
11372 (get_max_completions_reached_message): New function.
11373 (gdb_display_match_list): Handle max_completions.
11374 (_initialize_completer): New declaration and function.
11375 * symtab.c: Include completer.h.
11376 (completion_tracker): New static variable.
11377 (completion_list_add_name): Call maybe_add_completion.
11378 (default_make_symbol_completion_list_break_on_1): Renamed from
11379 default_make_symbol_completion_list_break_on. Maintain
11380 completion_tracker across calls to completion_list_add_name.
11381 (default_make_symbol_completion_list_break_on): New function.
11382 * top.c (init_main): Set rl_completion_display_matches_hook.
11383 * tui/tui-io.c: Include completer.h.
11384 (tui_old_rl_display_matches_hook): New static global.
11385 (tui_rl_display_match_list): Notify user if max-completions reached.
11386 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11387 * NEWS (New Options): Mention set/show max-completions.
11388
11389 2015-01-31 Gary Benson <gbenson@redhat.com>
11390
11391 * symtab.c (struct add_name_data) <code>: New field.
11392 Updated comments.
11393 (add_symtab_completions): New function.
11394 (symtab_expansion_callback): Likewise.
11395 (default_make_symbol_completion_list_break_on): Set datum.code.
11396 Move minimal symbol scan before calling expand_symtabs_matching.
11397 Scan known primary symtabs for externs and statics before calling
11398 expand_symtabs_matching. Pass symtab_expansion_callback as
11399 expansion_notify argument to expand_symtabs_matching. Do not scan
11400 primary symtabs for externs and statics after calling
11401 expand_symtabs_matching.
11402
11403 2015-01-31 Gary Benson <gbenson@redhat.com>
11404
11405 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11406 (struct quick_symbol_functions) <expand_symtabs_matching>:
11407 New argument expansion_notify. All uses updated.
11408 (expand_symtabs_matching): New argument expansion_notify.
11409 All uses updated.
11410 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11411 Also print expansion notify.
11412 * symtab.c (expand_symtabs_matching_via_partial): Call
11413 expansion_notify whenever a partial symbol table is expanded.
11414 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11415 expansion_notify whenever a symbol table is instantiated.
11416
11417 2015-01-31 Doug Evans <xdje42@gmail.com>
11418
11419 * cli-out.c: #include completer.h, readline/readline.h.
11420 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11421 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11422 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11423 * cli-out.h (cli_display_match_list): Declare.
11424 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11425 (ELLIPSIS_LEN): Ditto.
11426 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11427 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11428 (gdb_fnprint, gdb_print_filename): Ditto.
11429 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11430 (gdb_display_match_list): Ditto.
11431 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11432 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11433 (mld_beep_ftype, mld_read_key_ftype): Ditto.
11434 (match_list_displayer): New struct.
11435 (gdb_display_match_list): Declare.
11436 * top.c (init_main): Set rl_completion_display_matches_hook.
11437 * tui/tui-io.c: #include completer.h.
11438 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11439 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11440 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11441 (tui_mld_getc, tui_mld_read_key): Ditto.
11442 (tui_rl_display_match_list): Rewrite.
11443 (tui_handle_resize_during_io): New arg for_completion. All callers
11444 updated.
11445
11446 2015-01-31 Doug Evans <xdje42@gmail.com>
11447
11448 Add symbol lookup cache.
11449 * NEWS: Document new options and commands.
11450 * symtab.c (symbol_cache_key): New static global.
11451 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11452 (SYMBOL_LOOKUP_FAILED): New macro.
11453 (symbol_cache_slot_state): New enum.
11454 (block_symbol_cache): New struct.
11455 (symbol_cache): New struct.
11456 (new_symbol_cache_size, symbol_cache_size): New static globals.
11457 (hash_symbol_entry, eq_symbol_entry): New functions.
11458 (symbol_cache_byte_size, resize_symbol_cache): New functions.
11459 (make_symbol_cache, free_symbol_cache): New functions.
11460 (get_symbol_cache, symbol_cache_cleanup): New function.
11461 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11462 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11463 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11464 (symbol_cache_flush, symbol_cache_dump): New functions.
11465 (maintenance_print_symbol_cache): New function.
11466 (maintenance_flush_symbol_cache): New function.
11467 (symbol_cache_stats): New function.
11468 (maintenance_print_symbol_cache_statistics): New function.
11469 (symtab_new_objfile_observer): New function.
11470 (symtab_free_objfile_observer): New function.
11471 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11472 (_initialize_symtab): Init symbol_cache_key. New parameter
11473 maint symbol-cache-size. New maint commands print symbol-cache,
11474 print symbol-cache-statistics, flush-symbol-cache.
11475 Install new_objfile, free_objfile observers.
11476
11477 2015-01-31 Joel Brobecker <brobecker@adacore.com>
11478
11479 PR symtab/17855
11480 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11481 to end.
11482
11483 2015-01-31 Doug Evans <xdje42@gmail.com>
11484
11485 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11486 * auto-load.c: #include ctype.h.
11487 (struct auto_load_pspace_info): Replace member loaded_scripts with
11488 new members loaded_script_files, loaded_script_texts.
11489 (auto_load_pspace_data_cleanup): Update.
11490 (init_loaded_scripts_info): Update.
11491 (get_auto_load_pspace_data_for_loading): Update.
11492 (maybe_add_script_file): Renamed from maybe_add_script. All callers
11493 updated.
11494 (maybe_add_script_text): New function.
11495 (clear_section_scripts): Update.
11496 (source_script_file, execute_script_contents): New functions.
11497 (source_section_scripts): Add support for
11498 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11499 (print_scripts): New function.
11500 (auto_load_info_scripts): Also print inlined scripts.
11501 (maybe_print_unsupported_script_warning): Renamed from
11502 unsupported_script_warning_print. All callers updated.
11503 (maybe_print_script_not_found_warning): Renamed from
11504 script_not_found_warning_print. All callers updated.
11505 * extension-priv.h (struct extension_language_script_ops): New member
11506 objfile_script_executor.
11507 * extension.c (ext_lang_objfile_script_executor): New function.
11508 * extension.h (objfile_script_executor_func): New typedef.
11509 (ext_lang_objfile_script_executor): Declare.
11510 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11511 * guile/guile.c (guile_extension_script_ops): Update.
11512 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11513 * python/python.c (python_extension_script_ops): Update.
11514 (gdbpy_execute_objfile_script): New function.
11515
11516 2015-01-31 Eli Zaretskii <eliz@gnu.org>
11517
11518 * tui/tui-io.c (tui_expand_tabs): New function.
11519 (tui_puts, tui_redisplay_readline): Expand TABs into the
11520 appropriate number of spaces.
11521 * tui/tui-regs.c: Include tui-io.h.
11522 (tui_register_format): Call tui_expand_tabs to expand TABs into
11523 the appropriate number of spaces.
11524 * tui/tui-io.h: Add prototype for tui_expand_tabs.
11525
11526 2015-01-30 Doug Evans <dje@google.com>
11527
11528 * NEWS: "info source" command now display producer string if present.
11529 * source.c (source_info): Print producer string if present.
11530
11531 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11532
11533 * varobj.c (varobj_delete): Fix comment.
11534
11535 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11536
11537 * varobj.c (create_child): Modify comment.
11538
11539 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11540
11541 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
11542 parameter.
11543 (ada_name_of_variable): Same.
11544 (ada_path_expr_of_child): Same.
11545 (ada_value_of_variable): Same.
11546 (ada_value_is_changeable_p): Same.
11547 (ada_value_has_mutated): Same.
11548 * c-varobj.c (varobj_is_anonymous_child): Same.
11549 (c_is_path_expr_parent): Same.
11550 (c_number_of_children): Same.
11551 (c_name_of_variable): Same.
11552 (c_path_expr_of_child): Same.
11553 (get_type): Same.
11554 (c_value_of_variable): Same.
11555 (cplus_number_of_children): Same.
11556 (cplus_name_of_variable): Same.
11557 (cplus_path_expr_of_child): Same.
11558 (cplus_value_of_variable): Same.
11559 * jv-varobj.c (java_number_of_children): Same.
11560 (java_name_of_variable): Same.
11561 (java_path_expr_of_child): Same.
11562 (java_value_of_variable): Same.
11563 * varobj.c (number_of_children): Same.
11564 (name_of_variable): Same.
11565 (is_root_p): Same.
11566 (varobj_ensure_python_env): Same.
11567 (varobj_get_objname): Same.
11568 (varobj_get_expression): Same.
11569 (varobj_get_display_format): Same.
11570 (varobj_get_display_hint): Same.
11571 (varobj_has_more): Same.
11572 (varobj_get_thread_id): Same.
11573 (varobj_get_frozen): Same.
11574 (dynamic_varobj_has_child_method): Same.
11575 (varobj_get_gdb_type): Same.
11576 (is_path_expr_parent): Same.
11577 (varobj_default_is_path_expr_parent): Same.
11578 (varobj_get_language): Same.
11579 (varobj_get_attributes): Same.
11580 (varobj_is_dynamic_p): Same.
11581 (varobj_get_child_range): Same.
11582 (varobj_value_has_mutated): Same.
11583 (varobj_get_value_type): Same.
11584 (number_of_children): Same.
11585 (name_of_variable): Same.
11586 (check_scope): Same.
11587 (varobj_editable_p): Same.
11588 (varobj_value_is_changeable_p): Same.
11589 (varobj_floating_p): Same.
11590 (varobj_default_value_is_changeable_p): Same.
11591
11592 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11593
11594 * varobj.c (varobj_get_path_expr): Set var->path_expr.
11595 * c-varobj.c (c_path_expr_of_child): Set local var instead of
11596 child->path_expr.
11597 (cplus_path_expr_of_child): Same.
11598
11599 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11600
11601 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
11602 result.
11603 (mi_cmd_var_info_expression): Same.
11604 * varobj.c (varobj_get_expression): Mention in the comment that
11605 the result must by freed by the caller.
11606
11607 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11608
11609 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
11610 varobj_get_type.
11611 (varobj_update_one): Same.
11612 * varobj.c (update_type_if_necessary): Free curr_type_str and
11613 new_type_str.
11614 (varobj_get_type): Specify in comment that the result needs to be
11615 freed by the caller.
11616
11617 2015-01-29 Doug Evans <dje@google.com>
11618
11619 PR symtab/17890
11620 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
11621
11622 2015-01-25 Mark Wielaard <mjw@redhat.com>
11623
11624 * dwarf2read.c (checkproducer): Call producer_is_gcc.
11625 * utils.c (producer_is_gcc_ge_4): Likewise.
11626 (producer_is_gcc): New function.
11627 * utils.h (producer_is_gcc): New declaration.
11628
11629 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11630
11631 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
11632 kind.
11633 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
11634 parameter by "addr_stack" parameter.
11635 (resolve_dynamic_range): Replace "addr" parameter by
11636 "stack_addr" parameter. Update function documentation.
11637 Update code accordingly.
11638 (resolve_dynamic_array, resolve_dynamic_union)
11639 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
11640 (resolve_dynamic_type): Update code, following the changes made
11641 to resolve_dynamic_type_internal's interface.
11642 * dwarf2loc.h (struct property_addr_info): New.
11643 (dwarf2_evaluate_property): Replace "address" parameter
11644 by "addr_stack" parameter. Adjust function documentation.
11645 (struct dwarf2_offset_baton): New.
11646 (struct dwarf2_property_baton): Update documentation of
11647 field "referenced_type" to be more general. New field
11648 "offset_info" in union data field.
11649 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
11650 parameter by "addr_stack" parameter. Adjust code accordingly.
11651 Add support for PROP_ADDR_OFFSET properties.
11652 * dwarf2read.c (attr_to_dynamic_prop): Add support for
11653 DW_AT_data_member_location attributes as well. Use case
11654 statements instead of if/else condition.
11655
11656 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11657
11658 * ada-varobj.c (ada_varobj_get_array_number_of_children):
11659 Return zero if PARENT_VALUE is NULL and parent_type's
11660 range type is dynamic.
11661
11662 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11663
11664 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
11665 nonzero if the type's subtype is dynamic.
11666 (resolve_dynamic_range): Also resolve the range's subtype.
11667
11668 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
11669
11670 Pushed by Joel Brobecker <brobecker@adacore.com>.
11671 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
11672
11673 2015-01-27 Doug Evans <dje@google.com>
11674
11675 * NEWS: Mention gdb.Objfile.username.
11676 * python/py-objfile.c (objfpy_get_username): New function.
11677 (objfile_getset): Add "username".
11678
11679 2015-01-24 Mark Wielaard <mjw@redhat.com>
11680
11681 * stack.c (return_command): Markup warning message with _.
11682
11683 2015-01-24 Doug Evans <xdje42@gmail.com>
11684
11685 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
11686
11687 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11688
11689 Fix 100x slowdown regression on DWZ files.
11690 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
11691 (struct line_header): Add offset and offset_in_dwz.
11692 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
11693 (free_line_header_voidp): New declaration.
11694 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
11695 functions.
11696 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
11697 (handle_DW_AT_stmt_list): Use line_header_hash.
11698 (free_line_header_voidp): New function.
11699 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
11700 (dwarf_decode_lines): New parameter decode_mapping, use it.
11701 (dwarf2_free_objfile): Free line_header_hash.
11702
11703 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11704
11705 PR gdb/17416
11706 * valops.c (value_rtti_indirect_type): Catch exception thrown by
11707 value_ind.
11708
11709 2015-01-15 Mark Wielaard <mjw@redhat.com>
11710
11711 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
11712 DW_AT_noreturn.
11713 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
11714 calling_convention an 8 bit bit field.
11715 (TYPE_NO_RETURN): New macro.
11716 * infcmd.c (finish_command): Query if function does not return
11717 normally.
11718 * stack.c (return_command): Likewise.
11719
11720 2015-01-23 Pedro Alves <palves@redhat.com>
11721
11722 * linux-nat.c (linux_is_async_p): New macro.
11723 (linux_nat_is_async_p):
11724 (linux_nat_terminal_inferior): Check whether the target can async
11725 instead of whether it is already async.
11726 (linux_nat_terminal_ours): Don't check whether the target is
11727 async.
11728 (linux_async_pipe): Use linux_is_async_p.
11729
11730 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
11733 '-ascending'.
11734 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
11735 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
11736 Sort tp_array using tp_array_compar.
11737 (_initialize_thread): Extend thread_apply_all_command help.
11738
11739 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 * corelow.c (core_open): Call also thread_command.
11742 * gdbthread.h (thread_command): New prototype moved from ...
11743 * thread.c (thread_command): ... here.
11744 (thread_command): Make it global.
11745
11746 2015-01-22 Pedro Alves <palves@redhat.com>
11747
11748 * configure.ac [*mingw32*]: Check $curses_found instead of
11749 $prefer_curses.
11750 * configure: Regenerate.
11751 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
11752 HAVE_NCURSES_NCURSES_H checks.
11753
11754 2015-01-22 Eli Zaretskii <eliz@gnu.org>
11755
11756 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
11757 fails with the 1st arg NULL, try again with "unknown". Don't test
11758 the "cup" capability: it isn't supported by the Windows port of
11759 ncurses, but the Windows console driver is still capable of
11760 supporting TUI.
11761
11762 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11763
11764 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
11765
11766 2015-01-22 Eli Zaretskii <eliz@gnu.org>
11767
11768 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
11769 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
11770 reason that "make TAGS" is broken.
11771
11772 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
11773
11774 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
11775 and check additional store instructions.
11776
11777 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
11778
11779 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
11780
11781 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
11782
11783 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
11784 ppc_canonicalize_syscall, ppc_linux_syscall_record,
11785 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
11786 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
11787 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
11788 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
11789 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
11790 ppc_process_record_op19, ppc_process_record_op31,
11791 ppc_process_record_op59, ppc_process_record_op60,
11792 ppc_process_record_op63): Likewise.
11793
11794 2015-01-20 Joel Brobecker <brobecker@adacore.com>
11795
11796 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
11797 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
11798 strerror.
11799
11800 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
11801
11802 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
11803 ppc_process_record_op31, ppc_process_record_op59,
11804 ppc_process_record_op60, ppc_process_record_op63,
11805 ppc_process_record): Fix -Wformat warning.
11806 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
11807 Remove unused variables.
11808
11809 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
11810
11811 * MAINTAINERS (Write After Approval): Add "Chen Gang".
11812
11813 2015-01-19 Eli Zaretskii <eliz@gnu.org>
11814
11815 * configure.ac [*mingw32*]: Only add windows-termcap.o to
11816 CONFIG_OBS if not building with a curses library.
11817 * configure: Regenerate.
11818
11819 * windows-termcap.c: Include defs.h. Make the whole body empty if
11820 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
11821 HAVE_NCURSES_NCURSES_H is defined.
11822
11823 2015-01-19 Joel Brobecker <brobecker@adacore.com>
11824
11825 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
11826 from end of line to start of next line.
11827
11828 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11829
11830 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
11831 Scan PLT stub backward for reverse debugging.
11832 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
11833
11834 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11835 Ulrich Weigand <uweigand@de.ibm.com>
11836
11837 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
11838 gdb_target_obs.
11839 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
11840 record.
11841 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
11842 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
11843 (ppc_linux_init_abi): Set process_record, process_record_signal.
11844 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
11845 ppc_linux_record_tdep to gdbarch_tdep.
11846 (ppc_process_record): New declaration.
11847 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
11848 ppc_process_record_op19, ppc_process_record_op31,
11849 ppc_process_record_op59, ppc_process_record_op60,
11850 ppc_process_record_op63, ppc_process_record): New functions.
11851
11852 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11853
11854 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
11855 rs6000_in_function_epilogue_frame_p and add an argument
11856 for frame_info.
11857 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
11858 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
11859 New functions.
11860 (rs6000_epilogue_frame_unwind): New.
11861 (rs6000_gdbarch_init): Append epilogue unwinder.
11862
11863 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11864
11865 * nat/linux-personality.c: Replace "#ifndef
11866 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
11867 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
11868 systems.
11869
11870 2015-01-16 Eli Zaretskii <eliz@gnu.org>
11871
11872 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
11873 functions.
11874 (_initialize_tui_win) <border-kind, border-mode>:
11875 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
11876 (tui_set_tab_width_command): Fix the commentary.
11877
11878 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
11879
11880 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
11881 Doc fix.
11882 (tui_set_tab_width_command): Delete and recreate the source and
11883 the disassembly windows, to show the effect of the changed tab
11884 size immediately.
11885
11886 * tui/tui-data.h (LINE_PREFIX): Make shorter
11887 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
11888 "Thread NNNNN.XXXX" thread ID notation on Windows.
11889
11890 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11891
11892 Fix gcc-5 compilation.
11893 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
11894
11895 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
11896
11897 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
11898 (linux-personality.o): New rule.
11899 * common/common-defs.h: Include <stdint.h>.
11900 * config/aarch64/linux.mh (NATDEPFILES): Include
11901 linux-personality.o.
11902 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
11903 * config/arm/linux.mh (NATDEPFILES): Likewise.
11904 * config/i386/linux64.mh (NATDEPFILES): Likewise.
11905 * config/i386/linux.mh (NATDEPFILES): Likewise.
11906 * config/ia64/linux.mh (NATDEPFILES): Likewise.
11907 * config/m32r/linux.mh (NATDEPFILES): Likewise.
11908 * config/m68k/linux.mh (NATDEPFILES): Likewise.
11909 * config/mips/linux.mh (NATDEPFILES): Likewise.
11910 * config/pa/linux.mh (NATDEPFILES): Likewise.
11911 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
11912 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
11913 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
11914 * config/s390/linux.mh (NATDEPFILES): Likewise.
11915 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
11916 * config/sparc/linux.mh (NATDEPFILES): Likewise.
11917 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
11918 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
11919 * defs.h: Remove #include <stdint.h> (moved to
11920 common/common-defs.h).
11921 * linux-nat.c: Include nat/linux-personality.h. Remove #include
11922 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
11923 nat/linux-personality.c).
11924 (linux_nat_create_inferior): Remove code to disable address space
11925 randomization (moved to nat/linux-personality.c). Create cleanup
11926 to disable address space randomization.
11927 * nat/linux-personality.c: New file.
11928 * nat/linux-personality.h: Likewise.
11929
11930 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
11931
11932 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
11933 common/posix-strerror.c.
11934 (posix-strerror.o): New rule.
11935 (mingw-strerror.o): Likewise.
11936 * common/common-utils.h (safe_strerror): Move prototype to here,
11937 from utils.h.
11938 * common/common.host: New file.
11939 * common/mingw-strerror.c: Likewise.
11940 * common/posix-strerror.c: Likewise.
11941 * configure: Regenerated.
11942 * configure.ac: Source common/common.host. Add variable
11943 common_host_obs to gdb_host_obs.
11944 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
11945 gdb/common/posix-strerror.c when warning about the use of
11946 strerror.
11947 * mingw-hdep.c (safe_strerror): Remove definition; move it to
11948 common/mingw-strerror.c.
11949 * posix-hdep.c (safe_strerror): Remove definition; move it to
11950 common/posix-hdep.c.
11951 * utils.h (safe_strerror): Remove prototype; move to
11952 common/common-utils.h.
11953
11954 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11955
11956 GDB 7.8.2 released.
11957
11958 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11959
11960 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
11961 ___XA type if the array has already been fixed.
11962
11963 2015-01-14 Yao Qi <yao@codesourcery.com>
11964
11965 * Makefile.in (ppc-linux.o): New rule.
11966 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
11967 * configure.ac: AC_CHECK_FUNCS(getauxval).
11968 * config.in: Re-generated.
11969 * configure: Re-generated.
11970 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
11971 Declare.
11972 * nat/ppc-linux.c: New file.
11973 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
11974 Call ppc64_64bit_inferior_p.
11975
11976 2015-01-14 Yao Qi <yao@codesourcery.com>
11977
11978 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
11979 nat/ppc-linux.h.
11980 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
11981 (PPC_FEATURE_HAS_DFP): Likewise.
11982 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
11983 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
11984 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
11985 Include "nat/ppc-linux.h".
11986 * nat/ppc-linux.h: New file.
11987 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
11988
11989 2015-01-14 Pedro Alves <palves@redhat.com>
11990
11991 PR gdb/17525
11992 * breakpoint.c: Include "interps.h".
11993 (bpstat_do_actions_1): Also check whether the interpreter is
11994 async.
11995
11996 2015-01-14 Pedro Alves <palves@redhat.com>
11997
11998 PR cli/17828
11999 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12000 reinstall if the interpreter is sync.
12001
12002 2015-01-13 Doug Evans <dje@google.com>
12003
12004 * objfiles.c (objfile_filename): New function.
12005 * objfiles.h (objfile_filename): Declare it.
12006 (objfile_name): Add function comment.
12007 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12008 bfd file name (which may be realpath'd), and the original name.
12009
12010 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12011
12012 * NEWS: Create a new section for the next release branch.
12013 Rename the section of the current branch, now that it has
12014 been cut.
12015
12016 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12017
12018 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12019 * version.in: Bump version to 7.9.50.DATE-cvs.
12020
12021 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12022
12023 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12024 Remove trailing new-line in argument of call to warning.
12025
12026 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12027
12028 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12029 new-line in argument of call to "warning".
12030
12031 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12032
12033 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12034 in static block, then try searching for primitive types.
12035
12036 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12037
12038 * top.h (gdb_add_history): Declare.
12039 * top.c (command_count): New variable.
12040 (gdb_add_history): New function.
12041 (gdb_safe_append_history): New static function.
12042 (quit_force): Call it.
12043 (command_line_input): Use gdb_add_history instead of
12044 add_history.
12045 * event-top.c (command_line_handler): Likewise.
12046
12047 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12048
12049 PR gdb/17046
12050 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12051 <setjmp.h> #include.
12052
12053 2015-01-11 Doug Evans <xdje42@gmail.com>
12054
12055 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12056
12057 2015-01-11 Doug Evans <xdje42@gmail.com>
12058
12059 PR gdb/15830
12060 * NEWS: The "maint demangle" command is renamed as "demangle".
12061 * demangle.c: #include cli/cli-utils.h, language.h.
12062 (demangle_command): New function.
12063 (_initialize_demangle): Add new command "demangle".
12064 * maint.c (maintenance_demangle): Stub out.
12065 (_initialize_maint_cmds): Update help text for "maint demangle",
12066 and mark as deprecated.
12067
12068 2015-01-11 Mark Kettenis <kettenis@gnu.org>
12069
12070 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12071 inferior_thread is a function.
12072
12073 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12074
12075 * Makefile.in (.y.c): Don't munge yacc's #line
12076 directives.
12077
12078 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12079
12080 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12081 to prompt for input.
12082 * tui/tui-hooks.c (tui_query_hook): Remove.
12083 (tui_install_hooks): Don't set deprecated_query_hook.
12084 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12085 height calculation. Always update the command window's cur_line.
12086
12087 2015-01-09 Pedro Alves <palves@redhat.com>
12088
12089 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12090 function.
12091 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12092 declaration.
12093 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12094 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12095 stop_reason.
12096 (check_stopped_by_watchpoint): New function.
12097 (save_sigtrap): Reimplement.
12098 (linux_nat_stopped_by_watchpoint): Adjust.
12099 (linux_nat_lp_status_is_event): Delete.
12100 (stop_wait_callback): Only call save_sigtrap after storing the
12101 pending status.
12102 (status_callback): If the thread had been stopped for a breakpoint
12103 that has since been removed, discard the event and resume the LWP.
12104 (count_events_callback, select_event_lwp_callback): Use
12105 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12106 (cancel_breakpoint): Rename to ...
12107 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12108 stopped for a software breakpoint or hardware breakpoint.
12109 (select_event_lwp): Only give preference to the stepping LWP in
12110 all-stop mode. Adjust comments.
12111 (stop_and_resume_callback): Remove references to new_pending_p.
12112 (linux_nat_filter_event): Likewise. Leave exit events of the
12113 leader thread pending here. Handle signal short circuiting here.
12114 Only call save_sigtrap after storing the pending waitstatus.
12115 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12116 new_pending. Don't handle leaving events the caller is not
12117 interested in pending here, nor handle signal short-circuiting
12118 here. Also give equal priority to all LWPs that have had events
12119 in non-stop mode. If reporting a software breakpoint event,
12120 unadjust the LWP's PC.
12121 * linux-nat.h (enum lwp_stop_reason): New.
12122 (struct lwp_info) <stop_pc>: New field.
12123 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12124 (struct lwp_info) <stop_reason>: New field.
12125 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12126
12127 2015-01-09 Pedro Alves <palves@redhat.com>
12128
12129 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12130 Set the LWP's 'resumed' flag.
12131
12132 2015-01-09 Pedro Alves <palves@redhat.com>
12133
12134 * linux-nat.c (linux_resume_one_lwp): New function.
12135 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12136 (linux_nat_resume): Use lwp_status_pending_p and
12137 linux_resume_one_lwp.
12138 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12139 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12140 (status_callback, running_callback): Use lwp_status_pending_p.
12141 (lwp_status_pending_p): New function.
12142 (stop_and_resume_callback): Use lwp_status_pending_p.
12143 (linux_nat_filter_event): Use linux_resume_one_lwp.
12144 (linux_nat_wait_1): Always use status_callback to look for an LWP
12145 with a pending status. Use linux_resume_one_lwp.
12146 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12147 linux_resume_one_lwp.
12148
12149 2015-01-09 Pedro Alves <palves@redhat.com>
12150
12151 * breakpoint.c (bp_location_inserted_here_p): New function,
12152 factored out from ...
12153 (breakpoint_inserted_here_p): ... here. Use
12154 ALL_BP_LOCATIONS_AT_ADDR.
12155 (software_breakpoint_inserted_here_p): Use
12156 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12157
12158 2014-01-09 Pedro Alves <palves@redhat.com>
12159
12160 Skip enabling event reporting if the kernel supports
12161 PTRACE_EVENT_CLONE.
12162 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12163 (thread_db_use_events): New function.
12164 (try_thread_db_load_1): Check thread_db_use_events before enabling
12165 event reporting.
12166 (update_thread_state): New function.
12167 (attach_thread): Use it. Check thread_db_use_events before
12168 enabling event reporting.
12169 (thread_db_detach): Check thread_db_use_events before disabling
12170 event reporting.
12171 (find_new_threads_callback): Check thread_db_use_events before
12172 enabling event reporting. Update the thread's state if not using
12173 libthread_db events.
12174
12175 2015-01-09 Pedro Alves <palves@redhat.com>
12176
12177 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12178 about to wait for is > 0.
12179 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12180 the kernel thread ID is -1.
12181
12182 2015-01-09 Pedro Alves <palves@redhat.com>
12183
12184 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12185 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12186 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12187 ptrace option flags.
12188 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12189 field.
12190 * nat/linux-procfs.c: Include <dirent.h>.
12191 (linux_proc_get_int): New parameter "warn". Handle it.
12192 (linux_proc_get_tgid): Adjust.
12193 (linux_proc_get_tracerpid): Rename to ...
12194 (linux_proc_get_tracerpid_nowarn): ... this.
12195 (linux_proc_pid_get_state): New function, factored out from
12196 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12197 and handle it.
12198 (linux_proc_pid_is_gone): New function.
12199 (linux_proc_pid_is_stopped): Adjust.
12200 (linux_proc_pid_is_zombie_maybe_warn)
12201 (linux_proc_pid_is_zombie_nowarn): New functions.
12202 (linux_proc_pid_is_zombie): Use
12203 linux_proc_pid_is_zombie_maybe_warn.
12204 (linux_proc_attach_tgid_threads): New function.
12205 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12206 (linux_proc_get_tracerpid): Rename to ...
12207 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12208 (linux_proc_pid_is_gone): New declaration.
12209 (linux_proc_pid_is_zombie): Update comment.
12210 (linux_proc_pid_is_zombie_nowarn): New declaration.
12211 (linux_proc_attach_lwp_func): New typedef.
12212 (linux_proc_attach_tgid_threads): New declaration.
12213 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12214 use nowarn functions.
12215 (linux_ptrace_attach_fail_reason_string): Move here from
12216 gdbserver/linux-low.c and rename.
12217 (ptrace_supports_feature): If the current ptrace options are not
12218 known yet, check them now, instead of asserting.
12219 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12220 Declare.
12221
12222 2015-01-09 Pedro Alves <palves@redhat.com>
12223
12224 * linux-thread-db.c (thread_db_find_new_threads_silently)
12225 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12226 (find_new_threads_once): Print debug output on gdb_stdlog.
12227
12228 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12229 Pedro Alves <palves@redhat.com>
12230
12231 * compile/compile.c: Include "gdb_wait.h".
12232 (do_rmdir): Check return value, and free 'zap'.
12233
12234 2015-01-08 Pedro Alves <palves@redhat.com>
12235 Yao Qi <yao@codesourcery.com>
12236
12237 * dwarf2loc.c (indirect_pieced_value): Don't call
12238 gdb_sign_extend. Call extract_signed_integer instead.
12239 * utils.c (gdb_sign_extend): Remove.
12240 * utils.h (gdb_sign_extend): Remove declaration.
12241
12242 2015-01-07 Pierre Muller <muller@sourceware.org>
12243
12244 PR symtab/17811
12245 * stabsread.c (define_symbol): Set language for C++ special symbols.
12246
12247 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12248
12249 * inflow.c (initial_gdb_ttystate): Tweak comment.
12250
12251 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12252
12253 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12254 comment documenting function.
12255
12256 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12257
12258 * terminal.h (set_initial_gdb_ttystate): Declare.
12259 * inflow.c (initial_gdb_ttystate): New static variable.
12260 (set_initial_gdb_ttystate): New setter.
12261 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12262 instead of our current terminal state.
12263 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12264
12265 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12266
12267 * guile/scm-type.c (tyscm_array_1): Add comment.
12268 * python/py-type.c (typy_array_1): Add comment.
12269
12270 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12271
12272 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12273 error if N2 is equal to N1 - 1.
12274
12275 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12276
12277 * python/py-type.c (typy_array_1): Do not raise negative-length
12278 exception if N2 is equal to N1 - 1.
12279
12280 2015-01-03 Doug Evans <xdje42@gmail.com>
12281
12282 * c-exp.y: Whitespace cleanup.
12283 (classify_inner_name): Remove extra ;.
12284
12285 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12286
12287 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12288 offset signed.
12289
12290 2015-01-02 Doug Evans <dje@google.com>
12291
12292 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12293
12294 2015-01-02 Doug Evans <dje@google.com>
12295
12296 * symtab.h (struct symbol): Fix typo in comment.
12297
12298 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12299
12300 Update year range in copyright notice of all files.
12301
12302 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12303
12304 * top.c (print_gdb_version): Update copyright year to 2015.
12305
12306 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12307
12308 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12309
12310 For older changes see ChangeLog-2014.
12311 \f
12312 Local Variables:
12313 mode: change-log
12314 left-margin: 8
12315 fill-column: 74
12316 version-control: never
12317 coding: utf-8
12318 End:
This page took 0.397272 seconds and 5 git commands to generate.