1 2015-10-16 Yao Qi <yao.qi@arm.com>
3 * MAINTAINERS: Update my email address.
5 2015-10-15 Yao Qi <yao.qi@linaro.org>
7 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
8 Call gdbarch_breakpoint_from_pc to instruction length.
9 (aarch64_linux_remove_hw_breakpoint): Likewise.
10 * common/common-regcache.h (regcache_register_size): Declare.
11 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
12 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
13 the process is 32bit, otherwise set alignment to 4.
14 (aarch64_handle_breakpoint): Update comments.
15 * regcache.c (regcache_register_size): New function.
17 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
19 * gdbarch.sh (core_regset_section): Remove.
20 * gdbarch.h: Regenerate.
22 2015-10-14 Yao Qi <yao.qi@linaro.org>
24 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
26 (enum aarch64_memory_operand_type): New.
28 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
30 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
32 2015-10-13 Pedro Alves <palves@redhat.com>
34 * ada-lang.c (ada_enum_name): Constify local.
35 * ada-typeprint.c (print_range_bound): Constify locals.
36 * c-varobj.c (c_describe_child): Likewise.
37 * cli/cli-setshow.c (do_set_command): Likewise.
38 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
39 * dwarf2read.c (find_file_and_directory): Likewise.
40 (anonymous_struct_prefix, dwarf2_name): Likewise.
41 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
42 * go-lang.c (unpack_mangled_go_symbol): Likewise.
43 * jv-typeprint.c (java_type_print_base): Likewise.
44 * ser-tcp.c (net_open): Likewise.
45 * symfile.c (deduce_language_from_filename): Likewise.
46 * symtab.c (gdb_mangle_name): Likewise.
47 * tui/tui-io.c (tui_redisplay_readline): Likewise.
49 2015-10-13 Pedro Alves <palves@redhat.com>
51 * infrun.c (restore_execution_direction): New function.
52 (fetch_inferior_event): Use it instead of
53 make_cleanup_restore_integer.
54 (execution_direction): Change type to enum
56 * infrun.h (execution_direction): Likewise.
58 2015-10-13 Pedro Alves <palves@redhat.com>
60 * ada-lang.c (ada_value_primitive_packed_val): Constify
61 locals. Use value_contents_writeable. Remove casts.
63 2015-10-13 Pedro Alves <palves@redhat.com>
65 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
68 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
70 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
71 write_memory with write_memory_unsigned_integer.
73 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
75 * solib-dsbt.c (cmp_name): Constify arguments.
76 * solib-frv.c (cmp_name): Likewise.
77 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
78 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
79 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
80 (gdb_bfd_lookup_symbol): Likewise.
81 * solib.h (gdb_bfd_lookup_symbol): Likewise.
82 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
84 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
86 * stack.c (parse_frame_specification): Remove message parameter,
87 replace with fixed string in function body, update function
89 (frame_info): Remove message to parse_frame_specification.
90 (select_frame_command): Likewise.
92 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
94 * stack.c (parse_frame_specification): Delete.
95 (parse_frame_specification_1): Rename to
96 parse_frame_specification.
97 (frame_info): Use parse_frame_specification.
98 (select_frame_command): Likewise.
99 (return_command): Use select_frame and print_stack_frame rather
100 than frame_command and select_frame_command.
101 (func_command): Use get_current_frame rather than
102 parse_frame_specification.
104 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
106 * stack.c (func_command): Return early when there is no ARG
109 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
111 * stack.c: Include safe-ctype.h not ctype.h.
112 (parse_frame_specification): Use ISSPACE not isspace.
113 (backtrace_command): Use TOLOWER not tolower.
115 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
117 * mep-tdep.c (current_me_module): Add cast.
118 (mep_gdbarch_init): Likewise.
120 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
122 * m32c-tdep.c (m32c_move_reg_t): Replace with...
123 (m32c_write_reg_t): ...this and...
124 (m32c_read_reg_t): ...this.
125 (struct m32c_reg): Update types of read and write.
126 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
128 (m32c_banked_read): Likewise.
129 (m32c_sb_read): Likewise.
130 (m32c_part_read): Likewise.
131 (m32c_cat_read): Likewise.
132 (m32c_r3r2r1r0_read): Likewise.
133 (m32c_raw_write): Change declaration type to m32c_write_reg_t
134 and adjust definition.
135 (m32c_banked_write): Likewise.
136 (m32c_sb_write): Likewise.
137 (m32c_part_write): Likewise.
138 (m32c_cat_write): Likewise.
139 (m32c_r3r2r1r0_write): Likewise.
141 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
143 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
145 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
147 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
148 gdb_sys_no_syscall instead of -1.
150 2015-10-12 Yao Qi <yao.qi@linaro.org>
152 * NEWS: Mention the change.
154 2015-10-12 Yao Qi <yao.qi@linaro.org>
156 * arch/aarch64-insn.c (emit_load_store): Rename to ...
157 (aarch64_emit_load_store): ... it. All callers updated.
159 2015-10-12 Yao Qi <yao.qi@linaro.org>
161 * arch/aarch64-insn.c (emit_insn): Rename to ...
162 (aarch64_emit_insn): ... it. All callers updated.
164 2015-10-12 Yao Qi <yao.qi@linaro.org>
166 * aarch64-linux-tdep.c: Include arch-utils.h.
167 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
168 set_gdbarch_displaced_step_copy_insn,
169 set_gdbarch_displaced_step_fixup,
170 set_gdbarch_displaced_step_free_closure,
171 set_gdbarch_displaced_step_location,
172 and set_gdbarch_displaced_step_hw_singlestep.
173 * aarch64-tdep.c (struct displaced_step_closure): New.
174 (struct aarch64_displaced_step_data): New.
175 (aarch64_displaced_step_b): New function.
176 (aarch64_displaced_step_b_cond): Likewise.
177 (aarch64_register): Likewise.
178 (aarch64_displaced_step_cb): Likewise.
179 (aarch64_displaced_step_tb): Likewise.
180 (aarch64_displaced_step_adr): Likewise.
181 (aarch64_displaced_step_ldr_literal): Likewise.
182 (aarch64_displaced_step_others): Likewise.
183 (aarch64_displaced_step_copy_insn): Likewise.
184 (aarch64_displaced_step_fixup): Likewise.
185 (aarch64_displaced_step_hw_singlestep): Likewise.
186 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
187 (aarch64_displaced_step_copy_insn): Declare.
188 (aarch64_displaced_step_fixup): Declare.
189 (aarch64_displaced_step_hw_singlestep): Declare.
190 * arch/aarch64-insn.c (emit_insn): Moved from
191 gdbserver/linux-aarch64-low.c.
192 (emit_load_store): Likewise.
193 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
194 gdbserver/linux-aarch64-low.c.
195 (struct aarch64_register): Likewise.
196 (struct aarch64_memory_operand): Likewise.
198 (can_encode_int32): New macro.
199 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
200 (emit_tb, emit_nop): Likewise.
201 (emit_insn): Declare.
202 (emit_load_store): Declare.
204 2015-10-12 Yao Qi <yao.qi@linaro.org>
206 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
207 gdbserver/linux-aarch64-low.c.
208 (aarch64_relocate_instruction): Likewise.
209 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
210 (struct aarch64_insn_data): Moved from
211 gdbserver/linux-aarch64-low.c.
212 (struct aarch64_insn_visitor): Likewise.
213 (aarch64_relocate_instruction): Declare.
215 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
217 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
218 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
219 to the returned value.
221 2015-10-09 Joel Brobecker <brobecker@adacore.com>
223 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
224 is large enough for BIT_SIZE. Update function comment.
226 2015-10-09 Joel Brobecker <brobecker@adacore.com>
228 * ada-lang.c (ada_value_primitive_packed_val): Move
229 src_len variable to local block where used. Override
230 BIT_SIZE if bigger than size of resolved type.
232 2015-10-09 Joel Brobecker <brobecker@adacore.com>
234 * gdbtypes.h (is_scalar_type): Add extern declaration.
235 * gdbtypes.c (is_scalar_type): Make non-static.
236 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
237 to compute IS_SCALAR instead of doing it ourselves.
239 2015-10-09 Joel Brobecker <brobecker@adacore.com>
241 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
242 of case where TYPE is dynamic.
244 2015-10-09 Joel Brobecker <brobecker@adacore.com>
246 * ada-lang.c (ada_unpack_from_contents): New function,
247 extracted from ada_value_primitive_packed_val.
248 (ada_value_primitive_packed_val): Replace extracted out code
249 by call to ada_unpack_from_contents.
251 2015-10-09 Joel Brobecker <brobecker@adacore.com>
253 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
254 variable declarations.
256 2015-10-09 Joel Brobecker <brobecker@adacore.com>
258 * ada-lang.c (ada_value_primitive_packed_val): Change the type
259 of local variables src and unpacked to "gdb_type *" instead of
262 2015-10-09 Joel Brobecker <brobecker@adacore.com>
264 * ada-lang.c (ada_value_primitive_packed_val): Make the name
265 of various local variables more explicit and consistent.
266 No real code change otherwise.
268 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
270 * i386-tdep.h (struct gdbarch_tdep): Change type of
271 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
273 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
275 * cris-tdep.c (struct instruction_environment): Change type of
276 byte_order to enum bfd_endian.
278 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
280 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
281 enum gdb_syscall casts.
283 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
285 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
286 * arm-tdep.c (struct stack_item): Likewise.
287 (push_stack_item): Add gdb_byte* cast.
288 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
289 (push_stack_item): Add gdb_byte* cast.
290 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
292 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
293 (push_stack_item): Add gdb_byte* cast.
294 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
296 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
298 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
299 gdb_byte* and remove unnecessary cast.
300 (h8300h_extract_return_value): Likewise.
301 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
302 (h8300h_store_return_value): Likewise.
303 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
304 gdb_byte* and remove unnecessary cast.
305 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
307 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
308 gdb_byte* and remove unnecessary cast.
309 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
311 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
312 (mep_pseudo_cr64_read): Likewise.
313 (mep_pseudo_csr_write): Likewise.
314 (mep_pseudo_cr32_write): Likewise.
315 (mep_pseudo_cr64_write): Likewise.
316 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
317 gdb_byte* and add cast.
318 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
319 gdb_byte* and remove unnecessary cast.
320 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
322 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
324 * printcmd.c (void): Likewise.
325 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
326 gdb_byte* and add cast.
327 (infpy_write_memory): Likewise.
328 (infpy_search_memory): Likewise.
329 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
331 (regcache_raw_write_unsigned): Likewise.
332 (regcache_cooked_write_signed): Likewise.
333 (regcache_cooked_write_unsigned): Likewise.
334 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
337 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
339 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
340 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
342 2015-10-09 Eli Zaretskii <eliz@gnu.org>
344 * stack.c (print_stack_frame):
345 * utils.c (printchar): Fix typos in commentary.
347 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
349 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
350 (PostfixExpression): Support `expr.sizeof' expressions.
351 (PrimaryExpression): Support `typeof(expr)' expressions.
353 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
355 * MAINTAINERS: Update my email address.
357 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
359 * record-btrace.c (record_btrace_resume): Fix void return.
361 2015-10-07 Yao Qi <yao.qi@linaro.org>
363 * aarch64-tdep.c: Include opcode/aarch64.h.
364 (submask): Move it above.
367 (aarch64_software_single_step): Call aarch64_decode_insn.
368 Decode instruction by aarch64_inst instead of using
369 aarch64_decode_bcond and decode_masked_match.
371 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
373 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
374 only when the file is binary.
376 2015-10-02 James Bowman <james.bowman@ftdichip.com>
378 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
381 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
383 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
385 2015-09-30 Doug Evans <dje@google.com>
387 * dwarf2read.c (setup_type_unit_groups): Add comment.
389 2015-09-30 Pedro Alves <palves@redhat.com>
391 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
392 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
393 (x86_linux_create_target): Don't install
394 x86_linux_always_non_stop_p.
396 2015-09-30 Don Breazeal <donb@codesourcery.com>
398 * remote.c (remote_parse_stop_reply): Call strprefix instead
401 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
403 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
404 * gdbarch.h: Regenerate.
405 * i386-tdep.c (i386_gdbarch_init): Remove cast to
406 struct gdbarch_tdep_info *.
407 * mips-tdep.c (mips_gdbarch_init): Likewise.
408 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
409 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
410 * spu-multiarch.c (spu_gdbarch): Likewise.
412 2015-09-30 Kevin Buettner <kevinb@redhat.com>
414 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
417 2015-09-29 Kevin Buettner <kevinb@redhat.com>
419 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
420 and union arguments the same as pointer arguments when determining
423 2015-09-29 James Bowman <james.bowman@ftdichip.com>
425 * ft32-tdep.c: #include "opcode/ft32.h".
426 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
427 (ft32_analyze_prologue): Use FT32_* macros.
429 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
431 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
434 2015-09-28 Doug Evans <dje@google.com>
436 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
438 2015-09-28 Doug Evans <dje@google.com>
440 * common/filestuff.c (make_cleanup_close): Update comment.
442 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
444 * btrace.c (parse_xml_btrace_block): Fix cast of
445 xml_find_attribute's return value.
446 * memory-map.c (memory_map_start_memory): Likewise.
447 * solib-svr4.c (library_list_start_library): Likewise.
448 * solib-target.c (library_list_start_segment): Likewise.
449 (library_list_start_section): Likewise.
450 * tracepoint.c (traceframe_info_start_memory): Likewise.
452 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
454 * d-namespace.c (d_lookup_symbol): New arg langdef.
455 All callers updated. Support looking up symbol as a primitive type.
456 (lookup_module_scope): New arg langdef. All callers updated.
457 Call d_lookup_symbol directly for simple bare symbols.
459 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
461 * macrocmd.c (print_macro_callback): Add cast(s).
462 * macrotab.c (macro_bcache_str): Likewise.
463 (new_macro_definition): Likewise.
464 * main.c (captured_main): Likewise.
465 * maint.c (print_bfd_section_info): Likewise.
466 * mdebugread.c (mdebug_build_psymtabs): Likewise.
467 (basic_type): Likewise.
468 * memattr.c (mem_region_cmp): Likewise.
469 * memory-map.c (memory_map_start_memory): Likewise.
470 (memory_map_end_memory): Likewise.
471 (memory_map_start_property): Likewise.
472 (memory_map_end_property): Likewise.
473 (clear_result): Likewise.
474 * memrange.c (compare_mem_ranges): Likewise.
475 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
476 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
477 * mi/mi-console.c (mi_console_file_delete): Likewise.
478 (mi_console_file_fputs): Likewise.
479 (mi_console_raw_packet): Likewise.
480 (mi_console_file_flush): Likewise.
481 (mi_console_set_raw): Likewise.
482 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
483 (mi_new_thread): Likewise.
484 (mi_thread_exit): Likewise.
485 (mi_record_changed): Likewise.
486 (mi_inferior_added): Likewise.
487 (mi_inferior_appeared): Likewise.
488 (mi_inferior_exit): Likewise.
489 (mi_inferior_removed): Likewise.
490 (mi_interp_data): Likewise.
491 (mi_on_normal_stop): Likewise.
492 (mi_traceframe_changed): Likewise.
493 (mi_tsv_created): Likewise.
494 (mi_tsv_deleted): Likewise.
495 (mi_tsv_modified): Likewise.
496 (mi_breakpoint_created): Likewise.
497 (mi_breakpoint_deleted): Likewise.
498 (mi_breakpoint_modified): Likewise.
499 (mi_output_running_pid): Likewise.
500 (mi_inferior_count): Likewise.
501 (mi_solib_loaded): Likewise.
502 (mi_solib_unloaded): Likewise.
503 (mi_command_param_changed): Likewise.
504 (mi_memory_changed): Likewise.
505 (report_initial_inferior): Likewise.
506 (mi_ui_out): Likewise.
507 (mi_set_logging): Likewise.
508 * mi/mi-main.c (collect_cores): Likewise.
509 (print_one_inferior): Likewise.
510 (free_vector_of_ints): Likewise.
511 (free_splay_tree): Likewise.
512 (mi_execute_command): Likewise.
513 * mi/mi-out.c (mi_table_body): Likewise.
514 (mi_table_end): Likewise.
515 (mi_table_header): Likewise.
516 (mi_begin): Likewise.
518 (mi_field_int): Likewise.
519 (mi_field_string): Likewise.
520 (mi_field_fmt): Likewise.
521 (mi_flush): Likewise.
522 (mi_redirect): Likewise.
523 (field_separator): Likewise.
525 (mi_close): Likewise.
526 (mi_out_buffered): Likewise.
527 (mi_out_rewind): Likewise.
528 (mi_out_put): Likewise.
529 (mi_version): Likewise.
530 (mi_out_data_dtor): Likewise.
531 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
532 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
533 * minidebug.c (lzma_open): Likewise.
534 (lzma_pread): Likewise.
535 (lzma_close): Likewise.
536 (lzma_stat): Likewise.
537 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
538 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
539 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
540 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
541 (mips_micro_frame_cache): Likewise.
542 (mips_insn32_frame_cache): Likewise.
543 (mips_stub_frame_cache): Likewise.
544 (gdb_print_insn_mips): Likewise.
545 (value_of_mips_user_reg): Likewise.
546 (mips_gdbarch_init): Likewise.
547 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
548 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
549 (mipsnbsd_supply_gregset): Likewise.
550 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
551 (am33_collect_gregset_method): Likewise.
552 (am33_collect_fpregset_method): Likewise.
553 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
554 * moxie-tdep.c (moxie_frame_cache): Likewise.
555 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
556 (msp430_analyze_frame_prologue): Likewise.
557 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
558 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
559 (nios2_collect_gregset): Likewise.
560 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
561 (nios2_stub_frame_cache): Likewise.
562 * objc-lang.c (find_methods): Likewise.
563 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
564 (get_objfile_pspace_data): Likewise.
565 (get_objfile_bfd_data): Likewise.
566 (objfile_bfd_data_free): Likewise.
567 (add_to_objfile_sections): Likewise.
568 (do_free_objfile_cleanup): Likewise.
569 (resume_section_map_updates_cleanup): Likewise.
570 * opencl-lang.c (builtin_opencl_type): Likewise.
571 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
572 * osdata.c (osdata_start_osdata): Likewise.
573 (osdata_start_item): Likewise.
574 (osdata_start_column): Likewise.
575 (osdata_end_column): Likewise.
576 (clear_parsing_data): Likewise.
577 (osdata_free_cleanup): Likewise.
578 * parse.c (type_stack_cleanup): Likewise.
579 (exp_uses_objfile_iter): Likewise.
580 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
581 (ppc_linux_collect_gregset): Likewise.
582 (ppu2spu_prev_arch): Likewise.
583 (ppu2spu_this_id): Likewise.
584 (ppu2spu_prev_register): Likewise.
585 (ppu2spu_unwind_register): Likewise.
586 (ppu2spu_sniffer): Likewise.
587 (ppu2spu_dealloc_cache): Likewise.
588 (ppc_linux_init_abi): Likewise.
589 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
590 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
591 * progspace.c (restore_program_space): Likewise.
592 * psymtab.c (find_pc_sect_psymtab): Likewise.
593 (compare_psymbols): Likewise.
594 (psymbol_bcache_full): Likewise.
595 (allocate_psymtab): Likewise.
596 (discard_psymtabs_upto): Likewise.
597 * python/py-block.c (set_block): Likewise.
598 (del_objfile_blocks): Likewise.
599 * python/py-breakpoint.c (build_bp_list): Likewise.
600 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
601 (build_inferior_list): Likewise.
602 (py_free_inferior): Likewise.
603 * python/py-objfile.c (py_free_objfile): Likewise.
604 (objfile_to_objfile_object): Likewise.
605 * python/py-prettyprint.c (py_restore_tstate): Likewise.
606 * python/py-progspace.c (py_free_pspace): Likewise.
607 (pspace_to_pspace_object): Likewise.
608 * python/py-symbol.c (set_symbol): Likewise.
609 (del_objfile_symbols): Likewise.
610 * python/py-symtab.c (set_sal): Likewise.
611 (set_symtab): Likewise.
612 (del_objfile_symtab): Likewise.
613 (del_objfile_sal): Likewise.
614 * python/py-type.c (save_objfile_types): Likewise.
615 (set_type): Likewise.
616 * python/py-unwind.c (pyuw_prev_register): Likewise.
617 (pyuw_on_new_gdbarch): Likewise.
618 * python/py-utils.c (py_decref): Likewise.
619 (py_xdecref): Likewise.
620 (gdb_py_generic_dict): Likewise.
621 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
622 (gdbpy_clone_xmethod_worker_data): Likewise.
623 (gdbpy_get_xmethod_arg_types): Likewise.
624 (gdbpy_get_xmethod_result_type): Likewise.
625 (gdbpy_invoke_xmethod): Likewise.
626 * python/python.c (gdbpy_apply_type_printers): Likewise.
627 (gdbpy_free_type_printers): Likewise.
628 * record-btrace.c (record_btrace_disable_callback): Likewise.
629 (bfcache_hash): Likewise.
630 (bfcache_eq): Likewise.
631 (btrace_get_frame_function): Likewise.
632 (record_btrace_frame_unwind_stop_reason): Likewise.
633 (record_btrace_frame_this_id): Likewise.
634 (record_btrace_frame_prev_register): Likewise.
635 (record_btrace_frame_dealloc_cache): Likewise.
636 * record-full.c (record_full_message_wrapper): Likewise.
637 (record_full_save_cleanups): Likewise.
638 * regcache.c (regcache_descr): Likewise.
639 (do_regcache_xfree): Likewise.
640 (do_regcache_invalidate): Likewise.
641 (do_cooked_read): Likewise.
642 (regcache_transfer_regset): Likewise.
643 * reggroups.c (reggroup_add): Likewise.
644 (reggroup_next): Likewise.
645 (reggroup_prev): Likewise.
646 * remote-fileio.c (do_remote_fileio_request): Likewise.
647 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
648 (do_notif_event_xfree): Likewise.
649 * remote.c (get_remote_arch_state): Likewise.
650 (remote_pspace_data_cleanup): Likewise.
651 (get_remote_exec_file): Likewise.
652 (set_pspace_remote_exec_file): Likewise.
653 (compare_pnums): Likewise.
654 (clear_threads_listing_context): Likewise.
655 (remote_newthread_step): Likewise.
656 (start_thread): Likewise.
657 (end_thread): Likewise.
658 (remove_child_of_pending_fork): Likewise.
659 (remove_stop_reply_for_inferior): Likewise.
660 (remove_stop_reply_of_remote_state): Likewise.
661 (remote_notif_remove_once_on_match): Likewise.
662 (stop_reply_match_ptid_and_ws): Likewise.
663 (kill_child_of_pending_fork): Likewise.
664 (register_remote_g_packet_guess): Likewise.
665 (remote_read_description_p): Likewise.
666 (remote_read_description): Likewise.
667 (free_actions_list_cleanup_wrapper): Likewise.
668 (remote_async_serial_handler): Likewise.
669 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
670 (rl78_analyze_frame_prologue): Likewise.
671 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
672 (ppc_supply_fpregset): Likewise.
673 (ppc_supply_vsxregset): Likewise.
674 (ppc_supply_vrregset): Likewise.
675 (ppc_collect_gregset): Likewise.
676 (ppc_collect_fpregset): Likewise.
677 (ppc_collect_vsxregset): Likewise.
678 (ppc_collect_vrregset): Likewise.
679 (e500_move_ev_register): Likewise.
680 (do_regcache_raw_write): Likewise.
681 (rs6000_frame_cache): Likewise.
682 (rs6000_epilogue_frame_cache): Likewise.
683 (rs6000_gdbarch_init): Likewise.
684 * rx-tdep.c (rx_get_opcode_byte): Likewise.
685 (rx_analyze_frame_prologue): Likewise.
686 (rx_frame_type): Likewise.
687 (rx_frame_sniffer_common): Likewise.
688 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
689 (s390_frame_unwind_cache): Likewise.
690 (s390_stub_frame_unwind_cache): Likewise.
691 (s390_sigtramp_frame_unwind_cache): Likewise.
692 * score-tdep.c (score_make_prologue_cache): Likewise.
693 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
694 (sentinel_frame_prev_arch): Likewise.
695 * ser-base.c (fd_event): Likewise.
696 (push_event): Likewise.
697 (ser_base_write): Likewise.
698 * ser-pipe.c (pipe_close): Likewise.
699 * serial.c (serial_write): Likewise.
700 * sh-tdep.c (sh_frame_cache): Likewise.
701 (sh_stub_this_id): Likewise.
702 * sh64-tdep.c (sh64_frame_cache): Likewise.
703 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
704 (library_list_start_library): Likewise.
705 (library_list_start_list): Likewise.
706 (solib_aix_free_library_list): Likewise.
707 * solib-darwin.c (get_darwin_info): Likewise.
708 * solib-dsbt.c (get_dsbt_info): Likewise.
709 * solib-spu.c (append_ocl_sos): Likewise.
710 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
711 (get_svr4_info): Likewise.
712 (library_list_start_library): Likewise.
713 (svr4_library_list_start_list): Likewise.
714 (hash_probe_and_action): Likewise.
715 (equal_probe_and_action): Likewise.
716 (svr4_update_solib_event_breakpoint): Likewise.
717 (set_solib_svr4_fetch_link_map_offsets): Likewise.
718 (svr4_fetch_link_map_offsets): Likewise.
719 (svr4_have_link_map_offsets): Likewise.
720 * solib-target.c (library_list_start_segment): Likewise.
721 (library_list_start_section): Likewise.
722 (library_list_start_library): Likewise.
723 (library_list_end_library): Likewise.
724 (library_list_start_list): Likewise.
725 (solib_target_free_library_list): Likewise.
726 * solib.c (solib_ops): Likewise.
727 (set_solib_ops): Likewise.
728 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
729 * sparc-tdep.c (sparc_frame_cache): Likewise.
730 (sparc32_frame_cache): Likewise.
731 (sparc32_supply_gregset): Likewise.
732 (sparc32_collect_gregset): Likewise.
733 (sparc32_supply_fpregset): Likewise.
734 (sparc32_collect_fpregset): Likewise.
735 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
736 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
737 (sparc64_collect_gregset): Likewise.
738 (sparc64_supply_fpregset): Likewise.
739 (sparc64_collect_fpregset): Likewise.
740 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
741 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
742 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
743 (sparc64obsd_trapframe_cache): Likewise.
744 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
745 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
746 * spu-multiarch.c (spu_gdbarch): Likewise.
747 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
748 (spu2ppu_prev_arch): Likewise.
749 (spu2ppu_this_id): Likewise.
750 (spu2ppu_prev_register): Likewise.
751 (spu2ppu_dealloc_cache): Likewise.
752 (spu_dis_asm_print_address): Likewise.
753 (gdb_print_insn_spu): Likewise.
754 (spu_get_overlay_table): Likewise.
755 * stabsread.c (rs6000_builtin_type): Likewise.
756 * stack.c (do_print_variable_and_value): Likewise.
757 * stap-probe.c (get_stap_base_address_1): Likewise.
758 * symfile-debug.c (debug_qf_has_symbols): Likewise.
759 (debug_qf_find_last_source_symtab): Likewise.
760 (debug_qf_forget_cached_source_info): Likewise.
761 (debug_qf_map_symtabs_matching_filename): Likewise.
762 (debug_qf_lookup_symbol): Likewise.
763 (debug_qf_print_stats): Likewise.
764 (debug_qf_dump): Likewise.
765 (debug_qf_relocate): Likewise.
766 (debug_qf_expand_symtabs_for_function): Likewise.
767 (debug_qf_expand_all_symtabs): Likewise.
768 (debug_qf_expand_symtabs_with_fullname): Likewise.
769 (debug_qf_map_matching_symbols): Likewise.
770 (debug_qf_expand_symtabs_matching): Likewise.
771 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
772 (debug_qf_map_symbol_filenames): Likewise.
773 (debug_sym_get_probes): Likewise.
774 (debug_sym_new_init): Likewise.
775 (debug_sym_init): Likewise.
776 (debug_sym_read): Likewise.
777 (debug_sym_read_psymbols): Likewise.
778 (debug_sym_finish): Likewise.
779 (debug_sym_offsets): Likewise.
780 (debug_sym_read_linetable): Likewise.
781 (debug_sym_relocate): Likewise.
782 (uninstall_symfile_debug_logging): Likewise.
783 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
784 * symfile.c (place_section): Likewise.
785 (add_section_size_callback): Likewise.
786 (load_progress): Likewise.
787 (load_section_callback): Likewise.
788 (clear_memory_write_data): Likewise.
789 (allocate_symtab): Likewise.
790 * symmisc.c (maintenance_expand_file_matcher): Likewise.
791 * symtab.c (lookup_symtab_callback): Likewise.
792 (hash_demangled_name_entry): Likewise.
793 (eq_demangled_name_entry): Likewise.
794 (get_symbol_cache): Likewise.
795 (symbol_cache_cleanup): Likewise.
796 (set_symbol_cache_size): Likewise.
797 (symbol_cache_flush): Likewise.
798 (maintenance_print_symbol_cache): Likewise.
799 (maintenance_print_symbol_cache_statistics): Likewise.
800 (delete_filename_seen_cache): Likewise.
801 (output_partial_symbol_filename): Likewise.
802 (search_symbols_file_matches): Likewise.
803 (search_symbols_name_matches): Likewise.
804 (do_free_completion_list): Likewise.
805 (maybe_add_partial_symtab_filename): Likewise.
806 (get_main_info): Likewise.
807 (main_info_cleanup): Likewise.
808 * target-dcache.c (target_dcache_cleanup): Likewise.
809 (target_dcache_init_p): Likewise.
810 (target_dcache_invalidate): Likewise.
811 (target_dcache_get): Likewise.
812 (target_dcache_get_or_init): Likewise.
813 * target-descriptions.c (target_find_description): Likewise.
814 (tdesc_find_type): Likewise.
815 (tdesc_data_cleanup): Likewise.
816 (tdesc_find_arch_register): Likewise.
817 (tdesc_register_name): Likewise.
818 (tdesc_register_type): Likewise.
819 (tdesc_register_reggroup_p): Likewise.
820 (set_tdesc_pseudo_register_name): Likewise.
821 (set_tdesc_pseudo_register_type): Likewise.
822 (set_tdesc_pseudo_register_reggroup_p): Likewise.
823 (tdesc_use_registers): Likewise.
824 (free_target_description): Likewise.
825 * target-memory.c (compare_block_starting_address): Likewise.
826 (cleanup_request_data): Likewise.
827 (cleanup_write_requests_vector): Likewise.
828 * target.c (open_target): Likewise.
829 (cleanup_restore_target_terminal): Likewise.
830 (free_memory_read_result_vector): Likewise.
831 * thread.c (disable_thread_stack_temporaries): Likewise.
832 (finish_thread_state_cleanup): Likewise.
833 (do_restore_current_thread_cleanup): Likewise.
834 (restore_current_thread_cleanup_dtor): Likewise.
835 (set_thread_refcount): Likewise.
836 (tp_array_compar): Likewise.
837 (do_captured_thread_select): Likewise.
838 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
839 (tic6x_stub_this_id): Likewise.
840 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
841 * top.c (do_restore_instream_cleanup): Likewise.
842 (gdb_readline_wrapper_cleanup): Likewise.
843 (kill_or_detach): Likewise.
844 (print_inferior_quit_action): Likewise.
845 * tracefile-tfile.c (match_blocktype): Likewise.
846 (build_traceframe_info): Likewise.
847 * tracefile.c (trace_file_writer_xfree): Likewise.
848 * tracepoint.c (memrange_cmp): Likewise.
849 (do_collect_symbol): Likewise.
850 (do_clear_collection_list): Likewise.
851 (do_restore_current_traceframe_cleanup): Likewise.
852 (restore_current_traceframe_cleanup_dtor): Likewise.
853 (free_current_marker): Likewise.
854 (traceframe_info_start_memory): Likewise.
855 (traceframe_info_start_tvar): Likewise.
856 (free_result): Likewise.
857 * tramp-frame.c (tramp_frame_cache): Likewise.
858 * tui/tui-file.c (tui_file_delete): Likewise.
859 (tui_fileopen): Likewise.
860 (tui_sfileopen): Likewise.
861 (tui_file_isatty): Likewise.
862 (tui_file_rewind): Likewise.
863 (tui_file_put): Likewise.
864 (tui_file_fputs): Likewise.
865 (tui_file_get_strbuf): Likewise.
866 (tui_file_adjust_strbuf): Likewise.
867 (tui_file_flush): Likewise.
868 * tui/tui-layout.c (make_command_window): Likewise.
869 (make_data_window): Likewise.
870 (show_source_disasm_command): Likewise.
871 (show_data): Likewise.
872 (make_source_or_disasm_window): Likewise.
873 (show_source_or_disasm_and_command): Likewise.
874 * tui/tui-out.c (tui_field_int): Likewise.
875 (tui_field_string): Likewise.
876 (tui_field_fmt): Likewise.
877 (tui_text): Likewise.
878 * typeprint.c (hash_typedef_field): Likewise.
879 (eq_typedef_field): Likewise.
880 (do_free_typedef_hash): Likewise.
881 (copy_typedef_hash_element): Likewise.
882 (do_free_global_table): Likewise.
883 (find_global_typedef): Likewise.
884 (find_typedef_in_hash): Likewise.
885 * ui-file.c (ui_file_write_for_put): Likewise.
886 (do_ui_file_xstrdup): Likewise.
887 (mem_file_delete): Likewise.
888 (mem_file_rewind): Likewise.
889 (mem_file_put): Likewise.
890 (mem_file_write): Likewise.
891 (stdio_file_delete): Likewise.
892 (stdio_file_flush): Likewise.
893 (stdio_file_read): Likewise.
894 (stdio_file_write): Likewise.
895 (stdio_file_write_async_safe): Likewise.
896 (stdio_file_fputs): Likewise.
897 (stdio_file_isatty): Likewise.
898 (stdio_file_fseek): Likewise.
899 (tee_file_delete): Likewise.
900 (tee_file_flush): Likewise.
901 (tee_file_write): Likewise.
902 (tee_file_fputs): Likewise.
903 (tee_file_isatty): Likewise.
904 * ui-out.c (do_cleanup_table_end): Likewise.
905 (do_cleanup_end): Likewise.
906 * user-regs.c (user_reg_add): Likewise.
907 (user_reg_map_name_to_regnum): Likewise.
908 (usernum_to_user_reg): Likewise.
909 (maintenance_print_user_registers): Likewise.
910 * utils.c (do_bfd_close_cleanup): Likewise.
911 (do_fclose_cleanup): Likewise.
912 (do_obstack_free): Likewise.
913 (do_ui_file_delete): Likewise.
914 (do_ui_out_redirect_pop): Likewise.
915 (do_free_section_addr_info): Likewise.
916 (restore_integer): Likewise.
917 (do_unpush_target): Likewise.
918 (do_htab_delete_cleanup): Likewise.
919 (do_restore_ui_file): Likewise.
920 (do_value_free): Likewise.
921 (do_free_so): Likewise.
922 (free_current_contents): Likewise.
923 (do_regfree_cleanup): Likewise.
924 (core_addr_hash): Likewise.
925 (core_addr_eq): Likewise.
926 (do_free_char_ptr_vec): Likewise.
927 * v850-tdep.c (v850_frame_cache): Likewise.
928 * varobj.c (do_free_variable_cleanup): Likewise.
929 * vax-tdep.c (vax_supply_gregset): Likewise.
930 (vax_frame_cache): Likewise.
931 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
932 * xml-support.c (gdb_xml_body_text): Likewise.
933 (gdb_xml_values_cleanup): Likewise.
934 (gdb_xml_start_element): Likewise.
935 (gdb_xml_start_element_wrapper): Likewise.
936 (gdb_xml_end_element): Likewise.
937 (gdb_xml_end_element_wrapper): Likewise.
938 (gdb_xml_cleanup): Likewise.
939 (gdb_xml_fetch_external_entity): Likewise.
940 (gdb_xml_parse_attr_enum): Likewise.
941 (xinclude_start_include): Likewise.
942 (xinclude_end_include): Likewise.
943 (xml_xinclude_default): Likewise.
944 (xml_xinclude_start_doctype): Likewise.
945 (xml_xinclude_end_doctype): Likewise.
946 (xml_xinclude_cleanup): Likewise.
947 (xml_fetch_content_from_file): Likewise.
948 * xml-syscall.c (free_syscalls_info): Likewise.
949 (syscall_start_syscall): Likewise.
950 * xml-tdesc.c (tdesc_end_arch): Likewise.
951 (tdesc_end_osabi): Likewise.
952 (tdesc_end_compatible): Likewise.
953 (tdesc_start_target): Likewise.
954 (tdesc_start_feature): Likewise.
955 (tdesc_start_reg): Likewise.
956 (tdesc_start_union): Likewise.
957 (tdesc_start_struct): Likewise.
958 (tdesc_start_flags): Likewise.
959 (tdesc_start_field): Likewise.
960 (tdesc_start_vector): Likewise.
961 (fetch_available_features_from_target): Likewise.
962 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
963 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
964 (xtensa_frame_cache): Likewise.
965 (xtensa_frame_prev_register): Likewise.
966 (xtensa_extract_return_value): Likewise.
968 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
970 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
971 (aarch64_make_stub_cache): Likewise.
972 (value_of_aarch64_user_reg): Likewise.
973 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
974 (get_ada_inferior_data): Likewise.
975 (get_ada_pspace_data): Likewise.
976 (ada_pspace_data_cleanup): Likewise.
977 (ada_complete_symbol_matcher): Likewise.
978 (ada_exc_search_name_matches): Likewise.
979 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
980 (get_ada_tasks_inferior_data): Likewise.
981 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
982 (splay_obstack_alloc): Likewise.
983 (splay_obstack_free): Likewise.
984 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
985 (alpha_linux_collect_gregset): Likewise.
986 (alpha_linux_supply_fpregset): Likewise.
987 (alpha_linux_collect_fpregset): Likewise.
988 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
989 * alpha-tdep.c (alpha_lds): Likewise.
990 (alpha_sts): Likewise.
991 (alpha_sigtramp_frame_unwind_cache): Likewise.
992 (alpha_heuristic_frame_unwind_cache): Likewise.
993 (alpha_supply_int_regs): Likewise.
994 (alpha_fill_int_regs): Likewise.
995 (alpha_supply_fp_regs): Likewise.
996 (alpha_fill_fp_regs): Likewise.
997 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
998 (alphanbsd_aout_supply_gregset): Likewise.
999 (alphanbsd_supply_gregset): Likewise.
1000 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1001 (amd64_x32_linux_init_abi): Likewise.
1002 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1003 (amd64_collect_native_gregset): Likewise.
1004 * amd64-tdep.c (amd64_frame_cache): Likewise.
1005 (amd64_sigtramp_frame_cache): Likewise.
1006 (amd64_epilogue_frame_cache): Likewise.
1007 (amd64_supply_fxsave): Likewise.
1008 (amd64_supply_xsave): Likewise.
1009 (amd64_collect_fxsave): Likewise.
1010 (amd64_collect_xsave): Likewise.
1011 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1012 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1013 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1014 (arm_linux_collect_gregset): Likewise.
1015 (arm_linux_supply_nwfpe): Likewise.
1016 (arm_linux_collect_nwfpe): Likewise.
1017 (arm_linux_supply_vfp): Likewise.
1018 (arm_linux_collect_vfp): Likewise.
1019 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1020 (arm_prologue_unwind_stop_reason): Likewise.
1021 (arm_prologue_this_id): Likewise.
1022 (arm_prologue_prev_register): Likewise.
1023 (arm_exidx_data_free): Likewise.
1024 (arm_find_exidx_entry): Likewise.
1025 (arm_stub_this_id): Likewise.
1026 (arm_m_exception_this_id): Likewise.
1027 (arm_m_exception_prev_register): Likewise.
1028 (arm_normal_frame_base): Likewise.
1029 (gdb_print_insn_arm): Likewise.
1030 (arm_objfile_data_free): Likewise.
1031 (arm_record_special_symbol): Likewise.
1032 (value_of_arm_user_reg): Likewise.
1033 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1034 (armbsd_supply_gregset): Likewise.
1035 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1036 (get_auto_load_pspace_data): Likewise.
1037 (hash_loaded_script_entry): Likewise.
1038 (eq_loaded_script_entry): Likewise.
1039 (clear_section_scripts): Likewise.
1040 (collect_matching_scripts): Likewise.
1041 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1042 (get_auxv_inferior_data): Likewise.
1043 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1044 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1045 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1046 (target_bfd_xclose): Likewise.
1047 (target_bfd_get_section_table): Likewise.
1048 * bfin-tdep.c (bfin_frame_cache): Likewise.
1049 * block.c (find_block_in_blockvector): Likewise.
1050 (call_site_for_pc): Likewise.
1051 (block_find_non_opaque_type_preferred): Likewise.
1052 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1053 (signal_catchpoint_remove_location): Likewise.
1054 (signal_catchpoint_breakpoint_hit): Likewise.
1055 (signal_catchpoint_print_one): Likewise.
1056 (signal_catchpoint_print_mention): Likewise.
1057 (signal_catchpoint_print_recreate): Likewise.
1058 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1059 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1060 (bp_location_compare_addrs): Likewise.
1061 (get_first_locp_gte_addr): Likewise.
1062 (check_tracepoint_command): Likewise.
1063 (do_map_commands_command): Likewise.
1064 (get_breakpoint_objfile_data): Likewise.
1065 (free_breakpoint_probes): Likewise.
1066 (do_captured_breakpoint_query): Likewise.
1067 (compare_breakpoints): Likewise.
1068 (bp_location_compare): Likewise.
1069 (bpstat_remove_breakpoint_callback): Likewise.
1070 (do_delete_breakpoint_cleanup): Likewise.
1071 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1072 (bsd_uthread_set_collect_uthread): Likewise.
1073 (bsd_uthread_activate): Likewise.
1074 (bsd_uthread_fetch_registers): Likewise.
1075 (bsd_uthread_store_registers): Likewise.
1076 * btrace.c (check_xml_btrace_version): Likewise.
1077 (parse_xml_btrace_block): Likewise.
1078 (parse_xml_btrace_pt_config_cpu): Likewise.
1079 (parse_xml_btrace_pt_raw): Likewise.
1080 (parse_xml_btrace_pt): Likewise.
1081 (parse_xml_btrace_conf_bts): Likewise.
1082 (parse_xml_btrace_conf_pt): Likewise.
1083 (do_btrace_data_cleanup): Likewise.
1084 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1085 * charset.c (cleanup_iconv): Likewise.
1086 (do_cleanup_iterator): Likewise.
1087 * cli-out.c (cli_uiout_dtor): Likewise.
1088 (cli_table_begin): Likewise.
1089 (cli_table_body): Likewise.
1090 (cli_table_end): Likewise.
1091 (cli_table_header): Likewise.
1092 (cli_begin): Likewise.
1093 (cli_end): Likewise.
1094 (cli_field_int): Likewise.
1095 (cli_field_skip): Likewise.
1096 (cli_field_string): Likewise.
1097 (cli_field_fmt): Likewise.
1098 (cli_spaces): Likewise.
1099 (cli_text): Likewise.
1100 (cli_message): Likewise.
1101 (cli_wrap_hint): Likewise.
1102 (cli_flush): Likewise.
1103 (cli_redirect): Likewise.
1104 (out_field_fmt): Likewise.
1105 (field_separator): Likewise.
1106 (cli_out_set_stream): Likewise.
1107 * cli/cli-cmds.c (compare_symtabs): Likewise.
1108 * cli/cli-dump.c (call_dump_func): Likewise.
1109 (restore_section_callback): Likewise.
1110 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1111 (do_restore_user_call_depth): Likewise.
1112 (do_free_command_lines_cleanup): Likewise.
1113 * coff-pe-read.c (get_section_vmas): Likewise.
1114 (pe_as16): Likewise.
1115 (pe_as32): Likewise.
1116 * coffread.c (coff_symfile_read): Likewise.
1117 * common/agent.c (agent_look_up_symbols): Likewise.
1118 * common/filestuff.c (do_close_cleanup): Likewise.
1119 * common/format.c (free_format_pieces_cleanup): Likewise.
1120 * common/vec.c (vec_o_reserve): Likewise.
1121 * compile/compile-c-support.c (print_one_macro): Likewise.
1122 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1123 (eq_symbol_error): Likewise.
1124 (del_symbol_error): Likewise.
1125 (error_symbol_once): Likewise.
1126 (gcc_convert_symbol): Likewise.
1127 (gcc_symbol_address): Likewise.
1128 (hash_symname): Likewise.
1129 (eq_symname): Likewise.
1130 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1131 (eq_type_map_instance): Likewise.
1132 (insert_type): Likewise.
1133 (convert_type): Likewise.
1134 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1135 (setup_sections): Likewise.
1136 (link_hash_table_free): Likewise.
1137 (copy_sections): Likewise.
1138 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1139 * compile/compile.c (compile_print_value): Likewise.
1140 (do_rmdir): Likewise.
1141 (cleanup_compile_instance): Likewise.
1142 (cleanup_unlink_file): Likewise.
1143 * completer.c (free_completion_tracker): Likewise.
1144 * corelow.c (add_to_spuid_list): Likewise.
1145 * cp-namespace.c (reset_directive_searched): Likewise.
1146 * cp-support.c (reset_directive_searched): Likewise.
1147 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1148 (cris_frame_unwind_cache): Likewise.
1149 * d-lang.c (builtin_d_type): Likewise.
1150 * d-namespace.c (reset_directive_searched): Likewise.
1151 * dbxread.c (dbx_free_symfile_info): Likewise.
1152 (do_free_bincl_list_cleanup): Likewise.
1153 * disasm.c (hash_dis_line_entry): Likewise.
1154 (eq_dis_line_entry): Likewise.
1155 (dis_asm_print_address): Likewise.
1156 (fprintf_disasm): Likewise.
1157 (do_ui_file_delete): Likewise.
1158 * doublest.c (convert_floatformat_to_doublest): Likewise.
1159 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1160 (dummy_frame_prev_register): Likewise.
1161 (dummy_frame_this_id): Likewise.
1162 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1163 (cache_eq): Likewise.
1164 (cache_find): Likewise.
1165 (tailcall_frame_this_id): Likewise.
1166 (dwarf2_tailcall_prev_register_first): Likewise.
1167 (tailcall_frame_prev_register): Likewise.
1168 (tailcall_frame_dealloc_cache): Likewise.
1169 (tailcall_frame_prev_arch): Likewise.
1170 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1171 (dwarf2_frame_set_init_reg): Likewise.
1172 (dwarf2_frame_init_reg): Likewise.
1173 (dwarf2_frame_set_signal_frame_p): Likewise.
1174 (dwarf2_frame_signal_frame_p): Likewise.
1175 (dwarf2_frame_set_adjust_regnum): Likewise.
1176 (dwarf2_frame_adjust_regnum): Likewise.
1177 (clear_pointer_cleanup): Likewise.
1178 (dwarf2_frame_cache): Likewise.
1179 (find_cie): Likewise.
1180 (dwarf2_frame_find_fde): Likewise.
1181 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1182 (free_dwarf_expr_context_cleanup): Likewise.
1183 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1184 (locexpr_get_frame_base): Likewise.
1185 (loclist_find_frame_base_location): Likewise.
1186 (loclist_get_frame_base): Likewise.
1187 (dwarf_expr_dwarf_call): Likewise.
1188 (dwarf_expr_get_base_type): Likewise.
1189 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1190 (dwarf_expr_get_obj_addr): Likewise.
1191 (entry_data_value_coerce_ref): Likewise.
1192 (entry_data_value_copy_closure): Likewise.
1193 (entry_data_value_free_closure): Likewise.
1194 (get_frame_address_in_block_wrapper): Likewise.
1195 (dwarf2_evaluate_property): Likewise.
1196 (dwarf2_compile_property_to_c): Likewise.
1197 (needs_frame_read_addr_from_reg): Likewise.
1198 (needs_frame_get_reg_value): Likewise.
1199 (needs_frame_frame_base): Likewise.
1200 (needs_frame_frame_cfa): Likewise.
1201 (needs_frame_tls_address): Likewise.
1202 (needs_frame_dwarf_call): Likewise.
1203 (needs_dwarf_reg_entry_value): Likewise.
1204 (get_ax_pc): Likewise.
1205 (locexpr_read_variable): Likewise.
1206 (locexpr_read_variable_at_entry): Likewise.
1207 (locexpr_read_needs_frame): Likewise.
1208 (locexpr_describe_location): Likewise.
1209 (locexpr_tracepoint_var_ref): Likewise.
1210 (locexpr_generate_c_location): Likewise.
1211 (loclist_read_variable): Likewise.
1212 (loclist_read_variable_at_entry): Likewise.
1213 (loclist_describe_location): Likewise.
1214 (loclist_tracepoint_var_ref): Likewise.
1215 (loclist_generate_c_location): Likewise.
1216 * dwarf2read.c (line_header_hash_voidp): Likewise.
1217 (line_header_eq_voidp): Likewise.
1218 (dwarf2_has_info): Likewise.
1219 (dwarf2_get_section_info): Likewise.
1220 (locate_dwz_sections): Likewise.
1221 (hash_file_name_entry): Likewise.
1222 (eq_file_name_entry): Likewise.
1223 (delete_file_name_entry): Likewise.
1224 (dw2_setup): Likewise.
1225 (dw2_get_file_names_reader): Likewise.
1226 (dw2_find_pc_sect_compunit_symtab): Likewise.
1227 (hash_signatured_type): Likewise.
1228 (eq_signatured_type): Likewise.
1229 (add_signatured_type_cu_to_table): Likewise.
1230 (create_debug_types_hash_table): Likewise.
1231 (lookup_dwo_signatured_type): Likewise.
1232 (lookup_dwp_signatured_type): Likewise.
1233 (lookup_signatured_type): Likewise.
1234 (hash_type_unit_group): Likewise.
1235 (eq_type_unit_group): Likewise.
1236 (get_type_unit_group): Likewise.
1237 (process_psymtab_comp_unit_reader): Likewise.
1238 (sort_tu_by_abbrev_offset): Likewise.
1239 (process_skeletonless_type_unit): Likewise.
1240 (psymtabs_addrmap_cleanup): Likewise.
1241 (dwarf2_read_symtab): Likewise.
1242 (psymtab_to_symtab_1): Likewise.
1243 (die_hash): Likewise.
1245 (load_full_comp_unit_reader): Likewise.
1246 (reset_die_in_process): Likewise.
1247 (free_cu_line_header): Likewise.
1248 (handle_DW_AT_stmt_list): Likewise.
1249 (hash_dwo_file): Likewise.
1250 (eq_dwo_file): Likewise.
1251 (hash_dwo_unit): Likewise.
1252 (eq_dwo_unit): Likewise.
1253 (create_dwo_cu_reader): Likewise.
1254 (create_dwo_unit_in_dwp_v1): Likewise.
1255 (create_dwo_unit_in_dwp_v2): Likewise.
1256 (lookup_dwo_unit_in_dwp): Likewise.
1257 (dwarf2_locate_dwo_sections): Likewise.
1258 (dwarf2_locate_common_dwp_sections): Likewise.
1259 (dwarf2_locate_v2_dwp_sections): Likewise.
1260 (hash_dwp_loaded_cutus): Likewise.
1261 (eq_dwp_loaded_cutus): Likewise.
1262 (lookup_dwo_cutu): Likewise.
1263 (abbrev_table_free_cleanup): Likewise.
1264 (dwarf2_free_abbrev_table): Likewise.
1265 (find_partial_die_in_comp_unit): Likewise.
1266 (free_line_header_voidp): Likewise.
1267 (follow_die_offset): Likewise.
1268 (follow_die_sig_1): Likewise.
1269 (free_heap_comp_unit): Likewise.
1270 (free_stack_comp_unit): Likewise.
1271 (dwarf2_free_objfile): Likewise.
1272 (per_cu_offset_and_type_hash): Likewise.
1273 (per_cu_offset_and_type_eq): Likewise.
1274 (get_die_type_at_offset): Likewise.
1275 (partial_die_hash): Likewise.
1276 (partial_die_eq): Likewise.
1277 (dwarf2_per_objfile_free): Likewise.
1278 (hash_strtab_entry): Likewise.
1279 (eq_strtab_entry): Likewise.
1280 (add_string): Likewise.
1281 (hash_symtab_entry): Likewise.
1282 (eq_symtab_entry): Likewise.
1283 (delete_symtab_entry): Likewise.
1284 (cleanup_mapped_symtab): Likewise.
1285 (add_indices_to_cpool): Likewise.
1286 (hash_psymtab_cu_index): Likewise.
1287 (eq_psymtab_cu_index): Likewise.
1288 (add_address_entry_worker): Likewise.
1289 (unlink_if_set): Likewise.
1290 (write_one_signatured_type): Likewise.
1291 (save_gdb_index_command): Likewise.
1292 * elfread.c (elf_symtab_read): Likewise.
1293 (elf_gnu_ifunc_cache_hash): Likewise.
1294 (elf_gnu_ifunc_cache_eq): Likewise.
1295 (elf_gnu_ifunc_record_cache): Likewise.
1296 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1297 (elf_get_probes): Likewise.
1298 (probe_key_free): Likewise.
1299 * f-lang.c (builtin_f_type): Likewise.
1300 * frame-base.c (frame_base_append_sniffer): Likewise.
1301 (frame_base_set_default): Likewise.
1302 (frame_base_find_by_frame): Likewise.
1303 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1304 (frame_unwind_append_unwinder): Likewise.
1305 (frame_unwind_find_by_frame): Likewise.
1306 * frame.c (frame_addr_hash): Likewise.
1307 (frame_addr_hash_eq): Likewise.
1308 (frame_stash_find): Likewise.
1309 (do_frame_register_read): Likewise.
1310 (unwind_to_current_frame): Likewise.
1311 (frame_cleanup_after_sniffer): Likewise.
1312 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1313 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1314 * ft32-tdep.c (ft32_frame_cache): Likewise.
1315 * gcore.c (do_bfd_delete_cleanup): Likewise.
1316 (gcore_create_callback): Likewise.
1317 * gdb_bfd.c (hash_bfd): Likewise.
1319 (gdb_bfd_open): Likewise.
1320 (free_one_bfd_section): Likewise.
1321 (gdb_bfd_ref): Likewise.
1322 (gdb_bfd_unref): Likewise.
1323 (get_section_descriptor): Likewise.
1324 (gdb_bfd_map_section): Likewise.
1325 (gdb_bfd_crc): Likewise.
1326 (gdb_bfd_mark_parent): Likewise.
1327 (gdb_bfd_record_inclusion): Likewise.
1328 (gdb_bfd_requires_relocations): Likewise.
1329 (print_one_bfd): Likewise.
1330 * gdbtypes.c (type_pair_hash): Likewise.
1331 (type_pair_eq): Likewise.
1332 (builtin_type): Likewise.
1333 (objfile_type): Likewise.
1334 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1335 (vtable_address_point_offset): Likewise.
1336 (gnuv3_get_vtable): Likewise.
1337 (hash_value_and_voffset): Likewise.
1338 (eq_value_and_voffset): Likewise.
1339 (compare_value_and_voffset): Likewise.
1340 (compute_vtable_size): Likewise.
1341 (gnuv3_get_typeid_type): Likewise.
1342 * go-lang.c (builtin_go_type): Likewise.
1343 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1344 (bkscm_eq_block_smob): Likewise.
1345 (bkscm_objfile_block_map): Likewise.
1346 (bkscm_del_objfile_blocks): Likewise.
1347 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1348 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1349 (gdbscm_disasm_print_address): Likewise.
1350 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1351 (frscm_eq_frame_smob): Likewise.
1352 (frscm_inferior_frame_map): Likewise.
1353 (frscm_del_inferior_frames): Likewise.
1354 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1355 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1356 (ofscm_objfile_smob_from_objfile): Likewise.
1357 * guile/scm-ports.c (ioscm_write): Likewise.
1358 (ioscm_file_port_delete): Likewise.
1359 (ioscm_file_port_rewind): Likewise.
1360 (ioscm_file_port_put): Likewise.
1361 (ioscm_file_port_write): Likewise.
1362 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1363 (psscm_pspace_smob_from_pspace): Likewise.
1364 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1365 (scscm_recording_unwind_handler): Likewise.
1366 (gdbscm_with_catch): Likewise.
1367 (scscm_call_0_body): Likewise.
1368 (scscm_call_1_body): Likewise.
1369 (scscm_call_2_body): Likewise.
1370 (scscm_call_3_body): Likewise.
1371 (scscm_call_4_body): Likewise.
1372 (scscm_apply_1_body): Likewise.
1373 (scscm_eval_scheme_string): Likewise.
1374 (gdbscm_safe_eval_string): Likewise.
1375 (scscm_source_scheme_script): Likewise.
1376 (gdbscm_safe_source_script): Likewise.
1377 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1378 (gdbscm_call_scm_from_stringn): Likewise.
1379 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1380 (syscm_eq_symbol_smob): Likewise.
1381 (syscm_get_symbol_map): Likewise.
1382 (syscm_del_objfile_symbols): Likewise.
1383 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1384 (stscm_eq_symtab_smob): Likewise.
1385 (stscm_objfile_symtab_map): Likewise.
1386 (stscm_del_objfile_symtabs): Likewise.
1387 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1388 (tyscm_eq_type_smob): Likewise.
1389 (tyscm_type_map): Likewise.
1390 (tyscm_copy_type_recursive): Likewise.
1391 (save_objfile_types): Likewise.
1392 * guile/scm-utils.c (extract_arg): Likewise.
1393 * h8300-tdep.c (h8300_frame_cache): Likewise.
1394 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1395 * hppa-tdep.c (compare_unwind_entries): Likewise.
1396 (find_unwind_entry): Likewise.
1397 (hppa_frame_cache): Likewise.
1398 (hppa_stub_frame_unwind_cache): Likewise.
1399 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1400 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1401 (hppaobsd_supply_fpregset): Likewise.
1402 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1403 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1404 * i386-tdep.c (i386_frame_cache): Likewise.
1405 (i386_epilogue_frame_cache): Likewise.
1406 (i386_sigtramp_frame_cache): Likewise.
1407 (i386_supply_gregset): Likewise.
1408 (i386_collect_gregset): Likewise.
1409 (i386_gdbarch_init): Likewise.
1410 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1411 (i386obsd_trapframe_cache): Likewise.
1412 * i387-tdep.c (i387_supply_fsave): Likewise.
1413 (i387_collect_fsave): Likewise.
1414 (i387_supply_fxsave): Likewise.
1415 (i387_collect_fxsave): Likewise.
1416 (i387_supply_xsave): Likewise.
1417 (i387_collect_xsave): Likewise.
1418 * ia64-tdep.c (ia64_frame_cache): Likewise.
1419 (ia64_sigtramp_frame_cache): Likewise.
1420 * infcmd.c (attach_command_continuation): Likewise.
1421 (attach_command_continuation_free_args): Likewise.
1422 * inferior.c (restore_inferior): Likewise.
1423 (delete_thread_of_inferior): Likewise.
1424 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1425 (get_inflow_inferior_data): Likewise.
1426 (inflow_inferior_exit): Likewise.
1427 * infrun.c (displaced_step_clear_cleanup): Likewise.
1428 (restore_current_uiout_cleanup): Likewise.
1429 (release_stop_context_cleanup): Likewise.
1430 (do_restore_infcall_suspend_state_cleanup): Likewise.
1431 (do_restore_infcall_control_state_cleanup): Likewise.
1432 (restore_inferior_ptid): Likewise.
1433 * inline-frame.c (block_starting_point_at): Likewise.
1434 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1435 * jit.c (get_jit_objfile_data): Likewise.
1436 (get_jit_program_space_data): Likewise.
1437 (jit_object_close_impl): Likewise.
1438 (jit_find_objf_with_entry_addr): Likewise.
1439 (jit_breakpoint_deleted): Likewise.
1440 (jit_unwind_reg_set_impl): Likewise.
1441 (jit_unwind_reg_get_impl): Likewise.
1442 (jit_dealloc_cache): Likewise.
1443 (jit_frame_sniffer): Likewise.
1444 (jit_frame_prev_register): Likewise.
1445 (jit_prepend_unwinder): Likewise.
1446 (jit_inferior_exit_hook): Likewise.
1447 (free_objfile_data): Likewise.
1448 * jv-lang.c (jv_per_objfile_free): Likewise.
1449 (get_dynamics_objfile): Likewise.
1450 (get_java_class_symtab): Likewise.
1451 (builtin_java_type): Likewise.
1452 * language.c (language_string_char_type): Likewise.
1453 (language_bool_type): Likewise.
1454 (language_lookup_primitive_type): Likewise.
1455 (language_lookup_primitive_type_as_symbol): Likewise.
1456 * linespec.c (hash_address_entry): Likewise.
1457 (eq_address_entry): Likewise.
1458 (iterate_inline_only): Likewise.
1459 (iterate_name_matcher): Likewise.
1460 (decode_line_2_compare_items): Likewise.
1461 (collect_one_symbol): Likewise.
1462 (compare_symbols): Likewise.
1463 (compare_msymbols): Likewise.
1464 (add_symtabs_to_list): Likewise.
1465 (collect_symbols): Likewise.
1466 (compare_msyms): Likewise.
1467 (add_minsym): Likewise.
1468 (cleanup_linespec_result): Likewise.
1469 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1470 * linux-nat.c (delete_lwp_cleanup): Likewise.
1471 (count_events_callback): Likewise.
1472 (select_event_lwp_callback): Likewise.
1473 (resume_stopped_resumed_lwps): Likewise.
1474 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1475 (invalidate_linux_cache_inf): Likewise.
1476 (get_linux_inferior_data): Likewise.
1477 (linux_find_memory_regions_thunk): Likewise.
1478 (linux_make_mappings_callback): Likewise.
1479 (linux_corefile_thread_callback): Likewise.
1480 (find_mapping_size): Likewise.
1481 * linux-thread-db.c (find_new_threads_callback): Likewise.
1482 * lm32-tdep.c (lm32_frame_cache): Likewise.
1483 * m2-lang.c (builtin_m2_type): Likewise.
1484 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1485 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1486 (m32r_linux_supply_gregset): Likewise.
1487 (m32r_linux_collect_gregset): Likewise.
1488 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1489 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1490 * m68k-tdep.c (m68k_frame_cache): Likewise.
1491 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1492 (m68kbsd_supply_gregset): Likewise.
1493 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1494 * m88k-tdep.c (m88k_frame_cache): Likewise.
1495 (m88k_supply_gregset): Likewise.
1497 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1499 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1500 to allocation result assignment.
1501 * ada-exp.y (write_object_renaming): Likewise.
1502 (write_ambiguous_var): Likewise.
1503 (ada_nget_field_index): Likewise.
1504 (write_var_or_type): Likewise.
1505 * ada-lang.c (ada_decode_symbol): Likewise.
1506 (ada_value_assign): Likewise.
1507 (value_pointer): Likewise.
1508 (cache_symbol): Likewise.
1509 (add_nonlocal_symbols): Likewise.
1510 (ada_name_for_lookup): Likewise.
1511 (symbol_completion_add): Likewise.
1512 (ada_to_fixed_type_1): Likewise.
1513 (ada_get_next_arg): Likewise.
1514 (defns_collected): Likewise.
1515 * ada-lex.l (processId): Likewise.
1516 (processString): Likewise.
1517 * ada-tasks.c (read_known_tasks_array): Likewise.
1518 (read_known_tasks_list): Likewise.
1519 * ada-typeprint.c (decoded_type_name): Likewise.
1520 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1521 * amd64-tdep.c (amd64_push_arguments): Likewise.
1522 (amd64_displaced_step_copy_insn): Likewise.
1523 (amd64_classify_insn_at): Likewise.
1524 (amd64_relocate_instruction): Likewise.
1525 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1526 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1527 (initialize_current_architecture): Likewise.
1528 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1529 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1530 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1531 (arm_push_dummy_call): Likewise.
1532 (extend_buffer_earlier): Likewise.
1533 (arm_adjust_breakpoint_address): Likewise.
1534 (arm_skip_stub): Likewise.
1535 * auto-load.c (filename_is_in_pattern): Likewise.
1536 (maybe_add_script_file): Likewise.
1537 (maybe_add_script_text): Likewise.
1538 (auto_load_objfile_script_1): Likewise.
1539 * auxv.c (ld_so_xfer_auxv): Likewise.
1540 * ax-general.c (new_agent_expr): Likewise.
1541 (grow_expr): Likewise.
1542 (ax_reg_mask): Likewise.
1543 * bcache.c (bcache_full): Likewise.
1544 * breakpoint.c (program_breakpoint_here_p): Likewise.
1545 * btrace.c (parse_xml_raw): Likewise.
1546 * build-id.c (build_id_to_debug_bfd): Likewise.
1547 * buildsym.c (end_symtab_with_blockvector): Likewise.
1548 * c-exp.y (string_exp): Likewise.
1549 (qualified_name): Likewise.
1550 (write_destructor_name): Likewise.
1551 (operator_stoken): Likewise.
1552 (parse_number): Likewise.
1553 (scan_macro_expansion): Likewise.
1555 (c_print_token): Likewise.
1556 * c-lang.c (c_get_string): Likewise.
1557 (emit_numeric_character): Likewise.
1558 * charset.c (wchar_iterate): Likewise.
1559 * cli/cli-cmds.c (complete_command): Likewise.
1560 (make_command): Likewise.
1561 * cli/cli-dump.c (restore_section_callback): Likewise.
1562 (restore_binary_file): Likewise.
1563 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1564 * cli/cli-script.c (execute_control_command): Likewise.
1565 * cli/cli-setshow.c (do_set_command): Likewise.
1566 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1567 (read_pe_exported_syms): Likewise.
1568 * coffread.c (coff_read_struct_type): Likewise.
1569 (coff_read_enum_type): Likewise.
1570 * common/btrace-common.c (btrace_data_append): Likewise.
1571 * common/buffer.c (buffer_grow): Likewise.
1572 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1573 * common/format.c (parse_format_string): Likewise.
1574 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1575 * common/xml-utils.c (xml_escape_text): Likewise.
1576 * compile/compile-object-load.c (copy_sections): Likewise.
1577 (compile_object_load): Likewise.
1578 * compile/compile-object-run.c (compile_object_run): Likewise.
1579 * completer.c (filename_completer): Likewise.
1580 * corefile.c (read_memory_typed_address): Likewise.
1581 (write_memory_unsigned_integer): Likewise.
1582 (write_memory_signed_integer): Likewise.
1583 (complete_set_gnutarget): Likewise.
1584 * corelow.c (get_core_register_section): Likewise.
1585 * cp-name-parser.y (d_grab): Likewise.
1586 (allocate_info): Likewise.
1587 (cp_new_demangle_parse_info): Likewise.
1588 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1589 (cp_lookup_symbol_in_namespace): Likewise.
1590 (lookup_namespace_scope): Likewise.
1591 (find_symbol_in_baseclass): Likewise.
1592 (cp_lookup_nested_symbol): Likewise.
1593 (cp_lookup_transparent_type_loop): Likewise.
1594 * cp-support.c (copy_string_to_obstack): Likewise.
1595 (make_symbol_overload_list): Likewise.
1596 (make_symbol_overload_list_namespace): Likewise.
1597 (make_symbol_overload_list_adl_namespace): Likewise.
1598 (first_component_command): Likewise.
1599 * cp-valprint.c (cp_print_value): Likewise.
1600 * ctf.c (ctf_xfer_partial): Likewise.
1601 * d-exp.y (StringExp): Likewise.
1602 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1603 (lookup_module_scope): Likewise.
1604 (find_symbol_in_baseclass): Likewise.
1605 (d_lookup_nested_symbol): Likewise.
1606 * dbxread.c (find_stab_function_addr): Likewise.
1607 (read_dbx_symtab): Likewise.
1608 (dbx_end_psymtab): Likewise.
1609 (cp_set_block_scope): Likewise.
1610 * dcache.c (dcache_alloc): Likewise.
1611 * demangle.c (_initialize_demangler): Likewise.
1612 * dicos-tdep.c (dicos_load_module_p): Likewise.
1613 * dictionary.c (dict_create_hashed_expandable): Likewise.
1614 (dict_create_linear_expandable): Likewise.
1615 (expand_hashtable): Likewise.
1616 (add_symbol_linear_expandable): Likewise.
1617 * dwarf2-frame.c (add_cie): Likewise.
1618 (add_fde): Likewise.
1619 (dwarf2_build_frame_info): Likewise.
1620 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1621 (dwarf_expr_fetch_address): Likewise.
1622 (add_piece): Likewise.
1623 (execute_stack_op): Likewise.
1624 * dwarf2loc.c (chain_candidate): Likewise.
1625 (dwarf_entry_parameter_to_value): Likewise.
1626 (read_pieced_value): Likewise.
1627 (write_pieced_value): Likewise.
1628 * dwarf2read.c (dwarf2_read_section): Likewise.
1629 (add_type_unit): Likewise.
1630 (read_comp_units_from_section): Likewise.
1631 (fixup_go_packaging): Likewise.
1632 (dwarf2_compute_name): Likewise.
1633 (dwarf2_physname): Likewise.
1634 (create_dwo_unit_in_dwp_v1): Likewise.
1635 (create_dwo_unit_in_dwp_v2): Likewise.
1636 (read_func_scope): Likewise.
1637 (read_call_site_scope): Likewise.
1638 (dwarf2_attach_fields_to_type): Likewise.
1639 (process_structure_scope): Likewise.
1640 (mark_common_block_symbol_computed): Likewise.
1641 (read_common_block): Likewise.
1642 (abbrev_table_read_table): Likewise.
1643 (guess_partial_die_structure_name): Likewise.
1644 (fixup_partial_die): Likewise.
1645 (add_file_name): Likewise.
1646 (dwarf2_const_value_data): Likewise.
1647 (dwarf2_const_value_attr): Likewise.
1648 (build_error_marker_type): Likewise.
1649 (guess_full_die_structure_name): Likewise.
1650 (anonymous_struct_prefix): Likewise.
1651 (typename_concat): Likewise.
1652 (dwarf2_canonicalize_name): Likewise.
1653 (dwarf2_name): Likewise.
1654 (write_constant_as_bytes): Likewise.
1655 (dwarf2_fetch_constant_bytes): Likewise.
1656 (copy_string): Likewise.
1657 (parse_macro_definition): Likewise.
1658 * elfread.c (elf_symfile_segments): Likewise.
1659 (elf_rel_plt_read): Likewise.
1660 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1661 (elf_gnu_ifunc_resolve_by_got): Likewise.
1662 (elf_read_minimal_symbols): Likewise.
1663 (elf_gnu_ifunc_record_cache): Likewise.
1664 * event-top.c (top_level_prompt): Likewise.
1665 (command_line_handler): Likewise.
1666 * exec.c (resize_section_table): Likewise.
1667 * expprint.c (print_subexp_standard): Likewise.
1668 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1669 * findcmd.c (parse_find_args): Likewise.
1670 * findvar.c (address_from_register): Likewise.
1671 * frame.c (get_prev_frame_always): Likewise.
1672 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1673 (get_section_descriptor): Likewise.
1674 * gdb_obstack.c (obconcat): Likewise.
1675 (obstack_strdup): Likewise.
1676 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1677 (create_set_type): Likewise.
1678 (lookup_unsigned_typename): Likewise.
1679 (lookup_signed_typename): Likewise.
1680 (resolve_dynamic_union): Likewise.
1681 (resolve_dynamic_struct): Likewise.
1682 (add_dyn_prop): Likewise.
1683 (copy_dynamic_prop_list): Likewise.
1684 (arch_flags_type): Likewise.
1685 (append_composite_type_field_raw): Likewise.
1686 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1687 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1688 * go-exp.y (string_exp): Likewise.
1689 * go-lang.c (go_demangle): Likewise.
1690 * guile/guile.c (compute_scheme_string): Likewise.
1691 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1692 (gdbscm_canonicalize_command_name): Likewise.
1693 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1694 (ioscm_init_memory_port): Likewise.
1695 (ioscm_reinit_memory_port): Likewise.
1696 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1697 (gdbscm_gc_dup_argv): Likewise.
1698 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1699 * hppa-tdep.c (internalize_unwinds): Likewise.
1700 (read_unwind_info): Likewise.
1701 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1702 (windows_core_xfer_shared_libraries): Likewise.
1703 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1704 (i386_stap_parse_special_token_triplet): Likewise.
1705 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1706 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1707 * inf-child.c (inf_child_fileio_readlink): Likewise.
1708 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1709 (inf_ptrace_store_register): Likewise.
1710 * infrun.c (follow_exec): Likewise.
1711 (displaced_step_prepare_throw): Likewise.
1712 (save_stop_context): Likewise.
1713 (save_infcall_suspend_state): Likewise.
1714 * jit.c (jit_read_descriptor): Likewise.
1715 (jit_read_code_entry): Likewise.
1716 (jit_symtab_line_mapping_add_impl): Likewise.
1717 (finalize_symtab): Likewise.
1718 (jit_unwind_reg_get_impl): Likewise.
1719 * jv-exp.y (QualifiedName): Likewise.
1720 * jv-lang.c (get_java_utf8_name): Likewise.
1721 (type_from_class): Likewise.
1722 (java_demangle_type_signature): Likewise.
1723 (java_class_name_from_physname): Likewise.
1724 * jv-typeprint.c (java_type_print_base): Likewise.
1725 * jv-valprint.c (java_value_print): Likewise.
1726 * language.c (add_language): Likewise.
1727 * linespec.c (add_sal_to_sals_basic): Likewise.
1728 (add_sal_to_sals): Likewise.
1729 (decode_objc): Likewise.
1730 (find_linespec_symbols): Likewise.
1731 * linux-fork.c (fork_save_infrun_state): Likewise.
1732 * linux-nat.c (linux_nat_detach): Likewise.
1733 (linux_nat_fileio_readlink): Likewise.
1734 * linux-record.c (record_linux_sockaddr): Likewise.
1735 (record_linux_msghdr): Likewise.
1737 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1738 (linux_collect_regset_section_cb): Likewise.
1739 (linux_get_siginfo_data): Likewise.
1740 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1741 (try_thread_db_load_from_dir): Likewise.
1742 (thread_db_load_search): Likewise.
1743 (info_auto_load_libthread_db): Likewise.
1744 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1745 (m32c_m16c_pointer_to_address): Likewise.
1746 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1747 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1748 * machoread.c (macho_check_dsym): Likewise.
1749 * macroexp.c (resize_buffer): Likewise.
1750 (gather_arguments): Likewise.
1751 (maybe_expand): Likewise.
1752 * macrotab.c (new_macro_key): Likewise.
1753 (new_source_file): Likewise.
1754 (new_macro_definition): Likewise.
1755 * mdebugread.c (parse_symbol): Likewise.
1756 (parse_type): Likewise.
1757 (parse_partial_symbols): Likewise.
1758 (psymtab_to_symtab_1): Likewise.
1759 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1760 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1761 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1762 (mi_cmd_data_read_memory_bytes): Likewise.
1763 (mi_cmd_data_write_memory_bytes): Likewise.
1764 (mi_cmd_trace_frame_collected): Likewise.
1765 * mi/mi-parse.c (mi_parse_argv): Likewise.
1766 (mi_parse): Likewise.
1767 * minidebug.c (lzma_open): Likewise.
1768 (lzma_pread): Likewise.
1769 * mips-tdep.c (mips_read_fp_register_single): Likewise.
1770 (mips_print_fp_register): Likewise.
1771 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1772 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1773 * mt-tdep.c (mt_register_name): Likewise.
1774 (mt_registers_info): Likewise.
1775 (mt_push_dummy_call): Likewise.
1776 * namespace.c (add_using_directive): Likewise.
1777 * nat/linux-btrace.c (perf_event_read): Likewise.
1778 (linux_enable_bts): Likewise.
1779 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1780 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1781 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1782 (nto_parse_redirection): Likewise.
1783 * objc-lang.c (objc_demangle): Likewise.
1784 (find_methods): Likewise.
1785 * objfiles.c (get_objfile_bfd_data): Likewise.
1786 (set_objfile_main_name): Likewise.
1787 (allocate_objfile): Likewise.
1788 (objfile_relocate): Likewise.
1789 (update_section_map): Likewise.
1790 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1791 * p-exp.y (exp): Likewise.
1793 * p-valprint.c (pascal_object_print_value): Likewise.
1794 * parse.c (initialize_expout): Likewise.
1795 (mark_completion_tag): Likewise.
1796 (copy_name): Likewise.
1797 (parse_float): Likewise.
1798 (type_stack_reserve): Likewise.
1799 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1800 (ppu2spu_prev_register): Likewise.
1801 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1802 * printcmd.c (printf_wide_c_string): Likewise.
1803 (printf_pointer): Likewise.
1804 * probe.c (parse_probes): Likewise.
1805 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1806 (cmdpy_init): Likewise.
1807 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1808 * python/py-symtab.c (set_sal): Likewise.
1809 * python/py-unwind.c (pyuw_sniffer): Likewise.
1810 * python/python.c (python_interactive_command): Likewise.
1811 (compute_python_string): Likewise.
1812 * ravenscar-thread.c (get_running_thread_id): Likewise.
1813 * record-full.c (record_full_exec_insn): Likewise.
1814 (record_full_core_open_1): Likewise.
1815 * regcache.c (regcache_raw_read_signed): Likewise.
1816 (regcache_raw_read_unsigned): Likewise.
1817 (regcache_cooked_read_signed): Likewise.
1818 (regcache_cooked_read_unsigned): Likewise.
1819 * remote-fileio.c (remote_fileio_func_open): Likewise.
1820 (remote_fileio_func_rename): Likewise.
1821 (remote_fileio_func_unlink): Likewise.
1822 (remote_fileio_func_stat): Likewise.
1823 (remote_fileio_func_system): Likewise.
1824 * remote-mips.c (mips_xfer_memory): Likewise.
1825 (mips_load_srec): Likewise.
1826 (pmon_end_download): Likewise.
1827 * remote.c (new_remote_state): Likewise.
1828 (map_regcache_remote_table): Likewise.
1829 (remote_register_number_and_offset): Likewise.
1830 (init_remote_state): Likewise.
1831 (get_memory_packet_size): Likewise.
1832 (remote_pass_signals): Likewise.
1833 (remote_program_signals): Likewise.
1834 (remote_start_remote): Likewise.
1835 (remote_check_symbols): Likewise.
1836 (remote_query_supported): Likewise.
1837 (extended_remote_attach): Likewise.
1838 (process_g_packet): Likewise.
1839 (store_registers_using_G): Likewise.
1840 (putpkt_binary): Likewise.
1841 (read_frame): Likewise.
1842 (compare_sections_command): Likewise.
1843 (remote_hostio_pread): Likewise.
1844 (remote_hostio_readlink): Likewise.
1845 (remote_file_put): Likewise.
1846 (remote_file_get): Likewise.
1847 (remote_pid_to_exec_file): Likewise.
1848 (_initialize_remote): Likewise.
1849 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1850 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1851 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1852 (bfd_uses_spe_extensions): Likewise.
1853 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1854 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1855 * solib-dsbt.c (decode_loadmap): Likewise.
1856 (fetch_loadmap): Likewise.
1857 (scan_dyntag): Likewise.
1858 (enable_break): Likewise.
1859 (dsbt_relocate_main_executable): Likewise.
1860 * solib-frv.c (fetch_loadmap): Likewise.
1861 (enable_break2): Likewise.
1862 (frv_relocate_main_executable): Likewise.
1863 * solib-spu.c (spu_relocate_main_executable): Likewise.
1864 (spu_bfd_open): Likewise.
1865 * solib-svr4.c (lm_info_read): Likewise.
1866 (read_program_header): Likewise.
1867 (find_program_interpreter): Likewise.
1868 (scan_dyntag): Likewise.
1869 (elf_locate_base): Likewise.
1870 (open_symbol_file_object): Likewise.
1871 (read_program_headers_from_bfd): Likewise.
1872 (svr4_relocate_main_executable): Likewise.
1873 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1874 * solib.c (solib_find_1): Likewise.
1875 (exec_file_find): Likewise.
1876 (solib_find): Likewise.
1877 * source.c (openp): Likewise.
1878 (print_source_lines_base): Likewise.
1879 (forward_search_command): Likewise.
1880 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
1881 * spu-tdep.c (spu2ppu_prev_register): Likewise.
1882 (spu_get_overlay_table): Likewise.
1883 * stabsread.c (patch_block_stabs): Likewise.
1884 (define_symbol): Likewise.
1886 (read_member_functions): Likewise.
1887 (read_one_struct_field): Likewise.
1888 (read_enum_type): Likewise.
1889 (common_block_start): Likewise.
1890 * stack.c (read_frame_arg): Likewise.
1891 (backtrace_command): Likewise.
1892 * stap-probe.c (stap_parse_register_operand): Likewise.
1893 * symfile.c (syms_from_objfile_1): Likewise.
1894 (find_separate_debug_file): Likewise.
1895 (load_command): Likewise.
1896 (load_progress): Likewise.
1897 (load_section_callback): Likewise.
1898 (reread_symbols): Likewise.
1899 (add_filename_language): Likewise.
1900 (allocate_compunit_symtab): Likewise.
1901 (read_target_long_array): Likewise.
1902 (simple_read_overlay_table): Likewise.
1903 * symtab.c (symbol_set_names): Likewise.
1904 (resize_symbol_cache): Likewise.
1905 (rbreak_command): Likewise.
1906 (completion_list_add_name): Likewise.
1907 (completion_list_objc_symbol): Likewise.
1908 (add_filename_to_list): Likewise.
1909 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
1910 * target-memory.c (target_write_memory_blocks): Likewise.
1911 * target.c (target_read_string): Likewise.
1912 (read_whatever_is_readable): Likewise.
1913 (target_read_alloc_1): Likewise.
1914 (simple_search_memory): Likewise.
1915 (target_fileio_read_alloc_1): Likewise.
1916 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1917 * top.c (command_line_input): Likewise.
1918 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
1919 * tracefile.c (tracefile_fetch_registers): Likewise.
1920 * tracepoint.c (add_memrange): Likewise.
1921 (init_collection_list): Likewise.
1922 (add_aexpr): Likewise.
1923 (trace_dump_actions): Likewise.
1924 (parse_trace_status): Likewise.
1925 (parse_tracepoint_definition): Likewise.
1926 (parse_tsv_definition): Likewise.
1927 (parse_static_tracepoint_marker_definition): Likewise.
1928 * tui/tui-file.c (tui_sfileopen): Likewise.
1929 (tui_file_adjust_strbuf): Likewise.
1930 * tui/tui-io.c (tui_expand_tabs): Likewise.
1931 * tui/tui-source.c (tui_set_source_content): Likewise.
1932 * typeprint.c (find_global_typedef): Likewise.
1933 * ui-file.c (do_ui_file_xstrdup): Likewise.
1934 (ui_file_obsavestring): Likewise.
1935 (mem_file_write): Likewise.
1936 * utils.c (make_hex_string): Likewise.
1937 (get_regcomp_error): Likewise.
1938 (puts_filtered_tabular): Likewise.
1939 (gdb_realpath_keepfile): Likewise.
1940 (ldirname): Likewise.
1941 (gdb_bfd_errmsg): Likewise.
1942 (substitute_path_component): Likewise.
1943 * valops.c (search_struct_method): Likewise.
1944 (find_oload_champ_namespace_loop): Likewise.
1945 * valprint.c (print_decimal_chars): Likewise.
1946 (read_string): Likewise.
1947 (generic_emit_char): Likewise.
1948 * varobj.c (varobj_delete): Likewise.
1949 (varobj_value_get_print_value): Likewise.
1950 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
1951 * windows-tdep.c (display_one_tib): Likewise.
1952 * xcoffread.c (read_xcoff_symtab): Likewise.
1953 (process_xcoff_symbol): Likewise.
1954 (swap_sym): Likewise.
1955 (scan_xcoff_symtab): Likewise.
1956 (xcoff_initial_scan): Likewise.
1957 * xml-support.c (gdb_xml_end_element): Likewise.
1958 (xml_process_xincludes): Likewise.
1959 (xml_fetch_content_from_file): Likewise.
1960 * xml-syscall.c (xml_list_of_syscalls): Likewise.
1961 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1963 2015-09-23 James Bowman <james.bowman@ftdichip.com>
1965 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
1966 instead of builtin_func_ptr.
1967 (ft32_pointer_to_address): New function.
1968 (ft32_address_class_type_flags): New function.
1969 (ft32_address_class_type_flags_to_name): New function.
1970 (ft32_address_class_name_to_type_flags): New function.
1971 (ft32_gdbarch_init): Set tdep->pc_type. Call
1972 set_gdbarch_pointer_to_address,
1973 set_gdbarch_address_class_type_flags
1974 set_gdbarch_address_class_name_to_type_flags,
1975 and set_gdbarch_address_class_type_flags_to_name.
1976 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
1978 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1980 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
1981 value is a reference, actually dereference it in order to get
1982 the underlying value.
1984 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1986 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
1988 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
1990 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
1991 * linespec.c (linespec_lexer_lex_string): Same.
1993 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1995 * NEWS: Mention support for fast tracepoints on aarch64-linux.
1997 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1999 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2000 variable. Call aarch64_decode_adr instead of
2001 aarch64_decode_adrp.
2002 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2003 (aarch64_decode_adr): New function declaration.
2004 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2005 (aarch64_decode_adr): New function, factored out from
2006 aarch64_decode_adrp to decode both adr and adrp instructions.
2008 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2010 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2011 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2012 (aarch64-insn.o): New rule.
2013 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2014 (aarch64*-*-linux*): Likewise.
2015 * arch/aarch64-insn.c: New file.
2016 * arch/aarch64-insn.h: New file.
2017 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2018 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2019 arch/aarch64-insn.h.
2020 (decode_add_sub_imm): Rename to ...
2021 (aarch64_decode_add_sub_imm): ... this.
2022 (decode_adrp): Rename to ...
2023 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2024 Declare in arch/aarch64-insn.h.
2025 (decode_b): Rename to ...
2026 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2027 Declare in arch/aarch64-insn.h.
2028 (decode_bcond): Rename to ...
2029 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2030 Declare in arch/aarch64-insn.h.
2031 (decode_br): Rename to ...
2032 (aarch64_decode_br): ... this.
2033 (decode_cb): Rename to ...
2034 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2035 Declare in arch/aarch64-insn.h.
2036 (decode_eret): Rename to ...
2037 (aarch64_decode_eret): ... this.
2038 (decode_movz): Rename to ...
2039 (aarch64_decode_movz): ... this.
2040 (decode_orr_shifted_register_x): Rename to ...
2041 (aarch64_decode_orr_shifted_register_x): ... this.
2042 (decode_ret): Rename to ...
2043 (aarch64_decode_ret): ... this.
2044 (decode_stp_offset): Rename to ...
2045 (aarch64_decode_stp_offset): ... this.
2046 (decode_stp_offset_wb): Rename to ...
2047 (aarch64_decode_stp_offset_wb): ... this.
2048 (decode_stur): Rename to ...
2049 (aarch64_decode_stur): ... this.
2050 (decode_tb): Rename to ...
2051 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2052 Declare in arch/aarch64-insn.h.
2053 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2055 2015-09-20 Doug Evans <xdje42@gmail.com>
2057 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2059 2015-09-20 Doug Evans <xdje42@gmail.com>
2061 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2062 variable name that collides with a parameter.
2064 2015-09-20 Joel Brobecker <brobecker@adacore.com>
2066 * dwarf2loc.c (locexpr_get_frame_base): Renames
2067 block_op_get_frame_base.
2068 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2069 block_op_get_frame_base by reference to locexpr_get_frame_base.
2070 (loclist_get_frame_base): New function, near identical copy of
2071 locexpr_get_frame_base.
2072 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2073 block_op_get_frame_base by reference to loclist_get_frame_base.
2075 2015-09-19 Doug Evans <xdje42@gmail.com>
2077 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2078 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2080 2015-09-18 Doug Evans <xdje42@gmail.com>
2082 * linux-thread-db.c (record_thread): Return the created thread.
2083 (thread_from_lwp): Likewise.
2084 (thread_db_get_thread_local_address): Update.
2086 2015-09-18 Doug Evans <xdje42@gmail.com>
2088 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2089 move only member demangled_name up. All uses updated.
2091 2015-09-18 Doug Evans <xdje42@gmail.com>
2093 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2094 kind of minimal symbol in the error message.
2095 * objfiles.c (objfile_flavour_name): New function.
2096 * objfiles.h (objfile_flavour_name): Declare.
2098 2015-09-18 Yao Qi <yao.qi@linaro.org>
2100 * nat/aarch64-linux.c: Include elf/common.h,
2101 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2102 (aarch64_ps_get_thread_area): New function.
2103 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2104 (aarch64_ps_get_thread_area): Declare.
2105 * aarch64-linux-nat.c (ps_get_thread_area): Call
2106 aarch64_ps_get_thread_area.
2108 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2110 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2112 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2114 * NEWS: Announce new scheduler-locking mode.
2115 * infrun.c (schedlock_replay): New.
2116 (scheduler_enums): Add schedlock_replay.
2117 (scheduler_mode): Change default to schedlock_replay.
2118 (user_visible_resume_ptid): Handle schedlock_replay.
2119 (clear_proceed_status_thread): Stop replaying if resumed thread is
2121 (schedlock_applies): Handle schedlock_replay.
2122 (_initialize_infrun): Document new scheduler-locking mode.
2123 * record-btrace.c (record_btrace_resume): Remove code to stop other
2124 threads when not replaying the resumed thread.
2126 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2128 * record-btrace.c ((record_btrace_will_replay): New.
2129 (init_record_btrace_ops): Initialize to_record_will_replay.
2130 * record-full.c ((record_full_will_replay): New.
2131 (init_record_full_ops): Initialize to_record_will_replay.
2132 * target-delegates.c: Regenerated.
2133 * target.c (target_record_will_replay): New.
2134 * target.h (struct target_ops) <to_record_will_replay>: New.
2135 (target_record_will_replay): New.
2137 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2139 * record-btrace.c (record_btrace_resume): Call
2140 target_record_stop_replaying.
2141 (record_btrace_stop_replaying_all): New.
2142 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2143 * record-full.c (record_full_stop_replaying): New.
2144 (init_record_full_ops ): Initialize to_record_stop_replaying.
2145 * target-delegates.c: Regenerated.
2146 * target.c (target_record_stop_replaying): New.
2147 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2148 (target_record_stop_replaying): New.
2150 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2152 * record-btrace.c (record_btrace_xfer_partial)
2153 (record_btrace_store_registers, record_btrace_prepare_to_store):
2154 Call record_btrace_is_replaying with inferior_ptid instead of
2156 (record_btrace_store_registers): Change error message.
2158 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2160 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2161 Update users to pass minus_one_ptid.
2162 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2163 * record.c (cmd_record_delete): Pass inferior_ptid to
2164 target_record_is_replaying.
2165 * target-delegates.c: Regenerated.
2166 * target.c (target_record_is_replaying): Add ptid argument.
2167 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2169 (target_record_is_replaying): Add ptid argument.
2171 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2173 * record-btrace.c (record_btrace_open): Remove non_stop check.
2174 * NEWS: Announce that record btrace supports non-stop mode.
2176 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2178 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2179 in the TARKET_WAITKIND_NO_HISTORY case.
2181 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2183 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2184 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2186 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2188 * record-btrace.c (get_thread_current_frame): New.
2189 (record_btrace_start_replaying): Call get_thread_current_frame.
2191 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2193 * record-btrace.c (record_btrace_resume_thread): A move request
2194 overwrites a previous move request.
2195 (record_btrace_find_resume_thread): Removed.
2196 (record_btrace_resume): Resume all requested threads.
2198 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2200 * record-btrace.c: Include vec.h.
2201 (record_btrace_find_thread_to_move): Removed.
2202 (btrace_step_no_resumed, btrace_step_again)
2203 (record_btrace_stop_replaying_at_end): New.
2204 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2205 (record_btrace_single_step_forward): Remove calls to
2206 record_btrace_stop_replaying.
2207 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2208 BTHR_RCONT. Keep threads at the end of their history moving.
2209 (record_btrace_wait): Call record_btrace_step_thread for all threads
2210 until one reports an event. Call record_btrace_stop_replaying_at_end
2211 for the eventing thread.
2213 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2215 * record-btrace.c (record_btrace_single_step_forward): Return
2216 NO_HISTORY if a step brings us to the end of the execution history.
2218 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2220 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2222 (record_btrace_single_step_forward): ... here and
2223 (record_btrace_single_step_backward): ... here.
2225 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2227 * record-btrace.c (btrace_step_spurious)
2228 (record_btrace_single_step_forward)
2229 (record_btrace_single_step_backward): New.
2230 (record_btrace_step_thread): Call record_btrace_single_step_forward
2231 and record_btrace_single_step_backward.
2233 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2235 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2236 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2238 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2240 * record-btrace.c (btrace_thread_flag_to_str)
2241 (record_btrace_cancel_resume): New.
2242 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2243 (record_btrace_resume): Print execution direction.
2244 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2245 (record_btrace_wait): Call record_btrace_cancel_resume.
2247 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2249 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2250 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2251 (record_btrace_find_thread_to_move): Also accept threads that have
2253 (btrace_step_stopped_on_request, record_btrace_stop): New.
2254 (record_btrace_step_thread): Support BTHR_STOP.
2255 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2256 (init_record_btrace_ops): Initialize to_stop.
2258 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2260 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2261 target_is_non_stop_p ().
2263 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2265 * ada-typeprint.c (print_array_type): Do not describe arrays as
2266 packed when they embed dynamic elements.
2268 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2270 * symtab.h (address_class): Document that TLS variables
2271 are handled by LOC_UNRESOLVED.
2272 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2273 * printcmd.c (address_info): Don't relocate TLS variables.
2275 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2277 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2278 (decode_adrp): Likewise.
2279 (decode_b): Likewise.
2280 (decode_bcond): Likewise.
2281 (decode_br): Likewise.
2282 (decode_cb): Likewise.
2283 (decode_eret): Likewise.
2284 (decode_movz): Likewise.
2285 (decode_orr_shifted_register_x): Likewise.
2286 (decode_ret): Likewise.
2287 (decode_stp_offset): Likewise.
2288 (decode_stp_offset_wb): Likewise.
2289 (decode_stur): Likewise.
2290 (decode_tb): Likewise.
2291 (aarch64_analyze_prologue): Likewise.
2292 (pass_in_x): Likewise.
2293 (pass_in_v): Likewise.
2294 (pass_on_stack): Likewise.
2295 (aarch64_push_dummy_call): Likewise.
2296 (aarch64_extract_return_value): Likewise.
2297 (aarch64_store_return_value): Likewise.
2298 (aarch64_return_value): Likewise.
2299 (aarch64_record_asimd_load_store): Likewise.
2300 (aarch64_record_load_store): Likewise.
2301 (aarch64_record_data_proc_simd_fp): Likewise.
2303 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2305 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2306 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2307 (ppc64_skip_trampoline_code_1): ... here.
2308 (ppc64_skip_trampoline_code): New wrapper function.
2309 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2311 2015-09-15 Yao Qi <yao.qi@linaro.org>
2313 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2315 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2316 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2317 if target_can_do_single_step returns 1.
2318 * remote.c (struct vCont_action_support) <s, S>: New fields.
2319 (PACKET_vContSupported): New enum.
2320 (remote_protocol_features): New element for vContSupported.
2321 (remote_query_supported): Append "vContSupported+".
2322 (remote_vcont_probe): Remove support_s and support_S, use
2323 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2324 vCont packet if c and C actions are not supported.
2325 (remote_can_do_single_step): New function.
2326 (init_remote_ops): Install it to to_can_do_single_step.
2327 (_initialize_remote): Call add_packet_config_cmd.
2328 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2329 (target_can_do_single_step): New macro.
2330 * target-delegates.c: Re-generated.
2332 2015-09-15 Yao Qi <yao.qi@linaro.org>
2334 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2335 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2336 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2338 (aarch64_siginfo_from_compat_siginfo): New function.
2339 * nat/aarch64-linux.h: Include signal.h.
2340 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2341 (compat_timer_t, compat_clock_t): Likewise.
2342 (struct compat_timeval): New.
2343 (union compat_sigval): New.
2344 (struct compat_siginfo): New.
2345 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2346 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2347 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2348 (cpt_si_band, cpt_si_fd): Likewise.
2350 2015-09-14 Pedro Alves <palves@redhat.com>
2352 * infrun.c (current_stop_id): New global.
2353 (get_stop_id, new_stop_id): New functions.
2354 (fetch_inferior_event): Handle normal_stop proceeding the target.
2355 (struct stop_context): New.
2356 (save_stop_context, release_stop_context_cleanup)
2357 (stop_context_changed): New functions.
2358 (normal_stop): Return true if the hook-stop changes the stop
2360 * infrun.h (get_stop_id): Declare.
2361 (normal_stop): Now returns int. Add documentation.
2363 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2365 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2366 comment. Handle packed arrays.
2368 2015-09-14 Pedro Alves <palves@redhat.com>
2370 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2371 mention of maint set/show target-non-stop.
2373 2015-09-11 Don Breazeal <donb@codesourcery.com>
2375 * NEWS: Announce new remote packets for the exec-events
2376 feature and the exec-events feature and associated commands.
2378 2015-09-11 Don Breazeal <donb@codesourcery.com>
2380 * remote.c (remote_exec_event_p): New function.
2381 (remote_insert_exec_catchpoint): New function.
2382 (remote_remove_exec_catchpoint): New function.
2383 (init_extended_remote_ops): Initialize extended_remote_ops
2384 members to_insert_exec_catchpoint and
2385 to_remove_exec_catchpoint.
2387 2015-09-11 Don Breazeal <donb@codesourcery.com>
2388 Luis Machado <lgustavo@codesourcery.com>
2390 * infrun.c (follow_exec): Use process-style ptid for
2391 exec message. Call add_inferior_with_spaces and
2393 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2394 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2395 * remote.c (remote_pspace_data): New static variable.
2396 (remote_pspace_data_cleanup): New function.
2397 (get_remote_exec_file): New function.
2398 (set_remote_exec_file_1): New function.
2399 (set_remote_exec_file): New function.
2400 (show_remote_exec_file): New function.
2401 (remote_exec_file): Delete static variable.
2402 (anonymous enum) <PACKET_exec_event_feature>: New
2403 enumeration constant.
2404 (remote_protocol_features): Add entry for exec-events feature.
2405 (remote_query_supported): Add client side of qSupported query
2406 for exec-events feature.
2407 (remote_follow_exec): New function.
2408 (remote_parse_stop_reply): Handle 'exec' stop reason.
2409 (extended_remote_run, extended_remote_create_inferior): Call
2410 get_remote_exec_file and set_remote_exec_file_1.
2411 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2413 (_initialize_remote): Call
2414 register_program_space_data_with_cleanup. Call
2415 add_packet_config_cmd for remote exec-events feature.
2416 Modify call to add_setshow_string_noescape_cmd for exec-file
2417 to use new functions set_remote_exec_file and
2418 show_remote_exec_file.
2419 * target-debug.h, target-delegates.c: Regenerated.
2420 * target.c (target_follow_exec): New function.
2421 * target.h (struct target_ops) <to_follow_exec>: New member.
2422 (target_follow_exec): Declare new function.
2424 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2426 * aarch64-tdep.c (decode_cb): Move up comment describing the
2428 (decode_tb): Fix a typo in comment above the function. Move up
2429 comment describing the encoding.
2431 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2433 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2435 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2438 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2439 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2441 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2443 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2446 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2448 * ada-lang.c (ada_search_struct_field): Constify parameters
2450 (xget_renaming_scope): Likewise.
2451 (ada_is_redundant_range_encoding): Likewise.
2452 (scan_discrim_bound): Likewise.
2453 (to_fixed_range_type): Likewise.
2455 2015-09-10 Yao Qi <yao.qi@linaro.org>
2457 * breakpoint.c (download_tracepoint_locations): New local
2458 can_download_tracepoint. Check the result of
2459 target_can_download_tracepoint and save it in
2460 can_download_tracepoint if there are tracepoints to download.
2461 * linux-nat.h (enum tribool): Move it to ...
2462 * common/common-types.h: ... here.
2464 2015-09-09 Pedro Alves <palves@redhat.com>
2466 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2467 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2469 2015-09-09 Pedro Alves <palves@redhat.com>
2471 * continuations.c (add_continuation, restore_thread_cleanup)
2472 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2473 (do_all_continuations_thread, do_all_continuations)
2474 (discard_all_continuations_thread_callback)
2475 (discard_all_continuations_thread, discard_all_continuations)
2476 (add_intermediate_continuation)
2477 (do_all_intermediate_continuations_thread_callback)
2478 (do_all_intermediate_continuations_thread)
2479 (do_all_intermediate_continuations)
2480 (discard_all_intermediate_continuations_thread_callback)
2481 (discard_all_intermediate_continuations_thread)
2482 (discard_all_intermediate_continuations): Delete.
2483 * continuations.h (add_continuation, do_all_continuations)
2484 (do_all_continuations_thread, discard_all_continuations)
2485 (discard_all_continuations_thread, add_intermediate_continuation)
2486 (do_all_intermediate_continuations)
2487 (do_all_intermediate_continuations_thread)
2488 (discard_all_intermediate_continuations)
2489 (discard_all_intermediate_continuations_thread): Delete
2491 * event-top.c (stdin_event_handler): Delete references to
2493 * gdbthread.h (struct thread_info): Delete continuations and
2494 intermediate_continuations fields.
2495 * inf-loop.c (inferior_event_handler): Remove references to
2497 * infrun.c (infrun_thread_stop_requested_callback): Remove
2498 references to continuations.
2499 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2500 * thread.c: Don't include "continuations.h".
2501 (clear_thread_inferior_resources): Remove references to
2504 2015-09-09 Pedro Alves <palves@redhat.com>
2506 * infcall.c (struct dummy_frame_context_saver): Delete.
2507 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2508 (dummy_frame_context_saver_drop)
2509 (dummy_frame_context_saver_cleanup)
2510 (dummy_frame_context_saver_get_regs)
2511 (dummy_frame_context_saver_setup): Delete.
2512 * infcall.h (dummy_frame_context_saver_drop)
2513 (dummy_frame_context_saver_cleanup)
2514 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2516 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2517 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2518 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2520 2015-09-09 Pedro Alves <palves@redhat.com>
2522 * breakpoint.c: Include "thread-fsm.h".
2523 (struct until_break_command_continuation_args): Delete.
2524 (struct until_break_fsm): New.
2525 (until_break_fsm_ops): New global.
2526 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2527 (until_break_command_continuation): Delete.
2528 (until_break_fsm_clean_up): New function.
2529 (until_break_fsm_async_reply_reason): New function.
2530 (until_break_command): Adjust to create an until_break_fsm instead
2532 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2534 * infcmd.c (struct until_next_fsm): New.
2535 (until_next_fsm_ops): New global.
2536 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2537 (until_next_continuation): Delete.
2538 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2540 (until_next_command): Adjust to create a new until_next_fsm
2541 instead of a continuation.
2543 2015-09-09 Pedro Alves <palves@redhat.com>
2545 * infcall.c: Include thread_fsm.h.
2546 (struct call_return_meta_info): New.
2547 (get_call_return_value): New function, factored out from
2548 call_function_by_hand_dummy.
2549 (struct call_thread_fsm): New.
2550 (call_thread_fsm_ops): New global.
2551 (new_call_thread_fsm, call_thread_fsm_should_stop)
2552 (call_thread_fsm_should_notify_stop): New functions.
2553 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2555 (call_function_by_hand_dummy): Create a new call_thread_fsm
2556 instance, associate it with the thread, and wait for the FSM to
2557 finish. If finished successfully, fetch the function's result
2558 value out of the FSM.
2559 * infrun.c (fetch_inferior_event): If the FSM says the stop
2560 shouldn't be notified, don't call normal_stop.
2561 (maybe_remove_breakpoints): New function, factored out from ...
2562 (normal_stop): ... here. Simplify.
2563 * infrun.h (maybe_remove_breakpoints): Declare.
2564 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2565 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2566 (thread_fsm_should_notify_stop): Declare.
2568 2015-09-09 Pedro Alves <palves@redhat.com>
2570 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2571 * breakpoint.c (handle_jit_event): Print debug output.
2572 (bpstat_what): Split event callback handling to ...
2573 (bpstat_run_callbacks): ... this new function.
2574 (momentary_bkpt_print_it): No longer handle bp_finish here.
2575 * breakpoint.h (bpstat_run_callbacks): Declare.
2576 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2577 <thread_fsm>: New field.
2578 (thread_cancel_execution_command): Declare.
2579 * infcmd.c: Include thread-fsm.h.
2580 (struct step_command_fsm): New.
2581 (step_command_fsm_ops): New global.
2582 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2583 (step_1): Adjust to use step_command_fsm_prepare and
2585 (struct step_1_continuation_args): Delete.
2586 (step_1_continuation): Delete.
2587 (step_command_fsm_should_stop): New function.
2588 (step_once): Delete.
2589 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2590 (prepare_one_step): New function, based on step_once.
2591 (until_next_command): Remove step_multi reference.
2592 (struct return_value_info): New.
2593 (print_return_value): Rename to ...
2594 (print_return_value_1): ... this. New struct return_value_info
2596 (print_return_value): Reimplement as wrapper around
2597 print_return_value_1.
2598 (struct finish_command_fsm): New.
2599 (finish_command_continuation): Delete.
2600 (finish_command_fsm_ops): New global.
2601 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2603 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2605 (finish_command_continuation_free_arg): Delete.
2606 (finish_command_fsm_async_reply_reason): New.
2607 (finish_backward, finish_forward): Change symbol parameter to a
2608 finish_command_fsm. Adjust.
2609 (finish_command): Create a finish_command_fsm. Adjust.
2610 * infrun.c: Include "thread-fsm.h".
2611 (clear_proceed_status_thread): Delete the thread's FSM.
2612 (infrun_thread_stop_requested_callback): Cancel the thread's
2614 (clean_up_just_stopped_threads_fsms): New function.
2615 (fetch_inferior_event): Handle the event_thread's should_stop
2616 method saying the command isn't done yet.
2617 (process_event_stop_test): Run breakpoint callbacks here.
2618 (print_stop_event): Rename to ...
2619 (print_stop_location): ... this.
2620 (restore_current_uiout_cleanup): New function.
2621 (print_stop_event): Reimplement.
2622 (normal_stop): No longer notify the end_stepping_range observers
2623 here handle "step N" nor "finish" here. No longer call
2624 print_stop_event here.
2625 * infrun.h (struct return_value_info): Forward declare.
2626 (print_return_value): Declare.
2627 (print_stop_event): Change prototype.
2628 * thread-fsm.c: New file.
2629 * thread-fsm.h: New file.
2630 * thread.c: Include "thread-fsm.h".
2631 (thread_cancel_execution_command): New function.
2632 (clear_thread_inferior_resources): Call it.
2633 * cli/cli-interp.c (cli_on_normal_stop): New function.
2634 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2636 * mi/mi-interp.c: Include "thread-fsm.h".
2637 (restore_current_uiout_cleanup): Delete.
2638 (mi_on_normal_stop): If the thread has an FSM associated, and it
2639 finished, ask it for the async-reply-reason to print. Always call
2640 print_stop_event here, regardless of the top-level interpreter.
2641 Check bpstat_what to tell whether an asynchronous breakpoint hit
2643 * tui/tui-interp.c (tui_on_normal_stop): New function.
2644 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2646 2015-09-09 Pedro Alves <palves@redhat.com>
2648 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2649 check whether the target can async.
2650 * inf-loop.c (inferior_event_handler): Only call target_async if
2651 the target can async.
2652 * infcall.c: Include top.h and interps.h.
2653 (run_inferior_call): For the interpreter to sync mode while
2654 running the infcall. Call wait_sync_command_done instead of
2655 wait_for_inferior plus normal_stop.
2656 * infcmd.c (prepare_execution_command): Don't check whether the
2657 target can async when running in the foreground.
2658 (step_1): Delete synchronous case handling.
2659 (step_once): Always install a continuation, even in sync mode.
2660 (until_next_command, finish_forward): Don't check whether the
2662 (attach_command_post_wait, notice_new_inferior): Always install a
2663 continuation, even in sync mode.
2664 * infrun.c (mark_infrun_async_event_handler): New function.
2665 (proceed): In sync mode, mark infrun's event source instead of
2666 waiting for events here.
2667 (fetch_inferior_event): If the target can't async, do a blocking
2669 (prepare_to_wait): In sync mode, mark infrun's event source.
2670 (infrun_async_inferior_event_handler): No longer bail out if the
2672 * infrun.h (mark_infrun_async_event_handler): New declaration.
2673 * linux-nat.c (linux_nat_wait_1): Remove calls to
2674 set_sigint_trap/clear_sigint_trap.
2675 (linux_nat_terminal_inferior): No longer check whether the target
2677 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2679 (mi_execute_command_input_handler): No longer check whether the
2680 target is async. Update and simplify comment.
2681 * target.c (default_target_wait): New function.
2682 * target.h (struct target_ops) <to_wait>: Now defaults to
2683 default_target_wait.
2684 (default_target_wait): Declare.
2685 * top.c (wait_sync_command_done): New function, factored out from
2687 (maybe_wait_sync_command_done): ... this.
2688 * top.h (wait_sync_command_done): Declare.
2689 * target-delegates.c: Regenerate.
2691 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2693 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2694 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2695 Remove include of sys/utsname.h.
2696 (linux_determine_kernel_ptr_bits): Remove.
2697 (linux_determine_kernel_start): New.
2698 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2700 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2701 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2703 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2706 2015-09-07 Pedro Alves <palves@redhat.com>
2708 * guile/guile-internal.h (as_a_scm_t_subr): New.
2709 * guile/guile.c (misc_guile_functions): Use it.
2710 * guile/scm-arch.c (arch_functions): Use it.
2711 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2713 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2714 * guile/scm-cmd.c (command_functions): Use it.
2715 * guile/scm-disasm.c (disasm_functions): Use it.
2716 * guile/scm-exception.c (exception_functions)
2717 (private_exception_functions): Use it.
2718 * guile/scm-frame.c (frame_functions)
2719 * guile/scm-gsmob.c (gsmob_functions): Use it.
2720 * guile/scm-iterator.c (iterator_functions): Use it.
2721 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2722 * guile/scm-math.c (math_functions): Use it.
2723 * guile/scm-objfile.c (objfile_functions): Use it.
2724 * guile/scm-param.c (parameter_functions): Use it.
2725 * guile/scm-ports.c (port_functions, private_port_functions): Use
2727 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2728 * guile/scm-progspace.c (pspace_functions): Use it.
2729 * guile/scm-string.c (string_functions): Use it.
2730 * guile/scm-symbol.c (symbol_functions): Use it.
2731 * guile/scm-symtab.c (symtab_functions): Use it.
2732 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2734 * guile/scm-value.c (value_functions): Use it.
2736 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2738 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2739 (tui_next_win): Likewise.
2740 (tui_prev_win): Likewise.
2741 (tui_partial_win_by_name): Likewise.
2742 (tui_init_generic_part): Likewise.
2743 (init_content_element): Likewise.
2744 (tui_del_window): Likewise.
2745 (tui_free_window): Likewise.
2746 (tui_del_data_windows): Likewise.
2747 (tui_free_data_content): Likewise.
2748 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2749 * tui/tui-regs.c (tui_show_register_group): Likewise.
2750 * tui/tui-win.c (tui_resize_all): Likewise.
2751 (tui_set_focus): Likewise.
2752 (tui_set_win_height): Likewise.
2753 (make_invisible_and_set_new_height): Likewise.
2754 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2755 * tui/tui-wingeneral.c (make_visible): Likewise.
2757 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2759 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2761 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2763 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2765 * dbxread.c (dbx_end_psymtab): Likewise.
2766 * gnu-nat.c (gnu_write_inferior): Likewise.
2767 * mdebugread.c (cross_ref): Likewise.
2768 * p-valprint.c (pascal_val_print): Likewise.
2769 * xcoffread.c (xcoff_end_psymtab): Likewise.
2771 2015-09-04 Yao Qi <yao.qi@linaro.org>
2773 * NEWS: Mention the aarch64 multi-arch debugging support.
2775 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2777 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2778 type instead of a TYPE_CODE_INT one for the string_char_type
2779 and the ada_primitive_type_char types.
2781 2015-09-03 Yao Qi <yao.qi@linaro.org>
2783 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2784 Move code to aarch64_linux_region_ok_for_watchpoint. Call
2785 aarch64_linux_region_ok_for_watchpoint.
2786 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2788 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2791 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2793 * gdb_obstack.h (obstack_strdup): Declare.
2794 * gdb_obstack.c (obstack_strdup): Define.
2795 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2796 * gdbarch.c: Regenerate.
2797 * gdbarch.h: Regenerate.
2798 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2800 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2802 * gdbtypes.c (copy_type_recursive): Update documentation.
2804 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2806 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2809 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2811 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2813 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2815 * solib-svr4.c (solib_event_probe_action): Call
2816 get_probe_argument_count using TRY...CATCH.
2817 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2819 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2821 * probe.h (struct probe_ops) <get_probe_argument_count,
2822 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2823 the comment that the function can throw an exception.
2824 (get_probe_argument_count): Likewise.
2825 (evaluate_probe_argument): Likewise.
2826 * stap-probe.c (stap_get_opcode): Call error instead of
2828 (stap_get_expected_argument_type): Likewise. Add argument
2829 'probe'. Improve error message by mentioning the probe's name.
2830 (stap_parse_probe_arguments): Adjust call to
2831 stap_get_expected_argument_type.
2832 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
2833 not zero. Call internal_error if GDB requests an argument but the
2834 probe has no arguments.
2836 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2838 * ada-lang.c (ada_resolve_function): Do not ask the user what
2839 match to use when in completion mode.
2841 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
2843 * tui/tui-data.c (tui_win_name): Make local variable const, remove
2846 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
2848 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2849 call_abi using XSHAL_ABI macro.
2851 2015-08-29 Doug Evans <xdje42@gmail.com>
2853 * symtab.h (struct symbol): Tweak comment.
2855 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
2857 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2858 gdbarch obstack instead of on the heap. Update commentary
2861 2015-08-28 Joel Brobecker <brobecker@adacore.com>
2865 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
2867 * NEWS: Update entry about non-8-bits addressable memory.
2869 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
2872 2014-11-06 Doug Evans <xdje42@gmail.com>
2873 * solib.c (solib_global_lookup): Fetch arch from objfile,
2876 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2878 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
2879 attempt to relocate a TLS variable offset.
2881 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2883 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
2884 registered yet. Set inferior_ptid while calling target_read_memory.
2886 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2888 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
2889 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
2890 * linux-nat.c (check_stopped_by_breakpoint): Use
2891 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
2893 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2895 * linux-thread-db.c (thread_db_get_thread_local_address): If the
2896 thread was not yet discovered, use thread_from_lwp instead of
2897 calling thread_db_find_new_threads_1.
2899 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2901 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
2904 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2906 * NEWS: Document support for non-8-bits addressable memory.
2908 2015-08-27 Pedro Alves <palves@redhat.com>
2910 * configure.ac: Remove AC_TYPE_SIGNAL call.
2911 * configure, config.in: Regenerate.
2913 2015-08-27 Pedro Alves <palves@redhat.com>
2915 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
2916 * extension-priv.h: Include signal.h.
2917 (struct signal_handler) <handler>: Change type to sighandler_t.
2918 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
2919 * inflow.c (sigint_ours, sigquit_ours): Change type to
2921 (child_terminal_inferior): Remove casts.
2922 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
2923 (osig): Change type to sighandler_t.
2924 * nto-procfs.c (ofunc): Change type to sighandler_t.
2925 (procfs_wait): Remove casts.
2926 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
2927 * remote-sim.c (gdbsim_wait): Use sighandler_t.
2928 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
2930 2015-08-27 Pedro Alves <palves@redhat.com>
2932 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
2933 * gnulib/aclocal.m4: Renegerate.
2934 * gnulib/config.in: Renegerate.
2935 * gnulib/configure: Renegerate.
2936 * gnulib/import/Makefile.am: Update.
2937 * gnulib/import/Makefile.in: Regenerate.
2938 * gnulib/import/m4/gnulib-cache.m4: Update.
2939 * gnulib/import/m4/gnulib-comp.m4: Update.
2940 * gnulib/import/m4/signal_h.m4: New file.
2941 * gnulib/import/signal.in.h: New file.
2943 2015-08-27 Pedro Alves <palves@redhat.com>
2945 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
2946 (MIN_MEMORY_PACKET_SIZE): New.
2947 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
2948 (get_memory_packet_size): Adjust. No longer limit the max packet
2950 (set_memory_packet_size): Adjust, and remove dead code.
2951 (remote_check_symbols): Use xmalloc and a cleanup instead of
2953 (remote_packet_size): No longer cap the packet size.
2954 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
2956 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
2958 * compile/compile.c (compile_to_object): Mention language in
2961 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2963 * target.c (target_pre_inferior): Unset attach_flag.
2965 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2967 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
2968 * gdbarch.c: Re-generate.
2970 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2972 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
2973 function with the XNEW-family equivalent.
2974 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
2975 * ada-exp.y (write_ambiguous_var): Likewise.
2976 * ada-lang.c (resolve_subexp): Likewise.
2977 (user_select_syms): Likewise.
2978 (assign_aggregate): Likewise.
2979 (ada_evaluate_subexp): Likewise.
2980 (cache_symbol): Likewise.
2981 * addrmap.c (allocate_key): Likewise.
2982 (addrmap_create_mutable): Likewise.
2983 * aix-thread.c (sync_threadlists): Likewise.
2984 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
2985 (alpha_gdbarch_init): Likewise.
2986 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
2987 * arm-linux-nat.c (arm_linux_add_process): Likewise.
2988 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2989 * arm-tdep.c (push_stack_item): Likewise.
2990 (arm_displaced_step_copy_insn): Likewise.
2991 (arm_gdbarch_init): Likewise.
2992 (_initialize_arm_tdep): Likewise.
2993 * avr-tdep.c (push_stack_item): Likewise.
2994 * ax-general.c (new_agent_expr): Likewise.
2995 * block.c (block_initialize_namespace): Likewise.
2996 * breakpoint.c (alloc_counted_command_line): Likewise.
2997 (update_dprintf_command_list): Likewise.
2998 (parse_breakpoint_sals): Likewise.
2999 (decode_static_tracepoint_spec): Likewise.
3000 (until_break_command): Likewise.
3001 (clear_command): Likewise.
3002 (update_global_location_list): Likewise.
3003 (get_breakpoint_objfile_data) Likewise.
3004 * btrace.c (ftrace_new_function): Likewise.
3005 (btrace_set_insn_history): Likewise.
3006 (btrace_set_call_history): Likewise.
3007 * buildsym.c (add_symbol_to_list): Likewise.
3008 (record_pending_block): Likewise.
3009 (start_subfile): Likewise.
3010 (start_buildsym_compunit): Likewise.
3011 (push_subfile): Likewise.
3012 (end_symtab_get_static_block): Likewise.
3013 (buildsym_init): Likewise.
3014 * cli/cli-cmds.c (source_command): Likewise.
3015 * cli/cli-decode.c (add_cmd): Likewise.
3016 * cli/cli-script.c (build_command_line): Likewise.
3017 (setup_user_args): Likewise.
3018 (realloc_body_list): Likewise.
3019 (process_next_line): Likewise.
3020 (copy_command_lines): Likewise.
3021 * cli/cli-setshow.c (do_set_command): Likewise.
3022 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3023 * coffread.c (coff_locate_sections): Likewise.
3024 (coff_symtab_read): Likewise.
3025 (coff_read_struct_type): Likewise.
3026 * common/cleanups.c (make_my_cleanup2): Likewise.
3027 * common/common-exceptions.c (throw_it): Likewise.
3028 * common/filestuff.c (make_cleanup_close): Likewise.
3029 * common/format.c (parse_format_string): Likewise.
3030 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3031 * compile/compile-object-load.c (munmap_list_add): Likewise.
3032 (compile_object_load): Likewise.
3033 * compile/compile-object-run.c (compile_object_run): Likewise.
3034 * compile/compile.c (append_args): Likewise.
3035 * corefile.c (specify_exec_file_hook): Likewise.
3036 * cp-support.c (make_symbol_overload_list): Likewise.
3037 * cris-tdep.c (push_stack_item): Likewise.
3038 (cris_gdbarch_init): Likewise.
3039 * ctf.c (ctf_trace_file_writer_new): Likewise.
3040 * dbxread.c (init_header_files): Likewise.
3041 (add_new_header_file): Likewise.
3042 (init_bincl_list): Likewise.
3043 (dbx_end_psymtab): Likewise.
3044 (start_psymtab): Likewise.
3045 (dbx_end_psymtab): Likewise.
3046 * dcache.c (dcache_init): Likewise.
3047 * dictionary.c (dict_create_hashed): Likewise.
3048 (dict_create_hashed_expandable): Likewise.
3049 (dict_create_linear): Likewise.
3050 (dict_create_linear_expandable): Likewise.
3051 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3052 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3053 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3054 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3055 (decode_frame_entry_1): Likewise.
3056 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3057 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3058 * dwarf2read.c (dwarf2_has_info): Likewise.
3059 (create_signatured_type_table_from_index): Likewise.
3060 (dwarf2_read_index): Likewise.
3061 (dw2_get_file_names_reader): Likewise.
3062 (create_all_type_units): Likewise.
3063 (read_cutu_die_from_dwo): Likewise.
3064 (init_tu_and_read_dwo_dies): Likewise.
3065 (init_cutu_and_read_dies): Likewise.
3066 (create_all_comp_units): Likewise.
3067 (queue_comp_unit): Likewise.
3068 (inherit_abstract_dies): Likewise.
3069 (read_call_site_scope): Likewise.
3070 (dwarf2_add_field): Likewise.
3071 (dwarf2_add_typedef): Likewise.
3072 (dwarf2_add_member_fn): Likewise.
3073 (attr_to_dynamic_prop): Likewise.
3074 (abbrev_table_alloc_abbrev): Likewise.
3075 (abbrev_table_read_table): Likewise.
3076 (add_include_dir): Likewise.
3077 (add_file_name): Likewise.
3078 (dwarf_decode_line_header): Likewise.
3079 (dwarf2_const_value_attr): Likewise.
3080 (dwarf_alloc_block): Likewise.
3081 (parse_macro_definition): Likewise.
3082 (set_die_type): Likewise.
3083 (write_psymtabs_to_index): Likewise.
3084 (create_cus_from_index): Likewise.
3085 (dwarf2_create_include_psymtab): Likewise.
3086 (process_psymtab_comp_unit_reader): Likewise.
3087 (build_type_psymtab_dependencies): Likewise.
3088 (read_comp_units_from_section): Likewise.
3089 (compute_compunit_symtab_includes): Likewise.
3090 (create_dwo_unit_in_dwp_v1): Likewise.
3091 (create_dwo_unit_in_dwp_v2): Likewise.
3092 (read_func_scope): Likewise.
3093 (process_structure_scope): Likewise.
3094 (mark_common_block_symbol_computed): Likewise.
3095 (load_partial_dies): Likewise.
3096 (dwarf2_symbol_mark_computed): Likewise.
3097 * elfread.c (elf_symfile_segments): Likewise.
3098 (elf_read_minimal_symbols): Likewise.
3099 * environ.c (make_environ): Likewise.
3100 * eval.c (evaluate_subexp_standard): Likewise.
3101 * event-loop.c (create_file_handler): Likewise.
3102 (create_async_signal_handler): Likewise.
3103 (create_async_event_handler): Likewise.
3104 (create_timer): Likewise.
3105 * exec.c (build_section_table): Likewise.
3106 * fbsd-nat.c (fbsd_remember_child): Likewise.
3107 * fork-child.c (fork_inferior): Likewise.
3108 * frv-tdep.c (new_variant): Likewise.
3109 * gdbarch.sh (gdbarch_alloc): Likewise.
3110 (append_name): Likewise.
3111 * gdbtypes.c (rank_function): Likewise.
3112 (copy_type_recursive): Likewise.
3113 (add_dyn_prop): Likewise.
3114 * gnu-nat.c (make_proc): Likewise.
3115 (make_inf): Likewise.
3116 (gnu_write_inferior): Likewise.
3117 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3118 (build_std_type_info_type): Likewise.
3119 * guile/scm-param.c (compute_enum_list): Likewise.
3120 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3121 * guile/scm-value.c (gdbscm_value_call): Likewise.
3122 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3123 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3124 (read_unwind_info): Likewise.
3125 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3126 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3127 (call_function_by_hand_dummy): Likewise.
3128 * infcmd.c (step_once): Likewise.
3129 (finish_forward): Likewise.
3130 (attach_command): Likewise.
3131 (notice_new_inferior): Likewise.
3132 * inferior.c (add_inferior_silent): Likewise.
3133 * infrun.c (add_displaced_stepping_state): Likewise.
3134 (save_infcall_control_state): Likewise.
3135 (save_inferior_ptid): Likewise.
3136 (_initialize_infrun): Likewise.
3137 * jit.c (bfd_open_from_target_memory): Likewise.
3138 (jit_gdbarch_data_init): Likewise.
3139 * language.c (add_language): Likewise.
3140 * linespec.c (decode_line_2): Likewise.
3141 * linux-nat.c (add_to_pid_list): Likewise.
3142 (add_initial_lwp): Likewise.
3143 * linux-thread-db.c (add_thread_db_info): Likewise.
3144 (record_thread): Likewise.
3145 (info_auto_load_libthread_db): Likewise.
3146 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3147 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3148 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3149 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3150 * macrocmd.c (macro_define_command): Likewise.
3151 * macroexp.c (gather_arguments): Likewise.
3152 * macroscope.c (sal_macro_scope): Likewise.
3153 * macrotab.c (new_macro_table): Likewise.
3154 * mdebugread.c (push_parse_stack): Likewise.
3155 (parse_partial_symbols): Likewise.
3156 (parse_symbol): Likewise.
3157 (psymtab_to_symtab_1): Likewise.
3158 (new_block): Likewise.
3159 (new_psymtab): Likewise.
3160 (mdebug_build_psymtabs): Likewise.
3161 (add_pending): Likewise.
3162 (elfmdebug_build_psymtabs): Likewise.
3163 * mep-tdep.c (mep_gdbarch_init): Likewise.
3164 * mi/mi-main.c (mi_execute_command): Likewise.
3165 * mi/mi-parse.c (mi_parse_argv): Likewise.
3166 * minidebug.c (lzma_open): Likewise.
3167 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3168 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3169 * mips-tdep.c (mips_gdbarch_init): Likewise.
3170 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3171 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3172 * mt-tdep.c (mt_registers_info): Likewise.
3173 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3174 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3175 (linux_enable_pt): Likewise.
3176 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3177 (linux_xfer_osdata_processgroups): Likewise.
3178 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3179 * nto-procfs.c (procfs_meminfo): Likewise.
3180 * objc-lang.c (start_msglist): Likewise.
3181 (selectors_info): Likewise.
3182 (classes_info): Likewise.
3183 (find_methods): Likewise.
3184 * objfiles.c (allocate_objfile): Likewise.
3185 (update_section_map): Likewise.
3186 * osabi.c (gdbarch_register_osabi): Likewise.
3187 (gdbarch_register_osabi_sniffer): Likewise.
3188 * parse.c (start_arglist): Likewise.
3189 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3190 (hwdebug_insert_point): Likewise.
3191 * printcmd.c (display_command): Likewise.
3192 (ui_printf): Likewise.
3193 * procfs.c (create_procinfo): Likewise.
3194 (load_syscalls): Likewise.
3195 (proc_get_LDT_entry): Likewise.
3196 (proc_update_threads): Likewise.
3197 * prologue-value.c (make_pv_area): Likewise.
3198 (pv_area_store): Likewise.
3199 * psymtab.c (extend_psymbol_list): Likewise.
3200 (init_psymbol_list): Likewise.
3201 (allocate_psymtab): Likewise.
3202 * python/py-inferior.c (add_thread_object): Likewise.
3203 * python/py-param.c (compute_enum_values): Likewise.
3204 * python/py-value.c (valpy_call): Likewise.
3205 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3206 * python/python.c (ensure_python_env): Likewise.
3207 * record-btrace.c (record_btrace_start_replaying): Likewise.
3208 * record-full.c (record_full_reg_alloc): Likewise.
3209 (record_full_mem_alloc): Likewise.
3210 (record_full_end_alloc): Likewise.
3211 (record_full_core_xfer_partial): Likewise.
3212 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3213 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3214 * remote-notif.c (remote_notif_state_allocate): Likewise.
3215 * remote.c (demand_private_info): Likewise.
3216 (remote_notif_stop_alloc_reply): Likewise.
3217 (remote_enable_btrace): Likewise.
3218 * reverse.c (save_bookmark_command): Likewise.
3219 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3220 * rx-tdep.c (rx_gdbarch_init): Likewise.
3221 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3222 * ser-go32.c (dos_get_tty_state): Likewise.
3223 (dos_copy_tty_state): Likewise.
3224 * ser-mingw.c (ser_windows_open): Likewise.
3225 (ser_console_wait_handle): Likewise.
3226 (ser_console_get_tty_state): Likewise.
3227 (make_pipe_state): Likewise.
3228 (net_windows_open): Likewise.
3229 * ser-unix.c (hardwire_get_tty_state): Likewise.
3230 (hardwire_copy_tty_state): Likewise.
3231 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3232 * solib-dsbt.c (dsbt_current_sos): Likewise.
3233 (dsbt_relocate_main_executable): Likewise.
3234 * solib-frv.c (frv_current_sos): Likewise.
3235 (frv_relocate_main_executable): Likewise.
3236 * solib-spu.c (spu_bfd_fopen): Likewise.
3237 * solib-svr4.c (lm_info_read): Likewise.
3238 (svr4_copy_library_list): Likewise.
3239 (svr4_default_sos): Likewise.
3240 * source.c (find_source_lines): Likewise.
3241 (line_info): Likewise.
3242 (add_substitute_path_rule): Likewise.
3243 * spu-linux-nat.c (spu_bfd_open): Likewise.
3244 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3245 * stabsread.c (dbx_lookup_type): Likewise.
3246 (read_type): Likewise.
3247 (read_member_functions): Likewise.
3248 (read_struct_fields): Likewise.
3249 (read_baseclasses): Likewise.
3250 (read_args): Likewise.
3251 (_initialize_stabsread): Likewise.
3252 * stack.c (func_command): Likewise.
3253 * stap-probe.c (handle_stap_probe): Likewise.
3254 * symfile.c (addrs_section_sort): Likewise.
3255 (addr_info_make_relative): Likewise.
3256 (load_section_callback): Likewise.
3257 (add_symbol_file_command): Likewise.
3258 (init_filename_language_table): Likewise.
3259 * symtab.c (create_filename_seen_cache): Likewise.
3260 (sort_search_symbols_remove_dups): Likewise.
3261 (search_symbols): Likewise.
3262 * target.c (make_cleanup_restore_target_terminal): Likewise.
3263 * thread.c (new_thread): Likewise.
3264 (enable_thread_stack_temporaries): Likewise.
3265 (make_cleanup_restore_current_thread): Likewise.
3266 (thread_apply_all_command): Likewise.
3267 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3268 * top.c (gdb_readline_wrapper): Likewise.
3269 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3270 * tracepoint.c (trace_find_line_command): Likewise.
3271 (all_tracepoint_actions_and_cleanup): Likewise.
3272 (make_cleanup_restore_current_traceframe): Likewise.
3273 (get_uploaded_tp): Likewise.
3274 (get_uploaded_tsv): Likewise.
3275 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3276 (tui_alloc_win_info): Likewise.
3277 (tui_alloc_content): Likewise.
3278 (tui_add_content_elements): Likewise.
3279 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3280 (tui_set_disassem_content): Likewise.
3281 * ui-file.c (ui_file_new): Likewise.
3282 (stdio_file_new): Likewise.
3283 (tee_file_new): Likewise.
3284 * utils.c (make_cleanup_restore_integer): Likewise.
3285 (add_internal_problem_command): Likewise.
3286 * v850-tdep.c (v850_gdbarch_init): Likewise.
3287 * valops.c (find_oload_champ): Likewise.
3288 * value.c (allocate_value_lazy): Likewise.
3289 (record_latest_value): Likewise.
3290 (create_internalvar): Likewise.
3291 * varobj.c (install_variable): Likewise.
3292 (new_variable): Likewise.
3293 (new_root_variable): Likewise.
3295 (_initialize_varobj): Likewise.
3296 * windows-nat.c (windows_make_so): Likewise.
3297 * x86-nat.c (x86_add_process): Likewise.
3298 * xcoffread.c (arrange_linetable): Likewise.
3299 (allocate_include_entry): Likewise.
3300 (process_linenos): Likewise.
3301 (SYMBOL_DUP): Likewise.
3302 (xcoff_start_psymtab): Likewise.
3303 (xcoff_end_psymtab): Likewise.
3304 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3305 * xtensa-tdep.c (xtensa_register_type): Likewise.
3306 * gdbarch.c: Regenerate.
3307 * gdbarch.h: Regenerate.
3309 2015-08-25 Don Breazeal <donb@codesourcery.com>
3311 * infrun.c (follow_exec): Re-order operations for
3312 handling follow-exec-mode "new".
3313 (handle_inferior_event_1): Assign ecs->event_thread
3314 to the current thread.
3315 * remote.c (get_remote_arch_state): Add an assertion.
3317 2015-08-26 Pedro Alves <palves@redhat.com>
3319 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3321 2015-08-25 Pedro Alves <palves@redhat.com>
3324 * defs.h (maybe_quit): Declare.
3325 (QUIT): Now calls maybe_quit.
3326 * event-loop.c (clear_async_signal_handler)
3327 (async_signal_handler_is_marked): New functions.
3328 * event-loop.h (async_signal_handler_is_marked)
3329 (clear_async_signal_handler): New declarations.
3330 * remote.c (remote_check_pending_interrupt): New function.
3331 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3332 longer check whether the target is async. If waiting for a stop
3333 reply, and a Ctrl-C as been sent to the target, offer to
3334 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3335 Otherwise do not disconnect and throw a quit.
3336 (_initialize_remote): Install remote_check_pending_interrupt as
3337 to_check_pending_interrupt.
3338 * target.c (target_check_pending_interrupt): New function.
3339 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3341 (target_check_pending_interrupt): New declaration.
3342 * utils.c (maybe_quit): New function.
3343 * target-delegates.c: Regenerate.
3345 2015-08-25 Yao Qi <yao.qi@linaro.org>
3347 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3348 Rename local variable pid to tid, and get lwpid of lwp. Update
3351 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3353 * ada-lang.c (ada_read_var_value): Add a var_block argument
3354 and pass it to default_read_var_value.
3355 * block.c (block_static_link): New accessor.
3356 * block.h (block_static_link): Declare it.
3357 * buildsym.c (finish_block_internal): Add a static_link
3358 argument. If there is a static link, associate it to the new
3360 (finish_block): Add a static link argument and pass it to
3361 finish_block_internal.
3362 (end_symtab_get_static_block): Update calls to finish_block and
3363 to finish_block_internal.
3364 (end_symtab_with_blockvector): Update call to
3365 finish_block_internal.
3366 * buildsym.h: Forward-declare struct dynamic_prop.
3367 (struct context_stack): Add a static_link field.
3368 (finish_block): Add a static link argument.
3369 * c-exp.y: Remove an obsolete comment (evaluation of variables
3370 already start from the selected frame, and now they climb *up*
3371 the call stack) and propagate the block information to the
3372 produced expression.
3373 * d-exp.y: Likewise.
3374 * f-exp.y: Likewise.
3375 * go-exp.y: Likewise.
3376 * jv-exp.y: Likewise.
3377 * m2-exp.y: Likewise.
3378 * p-exp.y: Likewise.
3379 * coffread.c (coff_symtab_read): Update calls to finish_block.
3380 * dbxread.c (process_one_symbol): Likewise.
3381 * xcoffread.c (read_xcoff_symtab): Likewise.
3382 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3383 "sym" parameter to struct block_symbol, update its uses and pass
3384 its block to calls to read_var_value.
3385 (convert_symbol_sym): Update the calls to convert_one_symbol.
3386 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3387 call to read_var_value.
3388 * dwarf2loc.c (block_op_get_frame_base): New.
3389 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3390 get_frame_base method.
3391 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3392 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3393 instead of the selected frame in order to evaluate the
3395 (dwarf2_evaluate_property): Add a frame argument. Update call
3396 to dwarf2_locexpr_baton_eval to provide a frame in available and
3397 to handle the absence of address stack.
3398 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3399 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3401 (read_func_scope): Record any available static link description.
3402 Update call to finish_block.
3403 (read_lexical_block_scope): Update call to finish_block.
3404 * findvar.c (follow_static_link): New.
3405 (get_hosting_frame): New.
3406 (default_read_var_value): Add a var_block argument. Use
3407 get_hosting_frame to handle non-local references.
3408 (read_var_value): Add a var_block argument and pass it to the
3409 LA_READ_VAR_VALUE method.
3410 * gdbtypes.c (resolve_dynamic_range): Update calls to
3411 dwarf2_evaluate_property.
3412 (resolve_dynamic_type_internal): Likewise.
3413 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3414 read_var_value, passing it the block coming from symbol lookup.
3415 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3416 read_var_value (TODO).
3417 * infcmd.c (finish_command_continuation): Update call to
3418 read_var_value, passing it the block coming from symbol lookup.
3419 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3420 * language.h (struct language_defn): Add a var_block argument to
3421 the LA_READ_VAR_VALUE method.
3422 * objfiles.c (struct static_link_htab_entry): New.
3423 (static_link_htab_entry_hash): New.
3424 (static_link_htab_entry_eq): New.
3425 (objfile_register_static_link): New.
3426 (objfile_lookup_static_link): New.
3427 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3428 * objfiles.h: Include hashtab.h.
3429 (struct objfile): Add a static_links field.
3430 (objfile_register_static_link): New.
3431 (objfile_lookup_static_link): New.
3432 * printcmd.c (print_variable_and_value): Update call to
3434 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3435 * python/py-frame.c (frapy_read_var): Update call to
3436 read_var_value, passing it the block coming from symbol lookup.
3437 * python/py-framefilter.c (extract_sym): Add a sym_block
3438 parameter and set the pointed value to NULL (TODO).
3439 (enumerate_args): Update call to extract_sym.
3440 (enumerate_locals): Update calls to extract_sym and to
3442 * python/py-symbol.c (sympy_value): Update call to
3443 read_var_value (TODO).
3444 * stack.c (read_frame_local): Update call to read_var_value.
3445 (read_frame_arg): Likewise.
3446 (return_command): Likewise.
3447 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3449 (struct symbol): Add a block field.
3450 (SYMBOL_BLOCK): New accessor.
3451 * valops.c (value_of_variable): Remove frame/block handling and
3452 pass the block argument to read_var_value, which does this job
3454 (value_struct_elt_for_reference): Update calls to
3456 (value_of_this): Pass the block found to read_var_value.
3457 * value.h (read_var_value): Add a var_block argument.
3458 (default_read_var_value): Likewise.
3460 2015-08-25 Yao Qi <yao.qi@linaro.org>
3462 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3463 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3464 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3466 2015-08-25 Yao Qi <yao.qi@linaro.org>
3468 * Makefile.in (aarch64-liunx.o): New rule.
3469 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3470 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3471 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3472 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3474 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3475 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3476 * nat/aarch64-linux.c: New file.
3477 * nat/aarch64-linux.h: New file.
3479 2015-08-25 Yao Qi <yao.qi@linaro.org>
3481 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3482 lwp_arch_private_info and ptid_of_lwp.
3484 2015-08-25 Yao Qi <yao.qi@linaro.org>
3486 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3487 Move it to nat/aarch64-linux-hw-point.c.
3488 (debug_reg_change_callback): Likewise.
3489 (aarch64_notify_debug_reg_change): :Likewise.
3490 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3491 (aarch64_dr_update_callback_param): New.
3492 (debug_reg_change_callback): New function.
3493 (aarch64_notify_debug_reg_change): Likewise.
3494 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3495 Remove the declaration.
3497 2015-08-25 Yao Qi <yao.qi@linaro.org>
3499 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3500 Call current_lwp_ptid.
3502 2015-08-25 Yao Qi <yao.qi@linaro.org>
3504 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3507 2015-08-25 Yao Qi <yao.qi@linaro.org>
3509 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3510 ptid_get_pid rather than ptid_get_lwp.
3512 2015-08-24 Pedro Alves <palves@redhat.com>
3514 * NEWS (New commands): Mention set/show remote
3515 multiprocess-extensions-packet.
3516 * remote.c (remote_query_supported): Only tell the server to use
3517 the multiprocess extensions if the user hasn't force-disabled them
3518 with "set remote multiprocess-extensions-packet off".
3520 2015-08-24 Pedro Alves <palves@redhat.com>
3522 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3523 1029a8112290f6eee9d7878a391c49db42c999bd.
3524 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3526 * gnulib/import/Makefile.am: Update.
3527 * gnulib/import/Makefile.in: Update.
3528 * gnulib/import/alloca.in.h: Update.
3529 * gnulib/import/basename-lgpl.c: Update.
3530 * gnulib/import/canonicalize-lgpl.c: Update.
3531 * gnulib/import/config.charset: Update.
3532 * gnulib/import/dirent.in.h: Update.
3533 * gnulib/import/dirfd.c: Update.
3534 * gnulib/import/dirname-lgpl.c: Update.
3535 * gnulib/import/dirname.h: Update.
3536 * gnulib/import/dosname.h: Update.
3537 * gnulib/import/errno.in.h: Update.
3538 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3539 * gnulib/import/extra/snippet/c++defs.h: Update.
3540 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3541 * gnulib/import/extra/update-copyright: Update.
3542 * gnulib/import/float+.h: Update.
3543 * gnulib/import/float.c: Update.
3544 * gnulib/import/float.in.h: Update.
3545 * gnulib/import/fnmatch.c: Update.
3546 * gnulib/import/fnmatch.in.h: Update.
3547 * gnulib/import/fnmatch_loop.c: Update.
3548 * gnulib/import/fpucw.h: Update.
3549 * gnulib/import/frexp.c: Update.
3550 * gnulib/import/frexpl.c: Update.
3551 * gnulib/import/gettimeofday.c: Update.
3552 * gnulib/import/inttypes.in.h: Update.
3553 * gnulib/import/isnan.c: Update.
3554 * gnulib/import/isnand-nolibm.h: Update.
3555 * gnulib/import/isnand.c: Update.
3556 * gnulib/import/isnanl-nolibm.h: Update.
3557 * gnulib/import/isnanl.c: Update.
3558 * gnulib/import/itold.c: Update.
3559 * gnulib/import/localcharset.c: Update.
3560 * gnulib/import/localcharset.h: Update.
3561 * gnulib/import/lstat.c: Update.
3562 * gnulib/import/m4/00gnulib.m4: Update.
3563 * gnulib/import/m4/absolute-header.m4: Update.
3564 * gnulib/import/m4/alloca.m4: Update.
3565 * gnulib/import/m4/canonicalize.m4: Update.
3566 * gnulib/import/m4/codeset.m4: Update.
3567 * gnulib/import/m4/configmake.m4: Update.
3568 * gnulib/import/m4/dirent_h.m4: Update.
3569 * gnulib/import/m4/dirfd.m4: Update.
3570 * gnulib/import/m4/dirname.m4: Update.
3571 * gnulib/import/m4/double-slash-root.m4: Update.
3572 * gnulib/import/m4/eealloc.m4: Update.
3573 * gnulib/import/m4/errno_h.m4: Update.
3574 * gnulib/import/m4/exponentd.m4: Update.
3575 * gnulib/import/m4/exponentl.m4: Update.
3576 * gnulib/import/m4/extensions.m4: Update.
3577 * gnulib/import/m4/extern-inline.m4: Update.
3578 * gnulib/import/m4/fcntl-o.m4: Update.
3579 * gnulib/import/m4/float_h.m4: Update.
3580 * gnulib/import/m4/fnmatch.m4: Update.
3581 * gnulib/import/m4/fpieee.m4: Update.
3582 * gnulib/import/m4/frexp.m4: Update.
3583 * gnulib/import/m4/frexpl.m4: Update.
3584 * gnulib/import/m4/gettimeofday.m4: Update.
3585 * gnulib/import/m4/glibc21.m4: Update.
3586 * gnulib/import/m4/gnulib-cache.m4: Update.
3587 * gnulib/import/m4/gnulib-common.m4: Update.
3588 * gnulib/import/m4/gnulib-comp.m4: Update.
3589 * gnulib/import/m4/gnulib-tool.m4: Update.
3590 * gnulib/import/m4/include_next.m4: Update.
3591 * gnulib/import/m4/inttypes-pri.m4: Update.
3592 * gnulib/import/m4/inttypes.m4: Update.
3593 * gnulib/import/m4/isnand.m4: Update.
3594 * gnulib/import/m4/isnanl.m4: Update.
3595 * gnulib/import/m4/largefile.m4: Update.
3596 * gnulib/import/m4/localcharset.m4: Update.
3597 * gnulib/import/m4/locale-fr.m4: Update.
3598 * gnulib/import/m4/locale-ja.m4: Update.
3599 * gnulib/import/m4/locale-zh.m4: Update.
3600 * gnulib/import/m4/longlong.m4: Update.
3601 * gnulib/import/m4/lstat.m4: Update.
3602 * gnulib/import/m4/malloc.m4: Update.
3603 * gnulib/import/m4/malloca.m4: Update.
3604 * gnulib/import/m4/math_h.m4: Update.
3605 * gnulib/import/m4/mbrtowc.m4: Update.
3606 * gnulib/import/m4/mbsinit.m4: Update.
3607 * gnulib/import/m4/mbsrtowcs.m4: Update.
3608 * gnulib/import/m4/mbstate_t.m4: Update.
3609 * gnulib/import/m4/memchr.m4: Update.
3610 * gnulib/import/m4/memmem.m4: Update.
3611 * gnulib/import/m4/mmap-anon.m4: Update.
3612 * gnulib/import/m4/multiarch.m4: Update.
3613 * gnulib/import/m4/nocrash.m4: Update.
3614 * gnulib/import/m4/off_t.m4: Update.
3615 * gnulib/import/m4/pathmax.m4: Update.
3616 * gnulib/import/m4/readlink.m4: Update.
3617 * gnulib/import/m4/rename.m4: Update.
3618 * gnulib/import/m4/rmdir.m4: Update.
3619 * gnulib/import/m4/ssize_t.m4: Update.
3620 * gnulib/import/m4/stat.m4: Update.
3621 * gnulib/import/m4/stdbool.m4: Update.
3622 * gnulib/import/m4/stddef_h.m4: Update.
3623 * gnulib/import/m4/stdint.m4: Update.
3624 * gnulib/import/m4/stdio_h.m4: Update.
3625 * gnulib/import/m4/stdlib_h.m4: Update.
3626 * gnulib/import/m4/string_h.m4: Update.
3627 * gnulib/import/m4/strstr.m4: Update.
3628 * gnulib/import/m4/strtok_r.m4: Update.
3629 * gnulib/import/m4/sys_socket_h.m4: Update.
3630 * gnulib/import/m4/sys_stat_h.m4: Update.
3631 * gnulib/import/m4/sys_time_h.m4: Update.
3632 * gnulib/import/m4/sys_types_h.m4: Update.
3633 * gnulib/import/m4/time_h.m4: Update.
3634 * gnulib/import/m4/unistd_h.m4: Update.
3635 * gnulib/import/m4/warn-on-use.m4: Update.
3636 * gnulib/import/m4/wchar_h.m4: Update.
3637 * gnulib/import/m4/wchar_t.m4: Update.
3638 * gnulib/import/m4/wctype_h.m4: Update.
3639 * gnulib/import/m4/wint_t.m4: Update.
3640 * gnulib/import/malloc.c: Update.
3641 * gnulib/import/malloca.c: Update.
3642 * gnulib/import/malloca.h: Update.
3643 * gnulib/import/math.in.h: Update.
3644 * gnulib/import/mbrtowc.c: Update.
3645 * gnulib/import/mbsinit.c: Update.
3646 * gnulib/import/mbsrtowcs-impl.h: Update.
3647 * gnulib/import/mbsrtowcs-state.c: Update.
3648 * gnulib/import/mbsrtowcs.c: Update.
3649 * gnulib/import/memchr.c: Update.
3650 * gnulib/import/memmem.c: Update.
3651 * gnulib/import/pathmax.h: Update.
3652 * gnulib/import/readlink.c: Update.
3653 * gnulib/import/ref-add.sin: Update.
3654 * gnulib/import/ref-del.sin: Update.
3655 * gnulib/import/rename.c: Update.
3656 * gnulib/import/rmdir.c: Update.
3657 * gnulib/import/same-inode.h: Update.
3658 * gnulib/import/stat.c: Update.
3659 * gnulib/import/stdbool.in.h: Update.
3660 * gnulib/import/stddef.in.h: Update.
3661 * gnulib/import/stdint.in.h: Update.
3662 * gnulib/import/stdio.c: Update.
3663 * gnulib/import/stdio.in.h: Update.
3664 * gnulib/import/stdlib.in.h: Update.
3665 * gnulib/import/str-two-way.h: Update.
3666 * gnulib/import/streq.h: Update.
3667 * gnulib/import/string.in.h: Update.
3668 * gnulib/import/stripslash.c: Update.
3669 * gnulib/import/strnlen1.c: Update.
3670 * gnulib/import/strnlen1.h: Update.
3671 * gnulib/import/strstr.c: Update.
3672 * gnulib/import/strtok_r.c: Update.
3673 * gnulib/import/sys_stat.in.h: Update.
3674 * gnulib/import/sys_time.in.h: Update.
3675 * gnulib/import/sys_types.in.h: Update.
3676 * gnulib/import/time.in.h: Update.
3677 * gnulib/import/unistd.in.h: Update.
3678 * gnulib/import/verify.h: Update.
3679 * gnulib/import/wchar.in.h: Update.
3680 * gnulib/import/wctype.in.h: Update.
3681 * gnulib/import/gettimeofday.c: New file.
3682 * gnulib/import/m4/absolute-header.m4: New file.
3683 * gnulib/import/m4/gettimeofday.m4: New file.
3684 * gnulib/import/m4/sys_socket_h.m4: New file.
3685 * gnulib/import/m4/sys_time_h.m4: New file.
3686 * gnulib/import/stdio.c: Delete file.
3687 * gnulib/import/sys_time.in.h: New file.
3689 2015-08-24 Pedro Alves <palves@redhat.com>
3691 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3692 * common/gdb_sys_time.h: New file.
3693 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3694 * gdb_select.h: Likewise.
3695 * gdb_usleep.c: Likewise.
3696 * maint.c: Likewise.
3697 * mi/mi-main.c: Likewise.
3698 * mi/mi-parse.h: Likewise.
3699 * remote-fileio.c: Likewise.
3700 * remote-m32r-sdi.c: Likewise.
3701 * remote.c: Likewise.
3702 * ser-base.c: Likewise.
3703 * ser-pipe.c: Likewise.
3704 * ser-tcp.c: Likewise.
3705 * ser-unix.c: Likewise.
3706 * symfile.c: Likewise.
3707 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3708 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3709 * utils.c: Likewise.
3711 2015-08-24 Pedro Alves <palves@redhat.com>
3713 * NEWS: Mention removed support for the various ROM monitors.
3714 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3715 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3716 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3718 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3720 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3721 dsrec.o from gdb_target_obs.
3722 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3723 from gdb_target_obs.
3724 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3726 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3727 dink32-rom.o from gdb_target_obs.
3728 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3729 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3730 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3731 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3733 2015-08-21 Pedro Alves <palves@redhat.com>
3735 * frame.c (null_frame_id): Explicitly zero-initialize.
3737 2015-08-21 Tom Tromey <tromey@redhat.com>
3739 * dwarf2read.c (struct dwarf2_section_info): Rename field
3740 'asection' to 'section'.
3741 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3742 (dwarf2_locate_sections, dwarf2_locate_sections)
3743 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3744 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3745 (dwarf2_locate_v2_dwp_sections): Adjust.
3747 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3749 * top.h (gdb_in_secondary_prompt_p): Declare.
3750 * top.c (gdb_secondary_prompt_depth): Define.
3751 (gdb_in_secondary_prompt_p): Define.
3752 (gdb_readline_wrapper_cleanup): Decrement
3753 gdb_secondary_prompt_depth.
3754 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3755 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3756 are in a secondary prompt.
3758 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3760 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3763 2015-08-21 Gary Benson <gbenson@redhat.com>
3765 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3767 2015-08-21 Gary Benson <gbenson@redhat.com>
3769 * target.h (struct target_ops) <to_fileio_open>: New argument
3770 warn_if_slow. Update comment. All implementations updated.
3771 (target_fileio_open_warn_if_slow): New declaration.
3772 * target.c (target_fileio_open): Renamed as...
3773 (target_fileio_open_1): ...this. New argument warn_if_slow.
3774 Pass warn_if_slow to implementation. Update debug printing.
3775 (target_fileio_open): New function.
3776 (target_fileio_open_warn_if_slow): Likewise.
3777 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3778 target_fileio_open_warn_if_slow.
3780 2015-08-21 Gary Benson <gbenson@redhat.com>
3782 * nat/linux-namespaces.c (linux_mntns_access_fs):
3783 Do not overwrite old_chain.
3785 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
3787 * arch/xtensa.h: New file.
3788 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3789 (ps_get_thread_area): New function.
3790 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3791 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3792 * xtensa-tdep.c (osabi.h): New #include.
3793 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3794 xtensa-specific hooks.
3795 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3796 member and move the structure to arch/xtensa.h.
3798 2015-08-21 Pedro Alves <palves@redhat.com>
3800 * remote.c (struct readahead_cache): New.
3801 (struct remote_state) <readahead_cache>: New field.
3802 (remote_open_1): Invalidate the cache.
3803 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3805 (remote_hostio_pwrite): Invalidate the readahead cache.
3806 (remote_hostio_pread): Rename to ...
3807 (remote_hostio_pread_vFile): ... this.
3808 (remote_hostio_pread_from_cache): New function.
3809 (remote_hostio_pread): Reimplement.
3810 (remote_hostio_close): Invalidate the readahead cache.
3812 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
3815 * procfs.c: Include "filestuff.h".
3817 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3819 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3821 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3822 cur_line or curch, instead call wmove().
3823 (init_win_info) [CMD_WIN]: Likewise.
3824 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3825 instead call getcury().
3826 (tui_redisplay_readline): Don't set cur_line or curch.
3827 (tui_mld_erase_entire_line): Don't read cur_line, instead call
3829 (tui_cont_sig): Remove call to wmove.
3830 (tui_getc): Don't read cur_line or curch, instead call getcury()
3831 or getyx(). Don't set curch.
3832 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3833 set cur_line or curch. Always move cursor to (0,0).
3835 2015-08-20 Pedro Alves <palves@redhat.com>
3837 * infrun.c (print_target_wait_results): Make extern.
3838 * infrun.h (print_target_wait_results): Declare.
3839 * remote.c (set_stop_requested_callback): Delete.
3840 (process_initial_stop_replies): New function.
3841 (remote_start_remote): Use it.
3842 (stop_reply_queue_length): New function.
3844 2015-08-20 Pedro Alves <palves@redhat.com>
3846 * dwarf2read.c (process_full_comp_unit): To tell whether
3847 start_subfile managed to deduce a language, test for
3848 language_unknown instead of language_c.
3850 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3852 * ada-lex.l: Reset the start condition to INITIAL in the rule that
3855 2015-08-19 Kevin Buettner <kevinb@redhat.com>
3857 * dwarf2read.c (dwarf2_string_attr): New function.
3858 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3859 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3860 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3861 (anonymous_struct_prefix, prepare_one_comp_unit): Use
3862 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3864 2015-08-18 Doug Evans <dje@google.com>
3865 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3868 * cli/cli-logging.c (pop_output_files): Don't restore redirection
3870 * mi/mi-out.c: #include "vec.h".
3871 (ui_filep): New type.
3872 (DEV_VEC_P (ui_filep)): New type.
3873 (struct ui_out_data) <buffer, original_buffer>: Delete.
3874 (struct ui_out_data) <streams>: New member.
3875 (mi_ui_out_impl): Add data_destroy field.
3876 (mi_field_string, mi_field_fmt): Update.
3877 (mi_flush, mi_redirect, field_separator): Update.
3878 (mi_open, mi_close): Update.
3879 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
3880 (mi_out_data_ctor, mi_out_data_dtor): New functions.
3881 (mi_out_new): Call mi_out_data_ctor.
3883 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
3885 * remote.c (strprefix): New.
3886 (remote_parse_stop_reply): Use strprefix instead of strncmp
3887 to ensure exact match of keyword.
3889 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3891 * gdb_bfd.c (debug_bfd_cache): New variable.
3892 (show_bfd_cache_debug): New function.
3893 (gdb_bfd_open): Add debug logging.
3894 (gdb_bfd_ref): Likewise.
3895 (gdb_bfd_unref): Likewise.
3896 (_initialize_gdb_bfd): Add new set/show command.
3897 * NEWS: Mention new command.
3899 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3901 * gdb_bfd.c (bfd_sharing): New variable.
3902 (show_bfd_sharing): New function.
3903 (gdb_bfd_open): Check bfd_sharing variable.
3904 (_initialize_gdb_bfd): Add new set/show command.
3905 * NEWS: Mention new command.
3907 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3909 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
3911 (struct gdb_bfd_cache_search): Likewise.
3912 (eq_bfd): Compare the size, inode, and device id fields.
3913 (gdb_bfd_open): Initialise the size, inode, and device id fields.
3914 (gdb_bfd_ref): Likewise.
3915 (gdb_bfd_unref): Likewise.
3917 2015-08-18 Pedro Alves <palves@redhat.com>
3919 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
3920 target implements to_always_non_stop_p, call it.
3921 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
3922 (x86_linux_create_target): Install it as to_always_non_stop_p
3925 2015-08-17 Doug Evans <dje@google.com>
3927 * ui-out.c (default_ui_out_impl): Add comment.
3929 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
3931 * d-exp.y (type_aggregate_p): New function.
3932 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
3933 (classify_inner_name): Likewise.
3934 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
3936 2015-08-15 Doug Evans <xdje42@gmail.com>
3938 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
3940 (add_psymbol_to_list): Ditto.
3942 2015-08-15 Doug Evans <xdje42@gmail.com>
3944 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
3945 updated. Call end_psymtab_common.
3946 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
3948 (build_type_psymtabs_reader): Ditto.
3949 * psympriv.h (sort_pst_symbols): Delete.
3950 (end_psymtab_common): Declare.
3951 * psymtab.c (sort_pst_symbols): Make static.
3952 (end_psymtab_common): New function.
3953 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
3955 2015-08-15 Doug Evans <xdje42@gmail.com>
3957 * defs.h (LANGUAGE_BITS): Define.
3958 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
3959 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
3960 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
3961 (minimal_symbol_type): Add nr_minsym_types.
3962 (MINSYM_TYPE_BITS): Define.
3963 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
3964 (domain_enum_tag): Add NR_DOMAINS.
3965 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
3966 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
3968 2015-08-15 Doug Evans <xdje42@gmail.com>
3970 * objfiles.h: Whitespace cleanup.
3971 * psympriv.h: Whitespace cleanup.
3972 * psymtab.c: Whitespace/coding convention cleanup.
3974 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3976 * inferior.c (detach_inferior_command): Don't call
3977 any_thread_of_process when pid is 0.
3978 (kill_inferior_command): Likewise.
3980 2015-08-14 Doug Evans <xdje42@gmail.com>
3983 * NEWS: Document new /s modifier for the disassemble command.
3984 * cli/cli-cmds.c (disassemble_command): Add support for /s.
3985 (_initialize_cli_cmds): Update online docs of disassemble command.
3986 * disasm.c: #include "source.h".
3987 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
3989 (dis_line_entry): New struct.
3990 (hash_dis_line_entry, eq_dis_line_entry): New functions.
3991 (allocate_dis_line_table): New functions.
3992 (maybe_add_dis_line_entry, line_has_code_p): New functions.
3993 (dump_insns): New arg end_pc. All callers updated.
3994 (do_mixed_source_and_assembly_deprecated): Renamed from
3995 do_mixed_source_and_assembly. All callers updated.
3996 (do_mixed_source_and_assembly): New function.
3997 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
3998 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
3999 DISASSEMBLY_SOURCE. All uses updated.
4000 (DISASSEMBLY_SOURCE): New macro.
4001 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4003 2015-08-14 Keith Seitz <keiths@redhat.com>
4005 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4006 `typename' to `type_name' to avoid C++ reserved word.
4008 2015-08-14 Keith Seitz <keiths@redhat.com>
4010 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4011 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4014 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4016 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4017 xstrprintf instead of malloc and sprintf.
4018 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4019 (lex_one_token): Likewise.
4021 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4023 * solib-svr4.c (read_program_header): Add base_addr argument to
4024 report the runtime address of the segment.
4025 (find_program_interpreter): Update read_program_header call to pass
4026 a NULL pointer for the new argument.
4027 (scan_dyntag): Add ptr_addr argument to report the runtime address
4029 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4030 read_program_header to get the base address of the dynamic segment.
4031 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4032 read_program_header.
4033 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4035 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4037 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4039 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4041 * d-exp.y (%union): Add voidval.
4042 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4043 name in the lexing stage.
4044 (PostfixExpression): Move symbol completion handling in grammar here
4045 from PrimaryExpression.
4046 (PrimaryExpression): Move routines to handle resolving identifier
4047 tokens in the grammar here from push_expression_name.
4048 (IdentifierExp): Remove the handling of alternating '.' and identifier
4050 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4051 (BasicType): Remove C-style typename rules.
4052 (d_type_from_name, d_module_from_name, push_variable)
4053 (push_fieldnames, push_type_name, push_module_name)
4054 (push_expression_name): Remove.
4055 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4056 (token_and_value): New type.
4057 (token_fifo, popping, name_obstack): New globals.
4058 (classify_name): New function.
4059 (classify_inner_name): Likewise.
4061 (d_parse): Initialize token_fifo, popping and name_obstack.
4063 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4065 * Makefile.in (SFILES): Add d-namespace.c.
4066 (COMMON_OBS): Add d-namespace.o.
4067 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4068 la_lookup_symbol_nonlocal callback function pointer.
4069 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4070 (d_lookup_nested_symbol): New declaration.
4071 * d-namespace.c: New file.
4073 2015-08-13 Pedro Alves <palves@redhat.com>
4075 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4076 cleanup after the decref cleanup, not before.
4078 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4080 * ada-lang.c: Include namespace.h
4081 (aux_add_nonlocal_symbols): Fix a function name in comment.
4082 (ada_add_block_renamings): New.
4083 (add_nonlocal_symbols): Add global renamings handling.
4084 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4086 (ada_add_all_symbols): ... this new function.
4087 (ada_add_block_symbols): Try to match the input name against the
4088 "using directives list", perform a recursive symbol lookup on
4089 the matched declarations.
4090 * block.h (struct block): Move the_namespace to top-level as
4091 namespace_info. Remove the language_specific field.
4092 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4093 * buildsym.h (using_directives): Rename into...
4094 (local_using_directives): ... this.
4095 (global_using_directives): New.
4096 (struct context_stack): Rename the using_directives field into
4097 local_using_directives.
4098 * buildsym.c (finish_block_internal): Deal with the proper
4099 using directives repository (local or global).
4100 (prepare_for_building): Reset local_using_directives. Assert
4101 that there is no pending global using directive.
4102 (reset_symtab_globals): Reset global_using_directives and
4103 local_using_directives.
4104 (end_symtab_get_static_block): Don't ignore symtabs that have
4105 only using directives.
4106 (push_context): Update references to local_using_directives.
4107 (buildsym_init): Do not reset using_directives.
4108 * cp-support.c: Include namespace.h.
4109 * cp-support.h (struct using_direct): Move to namespace.h.
4110 (cp_add_using_directives): Move to namespace.h.
4111 * cp-namespace.c: Include namespace.h
4112 (cp_add_using_directive): Move to namespace.c, rename it to
4113 add_using_directive, add a "using_directives" argument and use
4114 it as the pending using directives repository. All callers
4116 * dwarf2read.c (using_directives): New.
4117 (read_import_statement): Call using_directives.
4118 (read_func_scope): Update references to local_using_directives.
4119 (read_lexical_block_scope): Likewise.
4120 (read_namespace): Update the heading comment, call
4122 * namespace.h: New file.
4123 * namespace.c: New file.
4124 * Makefile.in (SFILES): Add namespace.c.
4125 (COMMON_OBS): Add namespace.o
4127 2015-08-12 Joel Brobecker <brobecker@adacore.com>
4129 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4132 2015-08-12 Keith Seitz <keiths@redhat.com>
4134 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4135 reserved C++ keyword "explicit" to "explicit_loc".
4136 * breakpoint.c (create_overlay_event_breakpoint)
4137 (create_longjmp_master_breakpoint)
4138 (create_std_terminate_master_breakpoint)
4139 (create_exception_master_breakpoint, update_static_tracepoint):
4140 Rename reserved C++ keyword "explicit" to "explicit_loc".
4141 * completer.c (collect_explicit_location_matches)
4142 (explicit_location_completer): Rename reserved C++ keyword
4143 "explicit" to "explicit_loc".
4144 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4145 (canonicalize_linespec, create_sals_line_offset)
4146 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4147 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4148 "explicit" to "explicit_loc".
4149 * location.c (struct event_location) <explicit>: Rename to
4151 (initialize_explicit_location, new_explicit_location)
4152 (explicit_location_to_string_internal, explicit_location_to_linespec):
4153 Rename reserved C++ keyword "explicit" to "explicit_loc".
4154 * location.h (explicit_location_to_string)
4155 (explicit_location_to_linespec, initialize_explicit_location)
4156 (new_explicit_location): Rename reserved C++ keyword "explicit"
4158 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4159 keyword "explicit" to "explicit_loc".
4161 2015-08-12 Keith Seitz <keiths@redhat.com>
4163 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4164 and only call decode_line_1 when it is non-NULL.
4166 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
4168 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4169 location address is not meaningful.
4170 (breakpoint_address_is_meaningful): Update comment.
4172 2015-08-11 Keith Seitz <keiths@redhat.com>
4174 * NEWS: Mention explicit locations.
4175 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4176 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4177 (_initialize_breakpoint): Update documentation for
4178 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4180 2015-08-11 Keith Seitz <keiths@redhat.com>
4182 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4183 explicit locations, options "--source", "--function",
4184 "--label", and "--line".
4186 2015-08-11 Keith Seitz <keiths@redhat.com>
4188 * completer.c: Include location.h.
4189 (enum match_type): New enum.
4190 (location_completer): Rename to ...
4191 (linespec_completer): ... this.
4192 (collect_explicit_location_matches, backup_text_ptr)
4193 (explicit_location_completer): New functions.
4194 (location_completer): "New" function; handle linespec
4195 and explicit location completions.
4196 (complete_line_internal): Remove all location completer-specific
4198 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4199 (find_toplevel_char): Export.
4200 (linespec_parse_line_offset): Export.
4201 Issue error if STRING is not numerical.
4202 (gdb_get_linespec_parser_quote_characters): New function.
4203 * linespec.h (linespec_parse_line_offset): Declare.
4204 (get_gdb_linespec_parser_quote_characters): Declare.
4205 (is_ada_operator): Declare.
4206 (find_toplevel_char): Declare.
4207 (linespec_lexer_lex_keyword): Declare.
4208 * location.c (explicit_to_event_location): New function.
4209 (explicit_location_lex_one): New function.
4210 (string_to_explicit_location): New function.
4211 (string_to_event_location): Handle explicit locations.
4212 * location.h (explicit_to_event_location): Declare.
4213 (string_to_explicit_location): Declare.
4215 2015-08-11 Keith Seitz <keiths@redhat.com>
4217 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4218 linespec into explicit location.
4219 * breakpoint.c (create_overlay_breakpoint)
4220 (create_longjmp_master_breakpoint)
4221 (create_std_terminate_master_breakpoint)
4222 (create_exception_master_breakpoint): Convert linespec into explicit
4224 (update_static_tracepoint): Convert linespec into explicit location.
4225 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4227 (struct linespec) <expression, expr_pc, source_filename>
4228 <function_name, label_name, line_offset>: Replace with ...
4229 <explicit>: ... this.
4230 <is_linespec>: New member.
4231 (PARSER_EXPLICIT): New accessor macro.
4232 (undefined_label_error): New function.
4233 (source_file_not_found_error): New function.
4234 (linespec_parse_basic): The parser result is now an explicit location.
4235 Use PARSER_EXPLICIT to access it.
4236 Use undefined_label_error.
4237 (canonicalize_linespec): Convert canonical linespec into explicit
4239 Move string representation of location to explicit_location_to_linespec
4240 and use it and explicit_location_to_string to save string
4241 representations of the canonical location.
4242 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4243 explicit location. Update all references.
4244 (convert_explicit_location_to_sals): New function.
4245 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4246 result's explicit location.
4247 (linespec_state_constructor): Initialize is_linespec.
4248 Use PARSER_EXPLICIT.
4249 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4251 (event_location_to_sals): For linespec locations, set is_linespec.
4252 Handle explicit locations.
4253 (decode_objc): 'ls' contains an explicit location now. Update all
4255 (symtabs_from_filename): Use source_file_not_found_error.
4256 * location.c (struct event_location.u) <explicit>: New member.
4257 (initialize_explicit_location): New function.
4258 (initialize_event_location): Initialize explicit locations.
4259 (new_explicit_location, get_explicit_location)
4260 (get_explicit_location_const): New functions.
4261 (explicit_to_string_internal): New function; most of contents moved
4262 from canonicalize_linespec.
4263 (explicit_location_to_string): New function.
4264 (explicit_location_to_linespec): New function.
4265 (copy_event_location, delete_event_location)
4266 (event_location_to_string_const, event_location_empty_p): Handle
4268 * location.h (enum offset_relative_sign, struct line_offset): Move
4269 here from linespec.h.
4270 (enum event_location_type): Add EXPLICIT_LOCATION.
4271 (struct explicit_location): New structure.
4272 (explicit_location_to_string): Declare.
4273 (explicit_location_to_linespec): Declare.
4274 (new_explicit_location, get_explicit_locationp
4275 (get_explicit_location_const, initialize_explicit_location): Declare.
4277 2015-08-11 Keith Seitz <keiths@redhat.com>
4279 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4280 linespec for stap probe to probe location.
4281 * breakpoint.c (create_longjmp_master_breakpoint)
4282 (create_exception_master_breakpoint): Likewise.
4283 (break_command_1): Remove local variable `arg_cp'.
4284 Check location type to set appropriate breakpoint ops methods.
4285 (trace_command): Likewise.
4286 * linespec.c (event_location_to_sals): Assert on probe locations.
4287 * location.c (EL_PROBE): Add macro definition.
4288 (new_probe_location, get_probe_location): New functions.
4289 (copy_event_location, delete_event_location, event_location_to_string)
4290 (string_to_event_location, event_location_empty_p): Handle probe
4292 * location.h (enum event_location_type): Add PROBE_LOCATION.
4293 (new_probe_location, get_probe_location): Declare.
4294 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4295 Convert linespec into probe location.
4297 2015-08-11 Keith Seitz <keiths@redhat.com>
4299 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4300 Convert linespec to address location.
4301 * linespec.c (canonicalize_linespec): Do not handle address
4303 (convert_address_location_to_sals): New function; contents moved
4305 (convert_linespc_to_sals): ... here.
4306 (parse_linespec): Remove address locations from linespec grammar.
4307 Remove handling of address locations.
4308 (linespec_lex_to_end): Remove handling of address linespecs.
4309 (event_location_to_sals): Handle ADDRESS_LOCATION.
4310 (linespec_expression_to_pc): Export.
4311 * linespec.h (linespec_expression_to_pc): Add declaration.
4312 * location.c (struct event_location.u) <address>: New member.
4313 (new_address_location, get_address_location): New functions.
4314 (copy_event_location, delete_event_location, event_location_to_string)
4315 (string_to_event_location, event_location_empty_p): Handle address
4317 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4318 (new_address_location, get_address_location): Declare.
4319 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4320 to address location.
4321 * spu-tdep.c (spu_catch_start): Likewise.
4323 2015-08-11 Keith Seitz <keiths@redhat.com>
4325 * ax-gdb.c: Include location.h.
4326 (agent_command_1) Use linespec location instead of address
4328 * break-catch-throw.c: Include location.h.
4329 (re_set_exception_catchpoint): Use linespec locations instead
4331 * breakpoint.c: Include location.h.
4332 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4333 (create_std_terminate_master_breakpoint)
4334 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4335 Use linespec location instead of address string.
4336 (print_breakpoint_location): Use locations and
4337 event_location_to_string.
4338 Print extra_string for pending locations for non-MI streams.
4339 (print_one_breakpoint_location): Use locations and
4340 event_location_to_string.
4341 (init_raw_breakpoint_without_location): Initialize b->location.
4342 (create_thread_event_breakpoint): Use linespec location instead of
4344 (init_breakpoint_sal): Likewise.
4345 Only save extra_string if it is non-NULL and not the empty string.
4346 Use event_location_to_string instead of `addr_string'.
4347 Constify `p' and `endp'.
4348 Use skip_spaces_const/skip_space_const instead of non-const versions.
4349 Copy the location into the breakpoint.
4350 If LOCATION is NULL, save the breakpoint address as a linespec location
4351 instead of an address string.
4352 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4353 event_location. All uses updated.
4354 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4355 (parse_breakpoint_sals): Use locations instead of address strings.
4356 Remove check for empty linespec with conditional.
4358 (decode_static_tracepoint_spec): Make argument const and update
4360 (create_breakpoint): Change `arg' to a struct event_location and
4362 Remove `copy_arg' and `addr_start'.
4363 If EXTRA_STRING is empty, set it to NULL.
4364 Don't populate `canonical' for pending breakpoints.
4365 Pass `extra_string' to find_condition_and_thread.
4366 Clear `extra_string' if `rest' was NULL.
4367 Do not error with "garbage after location" if setting a dprintf
4369 Copy the location into the breakpoint instead of an address string.
4370 (break_command_1): Use string_to_event_location and pass this to
4371 create_breakpoint instead of an address string.
4372 Check against `arg_cp' for a probe linespec.
4373 (dprintf_command): Use string_to_event_location and pass this to
4374 create_breakpoint instead of an address string.
4375 Throw an exception if no format string was specified.
4376 (print_recreate_ranged_breakpoint): Use event_location_to_string
4377 instead of address strings.
4378 (break_range_command, until_break_command)
4379 (init_ada_exception_breakpoint): Use locations instead
4381 (say_where): Print out extra_string for pending locations.
4382 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4384 (base_breakpoint_create_sals_from_location): Use struct event_location
4385 instead of address string.
4386 Remove `addr_start' and `copy_arg' parameters.
4387 (base_breakpoint_decode_location): Use struct event_location instead of
4389 (bkpt_re_set): Use locations instead of address strings.
4390 Use event_location_empty_p to check for unset location.
4391 (bkpt_print_recreate): Use event_location_to_string instead of
4393 Print out extra_string for pending locations.
4394 (bkpt_create_sals_from_location, bkpt_decode_location)
4395 (bkpt_probe_create_sals_from_location): Use struct event_location
4396 instead of address string.
4397 (bkpt_probe_decode_location): Use struct event_location instead of
4399 (tracepoint_print_recreate): Use event_location_to_string to
4400 recreate the tracepoint.
4401 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4402 (tracepoint_probe_create_sals_from_location)
4403 (tracepoint_probe_decode_location): Use struct event_location
4404 instead of address string.
4405 (dprintf_print_recreate): Use event_location_to_string to recreate
4407 (dprintf_re_set): Remove check for valid/missing format string.
4408 (strace_marker_create_sals_from_location)
4409 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4410 (update_static_tracepoint): Use struct event_location instead of
4412 (location_to_sals): Likewise.
4413 Pass `extra_string' to find_condition_and_thread.
4414 For newly resolved pending breakpoint locations, clear the location's
4415 string representation.
4416 Assert that the breakpoint's condition string is NULL when
4417 condition_not_parsed.
4418 (breakpoint_re_set_default, create_sals_from_location_default)
4419 (decode_location_default, trace_command, ftrace_command)
4420 (strace_command, create_tracepoint_from_upload): Use locations
4421 instead of address strings.
4422 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4423 Use struct event_location instead of address string.
4425 <decode_location>: Likewise.
4426 (struct breakpoint) <addr_string>: Change to struct event_location
4427 and rename `location'.
4428 <addr_string_range_end>: Change to struct event_location and rename
4429 `location_range_end'.
4430 (create_breakpoint): Use struct event_location instead of address
4432 * cli/cli-cmds.c: Include location.h.
4433 (edit_command, list_command): Use locations instead of address strings.
4434 * elfread.c: Include location.h.
4435 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4436 * guile/scm-breakpoint.c: Include location.h.
4437 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4438 (gdbscm_register_breakpoint): Use locations instead of address
4440 * linespec.c: Include location.h.
4441 (struct ls_parser) <stream>: Change to const char *.
4442 (PARSER_STREAM): Update.
4443 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4444 keywords must be followed by whitespace.
4445 (canonicalize_linespec): Save a linespec location into `canonical'.
4446 Save a canonical linespec into `canonical'.
4447 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4449 Update function description.
4450 (linespec_parser_new): Initialize `parser'.
4451 Update initialization of parsing stream.
4452 (event_location_to_sals): New function.
4453 (decode_line_full): Change `argptr' to a struct event_location and
4454 rename it `location'.
4455 Use locations instead of address strings.
4456 Call event_location_to_sals instead of parse_linespec.
4457 (decode_line_1): Likewise.
4458 (decode_line_with_current_source, decode_line_with_last_displayed)
4459 Use locations instead of address strings.
4460 (decode_objc): Likewise.
4461 Change `argptr' to const char * and rename `arg'.
4462 (destroy_linespec_result): Delete the linespec result's location
4463 instead of freeing the address string.
4464 * linespec.h (struct linespec_result) <addr_string>: Change to
4465 struct event_location and rename to ...
4466 <location>: ... this.
4467 (decode_line_1, decode_line_full): Change `argptr' to struct
4468 event_location. All callers updated.
4469 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4470 (mi_cmd_break_insert_1): Use locations instead of address strings.
4471 Throw an error if there was "garbage" at the end of the specified
4473 * probe.c: Include location.h.
4474 (parse_probes): Change `argptr' to struct event_location.
4475 Use event locations instead of address strings.
4476 * probe.h (parse_probes): Change `argptr' to struct event_location.
4477 * python/py-breakpoint.c: Include location.h.
4478 (bppy_get_location): Constify local variable `str'.
4479 Use event_location_to_string.
4480 (bppy_init): Use locations instead of address strings.
4481 * python/py-finishbreakpoint.c: Include location.h.
4482 (bpfinishpy_init): Remove local variable `addr_str'.
4483 Use locations instead of address strings.
4484 * python/python.c: Include location.h.
4485 (gdbpy_decode_line): Use locations instead of address strings.
4486 * remote.c: Include location.h.
4487 (remote_download_tracepoint): Use locations instead of address
4489 * spu-tdep.c: Include location.h.
4490 (spu_catch_start): Remove local variable `buf'.
4491 Use locations instead of address strings.
4492 * tracepoint.c: Include location.h.
4493 (scope_info): Use locations instead of address strings.
4494 (encode_source_string): Constify parameter `src'.
4495 * tracepoint.h (encode_source_string): Likewise.
4497 2015-08-11 Keith Seitz <keiths@redhat.com>
4499 * Makefile.in (SFILES): Add location.c.
4500 (HFILES_NO_SRCDIR): Add location.h.
4501 (COMMON_OBS): Add location.o.
4502 * linespec.c (linespec_lex_to_end): New function.
4503 * linespec.h (linespec_lex_to_end): Declare.
4504 * location.c: New file.
4505 * location.h: New file.
4507 2015-08-11 Keith Seitz <keiths@redhat.com>
4509 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4510 Renamed to create_sals_from_location.
4511 <decode_linespec>: Renamed to decode_location.
4513 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4514 (create_sals_from_location_default): ... this.
4515 (addr_string_to_sals): Renamed to ...
4516 (location_to_sals): ... this.
4517 (decode_linespec_default): Renamed to ...
4518 (decode_location_default): ... this.
4519 (base_breakpoint_create_sals_from_address): Renamed to ...
4520 (base_breakpoint_create_sals_from_location): ... this.
4521 (bkpt_create_sals_from_address): Renamed to ...
4522 (bkpt_create_sals_from_location): ... this.
4523 (bkpt_decode_linespec): Renamed to ...
4524 (bkpt_decode_location): ... this.
4525 (bkpt_probe_create_sals_from_address): Renamed to ...
4526 (bkpt_probe_create_sals_from_location): ... this.
4527 (tracepoint_create_sals_from_address): Renamed to ...
4528 (tracepoint_create_sals_from_location): ... this.
4529 (tracepoint_decode_linespec): Renamed to ...
4530 (tracepoint_decode_location): ... this.
4531 (tracepoint_probe_create_sals_from_address): Renamed to ...
4532 (tracepoint_probe_create_sals_from_location): ... this.
4533 (tracepoint_probe_decode_linespec): Renamed to ...
4534 (tracepoint_probe_decode_location): ... this.
4535 (strace_marker_create_sals_from_address): Renamed to ...
4536 (strace_marker_create_sals_from_location): ... this.
4537 (decode_linespec_default): Renamed to ...
4538 (decode_location_default): ... this.
4540 2015-08-10 Doug Evans <dje@google.com>
4541 Keith Seitz <keiths@redhat.com>
4544 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4545 make_file_symbol_completion_list and made static.
4546 (make_file_symbol_completion_list): New function.
4548 2015-08-10 Joel Brobecker <brobecker@adacore.com>
4550 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4551 trailing new-line at end of warning message.
4552 (proceed): Add i18n marker to error messages.
4554 2015-08-07 Pedro Alves <palves@redhat.com>
4556 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4558 2015-08-07 Pedro Alves <palves@redhat.com>
4560 * s390-linux-tdep.c (is_non_branch_ril)
4561 (s390_displaced_step_copy_insn): New functions.
4562 (s390_displaced_step_fixup): Update comment.
4563 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4564 gdbarch_displaced_step_copy_insn hook.
4566 2015-08-07 Pedro Alves <palves@redhat.com>
4568 * infrun.c (displaced_step_prepare_throw): Return -1 if
4569 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4571 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4572 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4574 (ppc_displaced_step_copy_insn): New function.
4575 (ppc_displaced_step_fixup): Update comment.
4576 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4577 gdbarch_displaced_step_copy_insn hook.
4578 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4580 * gdbarch.h: Regenerate.
4582 2015-08-07 Pedro Alves <palves@redhat.com>
4584 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4586 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4587 Return false if dispaced stepping failed before.
4588 (resume): Pass the current inferior to
4589 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4590 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4591 displaced_stepping_failed flag, and fall back to an in-line
4594 2015-08-07 Pedro Alves <palves@redhat.com>
4596 * darwin-nat.c (darwin_stop): Rename to ...
4597 (darwin_interrupt): ... this.
4598 (_initialize_darwin_inferior): Adjust.
4599 * gnu-nat.c (gnu_stop): Delete.
4600 (gnu_target): Don't install gnu_stop.
4601 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4602 (inf_ptrace_interrupt): ... this.
4603 (inf_ptrace_target): Adjust.
4604 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4606 * linux-nat (linux_nat_stop): Rename to ...
4607 (linux_nat_interrupt): ... this.
4608 (linux_nat_stop): Reimplement.
4609 (linux_nat_add_target): Install linux_nat_interrupt.
4610 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4611 (nto_handle_sigint_twice): ... this.
4612 (nto_interrupt): Rename to ...
4613 (nto_handle_sigint): ... this. Call target_interrupt instead of
4615 (procfs_wait): Adjust.
4616 (procfs_stop): Rename to ...
4617 (procfs_interrupt): ... this.
4618 (init_procfs_targets): Adjust.
4619 * procfs.c (procfs_stop): Rename to ...
4620 (procfs_interrupt): ... this.
4621 (procfs_target): Adjust.
4622 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4623 (m32r_interrupt): ... this.
4624 (init_m32r_ops): Adjust.
4625 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4626 (gdbsim_interrupt_inferior): ... this.
4627 (gdbsim_stop): Rename to ...
4628 (gdbsim_interrupt): ... this.
4629 (gdbsim_cntrl_c): Adjust.
4630 (init_gdbsim_ops): Adjust.
4631 * remote.c (sync_remote_interrupt): Adjust comments.
4632 (remote_stop_as): Rename to ...
4633 (remote_interrupt_as): ... this.
4634 (remote_stop): Adjust comment.
4635 (remote_interrupt): New function.
4636 (init_remote_ops): Install remote_interrupt.
4637 * target.c (target_interrupt): New function.
4638 * target.h (struct target_ops) <to_interrupt>: New field.
4639 (target_interrupt): New declaration.
4640 * windows-nat.c (windows_stop): Rename to ...
4641 (windows_interrupt): ... this.
4642 * target-delegates.c: Regenerate.
4644 2015-08-07 Pedro Alves <palves@redhat.com>
4646 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4647 threads" as alternative to "switching back to stepped thread".
4649 2015-08-07 Pedro Alves <palves@redhat.com>
4651 * NEWS: Mention "maint set/show target-non-stop".
4652 * breakpoint.c (update_global_location_list): Check
4653 target_is_non_stop_p instead of non_stop.
4654 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4655 * infrun.c (show_can_use_displaced_stepping)
4656 (can_use_displaced_stepping_p, start_step_over_inferior):
4658 (internal_resume_ptid): New function.
4660 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4661 all-stop mode but the target is always in non-stop mode, start all
4662 the other threads that are implicitly resumed too.
4663 (for_each_just_stopped_thread, fetch_inferior_event)
4664 (adjust_pc_after_break, stop_all_threads): Check
4665 target_is_non_stop_p instead of non_stop.
4666 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4667 with the target always in non-stop mode.
4668 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4669 instead of non_stop.
4670 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4671 instead of non_stop.
4672 (keep_going_stepped_thread): Use internal_resume_ptid.
4673 (stop_waiting): If in all-stop mode, and the target is in non-stop
4674 mode, stop all threads.
4675 (keep_going_pass): Likewise, when starting a new in-line step-over
4677 * linux-nat.c (get_pending_status, select_event_lwp)
4678 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4679 target_is_non_stop_p instead of non_stop.
4680 (linux_nat_always_non_stop_p): New function.
4681 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4682 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4683 * target-delegates.c: Regenerate.
4684 * target.c (target_is_non_stop_p): New function.
4685 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4686 (maint_set_target_non_stop_command)
4687 (maint_show_target_non_stop_command): New functions.
4688 (_initilize_target): Install "maint set/show target-non-stop"
4690 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4691 (target_non_stop_enabled): New declaration.
4692 (target_is_non_stop_p): New declaration.
4694 2015-08-07 Pedro Alves <pedro@codesourcery.com>
4696 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4697 has a pending status, return true.
4698 * gdbthread.h: Include target/waitstatus.h.
4699 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4700 stop_pc>: New fields.
4701 (struct thread_info) <resumed>: New field.
4702 (set_resumed): Declare.
4703 * infrun.c: Include "event-loop.h".
4704 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4705 (infrun_async): New function.
4706 (clear_step_over_info): Add debug output.
4707 (displaced_step_in_progress_any_inferior): New function.
4708 (displaced_step_fixup): New returns int.
4709 (start_step_over): Handle in-line step-overs too. Assert the
4710 thread is marked resumed.
4711 (resume_cleanups): Clear the thread's resumed flag.
4712 (resume): Set the thread's resumed flag. Return early if the
4713 thread has a pending status. Allow stepping a breakpoint with no
4715 (proceed): Adjust to check 'resumed' instead of 'executing'.
4716 (clear_proceed_status_thread): If the thread has a pending status,
4717 and that status is a finished step, discard the pending status.
4718 (clear_proceed_status): Don't clear step_over_info here.
4719 (random_pending_event_thread, do_target_wait): New functions.
4720 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4722 (wait_one): New function.
4723 (THREAD_STOPPED_BY): New macro.
4724 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4725 (thread_stopped_by_hw_breakpoint): New functions.
4726 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4728 (handle_inferior_event): Also call set_resumed(false) on all
4729 threads implicitly stopped by the event.
4730 (restart_threads, resumed_thread_with_pending_status): New
4732 (finish_step_over): If we were doing an in-line step-over before,
4733 and no longer are after trying to start a new step-over, restart
4734 all threads. If we have multiple threads with pending events,
4735 save the current event and go through the event loop again.
4736 (handle_signal_stop): Return early if finish_step_over returns
4738 <random signal>: If we get a signal while stepping over a
4739 breakpoint in-line in non-stop mode, restart all threads. Clear
4740 step_over_info before delivering the signal.
4741 (keep_going_stepped_thread): Use internal_error instead of
4742 gdb_assert. Mark the thread as resumed.
4743 (keep_going_pass_signal): Assert the thread isn't already resumed.
4744 If some other thread is doing an in-line step-over, defer the
4745 resume. If we just started a new in-line step-over, stop all
4746 threads. Don't clear step_over_info.
4747 (infrun_async_inferior_event_handler): New function.
4748 (_initialize_infrun): Create async event handler with
4749 infrun_async_inferior_event_handler as callback.
4750 (infrun_async): New declaration.
4751 * target.c (target_async): New function.
4752 * target.h (target_async): Declare macro and readd as function
4754 * target/waitstatus.h (enum target_stop_reason)
4755 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4756 * thread.c (new_thread): Clear the new waitstatus field.
4757 (set_resumed): New function.
4759 2015-08-07 Pedro Alves <palves@redhat.com>
4761 * infrun.c (keep_going_stepped_thread): New function, factored out
4763 (switch_back_to_stepped_thread): ... here.
4765 2015-08-07 Pedro Alves <palves@redhat.com>
4767 * infrun.c (currently_stepping): Extend intro comment.
4768 * target.h (target_resume): Extend intro comment.
4770 2015-08-07 Pedro Alves <palves@redhat.com>
4772 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4773 of inferior_ptid. If the stepped thread vanished, return 0
4774 instead of resuming here. Use reset_ecs. Print the prev_pc and
4775 the current stop_pc in log message. Clear trap_expected if the
4776 thread advanced. Don't pass currently_stepping to
4779 2015-08-07 Pedro Alves <palves@redhat.com>
4781 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4782 * infrun.c (struct execution_control_state): Move higher up in the
4784 (reset_ecs): New function.
4785 (start_step_over): Now returns int. Rewrite to use
4786 keep_going_pass_signal instead of manually starting a displaced step.
4787 (resume): Don't call set_running here. If displaced stepping
4788 can't start now, clear trap_expected.
4789 (find_thread_needs_step_over): Delete function.
4790 (proceed): Set up finish_thread_state_cleanup. Call set_running.
4791 If the current thread needs a step over, push it in the step-over
4792 chain. Don't set insert breakpoints nor call resume directly
4793 here. Instead rewrite to use start_step_over and
4794 keep_going_pass_signal.
4795 (finish_step_over): New function.
4796 (handle_signal_stop): Call finish_step_over instead of
4798 (switch_back_to_stepped_thread): If the event thread needs another
4799 step-over do that first. Use start_step_over.
4800 (keep_going_pass_signal): New function, factored out from ...
4801 (keep_going): ... here.
4802 (_initialize_infrun): Comment moved here.
4803 * thread.c (set_running_thread): New function.
4804 (set_running, finish_thread_state): Use set_running_thread.
4806 2015-08-07 Pedro Alves <palves@redhat.com>
4808 * gdbthread.h (struct thread_info) <step_over_prev,
4809 step_over_next>: New fields.
4810 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4811 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4813 * infrun.c (struct displaced_step_request): Delete.
4814 (struct displaced_step_inferior_state) <step_request_queue>:
4816 (displaced_step_prepare): Assert that trap_expected is set. Use
4817 thread_step_over_chain_enqueue. Split starting a new displaced
4819 (start_step_over): ... this new function.
4820 (resume): Assert the thread isn't waiting for a step over already.
4821 (proceed): Assert the thread isn't waiting for a step over
4823 (infrun_thread_stop_requested): Adjust to remove threads from the
4824 embedded step-over chain.
4825 (handle_inferior_event) <fork/vfork>: Call start_step_over after
4826 displaced_step_fixup.
4827 (handle_signal_stop): Call start_step_over after
4828 displaced_step_fixup.
4829 * infrun.h (step_over_queue_head): New declaration.
4830 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4831 (thread_step_over_chain_next, thread_is_in_step_over_chain)
4832 (thread_step_over_chain_enqueue)
4833 (thread_step_over_chain_remove): New functions.
4834 (delete_thread_1): Remove thread from the step-over chain.
4836 2015-08-07 Pedro Alves <palves@redhat.com>
4838 * infrun.c (thread_still_needs_step_over): Rename to ...
4839 (thread_still_needs_step_over_bp): ... this.
4840 (enum step_over_what): New.
4841 (thread_still_needs_step_over): Reimplement.
4843 2015-08-07 Pedro Alves <palves@redhat.com>
4845 * remote.c (remote_wait_as): If not waiting for a stop reply,
4846 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
4847 requested, don't block waiting forever.
4849 2015-08-07 Pedro Alves <pedro@codesourcery.com>
4851 * infrun.c (adjust_pc_after_break): Now takes thread_info and
4852 waitstatus pointers instead of an ecs. Adjust.
4853 (handle_inferior_event): Adjust caller.
4855 2015-08-07 Pedro Alves <palves@redhat.com>
4857 * infrun.c (handle_inferior_event): If we get
4858 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4859 mode, mark all threads of the exiting process as not-executing.
4860 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4861 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4862 exiting process, if inferior_ptid still points at a process.
4863 * thread.c (struct current_thread_cleanup) <next>: New field.
4864 (current_thread_cleanup_chain): New global.
4865 (restore_current_thread_ptid_changed): New function.
4866 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4867 current_thread_cleanup_chain list.
4868 (make_cleanup_restore_current_thread): Add the cleanup data to the
4869 current_thread_cleanup_chain list.
4870 (_initialize_thread): Install restore_current_thread_ptid_changed
4871 as thread_ptid_changed observer.
4873 2015-08-07 Joel Brobecker <brobecker@adacore.com>
4875 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
4876 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
4877 smaller than expected.
4879 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4881 * stack.c (get_frame_language): Moved ...
4882 * frame.c (get_frame_language): ... to here.
4883 * language.h (get_frame_language): Declaration moved to frame.h.
4884 * frame.h: Add language.h include, for language enum.
4885 (get_frame_language): Declaration moved from language.h.
4886 * language.c: Add frame.h include.
4887 * top.c: Add frame.h include.
4888 * symtab.h (struct obj_section): Declare.
4889 (struct cmd_list_element): Declare.
4891 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4893 * language.c (show_language_command): Find selected frame before
4894 asking for the language of that frame.
4895 (set_language_command): Likewise.
4896 * language.h (get_frame_language): Add frame parameter.
4897 * stack.c (get_frame_language): Add frame parameter, assert
4898 parameter is not NULL, update comment and reindent.
4899 * top.c (check_frame_language_change): Pass the selected frame
4900 into get_frame_language.
4902 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4904 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
4905 (pt_btrace_insn_flags): New.
4906 (ftrace_add_pt): Call pt_btrace_insn_flags.
4907 * btrace.h (btrace_insn_flag): New.
4908 (btrace_insn) <flags>: New.
4909 * record-btrace.c (btrace_insn_history): Print insn prefix.
4910 * NEWS: Announce it.
4912 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4914 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
4915 * configure: Regenerate.
4917 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
4919 * Makefile.in (LIBICONV): Define.
4920 (CLIBS): Add LIBICONV.
4921 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
4922 * configure: Regenerate.
4924 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4925 Pedro Alves <palves@redhat.com>
4927 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
4928 (arm_set_abi): Likewise.
4929 * ax-general.c (ax_print): Likewise.
4930 * c-exp.y (exp : string_exp): Likewise.
4931 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
4932 (do_compile_dwarf_expr_to_c): Likewise.
4933 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
4935 * dwarf2expr.c (execute_stack_op): Likewise.
4936 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4937 (disassemble_dwarf_expression): Likewise.
4938 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
4939 (read_array_order): Likewise.
4940 (abbrev_table_read_table): Likewise.
4941 (read_attribute_value): Likewise.
4942 (skip_unknown_opcode): Likewise.
4943 (dwarf_decode_macro_bytes): Likewise.
4944 (dwarf_decode_macros): Likewise.
4945 * eval.c (value_f90_subarray): Likewise.
4946 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4947 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4948 * infrun.c (handle_command): Likewise.
4949 * memory-map.c (memory_map_start_memory): Likewise.
4950 * osabi.c (set_osabi): Likewise.
4951 * parse.c (operator_length_standard): Likewise.
4952 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
4953 single return point.
4954 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
4955 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4956 (gdbpy_lookup_global_symbol): Likewise.
4957 * record-full.c (record_full_restore): Likewise.
4958 * regcache.c (regcache_register_status): Likewise.
4959 (regcache_raw_read): Likewise.
4960 (regcache_cooked_read): Likewise.
4961 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4962 * symtab.c (initialize_ordinary_address_classes): Likewise.
4963 * target-debug.h (target_debug_print_signals): Likewise.
4964 * utils.c (do_restore_current_language): Likewise.
4966 2015-08-06 Clem Dickey <clemd@acm.org>
4969 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
4971 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4973 * complaints.c (enum complaint_series): Add newlines and remove
4974 out of date comment.
4975 (struct complaints) <series>: Change type to enum
4976 complaint_series and remove out of date comment.
4977 (symfile_complaint_hook): Use equivalent enum value
4978 ISOLATED_MESSAGE instead of 0.
4980 2015-08-06 Pedro Alves <palves@redhat.com>
4982 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
4985 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
4987 * common/agent.c (symbol_list) <required>: Remove.
4989 2015-08-06 Pedro Alves <palves@redhat.com>
4991 * target/waitstatus.h (enum target_stop_reason)
4992 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4994 2015-08-05 Pedro Alves <palves@redhat.com>
4995 Joel Brobecker <brobecker@adacore.com>
4997 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
4998 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
4999 case where BS->STOP is not set.
5001 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5003 * nat/gdb_thread_db.h: Add copyright header.
5004 Protect against multiple inclusion.
5006 2015-08-05 Yao Qi <yao.qi@linaro.org>
5008 * aarch64-linux-nat.c (get_thread_id): Remove.
5009 (debug_reg_change_callback): Call ptid_get_lwp instead of
5011 (fetch_gregs_from_thread): Likewise.
5012 (store_gregs_to_thread): Likewise.
5013 (fetch_fpregs_from_thread): Likewise.
5014 (store_fpregs_to_thread): Likewise.
5015 (aarch64_linux_get_debug_reg_capacity): Likewise.
5016 * arm-linux-nat.c (get_thread_id): Remove.
5017 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5018 * xtensa-linux-nat.c (get_thread_id): Remove.
5019 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5020 * arm-linux-nat.c (get_thread_id): Remove.
5021 (GET_THREAD_ID): Remove.
5022 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5023 (store_fpregs, fetch_regs, store_regs): Likewise.
5024 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5025 (fetch_vfp_regs, store_vfp_regs): Likewise.
5026 (arm_linux_read_description): Likewise.
5027 (arm_linux_get_hwbp_cap): Likewise.
5028 * xtensa-linux-nat.c (get_thread_id): Remove.
5029 (GET_THREAD_ID): Remove.
5030 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5033 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5035 * python/py-linetable.c: Fix case of Linetable to LineTable
5036 in docstrings and code comments.
5037 * python/py-symtab.c: Same.
5039 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5041 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5043 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5046 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5049 2015-08-04 Pedro Alves <palves@redhat.com>
5051 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5052 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5053 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5054 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5055 (td_thr_validate_ftype, td_thr_get_info_ftype)
5056 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5057 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5059 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5060 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5061 local macros and use them instead of verbose_dlsym and dlsym
5064 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5066 * nios2-tdep.h: Include opcode/nios2.h here.
5067 (NIOS2_CDX_OPCODE_SIZE): New.
5068 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5069 * nios2-tdep.c: Don't include opcode/nios2.h here.
5070 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5072 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5073 (nios2_match_addi, nios2_match_orhi): Likewise.
5074 (nios2_match_stw, nios2_match_ldw): Likewise.
5075 (nios2_match_rdctl): Likewise.
5076 (nios2_match_stwm, nios2_match_ldwm): New.
5077 (nios2_match_branch): Add cases for R2 encodings.
5078 (nios2_match_jmpi, nios2_match_calli): Likewise.
5079 (nios2_match_jmpr, nios2_match_callr): Likewise.
5080 (nios2_match_break, nios2_match_trap): Likewise.
5081 (nios2_in_epilogue_p): Add R2 support.
5082 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5084 (nios2_breakpoint_from_pc): Handle R2 instructions.
5085 (nios2_get_next_pc): Likewise. Adjust call to
5086 tdep->syscall_next_pc.
5087 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5088 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5089 instruction field macros instead of literal hex values.
5090 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5091 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5092 Use size field from OP instead of assuming all instructions
5094 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5096 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5098 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5099 variable warning with some compilers.
5101 2015-08-03 Yao Qi <yao.qi@linaro.org>
5103 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5104 in comment. Replace "rw" with "type".
5105 (arm_linux_remove_watchpoint): Change type of "rw" to
5106 "enum target_hw_bp_type".
5108 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5110 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5112 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5113 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5114 * mt-tdep.c (mt_skip_prologue): Likewise.
5115 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5117 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5119 * ada-exp.y (write_object_renaming): Replace struct
5120 ada_symbol_info with struct block_symbol. Update field
5121 references accordingly.
5122 (block_lookup, select_possible_type_sym): Likewise.
5123 (find_primitive_type): Likewise. Also update call to
5124 ada_lookup_symbol to extract the symbol itself.
5125 (write_var_or_type, write_name_assoc): Likewise.
5126 * ada-lang.h (struct ada_symbol_info): Remove.
5127 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5128 struct block_symbol.
5129 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5130 (ada_lookup_symbol): Return struct block_symbol instead of a
5132 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5133 with struct block_symbol.
5134 (resolve_subexp, ada_resolve_function, sort_choices,
5135 user_select_syms, is_nonfunction, add_defn_to_vec,
5136 num_defns_collected, defns_collected,
5137 symbols_are_identical_enums, remove_extra_symbols,
5138 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5139 ada_lookup_symbol_list, ada_iterate_over_symbols,
5140 ada_lookup_encoded_symbol, get_var_value): Likewise.
5141 (ada_lookup_symbol): Return a block_symbol instead of a mere
5142 symbol. Replace struct ada_symbol_info with struct
5144 (ada_lookup_symbol_nonlocal): Likewise.
5145 (standard_lookup): Make block passing explicit through
5146 lookup_symbol_in_language.
5147 * ada-tasks.c (get_tcb_types_info): Update the calls to
5148 lookup_symbol_in_language to extract the mere symbol out of the
5150 (ada_tasks_inferior_data_sniffer): Likewise.
5151 * ax-gdb.c (gen_static_field): Likewise for the call to
5153 (gen_maybe_namespace_elt): Deal with struct block_symbol from
5155 (gen_expr): Likewise.
5156 * c-exp.y: Likewise. Remove uses of block_found.
5157 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5158 (classify_name): Likewise. Rename the "sym" local variable to
5160 * c-valprint.c (print_unpacked_pointer): Likewise.
5161 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5162 "sym" parameter from struct symbol * to struct block_symbol.
5163 Use it to remove uses of block_found. Deal with struct
5164 block_symbol from lookup functions.
5165 (gcc_convert_symbol): Likewise. Update the call to
5167 * compile/compile-object-load.c (compile_object_load): Deal with
5168 struct block_symbol from lookup functions.
5169 * cp-namespace.c (cp_lookup_nested_symbol_1,
5170 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5171 cp_search_static_and_baseclasses,
5172 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5173 cp_lookup_symbol_imports_or_template,
5174 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5175 lookup_namespace_scope, cp_lookup_nonlocal,
5176 find_symbol_in_baseclass): Return struct block_symbol instead of
5177 mere symbols and deal with struct block_symbol from lookup
5179 * cp-support.c (inspect_type, replace_typedefs,
5180 cp_lookup_rtti_type): Deal with struct block_symbol from
5182 * cp-support.h (cp_lookup_symbol_nonlocal,
5183 cp_lookup_symbol_from_namespace,
5184 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5185 Return struct block_symbol instead of mere symbols.
5186 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5188 Deal with struct block_symbol from lookup functions. Remove
5189 uses of block_found.
5190 * eval.c (evaluate_subexp_standard): Update call to
5191 cp_lookup_symbol_namespace.
5192 * f-exp.y: Deal with struct block_symbol from lookup functions.
5193 Remove uses of block_found.
5195 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5196 lookup_enum, lookup_template_type, check_typedef): Deal with
5197 struct block_symbol from lookup functions.
5198 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5199 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5200 (gdbscm_lookup_global_symbol): Likewise.
5201 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5202 * go-exp.y: Likewise. Remove uses of block_found.
5203 (package_name_p, classify_packaged_name, classify_name):
5205 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5206 * jv-exp.y (push_variable): Likewise.
5207 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5208 * language.c (language_bool_type): Likewise.
5209 * language.h (struct language_defn): Update
5210 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5212 * linespec.c (find_label_symbols): Deal with struct block_symbol
5213 from lookup functions.
5214 * m2-exp.y: Likewise. Remove uses of block_found.
5216 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5217 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5218 * p-exp.y: Likewise. Remove uses of block_found.
5220 * p-valprint.c (pascal_val_print): Likewise.
5221 * parse.c (write_dollar_variable): Likewise. Remove uses of
5223 * parser-defs.h (struct symtoken): Turn the SYM field into a
5224 struct block_symbol.
5225 * printcmd.c (address_info): Deal with struct block_symbol from
5227 * python/py-frame.c (frapy_read_var): Likewise.
5228 * python/py-symbol.c (gdbpy_lookup_symbol,
5229 gdbpy_lookup_global_symbol): Likewise.
5230 * skip.c (skip_function_command): Likewise.
5231 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5232 block_symbol instead of a mere symbol.
5233 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5234 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5235 * solib.c (solib_global_lookup): Likewise.
5236 * solist.h (solib_global_lookup): Likewise.
5237 (struct target_so_ops): Update lookup_lib_global_symbol to
5238 return a struct block_symbol rather than a mere symbol.
5239 * source.c (select_source_symtab): Deal with struct block_symbol
5240 from lookup functions.
5241 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5243 * symfile.c (set_initial_language): Likewise.
5244 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5246 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5247 (struct symbol_cache_slot): Turn the FOUND field into a struct
5249 (block_found): Remove.
5250 (eq_symbol_entry): Update to deal with struct block_symbol in
5252 (symbol_cache_lookup): Return a struct block_symbol rather than
5254 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5255 appropriately the cache slots. Update callers.
5256 (symbol_cache_dump): Update cache slots handling to the type
5258 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5259 lookup_symbol_aux, lookup_local_symbol,
5260 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5261 lookup_symbol_in_objfile_symtabs,
5262 lookup_symbol_in_objfile_from_linkage_name,
5263 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5264 lookup_symbol_in_static_block, lookup_static_symbol,
5265 lookup_global_symbol):
5266 Return a struct block_symbol rather than a mere symbol. Deal
5267 with struct block_symbol from other lookup functions. Remove
5268 uses of block_found.
5269 (lookup_symbol_in_block): Remove uses of block_found.
5270 (struct global_sym_lookup_data): Turn the RESULT field into a
5271 struct block_symbol.
5272 (lookup_symbol_global_iterator_cb): Update references to the
5274 (search_symbols): Deal with struct block_symbol from lookup
5276 * symtab.h (struct block_symbol): New structure.
5277 (block_found): Remove.
5278 (lookup_symbol_in_language, lookup_symbol,
5279 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5280 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5281 lookup_global_symbol_from_objfile): Return a struct block_symbol
5282 rather than just a mere symbol. Update comments to remove
5283 mentions of block_found.
5284 * valops.c (find_function_in_inferior,
5285 value_struct_elt_for_reference, value_maybe_namespace_elt,
5286 value_of_this): Deal with struct block_symbol from lookup
5288 * value.c (value_static_field, value_fn_field): Likewise.
5290 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5292 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5295 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5296 Pedro Alves <palves@redhat.com>
5298 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5299 type or value instead of integer.
5300 (aarch64_linux_insert_watchpoint): Likewise.
5301 (aarch64_linux_remove_watchpoint): Likewise.
5302 * ada-lang.c (ada_op_print_tab): Likewise.
5303 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5304 (amd64_linux_syscall_record_common): Likewise.
5305 * arch-utils.c (target_byte_order_user): Likewise.
5306 (default_byte_order): Likewise.
5307 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5308 (arm_linux_get_hwbp_type): Likewise.
5309 (arm_linux_hw_watchpoint_initialize): Likewise.
5310 (arm_linux_insert_watchpoint): Likewise.
5311 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5312 (arm_linux_syscall_record): Likewise.
5313 * breakpoint.c (update_watchpoint): Likewise.
5314 (breakpoint_here_p): Likewise.
5315 (bpstat_print): Likewise.
5316 (enable_breakpoint_disp): Likewise.
5317 * c-lang.c (c_op_print_tab): Likewise.
5318 * cli/cli-decode.c (add_info_alias): Likewise.
5319 * d-lang.c (d_op_print_tab): Likewise.
5320 * eval.c (evaluate_subexp_standard): Likewise.
5321 * f-exp.y (dot_ops): Likewise.
5322 (f77_keywords): Likewise.
5323 * f-lang.c (f_op_print_tab): Likewise.
5324 * go-lang.c (go_op_print_tab): Likewise.
5325 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5326 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5327 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5328 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5329 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5330 (struct scm_from_stringn_data): Likewise.
5331 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5332 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5333 (ia64_linux_remove_watchpoint): Likewise.
5334 (ia64_linux_can_use_hw_breakpoint): Likewise.
5335 * infrun.c (print_stop_event): Likewise.
5336 * jv-lang.c (java_op_print_tab): Likewise.
5337 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5338 * linux-nat.h (struct lwp_info): Likewise.
5339 * linux-thread-db.c (enable_thread_event): Likewise.
5340 * m2-lang.c (m2_op_print_tab): Likewise.
5341 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5342 (mi_cmd_stack_list_variables): Likewise.
5343 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5344 * mi/mi-out.c (mi_table_begin): Likewise.
5345 (mi_table_header): Likewise.
5346 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5347 (mips_linux_insert_watchpoint): Likewise.
5348 (mips_linux_remove_watchpoint): Likewise.
5349 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5350 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5351 (mips_linux_watch_type_to_irw): Likewise.
5352 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5353 (procfs_insert_hw_watchpoint): Likewise.
5354 (procfs_remove_hw_watchpoint): Likewise.
5355 (procfs_hw_watchpoint): Likewise.
5356 (procfs_can_use_hw_breakpoint): Likewise.
5357 (procfs_remove_hw_watchpoint): Likewise.
5358 (procfs_insert_hw_watchpoint): Likewise.
5359 * p-lang.c (pascal_op_print_tab): Likewise.
5360 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5361 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5362 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5363 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5364 (procfs_insert_watchpoint): Likewise.
5365 (procfs_remove_watchpoint): Likewise.
5366 * psymtab.c (recursively_search_psymtabs): Likewise.
5367 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5368 (m32r_insert_watchpoint): Likewise.
5369 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5370 (mips_insert_watchpoint): Likewise.
5371 (mips_remove_watchpoint): Likewise.
5372 * remote.c (watchpoint_to_Z_packet): Likewise.
5373 (remote_insert_watchpoint): Likewise.
5374 (remote_remove_watchpoint): Likewise.
5375 (remote_check_watch_resources): Likewise.
5376 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5377 (s390_remove_watchpoint): Likewise.
5378 (s390_can_use_hw_breakpoint): Likewise.
5379 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5380 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5381 * target.h (struct target_ops): Likewise.
5382 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5383 * ui-out.c (struct ui_out_hdr): Likewise.
5384 (append_header_to_list): Likewise.
5385 (get_next_header): Likewise.
5386 (verify_field): Likewise.
5387 (ui_out_begin): Likewise.
5388 (ui_out_field_int): Likewise.
5389 (ui_out_field_fmt_int): Likewise.
5390 (ui_out_field_skip): Likewise.
5391 (ui_out_field_string): Likewise.
5392 (ui_out_field_fmt): Likewise.
5393 * varobj.c (new_variable): Likewise.
5394 * x86-nat.c (x86_insert_watchpoint): Likewise.
5395 (x86_remove_watchpoint): Likewise.
5396 (x86_can_use_hw_breakpoint): Likewise.
5397 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5398 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5399 previously anonymous enumeration type..
5400 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5402 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5403 (target_debug_print_enum_bptype): New.
5404 * target-delegates.c: Regenerate.
5406 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5408 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5409 already says and disallow non-stack memory writes in the prologue.
5411 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5413 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5414 reflect how current GCC emits stack overflow checks. Match
5415 both trap and break instructions for backward compatbility.
5416 Disallow other trap and break instructions in the prologue.
5418 2015-07-30 Pedro Alves <palves@redhat.com>
5421 * linux-nat.c (wait_lwp): Report to the core when thread group
5424 2015-07-30 Pedro Alves <palves@redhat.com>
5425 Simon Marchi <simon.marchi@ericsson.com>
5428 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5429 mark the new thread as resumed. Remove STOPPING parameter.
5430 (wait_lwp): Adjust call to linux_handle_extended_wait.
5431 (linux_nat_filter_event): Adjust call to
5432 linux_handle_extended_wait.
5433 (resume_stopped_resumed_lwps): Add debug output.
5435 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5437 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5439 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5440 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5441 gdbarch_fast_tracepoint_valid_at.
5442 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5443 * gdbarch.h: Regenerate.
5444 * gdbarch.c: Regenerate.
5445 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5446 argument. Do not set it.
5447 * remote.c (remote_download_tracepoint): Adjust call to
5448 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5449 the instruction length.
5451 2015-07-30 Yao Qi <yao.qi@linaro.org>
5453 * arm-tdep.h (enum gdb_regnum): Move it to ...
5454 * arch/arm.h: ... here. New file.
5455 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5457 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5459 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5460 Change its type to int *.
5461 (decode_br): Rename link argument to is_blr. Change its type to
5463 (decode_cb): Rename op argument to is_cbnz. Change its type to
5465 (decode_tb): Rename op argument to is_tbnz. Change its type to
5466 int *. Set is_tbnz to either 1 or 0.
5467 (aarch64_analyze_prologue): Change type of is_link to int. Add
5468 new variables is_cbnz and is_tbnz. Adjust call to
5469 aarch64_decode_cb and aarch64_decode_tb.
5471 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5473 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5475 (mips_linux_new_thread): Likewise.
5476 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5478 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5480 * top.c: Include "tui/tui.h".
5481 (undo_terminal_modifications_before_exit): New static function.
5482 (quit_force): Use it.
5484 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5486 * target.c (terminal_state): Initialize to terminal_is_ours.
5488 2015-07-29 Yao Qi <yao.qi@linaro.org>
5491 * dcache.c (dcache_read_memory_partial): Call
5492 raw_memory_xfer_partial.
5493 * target.c (raw_memory_xfer_partial): Make it non-static.
5494 * target.h (raw_memory_xfer_partial): Declare.
5496 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5498 * c-valprint.c (c_val_print_array): Consider addressable memory
5500 (c_val_print_ptr): Likewise.
5501 (c_val_print_int): Likewise.
5502 * findvar.c (read_frame_register_value): Likewise.
5503 * valarith.c (find_size_for_pointer_math): Likewise.
5504 (value_ptrdiff): Likewise.
5505 (value_subscripted_rvalue): Likewise.
5506 * valops.c (read_value_memory): Likewise (and rename variables).
5507 (value_assign): Likewise.
5508 (value_repeat): Likewise.
5509 (value_array): Likewise.
5510 (value_slice): Likewise.
5511 * valprint.c (generic_val_print_ptr): Likewise.
5512 (generic_val_print_enum): Likewise.
5513 (generic_val_print_bool): Likewise.
5514 (generic_val_print_int): Likewise.
5515 (generic_val_print_char): Likewise.
5516 (generic_val_print_float): Likewise.
5517 (generic_val_print_decfloat): Likewise.
5518 (generic_val_print_complex): Likewise.
5519 (val_print_scalar_formatted): Likewise.
5520 (val_print_array_elements): Likewise.
5521 * value.c (set_value_parent): Likewise.
5522 (value_contents_copy_raw): Likewise.
5523 (set_internalvar_component): Likewise.
5524 (value_primitive_field): Likewise.
5525 (value_fetch_lazy): Likewise.
5526 * value.h (read_value_memory): Update comment.
5528 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5530 * value.c (get_value_arch): New function.
5531 * value.h (get_value_arch): New declaration.
5533 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5535 * value.c (struct value): Update comments.
5537 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5539 * gdbtypes.c (type_length_units): New function.
5540 * gdbtypes.h (type_length_units): New declaration.
5541 (struct type) <length>: Update comment.
5543 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5545 * valprint.c (generic_val_print): Factor out complex
5546 printing code to ...
5547 (generic_val_print_complex): ... this new function.
5549 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5551 * valprint.c (generic_val_print): Factor out decfloat
5552 printing code to ...
5553 (generic_val_print_decfloat): ... this new function.
5555 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5557 * valprint.c (generic_val_print): Factor out float
5558 printing code to ...
5559 (generic_val_print_float): ... this new function.
5561 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5563 * valprint.c (generic_val_print): Factor out char
5564 printing code to ...
5565 (generic_val_print_char): ... this new function.
5567 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5569 * valprint.c (generic_val_print): Factor out integer
5570 printing code to ...
5571 (generic_val_print_int): ... this new function.
5573 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5575 * valprint.c (generic_val_print): Factor out bool
5576 printing code to ...
5577 (generic_val_print_bool): ... this new function.
5579 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5581 * valprint.c (generic_val_print): Factor out function/method
5582 printing code to ...
5583 (generic_val_print_func): ... this new function.
5585 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5587 * valprint.c (generic_val_print): Factor out flags
5588 printing code to ...
5589 (generic_val_print_flags): ... this new function.
5591 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5593 * valprint.c (generic_val_print): Factor out enum
5594 printing code to ...
5595 (generic_val_print_enum): ... this new function.
5597 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5599 * valprint.c (generic_val_print): Factor out reference
5600 printing code to ...
5601 (generic_val_print_ref): ... this new function.
5603 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5605 * valprint.c (generic_val_print): Factor out memberptr
5606 printing code to ...
5607 (generic_val_print_memberptr): ... this new function.
5609 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5611 * valprint.c (generic_val_print): Factor out pointer
5612 printing code to ...
5613 (generic_val_print_ptr): ... this new function.
5615 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5617 * valprint.c (generic_val_print): Factor out array
5618 printing code to ...
5619 (generic_val_print_array): ... this new function.
5621 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5623 * valprint.c (generic_val_print): Factor out
5624 print_unpacked_pointer code to ...
5625 (print_unpacked_pointer): ... this new function.
5627 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5629 * event-top.c (handle_sigterm): Don't inspect
5630 target_can_async_p. Always set the quit flag and always mark
5631 the async signal handler.
5633 2015-07-27 Yao Qi <yao.qi@linaro.org>
5635 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5637 2015-07-25 Kevin Buettner <kevinb@redhat.com>
5639 * remote.c (read_ptid): Return null_ptid when no thread id
5641 (remote_current_thread): Add log warning for malformed
5643 (remote_start_remote): Add log warning when current thread
5646 2015-07-24 Pedro Alves <palves@redhat.com>
5648 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5649 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5650 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5652 2015-07-24 Pedro Alves <palves@redhat.com>
5655 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5656 is resumed, and extend the debug log.
5658 2015-07-24 Pedro Alves <palves@redhat.com>
5660 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5662 2015-07-24 Pedro Alves <palves@redhat.com>
5664 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5666 * alpha-linux-nat.c: Likewise.
5667 * amd64-linux-nat.c: Likewise.
5668 * arm-linux-nat.c: Likewise.
5669 * hppa-linux-nat.c: Likewise.
5670 * i386-linux-nat.c: Likewise.
5671 * ia64-linux-nat.c: Likewise.
5672 * linux-fork.c: Likewise.
5673 * linux-nat.c: Likewise.
5674 * m32r-linux-nat.c: Likewise.
5675 * m68klinux-nat.c: Likewise.
5676 * mips-linux-nat.c: Likewise.
5677 * nat/linux-btrace.c: Likewise.
5678 * nat/linux-ptrace.c: Likewise.
5679 * nat/linux-ptrace.h
5680 * nat/mips-linux-watch.c: Likewise.
5681 * nat/x86-linux-dregs.c: Likewise.
5682 * ppc-linux-nat.c: Likewise.
5683 * s390-linux-nat.c: Likewise.
5684 * spu-linux-nat.c: Likewise.
5685 * tilegx-linux-nat.c: Likewise.
5686 * x86-linux-nat.c: Likewise.
5687 * xtensa-linux-nat.c: Likewise.
5689 2015-07-24 Pedro Alves <palves@redhat.com>
5691 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5692 __ptrace_request as first parameter type instead of int.
5693 (PTRACE_TYPE_ARG1): Define.
5694 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5695 that casts first argument to PTRACE_TYPE_ARG1.
5696 * config.in: Regenerate.
5697 * configure: Regenerate.
5699 2015-07-24 Pedro Alves <palves@redhat.com>
5701 * gdb_ptrace.h: Move ...
5702 * nat/gdb_ptrace.h: ... here.
5703 * inf-ptrace.c: Adjust.
5705 2015-07-24 Pedro Alves <palves@redhat.com>
5707 * acinclude.m4: Include ptrace.m4.
5708 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5709 * ptrace.m4: ... to this new file.
5711 2015-07-23 Doug Evans <dje@google.com>
5713 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5714 (load_cu): Handle dummy CUs.
5715 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5716 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5718 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5720 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5721 documentation to say that it returns a list rather than
5723 (linetable_object_methods): Update the docstring of the
5724 "source_line" entry.
5726 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5728 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5729 type to the recursive call instead of the original (maybe
5730 TYPE_CODE_TYPEDEF) type.
5732 2015-07-23 Yao Qi <yao.qi@linaro.org>
5734 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5735 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5736 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5738 2015-07-21 Yao Qi <yao.qi@linaro.org>
5740 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5741 Move it to nat/aarch64-linux-hw-point.c.
5742 (aarch64_linux_child_post_startup_inferior): Update.
5743 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5745 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5748 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5750 * common/btrace-common.c (btrace_data_append): Change case label.
5752 2015-07-20 Yao Qi <yao.qi@linaro.org>
5754 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5756 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5757 "unsigned long long".
5759 2015-07-18 Kevin Buettner <kevinb@redhat.com>
5761 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5762 to be set for SEC_ALLOC sections too.
5764 2015-07-17 Yao Qi <yao.qi@linaro.org>
5766 * Makefile.in (HFILES_NO_SRCDIR): Add
5767 nat/aarch64-linux-hw-point.h.
5768 (aarch64-linux-hw-point.o): New rule.
5769 * nat/aarch64-linux-hw-point.h: New file.
5770 * nat/aarch64-linux-hw-point.c: New file.
5771 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5772 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5773 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5774 (AARCH64_HWP_ALIGNMENT): Likewise.
5775 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5776 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5777 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5778 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5779 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5780 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5781 (struct aarch64_debug_reg_state): Likewise.
5782 (struct arch_lwp_info): Likewise.
5783 (aarch64_linux_set_debug_regs): Likewise.
5784 (aarch64_notify_debug_reg_change): Remove static.
5785 (aarch64_align_watchpoint): Likewise.
5786 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5787 (aarch64_watchpoint_length): Likewise.
5788 (aarch64_point_encode_ctrl_reg): Likewise
5789 (aarch64_point_is_aligned): Likewise.
5790 (aarch64_dr_state_insert_one_point): Likewise.
5791 (aarch64_dr_state_remove_one_point): Likewise.
5792 (aarch64_handle_breakpoint): Likewise.
5793 (aarch64_handle_aligned_watchpoint): Likewise.
5794 (aarch64_handle_unaligned_watchpoint): Likewise.
5795 (aarch64_handle_watchpoint): Likewise.
5796 * config/aarch64/linux.mh (NAT_FILE): Add
5797 aarch64-linux-hw-point.o.
5799 2015-07-17 Yao Qi <yao.qi@linaro.org>
5801 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5802 state and don't call aarch64_get_debug_reg_state. All callers
5804 (aarch64_linux_insert_hw_breakpoint): Call
5805 aarch64_get_debug_reg_state earlier.
5806 (aarch64_linux_remove_hw_breakpoint): Likewise.
5807 (aarch64_handle_aligned_watchpoint): Add argument state and
5808 don't call aarch64_get_debug_reg_state. All callers update.
5809 (aarch64_handle_unaligned_watchpoint): Likewise.
5810 (aarch64_handle_watchpoint): Add argument state.
5811 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5813 (aarch64_linux_remove_watchpoint): Likewise.
5815 2015-07-17 Yao Qi <yao.qi@linaro.org>
5817 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5819 (aarch64_handle_unaligned_watchpoint): Likewise.
5821 2015-07-17 Yao Qi <yao.qi@linaro.org>
5823 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5824 argument type's type to 'enum target_hw_bp_type'.
5825 (aarch64_dr_state_remove_one_point): Likewise.
5826 (aarch64_handle_breakpoint): Likewise.
5827 (aarch64_linux_insert_hw_breakpoint): Likewise.
5828 (aarch64_linux_remove_hw_breakpoint): Likewise.
5829 (aarch64_handle_aligned_watchpoint): Likewise.
5831 2015-07-17 Yao Qi <yao.qi@linaro.org>
5833 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5834 ptid_get_pid instead of get_thread_id.
5836 2015-07-17 Yao Qi <yao.qi@linaro.org>
5838 * remote.c (get_current_thread): Initialise ptid to null_ptid.
5839 (add_current_inferior_and_thread): Don't initialise ptid.
5841 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
5843 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5844 unavailable if invalid.
5846 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5848 Revert the previous 6 commits:
5849 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5850 Move gdb_regex* to common/
5851 Prepare linux_find_memory_regions_full & co. for move
5852 Move linux_find_memory_regions_full & co.
5853 gdbserver build-id attribute generator
5854 Validate symbol file using build-id
5856 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5857 Jan Kratochvil <jan.kratochvil@redhat.com>
5859 Validate symbol file using build-id.
5860 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5861 and 'show validate-build-id'. Add build-id attribute.
5862 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5863 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5864 * solib-frv.c (_initialize_frv_solib): Ditto.
5865 * solib-spu.c (set_spu_solib_ops): Ditto.
5866 * solib-svr4.c: Include rsp-low.h.
5867 (NOTE_GNU_BUILD_ID_NAME): New define.
5868 (svr4_validate): New function.
5869 (svr4_copy_library_list): Duplicate field build_id.
5870 (library_list_start_library): Parse 'build-id' attribute.
5871 (svr4_library_attributes): Add 'build-id' attribute.
5872 (_initialize_svr4_solib): Assign validate value.
5873 * solib-target.c (solib.h): Include.
5874 (_initialize_solib_target): Assign validate value.
5875 * solib.c (validate_build_id, show_validate_build_id): New.
5876 (solib_map_sections): Use ops->validate.
5877 (clear_so): Free build_id.
5878 (default_solib_validate): New function.
5879 (_initialize_solib): Add "validate-build-id".
5880 * solib.h (default_solib_validate): New declaration.
5881 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
5882 (target_so_ops): New field 'validate'.
5884 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5885 Jan Kratochvil <jan.kratochvil@redhat.com>
5887 gdbserver build-id attribute generator.
5888 * features/library-list-svr4.dtd (library-list-svr4): New
5889 'build-id' attribute.
5891 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5892 Jan Kratochvil <jan.kratochvil@redhat.com>
5894 Move linux_find_memory_regions_full & co.
5895 * linux-tdep.c (nat/linux-maps.h): Include.
5896 (gdb_regex.h): Remove the include.
5897 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
5898 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
5899 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
5900 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
5901 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
5902 and target/target.h.
5903 (struct smaps_vmflags, read_mapping, decode_vmflags)
5904 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
5905 (linux_find_memory_regions_full): Move from linux-tdep.c.
5906 * nat/linux-maps.h (read_mapping): New declaration.
5907 (linux_find_memory_region_ftype, enum filterflags): Moved from
5909 (linux_find_memory_regions_full): New declaration.
5910 * target.c (target/target-utils.h): Include.
5911 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
5912 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
5913 definitions to target/target-utils.c.
5914 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
5915 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
5917 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
5918 (read_alloc): New declaration.
5919 (read_stralloc_func_ftype): New typedef.
5920 (read_stralloc): New declaration.
5921 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
5923 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5924 Jan Kratochvil <jan.kratochvil@redhat.com>
5926 Prepare linux_find_memory_regions_full & co. for move.
5927 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
5928 (linux_find_memory_regions_full): Change signature and prepare
5929 for moving to linux-maps.
5930 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
5931 (linux_find_memory_regions_thunk): New.
5932 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
5933 (linux_find_memory_regions_gdb): New.
5934 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
5935 (linux_make_mappings_corefile_notes): Use
5936 linux_find_memory_regions_gdb.
5937 * target.c (read_alloc_pread_ftype): New typedef.
5938 (target_fileio_read_alloc_1_pread): New function.
5939 (read_alloc): Refactor from target_fileio_read_alloc_1.
5940 (read_stralloc_func_ftype): New typedef.
5941 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
5942 (read_stralloc): Refactored from target_fileio_read_stralloc.
5943 (target_fileio_read_stralloc): New implementation, use read_stralloc.
5945 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5947 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
5949 (COMMON_OBS): Add gdb_regex.o.
5951 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
5952 --without-included-regex and USE_INCLUDED_REGEX.
5953 * common/gdb_regex.c: New file from utils.c functions.
5954 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
5955 file wrapping define name.
5956 * configure: Rebuilt.
5957 * configure.ac (gdb_use_included_regex, --without-included-regex)
5958 (USE_INCLUDED_REGEX): Move them to common/common.m4.
5959 * gdb_regex.h: Move it to common/gdb_regex.h.
5960 * utils.c: Remove include gdb_regex.h.
5961 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
5962 (compile_rx_or_error): Move them to common/gdb_regex.c.
5964 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5965 Jan Kratochvil <jan.kratochvil@redhat.com>
5967 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5968 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
5969 common/target-utils.h.
5970 (COMMON_OBS): Add target-utils.o.
5971 (linux-maps.o, target-utils.o): New.
5972 * target/target-utils.c: New file.
5973 * target/target-utils.h: New file.
5974 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
5975 * config/i386/linux64.mh (NATDEPFILES): Ditto.
5976 * nat/linux-maps.c: New file.
5977 * nat/linux-maps.h: New file.
5979 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
5980 Pedro Alves <palves@redhat.com>
5982 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
5983 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
5984 (perf_event_read_bts): Change the type of SIZE and READ.
5985 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
5986 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
5987 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
5989 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
5990 buffer size to UINT_MAX.
5991 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
5993 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
5994 <last_head>: Change type.
5995 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
5996 * common/btrace-common.c (btrace_data_append): Change the type of
5998 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6001 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6003 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6004 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6006 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6007 (ada_array_length): Likewise.
6008 (find_parallel_type_by_descriptive_type): Likewise.
6009 (ada_check_typedef): Likewise.
6010 * arm-tdep.c (arm_return_in_memory): Likewise.
6011 * ax-gdb.c (gen_trace_static_fields): Likewise.
6012 (gen_struct_ref_recursive): Likewise.
6013 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6014 (variable: block COLONCOLON name): Likewise.
6015 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6016 * c-lang.c (classify_type): Likewise.
6017 * c-typeprint.c (c_print_type): Likewise.
6018 (c_print_typedef): Likewise.
6019 (c_type_print_base): Likewise.
6020 * c-valprint.c (c_val_print): Likewise.
6021 * compile/compile-c-types.c (convert_type): Likewise.
6022 * compile/compile-object-load.c (get_out_value_type): Likewise.
6023 * completer.c (add_struct_fields): Likewise.
6024 (expression_completer): Likewise.
6025 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6026 (cp_lookup_nested_symbol_1): Likewise.
6027 (cp_lookup_nested_symbol): Likewise.
6028 * cp-valprint.c (cp_print_value_fields): Likewise.
6029 (cp_print_static_field): Likewise.
6030 * d-valprint.c (d_val_print): Likewise.
6031 * eval.c (evaluate_subexp_standard): Likewise.
6032 (evaluate_subexp_for_sizeof): Likewise.
6033 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6034 * f-typeprint.c (f_type_print_base): Likewise.
6035 * f-valprint.c (f_val_print): Likewise.
6036 * gdbtypes.c (get_discrete_bounds): Likewise.
6037 (create_array_type_with_stride): Likewise.
6038 (type_name_no_tag_or_error): Likewise.
6039 (lookup_struct_elt_type): Likewise.
6040 (get_unsigned_type_max): Likewise.
6041 (internal_type_vptr_fieldno): Likewise.
6042 (set_type_vptr_fieldno): Likewise.
6043 (internal_type_vptr_basetype): Likewise.
6044 (set_type_vptr_basetype): Likewise.
6045 (get_vptr_fieldno): Likewise.
6046 (is_integral_type): Likewise.
6047 (is_scalar_type): Likewise.
6048 (is_scalar_type_recursive): Likewise.
6049 (distance_to_ancestor): Likewise.
6050 (is_unique_ancestor_worker): Likewise.
6051 (check_types_equal): Likewise.
6052 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6054 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6056 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6057 also test for language_d.
6058 (dwarf2_compute_name): Likewise.
6059 (read_func_scope): Likewise.
6060 (read_structure_type): Likewise.
6061 (new_symbol_full): Likewise.
6062 (determine_prefix): Likewise.
6063 (read_import_statement): Use dot as the separator for language_d.
6064 (typename_concat): Likewise, but don't prefix the D main function.
6066 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6068 * nat/linux-namespaces.c (setns): Rename from this ...
6069 (do_setns): ... to this. Support calling setns if it exists.
6070 (mnsh_handle_setns): Call do_setns.
6072 2015-07-13 Yao Qi <yao.qi@linaro.org>
6074 * exec.c (exec_file_attach): Add period at the end of error
6077 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6079 * tui/tui-win.c (window_name_completer): New function.
6080 (focus_completer): Call window_name_completer. All old content
6081 moved into window_name_completer.
6082 (winheight_completer): New function.
6083 (_initialize_tui_win): Rename variable. Add completer to
6084 winheight command. Update doc string on winheight.
6086 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6088 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6089 all nios2 mach variants.
6091 2015-07-10 Kevin Buettner <kevinb@redhat.com>
6093 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6094 of target_read_memory.
6096 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6098 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6100 (parse_scrolling_args): Likewise.
6102 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6104 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6105 names in this function.
6107 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6109 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6110 (CMD_NAME): Likewise.
6111 (DATA_NAME): Likewise.
6112 (DISASSEM_NAME): Likewise.
6113 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6114 (tui_set_win_height): Likewise.
6115 (parse_scrolling_args): Likewise.
6117 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6119 * record-btrace.c (record_btrace_goto_begin)
6120 (record_btrace_goto_end, record_btrace_goto): Move call to
6121 print_stack_frame ...
6122 (record_btrace_set_replay): ... here. Set stop_pc.
6123 * record-full.c (record_full_goto_entry): Set stop_pc.
6125 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6127 * NEWS: Mention support for tracepoints on aarch64-linux.
6129 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6131 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6133 (the_low_target): Install it.
6135 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6137 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6138 * gdb.trace/collection.exp: Likewise.
6139 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6140 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6141 * gdb.trace/report.exp: Likewise.
6142 * gdb.trace/trace-break.exp: Likewise.
6143 * gdb.trace/unavailable.exp: Likewise.
6144 * gdb.trace/while-dyn.exp: Likewise.
6146 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6148 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6149 (aarch64_gen_return_address): New function.
6150 (aarch64_gdbarch_init): Hook it.
6152 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6154 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6155 swallow NOT_AVAILABLE_ERROR.
6156 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6157 available_p is not set.
6158 (aarch64_stub_frame_unwind_stop_reason): New function.
6159 (aarch64_stub_unwind): Install it.
6161 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6163 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6165 (aarch64_make_prologue_cache_1): New function, factored out from
6166 aarch64_make_prologue_cache. Do not allocate cache. Set
6168 (aarch64_make_prologue_cache): Reimplement wrapping
6169 aarch64_make_prologue_cache_1, and swallowing
6170 NOT_AVAILABLE_ERROR.
6171 (aarch64_prologue_frame_unwind_stop_reason): New function.
6172 Return UNWIND_UNAVAILABLE if available_p is not set.
6173 (aarch64_prologue_unwind): Install it.
6174 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6175 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6176 frame_id_build_unavailable_stack if available_p is not set.
6178 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6180 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6182 (aarch64_scan_prologue): Set prev_pc.
6183 (aarch64_make_prologue_cache): Set func.
6184 (aarch64_make_stub_cache): Set prev_pc.
6185 (aarch64_prologue_this_id): Remove local variables id, pc and
6186 func. Read prev_pc and func from cache.
6187 (aarch64_stub_this_id): Read prev_pc from cache.
6189 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6191 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6192 argument this_cache. Remove unused local variables reg and
6193 unwound_fp. Return early if this_cache is already set. Set
6195 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6197 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6199 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6200 New argument this_cache. Return early if this_cache is already
6201 set. Set this_cache.
6202 (aarch64_prologue_this_id): Update call to
6203 aarch64_make_prologue_cache.
6204 (aarch64_prologue_prev_register): Likewise.
6205 (aarch64_normal_frame_base): Likewise.
6207 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6209 * c-valprint.c (c_val_print): Factor out memberptr printing code
6210 from c_val_print to ...
6211 (c_val_print_memberptr): ... this new function.
6213 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6215 * c-valprint.c (c_val_print): Factor out int printing code to ...
6216 (c_val_print_int): ... this new function.
6218 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6220 * c-valprint.c (c_val_print): Factor out struct and union
6221 printing code to ...
6222 (c_val_print_struct): ... this new function ...
6223 (c_val_print_union): ... and this new function.
6225 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6227 * c-valprint.c (c_val_print): Factor out pointer printing code
6229 (c_val_print_ptr): ... this new function.
6231 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6233 * c-valprint.c (c_valprint): Factor our array printing code from
6235 (c_val_print_array): ... this new function.
6237 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6239 * c-valprint.c (c_val_print): Factor out pointer printing code
6241 (print_unpacked_pointer): ... this new function.
6243 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6245 * c-valprint.c (c_val_print): Remove an assignment to i and move
6248 2015-07-09 Yao Qi <yao.qi@linaro.org>
6250 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6251 argument ptid. Update comments. Caller update.
6253 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6255 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6258 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6260 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6262 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6264 * progspace.c (delete_program_space): Add missing spaces.
6266 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6268 * inferior.c (delete_inferior_1): Rename to ...
6269 (delete_inferior): ..., remove 'silent' parameter, delete
6270 program space when unused and remove call to prune_program_spaces.
6271 Remove the old, unused, delete_inferior.
6272 (delete_inferior_silent): Remove.
6273 (prune_inferiors): Change call from delete_inferior_1 to
6274 delete_inferior and remove 'silent' parameter. Remove call to
6275 prune_program_spaces.
6276 (remove_inferior_command): Idem.
6277 * inferior.h (delete_inferior_1): Rename to...
6278 (delete_inferior): ..., remove 'silent' parameter and remove the
6279 original delete_inferior.
6280 (delete_inferior_silent): Remove.
6281 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6282 delete_inferior_1 to delete_inferior and remove 'silent'
6284 * progspace.c (prune_program_spaces): Remove.
6285 (pspace_empty_p): Rename to...
6286 (program_space_empty_p): ... and make non-static.
6287 (delete_program_space): New.
6288 * progspace.h (prune_program_spaces): Remove declaration.
6289 (program_space_empty_p): New declaration.
6290 (delete_program_space): New declaration.
6291 * monitor.c (monitor_close): Replace call to
6292 delete_thread_silent and delete_inferior_silent with
6293 discard_all_inferiors.
6295 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6297 * defs.h (deprecated_register_changed_hook): Remove prototype.
6298 * interps.c (clear_iterpreter_hooks): Remove reference to
6299 deprecated_register_changed_hook.
6300 * top.c (deprecated_register_changed_hook): Remove prototype.
6301 * valops.c (value_assign): Remove reference to
6302 deprecated_register_changed_hook.
6303 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6304 Add comment documenting the function.
6305 (tui_register_changed_observer): Define.
6306 (tui_install_hooks): Remove reference to
6307 deprecated_register_changed_hook. Set
6308 tui_register_changed_observer.
6309 (tui_remove_hooks): Remove reference to
6310 deprecated_register_changed_hook. Unset
6311 tui_register_changed_observer.
6313 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6316 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6318 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6321 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6323 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6325 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6327 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6329 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6330 Use safe_strerror() instead of strerror().
6332 2015-07-07 Yao Qi <yao.qi@linaro.org>
6334 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6335 * features/arm-with-m-fpa-layout.c: Regenerated.
6336 * features/arm-with-m-vfp-d16.xml: Likewise.
6337 * features/arm-with-m-vfp-d16.c: Regenerated.
6338 * features/arm-with-m.xml: Likewise.
6339 * features/arm-with-m.c: Regenerated.
6340 * features/arm-with-neon.xml: Likewise.
6341 * features/arm-with-neon.c: Regenerated.
6342 * features/arm-with-vfpv2.xml: Likewise.
6343 * features/arm-with-vfpv2.c: Regenerated.
6344 * features/arm-with-vfpv3.xml: Likewise.
6345 * features/arm-with-vfpv3.c: Regenerated.
6347 2015-07-07 Yao Qi <yao.qi@linaro.org>
6349 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6351 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6353 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6354 if target is 32-bit.
6355 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6356 if target is 32-bit.
6357 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6358 if target is 32-bit.
6359 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6360 if target is 32-bit.
6361 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6362 (aarch64_linux_read_description): Return the right target
6364 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6365 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6366 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6369 2015-07-07 Yao Qi <yao.qi@linaro.org>
6371 * aarch32-linux-nat.c: New file.
6372 * aarch32-linux-nat.h: New file.
6373 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6374 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6375 aarch32_gp_regcache_supply.
6376 (store_regs): Move code to aarch32-linux-nat.c. Call
6377 aarch32_gp_regcache_collect.
6378 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6379 aarch32_vfp_regcache_supply.
6380 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6381 aarch32_vfp_regcache_collect.
6382 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6384 2015-07-07 Yao Qi <yao.qi@linaro.org>
6386 * arm-linux-nat.c (store_fpregister): Remove.
6387 (store_register): Likewise.
6388 (fetch_fpregister): Likewise.
6389 (fetch_register): Likewise.
6390 (arm_linux_store_inferior_registers): Call store_regs and
6391 store_fpregs instead.
6392 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6395 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6397 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6400 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6402 * NEWS: Create a new section for the next release branch.
6403 Rename the section of the current branch, now that it has
6406 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6408 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6409 * version.in: Bump version to 7.10.50.DATE-cvs.
6411 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
6413 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6414 breakpoints in a special way.
6415 (remove_breakpoint): Likewise.
6416 (mark_breakpoints_out): Likewise.
6418 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6420 * doc/gdb.texinfo (TUI): Add comma after @xref.
6422 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6424 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6425 instead of casting the structure type.
6427 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6429 * valops.c (search_struct_field): Remove OFFSET parameter.
6430 (value_cast_structs): Adjust calls to search_struct_field.
6431 (value_struct_elt): Same.
6432 (find_overload_match): Same.
6434 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6436 * value.c (value_fetch_lazy): Update comment, change return
6438 * value.h (value_fetch_lazy): Change return value to void.
6440 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6442 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6443 (tui_win_name): Make parameter and result const.
6444 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6446 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6448 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6449 use printf_unfiltered.
6450 (set_mpx_cmd): Add missing trailing space to command string
6452 (_initialize_i386_tdep): Give the "mpx" prefix command its
6455 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6457 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6458 (enum rx_frame_type): New.
6459 (struct rx_prologue): Add new field `frame_type'.
6460 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6461 parameter in the prologue struct. Add code for recording
6462 locations of PC and PSW for fast interrupt and exception frames.
6463 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6464 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6465 (rx_frame_type): New function.
6466 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6467 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6469 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6470 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
6471 RX_FRAME_TYPE_FAST_INTERRUPT.
6472 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6473 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6474 (rx_frame_unwind): Use rx_frame_sniffer instead of
6475 default_frame_sniffer.
6476 (rx_frame_unwind): New unwinder.
6477 (rx_gdbarch_init): Register new unwinder.
6479 2015-07-02 Kevin Buettner <kevinb@redhat.com>
6481 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6482 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6483 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6485 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6487 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6489 Fix GCC false warning.
6490 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6492 2015-07-02 Yao Qi <yao.qi@linaro.org>
6494 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6495 typo in the debugging message.
6497 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6499 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6500 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6501 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6502 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6503 (btrace_maint_clear): New.
6504 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6505 (pt_print_packet, btrace_maint_decode_pt)
6506 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6507 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6508 (maint_btrace_packet_history_cmd)
6509 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6510 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6511 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6512 (maint_info_btrace_cmd, _initialize_btrace): New.
6513 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6514 (btrace_maint_packet_history, btrace_maint_info): New.
6515 (btrace_thread_info) <maint>: New.
6516 * NEWS: Announce it.
6518 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6520 * btrace.c (btrace_fetch): Append the new trace data.
6521 (btrace_clear): Clear the stored trace data.
6522 * btrace.h (btrace_thread_info) <data>: New.
6523 * common/btrace-common.h (btrace_data_clear)
6524 (btrace_data_append): New.
6525 * common/btrace-common.c (btrace_data_clear)
6526 (btrace_data_append): New.
6528 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6530 * nat/linux-btrace.c (linux_enable_bts): Check for
6531 PERF_ATTR_SIZE_VER5.
6532 Check for data_offset and data_size fields. Use them.
6534 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6536 * NEWS: Announce new commands "record btrace pt" and "record pt".
6537 Announce new options "set|show record btrace pt buffer-size".
6538 * btrace.c: Include "rsp-low.h".
6539 Include "inttypes.h".
6540 (btrace_add_pc): Add forward declaration.
6541 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6542 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6543 (btrace_compute_ftrace_pt): New.
6544 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6545 (check_xml_btrace_version): Update version check.
6546 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6547 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6548 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6549 (btrace_pt_children): New.
6550 (btrace_children): Add support for "pt".
6551 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6552 (btrace_conf_children): Add support for "pt".
6553 * btrace.h: Include "intel-pt.h".
6554 (btrace_pt_error): New.
6555 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6556 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6557 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6558 (struct btrace_config_pt): New.
6559 (struct btrace_config)<pt>: New.
6560 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6561 (struct btrace_data)<pt>: New.
6562 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6564 * features/btrace.dtd (btrace)<pt>: New.
6565 (pt, pt-config, cpu): New.
6566 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6567 (perf_event_pt_event_type, kernel_supports_pt)
6568 (linux_supports_pt): New.
6569 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6570 (linux_enable_bts): Free tinfo on error.
6571 (linux_enable_pt): New.
6572 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6573 (linux_disable_pt): New.
6574 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6575 (linux_fill_btrace_pt_config, linux_read_pt): New.
6576 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6577 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6578 (struct btrace_target_info)<pt>: New.
6579 * record-btrace.c (set_record_btrace_pt_cmdlist)
6580 (show_record_btrace_pt_cmdlist): New.
6581 (record_btrace_print_pt_conf): New.
6582 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6583 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6584 (cmd_record_btrace_pt_start): New.
6585 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6586 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6587 (_initialize_record_btrace): Add new commands.
6588 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6589 (remote_protocol_features): Add "Qbtrace:pt".
6590 Add "Qbtrace-conf:pt:size".
6591 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6592 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6593 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6594 (_initialize_remote): Add new commands.
6596 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6598 * configure.ac: check for libipt
6599 * configure: Regenerate.
6600 * config.in: Regenerate.
6601 * Makefile.in (LIBIPT): New.
6602 (CLIBS): Add $LIBIPT.
6603 * NEWS: document new configure options
6605 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6607 * compile/compile-object-load.c (compile_object_load): Replace debug
6608 message "lookup undefined ELF symbol" by 3 more specific messages.
6610 2015-07-01 Kevin Buettner <kevinb@redhat.com>
6612 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6613 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6614 (rl78_gdbarch_init): Initialize rl78_psw_type.
6616 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6618 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6619 Update commentary. Always refresh the registers when frame
6620 information has changed.
6621 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6622 Change return type to int. Return 1 if frame information has
6623 changed, 0 otherwise.
6624 (tui_before_prompt): Update commentary.
6625 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6628 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6631 * frame.c (select_frame): Remove reference to
6632 deprecated_selected_frame_level_changed_hook.
6633 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6635 * stack.c (deprecated_selected_frame_level_changed_hook):
6637 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6639 (tui_refresh_frame_and_register_information): ... this. Bail
6640 out if there is no stack. Don't update register information
6641 unless registers_too_p is true.
6642 (tui_print_frame_info_listing_hook): Rename to ...
6643 (tui_dummy_print_frame_info_listing_hook): ... this.
6644 (tui_before_prompt): New function.
6645 (tui_normal_stop): New function.
6646 (tui_before_prompt_observer): New observer.
6647 (tui_normal_stop_observer): New observer.
6648 (tui_install_hooks): Set
6649 deprecated_print_frame_info_listing_hook to
6650 tui_dummy_print_frame_info_listing_hook. Register
6651 tui_before_prompt_observer to call tui_before_prompt and
6652 tui_normal_stop_observer to call tui_normal_stop. Remove
6653 reference to deprecated_selected_frame_level_changed_hook.
6654 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6655 and tui_normal_stop_observer. Remove reference to
6656 deprecated_selected_frame_level_changed_hook.
6658 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6661 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6662 return an int instead of void. Return whether the locator
6664 (tui_show_frame_info): If the locator info has not changed, then
6665 bail out early to avoid refreshing the windows.
6667 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6669 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6670 LOCATOR_WIN to tui_alloc_content.
6672 2015-06-30 Yao Qi <yao.qi@linaro.org>
6675 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6678 2015-06-29 Kevin Buettner <kevinb@redhat.com>
6680 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6681 (rx_dwarf_reg_to_regnum): New function.
6682 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6685 2015-06-29 Pedro Alves <palves@redhat.com>
6688 * infcall.c (run_inferior_call): On infcall success, if the thread
6689 was marked stopped before, reset it back to stopped.
6690 * infrun.c (resume): Don't suppress the set_running calls when
6692 (normal_stop): Only discard the finish_thread_state cleanup if the
6695 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
6697 * MAINTAINERS (Write After Approval): Update my email address.
6699 2015-06-26 Keith Seitz <keiths@redhat.com>
6700 Doug Evans <dje@google.com>
6703 * block.c (block_lookup_symbol): For non-function blocks,
6704 continue to search for a symbol with an exact domain match
6705 Otherwise, return any previously found "best domain" symbol.
6706 (block_lookup_symbol_primary): Likewise.
6708 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6710 * NEWS: Mention the new option "history remove-duplicates".
6711 * top.c (history_remove_duplicates): New static variable.
6712 (show_history_remove_duplicates): New static function.
6713 (gdb_add_history): Conditionally remove duplicate history
6715 (init_main): Add "history remove-duplicates" option.
6717 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6719 * tui/tui-win.c (focus_completer): New static function.
6720 (_initialize_tui_win): Set the completion function of the
6721 "focus" command to focus_completer.
6723 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6725 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6727 * symtab.c (find_function_start_sal): Likewise.
6729 2015-06-25 Gary Benson <gbenson@redhat.com>
6731 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6732 it is the empty string after trailing slashes have been stripped.
6734 2015-06-25 Gary Benson <gbenson@redhat.com>
6736 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6737 * infrun.c (follow_exec): Likewise.
6738 * remote.c (remote_filesystem_is_local): Likewise.
6739 * solib.c (solib_find_1): Likewise.
6741 2015-06-24 Keith Seitz <keiths@redhat.com>
6743 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6744 return value from lrealpath.
6746 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6748 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6750 2015-06-24 Mike Frysinger <vapier@gentoo.org>
6752 * remote-sim.c: Include gdb_bfd.h.
6753 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6754 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6756 2015-06-24 Yao Qi <yao.qi@linaro.org>
6758 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6759 set_gdbarch_get_siginfo_type.
6760 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6761 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6762 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6763 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6764 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6765 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6766 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6767 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6768 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6769 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6771 2015-06-24 Gary Benson <gbenson@redhat.com>
6773 * common/buffer.c (stdint.h): Do not include.
6774 * common/print-utils.c (stdint.h): Likewise.
6775 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6776 * compile/compile-c-types.c (gdb_assert.h): Likewise.
6777 * ft32-tdep.c (gdb_assert.h): Likewise.
6778 * guile/scm-utils.c (stdint.h): Likewise.
6779 * i386-linux-tdep.c (stdint.h): Likewise.
6780 * i386-tdep.c (stdint.h): Likewise.
6781 * nat/linux-btrace.c (stdint.h): Likewise.
6782 * nat/linux-btrace.h (stdint.h): Likewise.
6783 * nat/linux-ptrace.c (stdint.h): Likewise.
6784 * nat/mips-linux-watch.h (stdint.h): Likewise.
6785 * ppc-linux-nat.c (stdint.h): Likewise.
6786 * python/python-internal.h (stdint.h): Likewise.
6787 * stub-termcap.c (stdlib.h): Likewise.
6788 * target/target.h (stdint.h): Likewise.
6789 * xtensa-linux-nat.c (stdint.h): Likewise.
6791 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
6793 * top.c (init_history): Look at errno after calling strtol to
6794 properly map large GDBHISTSIZE values to infinity.
6796 2015-06-23 Doug Evans <dje@google.com>
6798 * inferior.h (struct inferior_suspend_state): Delete, unused.
6799 All references deleted.
6801 2015-06-23 Mike Frysinger <vapier@gentoo.org>
6803 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6804 (microblaze_push_dummy_call): Likewise.
6805 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6806 and set_gdbarch_push_dummy_call.
6808 2015-06-23 Yao Qi <yao.qi@linaro.org>
6810 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6811 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6812 (amd64_linux_store_inferior_registers): Likewise.
6813 * arm-linux-nat.c (fetch_fpregister): Likewise.
6814 (fetch_fpregs, store_fpregister): Likewise.
6815 (store_fpregister, store_fpregs): Likewise.
6816 (fetch_register, fetch_regs): Likewise.
6817 (store_register, store_regs): Likewise.
6818 (fetch_vfp_regs, store_vfp_regs): Likewise.
6819 (arm_linux_read_description): Check have_ptrace_getregset is
6820 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
6822 * i386-linux-nat.c (fetch_xstateregs): Check
6823 have_ptrace_getregset is not TRIBOOL_TRUE.
6824 (store_xstateregs): Likewise.
6825 * linux-nat.c (have_ptrace_getregset): Change its type to
6827 * linux-nat.h (tribool): New enum.
6828 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6829 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6831 2015-06-19 Doug Evans <dje@google.com>
6833 * NEWS: Mention Sun's version of stabs is no longer supported.
6834 * elfread.c (free_elfinfo): Delete. All uses updated.
6835 (elfstab_offset_sections): Delete. All uses updated.
6836 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
6837 * psympriv.h (partial_symtab) <section_offsets>: Delete.
6839 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6840 All callers updated.
6842 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
6844 * common/rsp-low.c (needs_escaping): New.
6845 (remote_escape_output): Add unit_size parameter. Refactor to
6846 support multi-byte addressable units. Rename parameters.
6847 * common/rsp-low.h (remote_escape_output): Add unit_size
6848 parameter and rename others. Update doc.
6849 * remote.c (align_for_efficient_write): New.
6850 (remote_write_bytes_aux): Add unit_size parameter and use it.
6851 Rename some variables. Update doc.
6852 (remote_xfer_partial): Get unit size and use it.
6853 (remote_read_bytes_1): Add unit_size parameter and use it.
6854 Rename some variables. Update doc.
6855 (remote_write_bytes): Same.
6856 (remote_xfer_live_readonly_partial): Same.
6857 (remote_read_bytes): Same.
6858 (remote_flash_write): Update call to remote_write_bytes_aux.
6859 (remote_write_qxfer): Update call to remote_escape_output.
6860 (remote_search_memory): Same.
6861 (remote_hostio_pwrite): Same.
6863 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
6865 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6866 locations as inserted.
6867 Update and expand comment about permanent locations.
6868 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6869 Move comment to add_location_to_breakpoint.
6870 (update_global_location_list): Don't error out if a permanent
6871 breakpoint is not marked inserted.
6872 Don't error out if a non-permanent breakpoint location is inserted on
6873 top of a permanent breakpoint.
6875 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
6877 * breakpoint.c (make_breakpoint_permanent): Remove unused
6879 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
6881 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6884 * NEWS: Mention new GDBHISTSIZE behavior.
6885 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
6886 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
6888 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6890 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
6891 * top.c (init_history): Read from GDBHISTSIZE instead of
6893 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
6895 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6897 * top.c (gdb_safe_append_history): Do not call
6898 history_truncate_file if the history is not stifled.
6900 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6902 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
6903 * syscalls/s390x-linux.xml: Likewise.
6905 2015-06-16 Michael Eager <eager@eagercon.com>
6907 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
6909 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
6911 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
6912 target_terminal_ours_for_output() before calling
6913 tui_show_frame_info(), and restore the original terminal
6914 settings afterwards.
6916 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
6918 * arm-linux-nat.c: Include nat/linux-ptrace.h.
6920 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6922 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
6924 (mi_cmd_data_write_memory_bytes): Same.
6926 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6928 * corefile.c (write_memory): Update doc.
6929 * gdbcore.h (write_memory): Same.
6931 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6933 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
6934 (dump_mapping_p): Use it for parameter filterflags.
6935 (linux_find_memory_regions_full): Use it for variable filterflags.
6937 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6938 Jan Kratochvil <jan.kratochvil@redhat.com>
6940 Merge multiple hex conversions.
6941 * monitor.c: Include rsp-low.h.
6942 (fromhex): Remove definition.
6944 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6945 Jan Kratochvil <jan.kratochvil@redhat.com>
6947 Move utility functions to common/.
6948 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
6949 Move defs to common/common-utils.c.
6950 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
6951 (skip_to_space_const): Move decls to common/common-utils.h.
6952 * common/common-defs.h: Move include of common-types.h before
6954 * common/common-utils.c: Include host-defs.h and ctype.h.
6955 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
6957 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
6959 * common/common-utils.h (strtoulst): Move decl from utils.h.
6960 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
6961 Move from cli/cli-utils.h.
6962 * common/host-defs.h: Include limits.h.
6963 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
6964 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
6965 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
6966 common/common-utils.h.
6967 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
6968 (strtoulst): Move to common/common-utils.c.
6969 * utils.h (strtoulst): Moved decl to common/common-utils.h.
6971 2015-06-15 Yao Qi <yao.qi@linaro.org>
6973 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
6975 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6977 * build-id.c: Don't include elf-bfd.h.
6978 (build_id_bfd_get): Use bfd_build_id.
6979 (build_id_verify): Ditto.
6980 * build-id.h: Ditto.
6981 (find_separate_debug_file_by_buildid): Ditto.
6982 * python/py-objfile.c: Don't include elf-bfd.h.
6983 (objfpy_get_build_id) Use bfd_build_id.
6984 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
6985 * coffread.c: Include build-id.h.
6986 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
6988 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
6990 * windows-nat.c (do_windows_fetch_inferior_registers)
6991 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
6992 conditional with __CYGWIN__.
6994 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6996 * completer.c: Add arch-utils.h include.
6997 (enum reg_completer_targets): New enum.
6998 (reg_or_group_completer_1): New function containing old
6999 reg_or_group_completer, add and use new parameter to control what
7000 is completed on. Use get_current_arch rather than architecture of
7001 currently selected frame.
7002 (reg_or_group_completer): Call new reg_or_group_completer_1.
7003 (reggroup_completer): Call new reg_or_group_completer_1.
7004 * completer.h (reggroup_completer): Add declaration.
7005 * tui/tui-regs.c: Add 'completer.h' include.
7006 (tui_reg_next_command): Renamed to...
7007 (tui_reg_next): ...this. Adjust parameters and return rather than
7009 (tui_reg_prev_command): Renamed to...
7010 (tui_reg_prev): ...this. Adjust parameters and return rather than
7012 (tui_reg_float_command): Delete.
7013 (tui_reg_general_command): Delete.
7014 (tui_reg_system_command): Delete.
7015 (tui_reg_command): Rewrite to perform switching of register group.
7017 (tuireglist): Remove.
7018 (tui_reggroup_completer): New function.
7019 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7020 creation of 'tui reg' command.
7021 * NEWS: Add comment about 'tui reg' changes.
7023 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7025 * target.c (target_read): Consider addressable unit size when
7026 reading from a memory object.
7027 (read_memory_robust): Same.
7028 (read_whatever_is_readable): Same.
7029 (target_write_with_progress): Consider addressable unit size
7030 when writing to a memory object.
7031 * target.h (target_read): Update documentation.
7032 (target_write): Add documentation.
7034 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7036 * arch-utils.h (default_addressable_memory_unit_size): New.
7037 * arch-utils.c (default_addressable_memory_unit_size): New.
7038 * gdbarch.sh (addressable_memory_unit_size): New.
7039 * gdbarch.h: Re-generate.
7040 * gdbarch.c: Re-generate.
7042 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7044 * target.c (target_read): Rename variables and use
7046 (target_read_with_progress): Same.
7047 (read_memory_robust): Constify parameters and rename
7049 (read_whatever_is_readable): Constify parameters,
7050 rename variables, adjust formatting.
7051 * target.h (read_memory_robust): Constify parameters.
7053 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7055 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7056 synthetic (non-AltiVec) vector types.
7057 (ppc64_sysv_abi_return_value): Likewise.
7059 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7061 PR breakpoints/16465
7062 * breakpoint.c (create_breakpoint): Save extra_string for
7063 pending breakpoints.
7065 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7067 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7068 and bt_mask to CORE_ADDR.
7070 2015-06-11 Gary Benson <gbenson@redhat.com>
7072 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7073 (mnsh_recv_message): Likewise.
7075 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7077 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7078 long long int and plongest instead of %ll.
7080 2015-06-11 Gary Benson <gbenson@redhat.com>
7082 * nat/linux-namespaces.c (gdb_wait.h): New include.
7083 (sys/wait.h): Do not include.
7085 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7087 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7088 end_sequence is true.
7090 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7093 * solib-target.c (library_list_start_list): Use explicit NULL
7096 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7098 * solib-target.c (library_list_start_list): Do not dereference
7099 variable version in its initialization. Make the VERSION check handle
7101 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7103 2015-06-10 Gary Benson <gbenson@redhat.com>
7105 * NEWS: Announce support for direct access of executable and
7106 shared library files when attaching to inferiors in containers
7107 on GNU/Linux systems.
7109 2015-06-10 Gary Benson <gbenson@redhat.com>
7111 * remote.c (struct remote_state) <fs_pid>: New field.
7112 (new_remote_state): Initialize the above.
7113 (PACKET_vFile_setfs): New enum value.
7114 (remote_hostio_set_filesystem): New function.
7115 (remote_hostio_open): Call the above.
7116 (remote_hostio_unlink): Likewise.
7117 (remote_hostio_readlink): Likewise.
7118 (_initialize_remote): Register new "set/show remote
7119 hostio-setfs-packet" command.
7120 * NEWS: Announce new vFile:setfs packet.
7122 2015-06-10 Gary Benson <gbenson@redhat.com>
7124 * linux-nat.c (nat/linux-namespaces.h): New include.
7125 (fileio.h): Likewise.
7126 (linux_nat_filesystem_is_local): New function.
7127 (linux_nat_fileio_pid_of): Likewise.
7128 (linux_nat_fileio_open): Likewise.
7129 (linux_nat_fileio_readlink): Likewise.
7130 (linux_nat_fileio_unlink): Likewise.
7131 (linux_nat_add_target): Initialize to_filesystem_is_local,
7132 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7133 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7135 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7137 2015-06-10 Gary Benson <gbenson@redhat.com>
7139 * target.h (struct inferior): New forward declaration.
7140 (struct target_ops) <to_filesystem_is_local>: Update comment.
7141 (struct target_ops) <to_fileio_open>: New argument inf.
7142 Update comment. All implementations updated.
7143 (struct target_ops) <to_fileio_unlink>: Likewise.
7144 (struct target_ops) <to_fileio_readlink>: Likewise.
7145 (target_filesystem_is_local): Update comment.
7146 (target_fileio_open): New argument inf. Update comment.
7147 (target_fileio_unlink): Likewise.
7148 (target_fileio_readlink): Likewise.
7149 (target_fileio_read_alloc): Likewise.
7150 (target_fileio_read_stralloc): Likewise.
7151 * target.c (target_fileio_open): New argument inf.
7152 Pass inf to implementation. Update debug printing.
7153 (target_fileio_unlink): Likewise.
7154 (target_fileio_readlink): Likewise.
7155 (target_fileio_read_alloc_1): New argument inf. Pass inf
7156 to target_fileio_open.
7157 (target_fileio_read_alloc): New argument inf. Pass inf to
7158 target_fileio_read_alloc_1.
7159 (target_fileio_read_stralloc): Likewise.
7160 * gdb_bfd.c (inferior.h): New include.
7161 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7162 argument with new argument "inferior". Pass inferior to
7164 (gdb_bfd_open): Supply inferior argument to
7165 gdb_bfd_iovec_fileio_open.
7166 * linux-tdep.c (linux_info_proc): Supply inf argument to
7167 relevant target_fileio calls.
7168 (linux_find_memory_regions_full): Likewise.
7169 (linux_fill_prpsinfo): Likewise.
7170 * remote.c (remote_filesystem_is_local): Supply inf
7171 argument to remote_hostio_open.
7172 (remote_file_put): Likewise.
7173 (remote_file_get): Likewise.
7174 (remote_file_delete): Supply inf argument to
7175 remote_hostio_unlink.
7177 2015-06-10 Gary Benson <gbenson@redhat.com>
7179 * inf-child.c (inf_child_fileio_open): Replace comment.
7180 (inf_child_fileio_pwrite): Likewise.
7181 (inf_child_fileio_pread): Likewise.
7182 (inf_child_fileio_fstat): Insert blank line before comment.
7183 (inf_child_fileio_close): Replace comment.
7184 (inf_child_fileio_unlink): Likewise.
7185 (inf_child_fileio_readlink): Likewise.
7186 * remote.c (remote_hostio_open): Likewise.
7187 (remote_hostio_pread): Likewise.
7188 (remote_hostio_pwrite): Likewise.
7189 (remote_hostio_close): Likewise.
7190 (remote_hostio_unlink): Likewise.
7191 (remote_hostio_readlink): Likewise.
7192 (remote_hostio_fstat): Likewise.
7193 (remote_filesystem_is_local): Likewise.
7194 * target.c (target_fileio_open): Likewise.
7195 (target_fileio_pwrite): Likewise.
7196 (target_fileio_pread): Likewise.
7197 (target_fileio_fstat): Insert blank line before comment.
7198 (target_fileio_close): Replace comment.
7199 (target_fileio_unlink): Likewise.
7200 (target_fileio_readlink): Likewise.
7201 (target_fileio_read_alloc): Likewise.
7202 (target_fileio_read_stralloc): Likewise.
7204 2015-06-10 Gary Benson <gbenson@redhat.com>
7206 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7207 (check_pid_namespace_match): Use linux_ns_same rather than
7208 linux_proc_pid_get_ns to spot PID namespace mismatches.
7209 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7210 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7212 2015-06-10 Gary Benson <gbenson@redhat.com>
7214 * configure.ac (AC_CHECK_FUNCS): Add setns.
7215 * config.in: Regenerate.
7216 * configure: Likewise.
7217 * nat/linux-namespaces.h: New file.
7218 * nat/linux-namespaces.c: Likewise.
7219 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7220 (linux-namespaces.o): New rule.
7221 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7222 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7223 * config/arm/linux.mh (NATDEPFILES): Likewise.
7224 * config/i386/linux.mh (NATDEPFILES): Likewise.
7225 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7226 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7227 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7228 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7229 * config/mips/linux.mh (NATDEPFILES): Likewise.
7230 * config/pa/linux.mh (NATDEPFILES): Likewise.
7231 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7232 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7233 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7234 * config/s390/linux.mh (NATDEPFILES): Likewise.
7235 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7236 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7237 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7238 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7240 2015-06-10 Gary Benson <gbenson@redhat.com>
7242 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7243 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7244 (make_cleanup_close): Likewise.
7245 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7246 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7247 (make_cleanup_close): Likewise.
7249 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7251 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7252 from SuspendThread().
7254 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7256 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7257 from OutputDebugString.
7259 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7260 Mircea Gherzan <mircea.gherzan@intel.com>
7262 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7263 MPX_BT_MASK_32): New macros.
7264 (i386_mpx_set_bounds): New function that implements
7265 the command "set-mpx-bound".
7266 (i386_mpx_enabled): Helper function to test MPX availability.
7267 (i386_mpx_bd_base): Helper function to calculate the base directory
7269 (i386_mpx_get_bt_entry): Helper function to access a bound
7271 (i386_mpx_print_bounds): Effectively display bound information.
7272 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7274 (_initialize_i386_tdep):
7275 Add "bound" to the commands "show mpx" and "set mpx" commands.
7276 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7277 and "show mpx" commands.
7278 * NEWS: List new commands for MPX support.
7280 2015-06-09 Gary Benson <gbenson@redhat.com>
7282 * common/fileio.h (fileio_to_host_mode): New declaration.
7283 * common/fileio.c (fileio_to_host_mode): New Function.
7284 * inf-child.c (inf_child_fileio_open): Process mode argument
7285 with fileio_to_host_mode.
7287 2015-06-09 Gary Benson <gbenson@redhat.com>
7289 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7292 2015-06-05 Gary Benson <gbenson@redhat.com>
7294 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7295 * remote.c (remote_filesystem_is_local): ...here.
7297 2015-06-04 Yao Qi <yao.qi@linaro.org>
7299 * gdbarch.c: Regenerate it.
7301 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7303 * arch-utils.c (default_infcall_munmap): New.
7304 * arch-utils.h (default_infcall_munmap): New declaration.
7305 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7306 (munmap_list_free, munmap_listp_free_cleanup): New.
7307 (struct setup_sections_data): Add field munmap_list_headp.
7308 (setup_sections): Call munmap_list_add.
7309 (compile_object_load): New variable munmap_list_head, initialize
7310 setup_sections_data.munmap_list_headp, return munmap_list_head.
7311 * compile/compile-object-load.h (struct munmap_list): New declaration.
7312 (struct compile_module): Add field munmap_list_head.
7313 (munmap_list_free): New declaration.
7314 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7316 (do_module_cleanup): Call munmap_list_free.
7317 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7318 * gdbarch.c: Regenerate.
7319 * gdbarch.h: Regenerate.
7320 * gdbarch.sh (infcall_munmap): New.
7321 * linux-tdep.c (linux_infcall_munmap): New.
7322 (linux_init_abi): Install it.
7324 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7327 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7329 2015-06-02 Yao Qi <yao.qi@linaro.org>
7331 * i386-linux-nat.c: Include linux-nat.h.
7333 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7334 Jan Kratochvil <jan.kratochvil@redhat.com>
7337 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7339 * dwarf2loc.c (chain_candidate): Likewise.
7341 2015-06-01 Yao Qi <yao.qi@linaro.org>
7343 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7344 (store_vfp_regs): Use PTRACE_SETREGSET.
7346 2015-06-01 Yao Qi <yao.qi@linaro.org>
7348 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7349 (fetch_fpregs): Likewise.
7350 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7351 (store_fpregs): Likewise.
7353 2015-06-01 Yao Qi <yao.qi@linaro.org>
7355 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7356 (fetch_regs): Likewise.
7357 (store_regs): Use PTRACE_SETREGSET.
7358 (store_register): Likewise.
7360 2015-06-01 Yao Qi <yao.qi@linaro.org>
7362 * arm-linux-nat.c (arm_linux_read_description): Check whether
7363 kernel supports PTRACE_GETREGSET.
7365 2015-06-01 Yao Qi <yao.qi@linaro.org>
7367 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7368 * linux-nat.c: ... here.
7369 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7371 * linux-nat.h: ... here.
7373 2015-06-01 Yao Qi <yao.qi@linaro.org>
7375 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7376 * i386-linux-nat.c: Likewise.
7377 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7378 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7379 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7380 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7381 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7383 2015-05-30 Eli Zaretskii <eliz@gnu.org>
7385 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7386 compatible to what read_child and write_child return. This
7387 unbreaks that DJGPP build of GDB which was broken since v7.7.
7389 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7391 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7393 2015-05-29 Roland McGrath <mcgrathr@google.com>
7396 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7397 rather than internal_error for an unrecognized value.
7399 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7401 * xtensa-tdep.c (xtensa_pseudo_register_read)
7402 (xtensa_pseudo_register_write): Don't alias last pseudo register
7405 2015-05-28 Don Breazeal <donb@codesourcery.com>
7407 * infrun.c (follow_fork_inferior): Ensure the use of
7408 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7411 2015-05-28 Doug Evans <dje@google.com>
7413 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7415 2015-05-28 Yao Qi <yao.qi@linaro.org>
7417 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7418 (arm_linux_fetch_inferior_registers): Use
7419 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7420 (arm_linux_store_inferior_registers): Likewise.
7421 (arm_linux_read_description): Don't set
7422 arm_linux_has_wmmx_registers.
7423 * arm-tdep.c (arm_gdbarch_init): Set
7424 tdep->have_wmmx_registers according target descriptions.
7425 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7428 2015-05-28 Yao Qi <yao.qi@linaro.org>
7430 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7431 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7432 instead of arm_linux_vfp_register_count.
7433 (store_vfp_regs): Likewise.
7434 (arm_linux_fetch_inferior_registers): Likewise.
7435 (arm_linux_store_inferior_registers): Likewise.
7436 (arm_linux_read_description): Don't set
7437 arm_linux_vfp_register_count.
7438 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7440 * arm-tdep.c (arm_gdbarch_init): Add assert on
7442 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7443 field to vfp_register_count. All users updated.
7445 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7447 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7448 ELFOSABI_GNU binaries.
7450 2015-05-27 Doug Evans <dje@google.com>
7452 * dwarf2read.c (lnp_state_machine): New typedef.
7453 (lnp_reader_state): New typedef.
7454 (dwarf_record_line_1): Renamed from dwarf_record_line.
7455 All callers updated.
7456 (dwarf_record_line): New function.
7457 (init_lnp_state_machine): New function.
7458 (check_line_address): Replace p_record_line parameter with state.
7459 All callers updated.
7460 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7461 Update to record state in lnp_state_machine.
7463 2015-05-27 Doug Evans <dje@google.com>
7465 * dwarf2read.c (record_line_ftype): New typedef.
7466 (check_line_address): New function.
7467 (dwarf_decode_lines_1): Call it.
7469 2015-05-27 Doug Evans <dje@google.com>
7471 * NEWS: Mention "set debug dwarf-line".
7472 * dwarf2read.c (dwarf_line_debug): New static global.
7473 (add_include_dir): Add debug dwarf-line support.
7474 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7475 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7477 2015-05-27 Doug Evans <dje@google.com>
7479 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7480 All callers updated.
7481 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7482 * cp-support.h (cp_lookup_nested_symbol): Update.
7484 2015-05-27 Doug Evans <dje@google.com>
7487 * block.c (block_find_symbol): New function.
7488 (block_find_non_opaque_type): Ditto.
7489 (block_find_non_opaque_type_preferred): Ditto.
7490 * block.h (block_symbol_matcher_ftype): New typedef.
7491 (block_find_symbol): Declare.
7492 (block_find_non_opaque_type): Ditto.
7493 (block_find_non_opaque_type_preferred): Ditto.
7494 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7495 * psymtab.c (psym_lookup_symbol): Ditto.
7496 * symtab.c (basic_lookup_transparent_type_1): New function.
7497 (basic_lookup_transparent_type): Call it.
7499 2015-05-27 Yao Qi <yao.qi@linaro.org>
7501 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7502 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7504 2015-05-27 Yao Qi <yao.qi@linaro.org>
7506 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7508 (aarch64_record_load_store): Likewise.
7510 2015-05-26 Doug Evans <dje@google.com>
7512 PR c++/18141, c++/18417.
7513 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7516 2015-05-26 Doug Evans <dje@google.com>
7518 * NEWS: Add entries for command renamings.
7519 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7521 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7522 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7524 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7525 All callers updated. Fix spelling of DWARF in help text.
7526 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7528 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7530 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7531 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7532 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7534 (show_dwarf_always_disassemble): Renamed from
7535 show_dwarf2_always_disassemble. All callers updated.
7536 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7537 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7538 "set/show dwarf max-cache-age". Rename
7539 "set/show dwarf2 always-disassemble" to
7540 "set/show dwarf always-disassemble". Rename
7541 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7542 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7544 2015-05-26 Doug Evans <dje@google.com>
7547 * python/py-lazy-string.c (stpy_convert_to_value): Use
7548 gdbpy_gdb_memory_error not PyExc_MemoryError.
7549 (gdbpy_create_lazy_string_object): Ditto.
7551 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7553 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7555 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7557 * tui/tui-regs.c (tui_reg_prev_command): New function.
7558 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7559 * reggroups.c (reggroup_prev): New function.
7560 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7562 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7563 Yao Qi <yao.qi@linaro.org>
7565 * aarch64-linux-tdep.c: Include linux-record.h and
7567 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7568 (aarch64_syscall): New enum.
7569 (aarch64_canonicalize_syscall): New function.
7570 (aarch64_all_but_pc_registers_record): New function.
7571 (aarch64_linux_syscall_record): New function.
7572 (aarch64_linux_init_abi): Install AArch64 process record
7573 handler. Update to handle syscall recording.
7574 * aarch64-tdep.c: Include record.h and record-full.h.
7575 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7576 (struct aarch64_mem_r): Define.
7577 (aarch64_record_result): New enum.
7578 (struct insn_decode_record): Define.
7579 (insn_decode_record): New typedef.
7580 (aarch64_record_data_proc_reg): New function.
7581 (aarch64_record_data_proc_imm): New function.
7582 (aarch64_record_branch_except_sys): New function.
7583 (aarch64_record_load_store): New function.
7584 (aarch64_record_data_proc_simd_fp): New function.
7585 (aarch64_record_asimd_load_store): New function.
7586 (aarch64_record_decode_insn_handler): New function.
7587 (deallocate_reg_mem): New function.
7588 (aarch64_process_record): New function.
7589 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7591 (aarch64_process_record): New extern declaration.
7592 * configure.tgt: Add linux-record.o to gdb_target_obs.
7593 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7595 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7597 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7600 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7602 * amd64-tdep.c: Replace in_function_epilogue_p with
7603 stack_frame_destroyed_p throughout.
7604 * arch-utils.c: Ditto.
7605 * arch-utils.h: Ditto.
7606 * arm-tdep.c: Ditto.
7607 * breakpoint.c: Ditto.
7608 * gdbarch.sh: Ditto.
7609 * hppa-tdep.c: Ditto.
7610 * i386-tdep.c: Ditto.
7611 * mips-tdep.c: Ditto.
7612 * nios2-tdep.c: Ditto.
7613 * rs6000-tdep.c: Ditto.
7614 * s390-linux-tdep.c: Ditto.
7615 * score-tdep.c: Ditto.
7617 * sparc-tdep.c: Ditto.
7618 * sparc-tdep.h: Ditto.
7619 * sparc64-tdep.c: Ditto.
7620 * spu-tdep.c: Ditto.
7621 * tic6x-tdep.c: Ditto.
7622 * tilegx-tdep.c: Ditto.
7623 * xstormy16-tdep.c: Ditto.
7624 * gdbarch.c, gdbarch.h: Re-generated.
7626 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7628 * NEWS: Mention 'tui enable' and 'tui disable'.
7629 * tui/tui.c (tui_enable_command): New function.
7630 (tui_disable_command): New function.
7631 (_initialize_tui): New function.
7633 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7635 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7637 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7639 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7642 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7644 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7646 (tui_set_layout_for_display_command): ...here, before calling
7647 tui_set_layout. Only set the layout if gdb has not already
7648 entered the TUI_FAILURE state.
7650 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7652 * tui/tui-layout.c (layout_completer): New function.
7653 (_initialize_tui_layout): Set completer on layout command.
7655 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7657 * tui/tui-layout.c (tui_set_layout): Remove
7658 tui_register_display_type parameter. Remove all checking of this
7659 parameter, and reindent function. Update header comment.
7660 (tui_set_layout_for_display_command): Rename to...
7661 (tui_set_layout_by_name): ...this, and don't check for different
7662 register class types, don't pass a tui_register_display_type to
7663 tui_set_layout. Update header comment.
7664 (layout_names): Remove register set specific names.
7665 * tui/tui-layout.h (tui_set_layout): Remove
7666 tui_register_display_type parameter.
7667 * tui/tui.c (tui_rl_change_windows): Don't pass a
7668 tui_register_display_type to tui_set_layout.
7669 (tui_rl_delete_other_windows): Likewise.
7670 (tui_enable): Likewise.
7671 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7672 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7673 (TUI_GENERAL_REGS_NAME): Remove.
7674 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7675 (TUI_SPECIAL_REGS_NAME): Remove.
7676 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7677 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7678 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7679 (enum tui_register_display_type): Remove.
7680 (struct tui_layout_def): Remove regs_display_type and
7681 float_regs_display_type fields.
7682 (struct tui_data_info): Remove regs_display_type field.
7683 (tui_layout_command): Use new name for
7684 tui_set_layout_for_display_command.
7685 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7686 (tui_clear_win_detail): Don't initialise removed fields of
7688 * tui/tui-regs.c (tui_show_registers): Use new name for
7689 tui_set_layout_for_display_command.
7690 * tui/tui.h (tui_set_layout_for_display_command): Rename
7692 (tui_set_layout_by_name): ...this.
7693 * printcmd.c (display_command): Remove tui related layout call,
7696 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7698 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7699 (handle_inferior_event): New function.
7701 2015-05-20 Joel Brobecker <brobecker@adacore.com>
7703 * ada-lang.c (to_fixed_array_type): Rename local variable
7704 typename into type_name.
7706 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7708 Fix ASAN crash for gdb.compile/compile.exp.
7709 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7711 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7713 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7714 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7715 * compile/compile-object-load.c (setup_sections, compile_object_load):
7717 * compile/compile.c (compile_to_object): Likewise.
7719 2015-05-16 Doug Evans <xdje42@gmail.com>
7721 * NEWS: Mention support for unbuffered Guile memory ports.
7722 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7723 (ioscm_lseek_address): Improve overflow calculation.
7724 (gdbscm_memory_port_fill_input): Add assert.
7725 (gdbscm_memory_port_write): Handle unbuffered ports.
7726 Handle large writes identical to Guile's fport_write.
7727 (gdbscm_memory_port_seek): Fix seeking past end check.
7728 (gdbscm_memory_port_close): Handle closing unbuffered port.
7729 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7730 (ioscm_init_memory_port): Handle unbuffered ports.
7731 (ioscm_reinit_memory_port): Ditto.
7732 (ioscm_init_memory_port): Update size calculation.
7733 (gdbscm_open_memory): Support zero sized ports.
7735 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7737 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7738 variable compiler warnings.
7740 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7742 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7744 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7745 Phil Muldoon <pmuldoon@redhat.com>
7747 * NEWS (Changes since GDB 7.9): Add compile print.
7748 * compile/compile-c-support.c (add_code_header, add_code_footer)
7749 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7750 COMPILE_I_PRINT_VALUE_SCOPE.
7751 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7752 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7754 * compile/compile-object-load.c: Include block.h.
7755 (get_out_value_type): New function.
7756 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7757 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7759 * compile/compile-object-load.h (struct compile_module): Add fields
7760 out_value_addr and out_value_type.
7761 * compile/compile-object-run.c: Include valprint.h and compile.h.
7762 (struct do_module_cleanup): Add fields out_value_addr and
7764 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7765 COMPILE_I_PRINT_VALUE_SCOPE.
7766 (compile_object_run): Propagate out_value_addr and out_value_type.
7767 Pass OUT_VALUE_ADDR.
7768 * compile/compile.c: Include valprint.h.
7769 (compile_print_value, compile_print_command): New functions.
7770 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7771 (_initialize_compile): Update compile code help text. Install
7772 compile_print_command.
7773 * compile/compile.h (compile_print_value): New prototype.
7774 * defs.h (enum compile_i_scope_types): Add
7775 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7777 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7779 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7780 Rely on its parameter count.
7781 (compile_object_load): Replace lookup_minimal_symbol_text by
7782 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
7784 * compile/compile-object-load.h (struct compile_module): Replace
7785 func_addr by func_sym.
7786 * compile/compile-object-run.c: Include block.h.
7787 (compile_object_run): Reset module variable after it is freed. Use
7788 FUNC_SYM instead of FUNC_ADDR. Rely on it.
7790 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7792 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7793 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7794 (c_compute_program): Call generate_register_struct after typedefs.
7795 * compile/compile-loc2c.c (push, pushf_register_address)
7796 (pushf_register): Cast to GCC_UINTPTR.
7797 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
7798 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
7799 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7800 * compile/compile.c (_initialize_compile): Enable warnings for
7803 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7805 * cli/cli-script.c (execute_control_command): Update
7806 eval_compile_command caller.
7807 * compile/compile-object-load.c (compile_object_load): Add parameters
7808 scope and scope_data. Set them.
7809 * compile/compile-object-load.h (struct compile_module): Add fields
7810 scope and scope_data.
7811 (compile_object_load): Add parameters scope and scope_data.
7812 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7813 scope and scope_data.
7814 (compile_object_run): Propagate the fields scope and scope_data.
7815 * compile/compile.c (compile_file_command, compile_code_command):
7816 Update eval_compile_command callers.
7817 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
7818 * compile/compile.h (eval_compile_command): Add parameter scope_data.
7819 * defs.h (struct command_line): Add field scope_data.
7821 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7823 * printcmd.c (struct format_data): Move it to valprint.h.
7824 (print_command_parse_format, print_value): New functions from ...
7825 (print_command_1): ... here. Call them.
7826 * valprint.h (struct format_data): Move it here from printcmd.c.
7827 (print_command_parse_format, print_value): New declarations.
7829 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7831 * compile/compile-object-load.c (compile_object_load): Add
7832 COMPILE_DEBUG message.
7834 2015-05-15 Jerome Guitton <guitton@adacore.com>
7836 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7837 index to get element instead of enum value.
7838 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7839 of index to compute length, but enum values to compute bounds.
7840 (ada_array_length): Use enum position of index instead of enum value.
7841 (pos_atr): Move position computation to...
7842 (ada_evaluate_subexp): Use enum values to compute bounds.
7843 * gdbtypes.c (discrete_position): ...this new function.
7844 * gdbtypes.h (discrete_position): New function declaration.
7845 * valprint.c (val_print_array_elements): Call discrete_position
7846 to handle array indexed by non-contiguous enumeration types.
7848 2015-05-15 Jerome Guitton <guitton@adacore.com>
7850 * ada-lang.c (find_parallel_type_by_descriptive_type):
7851 Go through typedefs during lookup.
7852 (to_fixed_array_type): Add support for non-bit packed arrays
7853 as variable-length fields.
7855 2015-05-15 Pedro Alves <palves@redhat.com>
7856 Simon Marchi <simon.marchi@ericsson.com>
7858 * event-loop.c (gdb_notifier) <next_file_handler,
7859 next_poll_fds_index>: New fields.
7860 (get_next_file_handler_to_handle_and_advance): New function.
7861 (delete_file_handler): If deleting the next file handler to
7862 handle, advance to the next file handler.
7863 (gdb_wait_for_event): Bail early if no event fired. Poll file
7864 handlers in round-robin fashion.
7866 2015-05-15 Pedro Alves <palves@redhat.com>
7868 * linux-tdep.c (linux_find_memory_regions_full): Rename local
7869 'private' to 'priv'.
7871 2015-05-15 Pedro Alves <palves@redhat.com>
7873 * nat/linux-nat.h: Include "target/waitstatus.h".
7875 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
7877 * python/py-unwind.c (struct reg_info): Move out of ...
7878 (struct cached_frame_info): ... this scope.
7879 (pending_frame_object_type, unwind_info_object_type): Make extern.
7881 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7883 * ada-lang.c (ada_value_primitive_packed_val): Make sure
7884 accumSize is never negative.
7886 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
7888 * tui/tui-command.c: Remove include of <ctype.h>.
7889 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
7891 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
7893 * dwarf2read.c (die_needs_namespace): Return 1 for
7894 DW_TAG_inlined_subroutine.
7896 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7898 * regcache.c (regcache_cpy_no_passthrough): New declaration.
7899 (regcache_cpy_no_passthrough): Make it static, add function comment.
7900 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
7901 (regcache_cpy_no_passthrough): Remove declaration.
7903 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7905 * gdbthread.h (struct thread_control_state): Update comment for
7907 * infcall.c (run_inferior_call): Update comment about
7909 * infcmd.c (get_return_value): Update comment about stop_registers.
7910 (finish_forward): Update comment about proceed_to_finish.
7911 * infrun.c (stop_registers): Remove.
7912 (clear_proceed_status, normal_stop): Remove stop_registers handling.
7913 * infrun.h (stop_registers): Remove.
7915 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7917 * infcall.c (struct dummy_frame_context_saver)
7918 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
7919 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7920 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7922 (call_function_by_hand_dummy): Move discard_cleanups of
7923 inf_status_cleanup before dummy_frame_push. Call
7924 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
7925 Use dummy_frame_context_saver_get_regs instead of stop_registers.
7926 * infcall.h (struct dummy_frame_context_saver)
7927 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7928 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7930 * infcmd.c: Include infcall.h.
7931 (get_return_value): Add parameter ctx_saver, use it instead of
7933 (print_return_value): Add parameter ctx_saver, pass it.
7934 (struct finish_command_continuation_args): Add field ctx_saver.
7935 (finish_command_continuation): Update print_return_value caller.
7936 (finish_command_continuation_free_arg): Free also ctx_saver.
7937 (finish_forward): Call dummy_frame_context_saver_setup.
7938 * inferior.h (struct dummy_frame_context_saver): New declaration.
7939 (get_return_value): Add parameter ctx_saver.
7940 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
7941 get_return_value caller.
7943 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7945 * dummy-frame.c (struct dummy_frame_dtor_list): New.
7946 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
7947 (remove_dummy_frame): Process dtor_list.
7948 (pop_dummy_frame): Process dtor_list.
7949 (register_dummy_frame_dtor): Maintain dtor_list.
7950 (find_dummy_frame_dtor): Handle dtor_list.
7951 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
7954 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7956 * compile/compile-object-run.c (do_module_cleanup): Add parameter
7958 (compile_object_run): Update do_module_cleanup caller.
7959 * dummy-frame.c: Include infcall.h.
7960 (struct dummy_frame): Update dtor comment.
7961 (remove_dummy_frame): Call dtor.
7962 (pop_dummy_frame): Update dtor caller.
7963 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
7966 2015-05-13 Joel Brobecker <brobecker@adacore.com>
7970 2015-05-13 Joel Brobecker <brobecker@adacore.com>
7972 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
7973 Xmethods now being able to specify a result type to that new
7976 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7978 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
7979 first before resizing the window.
7980 * tui/tui.c (tui_enable): Likewise.
7982 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7984 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
7985 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
7986 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
7987 dummy_dtor parameter.
7988 * infcall.h: Include dummy-frame.h.
7989 (call_function_by_hand_dummy_dtor_ftype): Remove.
7990 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
7993 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7996 * top.c (history_size_setshow_var): Change type to signed.
7997 Initialize to -2. Update documentation.
7998 (set_readline_history_size): Define.
7999 (set_history_size_command): Use it. Remove logic for handling
8001 (init_history): Use set_readline_history_size(). Test for a
8002 value of -2 instead of 0 when determining whether to set a
8003 default history size.
8004 (init_main): Decode the argument of the "size" command as a
8005 zuinteger_unlimited.
8007 2015-05-12 Doug Evans <dje@google.com>
8009 * dwarf2read.c (struct file_entry): Tweak comments.
8010 (get_debug_line_section): Tweak comments.
8012 2015-05-12 Don Breazeal <donb@codesourcery.com>
8014 * NEWS: Announce fork support in the RSP and support
8015 for fork debugging in extended mode.
8017 2015-05-12 Don Breazeal <donb@codesourcery.com>
8019 * remote.c (remote_insert_fork_catchpoint): New function.
8020 (remote_remove_fork_catchpoint): New function.
8021 (remote_insert_vfork_catchpoint): New function.
8022 (remote_remove_vfork_catchpoint): New function.
8023 (pending_fork_parent_callback): New function.
8024 (remove_new_fork_child): New function.
8025 (remote_update_thread_list): Call remote_notif_get_pending_events
8026 and remove_new_fork_child.
8027 (extended_remote_kill): Kill fork child when killing the
8028 parent before follow_fork completes.
8029 (init_extended_remote_ops): Initialize target vector with
8030 new fork catchpoint functions.
8032 2015-05-12 Don Breazeal <donb@codesourcery.com>
8034 * remote.c (remove_vfork_event_p): New function.
8035 (remote_follow_fork): Add vfork event type to event checking.
8036 (remote_parse_stop_reply): New stop reasons "vfork" and
8037 "vforkdone" for RSP 'T' Stop Reply Packet.
8039 2015-05-12 Don Breazeal <donb@codesourcery.com>
8041 * linux-nat.c (linux_nat_ptrace_options): New function.
8042 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8043 Call linux_nat_ptrace_options and use different argument to
8044 linux_enable_event_reporting.
8045 (_initialize_linux_nat): Delete call to
8046 linux_ptrace_set_additional_flags.
8047 * nat/linux-ptrace.c (current_ptrace_options): Rename to
8048 supported_ptrace_options.
8049 (additional_flags): Delete variable.
8050 (linux_check_ptrace_features): Use supported_ptrace_options.
8051 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8052 Likewise, and remove additional_flags check.
8053 (linux_enable_event_reporting): Change 'attached' argument to
8054 'options'. Use supported_ptrace_options.
8055 (ptrace_supports_feature): Change comment. Use
8056 supported_ptrace_options.
8057 (linux_ptrace_set_additional_flags): Delete function.
8058 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8059 Delete function prototype.
8060 * remote.c (remote_fork_event_p): New function.
8061 (remote_detach_pid): New function.
8062 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8063 if doing detach-on-fork.
8064 (remote_follow_fork): New function.
8065 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8066 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8067 (init_extended_remote_ops): Initialize to_follow_fork.
8069 2015-05-12 Don Breazeal <donb@codesourcery.com>
8071 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8072 from static to extern.
8073 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8074 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8075 * PACKET_vfork_event_feature>: New enumeration constants.
8076 (remote_protocol_features): Add table entries for new packets.
8077 (remote_query_supported): Add new feature queries to qSupported
8080 2015-05-12 Gary Benson <gbenson@redhat.com>
8082 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8083 for fake PIDs as well as real ones.
8084 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8086 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8088 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8089 * python/py-value.c (valpy_reference_value): New function.
8090 (valpy_const_value): Likewise.
8091 (value_object_methods): Add new methods.
8092 * value.c (make_cv_value): New function.
8093 * value.h (make_cv_value): Declare.
8095 2015-05-08 Yao Qi <yao@codesourcery.com>
8096 Sandra Loosemore <sandra@codesourcery.com>
8098 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8099 to 'lh->include_dirs' before accessing to it.
8100 (psymtab_include_file_name): Likewise.
8101 (dwarf_decode_lines_1): Likewise.
8102 (dwarf_decode_lines): Likewise.
8103 (file_file_name): Likewise.
8105 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8107 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8108 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8109 (nios2_linux_rt_sigreturn_init): Adjust base address of
8112 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8114 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8115 "trap 31" as the breakpoint instruction on all targets.
8117 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8119 * infcmd.c (print_return_value): Remove unused declaration.
8121 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8123 * dwarf2read.c (attr_to_dynamic_prop)
8124 <DW_AT_data_member_location>: Use read_type_die isntead of
8127 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8129 * ada-lang.c (ada_convert_actual): Add handling of formals
8130 passed inside an aligner type.
8132 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8134 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8136 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8139 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8140 Print xmethod matcher status.
8142 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8144 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8145 register in the regcache when treating the PSWM register, and vice
8148 2015-05-07 Gary Benson <gbenson@redhat.com>
8150 * linux-thread-db.c (struct thread_db_info)
8151 <td_ta_map_id2thr_p>: Remove field.
8152 (try_thread_db_load_1): Remove initialization for the above.
8154 2015-05-07 Gary Benson <gbenson@redhat.com>
8156 * linux-thread-db.c (struct thread_db_info)
8157 <td_thr_validate_p>: Remove field.
8158 (try_thread_db_load_1): Remove initialization for the above.
8160 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8162 * compile/compile-object-load.c (compile_object_load): Support
8165 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8167 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8168 const. Use new variables for the const compatibility.
8169 (eval_compile_command): Make the cmd_string parameter const.
8170 * compile/compile.h (eval_compile_command): Make the cmd_string
8173 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8175 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8177 * top.c (deprecated_init_ui_hook): Delete.
8178 (gdb_init): Remove handling of deprecated_init_ui_hook.
8179 * interps.c (clear_interpreter_hooks): Remove handling of
8180 deprecated_init_ui_hook.
8181 * main.c (captured_main): Update comment.
8183 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8185 * solib.c (_initialize_solib): Add "info dll" alias creation.
8186 * windows-nat.c (set_windows_aliases): Delete.
8187 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8189 * NEWS: Add news entry about "info dll" now being available
8192 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8194 * ada-lang.c (value_assign_to_component): Reformat and improve
8195 documentation. Remove all trailing spaces.
8197 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8199 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8200 Stop counting inlined frames as soon as an out-of-line function
8203 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8205 * dwarf2read.c (inherit_abstract_dies): Skip
8206 DW_TAG_GNU_call_site dies while inheriting children of an
8207 abstract DIE into a scope.
8208 (read_lexical_block_scope): Inherit abstract DIE's for
8211 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8213 * ada-valprint.c (val_print_packed_array_elements): Delete
8214 variable "len". Add a type-length check when comparing two
8215 consecutive elements of the array. Use the element's actual
8216 length in call to value_contents_eq.
8217 * ada-lang.c (ada_value_primitive_packed_val): Always return
8218 a value whose type has been resolved.
8220 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8222 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8223 BIT_SIZE and LEN if the size of the resolved type is smaller
8224 than BIT_SIZE * HOST_CHAR_BIT.
8226 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8228 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8229 correct address in call to value_at. Adjust call to
8230 value_address accordingly.
8232 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8234 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8237 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8239 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8240 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8242 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8243 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8244 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8245 Add handling of addr_stack->valaddr.
8246 (resolve_dynamic_type): Add "valaddr" parameter.
8247 Set pinfo.valaddr field.
8248 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8249 resolve_dynamic_type.
8250 (ada_discrete_type_low_bound): Likewise.
8251 * findvar.c (default_read_var_value): Likewise.
8252 * value.c (value_from_contents_and_address): Likewise.
8254 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8256 * gdbtypes.c (resolve_dynamic_array): Use
8257 create_array_type_with_stride instead of create_array_type.
8259 2015-04-30 DJ Delorie <dj@redhat.com>
8261 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8264 2015-04-29 Doug Evans <dje@google.com>
8267 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8268 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8269 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8270 * extension-priv.h (struct extension_language_ops)
8271 <get_xmethod_result_type>: New member.
8272 * extension.c (get_xmethod_result_type): New function.
8273 * extension.h (get_xmethod_result_type): Declare.
8274 * python/py-xmethods.c (get_result_type_method_name): New static
8276 (py_get_result_type_method_name): Ditto.
8277 (gdbpy_get_xmethod_result_type): New function.
8278 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8279 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8280 * python/python.c (python_extension_ops): Add
8281 gdbpy_get_xmethod_result_type.
8282 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8283 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8285 (value_x_unop): Ditto.
8286 * value.c (result_type_of_xmethod): New function.
8287 * value.h (result_type_of_xmethod): Declare.
8289 2015-04-29 Gary Benson <gbenson@redhat.com>
8291 * solib.c (solib_find_1): Allow fd argument to be NULL.
8292 (exec_file_find): Update comment.
8293 (solib_find): Likewise.
8294 * exec.c (exec_file_locate_attach): Use NULL as fd
8295 argument to exec_file_find to avoid having to close
8297 * infrun.c (follow_exec): Likewise.
8299 2015-04-28 Doug Evans <dje@google.com>
8302 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8303 name or __name__ attributes. Handle gdb module as first argument.
8305 2015-04-28 Doug Evans <dje@google.com>
8308 * python/py-prettyprint.c (print_children): Verify result of children
8309 iterator. Provide better error message.
8310 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8311 * python/python.c (gdbpy_print_python_errors_p): New function.
8313 2015-04-28 Doug Evans <dje@google.com>
8315 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8317 2015-04-28 Sasha Smundak <asmundak@google.com>
8319 * NEWS: Mention gdb.Type.optimized_out method.
8320 * python/py-type.c (typy_optimized_out): New function.
8322 2015-04-28 John Baldwin <jhb@FreeBSD.org>
8324 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8326 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8328 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8329 (initialize_utils): Move call of init_page_info() to ...
8330 * top.c (gdb_init): ... here.
8332 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8334 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8335 (tui_sigwinch_handler): Still update our idea of
8336 the terminal's width and height even when TUI is not active.
8338 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8340 * utils.h (set_screen_width_and_height): Declare.
8341 * utils.c (set_screen_width_and_height): Define.
8342 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8344 2015-04-28 Gary Benson <gbenson@redhat.com>
8346 * infrun.c (solist.h): New include.
8347 (follow_exec): Use exec_file_find to prefix execd_pathname
8350 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8352 * tui/tui-source.c (tui_set_source_content): Avoid calling
8353 strcpy() when offset is 0.
8355 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8358 * tui/tui-data.c (tui_free_window): Don't free the locator
8359 window when passed an SRC_WIN or a DISASSEM_WIN.
8361 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8363 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8364 (tui_win_content): Move declaration.
8365 (struct tui_gen_win_info): Give 'content' field the
8366 type tui_win_content.
8367 * tui/tui-data.c (init_content_element): Remove redundant and
8369 (tui_add_content_elements): Remove erroneous cast.
8370 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8372 (tui_get_begin_asm_address): Likewise.
8373 * tui/tui-regs.c (tui_show_registers): Likewise.
8374 (tui_show_register_group): Likewise.
8375 (tui_display_registers_from): Likewise.
8376 (tui_check_register_values): Likewise.
8377 * tui/tui-source.c (tui_set_source_content): Likewise.
8378 (tui_set_source_content_nil): Likewise.
8379 (tui_source_is_displayed): Likewise.
8380 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8381 (tui_set_locator_fullname): Likewise.
8382 (tui_set_locator_info): Likewise.
8383 (tui_show_frame_info): Likewise.
8384 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8385 (tui_show_source_line): Likewise.
8386 (tui_horizontal_source_scroll): Likewise.
8387 (tui_update_breakpoint_info): Likewise.
8388 (tui_set_exec_info_content): Likewise.
8389 (tui_show_exec_info_content): Likewise.
8390 (tui_alloc_source_buffer): Likewise.
8391 (tui_line_is_displayed): Likewise.
8392 (tui_addr_is_displayed): Likewise.
8394 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8396 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8397 event if PL_FLAG_EXEC is set.
8398 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8399 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8400 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8401 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8402 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8404 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8406 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8407 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8408 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8409 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8410 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8411 [PT_LWPINFO] (fbsd_wait): New function.
8412 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8413 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8414 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8415 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8416 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8417 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8418 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8419 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8420 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8422 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8423 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8424 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8425 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8426 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8427 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8428 Set "to_post_attach" to "fbsd_post_attach".
8430 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8432 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8433 (fbsd_find_memory_regions): Mark static.
8434 (fbsd_nat_add_target): New function.
8435 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8436 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8437 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8438 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8439 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8440 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8442 2015-04-27 Gary Benson <gbenson@redhat.com>
8444 * objfiles.c (allocate_objfile): Do not attempt to expand name
8445 if name is a "target:" filename.
8446 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8447 to load auto-load scripts for objfiles with "target:" filenames.
8449 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8451 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8452 (enum s390_vector_abi_kind): New enum.
8453 (struct gdbarch_tdep)<vector_abi>: New field.
8454 (s390_effective_inner_type): Add parameter min_size. Stop
8455 unwrapping if the inner type is smaller than min_size.
8456 (s390_function_arg_float): Adjust call to
8457 s390_effective_inner_type.
8458 (s390_function_arg_vector): New function.
8459 (s390_function_arg_integer): Adjust comment.
8460 (struct s390_arg_state)<vr>: New field.
8461 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8462 arguments according to vector ABI when appropriate.
8463 (s390_push_dummy_call): Initialize the argument state's field
8464 'vr'. Adjust calls to s390_handle_arg.
8465 (s390_register_return_value): Handle vector return values.
8466 (s390_return_value): Apply the "register" return value convention
8467 to a vector when appropriate.
8468 (s390_gdbarch_init): Initialize tdep->vector_abi.
8469 * NEWS: Announce S390 vector ABI support.
8471 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8473 * s390-linux-tdep.c (s390_return_value_convention): Remove
8474 function. Inline its logic...
8475 (s390_return_value): ...here. Instead, move the handling of the
8476 "register" return value convention...
8477 (s390_register_return_value): ...here. New function.
8479 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8482 (is_float_singleton): Remove function. Move the "singleton" part
8484 (s390_effective_inner_type): ...here. New function.
8485 (is_float_like): Remove function. Inline its logic...
8486 (s390_function_arg_float): ...here.
8487 (is_pointer_like, is_integer_like, is_struct_like): Remove
8488 functions. Inline their logic...
8489 (s390_function_arg_integer): ...here.
8490 (s390_function_arg_pass_by_reference): Remove function.
8491 (extend_simple_arg): Remove function.
8492 (alignment_of): Remove function.
8493 (struct s390_arg_state): New structure.
8494 (s390_handle_arg): New function.
8495 (s390_push_dummy_call): Move parameter placement logic to the new
8496 function s390_handle_arg. Call it for calculating the stack area
8497 sizes first, and again for actually writing the parameters.
8499 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8501 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8502 false if the argument is zero.
8504 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8506 * ada-lang.c (template_to_static_fixed_type): Return input type
8507 when it is already fixed. Cache the input type itself when not
8508 creating a static fixed copy. Make it explicit that we never
8509 molestate the input type.
8510 * gdbtypes.c (resolve_dynamic_struct): Reset the
8511 TYPE_TARGET_TYPE field for resolved copies.
8513 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8515 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8516 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8517 (template_to_static_fixed_type): Call ada_check_typedef only
8520 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8522 * cli/cli-dump.c (srec_dump_command): Add internationalization
8524 (ihex_dump_command): Likewise.
8525 (tekhex_dump_command): Likewise.
8526 (binary_dump_command): Likewise.
8527 (binary_append_command): Likewise.
8529 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8531 * cli/cli-dump.c (verilog_cmdlist): New variable.
8532 (dump_verilog_memory): New function.
8533 (dump_verilog_value): New function.
8534 (verilog_dump_command): New function.
8535 (_initialize_cli_dump): Add new commands to support verilog dump
8537 * NEWS: Add entry for "dump verilog".
8539 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8541 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8542 descriptive type when there is none.
8544 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8546 * tui/tui-win.c (tui_async_resize_screen): Call
8547 rl_resize_terminal().
8549 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8551 * windows-nat.c (handle_output_debug_string): Don't change
8552 current_event.dwThreadId.
8553 (get_windows_debug_event): Use thread_id, rather than relying on
8554 current_event.dwThreadId being changed.
8556 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8558 * windows-nat.c (windows_continue): Report an error if
8559 ContinueDebugEvent() fails.
8561 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8563 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8565 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8567 * windows-nat.c (get_windows_debug_event): Replace retval with
8568 thread_id throughout. Update stale comment.
8570 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8572 * windows-nat.c (get_windows_debug_event): Don't use ternary
8573 conditional operator.
8575 2015-04-21 Pierre Muller <muller@sourceware.org>
8578 p-exp.y (yylex): Reorganize code to return the matched pattern
8579 for a field of this.
8581 2015-04-21 Gary Benson <gbenson@redhat.com>
8583 * common/fileio.h (fileio_to_host_openflags): New declaration.
8584 * common/fileio.c (fcntl.h): New include.
8585 (fileio_to_host_openflags): New function, factored out from...
8586 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8589 2015-04-21 Kevin Buettner <kevinb@redhat.com>
8591 * rl78-tdep.c (RL78_SP_ADDR): Define.
8592 (opc_reg_to_gdb_regnum): New static function.
8593 (rl78_analyze_prologue): Recognize instructions forming slightly
8594 more interesting prologues.
8596 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8599 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8600 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8601 TYPE_CODE_REF types so that they are not considered as dynamic
8602 depending on the referenced type.
8603 (resolve_dynamic_type_internal): Likewise.
8605 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8608 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8609 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8610 "top_level" parameter.
8611 (resolve_dynamic_type_internal): Remove the unused "top_level"
8612 parameter. Update call to is_dynamic_type_internal.
8613 (is_dynamic_type): Update call to is_dynamic_type_internal.
8614 (resolve_dynamic_range): Update call to
8615 resolve_dynamic_type_internal.
8616 (resolve_dynamic_union): Likewise.
8617 (resolve_dynamic_struct): Likewise.
8618 (resolve_dynamic_type): Likewise.
8620 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8622 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8625 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8627 * reply_mig_hack.awk: Robustify parsing.
8629 * reply_mig_hack.awk: Don't bother to declare an intermediate
8630 function pointer variable.
8632 2015-04-17 Doug Evans <dje@google.com>
8634 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8635 to "exec_displacement" to avoid confusion with inner use of the name.
8637 2015-04-17 Pedro Alves <palves@redhat.com>
8639 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8640 if HW point of TYPE isn't supported.
8642 2015-04-17 Yao Qi <yao.qi@linaro.org>
8643 Pedro Alves <palves@redhat.com>
8645 * target.h (target_can_use_hardware_watchpoint): Update comments.
8646 Remove trailing ";".
8648 2015-04-17 Gary Benson <gbenson@redhat.com>
8650 * remote.c (remote_add_inferior): New argument try_open_exec.
8651 If nonzero, attempt to open the inferior's executable file as
8652 the main executable if no main executable is open already.
8653 All callers updated.
8654 * NEWS: Mention that GDB now supports automatic location and
8655 retrieval of executable + files from remote targets.
8657 2015-04-17 Gary Benson <gbenson@redhat.com>
8659 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8660 * remote.c (PACKET_qXfer_exec_file): Likewise.
8661 (remote_protocol_features): Register the
8662 "qXfer:exec-file:read" feature.
8663 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8664 (remote_pid_to_exec_file): New function.
8665 (init_remote_ops): Initialize to_pid_to_exec_file.
8666 (_initialize_remote): Register new "set/show remote
8667 pid-to-exec-file-packet" command.
8668 * NEWS: Announce new qXfer:exec-file:read packet.
8670 2015-04-17 Gary Benson <gbenson@redhat.com>
8672 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8674 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8675 New function, factored out from...
8676 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8678 2015-04-17 Gary Benson <gbenson@redhat.com>
8680 * exec.c (solist.h): New include.
8681 (exec_file_locate_attach): Prefix absolute executable
8682 paths with gdb_sysroot if set.
8683 * NEWS: Mention that executable paths may be prepended
8686 2015-04-17 Gary Benson <gbenson@redhat.com>
8688 * solist.h (exec_file_find): New declaration.
8689 * solib.c (solib_find_1): New function, factored out from...
8690 (solib_find): ...here.
8691 (exec_file_find): New function.
8693 2015-04-17 Gary Benson <gbenson@redhat.com>
8695 * gdbcore.h (exec_file_locate_attach): New declaration.
8696 * exec.c (exec_file_locate_attach): New function, factored
8698 * infcmd.c (attach_command_post_wait): ...here.
8700 2015-04-17 Mike Frysinger <vapier@gentoo.org>
8702 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8704 2015-04-16 Yao Qi <yao.qi@linaro.org>
8706 * infrun.c (maybe_software_singlestep): Declare.
8707 (displaced_step_fixup): Call maybe_software_singlestep.
8709 2015-04-15 Doug Evans <dje@google.com>
8711 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8713 2015-04-15 Doug Evans <dje@google.com>
8715 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8717 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8719 * python/lib/gdb/command/unwinders.py: Add parentheses.
8721 2015-04-15 Yao Qi <yao.qi@linaro.org>
8723 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8725 2015-04-15 Yao Qi <yao.qi@linaro.org>
8727 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8729 2015-04-15 Yao Qi <yao.qi@linaro.org>
8731 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8732 dsc->insn_size instead of 4.
8734 2015-04-14 Gary Benson <gbenson@redhat.com>
8736 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8737 * minidebug.c (lzma_stat): Likewise.
8738 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8739 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8741 2015-04-13 Stan Shebs <stanshebs@google.com>
8743 * MAINTAINERS: Update my email address.
8745 2015-04-13 John Baldwin <jhb@FreeBSD.org>
8747 * amd64-tdep.c (amd64_target_description): New function.
8748 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8749 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8750 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8751 x86 extended save area.
8752 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8753 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8754 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8755 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8756 "amd64fbsd_read_description".
8757 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8758 (amd64fbsd_supply_xstateregset): New function.
8759 (amd64fbsd_collect_xstateregset): New function.
8760 Add "amd64fbsd_xstateregset".
8761 (amd64fbsd_iterate_over_regset_sections): New function.
8762 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8763 "I386_FBSD_XSAVE_XCR0_OFFSET".
8764 Add "iterate_over_regset_sections" gdbarch method.
8765 Add "core_read_description" gdbarch method.
8766 * i386-tdep.c (i386_target_description): New function.
8767 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8768 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8769 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8770 x86 extended save area.
8771 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8772 * i386bsd-nat.h: Export i386bsd_xsave_len.
8773 * i386fbsd-nat.c (i386fbsd_read_description): New function.
8774 (_initialize_i386fbsd_nat): Set "to_read_description" to
8775 "i386fbsd_read_description".
8776 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8777 (i386fbsd_core_read_description): New function.
8778 (i386fbsd_supply_xstateregset): New function.
8779 (i386fbsd_collect_xstateregset): New function.
8780 Add "i386fbsd_xstateregset".
8781 (i386fbsd_iterate_over_regset_sections): New function.
8782 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8783 "I386_FBSD_XSAVE_XCR0_OFFSET".
8784 Add "iterate_over_regset_sections" gdbarch method.
8785 Add "core_read_description" gdbarch method.
8786 * i386fbsd-tdep.h: New file.
8788 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8790 * NEWS (Changes since GDB 7.9): Add removed -xdb.
8791 * breakpoint.c (command_line_is_silent): Remove xdb_commands
8793 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8795 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8797 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8799 * defs.h (xdb_commands): Remove declaration.
8800 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8801 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8802 * infcmd.c (run_no_args_command, go_command): Remove.
8803 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8804 * infrun.c (xdb_handle_command): Remove.
8805 (_initialize_infrun): Remove xdb_commands for lz and z.
8806 * main.c (xdb_commands): Remove variable.
8807 (captured_main): Remove "xdb" from long_options.
8808 (print_gdb_help): Remove --xdb from help.
8809 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8810 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8811 * stack.c (backtrace_full_command, args_plus_locals_info)
8812 (current_frame_command): Remove.
8813 (_initialize_stack): Remove xdb_commands for t, T and l.
8814 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8815 * thread.c (_initialize_thread): Remove xdb_commands condition.
8816 * tui/tui-layout.c (tui_toggle_layout_command)
8817 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8818 (_initialize_tui_layout): Remove xdb_commands for td and ts.
8819 * tui/tui-regs.c (tui_scroll_regs_forward_command)
8820 (tui_scroll_regs_backward_command): Remove.
8821 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8822 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8823 (_initialize_tui_win): Remove xdb_commands for U and w.
8824 * utils.c (pagination_on_command, pagination_off_command): Remove.
8825 (initialize_utils): Remove xdb_commands for am and sm.
8827 2015-04-10 Pedro Alves <palves@redhat.com>
8829 * infrun.c (displaced_step_fixup): Switch to the event ptid
8830 earlier. If the thread stopped for a watchpoint and the
8831 target/arch has non-continuable watchpoints, cancel the displaced
8833 (resume): Don't start a displaced step if in-line step-over info
8836 2015-04-10 Pedro Alves <palves@redhat.com>
8838 * infrun.c (displaced_step_in_progress): New function.
8839 (do_target_resume): Advise target to report all signals if
8842 2015-04-10 Pedro Alves <palves@redhat.com>
8845 * infrun.c (process_event_stop_test): Don't assume a step-resume
8846 is set if tp->stepped_breakpoint is true.
8848 2015-04-10 Yao Qi <yao.qi@linaro.org>
8850 * arm-tdep.c (install_alu_reg): Update comment.
8851 (thumb_copy_alu_reg): Remove local variable rn. Update
8852 debugging message. Use r2 instead of r1 in the modified
8855 2015-04-10 Pedro Alves <palves@redhat.com>
8858 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8859 linux_displaced_step_location as gdbarch_displaced_step_location
8861 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8862 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8863 * linux-tdep.c (linux_displaced_step_location): New function,
8864 based on ppc_linux_displaced_step_location.
8865 * linux-tdep.h (linux_displaced_step_location): New declaration.
8866 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8867 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8869 (ppc_linux_init_abi): Install linux_displaced_step_location as
8870 gdbarch_displaced_step_location hook, even without Cell/B.E..
8871 (_initialize_ppc_linux_tdep): Don't install
8872 ppc_linux_inferior_created as inferior_created observer.
8873 * s390-linux-tdep.c (s390_gdbarch_init): Install
8874 linux_displaced_step_location as gdbarch_displaced_step_location
8877 2015-04-09 Gary Benson <gbenson@redhat.com>
8879 * common/common-remote-fileio.h: Rename to...
8880 * common/fileio.h: ...this. Update all references.
8881 (remote_fileio_to_fio_error): Rename to...
8882 (host_to_fileio_error): ...this.
8883 (remote_fileio_to_be): Rename to...
8884 (host_to_bigendian): ...this. Update all callers.
8885 (remote_fileio_to_fio_uint): Rename to...
8886 (host_to_fileio_uint): ...this. Update all callers.
8887 (remote_fileio_to_fio_time): Rename to...
8888 (host_to_fileio_time): ...this. Update all callers.
8889 (remote_fileio_to_fio_stat): Rename to...
8890 (host_to_fileio_stat): ...this.
8891 Update all references.
8892 * common/common-remote-fileio.c: Rename to...
8893 * common/fileio.c: ...this. Update all references.
8894 (remote_fileio_to_fio_error): Rename to...
8895 (host_to_fileio_error): ...this. Update all callers.
8896 (remote_fileio_mode_to_target): Rename to...
8897 (fileio_mode_pack): ...this. Update all callers.
8898 (remote_fileio_to_fio_mode): Rename to...
8899 (host_to_fileio_mode): ...this. Update all callers.
8900 (remote_fileio_to_fio_ulong): Rename to...
8901 (host_to_fileio_ulong): ...this. Update all callers.
8902 (remote_fileio_to_fio_stat): Rename to...
8903 (host_to_fileio_stat): ...this. Update all callers.
8905 2015-04-09 Andy Wingo <wingo@igalia.com>
8907 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
8908 (frame_functions): Bind gdbscm_frame_read_register to
8909 frame-read-register.
8910 * guile/lib/gdb.scm (frame-read-register): Export.
8912 2015-04-09 Gary Benson <gbenson@redhat.com>
8914 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
8916 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
8917 New function, factored out the named functions below.
8918 * inf-child.c (gdb/fileio.h): Remove include.
8919 (common-remote-fileio.h): New include.
8920 (inf_child_errno_to_fileio_error): Remove function. Update
8921 all callers to use remote_fileio_to_fio_error.
8922 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
8924 2015-04-09 Andy Wingo <wingo@igalia.com>
8926 * MAINTAINERS (Write After Approval): Add Andy Wingo.
8928 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
8930 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
8931 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
8932 * configure: Regenerated.
8934 2015-04-09 Pedro Alves <palves@redhat.com>
8936 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
8937 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
8938 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
8939 * gnulib/import/Makefile.am: Update.
8940 * gnulib/import/Makefile.in: Update.
8941 * gnulib/import/m4/gnulib-cache.m4: Update.
8942 * gnulib/import/m4/gnulib-comp.m4: Update.
8943 * gnulib/import/m4/strtok_r.m4: New file.
8944 * gnulib/import/strtok_r.c: New file.
8946 2015-04-09 Pedro Alves <palves@redhat.com>
8948 * gnulib/update-gnulib.sh (aclocal version check): Filter out
8949 "called too early to check prototype".
8951 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
8954 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
8955 use a caching mechanism. Adjust comments and code to reflect
8956 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
8957 (cmdpy_completer_handle_brkchars): Adjust call to
8958 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
8959 (cmdpy_completer): Likewise.
8961 2015-04-08 Yao Qi <yao.qi@linaro.org>
8963 * spu-tdep.c (spu_gdbarch_init): Don't call
8964 set_gdbarch_cannot_step_breakpoint.
8966 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
8968 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
8970 2015-04-07 Pedro Alves <palves@redhat.com>
8972 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
8973 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
8974 (delete_exited_threads): New declaration.
8975 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
8976 * linux-nat.c (linux_nat_update_thread_list): New function.
8977 (linux_nat_add_target): Install it.
8978 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
8979 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
8980 (delete_exited_threads): New function.
8982 2015-04-07 Pedro Alves <pedro@codesourcery.com>
8984 * infrun.c (resume) <displaced stepping debug output>: Get the
8985 leader thread's regcache, not resume_ptid's.
8987 2015-04-06 Doug Evans <xdje42@gmail.com>
8989 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
8991 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
8992 Include symbol domain in debugging output.
8994 2015-04-06 Pedro Alves <palves@redhat.com>
8995 Bernd Edlinger <bernd.edlinger@hotmail.de>
8997 * configure.ac: Remove the mingw32-specific stub-termcap.o
8998 fallback, and instead fallback to the stub termcap on all hosts.
8999 * configure: Regenerate.
9000 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9003 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9005 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9006 "top_level" parameter.
9007 (resolve_dynamic_type_internal): Remove the unused "top_level"
9008 parameter. Update call to is_dynamic_type_internal.
9009 (is_dynamic_type): Update call to is_dynamic_type_internal.
9010 (resolve_dynamic_range): Update call to
9011 resolve_dynamic_type_internal.
9012 (resolve_dynamic_union): Likewise.
9013 (resolve_dynamic_struct): Likewise.
9014 (resolve_dynamic_type): Likewise.
9016 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9018 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9019 TYPE_CODE_REF types so that they are not considered as dynamic
9020 depending on the referenced type.
9021 (resolve_dynamic_type_internal): Likewise.
9023 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9025 * Makefile.in (top_srcdir): New.
9026 * configure: Regenerated.
9028 2015-04-02 Gary Benson <gbenson@redhat.com>
9030 * NEWS: Announce the new default sysroot of "target:".
9032 2015-04-02 Gary Benson <gbenson@redhat.com>
9034 * main.c (captured_main): Set gdb_sysroot to "target:"
9035 if not otherwise set.
9037 2015-04-02 Gary Benson <gbenson@redhat.com>
9039 * exec.c (exec_file_attach): Support "target:" filenames.
9041 2015-04-02 Gary Benson <gbenson@redhat.com>
9043 * solib.c (solib_find): Strip "target:" prefix from sysroot
9044 if accessing local files.
9046 2015-04-02 Gary Benson <gbenson@redhat.com>
9048 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9049 checks and error messages.
9051 2015-04-02 Gary Benson <gbenson@redhat.com>
9053 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9054 (remote_filename_p): Remove declaration.
9055 (remote_bfd_open): Likewise.
9056 * remote.c (remote_bfd_iovec_open): Remove function.
9057 (remote_bfd_iovec_close): Likewise.
9058 (remote_bfd_iovec_pread): Likewise.
9059 (remote_bfd_iovec_stat): Likewise.
9060 (remote_filename_p): Likewise.
9061 (remote_bfd_open): Likewise.
9062 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9063 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9064 (gdb_bfd_open_maybe_remote): Remove function.
9065 (symfile_bfd_open): Replace remote filename check with
9066 target filename check.
9067 (reread_symbols): Use gdb_bfd_open.
9068 * build-id.c (gdbcore.h): New include.
9069 (build_id_to_debug_bfd): Use gdb_bfd_open.
9070 * infcmd.c (attach_command_post_wait): Remove remote filename
9072 * solib.c (solib_find): Replace remote-specific handling with
9073 target-specific handling. Update comments where necessary.
9074 (solib_bfd_open): Replace remote-specific handling with
9075 target-specific handling.
9076 (gdb_sysroot_changed): New function.
9077 (_initialize_solib): Call the above when gdb_sysroot changes.
9078 * windows-tdep.c (gdbcore.h): New include.
9079 (windows_xfer_shared_library): Use gdb_bfd_open.
9081 2015-04-02 Gary Benson <gbenson@redhat.com>
9083 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9084 (is_target_filename): New declaration.
9085 (gdb_bfd_has_target_filename): Likewise.
9086 (gdb_bfd_open): Update documentation comment.
9087 * gdb_bfd.c (target.h): New include.
9088 (gdb/fileio.h): Likewise.
9089 (is_target_filename): New function.
9090 (gdb_bfd_has_target_filename): Likewise.
9091 (fileio_errno_to_host): Likewise.
9092 (gdb_bfd_iovec_fileio_open): Likewise.
9093 (gdb_bfd_iovec_fileio_pread): Likewise.
9094 (gdb_bfd_iovec_fileio_close): Likewise.
9095 (gdb_bfd_iovec_fileio_fstat): Likewise.
9096 (gdb_bfd_open): Use target fileio to access paths prefixed
9097 with "target:" where necessary.
9099 2015-04-02 Gary Benson <gbenson@redhat.com>
9101 * target.h (struct target_ops) <to_filesystem_is_local>:
9103 (target_filesystem_is_local): New macro.
9104 * target-delegates.c: Regenerate.
9105 * remote.c (remote_filesystem_is_local): New function.
9106 (init_remote_ops): Initialize to_filesystem_is_local.
9108 2015-04-02 Gary Benson <gbenson@redhat.com>
9110 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9111 (target_fileio_fstat): New declaration.
9112 * target.c (target_fileio_fstat): New function.
9113 * inf-child.c (inf_child_fileio_fstat): Likewise.
9114 (inf_child_target): Initialize to_fileio_fstat.
9115 * remote.c (init_remote_ops): Likewise.
9117 2015-04-01 Sasha Smundak <asmundak@google.com>
9119 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9120 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9121 (py-unwind.o): New recipe.
9122 * NEWS: mention Python frame unwinding.
9123 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9124 gdb/unwinder.py and gdb/command/unwinder.py
9125 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9127 (execute_unwinders): New function.
9128 * python/lib/gdb/command/unwinders.py: New file.
9129 * python/lib/gdb/unwinder.py: New file.
9130 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9131 (objfpy_dealloc): Decrement frame_unwinders reference count.
9132 (objfpy_initialize): Create frame_unwinders list.
9133 (objfpy_get_frame_unwinders): New function.
9134 (objfpy_set_frame_unwinders): Ditto.
9135 (objfile_getset): Add frame_unwinders attribute to Objfile.
9136 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9137 (pspy_dealloc): Decrement frame_unwinders reference count.
9138 (pspy_initialize): Create frame_unwinders list.
9139 (pspy_get_frame_unwinders): New function.
9140 (pspy_set_frame_unwinders): Ditto.
9141 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9142 * python/py-unwind.c: New file.
9143 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9144 (objpy_get_frame_unwinders): New prototype.
9145 (gdbpy_initialize_unwind): New prototype.
9146 * python/python.c (gdbpy_apply_type_printers): Call
9147 gdbpy_initialize_unwind.
9149 2015-04-01 Pedro Alves <palves@redhat.com>
9151 * infrun.c (resume): Check currently_stepping after clearing
9152 stepped_breakpoint, not before.
9154 2015-04-01 Pedro Alves <palves@redhat.com>
9156 * infrun.c (print_target_wait_results): Print all the ptid
9159 2015-04-01 Pedro Alves <palves@redhat.com>
9161 * infrun.c (keep_going): Also discard cleanups if inserting
9164 2015-04-01 Pedro Alves <palves@redhat.com>
9166 * infrun.c (wait_for_inferior): Install the
9167 finish_thread_state_cleanup cleanup across the whole function, not
9168 just around handle_inferior_event.
9170 2015-04-01 Pedro Alves <palves@redhat.com>
9172 * infrun.c (resume) <step past permanent breakpoint>: Use
9175 2015-04-01 Pedro Alves <palves@redhat.com>
9177 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9179 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9181 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9183 2015-04-01 Pedro Alves <palves@redhat.com>
9185 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9186 list if it was marked exited.
9188 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9190 * configure: Regenerated.
9192 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9193 Jan Kratochvil <jan.kratochvil@redhat.com>
9194 Oleg Nesterov <oleg@redhat.com>
9197 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9198 New enum identifying the various options of the coredump_filter
9200 (struct smaps_vmflags): New struct.
9201 (use_coredump_filter): New variable.
9202 (decode_vmflags): New function.
9203 (mapping_is_anonymous_p): Likewise.
9204 (dump_mapping_p): Likewise.
9205 (linux_find_memory_regions_full): New variables
9206 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9207 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9208 parsing of its information. Implement memory mapping filtering
9209 based on its contents.
9210 (show_use_coredump_filter): New function.
9211 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9212 * NEWS: Mention the possibility of using the
9213 '/proc/PID/coredump_filter' file when generating a corefile.
9214 Mention new command 'set use-coredump-filter'.
9216 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9218 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9219 read_memory_unsigned_integer.
9221 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9223 * Makefile.in (ZLIB): New.
9224 (ZLIBINC): Likewise.
9225 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9226 (CLIBS): Add $(ZLIB).
9227 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9229 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9230 * top.c (print_gdb_configuration): Remove --with-zlib and
9232 * config.in: Regenerated.
9233 * configure: Likewise.
9235 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9237 * NEWS: Mention info os cpus support.
9238 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9239 (struct osdata_type): Add cpus entry, reorder the entries in
9242 2015-03-31 Matthias Klose <doko@ubuntu.com>
9244 * compile/compile.c (compile_to_object): Allow triplets with or
9247 2015-03-30 Doug Evans <dje@google.com>
9250 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9251 klass in VAR_DOMAIN.
9253 2015-03-30 Gary Benson <gbenson@redhat.com>
9255 * remote.c (remote_mourn_1): Remove function. Update all callers
9256 to use remote_mourn.
9257 (extended_remote_mourn_1): Remove function. Update all callers
9258 to use extended_remote_mourn.
9259 (extended_remote_attach_1): Remove function. Update all callers
9260 to use extended_remote_attach.
9262 2015-03-28 James Bowman <james.bowman@ftdichip.com>
9264 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9265 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9266 (ALLDEPFILES): Add ft32-tdep.c.
9267 * configure.tgt: Add FT32 entry.
9268 * ft32-tdep.c: New file, FT32 target-dependent code.
9269 * ft32-tdep.h: New file, FT32 target-dependent code.
9271 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9274 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9276 * printcmd.c (print_command_1): Move expr variable scope.
9278 2015-03-27 Joel Brobecker <brobecker@adacore.com>
9280 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9282 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9284 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9287 2015-03-26 Joel Brobecker <brobecker@adacore.com>
9289 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9290 exception raised while parsing the probe arguments.
9291 Force parsing to be done using the C language parser.
9292 * expression.h (parse_expression_with_language): Declare.
9293 * parse.c (parse_expression_with_language): New function.
9295 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9297 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9299 2015-03-26 Andy Wingo <wingo@igalia.com>
9302 * dwarf2read.c (struct partial_die_info): Add has_const_value
9304 (add_partial_symbol): Don't punt on symbols that have const_value
9306 (read_partial_die): Detect DW_AT_const_value.
9308 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9311 * printcmd.c (print_command_1): Move expr variable scope.
9313 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9316 * printcmd.c (validate_format): Make the parameter cmdname const.
9318 2015-03-26 Don Breazeal <donb@codesourcery.com>
9320 * remote.c (_initialize_remote): Update comment.
9322 2015-03-26 Pedro Alves <palves@redhat.com>
9323 Jon TURNEY <jon.turney@dronecode.org.uk>
9325 * coffread.c (coff_symfile_read): When constructing the name of an
9326 import stub symbol from import symbol for amd64, only skip the
9327 char after _imp_ if the target is underscored (like i386) and the
9328 char is indeed the target's leading char.
9330 2015-03-25 Pedro Alves <palves@redhat.com>
9332 * target.h <to_async>: Replace 'callback' and 'context' parameters
9333 with boolean 'enable' parameter.
9334 (target_async): Replace CALLBACK and CONTEXT parameters with
9335 boolean ENABLE parameter.
9336 * inf-loop.c (inferior_event_handler): Adjust.
9337 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9338 (linux_nat_resume): Adjust.
9339 (async_client_callback, async_client_context): Delete.
9340 (handle_target_event): Call inferior_event_handler directly.
9341 (linux_nat_async): Replace 'callback' and 'context' parameters
9342 with boolean 'enable' parameter. Adjust. Remove references to
9343 async_client_callback and async_client_context.
9344 (linux_nat_close): Adjust.
9345 * record-btrace.c (record_btrace_async): Replace 'callback' and
9346 'context' parameters with boolean 'enable' parameter. Adjust.
9347 (record_btrace_resume): Adjust.
9348 * record-full.c (record_full_async): Replace 'callback' and
9349 'context' parameters with boolean 'enable' parameter. Adjust.
9350 (record_full_resume, record_full_core_resume): Adjust.
9351 * remote.c (struct remote_state) <async_client_callback,
9352 async_client_context>: Delete fields.
9353 (remote_start_remote, extended_remote_attach_1, remote_resume)
9354 (extended_remote_create_inferior): Adjust.
9355 (remote_async_serial_handler): Call inferior_event_handler
9357 (remote_async): Replace 'callback' and 'context' parameters with
9358 boolean 'enable' parameter. Adjust.
9359 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9361 * target-delegates.c: Regenerate.
9363 2015-03-25 Gary Benson <gbenson@redhat.com>
9364 Pedro Alves <palves@redhat.com>
9366 * target.c (fileio_ft_t): New typedef, define object vector.
9367 (fileio_fhandles): New static variable.
9368 (is_closed_fileio_fh): New macro.
9369 (lowest_closed_fd): New static variable.
9370 (acquire_fileio_fd): New function.
9371 (release_fileio_fd): Likewise.
9372 (fileio_fd_to_fh): New macro.
9373 (target_fileio_open): Wrap the file descriptor on success.
9374 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9375 (target_fileio_pread): Likewise.
9376 (target_fileio_close): Likewise.
9378 2015-03-24 Pedro Alves <palves@redhat.com>
9380 * thread.c (thread_apply_all_command): Take exited threads into
9383 2015-03-24 Pedro Alves <palves@redhat.com>
9385 * infrun.c (resume, proceed): Mention
9386 switch_back_to_stepped_thread, not switch_back_to_stepping.
9388 2015-03-24 Pedro Alves <palves@redhat.com>
9390 * infrun.c (user_visible_resume_ptid): Rewrite going from
9391 most-locked to unlocked instead of the opposite. Move comment ...
9392 * infrun.h (user_visible_resume_ptid): ... here.
9394 2015-03-24 Pedro Alves <palves@redhat.com>
9396 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9397 to resume the event lwp. Use the lwp's ptid instead of the passed
9398 in (maybe wildcard) ptid.
9399 (stop_wait_callback): Tweak debug log output.
9400 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9402 (linux_nat_filter_event): In debug output, distinguish a
9403 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9404 before trying to resume the lwp.
9406 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9408 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9409 pointer indirection.
9410 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9411 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9413 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9415 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9416 Renames DYN_ATTR_DATA_LOCATION.
9417 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9418 DYN_ATTR_DATA_LOCATION.
9419 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9420 instead of DYN_ATTR_DATA_LOCATION.
9422 2015-03-24 Pedro Alves <palves@redhat.com>
9424 * breakpoint.c (until_break_command): Adjust call to proceed.
9425 * gdbthread.h (struct thread_control_state) <stepping_command>:
9427 * infcall.c (run_inferior_call): Adjust call to proceed.
9428 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9429 Adjust calls to proceed.
9430 (set_step_frame): Set the current thread's step_start_function
9432 (step_once): Adjust calls to proceed.
9433 (jump_command, signal_command, until_next_command)
9434 (finish_backward, finish_forward, proceed_after_attach_callback)
9435 (attach_command_post_wait): Adjust calls to proceed.
9436 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9437 (do_target_resume): New function, factored out from ...
9438 (resume): ... here. Remove 'step' parameter. Instead, check
9439 currently_stepping to determine whether the thread should be
9441 (proceed): Remove 'step' parameter and don't set the thread's
9442 step_start_function here. Adjust call to 'resume'.
9443 (handle_inferior_event): Adjust calls to 'resume'.
9444 (switch_back_to_stepped_thread): Use do_target_resume instead of
9446 (keep_going): Adjust calls to 'resume'.
9447 * infrun.h (proceed): Remove 'step' parameter.
9449 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9451 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9453 2015-03-24 Pedro Alves <palves@redhat.com>
9455 * gdbthread.h (struct thread_control_state) <stepping_command>:
9457 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9458 the thread's stepping_command field.
9459 * infrun.c (resume): Check the thread's stepping_command flag to
9460 determine which threads should be resumed. Rename 'entry_step'
9462 (clear_proceed_status_thread): Clear 'stepping_command'.
9463 (schedlock_applies): Change parameter type to struct thread_info
9465 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9466 (switch_back_to_stepped_thread): Adjust calls to
9467 'schedlock_applies'.
9468 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9470 2015-03-24 Pedro Alves <palves@redhat.com>
9472 * infrun.c (step_start_function): Delete and ...
9473 * gdbthread.h (struct thread_control_state) <step_start_function>:
9474 ... now a field here.
9475 * infrun.c (clear_proceed_status_thread): Clear the thread's
9476 step_start_function.
9477 (proceed, process_event_stop_test, print_stop_event): Adjust.
9479 2015-03-24 Pedro Alves <palves@redhat.com>
9481 * infrun.c (proceed): No longer handle negative step.
9483 2015-03-24 Gary Benson <gbenson@redhat.com>
9485 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9486 (x86_linux_prepare_to_resume): Likewise.
9487 * x86-linux-nat.c (x86_linux_new_thread):
9488 Moved to nat/x86-linux.c.
9489 (x86_linux_prepare_to_resume): Likewise.
9490 * nat/x86-linux.c (x86_linux_new_thread): New function.
9491 (x86_linux_prepare_to_resume): Likewise.
9493 2015-03-24 Gary Benson <gbenson@redhat.com>
9495 * nat/x86-linux-dregs.h: New file.
9496 * nat/x86-linux-dregs.c: Likewise.
9497 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9498 (x86-linux-dregs.o): New rule.
9499 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9500 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9501 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9502 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9503 (x86_linux_dr_get): Likewise.
9504 (x86_linux_dr_set): Likewise.
9505 (x86_linux_dr_get_addr): Likewise.
9506 (x86_linux_dr_get_control): Likewise.
9507 (x86_linux_dr_get_status): Likewise.
9508 (update_debug_registers_callback): Likewise.
9509 (x86_linux_dr_set_control): Likewise.
9510 (x86_linux_dr_set_addr): Likewise.
9511 (x86_linux_update_debug_registers): Likewise.
9513 2015-03-24 Gary Benson <gbenson@redhat.com>
9515 * x86-linux-nat.c (x86_linux_update_debug_registers):
9516 New function, factored out from...
9517 (x86_linux_prepare_to_resume): ...this.
9519 2015-03-24 Gary Benson <gbenson@redhat.com>
9521 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9522 (x86_linux_dr_set): Likewise.
9523 (x86_linux_dr_get_addr): Likewise.
9524 (x86_linux_dr_get_control): Likewise.
9525 (x86_linux_dr_get_status): Likewise.
9526 (update_debug_registers_callback): Likewise.
9527 (x86_linux_dr_set_control): Likewise.
9528 (x86_linux_dr_set_addr): Likewise.
9529 (x86_linux_prepare_to_resume): Likewise.
9530 (x86_linux_new_thread): Likewise.
9532 2015-03-24 Gary Benson <gbenson@redhat.com>
9534 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9535 (x86_linux_new_thread): Rename argument.
9537 2015-03-24 Gary Benson <gbenson@redhat.com>
9539 * nat/x86-linux.h: New file.
9540 * nat/x86-linux.c: Likewise.
9541 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9542 (x86-linux.o): New rule.
9543 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9544 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9545 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9546 (lwp_set_arch_private_info): New declaration.
9547 (lwp_arch_private_info): Likewise.
9548 * linux-nat.c (lwp_set_arch_private_info): New function.
9549 (lwp_arch_private_info): Likewise.
9550 * x86-linux-nat.c: Include nat/x86-linux.h.
9551 (arch_lwp_info): Removed structure.
9552 (update_debug_registers_callback):
9553 Use lwp_set_debug_registers_changed.
9554 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9555 and lwp_set_debug_registers_changed.
9556 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9558 2015-03-24 Gary Benson <gbenson@redhat.com>
9560 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9561 (lwp_is_stopped): Likewise.
9562 (lwp_stop_reason): Likewise.
9563 * linux-nat.c (ptid_of_lwp): New function.
9564 (lwp_is_stopped): Likewise.
9565 (lwp_is_stopped_by_watchpoint): Likewise.
9566 * x86-linux-nat.c (update_debug_registers_callback):
9568 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9571 2015-03-24 Gary Benson <gbenson@redhat.com>
9573 * linux-nat.h (linux_stop_lwp): Move declaration to...
9574 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9576 2015-03-24 Gary Benson <gbenson@redhat.com>
9578 * linux-nat.h: Include nat/linux-nat.h.
9579 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9580 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9581 (iterate_over_lwps_ftype): New typedef.
9582 (iterate_over_lwps): New declaration.
9583 * linux-nat.h (iterate_over_lwps): Update comment. Use
9584 iterate_over_lwps_ftype. Update callback return value check.
9586 2015-03-24 Gary Benson <gbenson@redhat.com>
9588 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9589 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9591 2015-03-24 Gary Benson <gbenson@redhat.com>
9593 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9594 * linux-nat.c (current_lwp_ptid): New function.
9595 * x86-linux-nat.c: Include nat/linux-nat.h.
9596 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9597 (x86_linux_dr_get_control): Likewise.
9598 (x86_linux_dr_get_status): Likewise.
9599 (x86_linux_dr_set_control): Likewise.
9600 (x86_linux_dr_set_addr): Likewise.
9602 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9604 PR breakpoints/16466
9605 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9607 2015-03-23 Joel Brobecker <brobecker@adacore.com>
9609 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9610 * ser-unix.c (hardwire_setparity): Likewise.
9612 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9614 * NEWS: Mention set/show serial parity command.
9615 * monitor.c (monitor_open): Call serial_setparity.
9616 * remote.c (remote_open_1): Likewise.
9617 * ser-base.c (ser_base_serparity): New function.
9618 * ser-base.h (ser_base_setparity): Add declaration.
9619 * ser-go32.c (dos_ops): Set "setparity" field.
9620 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9622 (ser_windows_setparity): New function.
9623 (hardwire_ops): Add ser_windows_setparity.
9624 (tty_ops): Add NULL for setparity field.
9625 (pipe_ops): Add ser_base_setparity.
9626 (tcp_ops): Likewise.
9627 * ser-pipe.c (pipe_ops): Likewise.
9628 * ser-tcp.c (tcp_ops): Likewise.
9629 * ser-unix.c (hardwire_setparity): Add declaration.
9630 (hardwire_raw): Don't reset PARENB flag.
9631 (hardwire_setparity): New function.
9632 (hardwire_ops): Add hardwire_setparity.
9633 * serial.c (serial_setparity): New function.
9634 (serial_parity): New global.
9635 (parity_none, parity_odd, parity_even, parity_enums, parity):
9637 (set_parity): New function.
9638 (_initialize_serial): Add set/show serial parity commands.
9639 * serial.h (GDBPARITY_NONE): Define.
9640 (GDBPARITY_ODD): Define.
9641 (GDBPARITY_EVEN): Define.
9642 (serial_setparity) Add declaration.
9643 (struct serial_ops): Add setparity field.
9644 * target.h (serial_parity): Add declaration.
9646 2015-03-23 Keith Seitz <keiths@redhat.com>
9648 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9650 2015-03-23 Keith Seitz <keiths@redhat.com>
9652 * breakpoint.c (parse_breakpoint_sals): Use
9653 linespec_lexer_lex_keyword to ascertain if the user specified
9655 * linespec.c [IF_KEYWORD_INDEX]: Define.
9656 (linespec_lexer_lex_keyword): Export.
9657 (struct ls_parser) <keyword_ok>: Remove.
9658 A keyword is only a keyword if not followed by another keyword.
9659 (linespec_lexer_lex_one): Remove keyword_ok handling.
9660 Add comment explaining why the parsing stream is not advanced
9661 when a keyword is seen.
9662 (parse_linespec): Remove parser->keyword_ok.
9663 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9665 2015-03-23 Keith Seitz <keiths@redhat.com>
9668 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9669 if we find a static method with DW_AT_vtable_elem_location.
9671 2015-03-21 Eli Zaretskii <eliz@gnu.org>
9673 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9674 before the second loop, to avoid undefined behavior. Reported by
9675 Anton Blanchard <anton@samba.org>.
9677 2015-03-20 Keven Boell <keven.boell@intel.com>
9679 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9680 data_location usage to linked list.
9681 (resolve_dynamic_type_internal): Adapt data_location to
9683 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9684 (copy_type_recursive, copy_type): Add copy of linked list.
9685 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9686 (struct dynamic_prop_list): New struct.
9687 * dwarf2read.c (set_die_type): Set data_location data.
9689 2015-03-20 Pedro Alves <palves@redhat.com>
9691 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9692 inner block and make it const.
9693 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9695 2015-03-20 Pedro Alves <palves@redhat.com>
9697 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9698 * breakpoint.h (set_breakpoint_condition): Update declaration.
9700 2015-03-20 Pedro Alves <palves@redhat.com>
9702 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9704 2015-03-20 Pedro Alves <palves@redhat.com>
9706 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9708 2015-03-20 Pedro Alves <palves@redhat.com>
9710 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9712 2015-03-20 Pedro Alves <palves@redhat.com>
9714 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9715 (nto_init_solib_absolute_prefix): Likewise.
9717 2015-03-20 Pedro Alves <palves@redhat.com>
9719 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9720 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9722 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9724 * config/djgpp/README: Remove gdb.hp.
9726 2015-03-20 Yao Qi <yao.qi@linaro.org>
9728 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9729 set_gdbarch_cannot_step_breakpoint.
9731 2015-03-19 Pedro Alves <palves@redhat.com>
9733 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9734 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9735 instead call perror_with_name.
9736 (check_ptrace_stopped_lwp_gone): New function.
9737 (linux_resume_one_lwp): Reimplement as wrapper around
9738 linux_resume_one_lwp_throw that swallows errors if the LWP is
9740 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9741 swallows errors if the LWP is gone. Use
9742 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9744 2015-03-19 Pedro Alves <palves@redhat.com>
9746 * linux-nat.c (status_callback): Return early if the LWP has no
9749 2015-03-19 Pedro Alves <palves@redhat.com>
9751 * linux-nat.c (select_event_lwp_callback): Update comment to no
9752 longer mention SIGTRAP.
9754 2015-03-18 Tristan Gingold <gingold@adacore.com>
9756 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9757 redirection code to ...
9758 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9759 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
9761 2015-03-18 Gary Benson <gbenson@redhat.com>
9763 (remote_protocol_features): Remove the "vFile:fstat" feature.
9764 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9766 2015-03-11 Yao Qi <yao.qi@linaro.org>
9769 * aarch64-linux-tdep.c: Include xml-syscall.h
9770 (aarch64_linux_get_syscall_number): New function.
9771 (aarch64_linux_init_abi): Call
9772 set_gdbarch_get_syscall_number.
9773 * syscalls/aarch64-linux.xml: New file.
9775 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9777 * ser-base.h (ser_base_setstopbits): Change second argument name
9778 from "rate" to "num".
9780 2015-03-17 Gary Benson <gbenson@redhat.com>
9781 Luke Allardyce <lukeallardyce@gmail.com>
9784 * common/common-remote-fileio.h (sys/stat.h): New include.
9785 (stuct stat): Remove forward declaration.
9787 2015-03-16 John Baldwin <jhb@FreeBSD.org>
9789 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9790 before writing core register notes.
9792 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9793 Pedro Alves <palves@redhat.com>
9795 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9796 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9797 (tgoto): Wrap with extern "C".
9799 2015-03-16 Pedro Alves <palves@redhat.com>
9800 Yuanhui Zhang <asmwarrior@gmail.com>
9802 * stub-termcap.c (tputs): Change prototype.
9804 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9805 Pedro Alves <palves@redhat.com>
9807 * windows-nat.c (struct thread_info_struct): Rename to ...
9808 (struct windows_thread_info_struct): ... this.
9809 (thread_info): Rename to ...
9810 (windows_thread_info): ... this.
9813 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9814 Pedro Alves <palves@redhat.com>
9816 * NEWS: New Removed targets and native configurations.
9818 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9821 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9822 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9823 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9824 ia64-hpux-tdep.h, solib-ia64-hpux.h.
9825 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9826 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9827 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9829 * config/ia64/hpux.mh: Remove file.
9830 * config/pa/hpux.mh: Remove file.
9831 * configure: Rebuilt.
9832 * configure.ac (dlgetmodinfo, somread.o): Remove.
9833 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9834 (ia64-*-hpux*): Remove its float format exception.
9835 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9836 * hppa-hpux-nat.c: Remove file.
9837 * hppa-hpux-tdep.c: Remove file.
9838 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9839 Move them here from hppa-tdep.h
9840 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9841 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9842 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9843 Move them to hppa-tdep.c.
9844 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9846 * ia64-hpux-nat.c: Remove file.
9847 * ia64-hpux-tdep.c: Remove file.
9848 * ia64-hpux-tdep.h: Remove file.
9849 * inf-ttrace.c: Remove file.
9850 * inf-ttrace.h: Remove file.
9851 * solib-ia64-hpux.c: Remove file.
9852 * solib-ia64-hpux.h: Remove file.
9853 * solib-pa64.c: Remove file.
9854 * solib-pa64.h: Remove file.
9855 * solib-som.c: Remove file.
9856 * solib-som.h: Remove file.
9857 * somread.c: Remove file.
9859 2015-03-13 John Baldwin <jhb@FreeBSD.org>
9861 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9862 * config.in: Regenerate.
9863 * configure: Regenerate.
9864 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
9866 (fbsd_find_memory_regions): Use kinfo_getvmmap to
9867 enumerate memory regions if present.
9869 2015-03-13 John Baldwin <jhb@FreeBSD.org>
9871 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9872 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9874 (i386fbsd_sigtramp_p): Likewise.
9876 2015-03-12 John Baldwin <jhb@FreeBSD.org>
9878 * MAINTAINERS (Write After Approval): Add John Baldwin.
9880 2015-03-12 Gary Benson <gbenson@redhat.com>
9882 * solib.c (_initialize_solib): Make "set/show sysroot" use
9883 add_setshow_optional_filename_cmd so it can be restored to
9884 empty after being set.
9886 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9888 * Makefile.in (SFILES): New source break-catch-syscall.c.
9889 (COMMON_OBS): New object break-catch-syscall.o.
9890 * break-catch-syscall.c: New file.
9891 * breakpoint.c: Remove inclusion of "xml-syscall.h".
9892 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
9893 (struct syscall_catchpoint): Likewise.
9894 (dtor_catch_syscall): Likewise.
9895 (catch_syscall_inferior_data): Likewise.
9896 (struct catch_syscall_inferior_data): Likewise.
9897 (get_catch_syscall_inferior_data): Likewise.
9898 (catch_syscall_inferior_data_cleanup): Likewise.
9899 (insert_catch_syscall): Likewise.
9900 (remove_catch_syscall): Likewise.
9901 (breakpoint_hit_catch_syscall): Likewise.
9902 (print_it_catch_syscall): Likewise.
9903 (print_one_catch_syscall): Likewise.
9904 (print_mention_catch_syscall): Likewise.
9905 (print_recreate_catch_syscall): Likewise.
9906 (catch_syscall_breakpoint_ops): Likewise.
9907 (syscall_catchpoint_p): Likewise.
9908 (create_syscall_event_catchpoint): Likewise.
9909 (catch_syscall_split_args): Likewise.
9910 (catch_syscall_command_1): Likewise.
9911 (is_syscall_catchpoint_enabled): Likewise.
9912 (catch_syscall_enabled): Likewise.
9913 (catching_syscall_number): Likewise.
9914 (catch_syscall_completer): Likewise.
9915 (clear_syscall_counts): Likewise.
9916 (initialize_breakpoint_ops): Move initialization of syscall
9917 catchpoints to break-catch-syscall.c.
9918 (_initialize_breakpoint): Move code related to syscall catchpoints
9919 to break-catch-syscall.c.
9921 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9923 * breakpoint.c (breakpoint_find_if): New function.
9924 * breakpoint.h (breakpoint_find_if): New prototype.
9926 2015-03-11 Gary Benson <gbenson@redhat.com>
9928 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
9929 * remote-fileio.c (remote_fileio_to_host_uint): New function.
9930 (remote_fileio_to_host_ulong): Likewise.
9931 (remote_fileio_to_host_mode): Likewise.
9932 (remote_fileio_to_host_time): Likewise.
9933 (remote_fileio_to_host_stat): Likewise.
9934 * remote.c (PACKET_vFile_fstat): New enum value.
9935 (remote_protocol_features): Register the "vFile:fstat" feature.
9936 (remote_hostio_fstat): New function.
9937 (remote_bfd_iovec_stat): Use the above.
9938 (_initialize_remote): Register new "set/show remote
9939 hostio-fstat-packet" command.
9940 * symfile.c (separate_debug_file_exists): Update comment.
9941 * NEWS: Announce new vFile:fstat packet.
9943 2015-03-11 Gary Benson <gbenson@redhat.com>
9945 * common/common-remote-fileio.h: New file.
9946 * common/common-remote-fileio.c: Likewise.
9947 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
9948 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
9949 (COMMON_OBS): Add common-remote-fileio.o.
9950 (common-remote-fileio.o): New rule.
9951 * remote-fileio.h (common-remote-fileio.h): New include.
9952 * remote-fileio.c (gdb/fileio.h): Do not include.
9953 (remote_fileio_to_be): Moved to common-remote-fileio.h.
9954 (remote_fileio_to_fio_uint): Likewise.
9955 (remote_fileio_to_fio_time): Likewise.
9956 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
9957 (remote_fileio_to_fio_mode): Likewise.
9958 (remote_fileio_to_fio_ulong): Likewise.
9959 (remote_fileio_to_fio_stat): Likewise.
9961 2015-03-11 Andy Wingo <wingo@igalia.com>
9963 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
9964 we were checking the cached type, not the cached dynamic type.
9966 2015-03-11 Andy Wingo <wingo@igalia.com>
9968 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
9969 other strings, as these are on the GC'd heap, and will be
9970 collected along with the smob.
9972 2015-03-11 Andy Wingo <wingo@igalia.com>
9974 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
9975 (objfile_functions): Bind gdbscm_objfile_progspace to
9977 * guile/lib/gdb.scm: Add objfile-progspace to exports.
9979 2015-03-11 Andy Wingo <wingo@igalia.com>
9981 * guile/guile.c (_initialize_guile): Disable automatic
9982 finalization, if Guile offers us that possibility.
9983 * guile/guile.c (call_initialize_gdb_module):
9984 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
9985 finalizers in appropriate places.
9986 * configure.ac (AC_TRY_LIBGUILE): Add a check for
9987 scm_set_automatic_finalization_enabled.
9988 * configure: Regenerated.
9990 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9992 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
9995 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9997 * s390-linux-nat.c (struct arch_lwp_info): New.
9998 (s390_fix_watch_points): Rename to...
9999 (s390_prepare_to_resume): ...this. Skip the PER info update
10000 unless the watch points have changed.
10001 (s390_refresh_per_info, s390_new_thread): New functions.
10002 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10003 s390_fix_watch_points.
10004 (s390_remove_watchpoint): Likewise.
10005 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10006 Register s390_prepare_to_resume.
10008 2015-03-09 Pedro Alves <palves@redhat.com>
10011 2015-03-07 Pedro Alves <palves@redhat.com>
10012 * common/gdb_socket.h: New file.
10013 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10015 (net_open): Use union gdb_sockaddr_u.
10017 2015-03-07 Pedro Alves <palves@redhat.com>
10019 * configure.ac (build_warnings): Move -Wmissing-prototypes
10020 -Wdeclaration-after-statement -Wmissing-parameter-type
10021 -Wold-style-declaration -Wold-style-definition to the C-specific
10023 * configure: Regenerate.
10025 2015-03-07 Pedro Alves <palves@redhat.com>
10027 * common/gdb_socket.h: New file.
10028 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10030 (net_open): Use union gdb_sockaddr_u.
10032 2015-03-07 Pedro Alves <palves@redhat.com>
10034 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10035 (exceptions_state_mc_action_iter)
10036 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10038 [__cplusplus] (try_scope_depth): New global.
10039 [__cplusplus] (exception_try_scope_entry)
10040 (exception_try_scope_exit, gdb_exception_sliced_copy)
10041 (exception_rethrow): New functions.
10042 (throw_exception): In C++ mode, throw
10043 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10044 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10045 (throw_it): In C++ mode, use try_scope_depth.
10046 * common/common-exceptions.h [!__cplusplus]
10047 (exceptions_state_mc_action_iter)
10048 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10050 [__cplusplus] (exception_try_scope_entry)
10051 (exception_try_scope_exit, exception_rethrow): Declare.
10052 [__cplusplus] (struct exception_try_scope): New struct.
10053 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10055 (struct gdb_exception_RETURN_MASK_ALL)
10056 (struct gdb_exception_RETURN_MASK_ERROR)
10057 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10059 2015-03-07 Pedro Alves <palves@redhat.com>
10061 * main.c (handle_command_errors): Remove volatile qualifier from
10064 2015-03-07 Pedro Alves <palves@redhat.com>
10066 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10068 * gdbtypes.c (safe_parse_type): Remove empty line.
10069 (types_deeply_equal):
10070 * guile/scm-frame.c (gdbscm_frame_name):
10071 * linux-thread-db.c (find_new_threads_once):
10072 * python/py-breakpoint.c (bppy_get_commands):
10073 * record-btrace.c (record_btrace_insert_breakpoint)
10074 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10075 (record_btrace_start_replaying): Adjust to avoid code between TRY
10078 2015-03-07 Pedro Alves <palves@redhat.com>
10080 * common/common-exceptions.c (struct catcher) <exception>: No
10081 longer a pointer to volatile exception. Now an exception value.
10082 <mask>: Delete field.
10083 (exceptions_state_mc_init): Remove all parameters. Adjust.
10084 (exceptions_state_mc): No longer pop the catcher here.
10085 (exceptions_state_mc_catch): New function.
10086 (throw_exception): Adjust.
10087 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10089 (exceptions_state_mc_catch): Declare.
10090 (TRY_CATCH): Rename to ...
10091 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10092 (CATCH, END_CATCH): New.
10093 All callers adjusted.
10095 2015-03-07 Tom Tromey <tromey@redhat.com>
10097 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10099 2015-03-07 Pedro Alves <palves@redhat.com>
10101 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10102 (amd64_epilogue_frame_cache): Normal exception handling code.
10103 * break-catch-throw.c (check_status_exception_catchpoint)
10104 (re_set_exception_catchpoint): Ditto.
10105 * cli/cli-interp.c (safe_execute_command):
10106 * cli/cli-script.c (script_from_file): Ditto.
10107 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10109 * compile/compile-object-run.c (compile_object_run): Ditto.
10110 * cp-abi.c (baseclass_offset): Ditto.
10111 * cp-valprint.c (cp_print_value): Ditto.
10112 * exceptions.c (catch_exceptions_with_msg):
10113 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10114 * frame.c (get_frame_address_in_block_if_available): Ditto.
10115 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10116 (i386_sigtramp_frame_cache): Ditto.
10117 * infcmd.c (post_create_inferior): Ditto.
10118 * linespec.c (parse_linespec, find_linespec_symbols):
10119 * p-valprint.c (pascal_object_print_value): Ditto.
10120 * parse.c (parse_expression_for_completion): Ditto.
10121 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10122 * remote.c (remote_get_noisy_reply): Ditto.
10123 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10124 * solib-svr4.c (solib_svr4_r_map): Ditto.
10126 2015-03-06 Gary Benson <gbenson@redhat.com>
10128 * common/common-utils.h (startswith): New inline function.
10129 All places where this logic was used updated to use the above.
10131 2015-03-05 Pedro Alves <palves@redhat.com>
10134 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10135 after reading the breakpoint's shadow memory.
10137 2015-03-05 Mark Kettenis <kettenis@gnu.org>
10139 * hppabsd-nat.c: Remove file.
10140 * hppaobsd-nat.c: New file.
10141 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10143 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10146 2015-03-04 Pedro Alves <palves@redhat.com>
10148 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10149 (target_decr_pc_after_break): Delete declaration.
10150 * target.c (default_target_decr_pc_after_break)
10151 (target_decr_pc_after_break): Delete.
10152 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10153 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10154 * linux-thread-db.c (check_event): Likewise.
10155 * infrun.c (adjust_pc_after_break): Likewise.
10156 * darwin-nat.c (cancel_breakpoint): Likewise.
10157 * aix-thread.c (aix_thread_wait): Likewise.
10158 * target-delegates.c: Regenerate.
10160 2015-03-04 Pedro Alves <palves@redhat.com>
10162 * linux-nat.c (save_sigtrap): Check for breakpoints before
10163 checking watchpoints.
10164 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10165 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10166 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10167 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10168 (linux_nat_stopped_by_sw_breakpoint)
10169 (linux_nat_supports_stopped_by_sw_breakpoint)
10170 (linux_nat_stopped_by_hw_breakpoint)
10171 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10172 (linux_nat_wait_1): Don't re-increment the PC if relying on
10173 SIGTRAP's siginfo->si_code.
10174 (linux_nat_add_target): Install new target methods.
10175 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10176 offset if the target already adjusted the PC.
10177 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10178 (GDB_ARCH_TRAP_BRKPT): New.
10179 (TRAP_HWBKPT): Define if not already defined.
10181 2015-03-04 Pedro Alves <palves@redhat.com>
10183 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10184 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10186 <stop_reason>: New field.
10187 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10188 (packet_set_cmd_state): New function.
10189 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10191 (remote_query_supported): If not disabled with the corresponding
10192 "set remote foo-packet" command, report support for the swbreak
10193 and hwbreak features.
10194 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10196 <stop_reason>: New field.
10197 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10198 (remote_wait_as): Adjust.
10199 (remote_stopped_by_sw_breakpoint)
10200 (remote_supports_stopped_by_sw_breakpoint)
10201 (remote_stopped_by_hw_breakpoint)
10202 (remote_supports_stopped_by_hw_breakpoint): New functions.
10203 (remote_stopped_by_watchpoint): New function.
10204 (init_remote_ops): Install them.
10205 (_initialize_remote): Register new "set/show remote
10206 swbreak-feature-packet" and "set/show remote
10207 swbreak-feature-packet" commands.
10209 2015-03-04 Pedro Alves <palves@redhat.com>
10211 * btrace.h: Include target/waitstatus.h.
10212 (struct btrace_thread_info) <stop_reason>: New field.
10213 * record-btrace.c (record_btrace_step_thread): Use
10214 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10215 (record_btrace_decr_pc_after_break): Delete.
10216 (record_btrace_stopped_by_sw_breakpoint)
10217 (record_btrace_supports_stopped_by_sw_breakpoint)
10218 (record_btrace_stopped_by_hw_breakpoint)
10219 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10220 (init_record_btrace_ops): Install them.
10221 * record-full.c (record_full_hw_watchpoint): Delete and replace
10223 (record_full_stop_reason): ... this throughout.
10224 (record_full_exec_insn): Adjust.
10225 (record_full_wait_1): Adjust. No longer re-increment the PC.
10226 (record_full_wait_1): Adjust. Use
10227 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10228 (record_full_stopped_by_watchpoint): Adjust.
10229 (record_full_stopped_by_sw_breakpoint)
10230 (record_full_supports_stopped_by_sw_breakpoint)
10231 (record_full_supports_stopped_by_sw_breakpoint)
10232 (record_full_stopped_by_hw_breakpoint)
10233 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10234 (init_record_full_ops, init_record_full_core_ops): Install them.
10235 * record.c (record_check_stopped_by_breakpoint): New function.
10236 * record.h: Include target/waitstatus.h.
10237 (record_check_stopped_by_breakpoint): New declaration.
10239 2015-03-04 Pedro Alves <palves@redhat.com>
10241 enum lwp_stop_reason -> enum target_stop_reason
10242 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10243 (linux_nat_stopped_by_watchpoint, status_callback)
10244 (linux_nat_wait_1): Adjust.
10245 * linux-nat.h (enum lwp_stop_reason): Delete.
10246 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10247 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10248 * target/waitstatus.h (enum target_stop_reason): New.
10250 2015-03-04 Pedro Alves <palves@redhat.com>
10252 * breakpoint.c (need_moribund_for_location_type): New function.
10253 (bpstat_stop_status): Don't skipping checking moribund locations
10254 of breakpoint types which the target tell caused a stop.
10255 (program_breakpoint_here_p): New function, factored out from ...
10256 (bp_loc_is_permanent): ... this.
10257 (update_global_location_list): Don't create a moribund location if
10258 the target supports reporting stops of the type of the removed
10260 * breakpoint.h (program_breakpoint_here_p): New declaration.
10261 * infrun.c (adjust_pc_after_break): Return early if the target has
10262 already adjusted the PC. Add comments.
10263 (handle_signal_stop): If nothing explains a signal, and the target
10264 tells us the stop was caused by a software breakpoint, check if
10265 there's a breakpoint instruction in the memory. If so, adjust the
10266 PC before presenting the stop to the user. Otherwise, ignore the
10267 trap. If nothing explains a signal, and the target tells us the
10268 stop was caused by a hardware breakpoint, ignore the trap.
10269 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10270 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10271 to_supports_stopped_by_hw_breakpoint>: New fields.
10272 (target_stopped_by_sw_breakpoint)
10273 (target_supports_stopped_by_sw_breakpoint)
10274 (target_stopped_by_hw_breakpoint)
10275 (target_supports_stopped_by_hw_breakpoint): Define.
10276 * target-delegates.c: Regenerate.
10278 2015-03-04 Pedro Alves <palves@redhat.com>
10280 * infrun.c (follow_fork_inferior): Use the whole of the
10281 inferior_ptid and pending_follow.related_pid ptids instead of
10282 building ptids from the process components. Adjust verbose output
10283 to use target_pid_to_str.
10284 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10285 inferior_ptid and pending_follow.related_pid ptids instead of
10286 building ptids from the process components.
10288 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10290 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10291 (inf_ptrace_insert_fork_catchpoint): New function.
10292 (inf_ptrace_remove_fork_catchpoint): New function.
10293 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10295 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10297 * s390-linux-tdep.c (s390_register_name): Return empty string
10298 instead of NULL for registers that shouldn't be visible.
10300 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10302 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10303 XML file for 64-bit targets.
10305 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10307 * target.h (find_default_create_inferior): Remove declaration.
10308 (find_default_attach): Likewise.
10310 2015-03-03 Pedro Alves <palves@redhat.com>
10312 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10313 Use ptid_get_pid to get the overall process id when resuming all
10316 2015-03-03 Pedro Alves <palves@redhat.com>
10318 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10319 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10320 * inf-ptrace.c (get_ptrace_pid): New function.
10321 (inf_ptrace_resume): Use it.
10322 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10323 to the lower layer.
10325 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10327 * nat/linux-btrace.c: Include sys/utsname.h.
10328 (linux_determine_kernel_ptr_bits): New.
10329 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10330 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10333 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10335 * btrace.c (ftrace_update_function): Treat return as tailcall for
10336 "_dl_runtime_resolve".
10338 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10340 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10341 * btrace.c (ftrace_debug): Do not print the line range.
10342 (ftrace_skip_file, ftrace_update_lines): Remove.
10343 (ftrace_new_function): Remove lbegin and lend initialization.
10344 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10345 * record-btrace.c (btrace_compute_src_line_range): New.
10346 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10348 2015-03-02 Pedro Alves <palves@redhat.com>
10350 * infrun.c (follow_exec): Delete all threads of the process except
10351 the event thread. Extended comments.
10353 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10355 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10357 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10359 * utils.h: Remove <stdbool.h> #include.
10360 (producer_is_gcc): Change return type to "int".
10361 * utils.c (producer_is_gcc): Change return type to int.
10362 Return 1 instead of true, and 0 instead of false.
10363 Adjust function documentation accordingly.
10365 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10367 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10368 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10370 (s390_linux_store_inferior_registers): Likewise.
10371 (s390_get_hwcap): Remove function. Embed its logic...
10372 (s390_read_description): ...here. Yield a target description with
10373 vector registers if applicable.
10374 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10375 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10376 "features/s390x-tevx-linux64.c".
10377 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10378 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10379 for "GNU/Linux-specific registers".
10380 (s390_dwarf_reg_r0l): New enum value.
10381 (s390_dwarf_reg_to_regnum): Support vector registers.
10382 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10383 of GPR lower halves.
10384 (regnum_is_vxr_full): New function.
10385 (s390_register_name): New function.
10386 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10387 f0-f15 and v0l-v15l.
10388 (s390_pseudo_register_type): Likewise.
10389 (s390_pseudo_register_read): Likewise.
10390 (s390_pseudo_register_write): Likewise.
10391 (s390_value_from_register): Account for the fact that values are
10392 placed left-justified in vector registers.
10393 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10394 the vector reggroup and omit them from the general reggroup.
10395 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10396 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10397 (s390_iterate_over_regset_sections): Add iterations for the two
10398 new vector regsets.
10399 (s390_core_read_description): Yield a target description with
10400 vector registers if applicable.
10401 (s390_gdbarch_init): Handle target descriptions with vector
10402 registers. Add "register_name" gdbarch method.
10403 (_initialize_s390_tdep): Call new tdesc initialization functions.
10404 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10405 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10406 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10407 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10408 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10409 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10410 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10411 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10412 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10413 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10414 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10415 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10416 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10417 (S390_NUM_REGS): Adjust value.
10418 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10419 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10420 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10421 * NEWS: Announce S/390 vector register support.
10423 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10425 * features/s390-tevx-linux64.xml: New file.
10426 * features/s390-vx-linux64.xml: New file.
10427 * features/s390-vx.xml: New file.
10428 * features/s390x-tevx-linux64.xml: New file.
10429 * features/s390x-vx-linux64.xml: New file.
10430 * features/Makefile (WHICH): Add s390-vx-linux64,
10431 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10432 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10433 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10435 * features/s390-tevx-linux64.c: New generated file.
10436 * features/s390-vx-linux64.c: Likewise.
10437 * features/s390x-tevx-linux64.c: Likewise.
10438 * features/s390x-vx-linux64.c: Likewise.
10439 * regformats/s390-tevx-linux64.dat: Likewise.
10440 * regformats/s390-vx-linux64.dat: Likewise.
10441 * regformats/s390x-tevx-linux64.dat: Likewise.
10442 * regformats/s390x-vx-linux64.dat: Likewise.
10444 2015-02-28 Doug Evans <xdje42@gmail.com>
10446 * symtab.h (struct symtab) <next>: Fix comment.
10448 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10450 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10453 2015-02-27 Pedro Alves <palves@redhat.com>
10455 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10457 2015-02-27 Pedro Alves <palves@redhat.com>
10459 * common/common-exceptions.h (exception_none): Declare.
10460 * common/common-exceptions.c (exception_none): Moved from
10462 (exceptions_state_mc_init): Use exception_none.
10463 * exceptions.c (exception_none): Move to
10464 common/common-exceptions.c.
10465 * exceptions.h (exception_none): Move to
10466 common/common-exceptions.h.
10468 2015-02-27 Pedro Alves <palves@redhat.com>
10470 * main.c (catch_command_errors, catch_command_errors_const):
10471 Remove 'mask' argument. Adjust.
10472 (captured_main): Adjust callers.
10474 2015-02-27 Pedro Alves <palves@redhat.com>
10476 * python/python-internal.h: Include "extension-priv.h".
10478 2015-02-27 Pedro Alves <palves@redhat.com>
10480 * breakpoint.h (enum print_stop_action): Move further up in the
10483 2015-02-27 Pedro Alves <palves@redhat.com>
10485 * gdbarch.sh: Include regcache.h.
10486 * gdbarch.h: Regenerate.
10488 2015-02-27 Pedro Alves <palves@redhat.com>
10490 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10491 Remove duplicate const.
10492 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10495 2015-02-27 Pedro Alves <palves@redhat.com>
10497 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10498 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10499 * features/feature_to_c.sh: Tag the generated xml_builtin array
10500 with extern const in C++ mode.
10502 2015-02-27 Tom Tromey <tromey@redhat.com>
10504 * minidebug.c (struct lzma_stream): Rename to ...
10505 (struct gdb_lzma_stream): ... this.
10506 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10508 2015-02-27 Pedro Alves <palves@redhat.com>
10510 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10512 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10513 (mi_cmd_stack_list_variables): Use it.
10515 2015-02-27 Pedro Alves <palves@redhat.com>
10517 * x86-linux-nat.c (u_debugreg_offset): New function.
10518 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10520 2015-02-27 Pedro Alves <palves@redhat.com>
10522 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10524 Include break-common.h.
10526 2015-02-27 Tom Tromey <tromey@redhat.com>
10527 Pedro Alves <palves@redhat.com>
10529 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10530 local used to iterate over enums.
10531 * completer.c (signal_completer): Likewise.
10532 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10533 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10534 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10535 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10536 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10537 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10538 * tui-wingeneral.c (tui_refresh_all): Likewise.
10540 2015-02-27 Pedro Alves <palves@redhat.com>
10542 * target.h: Include "infrun.h".
10544 2015-02-27 Pedro Alves <palves@redhat.com>
10546 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10548 2015-02-27 Pedro Alves <palves@redhat.com>
10550 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10552 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10554 2015-02-27 Pedro Alves <palves@redhat.com>
10556 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10557 cli_mld_erase_entire_line, and make it extern "C".
10558 * common/common-defs.h (EXTERN_C): New.
10559 * completer.c (_rl_completion_prefix_display_length)
10560 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10561 out of gdb_display_match_list_1.
10562 (_rl_qsort_string_compare): Move declaration out of
10563 gdb_display_match_list_1, and make it extern "C".
10564 * defs.h (re_comp): Use EXTERN_C.
10565 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10566 and make it extern "C".
10567 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10568 and make it extern "C".
10569 (main): Move declaration out of maintenance_set_profile_cmd.
10570 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10573 2015-02-27 Pedro Alves <palves@redhat.com>
10575 * python/python.c (GdbMethods): Rename to ...
10576 (python_GdbMethods): ... this and make extern.
10577 (GdbModuleDef): Rename to ...
10578 (python_GdbModuleDef): ... this and make extern.
10580 2015-02-27 Pedro Alves <palves@redhat.com>
10582 * record-btrace.c (set_record_btrace_cmdlist)
10583 (show_record_btrace_cmdlist): Remove redefinitions.
10585 2015-02-27 Tom Tromey <tromey@redhat.com>
10586 Pedro Alves <palves@redhat.com>
10588 * dwarf2-frame.c (enum cfa_how_kind, struct
10589 dwarf2_frame_state_reg_info): Move out of struct
10590 dwarf2_frame_state.
10591 * dwarf2read.c (struct tu_stats): Move out of struct
10592 dwarf2_per_objfile.
10593 (struct file_entry): Move out of struct line_header.
10594 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10595 typedef_field_list): Move out of struct field_info.
10596 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10597 Move out of struct dynamic_prop.
10598 (union type_owner, union field_location, struct field, struct
10599 range_bounds, union type_specific): Move out of struct main_type.
10600 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10601 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10602 (struct call_site_target, union call_site_parameter_u, struct
10603 call_site_parameter): Move out of struct call_site.
10604 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10606 (enum srcdest_kind): Move out of struct srcdest.
10607 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10608 * prologue-value.h (enum prologue_value_kind): Move out of struct
10610 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10612 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10613 out of struct field_info.
10614 * symfile.h (struct other_sections): Move out of struct
10616 * symtab.c (struct symbol_cache_slot): Move out struct
10617 block_symbol_cache.
10618 * target-descriptions.c (enum tdesc_type_kind): Move out of
10619 typedef struct tdesc_type.
10620 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10621 struct tui_line_or_address.
10622 * value.c (enum internalvar_kind, union internalvar_data): Move
10623 out of struct internalvar.
10624 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10627 2015-02-27 Tom Tromey <tromey@redhat.com>
10628 Pedro Alves <palves@redhat.com>
10630 Rename symbols whose names are reserved C++ keywords throughout.
10632 2015-02-27 Pedro Alves <palves@redhat.com>
10634 * Makefile.in (COMPILER): New, get it from autoconf.
10635 (COMPILE.pre, CC_LD): Use COMPILER.
10636 (CXX): Get from autoconf instead.
10637 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10638 * acinclude.m4: Include build-with-cxx.m4.
10639 * build-with-cxx.m4: New file.
10640 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10641 Disable -Werror by default if building in C++ mode.
10642 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10643 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10644 Run supported-warning-flags tests with the C++ compiler.
10645 Save/restore CXXFLAGS too.
10646 * configure: Regenerate.
10648 2015-02-27 Pedro Alves <palves@redhat.com>
10650 * libiberty.m4: New file.
10651 * acinclude.m4: Include libiberty.m4.
10652 * configure.ac: Call libiberty_INIT.
10653 * config.in, configure: Regenerate.
10655 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10657 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10658 31-bit targets, but 64-bit targets as well.
10659 (s390_gnu_triplet_regexp): New function.
10660 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10661 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10664 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
10666 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10667 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10668 from CONTEXT_DEBUGGER.
10670 2015-02-26 Doug Evans <dje@google.com>
10672 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10674 (set_type_vptr_fieldno): Ditto.
10675 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10676 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10678 2015-02-26 Pedro Alves <palves@redhat.com>
10680 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10681 * complaints.c (vcomplaint): Pass argument FMT directly to
10682 printf-like functions instead of complaint->fmt.
10683 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10684 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10685 * compile/compile-loc2c.c (pushf, unary, binary): Add
10687 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10689 (BINARY): Pass string literal as format string to 'binary'.
10690 * compile/compile-object-load.c (link_callbacks_einfo): Add
10692 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10694 2015-02-26 Pedro Alves <palves@redhat.com>
10696 * windows-termcap.c: Rename to ...
10697 * stub-termcap.c: ... this. Adjust header line.
10698 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10700 * configure: Regenerate.
10701 * configure.ac: Refer to stub-termcap.o instead of
10703 * gdb_curses.h: Mention stub-termcap.c instead of
10706 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10708 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10709 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10711 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10713 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10715 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10717 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10718 bfd_canonicalize_symtab.
10720 2015-02-25 John Baldwin <jhb@FreeBSD.org>
10722 * amd64fbsd-nat.c: Include sys/user.h.
10723 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10724 instead of KERN_PS_STRINGS to locate the signal trampoline.
10725 * i386fbsd-nat.c: Include sys/user.h.
10726 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10727 instead of KERN_PS_STRINGS to locate the signal trampoline.
10728 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10729 (amd64fbsd_sigtramp_p): New.
10730 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10731 longer set default values.
10732 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10733 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10734 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10735 (i386fbsd_freebsd4_sigtramp_start)
10736 (i386fbsd_freebsd4_sigtramp_middle)
10737 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10738 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10739 (i386fbsd_sigtramp_p): New.
10740 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10741 longer set default values.
10742 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10744 2015-02-25 John Baldwin <jhb@freebsd.org>
10746 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10747 get_frame_register instead of frame_unwind_register_unsigned.
10749 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10752 * compile/compile-c-support.c (c_compute_program): Change // comment.
10753 * compile/compile-object-load.c (setup_sections): Change // comment.
10755 2015-02-26 Joel Brobecker <brobecker@adacore.com>
10758 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10760 2015-02-23 Pedro Alves <palves@redhat.com>
10762 * remote.c (skip_to_semicolon): New function.
10763 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10764 special case the stop reasons that look like hex numbers
10765 upfront. Instead handle real register numbers after matching
10766 all the known stop reasons.
10768 2015-02-21 Doug Evans <dje@google.com>
10770 PR c++/17976, symtab/17821
10771 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10772 is_in_anonymous. All callers updated.
10773 (find_symbol_in_baseclass): Ditto.
10774 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
10775 for symbols in an anonymous namespace.
10776 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10777 DW_AT_name directly.
10778 (dwarf2_name): Convert missing namespace name to
10779 CP_ANONYMOUS_NAMESPACE_STR.
10781 2015-02-20 Pedro Alves <palves@redhat.com>
10783 * linux-nat.c (linux_handle_extended_wait): Call
10784 thread_db_notice_clone whenever a new clone LWP is detected.
10785 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10787 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10788 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10789 (linux_unstop_all_lwps): Declare.
10790 * linux-thread-db.c (struct thread_get_info_inout): Delete.
10791 (thread_get_info_callback): Delete.
10792 (thread_from_lwp): Use td_thr_get_info and record_thread.
10793 (thread_db_attach_lwp): Delete.
10794 (thread_db_notice_clone): New function.
10795 (try_thread_db_load_1): If /proc is mounted and shows the
10796 process'es task list, walk over all LWPs and call thread_from_lwp
10797 instead of relying on td_ta_thr_iter.
10798 (attach_thread): Don't call check_thread_signals here. Split the
10799 tail part of the function (which adds the thread to the core GDB
10800 thread list) to ...
10801 (record_thread): ... this function. Call check_thread_signals
10803 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
10804 call thread_from_lwp.
10805 (thread_db_update_thread_list): Rename to ...
10806 (thread_db_update_thread_list_org): ... this.
10807 (thread_db_update_thread_list): New function.
10808 (thread_db_find_thread_from_tid): Delete.
10809 (thread_db_get_ada_task_ptid): Simplify.
10810 * nat/linux-procfs.c: Include <sys/stat.h>.
10811 (linux_proc_task_list_dir_exists): New function.
10812 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10814 2015-02-20 Pedro Alves <palves@redhat.com>
10816 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10817 main LWP. Handle the case of waitpid returning 0 if we're already
10818 attached to the LWP. Don't set the LWP's last_resume_kind to
10819 resume_stop if we already knew about the LWP.
10820 (linux_nat_filter_event): Add debug logs.
10822 2015-02-20 Pedro Alves <palves@redhat.com>
10824 * target.h (forward_target_decr_pc_after_break): Delete
10827 2015-02-20 Pedro Alves <palves@redhat.com>
10830 * linux-thread-db.c (thread_get_info_callback): Return early if
10831 the thread's lwp id is -1.
10833 2015-02-20 Joel Brobecker <brobecker@adacore.com>
10837 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
10839 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10840 (dtrace_get_probes) Change type of variable 'dof'.
10842 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10844 PR breakpoints/16812
10845 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10846 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10847 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10849 2015-02-19 David Taylor <dtaylor@emc.com>
10851 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10853 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
10855 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10857 (tui_putc): Don't call tui_handle_resize_during_io.
10858 (tui_getc): Likewise.
10859 (tui_mld_getc): Likewise.
10860 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10861 (tui_sigwinch_token): New static variable.
10862 (tui_initialize_win): Adjust documentation. Set
10863 tui_sigwinch_token.
10864 (tui_async_resize_screen): New asynchronous callback.
10865 (tui_sigwinch_handler): Adjust documentation. Asynchronously
10866 invoke tui_async_resize_screen.
10868 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10870 * configure: Regenerated.
10871 * configure.ac: Use GDB_AC_TRANSFORM.
10872 * Makefile.in (aclocal_m4_deps): Added transform.m4.
10873 * acinclude.m4: sinclude transform.m4.
10874 * transform.m4: New file.
10875 (GDB_AC_TRANSFORM): New macro.
10877 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10879 * NEWS: Announce the support for DTrace SDT probes.
10881 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10883 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
10884 (amd64_dtrace_parse_probe_argument): New function.
10885 (amd64_dtrace_probe_is_enabled): Likewise.
10886 (amd64_dtrace_enable_probe): Likewise.
10887 (amd64_dtrace_disable_probe): Likewise.
10888 (amd64_linux_init_abi): Register the
10889 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
10890 `gdbarch_dtrace_disable_probe' and
10891 `gdbarch_dtrace_probe_is_enabled' hooks.
10892 (amd64_dtrace_disabled_probe_sequence_1): New constant.
10893 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
10894 (amd64_dtrace_enable_probe_sequence): Likewise.
10895 (amd64_dtrace_disable_probe_sequence): Likewise.
10897 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10899 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
10900 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
10901 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
10903 * Makefile.in (SFILES): dtrace-probe.c added.
10904 * configure: Regenerate.
10905 * dtrace-probe.c: New file.
10906 (SHT_SUNW_dof): New constant.
10907 (dtrace_probe_type): New enum.
10908 (dtrace_probe_arg): New struct.
10909 (dtrace_probe_arg_s): New typedef.
10910 (struct dtrace_probe_enabler): New struct.
10911 (dtrace_probe_enabler_s): New typedef.
10912 (dtrace_probe): New struct.
10913 (dtrace_probe_is_linespec): New function.
10914 (dtrace_dof_sect_type): New enum.
10915 (dtrace_dof_dofh_ident): Likewise.
10916 (dtrace_dof_encoding): Likewise.
10917 (DTRACE_DOF_ENCODE_LSB): Likewise.
10918 (DTRACE_DOF_ENCODE_MSB): Likewise.
10919 (dtrace_dof_hdr): New struct.
10920 (dtrace_dof_sect): Likewise.
10921 (dtrace_dof_provider): Likewise.
10922 (dtrace_dof_probe): Likewise.
10923 (DOF_UINT): New macro.
10924 (DTRACE_DOF_PTR): Likewise.
10925 (DTRACE_DOF_SECT): Likewise.
10926 (dtrace_process_dof_probe): New function.
10927 (dtrace_process_dof): Likewise.
10928 (dtrace_build_arg_exprs): Likewise.
10929 (dtrace_get_arg): Likewise.
10930 (dtrace_get_probes): Likewise.
10931 (dtrace_get_probe_argument_count): Likewise.
10932 (dtrace_can_evaluate_probe_arguments): Likewise.
10933 (dtrace_evaluate_probe_argument): Likewise.
10934 (dtrace_compile_to_ax): Likewise.
10935 (dtrace_probe_destroy): Likewise.
10936 (dtrace_gen_info_probes_table_header): Likewise.
10937 (dtrace_gen_info_probes_table_values): Likewise.
10938 (dtrace_probe_is_enabled): Likewise.
10939 (dtrace_probe_ops): New variable.
10940 (info_probes_dtrace_command): New function.
10941 (_initialize_dtrace_probe): Likewise.
10942 (dtrace_type_name): Likewise.
10944 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10946 * gdbarch.sh (dtrace_parse_probe_argument): New.
10947 (dtrace_probe_is_enabled): Likewise.
10948 (dtrace_enable_probe): Likewise.
10949 (dtrace_disable_probe): Likewise.
10950 * gdbarch.c: Regenerate.
10951 * gdbarch.h: Regenerate.
10953 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10955 * stap-probe.c (stap_probe_ops): Add NULLs in the static
10956 stap_probe_ops for `enable_probe' and `disable_probe'.
10957 * probe.c (enable_probes_command): New function.
10958 (disable_probes_command): Likewise.
10959 (_initialize_probe): Define the cli commands `enable probe' and
10961 (parse_probe_linespec): New function.
10962 (info_probes_for_ops): Use parse_probe_linespec.
10963 * probe.h (probe_ops): New hooks `enable_probe' and
10966 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10968 * probe.c (compute_probe_arg): Moved from stap-probe.c
10969 (compile_probe_arg): Likewise.
10970 (probe_funcs): Likewise.
10971 * stap-probe.c (compute_probe_arg): Moved to probe.c.
10972 (compile_probe_arg): Likewise.
10973 (probe_funcs): Likewise.
10975 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10977 * probe.c (print_ui_out_not_applicables): New function.
10978 (exists_probe_with_pops): Likewise.
10979 (info_probes_for_ops): Do not include column headers for probe
10980 types for which no probe has been actually found on any object.
10981 Also invoke `print_ui_out_not_applicables' in order to match the
10982 column rows with the header when probes of several types are
10984 Print the "Type" column.
10985 * probe.h (probe_ops): Added a new probe operation `type_name'.
10986 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
10987 (stap_type_name): New function.
10989 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
10991 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
10992 (key_is_command_char): Delete.
10994 2015-02-17 Pedro Alves <palves@redhat.com>
10996 * tui/tui.c (tui_enable): Resize windows before anything
10997 might show a window.
10999 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11002 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11003 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11005 * aarch64-tdep.h (tdesc_aarch64): Declare.
11007 2015-02-12 Mark Wielaard <mjw@redhat.com>
11009 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11011 2015-02-13 Doug Evans <dje@google.com>
11013 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11014 anonymous_namespace to is_in_anonymous for consistency with the rest
11016 (cp_lookup_bare_symbol): Fix typo in comment.
11017 (cp_search_static_and_baseclasses): Ditto.
11018 (search_symbol_list): Use vertical space in comment better.
11019 (reset_directive_searched): Ditto. Fix typo.
11020 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11022 2015-02-13 Yao Qi <yao.qi@arm.com>
11024 * MAINTAINERS: Update my email address.
11026 2015-02-12 Doug Evans <dje@google.com>
11028 * symtab.c (completion_list_add_name): Fix memory leak.
11030 2015-02-12 Doug Evans <dje@google.com>
11032 * completer.c (complete_line): Remove incorrect comment.
11034 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11036 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11037 (py_print_frame): Use RETURN_MASK_ERROR.
11039 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11041 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11042 function comment. Wrap all function that can throw in cleanups.
11043 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11046 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11048 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11049 Remove the error label.
11051 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11053 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11054 with goto first, indent the former else codepath left. Put variable
11055 'elided' to a new inner block.
11057 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11059 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11061 2015-02-11 Pedro Alves <palves@redhat.com>
11063 * xcoffread.c (within_function): Delete.
11065 2015-02-11 Tom Tromey <tromey@redhat.com>
11066 Pedro Alves <palves@redhat.com>
11068 * breakpoint.c (base_breakpoint_ops): Delete.
11069 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11070 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11071 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11072 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11073 * python/py-arch.c (arch_object_type): Make extern.
11074 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11075 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11076 * python/py-cmd.c (cmdpy_object_type): Make extern.
11077 * python/py-continueevent.c (continue_event_object_type)
11078 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11079 parameter. Update all callers.
11080 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11081 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11082 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11083 * python/py-function.c (fnpy_object_type): Make extern.
11084 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11085 * python/py-infevents.c (call_pre_event_object_type)
11086 (inferior_call_post_event_object_type).
11087 (memory_changed_event_object_type): Make extern.
11088 * python/py-infthread.c (thread_object_type): Make extern.
11089 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11090 * python/py-linetable.c (linetable_entry_object_type)
11091 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11092 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11093 (clear_objfiles_event_object_type): Make extern.
11094 * python/py-objfile.c (objfile_object_type): Make extern.
11095 * python/py-param.c (parmpy_object_type): Make extern.
11096 * python/py-progspace.c (pspace_object_type): Make extern.
11097 * python/py-signalevent.c (signal_event_object_type): Make extern.
11098 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11099 * python/py-type.c (type_object_type, field_object_type)
11100 (type_iterator_object_type): Make extern.
11101 * python/python.c (python_extension_script_ops)
11102 (python_extension_ops): Make extern.
11103 * stap-probe.c (stap_probe_ops): Make extern.
11105 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11107 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11108 because the event thread is not the current thread.
11110 2015-02-11 Doug Evans <xdje42@gmail.com>
11112 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11113 been initialized yet, return NULL.
11115 2015-02-11 Doug Evans <dje@google.com>
11117 * symfile.h (new_symfile_objfile): Delete.
11118 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11119 All callers updated.
11121 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11123 * tui/tui-io.c (tui_handle_resize_during_io): Call
11124 tui_update_gdb_sizes() after resizing the screen.
11125 * tui/tui.c (tui_enable): Resize the terminal before
11126 calling tui_update_gdb_sizes().
11128 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11130 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11131 line before printing a newline.
11133 2015-02-11 Mark Wielaard <mjw@redhat.com>
11135 * utils.c (producer_is_gcc): Return true or false.
11137 2015-02-10 Mark Wielaard <mjw@redhat.com>
11139 * utils.h (producer_is_gcc): Change return type to bool. Add major
11141 * utils.c (producer_is_gcc): Likewise.
11142 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11143 * dwarf2read.c (check_producer): Likewise.
11145 2015-02-10 Pedro Alves <palves@redhat.com>
11147 * infrun.c (displaced_step_fixup): Switch to the event thread
11148 before calling gdbarch_displaced_step_fixup.
11150 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11152 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11154 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11156 * ada-varobj.c (ada_name_of_child): Constify parent.
11157 (ada_path_expr_of_child): Same.
11158 (ada_value_of_child): Same.
11159 (ada_type_of_child): Same.
11160 * c-varobj.c (c_is_path_expr_parent): Same.
11161 (c_describe_child): Same.
11162 (c_name_of_child): Same.
11163 (c_value_of_child): Same.
11164 (c_type_of_child): Same.
11165 (cplus_number_of_children): Same.
11166 (cplus_describe_child): Constify var.
11167 (cplus_name_of_child): Constify parent.
11168 (cplus_value_of_child): Same.
11169 (cplus_type_of_child): Same.
11170 * jv-varobj.c (java_name_of_child): Same.
11171 (java_value_of_child): Same.
11172 (java_type_of_child): Same.
11173 * varobj.c (value_of_child): Same.
11174 (varobj_default_is_path_expr_parent): Constify var, parent and return
11176 (varobj_get_path_expr): Constify var, modify path_expr through
11178 (install_new_value): Constify parent.
11179 (value_of_child): Constify parent.
11180 * varobj.h (struct varobj): Constify parent.
11181 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11183 (varobj_get_path_expr): Constify var.
11184 (varobj_get_path_expr_parent): Constify var and return value.
11186 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
11188 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11189 (arm_prologue_this_id): Move PC and SP limit checks to
11190 arm_prologue_unwind_stop_reason.
11191 (arm_prologue_unwind) <stop_reason> : Set to
11192 arm_prologue_unwind_stop_reason.
11194 2015-02-09 Mark Wielaard <mjw@redhat.com>
11196 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11197 DW_LANG_Fortran08 as language_fortran.
11199 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11202 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11203 of pointer against char.
11205 2015-02-09 Mark Wielaard <mjw@redhat.com>
11207 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11208 (c_type_print_modifier): Likewise.
11209 * dwarf2read.c (read_tag_atomic_type): New function.
11210 (read_type_die_1): Handle DW_TAG_atomic_type.
11211 * gdbtypes.c (make_atomic_type): New function.
11212 (recursive_dump_type): Handle TYPE_ATOMIC.
11213 * gdbtypes.h (enum type_flag_values): Renumber.
11214 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11215 (TYPE_ATOMIC): New macro.
11216 (make_atomic_type): Declare.
11218 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11220 * btrace.c (ftrace_find_call): Skip gaps.
11221 (ftrace_new_function): Initialize level.
11222 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11223 (ftrace_new_switch): Update
11225 (ftrace_new_gap): New.
11226 (ftrace_update_function): Create new function after gap.
11227 (btrace_compute_ftrace_bts): Create gap on error.
11228 (btrace_stitch_bts): Update parameters. Clear trace if it
11230 (btrace_stitch_trace): Update parameters. Update callers.
11231 (btrace_clear): Reset the number of gaps.
11232 (btrace_insn_get): Return NULL if the iterator points to a gap.
11233 (btrace_insn_number): Return zero if the iterator points to a gap.
11234 (btrace_insn_end): Allow gaps at the end.
11235 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11236 (btrace_find_insn_by_number): Assert that the found iterator does
11237 not point to a gap.
11238 (btrace_call_next, btrace_call_prev): Assert that the last function
11240 * btrace.h (btrace_bts_error): New.
11241 (btrace_function): Update comment.
11242 (btrace_function) <insn, insn_offset, number>: Update comment.
11243 (btrace_function) <errcode>: New.
11244 (btrace_thread_info) <ngaps>: New.
11245 (btrace_thread_info) <replay>: Update comment.
11246 (btrace_insn_get): Update comment.
11247 * record-btrace.c (btrace_ui_out_decode_error): New.
11248 (record_btrace_info): Print number of gaps.
11249 (btrace_insn_history, btrace_call_history): Call
11250 btrace_ui_out_decode_error for gaps.
11251 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11253 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11255 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11256 * nat/linux-btrace.c: (btrace_this_cpu): New.
11257 (cpu_supports_bts): Call btrace_this_cpu.
11258 (intel_supports_bts): Add cpu parameter.
11260 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11262 * btrace.h (btrace_insn_class): New.
11263 (btrace_insn) <size, iclass>: New.
11264 * btrace.c (ftrace_find_call): Update parameters. Update users.
11265 Use instruction classification.
11266 (ftrace_new_return): Update parameters. Update users.
11267 (ftrace_update_function): Update parameters. Update users. Use
11268 instruction classification.
11269 (ftrace_update_insns): Update parameters. Update users.
11270 (ftrace_classify_insn): New.
11271 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11272 TRY_CATCH around call to gdb_insn_length.
11274 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11276 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11277 Update parameters. Update users.
11279 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11281 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11282 (btrace_conf_bts_attributes): New.
11283 (btrace_conf_children): Add attributes.
11284 * common/btrace-common.h (btrace_config_bts): New.
11285 (btrace_config)<bts>: New.
11286 (btrace_config): Update comment.
11287 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11289 * features/btrace-conf.dtd: Increment version. Add size
11290 attribute to bts element.
11291 * record-btrace.c (set_record_btrace_bts_cmdlist,
11292 show_record_btrace_bts_cmdlist): New.
11293 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11294 record_btrace_print_conf, cmd_set_record_btrace_bts,
11295 cmd_show_record_btrace_bts): New.
11296 (record_btrace_info): Call record_btrace_print_conf.
11297 (_initialize_record_btrace): Add commands.
11298 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11299 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11300 (btrace_sync_conf): Synchronize bts size.
11301 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11302 * NEWS: Announce new commands and new packets.
11304 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11306 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11307 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11308 (x86_linux_btrace_conf): New.
11309 (x86_linux_create_target): Initialize to_btrace_conf.
11310 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11311 Check format. Split into this and ...
11312 (linux_enable_bts): ... this.
11313 (linux_btrace_conf): New.
11314 (perf_event_skip_record): Renamed into ...
11315 (perf_event_skip_bts_record): ... this. Updated users.
11316 (linux_disable_btrace): Split into this and ...
11317 (linux_disable_bts): ... this.
11318 (linux_read_btrace): Check format.
11319 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11320 (linux_btrace_conf): New.
11321 (btrace_target_info)<ptid>: Moved.
11322 (btrace_target_info)<conf>: New.
11323 (btrace_target_info): Split into this and ...
11324 (btrace_tinfo_bts): ... this. Updated users.
11325 * btrace.c (btrace_enable): Update parameters.
11326 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11327 (btrace_conf_children, btrace_conf_attributes)
11328 (btrace_conf_elements): New.
11329 * btrace.h (btrace_enable): Update parameters.
11330 (btrace_conf, parse_xml_btrace_conf): New.
11331 * common/btrace-common.h (btrace_config): New.
11332 * feature/btrace-conf.dtd: New.
11333 * record-btrace.c (record_btrace_conf): New.
11334 (record_btrace_cmdlist): New.
11335 (record_btrace_enable_warn, record_btrace_open): Pass
11336 &record_btrace_conf.
11337 (record_btrace_info): Print recording format.
11338 (cmd_record_btrace_bts_start): New.
11339 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11340 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11341 Add "record bts" alias command.
11342 * remote.c (remote_state)<btrace_config>: New.
11343 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11344 (remote_protocol_features): Add qXfer:btrace-conf:read.
11345 (remote_open_1): Call remote_btrace_reset.
11346 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11347 (btrace_target_info)<conf>: New.
11348 (btrace_sync_conf, btrace_read_config): New.
11349 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11351 (remote_btrace_conf): New.
11352 (init_remote_ops): Initialize to_btrace_conf.
11353 (_initialize_remote): Add qXfer:btrace-conf packet.
11354 * target.c (target_enable_btrace): Update parameters.
11355 (target_btrace_conf): New.
11356 * target.h (target_enable_btrace): Update parameters.
11357 (target_btrace_conf): New.
11358 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11359 (target_ops)<to_enable_btrace>: Update parameters and comment.
11360 (target_ops)<to_btrace_conf>: New.
11361 * target-delegates: Regenerate.
11362 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11363 (target_debug_print_const_struct_btrace_target_info_p): New.
11364 * NEWS: Announce new command and new packet.
11366 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11368 * nat/linux-btrace.h (perf_event_buffer): New.
11369 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11371 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11372 (perf_event_buffer_size, perf_event_buffer_begin)
11373 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11375 (perf_event_new_data): New.
11377 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11379 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11380 * record-btrace.c (record_btrace_open): Remove call to
11381 target_supports_btrace.
11382 * remote.c (remote_supports_btrace): Update parameters.
11383 * target.c (target_supports_btrace): Update parameters.
11384 * target.h (to_supports_btrace, target_supports_btrace): Update
11386 * target-delegates.c: Regenerate.
11387 * target-debug.h (target_debug_print_enum_btrace_format): New.
11388 * nat/linux-btrace.c
11389 (kernel_supports_btrace): Rename into ...
11390 (kernel_supports_bts): ... this. Update users. Update warning text.
11391 (intel_supports_btrace): Rename into ...
11392 (intel_supports_bts): ... this. Update users.
11393 (cpu_supports_btrace): Rename into ...
11394 (cpu_supports_bts): ... this. Update users.
11395 (linux_supports_btrace): Update parameters. Split into this and ...
11396 (linux_supports_bts): ... this.
11397 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11399 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11401 * Makefile.in (SFILES): Add common/btrace-common.c.
11402 (COMMON_OBS): Add common/btrace-common.o.
11403 (btrace-common.o): Add build rules.
11404 * btrace.c (parse_xml_btrace): Update parameters.
11405 (parse_xml_btrace_block): Set format field.
11406 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11407 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11408 (btrace_compute_ftrace): Split into this and...
11409 (btrace_compute_ftrace_bts): ...this.
11410 (btrace_stitch_trace): Split into this and...
11411 (btrace_stitch_bts): ...this.
11412 * btrace.h (parse_xml_btrace): Update parameters.
11413 (make_cleanup_btrace_data): New.
11414 * common/btrace-common.c: New.
11415 * common/btrace-common.h: Include common-defs.h.
11416 (btrace_block_s): Update comment.
11417 (btrace_format): New.
11418 (btrace_format_string): New.
11419 (btrace_data_bts): New.
11420 (btrace_data): New.
11421 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11422 * remote.c (remote_read_btrace): Update parameters.
11423 * target.c (target_read_btrace): Update parameters.
11424 * target.h (target_read_btrace): Update parameters.
11425 (target_ops)<to_read_btrace>: Update parameters.
11426 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11427 * target-delegates.c: Regenerate.
11428 * target-debug (target_debug_print_struct_btrace_data_p): New.
11429 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11430 (linux_read_bts): ...this.
11431 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11433 2015-02-06 Doug Evans <dje@google.com>
11435 * remote-m32r-sdi.c: Include symfile.h.
11437 2015-02-06 Doug Evans <dje@google.com>
11439 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11440 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11443 2015-02-06 Pedro Alves <palves@redhat.com>
11445 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11447 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11450 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11451 (enable_count_command): Check args for NULL value.
11453 2015-02-05 Doug Evans <xdje42@gmail.com>
11455 * guile/scm-frame.c: Fix spelling errors in a comment.
11457 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11459 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11460 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11463 2015-02-04 Pedro Alves <palves@redhat.com>
11465 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11466 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11468 (resume_stopped_resumed_lwps): Don't check whether the thread is
11469 marked as executing.
11470 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11472 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11474 * regset.h (struct regset): Add flags field.
11475 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11476 * corelow.c (get_core_register_section): Add warning if the size
11477 exceeds the requested size and the regset does not have the
11478 REGSET_VARIABLE_SIZE flag set.
11479 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11481 * armbsd-tdep.c (armbsd_gregset): Likewise.
11482 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11483 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11484 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11485 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11487 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11489 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11490 For ".reg-xstate", explicitly specify the requested section size
11491 via X86_XSTATE_SIZE instead of just 0 on input and
11492 X86_XSTATE_MAX_SIZE on output.
11493 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11496 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11498 PR corefiles/17808:
11499 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11500 function type, particularly its SIZE parameter.
11501 * gdbarch.h: Regenerate.
11502 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11503 actual against required size using ">=" instead of "==".
11504 (amd64_collect_fpregset): Likewise.
11505 * i386-tdep.c (i386_supply_gregset): Likewise.
11506 (i386_collect_gregset): Likewise.
11507 (i386_supply_fpregset): Likewise.
11508 (i386_collect_fpregset): Likewise.
11509 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11510 (mips_fill_gregset_wrapper): Likewise.
11511 (mips_supply_fpregset_wrapper): Likewise.
11512 (mips_fill_fpregset_wrapper): Likewise.
11513 (mips64_supply_gregset_wrapper): Likewise.
11514 (mips64_fill_gregset_wrapper): Likewise.
11515 (mips64_supply_fpregset_wrapper): Likewise.
11516 (mips64_fill_fpregset_wrapper): Likewise.
11517 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11518 (am33_supply_fpregset_method): Likewise.
11519 (am33_collect_gregset_method): Likewise.
11520 (am33_collect_fpregset_method): Likewise.
11522 2015-02-04 Doug Evans <dje@google.com>
11523 Pedro Alves <palves@redhat.com>
11524 Eli Zaretskii <eliz@gnu.org>
11527 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11528 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11529 * tui/tui-file.c: #include tui/tui-command.h.
11530 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11531 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11532 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11534 2015-02-04 Pedro Alves <palves@redhat.com>
11536 Fix build breakage.
11537 * event-loop.c (gdb_do_one_event): Add default switch case.
11539 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11541 Filter out inferior gcc option -fpreprocessed.
11542 * compile/compile.c (filter_args): New function.
11543 (get_args): Use it.
11545 2015-02-03 Pedro Alves <palves@redhat.com>
11547 * event-loop.c: Don't declare nor define a queue type for
11549 (event_queue): Delete.
11550 (create_event, create_file_event, gdb_event_xfree)
11551 (initialize_event_loop, process_event): Delete.
11552 (gdb_do_one_event): Return as soon as one event is handled.
11553 (handle_file_event): Change prototype. Used the passed in
11554 file_handler pointer and ready_mask instead of looping over all
11556 (gdb_wait_for_event): Update the poll/select timeouts before
11557 blocking. Run event handlers directly instead of queueing events.
11558 Return as soon as one event is handled.
11559 (struct async_event_handler_data): Delete.
11560 (invoke_async_event_handler): Delete.
11561 (check_async_event_handlers): Change return type to int. Run
11562 event handlers directly instead of queueing events. Return as
11563 soon as one event is handled.
11564 (handle_timer_event): Delete.
11565 (update_wait_timeout): New function, factored out from
11567 (poll_timers): Reimplement.
11568 * event-loop.h (initialize_event_loop): Delete declaration.
11569 * top.c (gdb_init): Don't call initialize_event_loop.
11571 2015-02-03 Pedro Alves <palves@redhat.com>
11573 * event-loop.c (clear_async_event_handler): New function.
11574 * event-loop.h (clear_async_event_handler): New declaration.
11575 * record-btrace.c (record_btrace_async): New function.
11576 (init_record_btrace_ops): Install record_btrace_async.
11577 * record-full.c (record_full_async): New function.
11578 (record_full_resume): Don't mark the async event source here.
11579 (init_record_full_ops): Install record_full_async.
11580 (record_full_core_resume): Don't mark the async event source here.
11581 (init_record_full_core_ops): Install record_full_async.
11582 * remote.c (remote_async): Mark and clear the async stop reply
11583 queue event-loop token as appropriate.
11585 2015-02-03 Pedro Alves <palves@redhat.com>
11587 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11588 target_is_async_p instead of target_can_async.
11589 (linux_nat_wait): Use target_is_async_p instead of
11590 target_can_async. Don't enable async here.
11591 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11592 target_is_async_p instead of target_can_async.
11594 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11596 * varobj.h (lang_varobj_ops): Mention which return values need
11599 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11601 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11603 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11606 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11607 results found in the cache.
11609 2015-02-02 Joel Brobecker <brobecker@adacore.com>
11612 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11613 when allocating a new one.
11615 2015-02-01 Tom Tromey <tom@tromey.com>
11617 * MAINTAINERS: Remove myself.
11619 2015-01-31 Doug Evans <xdje42@gmail.com>
11621 * dwarf2read.c (process_structure_scope): Update setting of
11622 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11623 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11624 (set_type_vptr_fieldno): New function.
11625 (internal_type_vptr_basetype): New function.
11626 (set_type_vptr_basetype): New function.
11627 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11628 TYPE_VPTR_BASETYPE.
11629 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11630 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11631 (print_cplus_stuff): ... moved here.
11632 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11633 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11635 (struct cplus_struct_type): ... here. All uses updated.
11636 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11637 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11638 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11639 * stabsread.c (read_tilde_fields): Update setting of
11640 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11642 2015-01-31 Doug Evans <xdje42@gmail.com>
11644 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11646 (cp_print_class_member): Rename local domain to self_type.
11647 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11648 domain_type to self_type.
11649 (set_die_type) <need_gnat_info>: Handle
11650 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11651 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11652 TYPE_SPECIFIC_SELF_TYPE.
11653 * gdbtypes.c (internal_type_self_type): New function.
11654 (set_type_self_type): New function.
11655 (smash_to_memberptr_type): Rename parameter domain to self_type.
11656 Update setting of TYPE_SELF_TYPE.
11657 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11658 (smash_to_method_type): Rename parameter domain to self_type.
11659 Update setting of TYPE_SELF_TYPE.
11660 (check_stub_method): Call smash_to_method_type.
11661 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11662 (copy_type_recursive): Ditto.
11663 * gdbtypes.h (enum type_specific_kind): New value
11664 TYPE_SPECIFIC_SELF_TYPE.
11665 (struct main_type) <type_specific>: New member self_type.
11666 (struct cplus_struct_type) <fn_field.type>: Update comment.
11667 (TYPE_SELF_TYPE): Rewrite.
11668 (internal_type_self_type, set_type_self_type): Declare.
11669 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11671 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11672 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11674 * stabsread.c (read_member_functions): Mark methods with
11675 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11678 2015-01-31 Doug Evans <xdje42@gmail.com>
11680 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11683 2015-01-31 Doug Evans <xdje42@gmail.com>
11685 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11686 or unions. Return zero if union.
11687 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11688 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11690 (compute_vtable_size): Assert only passed structs.
11691 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11693 2015-01-31 Doug Evans <xdje42@gmail.com>
11695 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11698 2015-01-31 Gary Benson <gbenson@redhat.com>
11699 Doug Evans <dje@google.com>
11704 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11706 * common/common-exceptions.h (enum errors)
11707 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11708 * completer.h (get_max_completions_reached_message): New declaration.
11709 (max_completions): Likewise.
11710 (completion_tracker_t): New typedef.
11711 (new_completion_tracker): New declaration.
11712 (make_cleanup_free_completion_tracker): Likewise.
11713 (maybe_add_completion_enum): New enum.
11714 (maybe_add_completion): New declaration.
11715 (throw_max_completions_reached_error): Likewise.
11716 * completer.c (max_completions): New global variable.
11717 (new_completion_tracker): New function.
11718 (free_completion_tracker): Likewise.
11719 (make_cleanup_free_completion_tracker): Likewise.
11720 (maybe_add_completions): Likewise.
11721 (throw_max_completions_reached_error): Likewise.
11722 (complete_line): Remove duplicates and limit result to max_completions
11724 (get_max_completions_reached_message): New function.
11725 (gdb_display_match_list): Handle max_completions.
11726 (_initialize_completer): New declaration and function.
11727 * symtab.c: Include completer.h.
11728 (completion_tracker): New static variable.
11729 (completion_list_add_name): Call maybe_add_completion.
11730 (default_make_symbol_completion_list_break_on_1): Renamed from
11731 default_make_symbol_completion_list_break_on. Maintain
11732 completion_tracker across calls to completion_list_add_name.
11733 (default_make_symbol_completion_list_break_on): New function.
11734 * top.c (init_main): Set rl_completion_display_matches_hook.
11735 * tui/tui-io.c: Include completer.h.
11736 (tui_old_rl_display_matches_hook): New static global.
11737 (tui_rl_display_match_list): Notify user if max-completions reached.
11738 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11739 * NEWS (New Options): Mention set/show max-completions.
11741 2015-01-31 Gary Benson <gbenson@redhat.com>
11743 * symtab.c (struct add_name_data) <code>: New field.
11745 (add_symtab_completions): New function.
11746 (symtab_expansion_callback): Likewise.
11747 (default_make_symbol_completion_list_break_on): Set datum.code.
11748 Move minimal symbol scan before calling expand_symtabs_matching.
11749 Scan known primary symtabs for externs and statics before calling
11750 expand_symtabs_matching. Pass symtab_expansion_callback as
11751 expansion_notify argument to expand_symtabs_matching. Do not scan
11752 primary symtabs for externs and statics after calling
11753 expand_symtabs_matching.
11755 2015-01-31 Gary Benson <gbenson@redhat.com>
11757 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11758 (struct quick_symbol_functions) <expand_symtabs_matching>:
11759 New argument expansion_notify. All uses updated.
11760 (expand_symtabs_matching): New argument expansion_notify.
11762 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11763 Also print expansion notify.
11764 * symtab.c (expand_symtabs_matching_via_partial): Call
11765 expansion_notify whenever a partial symbol table is expanded.
11766 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11767 expansion_notify whenever a symbol table is instantiated.
11769 2015-01-31 Doug Evans <xdje42@gmail.com>
11771 * cli-out.c: #include completer.h, readline/readline.h.
11772 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11773 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11774 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11775 * cli-out.h (cli_display_match_list): Declare.
11776 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11777 (ELLIPSIS_LEN): Ditto.
11778 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11779 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11780 (gdb_fnprint, gdb_print_filename): Ditto.
11781 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11782 (gdb_display_match_list): Ditto.
11783 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11784 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11785 (mld_beep_ftype, mld_read_key_ftype): Ditto.
11786 (match_list_displayer): New struct.
11787 (gdb_display_match_list): Declare.
11788 * top.c (init_main): Set rl_completion_display_matches_hook.
11789 * tui/tui-io.c: #include completer.h.
11790 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11791 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11792 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11793 (tui_mld_getc, tui_mld_read_key): Ditto.
11794 (tui_rl_display_match_list): Rewrite.
11795 (tui_handle_resize_during_io): New arg for_completion. All callers
11798 2015-01-31 Doug Evans <xdje42@gmail.com>
11800 Add symbol lookup cache.
11801 * NEWS: Document new options and commands.
11802 * symtab.c (symbol_cache_key): New static global.
11803 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11804 (SYMBOL_LOOKUP_FAILED): New macro.
11805 (symbol_cache_slot_state): New enum.
11806 (block_symbol_cache): New struct.
11807 (symbol_cache): New struct.
11808 (new_symbol_cache_size, symbol_cache_size): New static globals.
11809 (hash_symbol_entry, eq_symbol_entry): New functions.
11810 (symbol_cache_byte_size, resize_symbol_cache): New functions.
11811 (make_symbol_cache, free_symbol_cache): New functions.
11812 (get_symbol_cache, symbol_cache_cleanup): New function.
11813 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11814 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11815 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11816 (symbol_cache_flush, symbol_cache_dump): New functions.
11817 (maintenance_print_symbol_cache): New function.
11818 (maintenance_flush_symbol_cache): New function.
11819 (symbol_cache_stats): New function.
11820 (maintenance_print_symbol_cache_statistics): New function.
11821 (symtab_new_objfile_observer): New function.
11822 (symtab_free_objfile_observer): New function.
11823 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11824 (_initialize_symtab): Init symbol_cache_key. New parameter
11825 maint symbol-cache-size. New maint commands print symbol-cache,
11826 print symbol-cache-statistics, flush-symbol-cache.
11827 Install new_objfile, free_objfile observers.
11829 2015-01-31 Joel Brobecker <brobecker@adacore.com>
11832 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11835 2015-01-31 Doug Evans <xdje42@gmail.com>
11837 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11838 * auto-load.c: #include ctype.h.
11839 (struct auto_load_pspace_info): Replace member loaded_scripts with
11840 new members loaded_script_files, loaded_script_texts.
11841 (auto_load_pspace_data_cleanup): Update.
11842 (init_loaded_scripts_info): Update.
11843 (get_auto_load_pspace_data_for_loading): Update.
11844 (maybe_add_script_file): Renamed from maybe_add_script. All callers
11846 (maybe_add_script_text): New function.
11847 (clear_section_scripts): Update.
11848 (source_script_file, execute_script_contents): New functions.
11849 (source_section_scripts): Add support for
11850 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11851 (print_scripts): New function.
11852 (auto_load_info_scripts): Also print inlined scripts.
11853 (maybe_print_unsupported_script_warning): Renamed from
11854 unsupported_script_warning_print. All callers updated.
11855 (maybe_print_script_not_found_warning): Renamed from
11856 script_not_found_warning_print. All callers updated.
11857 * extension-priv.h (struct extension_language_script_ops): New member
11858 objfile_script_executor.
11859 * extension.c (ext_lang_objfile_script_executor): New function.
11860 * extension.h (objfile_script_executor_func): New typedef.
11861 (ext_lang_objfile_script_executor): Declare.
11862 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11863 * guile/guile.c (guile_extension_script_ops): Update.
11864 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11865 * python/python.c (python_extension_script_ops): Update.
11866 (gdbpy_execute_objfile_script): New function.
11868 2015-01-31 Eli Zaretskii <eliz@gnu.org>
11870 * tui/tui-io.c (tui_expand_tabs): New function.
11871 (tui_puts, tui_redisplay_readline): Expand TABs into the
11872 appropriate number of spaces.
11873 * tui/tui-regs.c: Include tui-io.h.
11874 (tui_register_format): Call tui_expand_tabs to expand TABs into
11875 the appropriate number of spaces.
11876 * tui/tui-io.h: Add prototype for tui_expand_tabs.
11878 2015-01-30 Doug Evans <dje@google.com>
11880 * NEWS: "info source" command now display producer string if present.
11881 * source.c (source_info): Print producer string if present.
11883 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11885 * varobj.c (varobj_delete): Fix comment.
11887 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11889 * varobj.c (create_child): Modify comment.
11891 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11893 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
11895 (ada_name_of_variable): Same.
11896 (ada_path_expr_of_child): Same.
11897 (ada_value_of_variable): Same.
11898 (ada_value_is_changeable_p): Same.
11899 (ada_value_has_mutated): Same.
11900 * c-varobj.c (varobj_is_anonymous_child): Same.
11901 (c_is_path_expr_parent): Same.
11902 (c_number_of_children): Same.
11903 (c_name_of_variable): Same.
11904 (c_path_expr_of_child): Same.
11906 (c_value_of_variable): Same.
11907 (cplus_number_of_children): Same.
11908 (cplus_name_of_variable): Same.
11909 (cplus_path_expr_of_child): Same.
11910 (cplus_value_of_variable): Same.
11911 * jv-varobj.c (java_number_of_children): Same.
11912 (java_name_of_variable): Same.
11913 (java_path_expr_of_child): Same.
11914 (java_value_of_variable): Same.
11915 * varobj.c (number_of_children): Same.
11916 (name_of_variable): Same.
11918 (varobj_ensure_python_env): Same.
11919 (varobj_get_objname): Same.
11920 (varobj_get_expression): Same.
11921 (varobj_get_display_format): Same.
11922 (varobj_get_display_hint): Same.
11923 (varobj_has_more): Same.
11924 (varobj_get_thread_id): Same.
11925 (varobj_get_frozen): Same.
11926 (dynamic_varobj_has_child_method): Same.
11927 (varobj_get_gdb_type): Same.
11928 (is_path_expr_parent): Same.
11929 (varobj_default_is_path_expr_parent): Same.
11930 (varobj_get_language): Same.
11931 (varobj_get_attributes): Same.
11932 (varobj_is_dynamic_p): Same.
11933 (varobj_get_child_range): Same.
11934 (varobj_value_has_mutated): Same.
11935 (varobj_get_value_type): Same.
11936 (number_of_children): Same.
11937 (name_of_variable): Same.
11938 (check_scope): Same.
11939 (varobj_editable_p): Same.
11940 (varobj_value_is_changeable_p): Same.
11941 (varobj_floating_p): Same.
11942 (varobj_default_value_is_changeable_p): Same.
11944 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11946 * varobj.c (varobj_get_path_expr): Set var->path_expr.
11947 * c-varobj.c (c_path_expr_of_child): Set local var instead of
11949 (cplus_path_expr_of_child): Same.
11951 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11953 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
11955 (mi_cmd_var_info_expression): Same.
11956 * varobj.c (varobj_get_expression): Mention in the comment that
11957 the result must by freed by the caller.
11959 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11961 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
11963 (varobj_update_one): Same.
11964 * varobj.c (update_type_if_necessary): Free curr_type_str and
11966 (varobj_get_type): Specify in comment that the result needs to be
11967 freed by the caller.
11969 2015-01-29 Doug Evans <dje@google.com>
11972 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
11974 2015-01-25 Mark Wielaard <mjw@redhat.com>
11976 * dwarf2read.c (checkproducer): Call producer_is_gcc.
11977 * utils.c (producer_is_gcc_ge_4): Likewise.
11978 (producer_is_gcc): New function.
11979 * utils.h (producer_is_gcc): New declaration.
11981 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11983 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
11985 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
11986 parameter by "addr_stack" parameter.
11987 (resolve_dynamic_range): Replace "addr" parameter by
11988 "stack_addr" parameter. Update function documentation.
11989 Update code accordingly.
11990 (resolve_dynamic_array, resolve_dynamic_union)
11991 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
11992 (resolve_dynamic_type): Update code, following the changes made
11993 to resolve_dynamic_type_internal's interface.
11994 * dwarf2loc.h (struct property_addr_info): New.
11995 (dwarf2_evaluate_property): Replace "address" parameter
11996 by "addr_stack" parameter. Adjust function documentation.
11997 (struct dwarf2_offset_baton): New.
11998 (struct dwarf2_property_baton): Update documentation of
11999 field "referenced_type" to be more general. New field
12000 "offset_info" in union data field.
12001 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12002 parameter by "addr_stack" parameter. Adjust code accordingly.
12003 Add support for PROP_ADDR_OFFSET properties.
12004 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12005 DW_AT_data_member_location attributes as well. Use case
12006 statements instead of if/else condition.
12008 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12010 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12011 Return zero if PARENT_VALUE is NULL and parent_type's
12012 range type is dynamic.
12014 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12016 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12017 nonzero if the type's subtype is dynamic.
12018 (resolve_dynamic_range): Also resolve the range's subtype.
12020 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
12022 Pushed by Joel Brobecker <brobecker@adacore.com>.
12023 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12025 2015-01-27 Doug Evans <dje@google.com>
12027 * NEWS: Mention gdb.Objfile.username.
12028 * python/py-objfile.c (objfpy_get_username): New function.
12029 (objfile_getset): Add "username".
12031 2015-01-24 Mark Wielaard <mjw@redhat.com>
12033 * stack.c (return_command): Markup warning message with _.
12035 2015-01-24 Doug Evans <xdje42@gmail.com>
12037 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12039 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12041 Fix 100x slowdown regression on DWZ files.
12042 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12043 (struct line_header): Add offset and offset_in_dwz.
12044 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12045 (free_line_header_voidp): New declaration.
12046 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12048 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12049 (handle_DW_AT_stmt_list): Use line_header_hash.
12050 (free_line_header_voidp): New function.
12051 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12052 (dwarf_decode_lines): New parameter decode_mapping, use it.
12053 (dwarf2_free_objfile): Free line_header_hash.
12055 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12058 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12061 2015-01-15 Mark Wielaard <mjw@redhat.com>
12063 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12065 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12066 calling_convention an 8 bit bit field.
12067 (TYPE_NO_RETURN): New macro.
12068 * infcmd.c (finish_command): Query if function does not return
12070 * stack.c (return_command): Likewise.
12072 2015-01-23 Pedro Alves <palves@redhat.com>
12074 * linux-nat.c (linux_is_async_p): New macro.
12075 (linux_nat_is_async_p):
12076 (linux_nat_terminal_inferior): Check whether the target can async
12077 instead of whether it is already async.
12078 (linux_nat_terminal_ours): Don't check whether the target is
12080 (linux_async_pipe): Use linux_is_async_p.
12082 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12084 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12086 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12087 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12088 Sort tp_array using tp_array_compar.
12089 (_initialize_thread): Extend thread_apply_all_command help.
12091 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12093 * corelow.c (core_open): Call also thread_command.
12094 * gdbthread.h (thread_command): New prototype moved from ...
12095 * thread.c (thread_command): ... here.
12096 (thread_command): Make it global.
12098 2015-01-22 Pedro Alves <palves@redhat.com>
12100 * configure.ac [*mingw32*]: Check $curses_found instead of
12102 * configure: Regenerate.
12103 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12104 HAVE_NCURSES_NCURSES_H checks.
12106 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12108 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12109 fails with the 1st arg NULL, try again with "unknown". Don't test
12110 the "cup" capability: it isn't supported by the Windows port of
12111 ncurses, but the Windows console driver is still capable of
12114 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12116 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12118 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12120 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12121 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12122 reason that "make TAGS" is broken.
12124 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12126 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12127 and check additional store instructions.
12129 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12131 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12133 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12135 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12136 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12137 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12138 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12139 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12140 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12141 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12142 ppc_process_record_op19, ppc_process_record_op31,
12143 ppc_process_record_op59, ppc_process_record_op60,
12144 ppc_process_record_op63): Likewise.
12146 2015-01-20 Joel Brobecker <brobecker@adacore.com>
12148 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12149 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12152 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
12154 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12155 ppc_process_record_op31, ppc_process_record_op59,
12156 ppc_process_record_op60, ppc_process_record_op63,
12157 ppc_process_record): Fix -Wformat warning.
12158 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12159 Remove unused variables.
12161 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12163 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12165 2015-01-19 Eli Zaretskii <eliz@gnu.org>
12167 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12168 CONFIG_OBS if not building with a curses library.
12169 * configure: Regenerate.
12171 * windows-termcap.c: Include defs.h. Make the whole body empty if
12172 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12173 HAVE_NCURSES_NCURSES_H is defined.
12175 2015-01-19 Joel Brobecker <brobecker@adacore.com>
12177 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12178 from end of line to start of next line.
12180 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12182 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12183 Scan PLT stub backward for reverse debugging.
12184 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12186 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12187 Ulrich Weigand <uweigand@de.ibm.com>
12189 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12191 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12193 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12194 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12195 (ppc_linux_init_abi): Set process_record, process_record_signal.
12196 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12197 ppc_linux_record_tdep to gdbarch_tdep.
12198 (ppc_process_record): New declaration.
12199 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12200 ppc_process_record_op19, ppc_process_record_op31,
12201 ppc_process_record_op59, ppc_process_record_op60,
12202 ppc_process_record_op63, ppc_process_record): New functions.
12204 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12206 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12207 rs6000_in_function_epilogue_frame_p and add an argument
12209 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12210 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12212 (rs6000_epilogue_frame_unwind): New.
12213 (rs6000_gdbarch_init): Append epilogue unwinder.
12215 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12217 * nat/linux-personality.c: Replace "#ifndef
12218 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12219 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12222 2015-01-16 Eli Zaretskii <eliz@gnu.org>
12224 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12226 (_initialize_tui_win) <border-kind, border-mode>:
12227 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12228 (tui_set_tab_width_command): Fix the commentary.
12230 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12232 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12234 (tui_set_tab_width_command): Delete and recreate the source and
12235 the disassembly windows, to show the effect of the changed tab
12238 * tui/tui-data.h (LINE_PREFIX): Make shorter
12239 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12240 "Thread NNNNN.XXXX" thread ID notation on Windows.
12242 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12244 Fix gcc-5 compilation.
12245 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12247 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12249 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12250 (linux-personality.o): New rule.
12251 * common/common-defs.h: Include <stdint.h>.
12252 * config/aarch64/linux.mh (NATDEPFILES): Include
12253 linux-personality.o.
12254 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12255 * config/arm/linux.mh (NATDEPFILES): Likewise.
12256 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12257 * config/i386/linux.mh (NATDEPFILES): Likewise.
12258 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12259 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12260 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12261 * config/mips/linux.mh (NATDEPFILES): Likewise.
12262 * config/pa/linux.mh (NATDEPFILES): Likewise.
12263 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12264 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12265 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12266 * config/s390/linux.mh (NATDEPFILES): Likewise.
12267 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12268 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12269 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12270 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12271 * defs.h: Remove #include <stdint.h> (moved to
12272 common/common-defs.h).
12273 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12274 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12275 nat/linux-personality.c).
12276 (linux_nat_create_inferior): Remove code to disable address space
12277 randomization (moved to nat/linux-personality.c). Create cleanup
12278 to disable address space randomization.
12279 * nat/linux-personality.c: New file.
12280 * nat/linux-personality.h: Likewise.
12282 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12284 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12285 common/posix-strerror.c.
12286 (posix-strerror.o): New rule.
12287 (mingw-strerror.o): Likewise.
12288 * common/common-utils.h (safe_strerror): Move prototype to here,
12290 * common/common.host: New file.
12291 * common/mingw-strerror.c: Likewise.
12292 * common/posix-strerror.c: Likewise.
12293 * configure: Regenerated.
12294 * configure.ac: Source common/common.host. Add variable
12295 common_host_obs to gdb_host_obs.
12296 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12297 gdb/common/posix-strerror.c when warning about the use of
12299 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12300 common/mingw-strerror.c.
12301 * posix-hdep.c (safe_strerror): Remove definition; move it to
12302 common/posix-hdep.c.
12303 * utils.h (safe_strerror): Remove prototype; move to
12304 common/common-utils.h.
12306 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12308 GDB 7.8.2 released.
12310 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12312 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12313 ___XA type if the array has already been fixed.
12315 2015-01-14 Yao Qi <yao@codesourcery.com>
12317 * Makefile.in (ppc-linux.o): New rule.
12318 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12319 * configure.ac: AC_CHECK_FUNCS(getauxval).
12320 * config.in: Re-generated.
12321 * configure: Re-generated.
12322 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12324 * nat/ppc-linux.c: New file.
12325 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12326 Call ppc64_64bit_inferior_p.
12328 2015-01-14 Yao Qi <yao@codesourcery.com>
12330 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12332 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12333 (PPC_FEATURE_HAS_DFP): Likewise.
12334 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12335 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12336 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12337 Include "nat/ppc-linux.h".
12338 * nat/ppc-linux.h: New file.
12339 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12341 2015-01-14 Pedro Alves <palves@redhat.com>
12344 * breakpoint.c: Include "interps.h".
12345 (bpstat_do_actions_1): Also check whether the interpreter is
12348 2015-01-14 Pedro Alves <palves@redhat.com>
12351 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12352 reinstall if the interpreter is sync.
12354 2015-01-13 Doug Evans <dje@google.com>
12356 * objfiles.c (objfile_filename): New function.
12357 * objfiles.h (objfile_filename): Declare it.
12358 (objfile_name): Add function comment.
12359 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12360 bfd file name (which may be realpath'd), and the original name.
12362 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12364 * NEWS: Create a new section for the next release branch.
12365 Rename the section of the current branch, now that it has
12368 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12370 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12371 * version.in: Bump version to 7.9.50.DATE-cvs.
12373 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12375 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12376 Remove trailing new-line in argument of call to warning.
12378 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12380 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12381 new-line in argument of call to "warning".
12383 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12385 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12386 in static block, then try searching for primitive types.
12388 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12390 * top.h (gdb_add_history): Declare.
12391 * top.c (command_count): New variable.
12392 (gdb_add_history): New function.
12393 (gdb_safe_append_history): New static function.
12394 (quit_force): Call it.
12395 (command_line_input): Use gdb_add_history instead of
12397 * event-top.c (command_line_handler): Likewise.
12399 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12402 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12403 <setjmp.h> #include.
12405 2015-01-11 Doug Evans <xdje42@gmail.com>
12407 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12409 2015-01-11 Doug Evans <xdje42@gmail.com>
12412 * NEWS: The "maint demangle" command is renamed as "demangle".
12413 * demangle.c: #include cli/cli-utils.h, language.h.
12414 (demangle_command): New function.
12415 (_initialize_demangle): Add new command "demangle".
12416 * maint.c (maintenance_demangle): Stub out.
12417 (_initialize_maint_cmds): Update help text for "maint demangle",
12418 and mark as deprecated.
12420 2015-01-11 Mark Kettenis <kettenis@gnu.org>
12422 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12423 inferior_thread is a function.
12425 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12427 * Makefile.in (.y.c): Don't munge yacc's #line
12430 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12432 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12433 to prompt for input.
12434 * tui/tui-hooks.c (tui_query_hook): Remove.
12435 (tui_install_hooks): Don't set deprecated_query_hook.
12436 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12437 height calculation. Always update the command window's cur_line.
12439 2015-01-09 Pedro Alves <palves@redhat.com>
12441 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12443 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12445 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12446 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12448 (check_stopped_by_watchpoint): New function.
12449 (save_sigtrap): Reimplement.
12450 (linux_nat_stopped_by_watchpoint): Adjust.
12451 (linux_nat_lp_status_is_event): Delete.
12452 (stop_wait_callback): Only call save_sigtrap after storing the
12454 (status_callback): If the thread had been stopped for a breakpoint
12455 that has since been removed, discard the event and resume the LWP.
12456 (count_events_callback, select_event_lwp_callback): Use
12457 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12458 (cancel_breakpoint): Rename to ...
12459 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12460 stopped for a software breakpoint or hardware breakpoint.
12461 (select_event_lwp): Only give preference to the stepping LWP in
12462 all-stop mode. Adjust comments.
12463 (stop_and_resume_callback): Remove references to new_pending_p.
12464 (linux_nat_filter_event): Likewise. Leave exit events of the
12465 leader thread pending here. Handle signal short circuiting here.
12466 Only call save_sigtrap after storing the pending waitstatus.
12467 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12468 new_pending. Don't handle leaving events the caller is not
12469 interested in pending here, nor handle signal short-circuiting
12470 here. Also give equal priority to all LWPs that have had events
12471 in non-stop mode. If reporting a software breakpoint event,
12472 unadjust the LWP's PC.
12473 * linux-nat.h (enum lwp_stop_reason): New.
12474 (struct lwp_info) <stop_pc>: New field.
12475 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12476 (struct lwp_info) <stop_reason>: New field.
12477 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12479 2015-01-09 Pedro Alves <palves@redhat.com>
12481 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12482 Set the LWP's 'resumed' flag.
12484 2015-01-09 Pedro Alves <palves@redhat.com>
12486 * linux-nat.c (linux_resume_one_lwp): New function.
12487 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12488 (linux_nat_resume): Use lwp_status_pending_p and
12489 linux_resume_one_lwp.
12490 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12491 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12492 (status_callback, running_callback): Use lwp_status_pending_p.
12493 (lwp_status_pending_p): New function.
12494 (stop_and_resume_callback): Use lwp_status_pending_p.
12495 (linux_nat_filter_event): Use linux_resume_one_lwp.
12496 (linux_nat_wait_1): Always use status_callback to look for an LWP
12497 with a pending status. Use linux_resume_one_lwp.
12498 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12499 linux_resume_one_lwp.
12501 2015-01-09 Pedro Alves <palves@redhat.com>
12503 * breakpoint.c (bp_location_inserted_here_p): New function,
12504 factored out from ...
12505 (breakpoint_inserted_here_p): ... here. Use
12506 ALL_BP_LOCATIONS_AT_ADDR.
12507 (software_breakpoint_inserted_here_p): Use
12508 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12510 2014-01-09 Pedro Alves <palves@redhat.com>
12512 Skip enabling event reporting if the kernel supports
12513 PTRACE_EVENT_CLONE.
12514 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12515 (thread_db_use_events): New function.
12516 (try_thread_db_load_1): Check thread_db_use_events before enabling
12518 (update_thread_state): New function.
12519 (attach_thread): Use it. Check thread_db_use_events before
12520 enabling event reporting.
12521 (thread_db_detach): Check thread_db_use_events before disabling
12523 (find_new_threads_callback): Check thread_db_use_events before
12524 enabling event reporting. Update the thread's state if not using
12525 libthread_db events.
12527 2015-01-09 Pedro Alves <palves@redhat.com>
12529 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12530 about to wait for is > 0.
12531 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12532 the kernel thread ID is -1.
12534 2015-01-09 Pedro Alves <palves@redhat.com>
12536 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12537 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12538 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12539 ptrace option flags.
12540 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12542 * nat/linux-procfs.c: Include <dirent.h>.
12543 (linux_proc_get_int): New parameter "warn". Handle it.
12544 (linux_proc_get_tgid): Adjust.
12545 (linux_proc_get_tracerpid): Rename to ...
12546 (linux_proc_get_tracerpid_nowarn): ... this.
12547 (linux_proc_pid_get_state): New function, factored out from
12548 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12550 (linux_proc_pid_is_gone): New function.
12551 (linux_proc_pid_is_stopped): Adjust.
12552 (linux_proc_pid_is_zombie_maybe_warn)
12553 (linux_proc_pid_is_zombie_nowarn): New functions.
12554 (linux_proc_pid_is_zombie): Use
12555 linux_proc_pid_is_zombie_maybe_warn.
12556 (linux_proc_attach_tgid_threads): New function.
12557 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12558 (linux_proc_get_tracerpid): Rename to ...
12559 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12560 (linux_proc_pid_is_gone): New declaration.
12561 (linux_proc_pid_is_zombie): Update comment.
12562 (linux_proc_pid_is_zombie_nowarn): New declaration.
12563 (linux_proc_attach_lwp_func): New typedef.
12564 (linux_proc_attach_tgid_threads): New declaration.
12565 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12566 use nowarn functions.
12567 (linux_ptrace_attach_fail_reason_string): Move here from
12568 gdbserver/linux-low.c and rename.
12569 (ptrace_supports_feature): If the current ptrace options are not
12570 known yet, check them now, instead of asserting.
12571 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12574 2015-01-09 Pedro Alves <palves@redhat.com>
12576 * linux-thread-db.c (thread_db_find_new_threads_silently)
12577 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12578 (find_new_threads_once): Print debug output on gdb_stdlog.
12580 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12581 Pedro Alves <palves@redhat.com>
12583 * compile/compile.c: Include "gdb_wait.h".
12584 (do_rmdir): Check return value, and free 'zap'.
12586 2015-01-08 Pedro Alves <palves@redhat.com>
12587 Yao Qi <yao@codesourcery.com>
12589 * dwarf2loc.c (indirect_pieced_value): Don't call
12590 gdb_sign_extend. Call extract_signed_integer instead.
12591 * utils.c (gdb_sign_extend): Remove.
12592 * utils.h (gdb_sign_extend): Remove declaration.
12594 2015-01-07 Pierre Muller <muller@sourceware.org>
12597 * stabsread.c (define_symbol): Set language for C++ special symbols.
12599 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12601 * inflow.c (initial_gdb_ttystate): Tweak comment.
12603 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12605 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12606 comment documenting function.
12608 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12610 * terminal.h (set_initial_gdb_ttystate): Declare.
12611 * inflow.c (initial_gdb_ttystate): New static variable.
12612 (set_initial_gdb_ttystate): New setter.
12613 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12614 instead of our current terminal state.
12615 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12617 2015-01-07 Joel Brobecker <brobecker@adacore.com>
12619 * guile/scm-type.c (tyscm_array_1): Add comment.
12620 * python/py-type.c (typy_array_1): Add comment.
12622 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12624 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12625 error if N2 is equal to N1 - 1.
12627 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12629 * python/py-type.c (typy_array_1): Do not raise negative-length
12630 exception if N2 is equal to N1 - 1.
12632 2015-01-03 Doug Evans <xdje42@gmail.com>
12634 * c-exp.y: Whitespace cleanup.
12635 (classify_inner_name): Remove extra ;.
12637 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12639 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12642 2015-01-02 Doug Evans <dje@google.com>
12644 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12646 2015-01-02 Doug Evans <dje@google.com>
12648 * symtab.h (struct symbol): Fix typo in comment.
12650 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12652 Update year range in copyright notice of all files.
12654 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12656 * top.c (print_gdb_version): Update copyright year to 2015.
12658 2015-01-01 Joel Brobecker <brobecker@adacore.com>
12660 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
12662 For older changes see ChangeLog-2014.
12668 version-control: never