Rename emit_load_store to aarch64_emit_load_store
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1c2e1515
YQ
12015-10-12 Yao Qi <yao.qi@linaro.org>
2
3 * arch/aarch64-insn.c (emit_load_store): Rename to ...
4 (aarch64_emit_load_store): ... it. All callers updated.
5
e1c587c3
YQ
62015-10-12 Yao Qi <yao.qi@linaro.org>
7
8 * arch/aarch64-insn.c (emit_insn): Rename to ...
9 (aarch64_emit_insn): ... it. All callers updated.
10
b6542f81
YQ
112015-10-12 Yao Qi <yao.qi@linaro.org>
12
13 * aarch64-linux-tdep.c: Include arch-utils.h.
14 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
15 set_gdbarch_displaced_step_copy_insn,
16 set_gdbarch_displaced_step_fixup,
17 set_gdbarch_displaced_step_free_closure,
18 set_gdbarch_displaced_step_location,
19 and set_gdbarch_displaced_step_hw_singlestep.
20 * aarch64-tdep.c (struct displaced_step_closure): New.
21 (struct aarch64_displaced_step_data): New.
22 (aarch64_displaced_step_b): New function.
23 (aarch64_displaced_step_b_cond): Likewise.
24 (aarch64_register): Likewise.
25 (aarch64_displaced_step_cb): Likewise.
26 (aarch64_displaced_step_tb): Likewise.
27 (aarch64_displaced_step_adr): Likewise.
28 (aarch64_displaced_step_ldr_literal): Likewise.
29 (aarch64_displaced_step_others): Likewise.
30 (aarch64_displaced_step_copy_insn): Likewise.
31 (aarch64_displaced_step_fixup): Likewise.
32 (aarch64_displaced_step_hw_singlestep): Likewise.
33 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
34 (aarch64_displaced_step_copy_insn): Declare.
35 (aarch64_displaced_step_fixup): Declare.
36 (aarch64_displaced_step_hw_singlestep): Declare.
37 * arch/aarch64-insn.c (emit_insn): Moved from
38 gdbserver/linux-aarch64-low.c.
39 (emit_load_store): Likewise.
40 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
41 gdbserver/linux-aarch64-low.c.
42 (struct aarch64_register): Likewise.
43 (struct aarch64_memory_operand): Likewise.
44 (ENCODE): Likewise.
45 (can_encode_int32): New macro.
46 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
47 (emit_tb, emit_nop): Likewise.
48 (emit_insn): Declare.
49 (emit_load_store): Declare.
50
246994ce
YQ
512015-10-12 Yao Qi <yao.qi@linaro.org>
52
53 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
54 gdbserver/linux-aarch64-low.c.
55 (aarch64_relocate_instruction): Likewise.
56 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
57 (struct aarch64_insn_data): Moved from
58 gdbserver/linux-aarch64-low.c.
59 (struct aarch64_insn_visitor): Likewise.
60 (aarch64_relocate_instruction): Declare.
61
2520f728
PMR
622015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
63
64 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
65 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
66 to the returned value.
67
5b639dea
JB
682015-10-09 Joel Brobecker <brobecker@adacore.com>
69
70 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
71 is large enough for BIT_SIZE. Update function comment.
72
0cafa88c
JB
732015-10-09 Joel Brobecker <brobecker@adacore.com>
74
75 * ada-lang.c (ada_value_primitive_packed_val): Move
76 src_len variable to local block where used. Override
77 BIT_SIZE if bigger than size of resolved type.
78
220475ed
JB
792015-10-09 Joel Brobecker <brobecker@adacore.com>
80
81 * gdbtypes.h (is_scalar_type): Add extern declaration.
82 * gdbtypes.c (is_scalar_type): Make non-static.
83 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
84 to compute IS_SCALAR instead of doing it ourselves.
85
d0a9e810
JB
862015-10-09 Joel Brobecker <brobecker@adacore.com>
87
88 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
89 of case where TYPE is dynamic.
90
f93fca70
JB
912015-10-09 Joel Brobecker <brobecker@adacore.com>
92
93 * ada-lang.c (ada_unpack_from_contents): New function,
94 extracted from ada_value_primitive_packed_val.
95 (ada_value_primitive_packed_val): Replace extracted out code
96 by call to ada_unpack_from_contents.
97
a1c95e6b
JB
982015-10-09 Joel Brobecker <brobecker@adacore.com>
99
100 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
101 variable declarations.
102
fbd000da
JB
1032015-10-09 Joel Brobecker <brobecker@adacore.com>
104
105 * ada-lang.c (ada_value_primitive_packed_val): Change the type
106 of local variables src and unpacked to "gdb_type *" instead of
107 "unsigned char *".
108
086ca51f
JB
1092015-10-09 Joel Brobecker <brobecker@adacore.com>
110
111 * ada-lang.c (ada_value_primitive_packed_val): Make the name
112 of various local variables more explicit and consistent.
113 No real code change otherwise.
114
c5bcd278
SM
1152015-10-09 Simon Marchi <simon.marchi@ericsson.com>
116
117 * i386-tdep.h (struct gdbarch_tdep): Change type of
118 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
119
78c5b882
SM
1202015-10-09 Simon Marchi <simon.marchi@ericsson.com>
121
122 * cris-tdep.c (struct instruction_environment): Change type of
123 byte_order to enum bfd_endian.
124
f9fa37b3
SM
1252015-10-09 Simon Marchi <simon.marchi@ericsson.com>
126
127 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
128 enum gdb_syscall casts.
129
7c543f7b
SM
1302015-10-09 Simon Marchi <simon.marchi@ericsson.com>
131
132 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
133 * arm-tdep.c (struct stack_item): Likewise.
134 (push_stack_item): Add gdb_byte* cast.
135 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
136 (push_stack_item): Add gdb_byte* cast.
137 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
138 and add cast.
139 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
140 (push_stack_item): Add gdb_byte* cast.
141 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
142 add cast.
143 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
144 gdb_byte*.
145 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
146 gdb_byte* and remove unnecessary cast.
147 (h8300h_extract_return_value): Likewise.
148 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
149 (h8300h_store_return_value): Likewise.
150 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
151 gdb_byte* and remove unnecessary cast.
152 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
153 and add cast.
154 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
155 gdb_byte* and remove unnecessary cast.
156 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
157 valbuf.
158 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
159 (mep_pseudo_cr64_read): Likewise.
160 (mep_pseudo_csr_write): Likewise.
161 (mep_pseudo_cr32_write): Likewise.
162 (mep_pseudo_cr64_write): Likewise.
163 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
164 gdb_byte* and add cast.
165 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
166 gdb_byte* and remove unnecessary cast.
167 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
168 valbuf.
169 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
170 gdb_byte*.
171 * printcmd.c (void): Likewise.
172 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
173 gdb_byte* and add cast.
174 (infpy_write_memory): Likewise.
175 (infpy_search_memory): Likewise.
176 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
177 and add cast.
178 (regcache_raw_write_unsigned): Likewise.
179 (regcache_cooked_write_signed): Likewise.
180 (regcache_cooked_write_unsigned): Likewise.
181 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
182 gdb_byte*.
183
7567e115
SM
1842015-10-09 Simon Marchi <simon.marchi@ericsson.com>
185
186 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
187 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
188
f9acce4a
EZ
1892015-10-09 Eli Zaretskii <eliz@gnu.org>
190
191 * stack.c (print_stack_frame):
192 * utils.c (printchar): Fix typos in commentary.
193
d5d8c4e1
IB
1942015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
195
196 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
197 (PostfixExpression): Support `expr.sizeof' expressions.
198 (PrimaryExpression): Support `typeof(expr)' expressions.
199
4e7de155
MR
2002015-10-08 Maciej W. Rozycki <macro@imgtec.com>
201
202 * MAINTAINERS: Update my email address.
203
04c4fe8c
MM
2042015-10-08 Markus Metzger <markus.t.metzger@intel.com>
205
206 * record-btrace.c (record_btrace_resume): Fix void return.
207
f77ee802
YQ
2082015-10-07 Yao Qi <yao.qi@linaro.org>
209
210 * aarch64-tdep.c: Include opcode/aarch64.h.
211 (submask): Move it above.
212 (bit): Likewise.
213 (bits): Likewise.
214 (aarch64_software_single_step): Call aarch64_decode_insn.
215 Decode instruction by aarch64_inst instead of using
216 aarch64_decode_bcond and decode_masked_match.
217
cbd641ed
PS
2182015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
219
220 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
221 only when the file is binary.
222
ae4e2501 2232015-10-02 James Bowman <james.bowman@ftdichip.com>
224
225 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
226 subroutine handling.
227
dd0a637a
SM
2282015-10-01 Simon Marchi <simon.marchi@ericsson.com>
229
230 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
231
1fd60fc0
DE
2322015-09-30 Doug Evans <dje@google.com>
233
234 * dwarf2read.c (setup_type_unit_groups): Add comment.
235
398e0813
PA
2362015-09-30 Pedro Alves <palves@redhat.com>
237
238 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
239 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
240 (x86_linux_create_target): Don't install
241 x86_linux_always_non_stop_p.
242
6ab24463
DB
2432015-09-30 Don Breazeal <donb@codesourcery.com>
244
245 * remote.c (remote_parse_stop_reply): Call strprefix instead
246 of strncmp.
247
ede5f151
SM
2482015-09-30 Simon Marchi <simon.marchi@ericsson.com>
249
250 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
251 * gdbarch.h: Regenerate.
252 * i386-tdep.c (i386_gdbarch_init): Remove cast to
253 struct gdbarch_tdep_info *.
254 * mips-tdep.c (mips_gdbarch_init): Likewise.
255 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
256 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
257 * spu-multiarch.c (spu_gdbarch): Likewise.
258
51c935fa 2592015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
260
261 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
262 record a NULL value.
263
3b1ad7d5
KB
2642015-09-29 Kevin Buettner <kevinb@redhat.com>
265
266 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
267 and union arguments the same as pointer arguments when determining
268 size of argument.
269
86feccb9 2702015-09-29 James Bowman <james.bowman@ftdichip.com>
271
272 * ft32-tdep.c: #include "opcode/ft32.h".
273 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
274 (ft32_analyze_prologue): Use FT32_* macros.
275
2181a6c6
SM
2762015-09-28 Simon Marchi <simon.marchi@ericsson.com>
277
84d73afc 278 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
279 comment.
280
245af596
DE
2812015-09-28 Doug Evans <dje@google.com>
282
283 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
284
c402ef90
DE
2852015-09-28 Doug Evans <dje@google.com>
286
287 * common/filestuff.c (make_cleanup_close): Update comment.
288
bc84451b
SM
2892015-09-26 Simon Marchi <simark@nova.polymtl.ca>
290
291 * btrace.c (parse_xml_btrace_block): Fix cast of
292 xml_find_attribute's return value.
293 * memory-map.c (memory_map_start_memory): Likewise.
294 * solib-svr4.c (library_list_start_library): Likewise.
295 * solib-target.c (library_list_start_segment): Likewise.
296 (library_list_start_section): Likewise.
297 * tracepoint.c (traceframe_info_start_memory): Likewise.
298
ba587d55
IB
2992015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
300
301 * d-namespace.c (d_lookup_symbol): New arg langdef.
302 All callers updated. Support looking up symbol as a primitive type.
303 (lookup_module_scope): New arg langdef. All callers updated.
304 Call d_lookup_symbol directly for simple bare symbols.
305
19ba03f4
SM
3062015-09-25 Simon Marchi <simon.marchi@ericsson.com>
307
308 * macrocmd.c (print_macro_callback): Add cast(s).
309 * macrotab.c (macro_bcache_str): Likewise.
310 (new_macro_definition): Likewise.
311 * main.c (captured_main): Likewise.
312 * maint.c (print_bfd_section_info): Likewise.
313 * mdebugread.c (mdebug_build_psymtabs): Likewise.
314 (basic_type): Likewise.
315 * memattr.c (mem_region_cmp): Likewise.
316 * memory-map.c (memory_map_start_memory): Likewise.
317 (memory_map_end_memory): Likewise.
318 (memory_map_start_property): Likewise.
319 (memory_map_end_property): Likewise.
320 (clear_result): Likewise.
321 * memrange.c (compare_mem_ranges): Likewise.
322 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
323 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
324 * mi/mi-console.c (mi_console_file_delete): Likewise.
325 (mi_console_file_fputs): Likewise.
326 (mi_console_raw_packet): Likewise.
327 (mi_console_file_flush): Likewise.
328 (mi_console_set_raw): Likewise.
329 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
330 (mi_new_thread): Likewise.
331 (mi_thread_exit): Likewise.
332 (mi_record_changed): Likewise.
333 (mi_inferior_added): Likewise.
334 (mi_inferior_appeared): Likewise.
335 (mi_inferior_exit): Likewise.
336 (mi_inferior_removed): Likewise.
337 (mi_interp_data): Likewise.
338 (mi_on_normal_stop): Likewise.
339 (mi_traceframe_changed): Likewise.
340 (mi_tsv_created): Likewise.
341 (mi_tsv_deleted): Likewise.
342 (mi_tsv_modified): Likewise.
343 (mi_breakpoint_created): Likewise.
344 (mi_breakpoint_deleted): Likewise.
345 (mi_breakpoint_modified): Likewise.
346 (mi_output_running_pid): Likewise.
347 (mi_inferior_count): Likewise.
348 (mi_solib_loaded): Likewise.
349 (mi_solib_unloaded): Likewise.
350 (mi_command_param_changed): Likewise.
351 (mi_memory_changed): Likewise.
352 (report_initial_inferior): Likewise.
353 (mi_ui_out): Likewise.
354 (mi_set_logging): Likewise.
355 * mi/mi-main.c (collect_cores): Likewise.
356 (print_one_inferior): Likewise.
357 (free_vector_of_ints): Likewise.
358 (free_splay_tree): Likewise.
359 (mi_execute_command): Likewise.
360 * mi/mi-out.c (mi_table_body): Likewise.
361 (mi_table_end): Likewise.
362 (mi_table_header): Likewise.
363 (mi_begin): Likewise.
364 (mi_end): Likewise.
365 (mi_field_int): Likewise.
366 (mi_field_string): Likewise.
367 (mi_field_fmt): Likewise.
368 (mi_flush): Likewise.
369 (mi_redirect): Likewise.
370 (field_separator): Likewise.
371 (mi_open): Likewise.
372 (mi_close): Likewise.
373 (mi_out_buffered): Likewise.
374 (mi_out_rewind): Likewise.
375 (mi_out_put): Likewise.
376 (mi_version): Likewise.
377 (mi_out_data_dtor): Likewise.
378 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
379 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
380 * minidebug.c (lzma_open): Likewise.
381 (lzma_pread): Likewise.
382 (lzma_close): Likewise.
383 (lzma_stat): Likewise.
384 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
385 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
386 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
387 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
388 (mips_micro_frame_cache): Likewise.
389 (mips_insn32_frame_cache): Likewise.
390 (mips_stub_frame_cache): Likewise.
391 (gdb_print_insn_mips): Likewise.
392 (value_of_mips_user_reg): Likewise.
393 (mips_gdbarch_init): Likewise.
394 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
395 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
396 (mipsnbsd_supply_gregset): Likewise.
397 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
398 (am33_collect_gregset_method): Likewise.
399 (am33_collect_fpregset_method): Likewise.
400 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
401 * moxie-tdep.c (moxie_frame_cache): Likewise.
402 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
403 (msp430_analyze_frame_prologue): Likewise.
404 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
405 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
406 (nios2_collect_gregset): Likewise.
407 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
408 (nios2_stub_frame_cache): Likewise.
409 * objc-lang.c (find_methods): Likewise.
410 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
411 (get_objfile_pspace_data): Likewise.
412 (get_objfile_bfd_data): Likewise.
413 (objfile_bfd_data_free): Likewise.
414 (add_to_objfile_sections): Likewise.
415 (do_free_objfile_cleanup): Likewise.
416 (resume_section_map_updates_cleanup): Likewise.
417 * opencl-lang.c (builtin_opencl_type): Likewise.
418 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
419 * osdata.c (osdata_start_osdata): Likewise.
420 (osdata_start_item): Likewise.
421 (osdata_start_column): Likewise.
422 (osdata_end_column): Likewise.
423 (clear_parsing_data): Likewise.
424 (osdata_free_cleanup): Likewise.
425 * parse.c (type_stack_cleanup): Likewise.
426 (exp_uses_objfile_iter): Likewise.
427 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
428 (ppc_linux_collect_gregset): Likewise.
429 (ppu2spu_prev_arch): Likewise.
430 (ppu2spu_this_id): Likewise.
431 (ppu2spu_prev_register): Likewise.
432 (ppu2spu_unwind_register): Likewise.
433 (ppu2spu_sniffer): Likewise.
434 (ppu2spu_dealloc_cache): Likewise.
435 (ppc_linux_init_abi): Likewise.
436 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
437 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
438 * progspace.c (restore_program_space): Likewise.
439 * psymtab.c (find_pc_sect_psymtab): Likewise.
440 (compare_psymbols): Likewise.
441 (psymbol_bcache_full): Likewise.
442 (allocate_psymtab): Likewise.
443 (discard_psymtabs_upto): Likewise.
444 * python/py-block.c (set_block): Likewise.
445 (del_objfile_blocks): Likewise.
446 * python/py-breakpoint.c (build_bp_list): Likewise.
447 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
448 (build_inferior_list): Likewise.
449 (py_free_inferior): Likewise.
450 * python/py-objfile.c (py_free_objfile): Likewise.
451 (objfile_to_objfile_object): Likewise.
452 * python/py-prettyprint.c (py_restore_tstate): Likewise.
453 * python/py-progspace.c (py_free_pspace): Likewise.
454 (pspace_to_pspace_object): Likewise.
455 * python/py-symbol.c (set_symbol): Likewise.
456 (del_objfile_symbols): Likewise.
457 * python/py-symtab.c (set_sal): Likewise.
458 (set_symtab): Likewise.
459 (del_objfile_symtab): Likewise.
460 (del_objfile_sal): Likewise.
461 * python/py-type.c (save_objfile_types): Likewise.
462 (set_type): Likewise.
463 * python/py-unwind.c (pyuw_prev_register): Likewise.
464 (pyuw_on_new_gdbarch): Likewise.
465 * python/py-utils.c (py_decref): Likewise.
466 (py_xdecref): Likewise.
467 (gdb_py_generic_dict): Likewise.
468 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
469 (gdbpy_clone_xmethod_worker_data): Likewise.
470 (gdbpy_get_xmethod_arg_types): Likewise.
471 (gdbpy_get_xmethod_result_type): Likewise.
472 (gdbpy_invoke_xmethod): Likewise.
473 * python/python.c (gdbpy_apply_type_printers): Likewise.
474 (gdbpy_free_type_printers): Likewise.
475 * record-btrace.c (record_btrace_disable_callback): Likewise.
476 (bfcache_hash): Likewise.
477 (bfcache_eq): Likewise.
478 (btrace_get_frame_function): Likewise.
479 (record_btrace_frame_unwind_stop_reason): Likewise.
480 (record_btrace_frame_this_id): Likewise.
481 (record_btrace_frame_prev_register): Likewise.
482 (record_btrace_frame_dealloc_cache): Likewise.
483 * record-full.c (record_full_message_wrapper): Likewise.
484 (record_full_save_cleanups): Likewise.
485 * regcache.c (regcache_descr): Likewise.
486 (do_regcache_xfree): Likewise.
487 (do_regcache_invalidate): Likewise.
488 (do_cooked_read): Likewise.
489 (regcache_transfer_regset): Likewise.
490 * reggroups.c (reggroup_add): Likewise.
491 (reggroup_next): Likewise.
492 (reggroup_prev): Likewise.
493 * remote-fileio.c (do_remote_fileio_request): Likewise.
494 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
495 (do_notif_event_xfree): Likewise.
496 * remote.c (get_remote_arch_state): Likewise.
497 (remote_pspace_data_cleanup): Likewise.
498 (get_remote_exec_file): Likewise.
499 (set_pspace_remote_exec_file): Likewise.
500 (compare_pnums): Likewise.
501 (clear_threads_listing_context): Likewise.
502 (remote_newthread_step): Likewise.
503 (start_thread): Likewise.
504 (end_thread): Likewise.
505 (remove_child_of_pending_fork): Likewise.
506 (remove_stop_reply_for_inferior): Likewise.
507 (remove_stop_reply_of_remote_state): Likewise.
508 (remote_notif_remove_once_on_match): Likewise.
509 (stop_reply_match_ptid_and_ws): Likewise.
510 (kill_child_of_pending_fork): Likewise.
511 (register_remote_g_packet_guess): Likewise.
512 (remote_read_description_p): Likewise.
513 (remote_read_description): Likewise.
514 (free_actions_list_cleanup_wrapper): Likewise.
515 (remote_async_serial_handler): Likewise.
516 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
517 (rl78_analyze_frame_prologue): Likewise.
518 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
519 (ppc_supply_fpregset): Likewise.
520 (ppc_supply_vsxregset): Likewise.
521 (ppc_supply_vrregset): Likewise.
522 (ppc_collect_gregset): Likewise.
523 (ppc_collect_fpregset): Likewise.
524 (ppc_collect_vsxregset): Likewise.
525 (ppc_collect_vrregset): Likewise.
526 (e500_move_ev_register): Likewise.
527 (do_regcache_raw_write): Likewise.
528 (rs6000_frame_cache): Likewise.
529 (rs6000_epilogue_frame_cache): Likewise.
530 (rs6000_gdbarch_init): Likewise.
531 * rx-tdep.c (rx_get_opcode_byte): Likewise.
532 (rx_analyze_frame_prologue): Likewise.
533 (rx_frame_type): Likewise.
534 (rx_frame_sniffer_common): Likewise.
535 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
536 (s390_frame_unwind_cache): Likewise.
537 (s390_stub_frame_unwind_cache): Likewise.
538 (s390_sigtramp_frame_unwind_cache): Likewise.
539 * score-tdep.c (score_make_prologue_cache): Likewise.
540 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
541 (sentinel_frame_prev_arch): Likewise.
542 * ser-base.c (fd_event): Likewise.
543 (push_event): Likewise.
544 (ser_base_write): Likewise.
545 * ser-pipe.c (pipe_close): Likewise.
546 * serial.c (serial_write): Likewise.
547 * sh-tdep.c (sh_frame_cache): Likewise.
548 (sh_stub_this_id): Likewise.
549 * sh64-tdep.c (sh64_frame_cache): Likewise.
550 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
551 (library_list_start_library): Likewise.
552 (library_list_start_list): Likewise.
553 (solib_aix_free_library_list): Likewise.
554 * solib-darwin.c (get_darwin_info): Likewise.
555 * solib-dsbt.c (get_dsbt_info): Likewise.
556 * solib-spu.c (append_ocl_sos): Likewise.
557 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
558 (get_svr4_info): Likewise.
559 (library_list_start_library): Likewise.
560 (svr4_library_list_start_list): Likewise.
561 (hash_probe_and_action): Likewise.
562 (equal_probe_and_action): Likewise.
563 (svr4_update_solib_event_breakpoint): Likewise.
564 (set_solib_svr4_fetch_link_map_offsets): Likewise.
565 (svr4_fetch_link_map_offsets): Likewise.
566 (svr4_have_link_map_offsets): Likewise.
567 * solib-target.c (library_list_start_segment): Likewise.
568 (library_list_start_section): Likewise.
569 (library_list_start_library): Likewise.
570 (library_list_end_library): Likewise.
571 (library_list_start_list): Likewise.
572 (solib_target_free_library_list): Likewise.
573 * solib.c (solib_ops): Likewise.
574 (set_solib_ops): Likewise.
575 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
576 * sparc-tdep.c (sparc_frame_cache): Likewise.
577 (sparc32_frame_cache): Likewise.
578 (sparc32_supply_gregset): Likewise.
579 (sparc32_collect_gregset): Likewise.
580 (sparc32_supply_fpregset): Likewise.
581 (sparc32_collect_fpregset): Likewise.
582 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
583 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
584 (sparc64_collect_gregset): Likewise.
585 (sparc64_supply_fpregset): Likewise.
586 (sparc64_collect_fpregset): Likewise.
587 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
588 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
589 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
590 (sparc64obsd_trapframe_cache): Likewise.
591 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
592 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
593 * spu-multiarch.c (spu_gdbarch): Likewise.
594 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
595 (spu2ppu_prev_arch): Likewise.
596 (spu2ppu_this_id): Likewise.
597 (spu2ppu_prev_register): Likewise.
598 (spu2ppu_dealloc_cache): Likewise.
599 (spu_dis_asm_print_address): Likewise.
600 (gdb_print_insn_spu): Likewise.
601 (spu_get_overlay_table): Likewise.
602 * stabsread.c (rs6000_builtin_type): Likewise.
603 * stack.c (do_print_variable_and_value): Likewise.
604 * stap-probe.c (get_stap_base_address_1): Likewise.
605 * symfile-debug.c (debug_qf_has_symbols): Likewise.
606 (debug_qf_find_last_source_symtab): Likewise.
607 (debug_qf_forget_cached_source_info): Likewise.
608 (debug_qf_map_symtabs_matching_filename): Likewise.
609 (debug_qf_lookup_symbol): Likewise.
610 (debug_qf_print_stats): Likewise.
611 (debug_qf_dump): Likewise.
612 (debug_qf_relocate): Likewise.
613 (debug_qf_expand_symtabs_for_function): Likewise.
614 (debug_qf_expand_all_symtabs): Likewise.
615 (debug_qf_expand_symtabs_with_fullname): Likewise.
616 (debug_qf_map_matching_symbols): Likewise.
617 (debug_qf_expand_symtabs_matching): Likewise.
618 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
619 (debug_qf_map_symbol_filenames): Likewise.
620 (debug_sym_get_probes): Likewise.
621 (debug_sym_new_init): Likewise.
622 (debug_sym_init): Likewise.
623 (debug_sym_read): Likewise.
624 (debug_sym_read_psymbols): Likewise.
625 (debug_sym_finish): Likewise.
626 (debug_sym_offsets): Likewise.
627 (debug_sym_read_linetable): Likewise.
628 (debug_sym_relocate): Likewise.
629 (uninstall_symfile_debug_logging): Likewise.
630 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
631 * symfile.c (place_section): Likewise.
632 (add_section_size_callback): Likewise.
633 (load_progress): Likewise.
634 (load_section_callback): Likewise.
635 (clear_memory_write_data): Likewise.
636 (allocate_symtab): Likewise.
637 * symmisc.c (maintenance_expand_file_matcher): Likewise.
638 * symtab.c (lookup_symtab_callback): Likewise.
639 (hash_demangled_name_entry): Likewise.
640 (eq_demangled_name_entry): Likewise.
641 (get_symbol_cache): Likewise.
642 (symbol_cache_cleanup): Likewise.
643 (set_symbol_cache_size): Likewise.
644 (symbol_cache_flush): Likewise.
645 (maintenance_print_symbol_cache): Likewise.
646 (maintenance_print_symbol_cache_statistics): Likewise.
647 (delete_filename_seen_cache): Likewise.
648 (output_partial_symbol_filename): Likewise.
649 (search_symbols_file_matches): Likewise.
650 (search_symbols_name_matches): Likewise.
651 (do_free_completion_list): Likewise.
652 (maybe_add_partial_symtab_filename): Likewise.
653 (get_main_info): Likewise.
654 (main_info_cleanup): Likewise.
655 * target-dcache.c (target_dcache_cleanup): Likewise.
656 (target_dcache_init_p): Likewise.
657 (target_dcache_invalidate): Likewise.
658 (target_dcache_get): Likewise.
659 (target_dcache_get_or_init): Likewise.
660 * target-descriptions.c (target_find_description): Likewise.
661 (tdesc_find_type): Likewise.
662 (tdesc_data_cleanup): Likewise.
663 (tdesc_find_arch_register): Likewise.
664 (tdesc_register_name): Likewise.
665 (tdesc_register_type): Likewise.
666 (tdesc_register_reggroup_p): Likewise.
667 (set_tdesc_pseudo_register_name): Likewise.
668 (set_tdesc_pseudo_register_type): Likewise.
669 (set_tdesc_pseudo_register_reggroup_p): Likewise.
670 (tdesc_use_registers): Likewise.
671 (free_target_description): Likewise.
672 * target-memory.c (compare_block_starting_address): Likewise.
673 (cleanup_request_data): Likewise.
674 (cleanup_write_requests_vector): Likewise.
675 * target.c (open_target): Likewise.
676 (cleanup_restore_target_terminal): Likewise.
677 (free_memory_read_result_vector): Likewise.
678 * thread.c (disable_thread_stack_temporaries): Likewise.
679 (finish_thread_state_cleanup): Likewise.
680 (do_restore_current_thread_cleanup): Likewise.
681 (restore_current_thread_cleanup_dtor): Likewise.
682 (set_thread_refcount): Likewise.
683 (tp_array_compar): Likewise.
684 (do_captured_thread_select): Likewise.
685 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
686 (tic6x_stub_this_id): Likewise.
687 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
688 * top.c (do_restore_instream_cleanup): Likewise.
689 (gdb_readline_wrapper_cleanup): Likewise.
690 (kill_or_detach): Likewise.
691 (print_inferior_quit_action): Likewise.
692 * tracefile-tfile.c (match_blocktype): Likewise.
693 (build_traceframe_info): Likewise.
694 * tracefile.c (trace_file_writer_xfree): Likewise.
695 * tracepoint.c (memrange_cmp): Likewise.
696 (do_collect_symbol): Likewise.
697 (do_clear_collection_list): Likewise.
698 (do_restore_current_traceframe_cleanup): Likewise.
699 (restore_current_traceframe_cleanup_dtor): Likewise.
700 (free_current_marker): Likewise.
701 (traceframe_info_start_memory): Likewise.
702 (traceframe_info_start_tvar): Likewise.
703 (free_result): Likewise.
704 * tramp-frame.c (tramp_frame_cache): Likewise.
705 * tui/tui-file.c (tui_file_delete): Likewise.
706 (tui_fileopen): Likewise.
707 (tui_sfileopen): Likewise.
708 (tui_file_isatty): Likewise.
709 (tui_file_rewind): Likewise.
710 (tui_file_put): Likewise.
711 (tui_file_fputs): Likewise.
712 (tui_file_get_strbuf): Likewise.
713 (tui_file_adjust_strbuf): Likewise.
714 (tui_file_flush): Likewise.
715 * tui/tui-layout.c (make_command_window): Likewise.
716 (make_data_window): Likewise.
717 (show_source_disasm_command): Likewise.
718 (show_data): Likewise.
719 (make_source_or_disasm_window): Likewise.
720 (show_source_or_disasm_and_command): Likewise.
721 * tui/tui-out.c (tui_field_int): Likewise.
722 (tui_field_string): Likewise.
723 (tui_field_fmt): Likewise.
724 (tui_text): Likewise.
725 * typeprint.c (hash_typedef_field): Likewise.
726 (eq_typedef_field): Likewise.
727 (do_free_typedef_hash): Likewise.
728 (copy_typedef_hash_element): Likewise.
729 (do_free_global_table): Likewise.
730 (find_global_typedef): Likewise.
731 (find_typedef_in_hash): Likewise.
732 * ui-file.c (ui_file_write_for_put): Likewise.
733 (do_ui_file_xstrdup): Likewise.
734 (mem_file_delete): Likewise.
735 (mem_file_rewind): Likewise.
736 (mem_file_put): Likewise.
737 (mem_file_write): Likewise.
738 (stdio_file_delete): Likewise.
739 (stdio_file_flush): Likewise.
740 (stdio_file_read): Likewise.
741 (stdio_file_write): Likewise.
742 (stdio_file_write_async_safe): Likewise.
743 (stdio_file_fputs): Likewise.
744 (stdio_file_isatty): Likewise.
745 (stdio_file_fseek): Likewise.
746 (tee_file_delete): Likewise.
747 (tee_file_flush): Likewise.
748 (tee_file_write): Likewise.
749 (tee_file_fputs): Likewise.
750 (tee_file_isatty): Likewise.
751 * ui-out.c (do_cleanup_table_end): Likewise.
752 (do_cleanup_end): Likewise.
753 * user-regs.c (user_reg_add): Likewise.
754 (user_reg_map_name_to_regnum): Likewise.
755 (usernum_to_user_reg): Likewise.
756 (maintenance_print_user_registers): Likewise.
757 * utils.c (do_bfd_close_cleanup): Likewise.
758 (do_fclose_cleanup): Likewise.
759 (do_obstack_free): Likewise.
760 (do_ui_file_delete): Likewise.
761 (do_ui_out_redirect_pop): Likewise.
762 (do_free_section_addr_info): Likewise.
763 (restore_integer): Likewise.
764 (do_unpush_target): Likewise.
765 (do_htab_delete_cleanup): Likewise.
766 (do_restore_ui_file): Likewise.
767 (do_value_free): Likewise.
768 (do_free_so): Likewise.
769 (free_current_contents): Likewise.
770 (do_regfree_cleanup): Likewise.
771 (core_addr_hash): Likewise.
772 (core_addr_eq): Likewise.
773 (do_free_char_ptr_vec): Likewise.
774 * v850-tdep.c (v850_frame_cache): Likewise.
775 * varobj.c (do_free_variable_cleanup): Likewise.
776 * vax-tdep.c (vax_supply_gregset): Likewise.
777 (vax_frame_cache): Likewise.
778 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
779 * xml-support.c (gdb_xml_body_text): Likewise.
780 (gdb_xml_values_cleanup): Likewise.
781 (gdb_xml_start_element): Likewise.
782 (gdb_xml_start_element_wrapper): Likewise.
783 (gdb_xml_end_element): Likewise.
784 (gdb_xml_end_element_wrapper): Likewise.
785 (gdb_xml_cleanup): Likewise.
786 (gdb_xml_fetch_external_entity): Likewise.
787 (gdb_xml_parse_attr_enum): Likewise.
788 (xinclude_start_include): Likewise.
789 (xinclude_end_include): Likewise.
790 (xml_xinclude_default): Likewise.
791 (xml_xinclude_start_doctype): Likewise.
792 (xml_xinclude_end_doctype): Likewise.
793 (xml_xinclude_cleanup): Likewise.
794 (xml_fetch_content_from_file): Likewise.
795 * xml-syscall.c (free_syscalls_info): Likewise.
796 (syscall_start_syscall): Likewise.
797 * xml-tdesc.c (tdesc_end_arch): Likewise.
798 (tdesc_end_osabi): Likewise.
799 (tdesc_end_compatible): Likewise.
800 (tdesc_start_target): Likewise.
801 (tdesc_start_feature): Likewise.
802 (tdesc_start_reg): Likewise.
803 (tdesc_start_union): Likewise.
804 (tdesc_start_struct): Likewise.
805 (tdesc_start_flags): Likewise.
806 (tdesc_start_field): Likewise.
807 (tdesc_start_vector): Likewise.
808 (fetch_available_features_from_target): Likewise.
809 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
810 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
811 (xtensa_frame_cache): Likewise.
812 (xtensa_frame_prev_register): Likewise.
813 (xtensa_extract_return_value): Likewise.
814
9a3c8263
SM
8152015-09-25 Simon Marchi <simon.marchi@ericsson.com>
816
817 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
818 (aarch64_make_stub_cache): Likewise.
819 (value_of_aarch64_user_reg): Likewise.
820 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
821 (get_ada_inferior_data): Likewise.
822 (get_ada_pspace_data): Likewise.
823 (ada_pspace_data_cleanup): Likewise.
824 (ada_complete_symbol_matcher): Likewise.
825 (ada_exc_search_name_matches): Likewise.
826 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
827 (get_ada_tasks_inferior_data): Likewise.
828 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
829 (splay_obstack_alloc): Likewise.
830 (splay_obstack_free): Likewise.
831 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
832 (alpha_linux_collect_gregset): Likewise.
833 (alpha_linux_supply_fpregset): Likewise.
834 (alpha_linux_collect_fpregset): Likewise.
835 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
836 * alpha-tdep.c (alpha_lds): Likewise.
837 (alpha_sts): Likewise.
838 (alpha_sigtramp_frame_unwind_cache): Likewise.
839 (alpha_heuristic_frame_unwind_cache): Likewise.
840 (alpha_supply_int_regs): Likewise.
841 (alpha_fill_int_regs): Likewise.
842 (alpha_supply_fp_regs): Likewise.
843 (alpha_fill_fp_regs): Likewise.
844 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
845 (alphanbsd_aout_supply_gregset): Likewise.
846 (alphanbsd_supply_gregset): Likewise.
847 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
848 (amd64_x32_linux_init_abi): Likewise.
849 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
850 (amd64_collect_native_gregset): Likewise.
851 * amd64-tdep.c (amd64_frame_cache): Likewise.
852 (amd64_sigtramp_frame_cache): Likewise.
853 (amd64_epilogue_frame_cache): Likewise.
854 (amd64_supply_fxsave): Likewise.
855 (amd64_supply_xsave): Likewise.
856 (amd64_collect_fxsave): Likewise.
857 (amd64_collect_xsave): Likewise.
858 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
859 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
860 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
861 (arm_linux_collect_gregset): Likewise.
862 (arm_linux_supply_nwfpe): Likewise.
863 (arm_linux_collect_nwfpe): Likewise.
864 (arm_linux_supply_vfp): Likewise.
865 (arm_linux_collect_vfp): Likewise.
866 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
867 (arm_prologue_unwind_stop_reason): Likewise.
868 (arm_prologue_this_id): Likewise.
869 (arm_prologue_prev_register): Likewise.
870 (arm_exidx_data_free): Likewise.
871 (arm_find_exidx_entry): Likewise.
872 (arm_stub_this_id): Likewise.
873 (arm_m_exception_this_id): Likewise.
874 (arm_m_exception_prev_register): Likewise.
875 (arm_normal_frame_base): Likewise.
876 (gdb_print_insn_arm): Likewise.
877 (arm_objfile_data_free): Likewise.
878 (arm_record_special_symbol): Likewise.
879 (value_of_arm_user_reg): Likewise.
880 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
881 (armbsd_supply_gregset): Likewise.
882 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
883 (get_auto_load_pspace_data): Likewise.
884 (hash_loaded_script_entry): Likewise.
885 (eq_loaded_script_entry): Likewise.
886 (clear_section_scripts): Likewise.
887 (collect_matching_scripts): Likewise.
888 * auxv.c (auxv_inferior_data_cleanup): Likewise.
889 (get_auxv_inferior_data): Likewise.
890 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
891 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
892 * bfd-target.c (target_bfd_xfer_partial): Likewise.
893 (target_bfd_xclose): Likewise.
894 (target_bfd_get_section_table): Likewise.
895 * bfin-tdep.c (bfin_frame_cache): Likewise.
896 * block.c (find_block_in_blockvector): Likewise.
897 (call_site_for_pc): Likewise.
898 (block_find_non_opaque_type_preferred): Likewise.
899 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
900 (signal_catchpoint_remove_location): Likewise.
901 (signal_catchpoint_breakpoint_hit): Likewise.
902 (signal_catchpoint_print_one): Likewise.
903 (signal_catchpoint_print_mention): Likewise.
904 (signal_catchpoint_print_recreate): Likewise.
905 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
906 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
907 (bp_location_compare_addrs): Likewise.
908 (get_first_locp_gte_addr): Likewise.
909 (check_tracepoint_command): Likewise.
910 (do_map_commands_command): Likewise.
911 (get_breakpoint_objfile_data): Likewise.
912 (free_breakpoint_probes): Likewise.
913 (do_captured_breakpoint_query): Likewise.
914 (compare_breakpoints): Likewise.
915 (bp_location_compare): Likewise.
916 (bpstat_remove_breakpoint_callback): Likewise.
917 (do_delete_breakpoint_cleanup): Likewise.
918 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
919 (bsd_uthread_set_collect_uthread): Likewise.
920 (bsd_uthread_activate): Likewise.
921 (bsd_uthread_fetch_registers): Likewise.
922 (bsd_uthread_store_registers): Likewise.
923 * btrace.c (check_xml_btrace_version): Likewise.
924 (parse_xml_btrace_block): Likewise.
925 (parse_xml_btrace_pt_config_cpu): Likewise.
926 (parse_xml_btrace_pt_raw): Likewise.
927 (parse_xml_btrace_pt): Likewise.
928 (parse_xml_btrace_conf_bts): Likewise.
929 (parse_xml_btrace_conf_pt): Likewise.
930 (do_btrace_data_cleanup): Likewise.
931 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
932 * charset.c (cleanup_iconv): Likewise.
933 (do_cleanup_iterator): Likewise.
934 * cli-out.c (cli_uiout_dtor): Likewise.
935 (cli_table_begin): Likewise.
936 (cli_table_body): Likewise.
937 (cli_table_end): Likewise.
938 (cli_table_header): Likewise.
939 (cli_begin): Likewise.
940 (cli_end): Likewise.
941 (cli_field_int): Likewise.
942 (cli_field_skip): Likewise.
943 (cli_field_string): Likewise.
944 (cli_field_fmt): Likewise.
945 (cli_spaces): Likewise.
946 (cli_text): Likewise.
947 (cli_message): Likewise.
948 (cli_wrap_hint): Likewise.
949 (cli_flush): Likewise.
950 (cli_redirect): Likewise.
951 (out_field_fmt): Likewise.
952 (field_separator): Likewise.
953 (cli_out_set_stream): Likewise.
954 * cli/cli-cmds.c (compare_symtabs): Likewise.
955 * cli/cli-dump.c (call_dump_func): Likewise.
956 (restore_section_callback): Likewise.
957 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
958 (do_restore_user_call_depth): Likewise.
959 (do_free_command_lines_cleanup): Likewise.
960 * coff-pe-read.c (get_section_vmas): Likewise.
961 (pe_as16): Likewise.
962 (pe_as32): Likewise.
963 * coffread.c (coff_symfile_read): Likewise.
964 * common/agent.c (agent_look_up_symbols): Likewise.
965 * common/filestuff.c (do_close_cleanup): Likewise.
966 * common/format.c (free_format_pieces_cleanup): Likewise.
967 * common/vec.c (vec_o_reserve): Likewise.
968 * compile/compile-c-support.c (print_one_macro): Likewise.
969 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
970 (eq_symbol_error): Likewise.
971 (del_symbol_error): Likewise.
972 (error_symbol_once): Likewise.
973 (gcc_convert_symbol): Likewise.
974 (gcc_symbol_address): Likewise.
975 (hash_symname): Likewise.
976 (eq_symname): Likewise.
977 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
978 (eq_type_map_instance): Likewise.
979 (insert_type): Likewise.
980 (convert_type): Likewise.
981 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
982 (setup_sections): Likewise.
983 (link_hash_table_free): Likewise.
984 (copy_sections): Likewise.
985 * compile/compile-object-run.c (do_module_cleanup): Likewise.
986 * compile/compile.c (compile_print_value): Likewise.
987 (do_rmdir): Likewise.
988 (cleanup_compile_instance): Likewise.
989 (cleanup_unlink_file): Likewise.
990 * completer.c (free_completion_tracker): Likewise.
991 * corelow.c (add_to_spuid_list): Likewise.
992 * cp-namespace.c (reset_directive_searched): Likewise.
993 * cp-support.c (reset_directive_searched): Likewise.
994 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
995 (cris_frame_unwind_cache): Likewise.
996 * d-lang.c (builtin_d_type): Likewise.
997 * d-namespace.c (reset_directive_searched): Likewise.
998 * dbxread.c (dbx_free_symfile_info): Likewise.
999 (do_free_bincl_list_cleanup): Likewise.
1000 * disasm.c (hash_dis_line_entry): Likewise.
1001 (eq_dis_line_entry): Likewise.
1002 (dis_asm_print_address): Likewise.
1003 (fprintf_disasm): Likewise.
1004 (do_ui_file_delete): Likewise.
1005 * doublest.c (convert_floatformat_to_doublest): Likewise.
1006 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1007 (dummy_frame_prev_register): Likewise.
1008 (dummy_frame_this_id): Likewise.
1009 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1010 (cache_eq): Likewise.
1011 (cache_find): Likewise.
1012 (tailcall_frame_this_id): Likewise.
1013 (dwarf2_tailcall_prev_register_first): Likewise.
1014 (tailcall_frame_prev_register): Likewise.
1015 (tailcall_frame_dealloc_cache): Likewise.
1016 (tailcall_frame_prev_arch): Likewise.
1017 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1018 (dwarf2_frame_set_init_reg): Likewise.
1019 (dwarf2_frame_init_reg): Likewise.
1020 (dwarf2_frame_set_signal_frame_p): Likewise.
1021 (dwarf2_frame_signal_frame_p): Likewise.
1022 (dwarf2_frame_set_adjust_regnum): Likewise.
1023 (dwarf2_frame_adjust_regnum): Likewise.
1024 (clear_pointer_cleanup): Likewise.
1025 (dwarf2_frame_cache): Likewise.
1026 (find_cie): Likewise.
1027 (dwarf2_frame_find_fde): Likewise.
1028 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1029 (free_dwarf_expr_context_cleanup): Likewise.
1030 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1031 (locexpr_get_frame_base): Likewise.
1032 (loclist_find_frame_base_location): Likewise.
1033 (loclist_get_frame_base): Likewise.
1034 (dwarf_expr_dwarf_call): Likewise.
1035 (dwarf_expr_get_base_type): Likewise.
1036 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1037 (dwarf_expr_get_obj_addr): Likewise.
1038 (entry_data_value_coerce_ref): Likewise.
1039 (entry_data_value_copy_closure): Likewise.
1040 (entry_data_value_free_closure): Likewise.
1041 (get_frame_address_in_block_wrapper): Likewise.
1042 (dwarf2_evaluate_property): Likewise.
1043 (dwarf2_compile_property_to_c): Likewise.
1044 (needs_frame_read_addr_from_reg): Likewise.
1045 (needs_frame_get_reg_value): Likewise.
1046 (needs_frame_frame_base): Likewise.
1047 (needs_frame_frame_cfa): Likewise.
1048 (needs_frame_tls_address): Likewise.
1049 (needs_frame_dwarf_call): Likewise.
1050 (needs_dwarf_reg_entry_value): Likewise.
1051 (get_ax_pc): Likewise.
1052 (locexpr_read_variable): Likewise.
1053 (locexpr_read_variable_at_entry): Likewise.
1054 (locexpr_read_needs_frame): Likewise.
1055 (locexpr_describe_location): Likewise.
1056 (locexpr_tracepoint_var_ref): Likewise.
1057 (locexpr_generate_c_location): Likewise.
1058 (loclist_read_variable): Likewise.
1059 (loclist_read_variable_at_entry): Likewise.
1060 (loclist_describe_location): Likewise.
1061 (loclist_tracepoint_var_ref): Likewise.
1062 (loclist_generate_c_location): Likewise.
1063 * dwarf2read.c (line_header_hash_voidp): Likewise.
1064 (line_header_eq_voidp): Likewise.
1065 (dwarf2_has_info): Likewise.
1066 (dwarf2_get_section_info): Likewise.
1067 (locate_dwz_sections): Likewise.
1068 (hash_file_name_entry): Likewise.
1069 (eq_file_name_entry): Likewise.
1070 (delete_file_name_entry): Likewise.
1071 (dw2_setup): Likewise.
1072 (dw2_get_file_names_reader): Likewise.
1073 (dw2_find_pc_sect_compunit_symtab): Likewise.
1074 (hash_signatured_type): Likewise.
1075 (eq_signatured_type): Likewise.
1076 (add_signatured_type_cu_to_table): Likewise.
1077 (create_debug_types_hash_table): Likewise.
1078 (lookup_dwo_signatured_type): Likewise.
1079 (lookup_dwp_signatured_type): Likewise.
1080 (lookup_signatured_type): Likewise.
1081 (hash_type_unit_group): Likewise.
1082 (eq_type_unit_group): Likewise.
1083 (get_type_unit_group): Likewise.
1084 (process_psymtab_comp_unit_reader): Likewise.
1085 (sort_tu_by_abbrev_offset): Likewise.
1086 (process_skeletonless_type_unit): Likewise.
1087 (psymtabs_addrmap_cleanup): Likewise.
1088 (dwarf2_read_symtab): Likewise.
1089 (psymtab_to_symtab_1): Likewise.
1090 (die_hash): Likewise.
1091 (die_eq): Likewise.
1092 (load_full_comp_unit_reader): Likewise.
1093 (reset_die_in_process): Likewise.
1094 (free_cu_line_header): Likewise.
1095 (handle_DW_AT_stmt_list): Likewise.
1096 (hash_dwo_file): Likewise.
1097 (eq_dwo_file): Likewise.
1098 (hash_dwo_unit): Likewise.
1099 (eq_dwo_unit): Likewise.
1100 (create_dwo_cu_reader): Likewise.
1101 (create_dwo_unit_in_dwp_v1): Likewise.
1102 (create_dwo_unit_in_dwp_v2): Likewise.
1103 (lookup_dwo_unit_in_dwp): Likewise.
1104 (dwarf2_locate_dwo_sections): Likewise.
1105 (dwarf2_locate_common_dwp_sections): Likewise.
1106 (dwarf2_locate_v2_dwp_sections): Likewise.
1107 (hash_dwp_loaded_cutus): Likewise.
1108 (eq_dwp_loaded_cutus): Likewise.
1109 (lookup_dwo_cutu): Likewise.
1110 (abbrev_table_free_cleanup): Likewise.
1111 (dwarf2_free_abbrev_table): Likewise.
1112 (find_partial_die_in_comp_unit): Likewise.
1113 (free_line_header_voidp): Likewise.
1114 (follow_die_offset): Likewise.
1115 (follow_die_sig_1): Likewise.
1116 (free_heap_comp_unit): Likewise.
1117 (free_stack_comp_unit): Likewise.
1118 (dwarf2_free_objfile): Likewise.
1119 (per_cu_offset_and_type_hash): Likewise.
1120 (per_cu_offset_and_type_eq): Likewise.
1121 (get_die_type_at_offset): Likewise.
1122 (partial_die_hash): Likewise.
1123 (partial_die_eq): Likewise.
1124 (dwarf2_per_objfile_free): Likewise.
1125 (hash_strtab_entry): Likewise.
1126 (eq_strtab_entry): Likewise.
1127 (add_string): Likewise.
1128 (hash_symtab_entry): Likewise.
1129 (eq_symtab_entry): Likewise.
1130 (delete_symtab_entry): Likewise.
1131 (cleanup_mapped_symtab): Likewise.
1132 (add_indices_to_cpool): Likewise.
1133 (hash_psymtab_cu_index): Likewise.
1134 (eq_psymtab_cu_index): Likewise.
1135 (add_address_entry_worker): Likewise.
1136 (unlink_if_set): Likewise.
1137 (write_one_signatured_type): Likewise.
1138 (save_gdb_index_command): Likewise.
1139 * elfread.c (elf_symtab_read): Likewise.
1140 (elf_gnu_ifunc_cache_hash): Likewise.
1141 (elf_gnu_ifunc_cache_eq): Likewise.
1142 (elf_gnu_ifunc_record_cache): Likewise.
1143 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1144 (elf_get_probes): Likewise.
1145 (probe_key_free): Likewise.
1146 * f-lang.c (builtin_f_type): Likewise.
1147 * frame-base.c (frame_base_append_sniffer): Likewise.
1148 (frame_base_set_default): Likewise.
1149 (frame_base_find_by_frame): Likewise.
1150 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1151 (frame_unwind_append_unwinder): Likewise.
1152 (frame_unwind_find_by_frame): Likewise.
1153 * frame.c (frame_addr_hash): Likewise.
1154 (frame_addr_hash_eq): Likewise.
1155 (frame_stash_find): Likewise.
1156 (do_frame_register_read): Likewise.
1157 (unwind_to_current_frame): Likewise.
1158 (frame_cleanup_after_sniffer): Likewise.
1159 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1160 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1161 * ft32-tdep.c (ft32_frame_cache): Likewise.
1162 * gcore.c (do_bfd_delete_cleanup): Likewise.
1163 (gcore_create_callback): Likewise.
1164 * gdb_bfd.c (hash_bfd): Likewise.
1165 (eq_bfd): Likewise.
1166 (gdb_bfd_open): Likewise.
1167 (free_one_bfd_section): Likewise.
1168 (gdb_bfd_ref): Likewise.
1169 (gdb_bfd_unref): Likewise.
1170 (get_section_descriptor): Likewise.
1171 (gdb_bfd_map_section): Likewise.
1172 (gdb_bfd_crc): Likewise.
1173 (gdb_bfd_mark_parent): Likewise.
1174 (gdb_bfd_record_inclusion): Likewise.
1175 (gdb_bfd_requires_relocations): Likewise.
1176 (print_one_bfd): Likewise.
1177 * gdbtypes.c (type_pair_hash): Likewise.
1178 (type_pair_eq): Likewise.
1179 (builtin_type): Likewise.
1180 (objfile_type): Likewise.
1181 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1182 (vtable_address_point_offset): Likewise.
1183 (gnuv3_get_vtable): Likewise.
1184 (hash_value_and_voffset): Likewise.
1185 (eq_value_and_voffset): Likewise.
1186 (compare_value_and_voffset): Likewise.
1187 (compute_vtable_size): Likewise.
1188 (gnuv3_get_typeid_type): Likewise.
1189 * go-lang.c (builtin_go_type): Likewise.
1190 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1191 (bkscm_eq_block_smob): Likewise.
1192 (bkscm_objfile_block_map): Likewise.
1193 (bkscm_del_objfile_blocks): Likewise.
1194 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1195 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1196 (gdbscm_disasm_print_address): Likewise.
1197 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1198 (frscm_eq_frame_smob): Likewise.
1199 (frscm_inferior_frame_map): Likewise.
1200 (frscm_del_inferior_frames): Likewise.
1201 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1202 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1203 (ofscm_objfile_smob_from_objfile): Likewise.
1204 * guile/scm-ports.c (ioscm_write): Likewise.
1205 (ioscm_file_port_delete): Likewise.
1206 (ioscm_file_port_rewind): Likewise.
1207 (ioscm_file_port_put): Likewise.
1208 (ioscm_file_port_write): Likewise.
1209 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1210 (psscm_pspace_smob_from_pspace): Likewise.
1211 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1212 (scscm_recording_unwind_handler): Likewise.
1213 (gdbscm_with_catch): Likewise.
1214 (scscm_call_0_body): Likewise.
1215 (scscm_call_1_body): Likewise.
1216 (scscm_call_2_body): Likewise.
1217 (scscm_call_3_body): Likewise.
1218 (scscm_call_4_body): Likewise.
1219 (scscm_apply_1_body): Likewise.
1220 (scscm_eval_scheme_string): Likewise.
1221 (gdbscm_safe_eval_string): Likewise.
1222 (scscm_source_scheme_script): Likewise.
1223 (gdbscm_safe_source_script): Likewise.
1224 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1225 (gdbscm_call_scm_from_stringn): Likewise.
1226 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1227 (syscm_eq_symbol_smob): Likewise.
1228 (syscm_get_symbol_map): Likewise.
1229 (syscm_del_objfile_symbols): Likewise.
1230 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1231 (stscm_eq_symtab_smob): Likewise.
1232 (stscm_objfile_symtab_map): Likewise.
1233 (stscm_del_objfile_symtabs): Likewise.
1234 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1235 (tyscm_eq_type_smob): Likewise.
1236 (tyscm_type_map): Likewise.
1237 (tyscm_copy_type_recursive): Likewise.
1238 (save_objfile_types): Likewise.
1239 * guile/scm-utils.c (extract_arg): Likewise.
1240 * h8300-tdep.c (h8300_frame_cache): Likewise.
1241 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1242 * hppa-tdep.c (compare_unwind_entries): Likewise.
1243 (find_unwind_entry): Likewise.
1244 (hppa_frame_cache): Likewise.
1245 (hppa_stub_frame_unwind_cache): Likewise.
1246 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1247 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1248 (hppaobsd_supply_fpregset): Likewise.
1249 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1250 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1251 * i386-tdep.c (i386_frame_cache): Likewise.
1252 (i386_epilogue_frame_cache): Likewise.
1253 (i386_sigtramp_frame_cache): Likewise.
1254 (i386_supply_gregset): Likewise.
1255 (i386_collect_gregset): Likewise.
1256 (i386_gdbarch_init): Likewise.
1257 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1258 (i386obsd_trapframe_cache): Likewise.
1259 * i387-tdep.c (i387_supply_fsave): Likewise.
1260 (i387_collect_fsave): Likewise.
1261 (i387_supply_fxsave): Likewise.
1262 (i387_collect_fxsave): Likewise.
1263 (i387_supply_xsave): Likewise.
1264 (i387_collect_xsave): Likewise.
1265 * ia64-tdep.c (ia64_frame_cache): Likewise.
1266 (ia64_sigtramp_frame_cache): Likewise.
1267 * infcmd.c (attach_command_continuation): Likewise.
1268 (attach_command_continuation_free_args): Likewise.
1269 * inferior.c (restore_inferior): Likewise.
1270 (delete_thread_of_inferior): Likewise.
1271 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1272 (get_inflow_inferior_data): Likewise.
1273 (inflow_inferior_exit): Likewise.
1274 * infrun.c (displaced_step_clear_cleanup): Likewise.
1275 (restore_current_uiout_cleanup): Likewise.
1276 (release_stop_context_cleanup): Likewise.
1277 (do_restore_infcall_suspend_state_cleanup): Likewise.
1278 (do_restore_infcall_control_state_cleanup): Likewise.
1279 (restore_inferior_ptid): Likewise.
1280 * inline-frame.c (block_starting_point_at): Likewise.
1281 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1282 * jit.c (get_jit_objfile_data): Likewise.
1283 (get_jit_program_space_data): Likewise.
1284 (jit_object_close_impl): Likewise.
1285 (jit_find_objf_with_entry_addr): Likewise.
1286 (jit_breakpoint_deleted): Likewise.
1287 (jit_unwind_reg_set_impl): Likewise.
1288 (jit_unwind_reg_get_impl): Likewise.
1289 (jit_dealloc_cache): Likewise.
1290 (jit_frame_sniffer): Likewise.
1291 (jit_frame_prev_register): Likewise.
1292 (jit_prepend_unwinder): Likewise.
1293 (jit_inferior_exit_hook): Likewise.
1294 (free_objfile_data): Likewise.
1295 * jv-lang.c (jv_per_objfile_free): Likewise.
1296 (get_dynamics_objfile): Likewise.
1297 (get_java_class_symtab): Likewise.
1298 (builtin_java_type): Likewise.
1299 * language.c (language_string_char_type): Likewise.
1300 (language_bool_type): Likewise.
1301 (language_lookup_primitive_type): Likewise.
1302 (language_lookup_primitive_type_as_symbol): Likewise.
1303 * linespec.c (hash_address_entry): Likewise.
1304 (eq_address_entry): Likewise.
1305 (iterate_inline_only): Likewise.
1306 (iterate_name_matcher): Likewise.
1307 (decode_line_2_compare_items): Likewise.
1308 (collect_one_symbol): Likewise.
1309 (compare_symbols): Likewise.
1310 (compare_msymbols): Likewise.
1311 (add_symtabs_to_list): Likewise.
1312 (collect_symbols): Likewise.
1313 (compare_msyms): Likewise.
1314 (add_minsym): Likewise.
1315 (cleanup_linespec_result): Likewise.
1316 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1317 * linux-nat.c (delete_lwp_cleanup): Likewise.
1318 (count_events_callback): Likewise.
1319 (select_event_lwp_callback): Likewise.
1320 (resume_stopped_resumed_lwps): Likewise.
1321 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1322 (invalidate_linux_cache_inf): Likewise.
1323 (get_linux_inferior_data): Likewise.
1324 (linux_find_memory_regions_thunk): Likewise.
1325 (linux_make_mappings_callback): Likewise.
1326 (linux_corefile_thread_callback): Likewise.
1327 (find_mapping_size): Likewise.
1328 * linux-thread-db.c (find_new_threads_callback): Likewise.
1329 * lm32-tdep.c (lm32_frame_cache): Likewise.
1330 * m2-lang.c (builtin_m2_type): Likewise.
1331 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1332 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1333 (m32r_linux_supply_gregset): Likewise.
1334 (m32r_linux_collect_gregset): Likewise.
1335 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1336 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1337 * m68k-tdep.c (m68k_frame_cache): Likewise.
1338 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1339 (m68kbsd_supply_gregset): Likewise.
1340 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1341 * m88k-tdep.c (m88k_frame_cache): Likewise.
1342 (m88k_supply_gregset): Likewise.
1343
224c3ddb
SM
13442015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1345
1346 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1347 to allocation result assignment.
1348 * ada-exp.y (write_object_renaming): Likewise.
1349 (write_ambiguous_var): Likewise.
1350 (ada_nget_field_index): Likewise.
1351 (write_var_or_type): Likewise.
1352 * ada-lang.c (ada_decode_symbol): Likewise.
1353 (ada_value_assign): Likewise.
1354 (value_pointer): Likewise.
1355 (cache_symbol): Likewise.
1356 (add_nonlocal_symbols): Likewise.
1357 (ada_name_for_lookup): Likewise.
1358 (symbol_completion_add): Likewise.
1359 (ada_to_fixed_type_1): Likewise.
1360 (ada_get_next_arg): Likewise.
1361 (defns_collected): Likewise.
1362 * ada-lex.l (processId): Likewise.
1363 (processString): Likewise.
1364 * ada-tasks.c (read_known_tasks_array): Likewise.
1365 (read_known_tasks_list): Likewise.
1366 * ada-typeprint.c (decoded_type_name): Likewise.
1367 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1368 * amd64-tdep.c (amd64_push_arguments): Likewise.
1369 (amd64_displaced_step_copy_insn): Likewise.
1370 (amd64_classify_insn_at): Likewise.
1371 (amd64_relocate_instruction): Likewise.
1372 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1373 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1374 (initialize_current_architecture): Likewise.
1375 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1376 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1377 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1378 (arm_push_dummy_call): Likewise.
1379 (extend_buffer_earlier): Likewise.
1380 (arm_adjust_breakpoint_address): Likewise.
1381 (arm_skip_stub): Likewise.
1382 * auto-load.c (filename_is_in_pattern): Likewise.
1383 (maybe_add_script_file): Likewise.
1384 (maybe_add_script_text): Likewise.
1385 (auto_load_objfile_script_1): Likewise.
1386 * auxv.c (ld_so_xfer_auxv): Likewise.
1387 * ax-general.c (new_agent_expr): Likewise.
1388 (grow_expr): Likewise.
1389 (ax_reg_mask): Likewise.
1390 * bcache.c (bcache_full): Likewise.
1391 * breakpoint.c (program_breakpoint_here_p): Likewise.
1392 * btrace.c (parse_xml_raw): Likewise.
1393 * build-id.c (build_id_to_debug_bfd): Likewise.
1394 * buildsym.c (end_symtab_with_blockvector): Likewise.
1395 * c-exp.y (string_exp): Likewise.
1396 (qualified_name): Likewise.
1397 (write_destructor_name): Likewise.
1398 (operator_stoken): Likewise.
1399 (parse_number): Likewise.
1400 (scan_macro_expansion): Likewise.
1401 (yylex): Likewise.
1402 (c_print_token): Likewise.
1403 * c-lang.c (c_get_string): Likewise.
1404 (emit_numeric_character): Likewise.
1405 * charset.c (wchar_iterate): Likewise.
1406 * cli/cli-cmds.c (complete_command): Likewise.
1407 (make_command): Likewise.
1408 * cli/cli-dump.c (restore_section_callback): Likewise.
1409 (restore_binary_file): Likewise.
1410 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1411 * cli/cli-script.c (execute_control_command): Likewise.
1412 * cli/cli-setshow.c (do_set_command): Likewise.
1413 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1414 (read_pe_exported_syms): Likewise.
1415 * coffread.c (coff_read_struct_type): Likewise.
1416 (coff_read_enum_type): Likewise.
1417 * common/btrace-common.c (btrace_data_append): Likewise.
1418 * common/buffer.c (buffer_grow): Likewise.
1419 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1420 * common/format.c (parse_format_string): Likewise.
1421 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1422 * common/xml-utils.c (xml_escape_text): Likewise.
1423 * compile/compile-object-load.c (copy_sections): Likewise.
1424 (compile_object_load): Likewise.
1425 * compile/compile-object-run.c (compile_object_run): Likewise.
1426 * completer.c (filename_completer): Likewise.
1427 * corefile.c (read_memory_typed_address): Likewise.
1428 (write_memory_unsigned_integer): Likewise.
1429 (write_memory_signed_integer): Likewise.
1430 (complete_set_gnutarget): Likewise.
1431 * corelow.c (get_core_register_section): Likewise.
1432 * cp-name-parser.y (d_grab): Likewise.
1433 (allocate_info): Likewise.
1434 (cp_new_demangle_parse_info): Likewise.
1435 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1436 (cp_lookup_symbol_in_namespace): Likewise.
1437 (lookup_namespace_scope): Likewise.
1438 (find_symbol_in_baseclass): Likewise.
1439 (cp_lookup_nested_symbol): Likewise.
1440 (cp_lookup_transparent_type_loop): Likewise.
1441 * cp-support.c (copy_string_to_obstack): Likewise.
1442 (make_symbol_overload_list): Likewise.
1443 (make_symbol_overload_list_namespace): Likewise.
1444 (make_symbol_overload_list_adl_namespace): Likewise.
1445 (first_component_command): Likewise.
1446 * cp-valprint.c (cp_print_value): Likewise.
1447 * ctf.c (ctf_xfer_partial): Likewise.
1448 * d-exp.y (StringExp): Likewise.
1449 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1450 (lookup_module_scope): Likewise.
1451 (find_symbol_in_baseclass): Likewise.
1452 (d_lookup_nested_symbol): Likewise.
1453 * dbxread.c (find_stab_function_addr): Likewise.
1454 (read_dbx_symtab): Likewise.
1455 (dbx_end_psymtab): Likewise.
1456 (cp_set_block_scope): Likewise.
1457 * dcache.c (dcache_alloc): Likewise.
1458 * demangle.c (_initialize_demangler): Likewise.
1459 * dicos-tdep.c (dicos_load_module_p): Likewise.
1460 * dictionary.c (dict_create_hashed_expandable): Likewise.
1461 (dict_create_linear_expandable): Likewise.
1462 (expand_hashtable): Likewise.
1463 (add_symbol_linear_expandable): Likewise.
1464 * dwarf2-frame.c (add_cie): Likewise.
1465 (add_fde): Likewise.
1466 (dwarf2_build_frame_info): Likewise.
1467 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1468 (dwarf_expr_fetch_address): Likewise.
1469 (add_piece): Likewise.
1470 (execute_stack_op): Likewise.
1471 * dwarf2loc.c (chain_candidate): Likewise.
1472 (dwarf_entry_parameter_to_value): Likewise.
1473 (read_pieced_value): Likewise.
1474 (write_pieced_value): Likewise.
1475 * dwarf2read.c (dwarf2_read_section): Likewise.
1476 (add_type_unit): Likewise.
1477 (read_comp_units_from_section): Likewise.
1478 (fixup_go_packaging): Likewise.
1479 (dwarf2_compute_name): Likewise.
1480 (dwarf2_physname): Likewise.
1481 (create_dwo_unit_in_dwp_v1): Likewise.
1482 (create_dwo_unit_in_dwp_v2): Likewise.
1483 (read_func_scope): Likewise.
1484 (read_call_site_scope): Likewise.
1485 (dwarf2_attach_fields_to_type): Likewise.
1486 (process_structure_scope): Likewise.
1487 (mark_common_block_symbol_computed): Likewise.
1488 (read_common_block): Likewise.
1489 (abbrev_table_read_table): Likewise.
1490 (guess_partial_die_structure_name): Likewise.
1491 (fixup_partial_die): Likewise.
1492 (add_file_name): Likewise.
1493 (dwarf2_const_value_data): Likewise.
1494 (dwarf2_const_value_attr): Likewise.
1495 (build_error_marker_type): Likewise.
1496 (guess_full_die_structure_name): Likewise.
1497 (anonymous_struct_prefix): Likewise.
1498 (typename_concat): Likewise.
1499 (dwarf2_canonicalize_name): Likewise.
1500 (dwarf2_name): Likewise.
1501 (write_constant_as_bytes): Likewise.
1502 (dwarf2_fetch_constant_bytes): Likewise.
1503 (copy_string): Likewise.
1504 (parse_macro_definition): Likewise.
1505 * elfread.c (elf_symfile_segments): Likewise.
1506 (elf_rel_plt_read): Likewise.
1507 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1508 (elf_gnu_ifunc_resolve_by_got): Likewise.
1509 (elf_read_minimal_symbols): Likewise.
1510 (elf_gnu_ifunc_record_cache): Likewise.
1511 * event-top.c (top_level_prompt): Likewise.
1512 (command_line_handler): Likewise.
1513 * exec.c (resize_section_table): Likewise.
1514 * expprint.c (print_subexp_standard): Likewise.
1515 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1516 * findcmd.c (parse_find_args): Likewise.
1517 * findvar.c (address_from_register): Likewise.
1518 * frame.c (get_prev_frame_always): Likewise.
1519 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1520 (get_section_descriptor): Likewise.
1521 * gdb_obstack.c (obconcat): Likewise.
1522 (obstack_strdup): Likewise.
1523 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1524 (create_set_type): Likewise.
1525 (lookup_unsigned_typename): Likewise.
1526 (lookup_signed_typename): Likewise.
1527 (resolve_dynamic_union): Likewise.
1528 (resolve_dynamic_struct): Likewise.
1529 (add_dyn_prop): Likewise.
1530 (copy_dynamic_prop_list): Likewise.
1531 (arch_flags_type): Likewise.
1532 (append_composite_type_field_raw): Likewise.
1533 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1534 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1535 * go-exp.y (string_exp): Likewise.
1536 * go-lang.c (go_demangle): Likewise.
1537 * guile/guile.c (compute_scheme_string): Likewise.
1538 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1539 (gdbscm_canonicalize_command_name): Likewise.
1540 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1541 (ioscm_init_memory_port): Likewise.
1542 (ioscm_reinit_memory_port): Likewise.
1543 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1544 (gdbscm_gc_dup_argv): Likewise.
1545 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1546 * hppa-tdep.c (internalize_unwinds): Likewise.
1547 (read_unwind_info): Likewise.
1548 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1549 (windows_core_xfer_shared_libraries): Likewise.
1550 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1551 (i386_stap_parse_special_token_triplet): Likewise.
1552 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1553 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1554 * inf-child.c (inf_child_fileio_readlink): Likewise.
1555 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1556 (inf_ptrace_store_register): Likewise.
1557 * infrun.c (follow_exec): Likewise.
1558 (displaced_step_prepare_throw): Likewise.
1559 (save_stop_context): Likewise.
1560 (save_infcall_suspend_state): Likewise.
1561 * jit.c (jit_read_descriptor): Likewise.
1562 (jit_read_code_entry): Likewise.
1563 (jit_symtab_line_mapping_add_impl): Likewise.
1564 (finalize_symtab): Likewise.
1565 (jit_unwind_reg_get_impl): Likewise.
1566 * jv-exp.y (QualifiedName): Likewise.
1567 * jv-lang.c (get_java_utf8_name): Likewise.
1568 (type_from_class): Likewise.
1569 (java_demangle_type_signature): Likewise.
1570 (java_class_name_from_physname): Likewise.
1571 * jv-typeprint.c (java_type_print_base): Likewise.
1572 * jv-valprint.c (java_value_print): Likewise.
1573 * language.c (add_language): Likewise.
1574 * linespec.c (add_sal_to_sals_basic): Likewise.
1575 (add_sal_to_sals): Likewise.
1576 (decode_objc): Likewise.
1577 (find_linespec_symbols): Likewise.
1578 * linux-fork.c (fork_save_infrun_state): Likewise.
1579 * linux-nat.c (linux_nat_detach): Likewise.
1580 (linux_nat_fileio_readlink): Likewise.
1581 * linux-record.c (record_linux_sockaddr): Likewise.
1582 (record_linux_msghdr): Likewise.
1583 (Do): Likewise.
1584 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1585 (linux_collect_regset_section_cb): Likewise.
1586 (linux_get_siginfo_data): Likewise.
1587 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1588 (try_thread_db_load_from_dir): Likewise.
1589 (thread_db_load_search): Likewise.
1590 (info_auto_load_libthread_db): Likewise.
1591 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1592 (m32c_m16c_pointer_to_address): Likewise.
1593 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1594 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1595 * machoread.c (macho_check_dsym): Likewise.
1596 * macroexp.c (resize_buffer): Likewise.
1597 (gather_arguments): Likewise.
1598 (maybe_expand): Likewise.
1599 * macrotab.c (new_macro_key): Likewise.
1600 (new_source_file): Likewise.
1601 (new_macro_definition): Likewise.
1602 * mdebugread.c (parse_symbol): Likewise.
1603 (parse_type): Likewise.
1604 (parse_partial_symbols): Likewise.
1605 (psymtab_to_symtab_1): Likewise.
1606 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1607 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1608 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1609 (mi_cmd_data_read_memory_bytes): Likewise.
1610 (mi_cmd_data_write_memory_bytes): Likewise.
1611 (mi_cmd_trace_frame_collected): Likewise.
1612 * mi/mi-parse.c (mi_parse_argv): Likewise.
1613 (mi_parse): Likewise.
1614 * minidebug.c (lzma_open): Likewise.
1615 (lzma_pread): Likewise.
1616 * mips-tdep.c (mips_read_fp_register_single): Likewise.
1617 (mips_print_fp_register): Likewise.
1618 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1619 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1620 * mt-tdep.c (mt_register_name): Likewise.
1621 (mt_registers_info): Likewise.
1622 (mt_push_dummy_call): Likewise.
1623 * namespace.c (add_using_directive): Likewise.
1624 * nat/linux-btrace.c (perf_event_read): Likewise.
1625 (linux_enable_bts): Likewise.
1626 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1627 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1628 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1629 (nto_parse_redirection): Likewise.
1630 * objc-lang.c (objc_demangle): Likewise.
1631 (find_methods): Likewise.
1632 * objfiles.c (get_objfile_bfd_data): Likewise.
1633 (set_objfile_main_name): Likewise.
1634 (allocate_objfile): Likewise.
1635 (objfile_relocate): Likewise.
1636 (update_section_map): Likewise.
1637 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1638 * p-exp.y (exp): Likewise.
1639 (yylex): Likewise.
1640 * p-valprint.c (pascal_object_print_value): Likewise.
1641 * parse.c (initialize_expout): Likewise.
1642 (mark_completion_tag): Likewise.
1643 (copy_name): Likewise.
1644 (parse_float): Likewise.
1645 (type_stack_reserve): Likewise.
1646 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1647 (ppu2spu_prev_register): Likewise.
1648 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1649 * printcmd.c (printf_wide_c_string): Likewise.
1650 (printf_pointer): Likewise.
1651 * probe.c (parse_probes): Likewise.
1652 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1653 (cmdpy_init): Likewise.
1654 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1655 * python/py-symtab.c (set_sal): Likewise.
1656 * python/py-unwind.c (pyuw_sniffer): Likewise.
1657 * python/python.c (python_interactive_command): Likewise.
1658 (compute_python_string): Likewise.
1659 * ravenscar-thread.c (get_running_thread_id): Likewise.
1660 * record-full.c (record_full_exec_insn): Likewise.
1661 (record_full_core_open_1): Likewise.
1662 * regcache.c (regcache_raw_read_signed): Likewise.
1663 (regcache_raw_read_unsigned): Likewise.
1664 (regcache_cooked_read_signed): Likewise.
1665 (regcache_cooked_read_unsigned): Likewise.
1666 * remote-fileio.c (remote_fileio_func_open): Likewise.
1667 (remote_fileio_func_rename): Likewise.
1668 (remote_fileio_func_unlink): Likewise.
1669 (remote_fileio_func_stat): Likewise.
1670 (remote_fileio_func_system): Likewise.
1671 * remote-mips.c (mips_xfer_memory): Likewise.
1672 (mips_load_srec): Likewise.
1673 (pmon_end_download): Likewise.
1674 * remote.c (new_remote_state): Likewise.
1675 (map_regcache_remote_table): Likewise.
1676 (remote_register_number_and_offset): Likewise.
1677 (init_remote_state): Likewise.
1678 (get_memory_packet_size): Likewise.
1679 (remote_pass_signals): Likewise.
1680 (remote_program_signals): Likewise.
1681 (remote_start_remote): Likewise.
1682 (remote_check_symbols): Likewise.
1683 (remote_query_supported): Likewise.
1684 (extended_remote_attach): Likewise.
1685 (process_g_packet): Likewise.
1686 (store_registers_using_G): Likewise.
1687 (putpkt_binary): Likewise.
1688 (read_frame): Likewise.
1689 (compare_sections_command): Likewise.
1690 (remote_hostio_pread): Likewise.
1691 (remote_hostio_readlink): Likewise.
1692 (remote_file_put): Likewise.
1693 (remote_file_get): Likewise.
1694 (remote_pid_to_exec_file): Likewise.
1695 (_initialize_remote): Likewise.
1696 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1697 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1698 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1699 (bfd_uses_spe_extensions): Likewise.
1700 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1701 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1702 * solib-dsbt.c (decode_loadmap): Likewise.
1703 (fetch_loadmap): Likewise.
1704 (scan_dyntag): Likewise.
1705 (enable_break): Likewise.
1706 (dsbt_relocate_main_executable): Likewise.
1707 * solib-frv.c (fetch_loadmap): Likewise.
1708 (enable_break2): Likewise.
1709 (frv_relocate_main_executable): Likewise.
1710 * solib-spu.c (spu_relocate_main_executable): Likewise.
1711 (spu_bfd_open): Likewise.
1712 * solib-svr4.c (lm_info_read): Likewise.
1713 (read_program_header): Likewise.
1714 (find_program_interpreter): Likewise.
1715 (scan_dyntag): Likewise.
1716 (elf_locate_base): Likewise.
1717 (open_symbol_file_object): Likewise.
1718 (read_program_headers_from_bfd): Likewise.
1719 (svr4_relocate_main_executable): Likewise.
1720 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1721 * solib.c (solib_find_1): Likewise.
1722 (exec_file_find): Likewise.
1723 (solib_find): Likewise.
1724 * source.c (openp): Likewise.
1725 (print_source_lines_base): Likewise.
1726 (forward_search_command): Likewise.
1727 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
1728 * spu-tdep.c (spu2ppu_prev_register): Likewise.
1729 (spu_get_overlay_table): Likewise.
1730 * stabsread.c (patch_block_stabs): Likewise.
1731 (define_symbol): Likewise.
1732 (again:): Likewise.
1733 (read_member_functions): Likewise.
1734 (read_one_struct_field): Likewise.
1735 (read_enum_type): Likewise.
1736 (common_block_start): Likewise.
1737 * stack.c (read_frame_arg): Likewise.
1738 (backtrace_command): Likewise.
1739 * stap-probe.c (stap_parse_register_operand): Likewise.
1740 * symfile.c (syms_from_objfile_1): Likewise.
1741 (find_separate_debug_file): Likewise.
1742 (load_command): Likewise.
1743 (load_progress): Likewise.
1744 (load_section_callback): Likewise.
1745 (reread_symbols): Likewise.
1746 (add_filename_language): Likewise.
1747 (allocate_compunit_symtab): Likewise.
1748 (read_target_long_array): Likewise.
1749 (simple_read_overlay_table): Likewise.
1750 * symtab.c (symbol_set_names): Likewise.
1751 (resize_symbol_cache): Likewise.
1752 (rbreak_command): Likewise.
1753 (completion_list_add_name): Likewise.
1754 (completion_list_objc_symbol): Likewise.
1755 (add_filename_to_list): Likewise.
1756 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
1757 * target-memory.c (target_write_memory_blocks): Likewise.
1758 * target.c (target_read_string): Likewise.
1759 (read_whatever_is_readable): Likewise.
1760 (target_read_alloc_1): Likewise.
1761 (simple_search_memory): Likewise.
1762 (target_fileio_read_alloc_1): Likewise.
1763 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1764 * top.c (command_line_input): Likewise.
1765 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
1766 * tracefile.c (tracefile_fetch_registers): Likewise.
1767 * tracepoint.c (add_memrange): Likewise.
1768 (init_collection_list): Likewise.
1769 (add_aexpr): Likewise.
1770 (trace_dump_actions): Likewise.
1771 (parse_trace_status): Likewise.
1772 (parse_tracepoint_definition): Likewise.
1773 (parse_tsv_definition): Likewise.
1774 (parse_static_tracepoint_marker_definition): Likewise.
1775 * tui/tui-file.c (tui_sfileopen): Likewise.
1776 (tui_file_adjust_strbuf): Likewise.
1777 * tui/tui-io.c (tui_expand_tabs): Likewise.
1778 * tui/tui-source.c (tui_set_source_content): Likewise.
1779 * typeprint.c (find_global_typedef): Likewise.
1780 * ui-file.c (do_ui_file_xstrdup): Likewise.
1781 (ui_file_obsavestring): Likewise.
1782 (mem_file_write): Likewise.
1783 * utils.c (make_hex_string): Likewise.
1784 (get_regcomp_error): Likewise.
1785 (puts_filtered_tabular): Likewise.
1786 (gdb_realpath_keepfile): Likewise.
1787 (ldirname): Likewise.
1788 (gdb_bfd_errmsg): Likewise.
1789 (substitute_path_component): Likewise.
1790 * valops.c (search_struct_method): Likewise.
1791 (find_oload_champ_namespace_loop): Likewise.
1792 * valprint.c (print_decimal_chars): Likewise.
1793 (read_string): Likewise.
1794 (generic_emit_char): Likewise.
1795 * varobj.c (varobj_delete): Likewise.
1796 (varobj_value_get_print_value): Likewise.
1797 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
1798 * windows-tdep.c (display_one_tib): Likewise.
1799 * xcoffread.c (read_xcoff_symtab): Likewise.
1800 (process_xcoff_symbol): Likewise.
1801 (swap_sym): Likewise.
1802 (scan_xcoff_symtab): Likewise.
1803 (xcoff_initial_scan): Likewise.
1804 * xml-support.c (gdb_xml_end_element): Likewise.
1805 (xml_process_xincludes): Likewise.
1806 (xml_fetch_content_from_file): Likewise.
1807 * xml-syscall.c (xml_list_of_syscalls): Likewise.
1808 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1809
623fb775 18102015-09-23 James Bowman <james.bowman@ftdichip.com>
1811
1812 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
1813 instead of builtin_func_ptr.
1814 (ft32_pointer_to_address): New function.
1815 (ft32_address_class_type_flags): New function.
1816 (ft32_address_class_type_flags_to_name): New function.
1817 (ft32_address_class_name_to_type_flags): New function.
1818 (ft32_gdbarch_init): Set tdep->pc_type. Call
1819 set_gdbarch_pointer_to_address,
1820 set_gdbarch_address_class_type_flags
1821 set_gdbarch_address_class_name_to_type_flags,
1822 and set_gdbarch_address_class_type_flags_to_name.
1823 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
1824
e6c2c623
PMR
18252015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1826
1827 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
1828 value is a reference, actually dereference it in order to get
1829 the underlying value.
1830
bc1f8cda
SM
18312015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1832
1833 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
1834
acaa662f
SM
18352015-09-21 Simon Marchi <simon.marchi@ericsson.com>
1836
1837 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
1838 * linespec.c (linespec_lexer_lex_string): Same.
1839
4d9d419e
PL
18402015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1841
1842 * NEWS: Mention support for fast tracepoints on aarch64-linux.
1843
6ec5f4be
PL
18442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1845
1846 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
1847 variable. Call aarch64_decode_adr instead of
1848 aarch64_decode_adrp.
1849 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
1850 (aarch64_decode_adr): New function declaration.
1851 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
1852 (aarch64_decode_adr): New function, factored out from
1853 aarch64_decode_adrp to decode both adr and adrp instructions.
1854
787749ea
PL
18552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1856
1857 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
1858 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
1859 (aarch64-insn.o): New rule.
1860 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
1861 (aarch64*-*-linux*): Likewise.
1862 * arch/aarch64-insn.c: New file.
1863 * arch/aarch64-insn.h: New file.
1864 * aarch64-tdep.c: Include arch/aarch64-insn.h.
1865 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
1866 arch/aarch64-insn.h.
1867 (decode_add_sub_imm): Rename to ...
1868 (aarch64_decode_add_sub_imm): ... this.
1869 (decode_adrp): Rename to ...
1870 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
1871 Declare in arch/aarch64-insn.h.
1872 (decode_b): Rename to ...
1873 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
1874 Declare in arch/aarch64-insn.h.
1875 (decode_bcond): Rename to ...
1876 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
1877 Declare in arch/aarch64-insn.h.
1878 (decode_br): Rename to ...
1879 (aarch64_decode_br): ... this.
1880 (decode_cb): Rename to ...
1881 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
1882 Declare in arch/aarch64-insn.h.
1883 (decode_eret): Rename to ...
1884 (aarch64_decode_eret): ... this.
1885 (decode_movz): Rename to ...
1886 (aarch64_decode_movz): ... this.
1887 (decode_orr_shifted_register_x): Rename to ...
1888 (aarch64_decode_orr_shifted_register_x): ... this.
1889 (decode_ret): Rename to ...
1890 (aarch64_decode_ret): ... this.
1891 (decode_stp_offset): Rename to ...
1892 (aarch64_decode_stp_offset): ... this.
1893 (decode_stp_offset_wb): Rename to ...
1894 (aarch64_decode_stp_offset_wb): ... this.
1895 (decode_stur): Rename to ...
1896 (aarch64_decode_stur): ... this.
1897 (decode_tb): Rename to ...
1898 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
1899 Declare in arch/aarch64-insn.h.
1900 (aarch64_analyze_prologue): Adjust calls to renamed functions.
1901
183dc7ec
DE
19022015-09-20 Doug Evans <xdje42@gmail.com>
1903
1904 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
1905
2ee7123e
DE
19062015-09-20 Doug Evans <xdje42@gmail.com>
1907
1908 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
1909 variable name that collides with a parameter.
1910
7d1c9c9b
JB
19112015-09-20 Joel Brobecker <brobecker@adacore.com>
1912
1913 * dwarf2loc.c (locexpr_get_frame_base): Renames
1914 block_op_get_frame_base.
1915 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
1916 block_op_get_frame_base by reference to locexpr_get_frame_base.
1917 (loclist_get_frame_base): New function, near identical copy of
1918 locexpr_get_frame_base.
1919 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
1920 block_op_get_frame_base by reference to loclist_get_frame_base.
1921
7dc7c195
DE
19222015-09-19 Doug Evans <xdje42@gmail.com>
1923
1924 * ravenscar-thread.c (ravenscar_inferior_created): Replace
1925 current_inferior ()->gdbarch with its wrapper target_gdbarch.
1926
be550b6e
DE
19272015-09-18 Doug Evans <xdje42@gmail.com>
1928
1929 * linux-thread-db.c (record_thread): Return the created thread.
1930 (thread_from_lwp): Likewise.
1931 (thread_db_get_thread_local_address): Update.
1932
615b3f62
DE
19332015-09-18 Doug Evans <xdje42@gmail.com>
1934
1935 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
1936 move only member demangled_name up. All uses updated.
1937
015d2e7e
DE
19382015-09-18 Doug Evans <xdje42@gmail.com>
1939
1940 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
1941 kind of minimal symbol in the error message.
1942 * objfiles.c (objfile_flavour_name): New function.
1943 * objfiles.h (objfile_flavour_name): Declare.
1944
a0cc84cd
YQ
19452015-09-18 Yao Qi <yao.qi@linaro.org>
1946
1947 * nat/aarch64-linux.c: Include elf/common.h,
1948 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
1949 (aarch64_ps_get_thread_area): New function.
1950 * nat/aarch64-linux.h: Include gdb_proc_service.h.
1951 (aarch64_ps_get_thread_area): Declare.
1952 * aarch64-linux-nat.c (ps_get_thread_area): Call
1953 aarch64_ps_get_thread_area.
1954
d2939ba2
MM
19552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1956
1957 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
1958
f2665db5
MM
19592015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1960
1961 * NEWS: Announce new scheduler-locking mode.
1962 * infrun.c (schedlock_replay): New.
1963 (scheduler_enums): Add schedlock_replay.
1964 (scheduler_mode): Change default to schedlock_replay.
1965 (user_visible_resume_ptid): Handle schedlock_replay.
1966 (clear_proceed_status_thread): Stop replaying if resumed thread is
1967 not replaying.
1968 (schedlock_applies): Handle schedlock_replay.
1969 (_initialize_infrun): Document new scheduler-locking mode.
1970 * record-btrace.c (record_btrace_resume): Remove code to stop other
1971 threads when not replaying the resumed thread.
1972
7ff27e9b
MM
19732015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1974
1975 * record-btrace.c ((record_btrace_will_replay): New.
1976 (init_record_btrace_ops): Initialize to_record_will_replay.
1977 * record-full.c ((record_full_will_replay): New.
1978 (init_record_full_ops): Initialize to_record_will_replay.
1979 * target-delegates.c: Regenerated.
1980 * target.c (target_record_will_replay): New.
1981 * target.h (struct target_ops) <to_record_will_replay>: New.
1982 (target_record_will_replay): New.
1983
797094dd
MM
19842015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1985
1986 * record-btrace.c (record_btrace_resume): Call
1987 target_record_stop_replaying.
1988 (record_btrace_stop_replaying_all): New.
1989 (init_record_btrace_ops): Initialize to_record_stop_replaying.
1990 * record-full.c (record_full_stop_replaying): New.
1991 (init_record_full_ops ): Initialize to_record_stop_replaying.
1992 * target-delegates.c: Regenerated.
1993 * target.c (target_record_stop_replaying): New.
1994 * target.h (struct target_ops) <to_record_stop_replaying>: New.
1995 (target_record_stop_replaying): New.
1996
4d10e986
MM
19972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1998
1999 * record-btrace.c (record_btrace_xfer_partial)
2000 (record_btrace_store_registers, record_btrace_prepare_to_store):
2001 Call record_btrace_is_replaying with inferior_ptid instead of
2002 minus_one_ptid.
2003 (record_btrace_store_registers): Change error message.
2004
a52eab48
MM
20052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2006
2007 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2008 Update users to pass minus_one_ptid.
2009 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2010 * record.c (cmd_record_delete): Pass inferior_ptid to
2011 target_record_is_replaying.
2012 * target-delegates.c: Regenerated.
2013 * target.c (target_record_is_replaying): Add ptid argument.
2014 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2015 argument.
2016 (target_record_is_replaying): Add ptid argument.
2017
cbb55fa7
MM
20182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2019
2020 * record-btrace.c (record_btrace_open): Remove non_stop check.
2021 * NEWS: Announce that record btrace supports non-stop mode.
2022
d1988021
MM
20232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2024
2025 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2026 in the TARKET_WAITKIND_NO_HISTORY case.
2027
a6b5be76
MM
20282015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2029
2030 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2031 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2032
ec71cc2f
MM
20332015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2034
2035 * record-btrace.c (get_thread_current_frame): New.
2036 (record_btrace_start_replaying): Call get_thread_current_frame.
2037
0ca912df
MM
20382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2039
2040 * record-btrace.c (record_btrace_resume_thread): A move request
2041 overwrites a previous move request.
2042 (record_btrace_find_resume_thread): Removed.
2043 (record_btrace_resume): Resume all requested threads.
2044
e3cfc1c7
MM
20452015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2046
2047 * record-btrace.c: Include vec.h.
2048 (record_btrace_find_thread_to_move): Removed.
2049 (btrace_step_no_resumed, btrace_step_again)
2050 (record_btrace_stop_replaying_at_end): New.
2051 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2052 (record_btrace_single_step_forward): Remove calls to
2053 record_btrace_stop_replaying.
2054 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2055 BTHR_RCONT. Keep threads at the end of their history moving.
2056 (record_btrace_wait): Call record_btrace_step_thread for all threads
2057 until one reports an event. Call record_btrace_stop_replaying_at_end
2058 for the eventing thread.
2059
cf8f8f0c
MM
20602015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2061
2062 * record-btrace.c (record_btrace_single_step_forward): Return
2063 NO_HISTORY if a step brings us to the end of the execution history.
2064
011c71b6
MM
20652015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2066
2067 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2068 to ...
2069 (record_btrace_single_step_forward): ... here and
2070 (record_btrace_single_step_backward): ... here.
2071
d825d248
MM
20722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2073
2074 * record-btrace.c (btrace_step_spurious)
2075 (record_btrace_single_step_forward)
2076 (record_btrace_single_step_backward): New.
2077 (record_btrace_step_thread): Call record_btrace_single_step_forward
2078 and record_btrace_single_step_backward.
2079
3c615f99
MM
20802015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2081
2082 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2083 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2084
987e68b1
MM
20852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2086
2087 * record-btrace.c (btrace_thread_flag_to_str)
2088 (record_btrace_cancel_resume): New.
2089 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2090 (record_btrace_resume): Print execution direction.
2091 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2092 (record_btrace_wait): Call record_btrace_cancel_resume.
2093
6e4879f0
MM
20942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2095
2096 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2097 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2098 (record_btrace_find_thread_to_move): Also accept threads that have
2099 BTHR_STOP set.
2100 (btrace_step_stopped_on_request, record_btrace_stop): New.
2101 (record_btrace_step_thread): Support BTHR_STOP.
2102 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2103 (init_record_btrace_ops): Initialize to_stop.
2104
5953356c
MM
21052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2106
2107 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2108 target_is_non_stop_p ().
2109
bfca584f
PMR
21102015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2111
2112 * ada-typeprint.c (print_array_type): Do not describe arrays as
2113 packed when they embed dynamic elements.
2114
5382cfab
PW
21152015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2116
2117 * symtab.h (address_class): Document that TLS variables
2118 are handled by LOC_UNRESOLVED.
2119 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2120 * printcmd.c (address_info): Don't relocate TLS variables.
2121
b277c936
PL
21222015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2123
2124 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2125 (decode_adrp): Likewise.
2126 (decode_b): Likewise.
2127 (decode_bcond): Likewise.
2128 (decode_br): Likewise.
2129 (decode_cb): Likewise.
2130 (decode_eret): Likewise.
2131 (decode_movz): Likewise.
2132 (decode_orr_shifted_register_x): Likewise.
2133 (decode_ret): Likewise.
2134 (decode_stp_offset): Likewise.
2135 (decode_stp_offset_wb): Likewise.
2136 (decode_stur): Likewise.
2137 (decode_tb): Likewise.
2138 (aarch64_analyze_prologue): Likewise.
2139 (pass_in_x): Likewise.
2140 (pass_in_v): Likewise.
2141 (pass_on_stack): Likewise.
2142 (aarch64_push_dummy_call): Likewise.
2143 (aarch64_extract_return_value): Likewise.
2144 (aarch64_store_return_value): Likewise.
2145 (aarch64_return_value): Likewise.
2146 (aarch64_record_asimd_load_store): Likewise.
2147 (aarch64_record_load_store): Likewise.
2148 (aarch64_record_data_proc_simd_fp): Likewise.
2149
141c5cc4
JK
21502015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2153 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2154 (ppc64_skip_trampoline_code_1): ... here.
2155 (ppc64_skip_trampoline_code): New wrapper function.
2156 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2157
750ce8d1
YQ
21582015-09-15 Yao Qi <yao.qi@linaro.org>
2159
2160 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2161 function.
2162 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2163 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2164 if target_can_do_single_step returns 1.
2165 * remote.c (struct vCont_action_support) <s, S>: New fields.
2166 (PACKET_vContSupported): New enum.
2167 (remote_protocol_features): New element for vContSupported.
2168 (remote_query_supported): Append "vContSupported+".
2169 (remote_vcont_probe): Remove support_s and support_S, use
2170 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2171 vCont packet if c and C actions are not supported.
2172 (remote_can_do_single_step): New function.
2173 (init_remote_ops): Install it to to_can_do_single_step.
2174 (_initialize_remote): Call add_packet_config_cmd.
2175 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2176 (target_can_do_single_step): New macro.
2177 * target-delegates.c: Re-generated.
2178
ade90bde
YQ
21792015-09-15 Yao Qi <yao.qi@linaro.org>
2180
2181 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2182 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2183 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2184 New function.
2185 (aarch64_siginfo_from_compat_siginfo): New function.
2186 * nat/aarch64-linux.h: Include signal.h.
2187 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2188 (compat_timer_t, compat_clock_t): Likewise.
2189 (struct compat_timeval): New.
2190 (union compat_sigval): New.
2191 (struct compat_siginfo): New.
2192 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2193 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2194 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2195 (cpt_si_band, cpt_si_fd): Likewise.
2196
4c2f2a79
PA
21972015-09-14 Pedro Alves <palves@redhat.com>
2198
2199 * infrun.c (current_stop_id): New global.
2200 (get_stop_id, new_stop_id): New functions.
2201 (fetch_inferior_event): Handle normal_stop proceeding the target.
2202 (struct stop_context): New.
2203 (save_stop_context, release_stop_context_cleanup)
2204 (stop_context_changed): New functions.
2205 (normal_stop): Return true if the hook-stop changes the stop
2206 context.
2207 * infrun.h (get_stop_id): Declare.
2208 (normal_stop): Now returns int. Add documentation.
2209
919e6dbe
PMR
22102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2211
2212 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2213 comment. Handle packed arrays.
2214
b027a8fa
PA
22152015-09-14 Pedro Alves <palves@redhat.com>
2216
2217 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2218 mention of maint set/show target-non-stop.
2219
b459a59b
DB
22202015-09-11 Don Breazeal <donb@codesourcery.com>
2221
2222 * NEWS: Announce new remote packets for the exec-events
2223 feature and the exec-events feature and associated commands.
2224
d46addbb
DB
22252015-09-11 Don Breazeal <donb@codesourcery.com>
2226
2227 * remote.c (remote_exec_event_p): New function.
2228 (remote_insert_exec_catchpoint): New function.
2229 (remote_remove_exec_catchpoint): New function.
2230 (init_extended_remote_ops): Initialize extended_remote_ops
2231 members to_insert_exec_catchpoint and
2232 to_remove_exec_catchpoint.
2233
94585166
DB
22342015-09-11 Don Breazeal <donb@codesourcery.com>
2235 Luis Machado <lgustavo@codesourcery.com>
2236
2237 * infrun.c (follow_exec): Use process-style ptid for
2238 exec message. Call add_inferior_with_spaces and
2239 target_follow_exec.
2240 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2241 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2242 * remote.c (remote_pspace_data): New static variable.
2243 (remote_pspace_data_cleanup): New function.
2244 (get_remote_exec_file): New function.
2245 (set_remote_exec_file_1): New function.
2246 (set_remote_exec_file): New function.
2247 (show_remote_exec_file): New function.
2248 (remote_exec_file): Delete static variable.
2249 (anonymous enum) <PACKET_exec_event_feature>: New
2250 enumeration constant.
2251 (remote_protocol_features): Add entry for exec-events feature.
2252 (remote_query_supported): Add client side of qSupported query
2253 for exec-events feature.
2254 (remote_follow_exec): New function.
2255 (remote_parse_stop_reply): Handle 'exec' stop reason.
2256 (extended_remote_run, extended_remote_create_inferior): Call
2257 get_remote_exec_file and set_remote_exec_file_1.
2258 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2259 member.
2260 (_initialize_remote): Call
2261 register_program_space_data_with_cleanup. Call
2262 add_packet_config_cmd for remote exec-events feature.
2263 Modify call to add_setshow_string_noescape_cmd for exec-file
2264 to use new functions set_remote_exec_file and
2265 show_remote_exec_file.
2266 * target-debug.h, target-delegates.c: Regenerated.
2267 * target.c (target_follow_exec): New function.
2268 * target.h (struct target_ops) <to_follow_exec>: New member.
2269 (target_follow_exec): Declare new function.
2270
669e74e8
PL
22712015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2272
2273 * aarch64-tdep.c (decode_cb): Move up comment describing the
2274 encoding.
2275 (decode_tb): Fix a typo in comment above the function. Move up
2276 comment describing the encoding.
2277
4d50586d
PL
22782015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2279
2280 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2281
6dcaef99
MMN
22822015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2283
2284 PR gdb/18947
2285 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2286 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2287
5da1a4d3
SM
22882015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2289
2290 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2291 operations.
2292
108d56a4
SM
22932015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2294
2295 * ada-lang.c (ada_search_struct_field): Constify parameters
2296 and/or variables..
2297 (xget_renaming_scope): Likewise.
2298 (ada_is_redundant_range_encoding): Likewise.
2299 (scan_discrim_bound): Likewise.
2300 (to_fixed_range_type): Likewise.
2301
dd2e65cc
YQ
23022015-09-10 Yao Qi <yao.qi@linaro.org>
2303
2304 * breakpoint.c (download_tracepoint_locations): New local
2305 can_download_tracepoint. Check the result of
2306 target_can_download_tracepoint and save it in
2307 can_download_tracepoint if there are tracepoints to download.
2308 * linux-nat.h (enum tribool): Move it to ...
2309 * common/common-types.h: ... here.
2310
cfe75703
PA
23112015-09-09 Pedro Alves <palves@redhat.com>
2312
2313 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2314 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2315
a85a3079
PA
23162015-09-09 Pedro Alves <palves@redhat.com>
2317
2318 * continuations.c (add_continuation, restore_thread_cleanup)
2319 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2320 (do_all_continuations_thread, do_all_continuations)
2321 (discard_all_continuations_thread_callback)
2322 (discard_all_continuations_thread, discard_all_continuations)
2323 (add_intermediate_continuation)
2324 (do_all_intermediate_continuations_thread_callback)
2325 (do_all_intermediate_continuations_thread)
2326 (do_all_intermediate_continuations)
2327 (discard_all_intermediate_continuations_thread_callback)
2328 (discard_all_intermediate_continuations_thread)
2329 (discard_all_intermediate_continuations): Delete.
2330 * continuations.h (add_continuation, do_all_continuations)
2331 (do_all_continuations_thread, discard_all_continuations)
2332 (discard_all_continuations_thread, add_intermediate_continuation)
2333 (do_all_intermediate_continuations)
2334 (do_all_intermediate_continuations_thread)
2335 (discard_all_intermediate_continuations)
2336 (discard_all_intermediate_continuations_thread): Delete
2337 declarations.
2338 * event-top.c (stdin_event_handler): Delete references to
2339 continuations.
2340 * gdbthread.h (struct thread_info): Delete continuations and
2341 intermediate_continuations fields.
2342 * inf-loop.c (inferior_event_handler): Remove references to
2343 continuations.
2344 * infrun.c (infrun_thread_stop_requested_callback): Remove
2345 references to continuations.
2346 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2347 * thread.c: Don't include "continuations.h".
2348 (clear_thread_inferior_resources): Remove references to
2349 continuations.
2350
0700e23e
PA
23512015-09-09 Pedro Alves <palves@redhat.com>
2352
2353 * infcall.c (struct dummy_frame_context_saver): Delete.
2354 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2355 (dummy_frame_context_saver_drop)
2356 (dummy_frame_context_saver_cleanup)
2357 (dummy_frame_context_saver_get_regs)
2358 (dummy_frame_context_saver_setup): Delete.
2359 * infcall.h (dummy_frame_context_saver_drop)
2360 (dummy_frame_context_saver_cleanup)
2361 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2362 Delete.
2363 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2364 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2365 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2366
cfc31633
PA
23672015-09-09 Pedro Alves <palves@redhat.com>
2368
2369 * breakpoint.c: Include "thread-fsm.h".
2370 (struct until_break_command_continuation_args): Delete.
2371 (struct until_break_fsm): New.
2372 (until_break_fsm_ops): New global.
2373 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2374 (until_break_command_continuation): Delete.
2375 (until_break_fsm_clean_up): New function.
2376 (until_break_fsm_async_reply_reason): New function.
2377 (until_break_command): Adjust to create an until_break_fsm instead
2378 of a continuation.
2379 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2380 here.
2381 * infcmd.c (struct until_next_fsm): New.
2382 (until_next_fsm_ops): New global.
2383 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2384 (until_next_continuation): Delete.
2385 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2386 functions.
2387 (until_next_command): Adjust to create a new until_next_fsm
2388 instead of a continuation.
2389
388a7084
PA
23902015-09-09 Pedro Alves <palves@redhat.com>
2391
2392 * infcall.c: Include thread_fsm.h.
2393 (struct call_return_meta_info): New.
2394 (get_call_return_value): New function, factored out from
2395 call_function_by_hand_dummy.
2396 (struct call_thread_fsm): New.
2397 (call_thread_fsm_ops): New global.
2398 (new_call_thread_fsm, call_thread_fsm_should_stop)
2399 (call_thread_fsm_should_notify_stop): New functions.
2400 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2401 the thread.
2402 (call_function_by_hand_dummy): Create a new call_thread_fsm
2403 instance, associate it with the thread, and wait for the FSM to
2404 finish. If finished successfully, fetch the function's result
2405 value out of the FSM.
2406 * infrun.c (fetch_inferior_event): If the FSM says the stop
2407 shouldn't be notified, don't call normal_stop.
2408 (maybe_remove_breakpoints): New function, factored out from ...
2409 (normal_stop): ... here. Simplify.
2410 * infrun.h (maybe_remove_breakpoints): Declare.
2411 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2412 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2413 (thread_fsm_should_notify_stop): Declare.
2414
243a9253
PA
24152015-09-09 Pedro Alves <palves@redhat.com>
2416
2417 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2418 * breakpoint.c (handle_jit_event): Print debug output.
2419 (bpstat_what): Split event callback handling to ...
2420 (bpstat_run_callbacks): ... this new function.
2421 (momentary_bkpt_print_it): No longer handle bp_finish here.
2422 * breakpoint.h (bpstat_run_callbacks): Declare.
2423 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2424 <thread_fsm>: New field.
2425 (thread_cancel_execution_command): Declare.
2426 * infcmd.c: Include thread-fsm.h.
2427 (struct step_command_fsm): New.
2428 (step_command_fsm_ops): New global.
2429 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2430 (step_1): Adjust to use step_command_fsm_prepare and
2431 prepare_one_step.
2432 (struct step_1_continuation_args): Delete.
2433 (step_1_continuation): Delete.
2434 (step_command_fsm_should_stop): New function.
2435 (step_once): Delete.
2436 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2437 (prepare_one_step): New function, based on step_once.
2438 (until_next_command): Remove step_multi reference.
2439 (struct return_value_info): New.
2440 (print_return_value): Rename to ...
2441 (print_return_value_1): ... this. New struct return_value_info
2442 parameter. Adjust.
2443 (print_return_value): Reimplement as wrapper around
2444 print_return_value_1.
2445 (struct finish_command_fsm): New.
2446 (finish_command_continuation): Delete.
2447 (finish_command_fsm_ops): New global.
2448 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2449 functions.
2450 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2451 New.
2452 (finish_command_continuation_free_arg): Delete.
2453 (finish_command_fsm_async_reply_reason): New.
2454 (finish_backward, finish_forward): Change symbol parameter to a
2455 finish_command_fsm. Adjust.
2456 (finish_command): Create a finish_command_fsm. Adjust.
2457 * infrun.c: Include "thread-fsm.h".
2458 (clear_proceed_status_thread): Delete the thread's FSM.
2459 (infrun_thread_stop_requested_callback): Cancel the thread's
2460 execution command.
2461 (clean_up_just_stopped_threads_fsms): New function.
2462 (fetch_inferior_event): Handle the event_thread's should_stop
2463 method saying the command isn't done yet.
2464 (process_event_stop_test): Run breakpoint callbacks here.
2465 (print_stop_event): Rename to ...
2466 (print_stop_location): ... this.
2467 (restore_current_uiout_cleanup): New function.
2468 (print_stop_event): Reimplement.
2469 (normal_stop): No longer notify the end_stepping_range observers
2470 here handle "step N" nor "finish" here. No longer call
2471 print_stop_event here.
2472 * infrun.h (struct return_value_info): Forward declare.
2473 (print_return_value): Declare.
2474 (print_stop_event): Change prototype.
2475 * thread-fsm.c: New file.
2476 * thread-fsm.h: New file.
2477 * thread.c: Include "thread-fsm.h".
2478 (thread_cancel_execution_command): New function.
2479 (clear_thread_inferior_resources): Call it.
2480 * cli/cli-interp.c (cli_on_normal_stop): New function.
2481 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2482 observer.
2483 * mi/mi-interp.c: Include "thread-fsm.h".
2484 (restore_current_uiout_cleanup): Delete.
2485 (mi_on_normal_stop): If the thread has an FSM associated, and it
2486 finished, ask it for the async-reply-reason to print. Always call
2487 print_stop_event here, regardless of the top-level interpreter.
2488 Check bpstat_what to tell whether an asynchronous breakpoint hit
2489 triggered.
2490 * tui/tui-interp.c (tui_on_normal_stop): New function.
2491 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2492
0b333c5e
PA
24932015-09-09 Pedro Alves <palves@redhat.com>
2494
2495 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2496 check whether the target can async.
2497 * inf-loop.c (inferior_event_handler): Only call target_async if
2498 the target can async.
2499 * infcall.c: Include top.h and interps.h.
2500 (run_inferior_call): For the interpreter to sync mode while
2501 running the infcall. Call wait_sync_command_done instead of
2502 wait_for_inferior plus normal_stop.
2503 * infcmd.c (prepare_execution_command): Don't check whether the
2504 target can async when running in the foreground.
2505 (step_1): Delete synchronous case handling.
2506 (step_once): Always install a continuation, even in sync mode.
2507 (until_next_command, finish_forward): Don't check whether the
2508 target can async.
2509 (attach_command_post_wait, notice_new_inferior): Always install a
2510 continuation, even in sync mode.
2511 * infrun.c (mark_infrun_async_event_handler): New function.
2512 (proceed): In sync mode, mark infrun's event source instead of
2513 waiting for events here.
2514 (fetch_inferior_event): If the target can't async, do a blocking
2515 wait.
2516 (prepare_to_wait): In sync mode, mark infrun's event source.
2517 (infrun_async_inferior_event_handler): No longer bail out if the
2518 target can't async.
2519 * infrun.h (mark_infrun_async_event_handler): New declaration.
2520 * linux-nat.c (linux_nat_wait_1): Remove calls to
2521 set_sigint_trap/clear_sigint_trap.
2522 (linux_nat_terminal_inferior): No longer check whether the target
2523 can async.
2524 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2525 comment.
2526 (mi_execute_command_input_handler): No longer check whether the
2527 target is async. Update and simplify comment.
2528 * target.c (default_target_wait): New function.
2529 * target.h (struct target_ops) <to_wait>: Now defaults to
2530 default_target_wait.
2531 (default_target_wait): Declare.
2532 * top.c (wait_sync_command_done): New function, factored out from
2533 ...
2534 (maybe_wait_sync_command_done): ... this.
2535 * top.h (wait_sync_command_done): Declare.
2536 * target-delegates.c: Regenerate.
2537
0568462b
MM
25382015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2539
2540 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2541 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2542 Remove include of sys/utsname.h.
2543 (linux_determine_kernel_ptr_bits): Remove.
2544 (linux_determine_kernel_start): New.
2545 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2546 Update check.
2547 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2548 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2549 initialization.
2550 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2551 assignment.
2552
72e02483
PA
25532015-09-07 Pedro Alves <palves@redhat.com>
2554
2555 * guile/guile-internal.h (as_a_scm_t_subr): New.
2556 * guile/guile.c (misc_guile_functions): Use it.
2557 * guile/scm-arch.c (arch_functions): Use it.
2558 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2559 Use it.
2560 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2561 * guile/scm-cmd.c (command_functions): Use it.
2562 * guile/scm-disasm.c (disasm_functions): Use it.
2563 * guile/scm-exception.c (exception_functions)
2564 (private_exception_functions): Use it.
2565 * guile/scm-frame.c (frame_functions)
2566 * guile/scm-gsmob.c (gsmob_functions): Use it.
2567 * guile/scm-iterator.c (iterator_functions): Use it.
2568 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2569 * guile/scm-math.c (math_functions): Use it.
2570 * guile/scm-objfile.c (objfile_functions): Use it.
2571 * guile/scm-param.c (parameter_functions): Use it.
2572 * guile/scm-ports.c (port_functions, private_port_functions): Use
2573 it.
2574 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2575 * guile/scm-progspace.c (pspace_functions): Use it.
2576 * guile/scm-string.c (string_functions): Use it.
2577 * guile/scm-symbol.c (symbol_functions): Use it.
2578 * guile/scm-symtab.c (symtab_functions): Use it.
2579 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2580 it.
2581 * guile/scm-value.c (value_functions): Use it.
2582
e65b5245
AB
25832015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2586 (tui_next_win): Likewise.
2587 (tui_prev_win): Likewise.
2588 (tui_partial_win_by_name): Likewise.
2589 (tui_init_generic_part): Likewise.
2590 (init_content_element): Likewise.
2591 (tui_del_window): Likewise.
2592 (tui_free_window): Likewise.
2593 (tui_del_data_windows): Likewise.
2594 (tui_free_data_content): Likewise.
2595 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2596 * tui/tui-regs.c (tui_show_register_group): Likewise.
2597 * tui/tui-win.c (tui_resize_all): Likewise.
2598 (tui_set_focus): Likewise.
2599 (tui_set_win_height): Likewise.
2600 (make_invisible_and_set_new_height): Likewise.
2601 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2602 * tui/tui-wingeneral.c (make_visible): Likewise.
2603
b03e6ad9
AB
26042015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2607
be903358
AB
26082015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2611 pointer.
2612 * dbxread.c (dbx_end_psymtab): Likewise.
2613 * gnu-nat.c (gnu_write_inferior): Likewise.
2614 * mdebugread.c (cross_ref): Likewise.
2615 * p-valprint.c (pascal_val_print): Likewise.
2616 * xcoffread.c (xcoff_end_psymtab): Likewise.
2617
02f024f9
YQ
26182015-09-04 Yao Qi <yao.qi@linaro.org>
2619
2620 * NEWS: Mention the aarch64 multi-arch debugging support.
2621
cd7c1778
PMR
26222015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2623
2624 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2625 type instead of a TYPE_CODE_INT one for the string_char_type
2626 and the ada_primitive_type_char types.
2627
39edd165
YQ
26282015-09-03 Yao Qi <yao.qi@linaro.org>
2629
2630 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2631 Move code to aarch64_linux_region_ok_for_watchpoint. Call
2632 aarch64_linux_region_ok_for_watchpoint.
2633 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2634 New function.
2635 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2636 Declare it.
2637
6c214e7c
PP
26382015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2639
2640 * gdb_obstack.h (obstack_strdup): Declare.
2641 * gdb_obstack.c (obstack_strdup): Define.
2642 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2643 * gdbarch.c: Regenerate.
2644 * gdbarch.h: Regenerate.
2645 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2646
eed8b28a
PP
26472015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2648
2649 * gdbtypes.c (copy_type_recursive): Update documentation.
2650
73c6b475
SDJ
26512015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2652
2653 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2654 as zero.
2655
ad1c917a
SDJ
26562015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2657
2658 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2659
3bd7e5b7
SDJ
26602015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2661
2662 * solib-svr4.c (solib_event_probe_action): Call
2663 get_probe_argument_count using TRY...CATCH.
2664 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2665
f469e8ce
SDJ
26662015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2667
2668 * probe.h (struct probe_ops) <get_probe_argument_count,
2669 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2670 the comment that the function can throw an exception.
2671 (get_probe_argument_count): Likewise.
2672 (evaluate_probe_argument): Likewise.
2673 * stap-probe.c (stap_get_opcode): Call error instead of
2674 internal_error.
2675 (stap_get_expected_argument_type): Likewise. Add argument
2676 'probe'. Improve error message by mentioning the probe's name.
2677 (stap_parse_probe_arguments): Adjust call to
2678 stap_get_expected_argument_type.
2679 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
2680 not zero. Call internal_error if GDB requests an argument but the
2681 probe has no arguments.
2682
dc5c8746
PMR
26832015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2684
2685 * ada-lang.c (ada_resolve_function): Do not ask the user what
2686 match to use when in completion mode.
2687
136765ea
AB
26882015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * tui/tui-data.c (tui_win_name): Make local variable const, remove
2691 cast of NULL.
2692
90b81c5f
MF
26932015-08-31 Max Filippov <jcmvbkbc@gmail.com>
2694
2695 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2696 call_abi using XSHAL_ABI macro.
2697
1cd36e54
DE
26982015-08-29 Doug Evans <xdje42@gmail.com>
2699
2700 * symtab.h (struct symbol): Tweak comment.
2701
8f57eec2
PP
27022015-08-29 Patrick Palka <patrick@parcs.ath.cx>
2703
2704 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2705 gdbarch obstack instead of on the heap. Update commentary
2706 accordingly.
2707
38eebd71
JB
27082015-08-28 Joel Brobecker <brobecker@adacore.com>
2709
2710 GDB 7.10 released.
2711
d63dd61e
SM
27122015-08-28 Simon Marchi <simon.marchi@ericsson.com>
2713
2714 * NEWS: Update entry about non-8-bits addressable memory.
2715
6f059256
UW
27162015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
2717
2718 Revert:
2719 2014-11-06 Doug Evans <xdje42@gmail.com>
2720 * solib.c (solib_global_lookup): Fetch arch from objfile,
2721 not target_gdbarch.
2722
70987a92 27232015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
2724
2725 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
2726 attempt to relocate a TLS variable offset.
2727
70987a92 27282015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
2729
2730 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
2731 registered yet. Set inferior_ptid while calling target_read_memory.
2732
70987a92 27332015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
2734
2735 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
2736 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
2737 * linux-nat.c (check_stopped_by_breakpoint): Use
2738 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
2739
70987a92 27402015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
2741
2742 * linux-thread-db.c (thread_db_get_thread_local_address): If the
2743 thread was not yet discovered, use thread_from_lwp instead of
2744 calling thread_db_find_new_threads_1.
2745
f5cdf498
SM
27462015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2747
2748 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
2749 statements.
2750
fd2ae5d6
SM
27512015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2752
2753 * NEWS: Document support for non-8-bits addressable memory.
2754
14d88147
PA
27552015-08-27 Pedro Alves <palves@redhat.com>
2756
2757 * configure.ac: Remove AC_TYPE_SIGNAL call.
2758 * configure, config.in: Regenerate.
2759
a40805d4
PA
27602015-08-27 Pedro Alves <palves@redhat.com>
2761
2762 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
2763 * extension-priv.h: Include signal.h.
2764 (struct signal_handler) <handler>: Change type to sighandler_t.
2765 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
2766 * inflow.c (sigint_ours, sigquit_ours): Change type to
2767 sighandler_t.
2768 (child_terminal_inferior): Remove casts.
2769 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
2770 (osig): Change type to sighandler_t.
2771 * nto-procfs.c (ofunc): Change type to sighandler_t.
2772 (procfs_wait): Remove casts.
2773 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
2774 * remote-sim.c (gdbsim_wait): Use sighandler_t.
2775 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
2776
0750520d
PA
27772015-08-27 Pedro Alves <palves@redhat.com>
2778
2779 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
2780 * gnulib/aclocal.m4: Renegerate.
2781 * gnulib/config.in: Renegerate.
2782 * gnulib/configure: Renegerate.
2783 * gnulib/import/Makefile.am: Update.
2784 * gnulib/import/Makefile.in: Regenerate.
2785 * gnulib/import/m4/gnulib-cache.m4: Update.
2786 * gnulib/import/m4/gnulib-comp.m4: Update.
2787 * gnulib/import/m4/signal_h.m4: New file.
2788 * gnulib/import/signal.in.h: New file.
2789
a5c0808e
PA
27902015-08-27 Pedro Alves <palves@redhat.com>
2791
2792 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
2793 (MIN_MEMORY_PACKET_SIZE): New.
2794 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
2795 (get_memory_packet_size): Adjust. No longer limit the max packet
2796 size.
2797 (set_memory_packet_size): Adjust, and remove dead code.
2798 (remote_check_symbols): Use xmalloc and a cleanup instead of
2799 alloca.
2800 (remote_packet_size): No longer cap the packet size.
2801 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
2802
cdaec3f3
LM
28032015-08-26 Luis Machado <lgustavo@codesourcery.com>
2804
2805 * compile/compile.c (compile_to_object): Mention language in
2806 error message.
2807
e9756d52
PP
28082015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2809
2810 * target.c (target_pre_inferior): Unset attach_flag.
2811
1dc7a623
SM
28122015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2813
2814 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
2815 * gdbarch.c: Re-generate.
2816
8d749320
SM
28172015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2818
6711b7f8
SM
2819 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
2820 function with the XNEW-family equivalent.
8d749320
SM
2821 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
2822 * ada-exp.y (write_ambiguous_var): Likewise.
2823 * ada-lang.c (resolve_subexp): Likewise.
2824 (user_select_syms): Likewise.
2825 (assign_aggregate): Likewise.
2826 (ada_evaluate_subexp): Likewise.
2827 (cache_symbol): Likewise.
2828 * addrmap.c (allocate_key): Likewise.
2829 (addrmap_create_mutable): Likewise.
2830 * aix-thread.c (sync_threadlists): Likewise.
2831 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
2832 (alpha_gdbarch_init): Likewise.
2833 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
2834 * arm-linux-nat.c (arm_linux_add_process): Likewise.
2835 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2836 * arm-tdep.c (push_stack_item): Likewise.
2837 (arm_displaced_step_copy_insn): Likewise.
2838 (arm_gdbarch_init): Likewise.
2839 (_initialize_arm_tdep): Likewise.
2840 * avr-tdep.c (push_stack_item): Likewise.
2841 * ax-general.c (new_agent_expr): Likewise.
2842 * block.c (block_initialize_namespace): Likewise.
2843 * breakpoint.c (alloc_counted_command_line): Likewise.
2844 (update_dprintf_command_list): Likewise.
2845 (parse_breakpoint_sals): Likewise.
2846 (decode_static_tracepoint_spec): Likewise.
2847 (until_break_command): Likewise.
2848 (clear_command): Likewise.
2849 (update_global_location_list): Likewise.
2850 (get_breakpoint_objfile_data) Likewise.
2851 * btrace.c (ftrace_new_function): Likewise.
2852 (btrace_set_insn_history): Likewise.
2853 (btrace_set_call_history): Likewise.
2854 * buildsym.c (add_symbol_to_list): Likewise.
2855 (record_pending_block): Likewise.
2856 (start_subfile): Likewise.
2857 (start_buildsym_compunit): Likewise.
2858 (push_subfile): Likewise.
2859 (end_symtab_get_static_block): Likewise.
2860 (buildsym_init): Likewise.
2861 * cli/cli-cmds.c (source_command): Likewise.
2862 * cli/cli-decode.c (add_cmd): Likewise.
2863 * cli/cli-script.c (build_command_line): Likewise.
2864 (setup_user_args): Likewise.
2865 (realloc_body_list): Likewise.
2866 (process_next_line): Likewise.
2867 (copy_command_lines): Likewise.
2868 * cli/cli-setshow.c (do_set_command): Likewise.
2869 * coff-pe-read.c (read_pe_exported_syms): Likewise.
2870 * coffread.c (coff_locate_sections): Likewise.
2871 (coff_symtab_read): Likewise.
2872 (coff_read_struct_type): Likewise.
2873 * common/cleanups.c (make_my_cleanup2): Likewise.
2874 * common/common-exceptions.c (throw_it): Likewise.
2875 * common/filestuff.c (make_cleanup_close): Likewise.
2876 * common/format.c (parse_format_string): Likewise.
2877 * common/queue.h (DEFINE_QUEUE_P): Likewise.
2878 * compile/compile-object-load.c (munmap_list_add): Likewise.
2879 (compile_object_load): Likewise.
2880 * compile/compile-object-run.c (compile_object_run): Likewise.
2881 * compile/compile.c (append_args): Likewise.
2882 * corefile.c (specify_exec_file_hook): Likewise.
2883 * cp-support.c (make_symbol_overload_list): Likewise.
2884 * cris-tdep.c (push_stack_item): Likewise.
2885 (cris_gdbarch_init): Likewise.
2886 * ctf.c (ctf_trace_file_writer_new): Likewise.
2887 * dbxread.c (init_header_files): Likewise.
2888 (add_new_header_file): Likewise.
2889 (init_bincl_list): Likewise.
2890 (dbx_end_psymtab): Likewise.
2891 (start_psymtab): Likewise.
2892 (dbx_end_psymtab): Likewise.
2893 * dcache.c (dcache_init): Likewise.
2894 * dictionary.c (dict_create_hashed): Likewise.
2895 (dict_create_hashed_expandable): Likewise.
2896 (dict_create_linear): Likewise.
2897 (dict_create_linear_expandable): Likewise.
2898 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
2899 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
2900 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
2901 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2902 (decode_frame_entry_1): Likewise.
2903 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
2904 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2905 * dwarf2read.c (dwarf2_has_info): Likewise.
2906 (create_signatured_type_table_from_index): Likewise.
2907 (dwarf2_read_index): Likewise.
2908 (dw2_get_file_names_reader): Likewise.
2909 (create_all_type_units): Likewise.
2910 (read_cutu_die_from_dwo): Likewise.
2911 (init_tu_and_read_dwo_dies): Likewise.
2912 (init_cutu_and_read_dies): Likewise.
2913 (create_all_comp_units): Likewise.
2914 (queue_comp_unit): Likewise.
2915 (inherit_abstract_dies): Likewise.
2916 (read_call_site_scope): Likewise.
2917 (dwarf2_add_field): Likewise.
2918 (dwarf2_add_typedef): Likewise.
2919 (dwarf2_add_member_fn): Likewise.
2920 (attr_to_dynamic_prop): Likewise.
2921 (abbrev_table_alloc_abbrev): Likewise.
2922 (abbrev_table_read_table): Likewise.
2923 (add_include_dir): Likewise.
2924 (add_file_name): Likewise.
2925 (dwarf_decode_line_header): Likewise.
2926 (dwarf2_const_value_attr): Likewise.
2927 (dwarf_alloc_block): Likewise.
2928 (parse_macro_definition): Likewise.
2929 (set_die_type): Likewise.
2930 (write_psymtabs_to_index): Likewise.
2931 (create_cus_from_index): Likewise.
2932 (dwarf2_create_include_psymtab): Likewise.
2933 (process_psymtab_comp_unit_reader): Likewise.
2934 (build_type_psymtab_dependencies): Likewise.
2935 (read_comp_units_from_section): Likewise.
2936 (compute_compunit_symtab_includes): Likewise.
2937 (create_dwo_unit_in_dwp_v1): Likewise.
2938 (create_dwo_unit_in_dwp_v2): Likewise.
2939 (read_func_scope): Likewise.
2940 (process_structure_scope): Likewise.
2941 (mark_common_block_symbol_computed): Likewise.
2942 (load_partial_dies): Likewise.
2943 (dwarf2_symbol_mark_computed): Likewise.
2944 * elfread.c (elf_symfile_segments): Likewise.
2945 (elf_read_minimal_symbols): Likewise.
2946 * environ.c (make_environ): Likewise.
2947 * eval.c (evaluate_subexp_standard): Likewise.
2948 * event-loop.c (create_file_handler): Likewise.
2949 (create_async_signal_handler): Likewise.
2950 (create_async_event_handler): Likewise.
2951 (create_timer): Likewise.
2952 * exec.c (build_section_table): Likewise.
2953 * fbsd-nat.c (fbsd_remember_child): Likewise.
2954 * fork-child.c (fork_inferior): Likewise.
2955 * frv-tdep.c (new_variant): Likewise.
2956 * gdbarch.sh (gdbarch_alloc): Likewise.
2957 (append_name): Likewise.
2958 * gdbtypes.c (rank_function): Likewise.
2959 (copy_type_recursive): Likewise.
2960 (add_dyn_prop): Likewise.
2961 * gnu-nat.c (make_proc): Likewise.
2962 (make_inf): Likewise.
2963 (gnu_write_inferior): Likewise.
2964 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
2965 (build_std_type_info_type): Likewise.
2966 * guile/scm-param.c (compute_enum_list): Likewise.
2967 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
2968 * guile/scm-value.c (gdbscm_value_call): Likewise.
2969 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2970 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
2971 (read_unwind_info): Likewise.
2972 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2973 * infcall.c (dummy_frame_context_saver_setup): Likewise.
2974 (call_function_by_hand_dummy): Likewise.
2975 * infcmd.c (step_once): Likewise.
2976 (finish_forward): Likewise.
2977 (attach_command): Likewise.
2978 (notice_new_inferior): Likewise.
2979 * inferior.c (add_inferior_silent): Likewise.
2980 * infrun.c (add_displaced_stepping_state): Likewise.
2981 (save_infcall_control_state): Likewise.
2982 (save_inferior_ptid): Likewise.
2983 (_initialize_infrun): Likewise.
2984 * jit.c (bfd_open_from_target_memory): Likewise.
2985 (jit_gdbarch_data_init): Likewise.
2986 * language.c (add_language): Likewise.
2987 * linespec.c (decode_line_2): Likewise.
2988 * linux-nat.c (add_to_pid_list): Likewise.
2989 (add_initial_lwp): Likewise.
2990 * linux-thread-db.c (add_thread_db_info): Likewise.
2991 (record_thread): Likewise.
2992 (info_auto_load_libthread_db): Likewise.
2993 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
2994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2995 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2996 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
2997 * macrocmd.c (macro_define_command): Likewise.
2998 * macroexp.c (gather_arguments): Likewise.
2999 * macroscope.c (sal_macro_scope): Likewise.
3000 * macrotab.c (new_macro_table): Likewise.
3001 * mdebugread.c (push_parse_stack): Likewise.
3002 (parse_partial_symbols): Likewise.
3003 (parse_symbol): Likewise.
3004 (psymtab_to_symtab_1): Likewise.
3005 (new_block): Likewise.
3006 (new_psymtab): Likewise.
3007 (mdebug_build_psymtabs): Likewise.
3008 (add_pending): Likewise.
3009 (elfmdebug_build_psymtabs): Likewise.
3010 * mep-tdep.c (mep_gdbarch_init): Likewise.
3011 * mi/mi-main.c (mi_execute_command): Likewise.
3012 * mi/mi-parse.c (mi_parse_argv): Likewise.
3013 * minidebug.c (lzma_open): Likewise.
3014 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3015 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3016 * mips-tdep.c (mips_gdbarch_init): Likewise.
3017 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3018 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3019 * mt-tdep.c (mt_registers_info): Likewise.
3020 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3021 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3022 (linux_enable_pt): Likewise.
3023 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3024 (linux_xfer_osdata_processgroups): Likewise.
3025 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3026 * nto-procfs.c (procfs_meminfo): Likewise.
3027 * objc-lang.c (start_msglist): Likewise.
3028 (selectors_info): Likewise.
3029 (classes_info): Likewise.
3030 (find_methods): Likewise.
3031 * objfiles.c (allocate_objfile): Likewise.
3032 (update_section_map): Likewise.
3033 * osabi.c (gdbarch_register_osabi): Likewise.
3034 (gdbarch_register_osabi_sniffer): Likewise.
3035 * parse.c (start_arglist): Likewise.
3036 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3037 (hwdebug_insert_point): Likewise.
3038 * printcmd.c (display_command): Likewise.
3039 (ui_printf): Likewise.
3040 * procfs.c (create_procinfo): Likewise.
3041 (load_syscalls): Likewise.
3042 (proc_get_LDT_entry): Likewise.
3043 (proc_update_threads): Likewise.
3044 * prologue-value.c (make_pv_area): Likewise.
3045 (pv_area_store): Likewise.
3046 * psymtab.c (extend_psymbol_list): Likewise.
3047 (init_psymbol_list): Likewise.
3048 (allocate_psymtab): Likewise.
3049 * python/py-inferior.c (add_thread_object): Likewise.
3050 * python/py-param.c (compute_enum_values): Likewise.
3051 * python/py-value.c (valpy_call): Likewise.
3052 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3053 * python/python.c (ensure_python_env): Likewise.
3054 * record-btrace.c (record_btrace_start_replaying): Likewise.
3055 * record-full.c (record_full_reg_alloc): Likewise.
3056 (record_full_mem_alloc): Likewise.
3057 (record_full_end_alloc): Likewise.
3058 (record_full_core_xfer_partial): Likewise.
3059 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3060 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3061 * remote-notif.c (remote_notif_state_allocate): Likewise.
3062 * remote.c (demand_private_info): Likewise.
3063 (remote_notif_stop_alloc_reply): Likewise.
3064 (remote_enable_btrace): Likewise.
3065 * reverse.c (save_bookmark_command): Likewise.
3066 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3067 * rx-tdep.c (rx_gdbarch_init): Likewise.
3068 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3069 * ser-go32.c (dos_get_tty_state): Likewise.
3070 (dos_copy_tty_state): Likewise.
3071 * ser-mingw.c (ser_windows_open): Likewise.
3072 (ser_console_wait_handle): Likewise.
3073 (ser_console_get_tty_state): Likewise.
3074 (make_pipe_state): Likewise.
3075 (net_windows_open): Likewise.
3076 * ser-unix.c (hardwire_get_tty_state): Likewise.
3077 (hardwire_copy_tty_state): Likewise.
3078 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3079 * solib-dsbt.c (dsbt_current_sos): Likewise.
3080 (dsbt_relocate_main_executable): Likewise.
3081 * solib-frv.c (frv_current_sos): Likewise.
3082 (frv_relocate_main_executable): Likewise.
3083 * solib-spu.c (spu_bfd_fopen): Likewise.
3084 * solib-svr4.c (lm_info_read): Likewise.
3085 (svr4_copy_library_list): Likewise.
3086 (svr4_default_sos): Likewise.
3087 * source.c (find_source_lines): Likewise.
3088 (line_info): Likewise.
3089 (add_substitute_path_rule): Likewise.
3090 * spu-linux-nat.c (spu_bfd_open): Likewise.
3091 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3092 * stabsread.c (dbx_lookup_type): Likewise.
3093 (read_type): Likewise.
3094 (read_member_functions): Likewise.
3095 (read_struct_fields): Likewise.
3096 (read_baseclasses): Likewise.
3097 (read_args): Likewise.
3098 (_initialize_stabsread): Likewise.
3099 * stack.c (func_command): Likewise.
3100 * stap-probe.c (handle_stap_probe): Likewise.
3101 * symfile.c (addrs_section_sort): Likewise.
3102 (addr_info_make_relative): Likewise.
3103 (load_section_callback): Likewise.
3104 (add_symbol_file_command): Likewise.
3105 (init_filename_language_table): Likewise.
3106 * symtab.c (create_filename_seen_cache): Likewise.
3107 (sort_search_symbols_remove_dups): Likewise.
3108 (search_symbols): Likewise.
3109 * target.c (make_cleanup_restore_target_terminal): Likewise.
3110 * thread.c (new_thread): Likewise.
3111 (enable_thread_stack_temporaries): Likewise.
3112 (make_cleanup_restore_current_thread): Likewise.
3113 (thread_apply_all_command): Likewise.
3114 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3115 * top.c (gdb_readline_wrapper): Likewise.
3116 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3117 * tracepoint.c (trace_find_line_command): Likewise.
3118 (all_tracepoint_actions_and_cleanup): Likewise.
3119 (make_cleanup_restore_current_traceframe): Likewise.
3120 (get_uploaded_tp): Likewise.
3121 (get_uploaded_tsv): Likewise.
3122 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3123 (tui_alloc_win_info): Likewise.
3124 (tui_alloc_content): Likewise.
3125 (tui_add_content_elements): Likewise.
3126 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3127 (tui_set_disassem_content): Likewise.
3128 * ui-file.c (ui_file_new): Likewise.
3129 (stdio_file_new): Likewise.
3130 (tee_file_new): Likewise.
3131 * utils.c (make_cleanup_restore_integer): Likewise.
3132 (add_internal_problem_command): Likewise.
3133 * v850-tdep.c (v850_gdbarch_init): Likewise.
3134 * valops.c (find_oload_champ): Likewise.
3135 * value.c (allocate_value_lazy): Likewise.
3136 (record_latest_value): Likewise.
3137 (create_internalvar): Likewise.
3138 * varobj.c (install_variable): Likewise.
3139 (new_variable): Likewise.
3140 (new_root_variable): Likewise.
3141 (cppush): Likewise.
3142 (_initialize_varobj): Likewise.
3143 * windows-nat.c (windows_make_so): Likewise.
3144 * x86-nat.c (x86_add_process): Likewise.
3145 * xcoffread.c (arrange_linetable): Likewise.
3146 (allocate_include_entry): Likewise.
3147 (process_linenos): Likewise.
3148 (SYMBOL_DUP): Likewise.
3149 (xcoff_start_psymtab): Likewise.
3150 (xcoff_end_psymtab): Likewise.
3151 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3152 * xtensa-tdep.c (xtensa_register_type): Likewise.
3153 * gdbarch.c: Regenerate.
3154 * gdbarch.h: Regenerate.
3155
17d8546e
DB
31562015-08-25 Don Breazeal <donb@codesourcery.com>
3157
3158 * infrun.c (follow_exec): Re-order operations for
3159 handling follow-exec-mode "new".
3160 (handle_inferior_event_1): Assign ecs->event_thread
3161 to the current thread.
3162 * remote.c (get_remote_arch_state): Add an assertion.
3163
ba49e44b
PA
31642015-08-26 Pedro Alves <palves@redhat.com>
3165
3166 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3167
7541ab03 31682015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 3169
7541ab03 3170 PR gdb/18804
abc56d60
PA
3171 * defs.h (maybe_quit): Declare.
3172 (QUIT): Now calls maybe_quit.
3173 * event-loop.c (clear_async_signal_handler)
3174 (async_signal_handler_is_marked): New functions.
3175 * event-loop.h (async_signal_handler_is_marked)
3176 (clear_async_signal_handler): New declarations.
3177 * remote.c (remote_check_pending_interrupt): New function.
3178 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3179 longer check whether the target is async. If waiting for a stop
3180 reply, and a Ctrl-C as been sent to the target, offer to
3181 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3182 Otherwise do not disconnect and throw a quit.
3183 (_initialize_remote): Install remote_check_pending_interrupt as
3184 to_check_pending_interrupt.
3185 * target.c (target_check_pending_interrupt): New function.
3186 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3187 field.
3188 (target_check_pending_interrupt): New declaration.
3189 * utils.c (maybe_quit): New function.
3190 * target-delegates.c: Regenerate.
3191
dfe7f77c
YQ
31922015-08-25 Yao Qi <yao.qi@linaro.org>
3193
3194 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3195 Rename local variable pid to tid, and get lwpid of lwp. Update
3196 debug output.
3197
63e43d3a
PMR
31982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3199
3200 * ada-lang.c (ada_read_var_value): Add a var_block argument
3201 and pass it to default_read_var_value.
3202 * block.c (block_static_link): New accessor.
3203 * block.h (block_static_link): Declare it.
3204 * buildsym.c (finish_block_internal): Add a static_link
3205 argument. If there is a static link, associate it to the new
3206 block.
3207 (finish_block): Add a static link argument and pass it to
3208 finish_block_internal.
3209 (end_symtab_get_static_block): Update calls to finish_block and
3210 to finish_block_internal.
3211 (end_symtab_with_blockvector): Update call to
3212 finish_block_internal.
3213 * buildsym.h: Forward-declare struct dynamic_prop.
3214 (struct context_stack): Add a static_link field.
3215 (finish_block): Add a static link argument.
3216 * c-exp.y: Remove an obsolete comment (evaluation of variables
3217 already start from the selected frame, and now they climb *up*
3218 the call stack) and propagate the block information to the
3219 produced expression.
3220 * d-exp.y: Likewise.
3221 * f-exp.y: Likewise.
3222 * go-exp.y: Likewise.
3223 * jv-exp.y: Likewise.
3224 * m2-exp.y: Likewise.
3225 * p-exp.y: Likewise.
3226 * coffread.c (coff_symtab_read): Update calls to finish_block.
3227 * dbxread.c (process_one_symbol): Likewise.
3228 * xcoffread.c (read_xcoff_symtab): Likewise.
3229 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3230 "sym" parameter to struct block_symbol, update its uses and pass
3231 its block to calls to read_var_value.
3232 (convert_symbol_sym): Update the calls to convert_one_symbol.
3233 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3234 call to read_var_value.
3235 * dwarf2loc.c (block_op_get_frame_base): New.
3236 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3237 get_frame_base method.
3238 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3239 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3240 instead of the selected frame in order to evaluate the
3241 expression.
3242 (dwarf2_evaluate_property): Add a frame argument. Update call
3243 to dwarf2_locexpr_baton_eval to provide a frame in available and
3244 to handle the absence of address stack.
3245 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3246 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3247 declaration.
3248 (read_func_scope): Record any available static link description.
3249 Update call to finish_block.
3250 (read_lexical_block_scope): Update call to finish_block.
3251 * findvar.c (follow_static_link): New.
3252 (get_hosting_frame): New.
3253 (default_read_var_value): Add a var_block argument. Use
3254 get_hosting_frame to handle non-local references.
3255 (read_var_value): Add a var_block argument and pass it to the
3256 LA_READ_VAR_VALUE method.
3257 * gdbtypes.c (resolve_dynamic_range): Update calls to
3258 dwarf2_evaluate_property.
3259 (resolve_dynamic_type_internal): Likewise.
3260 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3261 read_var_value, passing it the block coming from symbol lookup.
3262 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3263 read_var_value (TODO).
3264 * infcmd.c (finish_command_continuation): Update call to
3265 read_var_value, passing it the block coming from symbol lookup.
3266 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3267 * language.h (struct language_defn): Add a var_block argument to
3268 the LA_READ_VAR_VALUE method.
3269 * objfiles.c (struct static_link_htab_entry): New.
3270 (static_link_htab_entry_hash): New.
3271 (static_link_htab_entry_eq): New.
3272 (objfile_register_static_link): New.
3273 (objfile_lookup_static_link): New.
3274 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3275 * objfiles.h: Include hashtab.h.
3276 (struct objfile): Add a static_links field.
3277 (objfile_register_static_link): New.
3278 (objfile_lookup_static_link): New.
3279 * printcmd.c (print_variable_and_value): Update call to
3280 read_var_value.
3281 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3282 * python/py-frame.c (frapy_read_var): Update call to
3283 read_var_value, passing it the block coming from symbol lookup.
3284 * python/py-framefilter.c (extract_sym): Add a sym_block
3285 parameter and set the pointed value to NULL (TODO).
3286 (enumerate_args): Update call to extract_sym.
3287 (enumerate_locals): Update calls to extract_sym and to
3288 read_var_value.
3289 * python/py-symbol.c (sympy_value): Update call to
3290 read_var_value (TODO).
3291 * stack.c (read_frame_local): Update call to read_var_value.
3292 (read_frame_arg): Likewise.
3293 (return_command): Likewise.
3294 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3295 method.
3296 (struct symbol): Add a block field.
3297 (SYMBOL_BLOCK): New accessor.
3298 * valops.c (value_of_variable): Remove frame/block handling and
3299 pass the block argument to read_var_value, which does this job
3300 now.
3301 (value_struct_elt_for_reference): Update calls to
3302 read_var_value.
3303 (value_of_this): Pass the block found to read_var_value.
3304 * value.h (read_var_value): Add a var_block argument.
3305 (default_read_var_value): Likewise.
3306
ed8b7b42
YQ
33072015-08-25 Yao Qi <yao.qi@linaro.org>
3308
3309 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3310 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3311 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3312
db3cb7cb
YQ
33132015-08-25 Yao Qi <yao.qi@linaro.org>
3314
3315 * Makefile.in (aarch64-liunx.o): New rule.
3316 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3317 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3318 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3319 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3320 extern.
3321 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3322 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3323 * nat/aarch64-linux.c: New file.
3324 * nat/aarch64-linux.h: New file.
3325
f6011a1c
YQ
33262015-08-25 Yao Qi <yao.qi@linaro.org>
3327
3328 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3329 lwp_arch_private_info and ptid_of_lwp.
3330
5e35436e
YQ
33312015-08-25 Yao Qi <yao.qi@linaro.org>
3332
3333 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3334 Move it to nat/aarch64-linux-hw-point.c.
3335 (debug_reg_change_callback): Likewise.
3336 (aarch64_notify_debug_reg_change): :Likewise.
3337 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3338 (aarch64_dr_update_callback_param): New.
3339 (debug_reg_change_callback): New function.
3340 (aarch64_notify_debug_reg_change): Likewise.
3341 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3342 Remove the declaration.
3343
4a8a7965
YQ
33442015-08-25 Yao Qi <yao.qi@linaro.org>
3345
3346 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3347 Call current_lwp_ptid.
3348
32a271ee
YQ
33492015-08-25 Yao Qi <yao.qi@linaro.org>
3350
3351 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3352 debug_printf.
3353
5e137137
YQ
33542015-08-25 Yao Qi <yao.qi@linaro.org>
3355
3356 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3357 ptid_get_pid rather than ptid_get_lwp.
3358
73b8c1fd
PA
33592015-08-24 Pedro Alves <palves@redhat.com>
3360
3361 * NEWS (New commands): Mention set/show remote
3362 multiprocess-extensions-packet.
3363 * remote.c (remote_query_supported): Only tell the server to use
3364 the multiprocess extensions if the user hasn't force-disabled them
3365 with "set remote multiprocess-extensions-packet off".
3366
4a626d0a
PA
33672015-08-24 Pedro Alves <palves@redhat.com>
3368
3369 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3370 1029a8112290f6eee9d7878a391c49db42c999bd.
3371 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3372 Regenerate.
3373 * gnulib/import/Makefile.am: Update.
3374 * gnulib/import/Makefile.in: Update.
3375 * gnulib/import/alloca.in.h: Update.
3376 * gnulib/import/basename-lgpl.c: Update.
3377 * gnulib/import/canonicalize-lgpl.c: Update.
3378 * gnulib/import/config.charset: Update.
3379 * gnulib/import/dirent.in.h: Update.
3380 * gnulib/import/dirfd.c: Update.
3381 * gnulib/import/dirname-lgpl.c: Update.
3382 * gnulib/import/dirname.h: Update.
3383 * gnulib/import/dosname.h: Update.
3384 * gnulib/import/errno.in.h: Update.
3385 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3386 * gnulib/import/extra/snippet/c++defs.h: Update.
3387 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3388 * gnulib/import/extra/update-copyright: Update.
3389 * gnulib/import/float+.h: Update.
3390 * gnulib/import/float.c: Update.
3391 * gnulib/import/float.in.h: Update.
3392 * gnulib/import/fnmatch.c: Update.
3393 * gnulib/import/fnmatch.in.h: Update.
3394 * gnulib/import/fnmatch_loop.c: Update.
3395 * gnulib/import/fpucw.h: Update.
3396 * gnulib/import/frexp.c: Update.
3397 * gnulib/import/frexpl.c: Update.
3398 * gnulib/import/gettimeofday.c: Update.
3399 * gnulib/import/inttypes.in.h: Update.
3400 * gnulib/import/isnan.c: Update.
3401 * gnulib/import/isnand-nolibm.h: Update.
3402 * gnulib/import/isnand.c: Update.
3403 * gnulib/import/isnanl-nolibm.h: Update.
3404 * gnulib/import/isnanl.c: Update.
3405 * gnulib/import/itold.c: Update.
3406 * gnulib/import/localcharset.c: Update.
3407 * gnulib/import/localcharset.h: Update.
3408 * gnulib/import/lstat.c: Update.
3409 * gnulib/import/m4/00gnulib.m4: Update.
3410 * gnulib/import/m4/absolute-header.m4: Update.
3411 * gnulib/import/m4/alloca.m4: Update.
3412 * gnulib/import/m4/canonicalize.m4: Update.
3413 * gnulib/import/m4/codeset.m4: Update.
3414 * gnulib/import/m4/configmake.m4: Update.
3415 * gnulib/import/m4/dirent_h.m4: Update.
3416 * gnulib/import/m4/dirfd.m4: Update.
3417 * gnulib/import/m4/dirname.m4: Update.
3418 * gnulib/import/m4/double-slash-root.m4: Update.
3419 * gnulib/import/m4/eealloc.m4: Update.
3420 * gnulib/import/m4/errno_h.m4: Update.
3421 * gnulib/import/m4/exponentd.m4: Update.
3422 * gnulib/import/m4/exponentl.m4: Update.
3423 * gnulib/import/m4/extensions.m4: Update.
3424 * gnulib/import/m4/extern-inline.m4: Update.
3425 * gnulib/import/m4/fcntl-o.m4: Update.
3426 * gnulib/import/m4/float_h.m4: Update.
3427 * gnulib/import/m4/fnmatch.m4: Update.
3428 * gnulib/import/m4/fpieee.m4: Update.
3429 * gnulib/import/m4/frexp.m4: Update.
3430 * gnulib/import/m4/frexpl.m4: Update.
3431 * gnulib/import/m4/gettimeofday.m4: Update.
3432 * gnulib/import/m4/glibc21.m4: Update.
3433 * gnulib/import/m4/gnulib-cache.m4: Update.
3434 * gnulib/import/m4/gnulib-common.m4: Update.
3435 * gnulib/import/m4/gnulib-comp.m4: Update.
3436 * gnulib/import/m4/gnulib-tool.m4: Update.
3437 * gnulib/import/m4/include_next.m4: Update.
3438 * gnulib/import/m4/inttypes-pri.m4: Update.
3439 * gnulib/import/m4/inttypes.m4: Update.
3440 * gnulib/import/m4/isnand.m4: Update.
3441 * gnulib/import/m4/isnanl.m4: Update.
3442 * gnulib/import/m4/largefile.m4: Update.
3443 * gnulib/import/m4/localcharset.m4: Update.
3444 * gnulib/import/m4/locale-fr.m4: Update.
3445 * gnulib/import/m4/locale-ja.m4: Update.
3446 * gnulib/import/m4/locale-zh.m4: Update.
3447 * gnulib/import/m4/longlong.m4: Update.
3448 * gnulib/import/m4/lstat.m4: Update.
3449 * gnulib/import/m4/malloc.m4: Update.
3450 * gnulib/import/m4/malloca.m4: Update.
3451 * gnulib/import/m4/math_h.m4: Update.
3452 * gnulib/import/m4/mbrtowc.m4: Update.
3453 * gnulib/import/m4/mbsinit.m4: Update.
3454 * gnulib/import/m4/mbsrtowcs.m4: Update.
3455 * gnulib/import/m4/mbstate_t.m4: Update.
3456 * gnulib/import/m4/memchr.m4: Update.
3457 * gnulib/import/m4/memmem.m4: Update.
3458 * gnulib/import/m4/mmap-anon.m4: Update.
3459 * gnulib/import/m4/multiarch.m4: Update.
3460 * gnulib/import/m4/nocrash.m4: Update.
3461 * gnulib/import/m4/off_t.m4: Update.
3462 * gnulib/import/m4/pathmax.m4: Update.
3463 * gnulib/import/m4/readlink.m4: Update.
3464 * gnulib/import/m4/rename.m4: Update.
3465 * gnulib/import/m4/rmdir.m4: Update.
3466 * gnulib/import/m4/ssize_t.m4: Update.
3467 * gnulib/import/m4/stat.m4: Update.
3468 * gnulib/import/m4/stdbool.m4: Update.
3469 * gnulib/import/m4/stddef_h.m4: Update.
3470 * gnulib/import/m4/stdint.m4: Update.
3471 * gnulib/import/m4/stdio_h.m4: Update.
3472 * gnulib/import/m4/stdlib_h.m4: Update.
3473 * gnulib/import/m4/string_h.m4: Update.
3474 * gnulib/import/m4/strstr.m4: Update.
3475 * gnulib/import/m4/strtok_r.m4: Update.
3476 * gnulib/import/m4/sys_socket_h.m4: Update.
3477 * gnulib/import/m4/sys_stat_h.m4: Update.
3478 * gnulib/import/m4/sys_time_h.m4: Update.
3479 * gnulib/import/m4/sys_types_h.m4: Update.
3480 * gnulib/import/m4/time_h.m4: Update.
3481 * gnulib/import/m4/unistd_h.m4: Update.
3482 * gnulib/import/m4/warn-on-use.m4: Update.
3483 * gnulib/import/m4/wchar_h.m4: Update.
3484 * gnulib/import/m4/wchar_t.m4: Update.
3485 * gnulib/import/m4/wctype_h.m4: Update.
3486 * gnulib/import/m4/wint_t.m4: Update.
3487 * gnulib/import/malloc.c: Update.
3488 * gnulib/import/malloca.c: Update.
3489 * gnulib/import/malloca.h: Update.
3490 * gnulib/import/math.in.h: Update.
3491 * gnulib/import/mbrtowc.c: Update.
3492 * gnulib/import/mbsinit.c: Update.
3493 * gnulib/import/mbsrtowcs-impl.h: Update.
3494 * gnulib/import/mbsrtowcs-state.c: Update.
3495 * gnulib/import/mbsrtowcs.c: Update.
3496 * gnulib/import/memchr.c: Update.
3497 * gnulib/import/memmem.c: Update.
3498 * gnulib/import/pathmax.h: Update.
3499 * gnulib/import/readlink.c: Update.
3500 * gnulib/import/ref-add.sin: Update.
3501 * gnulib/import/ref-del.sin: Update.
3502 * gnulib/import/rename.c: Update.
3503 * gnulib/import/rmdir.c: Update.
3504 * gnulib/import/same-inode.h: Update.
3505 * gnulib/import/stat.c: Update.
3506 * gnulib/import/stdbool.in.h: Update.
3507 * gnulib/import/stddef.in.h: Update.
3508 * gnulib/import/stdint.in.h: Update.
3509 * gnulib/import/stdio.c: Update.
3510 * gnulib/import/stdio.in.h: Update.
3511 * gnulib/import/stdlib.in.h: Update.
3512 * gnulib/import/str-two-way.h: Update.
3513 * gnulib/import/streq.h: Update.
3514 * gnulib/import/string.in.h: Update.
3515 * gnulib/import/stripslash.c: Update.
3516 * gnulib/import/strnlen1.c: Update.
3517 * gnulib/import/strnlen1.h: Update.
3518 * gnulib/import/strstr.c: Update.
3519 * gnulib/import/strtok_r.c: Update.
3520 * gnulib/import/sys_stat.in.h: Update.
3521 * gnulib/import/sys_time.in.h: Update.
3522 * gnulib/import/sys_types.in.h: Update.
3523 * gnulib/import/time.in.h: Update.
3524 * gnulib/import/unistd.in.h: Update.
3525 * gnulib/import/verify.h: Update.
3526 * gnulib/import/wchar.in.h: Update.
3527 * gnulib/import/wctype.in.h: Update.
3528 * gnulib/import/gettimeofday.c: New file.
3529 * gnulib/import/m4/absolute-header.m4: New file.
3530 * gnulib/import/m4/gettimeofday.m4: New file.
3531 * gnulib/import/m4/sys_socket_h.m4: New file.
3532 * gnulib/import/m4/sys_time_h.m4: New file.
3533 * gnulib/import/stdio.c: Delete file.
3534 * gnulib/import/sys_time.in.h: New file.
3535
438e1e42
PA
35362015-08-24 Pedro Alves <palves@redhat.com>
3537
3538 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3539 * common/gdb_sys_time.h: New file.
3540 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3541 * gdb_select.h: Likewise.
3542 * gdb_usleep.c: Likewise.
3543 * maint.c: Likewise.
3544 * mi/mi-main.c: Likewise.
3545 * mi/mi-parse.h: Likewise.
3546 * remote-fileio.c: Likewise.
3547 * remote-m32r-sdi.c: Likewise.
3548 * remote.c: Likewise.
3549 * ser-base.c: Likewise.
3550 * ser-pipe.c: Likewise.
3551 * ser-tcp.c: Likewise.
3552 * ser-unix.c: Likewise.
3553 * symfile.c: Likewise.
3554 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3555 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3556 * utils.c: Likewise.
3557
40e0b271
PA
35582015-08-24 Pedro Alves <palves@redhat.com>
3559
3560 * NEWS: Mention removed support for the various ROM monitors.
3561 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3562 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3563 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3564 gdb_target_obs.
3565 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3566 gdb_target_obs.
3567 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3568 dsrec.o from gdb_target_obs.
3569 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3570 from gdb_target_obs.
3571 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3572 gdb_target_obs.
3573 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3574 dink32-rom.o from gdb_target_obs.
3575 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3576 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3577 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3578 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3579
f8904751
PA
35802015-08-21 Pedro Alves <palves@redhat.com>
3581
3582 * frame.c (null_frame_id): Explicitly zero-initialize.
3583
049412e3
TT
35842015-08-21 Tom Tromey <tromey@redhat.com>
3585
3586 * dwarf2read.c (struct dwarf2_section_info): Rename field
3587 'asection' to 'section'.
3588 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3589 (dwarf2_locate_sections, dwarf2_locate_sections)
3590 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3591 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3592 (dwarf2_locate_v2_dwp_sections): Adjust.
3593
948578a9
PP
35942015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3595
3596 * top.h (gdb_in_secondary_prompt_p): Declare.
3597 * top.c (gdb_secondary_prompt_depth): Define.
3598 (gdb_in_secondary_prompt_p): Define.
3599 (gdb_readline_wrapper_cleanup): Decrement
3600 gdb_secondary_prompt_depth.
3601 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3602 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3603 are in a secondary prompt.
3604
7a8bcb88
PP
36052015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3606
3607 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3608 emit the newline.
3609
2d7711a3
GB
36102015-08-21 Gary Benson <gbenson@redhat.com>
3611
3612 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3613
4313b8c0
GB
36142015-08-21 Gary Benson <gbenson@redhat.com>
3615
3616 * target.h (struct target_ops) <to_fileio_open>: New argument
3617 warn_if_slow. Update comment. All implementations updated.
3618 (target_fileio_open_warn_if_slow): New declaration.
3619 * target.c (target_fileio_open): Renamed as...
3620 (target_fileio_open_1): ...this. New argument warn_if_slow.
3621 Pass warn_if_slow to implementation. Update debug printing.
3622 (target_fileio_open): New function.
3623 (target_fileio_open_warn_if_slow): Likewise.
3624 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3625 target_fileio_open_warn_if_slow.
3626
f36b8719
GB
36272015-08-21 Gary Benson <gbenson@redhat.com>
3628
3629 * nat/linux-namespaces.c (linux_mntns_access_fs):
3630 Do not overwrite old_chain.
3631
40045d91
MF
36322015-08-20 Max Filippov <jcmvbkbc@gmail.com>
3633
3634 * arch/xtensa.h: New file.
3635 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3636 (ps_get_thread_area): New function.
3637 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3638 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3639 * xtensa-tdep.c (osabi.h): New #include.
3640 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3641 xtensa-specific hooks.
3642 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3643 member and move the structure to arch/xtensa.h.
3644
80152258
PA
36452015-08-21 Pedro Alves <palves@redhat.com>
3646
3647 * remote.c (struct readahead_cache): New.
3648 (struct remote_state) <readahead_cache>: New field.
3649 (remote_open_1): Invalidate the cache.
3650 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3651 functions.
3652 (remote_hostio_pwrite): Invalidate the readahead cache.
3653 (remote_hostio_pread): Rename to ...
3654 (remote_hostio_pread_vFile): ... this.
3655 (remote_hostio_pread_from_cache): New function.
3656 (remote_hostio_pread): Reimplement.
3657 (remote_hostio_close): Invalidate the readahead cache.
3658
88fc5eb7
MC
36592015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
3660
3661 PR build/18843
3662 * procfs.c: Include "filestuff.h".
3663
6f1cb6ea
PP
36642015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3665
3666 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3667 curch.
3668 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3669 cur_line or curch, instead call wmove().
3670 (init_win_info) [CMD_WIN]: Likewise.
3671 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3672 instead call getcury().
3673 (tui_redisplay_readline): Don't set cur_line or curch.
3674 (tui_mld_erase_entire_line): Don't read cur_line, instead call
3675 getcury().
3676 (tui_cont_sig): Remove call to wmove.
3677 (tui_getc): Don't read cur_line or curch, instead call getcury()
3678 or getyx(). Don't set curch.
3679 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3680 set cur_line or curch. Always move cursor to (0,0).
3681
221e1a37
PA
36822015-08-20 Pedro Alves <palves@redhat.com>
3683
3684 * infrun.c (print_target_wait_results): Make extern.
3685 * infrun.h (print_target_wait_results): Declare.
3686 * remote.c (set_stop_requested_callback): Delete.
3687 (process_initial_stop_replies): New function.
3688 (remote_start_remote): Use it.
3689 (stop_reply_queue_length): New function.
3690
40e3ad0e
PA
36912015-08-20 Pedro Alves <palves@redhat.com>
3692
3693 * dwarf2read.c (process_full_comp_unit): To tell whether
3694 start_subfile managed to deduce a language, test for
3695 language_unknown instead of language_c.
3696
af39b327
PMR
36972015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3698
3699 * ada-lex.l: Reset the start condition to INITIAL in the rule that
3700 matches attributes.
3701
7d45c7c3
KB
37022015-08-19 Kevin Buettner <kevinb@redhat.com>
3703
3704 * dwarf2read.c (dwarf2_string_attr): New function.
3705 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3706 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3707 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3708 (anonymous_struct_prefix, prepare_one_comp_unit): Use
3709 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3710
4d6cceb4
DE
37112015-08-18 Doug Evans <dje@google.com>
3712 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3713
3714 PR mi/18833
3715 * cli/cli-logging.c (pop_output_files): Don't restore redirection
3716 if MI-like.
3717 * mi/mi-out.c: #include "vec.h".
3718 (ui_filep): New type.
3719 (DEV_VEC_P (ui_filep)): New type.
3720 (struct ui_out_data) <buffer, original_buffer>: Delete.
3721 (struct ui_out_data) <streams>: New member.
3722 (mi_ui_out_impl): Add data_destroy field.
3723 (mi_field_string, mi_field_fmt): Update.
3724 (mi_flush, mi_redirect, field_separator): Update.
3725 (mi_open, mi_close): Update.
3726 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
3727 (mi_out_data_ctor, mi_out_data_dtor): New functions.
3728 (mi_out_new): Call mi_out_data_ctor.
3729
26d56a93
SL
37302015-08-18 Sandra Loosemore <sandra@codesourcery.com>
3731
3732 * remote.c (strprefix): New.
3733 (remote_parse_stop_reply): Use strprefix instead of strncmp
3734 to ensure exact match of keyword.
3735
566f5e3b
AB
37362015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3737
3738 * gdb_bfd.c (debug_bfd_cache): New variable.
3739 (show_bfd_cache_debug): New function.
3740 (gdb_bfd_open): Add debug logging.
3741 (gdb_bfd_ref): Likewise.
3742 (gdb_bfd_unref): Likewise.
3743 (_initialize_gdb_bfd): Add new set/show command.
3744 * NEWS: Mention new command.
3745
18989b3c
AB
37462015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * gdb_bfd.c (bfd_sharing): New variable.
3749 (show_bfd_sharing): New function.
3750 (gdb_bfd_open): Check bfd_sharing variable.
3751 (_initialize_gdb_bfd): Add new set/show command.
3752 * NEWS: Mention new command.
3753
c04fe68f
AB
37542015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
3757 field.
3758 (struct gdb_bfd_cache_search): Likewise.
3759 (eq_bfd): Compare the size, inode, and device id fields.
3760 (gdb_bfd_open): Initialise the size, inode, and device id fields.
3761 (gdb_bfd_ref): Likewise.
3762 (gdb_bfd_unref): Likewise.
3763
b2a33439
PA
37642015-08-18 Pedro Alves <palves@redhat.com>
3765
3766 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
3767 target implements to_always_non_stop_p, call it.
3768 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
3769 (x86_linux_create_target): Install it as to_always_non_stop_p
3770 method.
3771
71b57e37
DE
37722015-08-17 Doug Evans <dje@google.com>
3773
3774 * ui-out.c (default_ui_out_impl): Add comment.
3775
7f3706eb
IB
37762015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
3777
3778 * d-exp.y (type_aggregate_p): New function.
3779 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
3780 (classify_inner_name): Likewise.
3781 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
3782
1762568f
DE
37832015-08-15 Doug Evans <xdje42@gmail.com>
3784
3785 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
3786 updated.
3787 (add_psymbol_to_list): Ditto.
3788
8763cede
DE
37892015-08-15 Doug Evans <xdje42@gmail.com>
3790
3791 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
3792 updated. Call end_psymtab_common.
3793 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
3794 end_psymtab_common.
3795 (build_type_psymtabs_reader): Ditto.
3796 * psympriv.h (sort_pst_symbols): Delete.
3797 (end_psymtab_common): Declare.
3798 * psymtab.c (sort_pst_symbols): Make static.
3799 (end_psymtab_common): New function.
3800 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
3801
51cdc993
DE
38022015-08-15 Doug Evans <xdje42@gmail.com>
3803
3804 * defs.h (LANGUAGE_BITS): Define.
3805 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
3806 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
3807 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
3808 (minimal_symbol_type): Add nr_minsym_types.
3809 (MINSYM_TYPE_BITS): Define.
3810 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
3811 (domain_enum_tag): Add NR_DOMAINS.
3812 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
3813 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
3814
95cf5869
DE
38152015-08-15 Doug Evans <xdje42@gmail.com>
3816
3817 * objfiles.h: Whitespace cleanup.
3818 * psympriv.h: Whitespace cleanup.
3819 * psymtab.c: Whitespace/coding convention cleanup.
3820
e3ae3c43
PP
38212015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3822
3823 * inferior.c (detach_inferior_command): Don't call
3824 any_thread_of_process when pid is 0.
3825 (kill_inferior_command): Likewise.
3826
6ff0ba5f
DE
38272015-08-14 Doug Evans <xdje42@gmail.com>
3828
3829 PR gdb/11833
3830 * NEWS: Document new /s modifier for the disassemble command.
3831 * cli/cli-cmds.c (disassemble_command): Add support for /s.
3832 (_initialize_cli_cmds): Update online docs of disassemble command.
3833 * disasm.c: #include "source.h".
3834 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
3835 All uses updated.
3836 (dis_line_entry): New struct.
3837 (hash_dis_line_entry, eq_dis_line_entry): New functions.
3838 (allocate_dis_line_table): New functions.
3839 (maybe_add_dis_line_entry, line_has_code_p): New functions.
3840 (dump_insns): New arg end_pc. All callers updated.
3841 (do_mixed_source_and_assembly_deprecated): Renamed from
3842 do_mixed_source_and_assembly. All callers updated.
3843 (do_mixed_source_and_assembly): New function.
3844 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
3845 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
3846 DISASSEMBLY_SOURCE. All uses updated.
3847 (DISASSEMBLY_SOURCE): New macro.
3848 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
3849
b56ccc20
KS
38502015-08-14 Keith Seitz <keiths@redhat.com>
3851
3852 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
3853 `typename' to `type_name' to avoid C++ reserved word.
3854
ebdad8fc
KS
38552015-08-14 Keith Seitz <keiths@redhat.com>
3856
3857 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
3858 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
3859 silence ARI errors.
3860
c0fe2ae7
IB
38612015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
3862
3863 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
3864 xstrprintf instead of malloc and sprintf.
3865 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
3866 (lex_one_token): Likewise.
3867
a738da3a
MF
38682015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
3869
3870 * solib-svr4.c (read_program_header): Add base_addr argument to
3871 report the runtime address of the segment.
3872 (find_program_interpreter): Update read_program_header call to pass
3873 a NULL pointer for the new argument.
3874 (scan_dyntag): Add ptr_addr argument to report the runtime address
3875 of the tag payload.
3876 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
3877 read_program_header to get the base address of the dynamic segment.
3878 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
3879 read_program_header.
3880 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
3881
f8edc4ff
MF
38822015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
3883
3884 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
3885
444c1ed8
IB
38862015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
3887
3888 * d-exp.y (%union): Add voidval.
3889 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
3890 name in the lexing stage.
3891 (PostfixExpression): Move symbol completion handling in grammar here
3892 from PrimaryExpression.
3893 (PrimaryExpression): Move routines to handle resolving identifier
3894 tokens in the grammar here from push_expression_name.
3895 (IdentifierExp): Remove the handling of alternating '.' and identifier
3896 tokens.
3897 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
3898 (BasicType): Remove C-style typename rules.
3899 (d_type_from_name, d_module_from_name, push_variable)
3900 (push_fieldnames, push_type_name, push_module_name)
3901 (push_expression_name): Remove.
3902 (lex_one_token): Rename from yylex. Replace pstate with par_state.
3903 (token_and_value): New type.
3904 (token_fifo, popping, name_obstack): New globals.
3905 (classify_name): New function.
3906 (classify_inner_name): Likewise.
3907 (yylex): Likewise.
3908 (d_parse): Initialize token_fifo, popping and name_obstack.
3909
bc7c9fab
IB
39102015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
3911
3912 * Makefile.in (SFILES): Add d-namespace.c.
3913 (COMMON_OBS): Add d-namespace.o.
3914 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
3915 la_lookup_symbol_nonlocal callback function pointer.
3916 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
3917 (d_lookup_nested_symbol): New declaration.
3918 * d-namespace.c: New file.
3919
3207396b
PA
39202015-08-13 Pedro Alves <palves@redhat.com>
3921
3922 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
3923 cleanup after the decref cleanup, not before.
3924
5d8c3ed3
PMR
39252015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3926
3927 * ada-lang.c: Include namespace.h
3928 (aux_add_nonlocal_symbols): Fix a function name in comment.
3929 (ada_add_block_renamings): New.
3930 (add_nonlocal_symbols): Add global renamings handling.
3931 (ada_lookup_symbol_list_worker): Move the symbol lookup part
3932 to...
3933 (ada_add_all_symbols): ... this new function.
3934 (ada_add_block_symbols): Try to match the input name against the
3935 "using directives list", perform a recursive symbol lookup on
3936 the matched declarations.
3937 * block.h (struct block): Move the_namespace to top-level as
3938 namespace_info. Remove the language_specific field.
3939 (BLOCK_NAMESPACE): Update access to the namespace_info field.
3940 * buildsym.h (using_directives): Rename into...
3941 (local_using_directives): ... this.
3942 (global_using_directives): New.
3943 (struct context_stack): Rename the using_directives field into
3944 local_using_directives.
3945 * buildsym.c (finish_block_internal): Deal with the proper
3946 using directives repository (local or global).
3947 (prepare_for_building): Reset local_using_directives. Assert
3948 that there is no pending global using directive.
3949 (reset_symtab_globals): Reset global_using_directives and
3950 local_using_directives.
3951 (end_symtab_get_static_block): Don't ignore symtabs that have
3952 only using directives.
3953 (push_context): Update references to local_using_directives.
3954 (buildsym_init): Do not reset using_directives.
3955 * cp-support.c: Include namespace.h.
3956 * cp-support.h (struct using_direct): Move to namespace.h.
3957 (cp_add_using_directives): Move to namespace.h.
3958 * cp-namespace.c: Include namespace.h
3959 (cp_add_using_directive): Move to namespace.c, rename it to
3960 add_using_directive, add a "using_directives" argument and use
3961 it as the pending using directives repository. All callers
3962 updated.
3963 * dwarf2read.c (using_directives): New.
3964 (read_import_statement): Call using_directives.
3965 (read_func_scope): Update references to local_using_directives.
3966 (read_lexical_block_scope): Likewise.
3967 (read_namespace): Update the heading comment, call
3968 using_directives.
3969 * namespace.h: New file.
3970 * namespace.c: New file.
3971 * Makefile.in (SFILES): Add namespace.c.
3972 (COMMON_OBS): Add namespace.o
3973
4dafcdeb
JB
39742015-08-12 Joel Brobecker <brobecker@adacore.com>
3975
3976 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
3977 compute RETADDR.
3978
67994074
KS
39792015-08-12 Keith Seitz <keiths@redhat.com>
3980
3981 * break-catch-throw.c (re_set_exception_catchpoint) Rename
3982 reserved C++ keyword "explicit" to "explicit_loc".
3983 * breakpoint.c (create_overlay_event_breakpoint)
3984 (create_longjmp_master_breakpoint)
3985 (create_std_terminate_master_breakpoint)
3986 (create_exception_master_breakpoint, update_static_tracepoint):
3987 Rename reserved C++ keyword "explicit" to "explicit_loc".
3988 * completer.c (collect_explicit_location_matches)
3989 (explicit_location_completer): Rename reserved C++ keyword
3990 "explicit" to "explicit_loc".
3991 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
3992 (canonicalize_linespec, create_sals_line_offset)
3993 (convert_linespec_to_sals, convert_explicit_location_to_sals)
3994 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
3995 "explicit" to "explicit_loc".
3996 * location.c (struct event_location) <explicit>: Rename to
3997 "explicit_loc".
3998 (initialize_explicit_location, new_explicit_location)
3999 (explicit_location_to_string_internal, explicit_location_to_linespec):
4000 Rename reserved C++ keyword "explicit" to "explicit_loc".
4001 * location.h (explicit_location_to_string)
4002 (explicit_location_to_linespec, initialize_explicit_location)
4003 (new_explicit_location): Rename reserved C++ keyword "explicit"
4004 to "explicit_loc".
4005 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4006 keyword "explicit" to "explicit_loc".
4007
59ecaff3
KS
40082015-08-12 Keith Seitz <keiths@redhat.com>
4009
4010 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4011 and only call decode_line_1 when it is non-NULL.
4012
244558af
LM
40132015-08-12 Luis Machado <lgustavo@codesourcery.com>
4014
4015 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4016 location address is not meaningful.
4017 (breakpoint_address_is_meaningful): Update comment.
4018
629500fa
KS
40192015-08-11 Keith Seitz <keiths@redhat.com>
4020
4021 * NEWS: Mention explicit locations.
4022 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4023 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4024 (_initialize_breakpoint): Update documentation for
4025 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4026
eb8c4e2e
KS
40272015-08-11 Keith Seitz <keiths@redhat.com>
4028
4029 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4030 explicit locations, options "--source", "--function",
4031 "--label", and "--line".
4032
87f0e720
KS
40332015-08-11 Keith Seitz <keiths@redhat.com>
4034
4035 * completer.c: Include location.h.
4036 (enum match_type): New enum.
4037 (location_completer): Rename to ...
4038 (linespec_completer): ... this.
4039 (collect_explicit_location_matches, backup_text_ptr)
4040 (explicit_location_completer): New functions.
4041 (location_completer): "New" function; handle linespec
4042 and explicit location completions.
4043 (complete_line_internal): Remove all location completer-specific
4044 handling.
4045 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4046 (find_toplevel_char): Export.
4047 (linespec_parse_line_offset): Export.
4048 Issue error if STRING is not numerical.
4049 (gdb_get_linespec_parser_quote_characters): New function.
4050 * linespec.h (linespec_parse_line_offset): Declare.
4051 (get_gdb_linespec_parser_quote_characters): Declare.
4052 (is_ada_operator): Declare.
4053 (find_toplevel_char): Declare.
4054 (linespec_lexer_lex_keyword): Declare.
4055 * location.c (explicit_to_event_location): New function.
4056 (explicit_location_lex_one): New function.
4057 (string_to_explicit_location): New function.
4058 (string_to_event_location): Handle explicit locations.
4059 * location.h (explicit_to_event_location): Declare.
4060 (string_to_explicit_location): Declare.
4061
00e52e53
KS
40622015-08-11 Keith Seitz <keiths@redhat.com>
4063
4064 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4065 linespec into explicit location.
4066 * breakpoint.c (create_overlay_breakpoint)
4067 (create_longjmp_master_breakpoint)
4068 (create_std_terminate_master_breakpoint)
4069 (create_exception_master_breakpoint): Convert linespec into explicit
4070 location.
4071 (update_static_tracepoint): Convert linespec into explicit location.
4072 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4073 location.h.
4074 (struct linespec) <expression, expr_pc, source_filename>
4075 <function_name, label_name, line_offset>: Replace with ...
4076 <explicit>: ... this.
4077 <is_linespec>: New member.
4078 (PARSER_EXPLICIT): New accessor macro.
4079 (undefined_label_error): New function.
4080 (source_file_not_found_error): New function.
4081 (linespec_parse_basic): The parser result is now an explicit location.
4082 Use PARSER_EXPLICIT to access it.
4083 Use undefined_label_error.
4084 (canonicalize_linespec): Convert canonical linespec into explicit
4085 location.
4086 Move string representation of location to explicit_location_to_linespec
4087 and use it and explicit_location_to_string to save string
4088 representations of the canonical location.
4089 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4090 explicit location. Update all references.
4091 (convert_explicit_location_to_sals): New function.
4092 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4093 result's explicit location.
4094 (linespec_state_constructor): Initialize is_linespec.
4095 Use PARSER_EXPLICIT.
4096 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4097 result.
4098 (event_location_to_sals): For linespec locations, set is_linespec.
4099 Handle explicit locations.
4100 (decode_objc): 'ls' contains an explicit location now. Update all
4101 references.
4102 (symtabs_from_filename): Use source_file_not_found_error.
4103 * location.c (struct event_location.u) <explicit>: New member.
4104 (initialize_explicit_location): New function.
4105 (initialize_event_location): Initialize explicit locations.
4106 (new_explicit_location, get_explicit_location)
4107 (get_explicit_location_const): New functions.
4108 (explicit_to_string_internal): New function; most of contents moved
4109 from canonicalize_linespec.
4110 (explicit_location_to_string): New function.
4111 (explicit_location_to_linespec): New function.
4112 (copy_event_location, delete_event_location)
4113 (event_location_to_string_const, event_location_empty_p): Handle
4114 explicit locations.
4115 * location.h (enum offset_relative_sign, struct line_offset): Move
4116 here from linespec.h.
4117 (enum event_location_type): Add EXPLICIT_LOCATION.
4118 (struct explicit_location): New structure.
4119 (explicit_location_to_string): Declare.
4120 (explicit_location_to_linespec): Declare.
4121 (new_explicit_location, get_explicit_locationp
4122 (get_explicit_location_const, initialize_explicit_location): Declare.
4123
5b56227b
KS
41242015-08-11 Keith Seitz <keiths@redhat.com>
4125
4126 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4127 linespec for stap probe to probe location.
4128 * breakpoint.c (create_longjmp_master_breakpoint)
4129 (create_exception_master_breakpoint): Likewise.
4130 (break_command_1): Remove local variable `arg_cp'.
4131 Check location type to set appropriate breakpoint ops methods.
4132 (trace_command): Likewise.
4133 * linespec.c (event_location_to_sals): Assert on probe locations.
4134 * location.c (EL_PROBE): Add macro definition.
4135 (new_probe_location, get_probe_location): New functions.
4136 (copy_event_location, delete_event_location, event_location_to_string)
4137 (string_to_event_location, event_location_empty_p): Handle probe
4138 locations.
4139 * location.h (enum event_location_type): Add PROBE_LOCATION.
4140 (new_probe_location, get_probe_location): Declare.
4141 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4142 Convert linespec into probe location.
4143
a06efdd6
KS
41442015-08-11 Keith Seitz <keiths@redhat.com>
4145
4146 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4147 Convert linespec to address location.
4148 * linespec.c (canonicalize_linespec): Do not handle address
4149 locations here.
4150 (convert_address_location_to_sals): New function; contents moved
4151 from ...
4152 (convert_linespc_to_sals): ... here.
4153 (parse_linespec): Remove address locations from linespec grammar.
4154 Remove handling of address locations.
4155 (linespec_lex_to_end): Remove handling of address linespecs.
4156 (event_location_to_sals): Handle ADDRESS_LOCATION.
4157 (linespec_expression_to_pc): Export.
4158 * linespec.h (linespec_expression_to_pc): Add declaration.
4159 * location.c (struct event_location.u) <address>: New member.
4160 (new_address_location, get_address_location): New functions.
4161 (copy_event_location, delete_event_location, event_location_to_string)
4162 (string_to_event_location, event_location_empty_p): Handle address
4163 locations.
4164 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4165 (new_address_location, get_address_location): Declare.
4166 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4167 to address location.
4168 * spu-tdep.c (spu_catch_start): Likewise.
4169
f00aae0f
KS
41702015-08-11 Keith Seitz <keiths@redhat.com>
4171
4172 * ax-gdb.c: Include location.h.
4173 (agent_command_1) Use linespec location instead of address
4174 string.
4175 * break-catch-throw.c: Include location.h.
4176 (re_set_exception_catchpoint): Use linespec locations instead
4177 of address strings.
4178 * breakpoint.c: Include location.h.
4179 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4180 (create_std_terminate_master_breakpoint)
4181 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4182 Use linespec location instead of address string.
4183 (print_breakpoint_location): Use locations and
4184 event_location_to_string.
4185 Print extra_string for pending locations for non-MI streams.
4186 (print_one_breakpoint_location): Use locations and
4187 event_location_to_string.
4188 (init_raw_breakpoint_without_location): Initialize b->location.
4189 (create_thread_event_breakpoint): Use linespec location instead of
4190 address string.
4191 (init_breakpoint_sal): Likewise.
4192 Only save extra_string if it is non-NULL and not the empty string.
4193 Use event_location_to_string instead of `addr_string'.
4194 Constify `p' and `endp'.
4195 Use skip_spaces_const/skip_space_const instead of non-const versions.
4196 Copy the location into the breakpoint.
4197 If LOCATION is NULL, save the breakpoint address as a linespec location
4198 instead of an address string.
4199 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4200 event_location. All uses updated.
4201 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4202 (parse_breakpoint_sals): Use locations instead of address strings.
4203 Remove check for empty linespec with conditional.
4204 Refactor.
4205 (decode_static_tracepoint_spec): Make argument const and update
4206 function.
4207 (create_breakpoint): Change `arg' to a struct event_location and
4208 rename.
4209 Remove `copy_arg' and `addr_start'.
4210 If EXTRA_STRING is empty, set it to NULL.
4211 Don't populate `canonical' for pending breakpoints.
4212 Pass `extra_string' to find_condition_and_thread.
4213 Clear `extra_string' if `rest' was NULL.
4214 Do not error with "garbage after location" if setting a dprintf
4215 breakpoint.
4216 Copy the location into the breakpoint instead of an address string.
4217 (break_command_1): Use string_to_event_location and pass this to
4218 create_breakpoint instead of an address string.
4219 Check against `arg_cp' for a probe linespec.
4220 (dprintf_command): Use string_to_event_location and pass this to
4221 create_breakpoint instead of an address string.
4222 Throw an exception if no format string was specified.
4223 (print_recreate_ranged_breakpoint): Use event_location_to_string
4224 instead of address strings.
4225 (break_range_command, until_break_command)
4226 (init_ada_exception_breakpoint): Use locations instead
4227 of address strings.
4228 (say_where): Print out extra_string for pending locations.
4229 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4230 the breakpoint.
4231 (base_breakpoint_create_sals_from_location): Use struct event_location
4232 instead of address string.
4233 Remove `addr_start' and `copy_arg' parameters.
4234 (base_breakpoint_decode_location): Use struct event_location instead of
4235 address string.
4236 (bkpt_re_set): Use locations instead of address strings.
4237 Use event_location_empty_p to check for unset location.
4238 (bkpt_print_recreate): Use event_location_to_string instead of
4239 an address string.
4240 Print out extra_string for pending locations.
4241 (bkpt_create_sals_from_location, bkpt_decode_location)
4242 (bkpt_probe_create_sals_from_location): Use struct event_location
4243 instead of address string.
4244 (bkpt_probe_decode_location): Use struct event_location instead of
4245 address string.
4246 (tracepoint_print_recreate): Use event_location_to_string to
4247 recreate the tracepoint.
4248 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4249 (tracepoint_probe_create_sals_from_location)
4250 (tracepoint_probe_decode_location): Use struct event_location
4251 instead of address string.
4252 (dprintf_print_recreate): Use event_location_to_string to recreate
4253 the dprintf.
4254 (dprintf_re_set): Remove check for valid/missing format string.
4255 (strace_marker_create_sals_from_location)
4256 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4257 (update_static_tracepoint): Use struct event_location instead of
4258 address string.
4259 (location_to_sals): Likewise.
4260 Pass `extra_string' to find_condition_and_thread.
4261 For newly resolved pending breakpoint locations, clear the location's
4262 string representation.
4263 Assert that the breakpoint's condition string is NULL when
4264 condition_not_parsed.
4265 (breakpoint_re_set_default, create_sals_from_location_default)
4266 (decode_location_default, trace_command, ftrace_command)
4267 (strace_command, create_tracepoint_from_upload): Use locations
4268 instead of address strings.
4269 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4270 Use struct event_location instead of address string.
4271 Update all uses.
4272 <decode_location>: Likewise.
4273 (struct breakpoint) <addr_string>: Change to struct event_location
4274 and rename `location'.
4275 <addr_string_range_end>: Change to struct event_location and rename
4276 `location_range_end'.
4277 (create_breakpoint): Use struct event_location instead of address
4278 string.
4279 * cli/cli-cmds.c: Include location.h.
4280 (edit_command, list_command): Use locations instead of address strings.
4281 * elfread.c: Include location.h.
4282 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4283 * guile/scm-breakpoint.c: Include location.h.
4284 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4285 (gdbscm_register_breakpoint): Use locations instead of address
4286 strings.
4287 * linespec.c: Include location.h.
4288 (struct ls_parser) <stream>: Change to const char *.
4289 (PARSER_STREAM): Update.
4290 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4291 keywords must be followed by whitespace.
4292 (canonicalize_linespec): Save a linespec location into `canonical'.
4293 Save a canonical linespec into `canonical'.
4294 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4295 All uses updated.
4296 Update function description.
4297 (linespec_parser_new): Initialize `parser'.
4298 Update initialization of parsing stream.
4299 (event_location_to_sals): New function.
4300 (decode_line_full): Change `argptr' to a struct event_location and
4301 rename it `location'.
4302 Use locations instead of address strings.
4303 Call event_location_to_sals instead of parse_linespec.
4304 (decode_line_1): Likewise.
4305 (decode_line_with_current_source, decode_line_with_last_displayed)
4306 Use locations instead of address strings.
4307 (decode_objc): Likewise.
4308 Change `argptr' to const char * and rename `arg'.
4309 (destroy_linespec_result): Delete the linespec result's location
4310 instead of freeing the address string.
4311 * linespec.h (struct linespec_result) <addr_string>: Change to
4312 struct event_location and rename to ...
4313 <location>: ... this.
4314 (decode_line_1, decode_line_full): Change `argptr' to struct
4315 event_location. All callers updated.
4316 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4317 (mi_cmd_break_insert_1): Use locations instead of address strings.
4318 Throw an error if there was "garbage" at the end of the specified
4319 linespec.
4320 * probe.c: Include location.h.
4321 (parse_probes): Change `argptr' to struct event_location.
4322 Use event locations instead of address strings.
4323 * probe.h (parse_probes): Change `argptr' to struct event_location.
4324 * python/py-breakpoint.c: Include location.h.
4325 (bppy_get_location): Constify local variable `str'.
4326 Use event_location_to_string.
4327 (bppy_init): Use locations instead of address strings.
4328 * python/py-finishbreakpoint.c: Include location.h.
4329 (bpfinishpy_init): Remove local variable `addr_str'.
4330 Use locations instead of address strings.
4331 * python/python.c: Include location.h.
4332 (gdbpy_decode_line): Use locations instead of address strings.
4333 * remote.c: Include location.h.
4334 (remote_download_tracepoint): Use locations instead of address
4335 strings.
4336 * spu-tdep.c: Include location.h.
4337 (spu_catch_start): Remove local variable `buf'.
4338 Use locations instead of address strings.
4339 * tracepoint.c: Include location.h.
4340 (scope_info): Use locations instead of address strings.
4341 (encode_source_string): Constify parameter `src'.
4342 * tracepoint.h (encode_source_string): Likewise.
4343
c7c1b3e9
KS
43442015-08-11 Keith Seitz <keiths@redhat.com>
4345
4346 * Makefile.in (SFILES): Add location.c.
4347 (HFILES_NO_SRCDIR): Add location.h.
4348 (COMMON_OBS): Add location.o.
4349 * linespec.c (linespec_lex_to_end): New function.
4350 * linespec.h (linespec_lex_to_end): Declare.
4351 * location.c: New file.
4352 * location.h: New file.
4353
5f700d83
KS
43542015-08-11 Keith Seitz <keiths@redhat.com>
4355
4356 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4357 Renamed to create_sals_from_location.
4358 <decode_linespec>: Renamed to decode_location.
4359 Update all callers.
4360 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4361 (create_sals_from_location_default): ... this.
4362 (addr_string_to_sals): Renamed to ...
4363 (location_to_sals): ... this.
4364 (decode_linespec_default): Renamed to ...
4365 (decode_location_default): ... this.
4366 (base_breakpoint_create_sals_from_address): Renamed to ...
4367 (base_breakpoint_create_sals_from_location): ... this.
4368 (bkpt_create_sals_from_address): Renamed to ...
4369 (bkpt_create_sals_from_location): ... this.
4370 (bkpt_decode_linespec): Renamed to ...
4371 (bkpt_decode_location): ... this.
4372 (bkpt_probe_create_sals_from_address): Renamed to ...
4373 (bkpt_probe_create_sals_from_location): ... this.
4374 (tracepoint_create_sals_from_address): Renamed to ...
4375 (tracepoint_create_sals_from_location): ... this.
4376 (tracepoint_decode_linespec): Renamed to ...
4377 (tracepoint_decode_location): ... this.
4378 (tracepoint_probe_create_sals_from_address): Renamed to ...
4379 (tracepoint_probe_create_sals_from_location): ... this.
4380 (tracepoint_probe_decode_linespec): Renamed to ...
4381 (tracepoint_probe_decode_location): ... this.
4382 (strace_marker_create_sals_from_address): Renamed to ...
4383 (strace_marker_create_sals_from_location): ... this.
4384 (decode_linespec_default): Renamed to ...
4385 (decode_location_default): ... this.
4386
e27852be
DE
43872015-08-10 Doug Evans <dje@google.com>
4388 Keith Seitz <keiths@redhat.com>
4389
4390 PR gdb/17960
4391 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4392 make_file_symbol_completion_list and made static.
4393 (make_file_symbol_completion_list): New function.
80af41e0 4394
fd7dcb94
JB
43952015-08-10 Joel Brobecker <brobecker@adacore.com>
4396
4397 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4398 trailing new-line at end of warning message.
4399 (proceed): Add i18n marker to error messages.
4400
f12899e9
PA
44012015-08-07 Pedro Alves <palves@redhat.com>
4402
4403 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4404
5ac21343
PA
44052015-08-07 Pedro Alves <palves@redhat.com>
4406
4407 * s390-linux-tdep.c (is_non_branch_ril)
4408 (s390_displaced_step_copy_insn): New functions.
4409 (s390_displaced_step_fixup): Update comment.
4410 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4411 gdbarch_displaced_step_copy_insn hook.
4412
7f03bd92
PA
44132015-08-07 Pedro Alves <palves@redhat.com>
4414
4415 * infrun.c (displaced_step_prepare_throw): Return -1 if
4416 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4417 comment.
4418 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4419 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4420 in file.
4421 (ppc_displaced_step_copy_insn): New function.
4422 (ppc_displaced_step_fixup): Update comment.
4423 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4424 gdbarch_displaced_step_copy_insn hook.
4425 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4426 NULL return.
4427 * gdbarch.h: Regenerate.
4428
3fc8eb30
PA
44292015-08-07 Pedro Alves <palves@redhat.com>
4430
4431 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4432 field.
4433 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4434 Return false if dispaced stepping failed before.
4435 (resume): Pass the current inferior to
4436 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4437 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4438 displaced_stepping_failed flag, and fall back to an in-line
4439 step-over.
4440
bfedc46a
PA
44412015-08-07 Pedro Alves <palves@redhat.com>
4442
4443 * darwin-nat.c (darwin_stop): Rename to ...
4444 (darwin_interrupt): ... this.
4445 (_initialize_darwin_inferior): Adjust.
4446 * gnu-nat.c (gnu_stop): Delete.
4447 (gnu_target): Don't install gnu_stop.
4448 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4449 (inf_ptrace_interrupt): ... this.
4450 (inf_ptrace_target): Adjust.
4451 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4452 target_stop.
4453 * linux-nat (linux_nat_stop): Rename to ...
4454 (linux_nat_interrupt): ... this.
4455 (linux_nat_stop): Reimplement.
4456 (linux_nat_add_target): Install linux_nat_interrupt.
4457 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4458 (nto_handle_sigint_twice): ... this.
4459 (nto_interrupt): Rename to ...
4460 (nto_handle_sigint): ... this. Call target_interrupt instead of
4461 target_stop.
4462 (procfs_wait): Adjust.
4463 (procfs_stop): Rename to ...
4464 (procfs_interrupt): ... this.
4465 (init_procfs_targets): Adjust.
4466 * procfs.c (procfs_stop): Rename to ...
4467 (procfs_interrupt): ... this.
4468 (procfs_target): Adjust.
4469 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4470 (m32r_interrupt): ... this.
4471 (init_m32r_ops): Adjust.
4472 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4473 (gdbsim_interrupt_inferior): ... this.
4474 (gdbsim_stop): Rename to ...
4475 (gdbsim_interrupt): ... this.
4476 (gdbsim_cntrl_c): Adjust.
4477 (init_gdbsim_ops): Adjust.
4478 * remote.c (sync_remote_interrupt): Adjust comments.
4479 (remote_stop_as): Rename to ...
4480 (remote_interrupt_as): ... this.
4481 (remote_stop): Adjust comment.
4482 (remote_interrupt): New function.
4483 (init_remote_ops): Install remote_interrupt.
4484 * target.c (target_interrupt): New function.
4485 * target.h (struct target_ops) <to_interrupt>: New field.
4486 (target_interrupt): New declaration.
4487 * windows-nat.c (windows_stop): Rename to ...
4488 (windows_interrupt): ... this.
4489 * target-delegates.c: Regenerate.
4490
d55007b5
PA
44912015-08-07 Pedro Alves <palves@redhat.com>
4492
4493 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4494 threads" as alternative to "switching back to stepped thread".
4495
fbea99ea
PA
44962015-08-07 Pedro Alves <palves@redhat.com>
4497
4498 * NEWS: Mention "maint set/show target-non-stop".
4499 * breakpoint.c (update_global_location_list): Check
4500 target_is_non_stop_p instead of non_stop.
4501 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4502 * infrun.c (show_can_use_displaced_stepping)
4503 (can_use_displaced_stepping_p, start_step_over_inferior):
4504 Likewise.
4505 (internal_resume_ptid): New function.
4506 (resume): Use it.
4507 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4508 all-stop mode but the target is always in non-stop mode, start all
4509 the other threads that are implicitly resumed too.
4510 (for_each_just_stopped_thread, fetch_inferior_event)
4511 (adjust_pc_after_break, stop_all_threads): Check
4512 target_is_non_stop_p instead of non_stop.
4513 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4514 with the target always in non-stop mode.
4515 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4516 instead of non_stop.
4517 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4518 instead of non_stop.
4519 (keep_going_stepped_thread): Use internal_resume_ptid.
4520 (stop_waiting): If in all-stop mode, and the target is in non-stop
4521 mode, stop all threads.
4522 (keep_going_pass): Likewise, when starting a new in-line step-over
4523 sequence.
4524 * linux-nat.c (get_pending_status, select_event_lwp)
4525 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4526 target_is_non_stop_p instead of non_stop.
4527 (linux_nat_always_non_stop_p): New function.
4528 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4529 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4530 * target-delegates.c: Regenerate.
4531 * target.c (target_is_non_stop_p): New function.
4532 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4533 (maint_set_target_non_stop_command)
4534 (maint_show_target_non_stop_command): New functions.
4535 (_initilize_target): Install "maint set/show target-non-stop"
4536 commands.
4537 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4538 (target_non_stop_enabled): New declaration.
4539 (target_is_non_stop_p): New declaration.
4540
372316f1
PA
45412015-08-07 Pedro Alves <pedro@codesourcery.com>
4542
4543 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4544 has a pending status, return true.
4545 * gdbthread.h: Include target/waitstatus.h.
4546 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4547 stop_pc>: New fields.
4548 (struct thread_info) <resumed>: New field.
4549 (set_resumed): Declare.
4550 * infrun.c: Include "event-loop.h".
4551 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4552 (infrun_async): New function.
4553 (clear_step_over_info): Add debug output.
4554 (displaced_step_in_progress_any_inferior): New function.
4555 (displaced_step_fixup): New returns int.
4556 (start_step_over): Handle in-line step-overs too. Assert the
4557 thread is marked resumed.
4558 (resume_cleanups): Clear the thread's resumed flag.
4559 (resume): Set the thread's resumed flag. Return early if the
4560 thread has a pending status. Allow stepping a breakpoint with no
4561 signal.
4562 (proceed): Adjust to check 'resumed' instead of 'executing'.
4563 (clear_proceed_status_thread): If the thread has a pending status,
4564 and that status is a finished step, discard the pending status.
4565 (clear_proceed_status): Don't clear step_over_info here.
4566 (random_pending_event_thread, do_target_wait): New functions.
4567 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4568 do_target_wait.
4569 (wait_one): New function.
4570 (THREAD_STOPPED_BY): New macro.
4571 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4572 (thread_stopped_by_hw_breakpoint): New functions.
4573 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4574 functions.
4575 (handle_inferior_event): Also call set_resumed(false) on all
4576 threads implicitly stopped by the event.
4577 (restart_threads, resumed_thread_with_pending_status): New
4578 functions.
4579 (finish_step_over): If we were doing an in-line step-over before,
4580 and no longer are after trying to start a new step-over, restart
4581 all threads. If we have multiple threads with pending events,
4582 save the current event and go through the event loop again.
4583 (handle_signal_stop): Return early if finish_step_over returns
4584 false.
4585 <random signal>: If we get a signal while stepping over a
4586 breakpoint in-line in non-stop mode, restart all threads. Clear
4587 step_over_info before delivering the signal.
4588 (keep_going_stepped_thread): Use internal_error instead of
4589 gdb_assert. Mark the thread as resumed.
4590 (keep_going_pass_signal): Assert the thread isn't already resumed.
4591 If some other thread is doing an in-line step-over, defer the
4592 resume. If we just started a new in-line step-over, stop all
4593 threads. Don't clear step_over_info.
4594 (infrun_async_inferior_event_handler): New function.
4595 (_initialize_infrun): Create async event handler with
4596 infrun_async_inferior_event_handler as callback.
4597 (infrun_async): New declaration.
4598 * target.c (target_async): New function.
4599 * target.h (target_async): Declare macro and readd as function
4600 declaration.
4601 * target/waitstatus.h (enum target_stop_reason)
4602 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4603 * thread.c (new_thread): Clear the new waitstatus field.
4604 (set_resumed): New function.
4605
2ac7589c
PA
46062015-08-07 Pedro Alves <palves@redhat.com>
4607
4608 * infrun.c (keep_going_stepped_thread): New function, factored out
4609 from ...
4610 (switch_back_to_stepped_thread): ... here.
4611
8b061563
PA
46122015-08-07 Pedro Alves <palves@redhat.com>
4613
4614 * infrun.c (currently_stepping): Extend intro comment.
4615 * target.h (target_resume): Extend intro comment.
4616
1afd5965
PA
46172015-08-07 Pedro Alves <palves@redhat.com>
4618
4619 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4620 of inferior_ptid. If the stepped thread vanished, return 0
4621 instead of resuming here. Use reset_ecs. Print the prev_pc and
4622 the current stop_pc in log message. Clear trap_expected if the
4623 thread advanced. Don't pass currently_stepping to
4624 do_target_resume.
4625
4d9d9d04
PA
46262015-08-07 Pedro Alves <palves@redhat.com>
4627
4628 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4629 * infrun.c (struct execution_control_state): Move higher up in the
4630 file.
4631 (reset_ecs): New function.
4632 (start_step_over): Now returns int. Rewrite to use
4633 keep_going_pass_signal instead of manually starting a displaced step.
4634 (resume): Don't call set_running here. If displaced stepping
4635 can't start now, clear trap_expected.
4636 (find_thread_needs_step_over): Delete function.
4637 (proceed): Set up finish_thread_state_cleanup. Call set_running.
4638 If the current thread needs a step over, push it in the step-over
4639 chain. Don't set insert breakpoints nor call resume directly
4640 here. Instead rewrite to use start_step_over and
4641 keep_going_pass_signal.
4642 (finish_step_over): New function.
4643 (handle_signal_stop): Call finish_step_over instead of
4644 start_step_over.
4645 (switch_back_to_stepped_thread): If the event thread needs another
4646 step-over do that first. Use start_step_over.
4647 (keep_going_pass_signal): New function, factored out from ...
4648 (keep_going): ... here.
4649 (_initialize_infrun): Comment moved here.
4650 * thread.c (set_running_thread): New function.
4651 (set_running, finish_thread_state): Use set_running_thread.
4652
c2829269
PA
46532015-08-07 Pedro Alves <palves@redhat.com>
4654
4655 * gdbthread.h (struct thread_info) <step_over_prev,
4656 step_over_next>: New fields.
4657 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4658 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4659 declarations.
4660 * infrun.c (struct displaced_step_request): Delete.
4661 (struct displaced_step_inferior_state) <step_request_queue>:
4662 Delete field.
4663 (displaced_step_prepare): Assert that trap_expected is set. Use
4664 thread_step_over_chain_enqueue. Split starting a new displaced
4665 step to ...
4666 (start_step_over): ... this new function.
4667 (resume): Assert the thread isn't waiting for a step over already.
4668 (proceed): Assert the thread isn't waiting for a step over
4669 already.
4670 (infrun_thread_stop_requested): Adjust to remove threads from the
4671 embedded step-over chain.
4672 (handle_inferior_event) <fork/vfork>: Call start_step_over after
4673 displaced_step_fixup.
4674 (handle_signal_stop): Call start_step_over after
4675 displaced_step_fixup.
4676 * infrun.h (step_over_queue_head): New declaration.
4677 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4678 (thread_step_over_chain_next, thread_is_in_step_over_chain)
4679 (thread_step_over_chain_enqueue)
4680 (thread_step_over_chain_remove): New functions.
4681 (delete_thread_1): Remove thread from the step-over chain.
4682
6c4cfb24
PA
46832015-08-07 Pedro Alves <palves@redhat.com>
4684
4685 * infrun.c (thread_still_needs_step_over): Rename to ...
4686 (thread_still_needs_step_over_bp): ... this.
4687 (enum step_over_what): New.
4688 (thread_still_needs_step_over): Reimplement.
4689
567420d1
PA
46902015-08-07 Pedro Alves <palves@redhat.com>
4691
4692 * remote.c (remote_wait_as): If not waiting for a stop reply,
4693 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
4694 requested, don't block waiting forever.
4695
d8dd4d5f
PA
46962015-08-07 Pedro Alves <pedro@codesourcery.com>
4697
4698 * infrun.c (adjust_pc_after_break): Now takes thread_info and
4699 waitstatus pointers instead of an ecs. Adjust.
4700 (handle_inferior_event): Adjust caller.
4701
e1316e60
PA
47022015-08-07 Pedro Alves <palves@redhat.com>
4703
4704 * infrun.c (handle_inferior_event): If we get
4705 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4706 mode, mark all threads of the exiting process as not-executing.
4707 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4708 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4709 exiting process, if inferior_ptid still points at a process.
4710 * thread.c (struct current_thread_cleanup) <next>: New field.
4711 (current_thread_cleanup_chain): New global.
4712 (restore_current_thread_ptid_changed): New function.
4713 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4714 current_thread_cleanup_chain list.
4715 (make_cleanup_restore_current_thread): Add the cleanup data to the
4716 current_thread_cleanup_chain list.
4717 (_initialize_thread): Install restore_current_thread_ptid_changed
4718 as thread_ptid_changed observer.
4719
47e9c225
JB
47202015-08-07 Joel Brobecker <brobecker@adacore.com>
4721
4722 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
4723 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
4724 smaller than expected.
4725
06096720
AB
47262015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 * stack.c (get_frame_language): Moved ...
4729 * frame.c (get_frame_language): ... to here.
4730 * language.h (get_frame_language): Declaration moved to frame.h.
4731 * frame.h: Add language.h include, for language enum.
4732 (get_frame_language): Declaration moved from language.h.
4733 * language.c: Add frame.h include.
4734 * top.c: Add frame.h include.
4735 * symtab.h (struct obj_section): Declare.
4736 (struct cmd_list_element): Declare.
4737
7ff38b1c
AB
47382015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * language.c (show_language_command): Find selected frame before
4741 asking for the language of that frame.
4742 (set_language_command): Likewise.
4743 * language.h (get_frame_language): Add frame parameter.
4744 * stack.c (get_frame_language): Add frame parameter, assert
4745 parameter is not NULL, update comment and reindent.
4746 * top.c (check_frame_language_change): Pass the selected frame
4747 into get_frame_language.
4748
da8c46d2
MM
47492015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4750
4751 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
4752 (pt_btrace_insn_flags): New.
4753 (ftrace_add_pt): Call pt_btrace_insn_flags.
4754 * btrace.h (btrace_insn_flag): New.
4755 (btrace_insn) <flags>: New.
4756 * record-btrace.c (btrace_insn_history): Print insn prefix.
4757 * NEWS: Announce it.
4758
5599c404
MM
47592015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4760
4761 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
4762 * configure: Regenerate.
4763
016a3251
DD
47642015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
4765
4766 * Makefile.in (LIBICONV): Define.
4767 (CLIBS): Add LIBICONV.
4768 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
4769 * configure: Regenerate.
4770
aead7601
SM
47712015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4772 Pedro Alves <palves@redhat.com>
4773
4774 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
4775 (arm_set_abi): Likewise.
4776 * ax-general.c (ax_print): Likewise.
4777 * c-exp.y (exp : string_exp): Likewise.
4778 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
4779 (do_compile_dwarf_expr_to_c): Likewise.
4780 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
4781 Likewise.
4782 * dwarf2expr.c (execute_stack_op): Likewise.
4783 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4784 (disassemble_dwarf_expression): Likewise.
4785 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
4786 (read_array_order): Likewise.
4787 (abbrev_table_read_table): Likewise.
4788 (read_attribute_value): Likewise.
4789 (skip_unknown_opcode): Likewise.
4790 (dwarf_decode_macro_bytes): Likewise.
4791 (dwarf_decode_macros): Likewise.
4792 * eval.c (value_f90_subarray): Likewise.
4793 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4794 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4795 * infrun.c (handle_command): Likewise.
4796 * memory-map.c (memory_map_start_memory): Likewise.
4797 * osabi.c (set_osabi): Likewise.
4798 * parse.c (operator_length_standard): Likewise.
4799 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
4800 single return point.
4801 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
4802 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4803 (gdbpy_lookup_global_symbol): Likewise.
4804 * record-full.c (record_full_restore): Likewise.
4805 * regcache.c (regcache_register_status): Likewise.
4806 (regcache_raw_read): Likewise.
4807 (regcache_cooked_read): Likewise.
4808 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4809 * symtab.c (initialize_ordinary_address_classes): Likewise.
4810 * target-debug.h (target_debug_print_signals): Likewise.
4811 * utils.c (do_restore_current_language): Likewise.
4812
ca0a5f0b
CD
48132015-08-06 Clem Dickey <clemd@acm.org>
4814
4815 PR python/17136
4816 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
4817
05d999b0
SM
48182015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4819
4820 * complaints.c (enum complaint_series): Add newlines and remove
4821 out of date comment.
4822 (struct complaints) <series>: Change type to enum
4823 complaint_series and remove out of date comment.
4824 (symfile_complaint_hook): Use equivalent enum value
4825 ISOLATED_MESSAGE instead of 0.
4826
bf47e248
PA
48272015-08-06 Pedro Alves <palves@redhat.com>
4828
4829 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
4830 returned > 0.
4831
b6b9ffcc
PL
48322015-08-06 Pierre Langlois <pierre.langlois@arm.com>
4833
4834 * common/agent.c (symbol_list) <required>: Remove.
4835
863d01bd
PA
48362015-08-06 Pedro Alves <palves@redhat.com>
4837
4838 * target/waitstatus.h (enum target_stop_reason)
4839 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4840
0a39bb32
PA
48412015-08-05 Pedro Alves <palves@redhat.com>
4842 Joel Brobecker <brobecker@adacore.com>
4843
9d996aba 4844 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
4845 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
4846 case where BS->STOP is not set.
4847
260439cb
UW
48482015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
4849
4850 * nat/gdb_thread_db.h: Add copyright header.
4851 Protect against multiple inclusion.
4852
d89fa914
YQ
48532015-08-05 Yao Qi <yao.qi@linaro.org>
4854
4855 * aarch64-linux-nat.c (get_thread_id): Remove.
4856 (debug_reg_change_callback): Call ptid_get_lwp instead of
4857 get_thread_id.
4858 (fetch_gregs_from_thread): Likewise.
4859 (store_gregs_to_thread): Likewise.
4860 (fetch_fpregs_from_thread): Likewise.
4861 (store_fpregs_to_thread): Likewise.
4862 (aarch64_linux_get_debug_reg_capacity): Likewise.
4863 * arm-linux-nat.c (get_thread_id): Remove.
4864 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4865 * xtensa-linux-nat.c (get_thread_id): Remove.
4866 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4867 * arm-linux-nat.c (get_thread_id): Remove.
4868 (GET_THREAD_ID): Remove.
4869 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
4870 (store_fpregs, fetch_regs, store_regs): Likewise.
4871 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
4872 (fetch_vfp_regs, store_vfp_regs): Likewise.
4873 (arm_linux_read_description): Likewise.
4874 (arm_linux_get_hwbp_cap): Likewise.
4875 * xtensa-linux-nat.c (get_thread_id): Remove.
4876 (GET_THREAD_ID): Remove.
4877 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
4878 GET_THREAD_ID.
4879
4efd80aa
CS
48802015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
4881
4882 * python/py-linetable.c: Fix case of Linetable to LineTable
4883 in docstrings and code comments.
4884 * python/py-symtab.c: Same.
4885
c6343a91
JK
48862015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4887
4888 * infcmd.c (signal_command): Call do_cleanups for args_chain.
4889
978b9495
JK
48902015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 PR gdb/18767
4893 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
4894 use.
4895
96e9210f
PA
48962015-08-04 Pedro Alves <palves@redhat.com>
4897
4898 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
4899 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
4900 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
4901 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
4902 (td_thr_validate_ftype, td_thr_get_info_ftype)
4903 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
4904 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
4905 New typedefs.
4906 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
4907 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
4908 local macros and use them instead of verbose_dlsym and dlsym
4909 calls.
4910
af60a1ef
SL
49112015-08-03 Sandra Loosemore <sandra@codesourcery.com>
4912
4913 * nios2-tdep.h: Include opcode/nios2.h here.
4914 (NIOS2_CDX_OPCODE_SIZE): New.
4915 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
4916 * nios2-tdep.c: Don't include opcode/nios2.h here.
4917 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
4918 4-byte read fails.
4919 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
4920 (nios2_match_addi, nios2_match_orhi): Likewise.
4921 (nios2_match_stw, nios2_match_ldw): Likewise.
4922 (nios2_match_rdctl): Likewise.
4923 (nios2_match_stwm, nios2_match_ldwm): New.
4924 (nios2_match_branch): Add cases for R2 encodings.
4925 (nios2_match_jmpi, nios2_match_calli): Likewise.
4926 (nios2_match_jmpr, nios2_match_callr): Likewise.
4927 (nios2_match_break, nios2_match_trap): Likewise.
4928 (nios2_in_epilogue_p): Add R2 support.
4929 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
4930 prologues.
4931 (nios2_breakpoint_from_pc): Handle R2 instructions.
4932 (nios2_get_next_pc): Likewise. Adjust call to
4933 tdep->syscall_next_pc.
4934 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
4935 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
4936 instruction field macros instead of literal hex values.
4937 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
4938 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
4939 Use size field from OP instead of assuming all instructions
4940 are the same size.
4941 (nios2_linux_init_abi): Register appropriate unwinder for mach.
4942
1da03605
UW
49432015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
4944
4945 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
4946 variable warning with some compilers.
4947
8156fe7f
YQ
49482015-08-03 Yao Qi <yao.qi@linaro.org>
4949
4950 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
4951 in comment. Replace "rw" with "type".
4952 (arm_linux_remove_watchpoint): Change type of "rw" to
4953 "enum target_hw_bp_type".
4954
835a09d9
PMR
49552015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
4956
4957 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
4958 lookup_symbol.
4959 * ft32-tdep.c (ft32_skip_prologue): Likewise.
4960 * moxie-tdep.c (moxie_skip_prologue): Likewise.
4961 * mt-tdep.c (mt_skip_prologue): Likewise.
4962 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
4963
d12307c1
PMR
49642015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
4965
4966 * ada-exp.y (write_object_renaming): Replace struct
4967 ada_symbol_info with struct block_symbol. Update field
4968 references accordingly.
4969 (block_lookup, select_possible_type_sym): Likewise.
4970 (find_primitive_type): Likewise. Also update call to
4971 ada_lookup_symbol to extract the symbol itself.
4972 (write_var_or_type, write_name_assoc): Likewise.
4973 * ada-lang.h (struct ada_symbol_info): Remove.
4974 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
4975 struct block_symbol.
4976 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
4977 (ada_lookup_symbol): Return struct block_symbol instead of a
4978 mere symbol.
4979 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
4980 with struct block_symbol.
4981 (resolve_subexp, ada_resolve_function, sort_choices,
4982 user_select_syms, is_nonfunction, add_defn_to_vec,
4983 num_defns_collected, defns_collected,
4984 symbols_are_identical_enums, remove_extra_symbols,
4985 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
4986 ada_lookup_symbol_list, ada_iterate_over_symbols,
4987 ada_lookup_encoded_symbol, get_var_value): Likewise.
4988 (ada_lookup_symbol): Return a block_symbol instead of a mere
4989 symbol. Replace struct ada_symbol_info with struct
4990 block_symbol.
4991 (ada_lookup_symbol_nonlocal): Likewise.
4992 (standard_lookup): Make block passing explicit through
4993 lookup_symbol_in_language.
4994 * ada-tasks.c (get_tcb_types_info): Update the calls to
4995 lookup_symbol_in_language to extract the mere symbol out of the
4996 returned value.
4997 (ada_tasks_inferior_data_sniffer): Likewise.
4998 * ax-gdb.c (gen_static_field): Likewise for the call to
4999 lookup_symbol.
a5fdf78a 5000 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5001 lookup functions.
5002 (gen_expr): Likewise.
5003 * c-exp.y: Likewise. Remove uses of block_found.
5004 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5005 (classify_name): Likewise. Rename the "sym" local variable to
5006 "bsym".
5007 * c-valprint.c (print_unpacked_pointer): Likewise.
5008 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5009 "sym" parameter from struct symbol * to struct block_symbol.
5010 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5011 block_symbol from lookup functions.
d12307c1
PMR
5012 (gcc_convert_symbol): Likewise. Update the call to
5013 convert_symbol_sym.
5014 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5015 struct block_symbol from lookup functions.
d12307c1
PMR
5016 * cp-namespace.c (cp_lookup_nested_symbol_1,
5017 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5018 cp_search_static_and_baseclasses,
5019 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5020 cp_lookup_symbol_imports_or_template,
5021 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5022 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5023 find_symbol_in_baseclass): Return struct block_symbol instead of
5024 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5025 functions.
5026 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5027 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5028 lookup functions.
5029 * cp-support.h (cp_lookup_symbol_nonlocal,
5030 cp_lookup_symbol_from_namespace,
5031 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5032 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5033 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5034 push_module_name):
a5fdf78a 5035 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5036 uses of block_found.
5037 * eval.c (evaluate_subexp_standard): Update call to
5038 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5039 * f-exp.y: Deal with struct block_symbol from lookup functions.
5040 Remove uses of block_found.
d12307c1
PMR
5041 (yylex): Likewise.
5042 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5043 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5044 struct block_symbol from lookup functions.
d12307c1
PMR
5045 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5046 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5047 (gdbscm_lookup_global_symbol): Likewise.
5048 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5049 * go-exp.y: Likewise. Remove uses of block_found.
5050 (package_name_p, classify_packaged_name, classify_name):
5051 Likewise.
5052 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5053 * jv-exp.y (push_variable): Likewise.
5054 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5055 * language.c (language_bool_type): Likewise.
5056 * language.h (struct language_defn): Update
a5fdf78a
PMR
5057 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5058 than a mere symbol.
5059 * linespec.c (find_label_symbols): Deal with struct block_symbol
5060 from lookup functions.
d12307c1
PMR
5061 * m2-exp.y: Likewise. Remove uses of block_found.
5062 (yylex): Likewise.
5063 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5064 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5065 * p-exp.y: Likewise. Remove uses of block_found.
5066 (yylex): Likewise.
5067 * p-valprint.c (pascal_val_print): Likewise.
5068 * parse.c (write_dollar_variable): Likewise. Remove uses of
5069 block_found.
5070 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5071 struct block_symbol.
5072 * printcmd.c (address_info): Deal with struct block_symbol from
5073 lookup functions.
d12307c1
PMR
5074 * python/py-frame.c (frapy_read_var): Likewise.
5075 * python/py-symbol.c (gdbpy_lookup_symbol,
5076 gdbpy_lookup_global_symbol): Likewise.
5077 * skip.c (skip_function_command): Likewise.
5078 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5079 block_symbol instead of a mere symbol.
d12307c1
PMR
5080 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5081 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5082 * solib.c (solib_global_lookup): Likewise.
5083 * solist.h (solib_global_lookup): Likewise.
5084 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5085 return a struct block_symbol rather than a mere symbol.
5086 * source.c (select_source_symtab): Deal with struct block_symbol
5087 from lookup functions.
d12307c1
PMR
5088 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5089 Likewise.
5090 * symfile.c (set_initial_language): Likewise.
5091 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5092 block_symbol.
d12307c1
PMR
5093 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5094 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5095 block_symbol.
d12307c1 5096 (block_found): Remove.
a5fdf78a 5097 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5098 cache slots.
a5fdf78a
PMR
5099 (symbol_cache_lookup): Return a struct block_symbol rather than
5100 a mere symbol.
d12307c1
PMR
5101 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5102 appropriately the cache slots. Update callers.
5103 (symbol_cache_dump): Update cache slots handling to the type
5104 change.
5105 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5106 lookup_symbol_aux, lookup_local_symbol,
5107 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5108 lookup_symbol_in_objfile_symtabs,
5109 lookup_symbol_in_objfile_from_linkage_name,
5110 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5111 lookup_symbol_in_static_block, lookup_static_symbol,
5112 lookup_global_symbol):
a5fdf78a
PMR
5113 Return a struct block_symbol rather than a mere symbol. Deal
5114 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5115 uses of block_found.
5116 (lookup_symbol_in_block): Remove uses of block_found.
5117 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5118 struct block_symbol.
d12307c1
PMR
5119 (lookup_symbol_global_iterator_cb): Update references to the
5120 RESULT field.
a5fdf78a 5121 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5122 functions.
a5fdf78a 5123 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5124 (block_found): Remove.
5125 (lookup_symbol_in_language, lookup_symbol,
5126 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5127 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5128 lookup_global_symbol_from_objfile): Return a struct block_symbol
5129 rather than just a mere symbol. Update comments to remove
5130 mentions of block_found.
d12307c1
PMR
5131 * valops.c (find_function_in_inferior,
5132 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5133 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5134 functions.
5135 * value.c (value_static_field, value_fn_field): Likewise.
5136
b1c59ddc
SM
51372015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5138
5139 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5140 instead of integer.
5141
f486487f 51422015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5143 Pedro Alves <palves@redhat.com>
f486487f
SM
5144
5145 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5146 type or value instead of integer.
5147 (aarch64_linux_insert_watchpoint): Likewise.
5148 (aarch64_linux_remove_watchpoint): Likewise.
5149 * ada-lang.c (ada_op_print_tab): Likewise.
5150 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5151 (amd64_linux_syscall_record_common): Likewise.
5152 * arch-utils.c (target_byte_order_user): Likewise.
5153 (default_byte_order): Likewise.
5154 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5155 (arm_linux_get_hwbp_type): Likewise.
5156 (arm_linux_hw_watchpoint_initialize): Likewise.
5157 (arm_linux_insert_watchpoint): Likewise.
5158 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5159 (arm_linux_syscall_record): Likewise.
5160 * breakpoint.c (update_watchpoint): Likewise.
5161 (breakpoint_here_p): Likewise.
5162 (bpstat_print): Likewise.
5163 (enable_breakpoint_disp): Likewise.
5164 * c-lang.c (c_op_print_tab): Likewise.
5165 * cli/cli-decode.c (add_info_alias): Likewise.
5166 * d-lang.c (d_op_print_tab): Likewise.
5167 * eval.c (evaluate_subexp_standard): Likewise.
5168 * f-exp.y (dot_ops): Likewise.
5169 (f77_keywords): Likewise.
5170 * f-lang.c (f_op_print_tab): Likewise.
5171 * go-lang.c (go_op_print_tab): Likewise.
5172 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5173 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5174 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5175 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5176 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5177 (struct scm_from_stringn_data): Likewise.
5178 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5179 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5180 (ia64_linux_remove_watchpoint): Likewise.
5181 (ia64_linux_can_use_hw_breakpoint): Likewise.
5182 * infrun.c (print_stop_event): Likewise.
5183 * jv-lang.c (java_op_print_tab): Likewise.
5184 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5185 * linux-nat.h (struct lwp_info): Likewise.
5186 * linux-thread-db.c (enable_thread_event): Likewise.
5187 * m2-lang.c (m2_op_print_tab): Likewise.
5188 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5189 (mi_cmd_stack_list_variables): Likewise.
5190 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5191 * mi/mi-out.c (mi_table_begin): Likewise.
5192 (mi_table_header): Likewise.
5193 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5194 (mips_linux_insert_watchpoint): Likewise.
5195 (mips_linux_remove_watchpoint): Likewise.
5196 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5197 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5198 (mips_linux_watch_type_to_irw): Likewise.
5199 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5200 (procfs_insert_hw_watchpoint): Likewise.
5201 (procfs_remove_hw_watchpoint): Likewise.
5202 (procfs_hw_watchpoint): Likewise.
5203 (procfs_can_use_hw_breakpoint): Likewise.
5204 (procfs_remove_hw_watchpoint): Likewise.
5205 (procfs_insert_hw_watchpoint): Likewise.
5206 * p-lang.c (pascal_op_print_tab): Likewise.
5207 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5208 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5209 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5210 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5211 (procfs_insert_watchpoint): Likewise.
5212 (procfs_remove_watchpoint): Likewise.
5213 * psymtab.c (recursively_search_psymtabs): Likewise.
5214 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5215 (m32r_insert_watchpoint): Likewise.
5216 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5217 (mips_insert_watchpoint): Likewise.
5218 (mips_remove_watchpoint): Likewise.
5219 * remote.c (watchpoint_to_Z_packet): Likewise.
5220 (remote_insert_watchpoint): Likewise.
5221 (remote_remove_watchpoint): Likewise.
5222 (remote_check_watch_resources): Likewise.
5223 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5224 (s390_remove_watchpoint): Likewise.
5225 (s390_can_use_hw_breakpoint): Likewise.
5226 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5227 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5228 * target.h (struct target_ops): Likewise.
5229 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5230 * ui-out.c (struct ui_out_hdr): Likewise.
5231 (append_header_to_list): Likewise.
5232 (get_next_header): Likewise.
5233 (verify_field): Likewise.
5234 (ui_out_begin): Likewise.
5235 (ui_out_field_int): Likewise.
5236 (ui_out_field_fmt_int): Likewise.
5237 (ui_out_field_skip): Likewise.
5238 (ui_out_field_string): Likewise.
5239 (ui_out_field_fmt): Likewise.
5240 * varobj.c (new_variable): Likewise.
5241 * x86-nat.c (x86_insert_watchpoint): Likewise.
5242 (x86_remove_watchpoint): Likewise.
5243 (x86_can_use_hw_breakpoint): Likewise.
5244 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5245 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5246 previously anonymous enumeration type..
5247 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5248 value.
5249 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5250 (target_debug_print_enum_bptype): New.
5251 * target-delegates.c: Regenerate.
5252
e1b5381f
SL
52532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5254
5255 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5256 already says and disallow non-stack memory writes in the prologue.
5257
9aaf8e3a
SL
52582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5259
5260 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5261 reflect how current GCC emits stack overflow checks. Match
5262 both trap and break instructions for backward compatbility.
5263 Disallow other trap and break instructions in the prologue.
5264
69dde7dc
PA
52652015-07-30 Pedro Alves <palves@redhat.com>
5266
5267 PR threads/18600
5268 * linux-nat.c (wait_lwp): Report to the core when thread group
5269 leader exits.
5270
4dd63d48
PA
52712015-07-30 Pedro Alves <palves@redhat.com>
5272 Simon Marchi <simon.marchi@ericsson.com>
5273
5274 PR threads/18600
5275 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5276 mark the new thread as resumed. Remove STOPPING parameter.
5277 (wait_lwp): Adjust call to linux_handle_extended_wait.
5278 (linux_nat_filter_event): Adjust call to
5279 linux_handle_extended_wait.
5280 (resume_stopped_resumed_lwps): Add debug output.
5281
6b940e6a
PL
52822015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5283
5284 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5285 isize argument.
5286 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5287 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5288 gdbarch_fast_tracepoint_valid_at.
5289 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5290 * gdbarch.h: Regenerate.
5291 * gdbarch.c: Regenerate.
5292 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5293 argument. Do not set it.
5294 * remote.c (remote_download_tracepoint): Adjust call to
5295 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5296 the instruction length.
5297
ec741292
YQ
52982015-07-30 Yao Qi <yao.qi@linaro.org>
5299
5300 * arm-tdep.h (enum gdb_regnum): Move it to ...
5301 * arch/arm.h: ... here. New file.
5302 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5303
0ea6402e
PL
53042015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5305
5306 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5307 Change its type to int *.
5308 (decode_br): Rename link argument to is_blr. Change its type to
5309 int *.
5310 (decode_cb): Rename op argument to is_cbnz. Change its type to
5311 int *.
5312 (decode_tb): Rename op argument to is_tbnz. Change its type to
5313 int *. Set is_tbnz to either 1 or 0.
5314 (aarch64_analyze_prologue): Change type of is_link to int. Add
5315 new variables is_cbnz and is_tbnz. Adjust call to
5316 aarch64_decode_cb and aarch64_decode_tb.
5317
aa58a496
SM
53182015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5319
5320 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5321 parameter.
5322 (mips_linux_new_thread): Likewise.
5323 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5324
18206ca3
PP
53252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5326
5327 * top.c: Include "tui/tui.h".
5328 (undo_terminal_modifications_before_exit): New static function.
5329 (quit_force): Use it.
5330
7afa63c6
PP
53312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5332
5333 * target.c (terminal_state): Initialize to terminal_is_ours.
5334
cc9f16aa
YQ
53352015-07-29 Yao Qi <yao.qi@linaro.org>
5336
5337 PR record/18691
5338 * dcache.c (dcache_read_memory_partial): Call
5339 raw_memory_xfer_partial.
5340 * target.c (raw_memory_xfer_partial): Make it non-static.
5341 * target.h (raw_memory_xfer_partial): Declare.
5342
3ae385af
SM
53432015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5344
5345 * c-valprint.c (c_val_print_array): Consider addressable memory
5346 unit size.
5347 (c_val_print_ptr): Likewise.
5348 (c_val_print_int): Likewise.
5349 * findvar.c (read_frame_register_value): Likewise.
5350 * valarith.c (find_size_for_pointer_math): Likewise.
5351 (value_ptrdiff): Likewise.
5352 (value_subscripted_rvalue): Likewise.
5353 * valops.c (read_value_memory): Likewise (and rename variables).
5354 (value_assign): Likewise.
5355 (value_repeat): Likewise.
5356 (value_array): Likewise.
5357 (value_slice): Likewise.
5358 * valprint.c (generic_val_print_ptr): Likewise.
5359 (generic_val_print_enum): Likewise.
5360 (generic_val_print_bool): Likewise.
5361 (generic_val_print_int): Likewise.
5362 (generic_val_print_char): Likewise.
5363 (generic_val_print_float): Likewise.
5364 (generic_val_print_decfloat): Likewise.
5365 (generic_val_print_complex): Likewise.
5366 (val_print_scalar_formatted): Likewise.
5367 (val_print_array_elements): Likewise.
5368 * value.c (set_value_parent): Likewise.
5369 (value_contents_copy_raw): Likewise.
5370 (set_internalvar_component): Likewise.
5371 (value_primitive_field): Likewise.
5372 (value_fetch_lazy): Likewise.
5373 * value.h (read_value_memory): Update comment.
5374
e512cdbd
SM
53752015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5376
5377 * value.c (get_value_arch): New function.
5378 * value.h (get_value_arch): New declaration.
5379
3723fda8
SM
53802015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5381
5382 * value.c (struct value): Update comments.
5383
2e056931
SM
53842015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5385
5386 * gdbtypes.c (type_length_units): New function.
5387 * gdbtypes.h (type_length_units): New declaration.
5388 (struct type) <length>: Update comment.
5389
0c87c0bf
SM
53902015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5391
5392 * valprint.c (generic_val_print): Factor out complex
5393 printing code to ...
5394 (generic_val_print_complex): ... this new function.
5395
9550ae5e
SM
53962015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 * valprint.c (generic_val_print): Factor out decfloat
5399 printing code to ...
5400 (generic_val_print_decfloat): ... this new function.
5401
7784724b
SM
54022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5403
5404 * valprint.c (generic_val_print): Factor out float
5405 printing code to ...
5406 (generic_val_print_float): ... this new function.
5407
385f5aff
SM
54082015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5409
5410 * valprint.c (generic_val_print): Factor out char
5411 printing code to ...
5412 (generic_val_print_char): ... this new function.
5413
b21b6342
SM
54142015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5415
5416 * valprint.c (generic_val_print): Factor out integer
5417 printing code to ...
5418 (generic_val_print_int): ... this new function.
5419
e5bead4b
SM
54202015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5421
5422 * valprint.c (generic_val_print): Factor out bool
5423 printing code to ...
5424 (generic_val_print_bool): ... this new function.
5425
4a8c372f
SM
54262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * valprint.c (generic_val_print): Factor out function/method
5429 printing code to ...
5430 (generic_val_print_func): ... this new function.
5431
d93880bd
SM
54322015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5433
5434 * valprint.c (generic_val_print): Factor out flags
5435 printing code to ...
5436 (generic_val_print_flags): ... this new function.
5437
ef0bc0dd
SM
54382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5439
5440 * valprint.c (generic_val_print): Factor out enum
5441 printing code to ...
5442 (generic_val_print_enum): ... this new function.
5443
fe43fede
SM
54442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5445
5446 * valprint.c (generic_val_print): Factor out reference
5447 printing code to ...
5448 (generic_val_print_ref): ... this new function.
5449
45000ea2
SM
54502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5451
5452 * valprint.c (generic_val_print): Factor out memberptr
5453 printing code to ...
5454 (generic_val_print_memberptr): ... this new function.
5455
81eb921a
SM
54562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5457
5458 * valprint.c (generic_val_print): Factor out pointer
5459 printing code to ...
5460 (generic_val_print_ptr): ... this new function.
5461
557dbe8a
SM
54622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5463
5464 * valprint.c (generic_val_print): Factor out array
5465 printing code to ...
5466 (generic_val_print_array): ... this new function.
5467
9f436164
SM
54682015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * valprint.c (generic_val_print): Factor out
5471 print_unpacked_pointer code to ...
5472 (print_unpacked_pointer): ... this new function.
5473
077836f7
PP
54742015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5475
5476 * event-top.c (handle_sigterm): Don't inspect
5477 target_can_async_p. Always set the quit flag and always mark
5478 the async signal handler.
5479
3a60804f
YQ
54802015-07-27 Yao Qi <yao.qi@linaro.org>
5481
5482 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5483
c9f35b34
KB
54842015-07-25 Kevin Buettner <kevinb@redhat.com>
5485
5486 * remote.c (read_ptid): Return null_ptid when no thread id
5487 is found.
5488 (remote_current_thread): Add log warning for malformed
5489 qC reply.
5490 (remote_start_remote): Add log warning when current thread
5491 not found.
5492
2b4cab86
PA
54932015-07-24 Pedro Alves <palves@redhat.com>
5494
5495 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5496 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5497 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5498
77598427
PA
54992015-07-24 Pedro Alves <palves@redhat.com>
5500
5501 PR gdb/18717
5502 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5503 is resumed, and extend the debug log.
5504
fe23c31f
PA
55052015-07-24 Pedro Alves <palves@redhat.com>
5506
5507 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5508
5826e159
PA
55092015-07-24 Pedro Alves <palves@redhat.com>
5510
5511 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5512 sys/ptrace.h.
5513 * alpha-linux-nat.c: Likewise.
5514 * amd64-linux-nat.c: Likewise.
5515 * arm-linux-nat.c: Likewise.
5516 * hppa-linux-nat.c: Likewise.
5517 * i386-linux-nat.c: Likewise.
5518 * ia64-linux-nat.c: Likewise.
5519 * linux-fork.c: Likewise.
5520 * linux-nat.c: Likewise.
5521 * m32r-linux-nat.c: Likewise.
5522 * m68klinux-nat.c: Likewise.
5523 * mips-linux-nat.c: Likewise.
5524 * nat/linux-btrace.c: Likewise.
5525 * nat/linux-ptrace.c: Likewise.
5526 * nat/linux-ptrace.h
5527 * nat/mips-linux-watch.c: Likewise.
5528 * nat/x86-linux-dregs.c: Likewise.
5529 * ppc-linux-nat.c: Likewise.
5530 * s390-linux-nat.c: Likewise.
5531 * spu-linux-nat.c: Likewise.
5532 * tilegx-linux-nat.c: Likewise.
5533 * x86-linux-nat.c: Likewise.
5534 * xtensa-linux-nat.c: Likewise.
5535
54019719
PA
55362015-07-24 Pedro Alves <palves@redhat.com>
5537
5538 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5539 __ptrace_request as first parameter type instead of int.
5540 (PTRACE_TYPE_ARG1): Define.
5541 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5542 that casts first argument to PTRACE_TYPE_ARG1.
5543 * config.in: Regenerate.
5544 * configure: Regenerate.
5545
e3790375
PA
55462015-07-24 Pedro Alves <palves@redhat.com>
5547
5548 * gdb_ptrace.h: Move ...
5549 * nat/gdb_ptrace.h: ... here.
5550 * inf-ptrace.c: Adjust.
5551
eb7aa561
PA
55522015-07-24 Pedro Alves <palves@redhat.com>
5553
5554 * acinclude.m4: Include ptrace.m4.
5555 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5556 * ptrace.m4: ... to this new file.
5557
cc12ce38
DE
55582015-07-23 Doug Evans <dje@google.com>
5559
5560 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5561 (load_cu): Handle dummy CUs.
5562 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5563 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5564
7b849db4
CS
55652015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5566
5567 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5568 documentation to say that it returns a list rather than
5569 a FrozenSet.
5570 (linetable_object_methods): Update the docstring of the
5571 "source_line" entry.
5572
d0d84780
PMR
55732015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5574
5575 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5576 type to the recursive call instead of the original (maybe
5577 TYPE_CODE_TYPEDEF) type.
5578
c2fbdc59
YQ
55792015-07-23 Yao Qi <yao.qi@linaro.org>
5580
5581 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5582 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5583 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5584
af1b22f3
YQ
55852015-07-21 Yao Qi <yao.qi@linaro.org>
5586
5587 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5588 Move it to nat/aarch64-linux-hw-point.c.
5589 (aarch64_linux_child_post_startup_inferior): Update.
5590 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5591 New function.
5592 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5593 Declare it.
5594
40e050d2
MM
55952015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5596
5597 * common/btrace-common.c (btrace_data_append): Change case label.
5598
3675a06a
YQ
55992015-07-20 Yao Qi <yao.qi@linaro.org>
5600
5601 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5602 Re-indent the code.
5603 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5604 "unsigned long long".
5605
b4e1fd61
KB
56062015-07-18 Kevin Buettner <kevinb@redhat.com>
5607
5608 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5609 to be set for SEC_ALLOC sections too.
5610
554717a3
YQ
56112015-07-17 Yao Qi <yao.qi@linaro.org>
5612
5613 * Makefile.in (HFILES_NO_SRCDIR): Add
5614 nat/aarch64-linux-hw-point.h.
5615 (aarch64-linux-hw-point.o): New rule.
5616 * nat/aarch64-linux-hw-point.h: New file.
5617 * nat/aarch64-linux-hw-point.c: New file.
5618 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5619 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5620 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5621 (AARCH64_HWP_ALIGNMENT): Likewise.
5622 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5623 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5624 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5625 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5626 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5627 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5628 (struct aarch64_debug_reg_state): Likewise.
5629 (struct arch_lwp_info): Likewise.
5630 (aarch64_linux_set_debug_regs): Likewise.
5631 (aarch64_notify_debug_reg_change): Remove static.
5632 (aarch64_align_watchpoint): Likewise.
5633 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5634 (aarch64_watchpoint_length): Likewise.
5635 (aarch64_point_encode_ctrl_reg): Likewise
5636 (aarch64_point_is_aligned): Likewise.
5637 (aarch64_dr_state_insert_one_point): Likewise.
5638 (aarch64_dr_state_remove_one_point): Likewise.
5639 (aarch64_handle_breakpoint): Likewise.
5640 (aarch64_handle_aligned_watchpoint): Likewise.
5641 (aarch64_handle_unaligned_watchpoint): Likewise.
5642 (aarch64_handle_watchpoint): Likewise.
5643 * config/aarch64/linux.mh (NAT_FILE): Add
5644 aarch64-linux-hw-point.o.
5645
c67ca4de
YQ
56462015-07-17 Yao Qi <yao.qi@linaro.org>
5647
5648 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5649 state and don't call aarch64_get_debug_reg_state. All callers
5650 update.
5651 (aarch64_linux_insert_hw_breakpoint): Call
5652 aarch64_get_debug_reg_state earlier.
5653 (aarch64_linux_remove_hw_breakpoint): Likewise.
5654 (aarch64_handle_aligned_watchpoint): Add argument state and
5655 don't call aarch64_get_debug_reg_state. All callers update.
5656 (aarch64_handle_unaligned_watchpoint): Likewise.
5657 (aarch64_handle_watchpoint): Add argument state.
5658 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5659 earlier.
5660 (aarch64_linux_remove_watchpoint): Likewise.
5661
25abf979
YQ
56622015-07-17 Yao Qi <yao.qi@linaro.org>
5663
5664 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5665 debug_printf.
5666 (aarch64_handle_unaligned_watchpoint): Likewise.
5667
2ecd81c2
YQ
56682015-07-17 Yao Qi <yao.qi@linaro.org>
5669
5670 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5671 argument type's type to 'enum target_hw_bp_type'.
5672 (aarch64_dr_state_remove_one_point): Likewise.
5673 (aarch64_handle_breakpoint): Likewise.
5674 (aarch64_linux_insert_hw_breakpoint): Likewise.
5675 (aarch64_linux_remove_hw_breakpoint): Likewise.
5676 (aarch64_handle_aligned_watchpoint): Likewise.
5677
e53b6938
YQ
56782015-07-17 Yao Qi <yao.qi@linaro.org>
5679
5680 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5681 ptid_get_pid instead of get_thread_id.
5682
6a49a997
YQ
56832015-07-17 Yao Qi <yao.qi@linaro.org>
5684
5685 * remote.c (get_current_thread): Initialise ptid to null_ptid.
5686 (add_current_inferior_and_thread): Don't initialise ptid.
5687
4bcddace
PL
56882015-07-16 Pierre Langlois <pierre.langlois@arm.com>
5689
5690 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5691 unavailable if invalid.
5692
db1ff28b
JK
56932015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5694
5695 Revert the previous 6 commits:
5696 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5697 Move gdb_regex* to common/
5698 Prepare linux_find_memory_regions_full & co. for move
5699 Move linux_find_memory_regions_full & co.
5700 gdbserver build-id attribute generator
5701 Validate symbol file using build-id
5702
ca5268b6
JK
57032015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5704 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 Validate symbol file using build-id.
5707 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5708 and 'show validate-build-id'. Add build-id attribute.
5709 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5710 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5711 * solib-frv.c (_initialize_frv_solib): Ditto.
5712 * solib-spu.c (set_spu_solib_ops): Ditto.
5713 * solib-svr4.c: Include rsp-low.h.
5714 (NOTE_GNU_BUILD_ID_NAME): New define.
5715 (svr4_validate): New function.
5716 (svr4_copy_library_list): Duplicate field build_id.
5717 (library_list_start_library): Parse 'build-id' attribute.
5718 (svr4_library_attributes): Add 'build-id' attribute.
5719 (_initialize_svr4_solib): Assign validate value.
5720 * solib-target.c (solib.h): Include.
5721 (_initialize_solib_target): Assign validate value.
5722 * solib.c (validate_build_id, show_validate_build_id): New.
5723 (solib_map_sections): Use ops->validate.
5724 (clear_so): Free build_id.
5725 (default_solib_validate): New function.
5726 (_initialize_solib): Add "validate-build-id".
5727 * solib.h (default_solib_validate): New declaration.
5728 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
5729 (target_so_ops): New field 'validate'.
5730
700ca40f
JK
57312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5732 Jan Kratochvil <jan.kratochvil@redhat.com>
5733
5734 gdbserver build-id attribute generator.
5735 * features/library-list-svr4.dtd (library-list-svr4): New
5736 'build-id' attribute.
5737
9904185c
JK
57382015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5739 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 Move linux_find_memory_regions_full & co.
5742 * linux-tdep.c (nat/linux-maps.h): Include.
5743 (gdb_regex.h): Remove the include.
5744 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
5745 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
5746 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
5747 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
5748 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
5749 and target/target.h.
5750 (struct smaps_vmflags, read_mapping, decode_vmflags)
5751 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
5752 (linux_find_memory_regions_full): Move from linux-tdep.c.
5753 * nat/linux-maps.h (read_mapping): New declaration.
5754 (linux_find_memory_region_ftype, enum filterflags): Moved from
5755 linux-tdep.c.
5756 (linux_find_memory_regions_full): New declaration.
5757 * target.c (target/target-utils.h): Include.
5758 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
5759 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
5760 definitions to target/target-utils.c.
5761 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
5762 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
5763 from target.c.
5764 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
5765 (read_alloc): New declaration.
5766 (read_stralloc_func_ftype): New typedef.
5767 (read_stralloc): New declaration.
5768 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
5769
f7af1fcd
JK
57702015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5771 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 Prepare linux_find_memory_regions_full & co. for move.
5774 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
5775 (linux_find_memory_regions_full): Change signature and prepare
5776 for moving to linux-maps.
5777 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
5778 (linux_find_memory_regions_thunk): New.
5779 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
5780 (linux_find_memory_regions_gdb): New.
5781 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
5782 (linux_make_mappings_corefile_notes): Use
5783 linux_find_memory_regions_gdb.
5784 * target.c (read_alloc_pread_ftype): New typedef.
5785 (target_fileio_read_alloc_1_pread): New function.
5786 (read_alloc): Refactor from target_fileio_read_alloc_1.
5787 (read_stralloc_func_ftype): New typedef.
5788 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
5789 (read_stralloc): Refactored from target_fileio_read_stralloc.
5790 (target_fileio_read_stralloc): New implementation, use read_stralloc.
5791
6e5b4429
JK
57922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5793
5794 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
5795 common/gdb_regex.h.
5796 (COMMON_OBS): Add gdb_regex.o.
5797 (gdb_regex.o): New.
5798 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
5799 --without-included-regex and USE_INCLUDED_REGEX.
5800 * common/gdb_regex.c: New file from utils.c functions.
5801 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
5802 file wrapping define name.
5803 * configure: Rebuilt.
5804 * configure.ac (gdb_use_included_regex, --without-included-regex)
5805 (USE_INCLUDED_REGEX): Move them to common/common.m4.
5806 * gdb_regex.h: Move it to common/gdb_regex.h.
5807 * utils.c: Remove include gdb_regex.h.
5808 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
5809 (compile_rx_or_error): Move them to common/gdb_regex.c.
5810
ddc98fbf
JK
58112015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5812 Jan Kratochvil <jan.kratochvil@redhat.com>
5813
5814 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5815 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
5816 common/target-utils.h.
5817 (COMMON_OBS): Add target-utils.o.
5818 (linux-maps.o, target-utils.o): New.
5819 * target/target-utils.c: New file.
5820 * target/target-utils.h: New file.
5821 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
5822 * config/i386/linux64.mh (NATDEPFILES): Ditto.
5823 * nat/linux-maps.c: New file.
5824 * nat/linux-maps.h: New file.
5825
e7b01ce0
MM
58262015-07-15 Markus Metzger <markus.t.metzger@intel.com>
5827 Pedro Alves <palves@redhat.com>
5828
5829 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
5830 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
5831 (perf_event_read_bts): Change the type of SIZE and READ.
5832 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
5833 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
5834 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
5835 mmap page.
5836 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
5837 buffer size to UINT_MAX.
5838 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
5839 DATA_TAIL.
5840 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
5841 <last_head>: Change type.
5842 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
5843 * common/btrace-common.c (btrace_data_append): Change the type of
5844 SIZE.
5845 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
5846 check.
5847
f168693b
SM
58482015-07-14 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * gdbtypes.h (CHECK_TYPEDEF): Remove.
5851 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
5852 with check_typedef.
5853 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
5854 (ada_array_length): Likewise.
5855 (find_parallel_type_by_descriptive_type): Likewise.
5856 (ada_check_typedef): Likewise.
5857 * arm-tdep.c (arm_return_in_memory): Likewise.
5858 * ax-gdb.c (gen_trace_static_fields): Likewise.
5859 (gen_struct_ref_recursive): Likewise.
5860 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5861 (variable: block COLONCOLON name): Likewise.
5862 (qualified_name: TYPENAME COLONCOLON name): Likewise.
5863 * c-lang.c (classify_type): Likewise.
5864 * c-typeprint.c (c_print_type): Likewise.
5865 (c_print_typedef): Likewise.
5866 (c_type_print_base): Likewise.
5867 * c-valprint.c (c_val_print): Likewise.
5868 * compile/compile-c-types.c (convert_type): Likewise.
5869 * compile/compile-object-load.c (get_out_value_type): Likewise.
5870 * completer.c (add_struct_fields): Likewise.
5871 (expression_completer): Likewise.
5872 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
5873 (cp_lookup_nested_symbol_1): Likewise.
5874 (cp_lookup_nested_symbol): Likewise.
5875 * cp-valprint.c (cp_print_value_fields): Likewise.
5876 (cp_print_static_field): Likewise.
5877 * d-valprint.c (d_val_print): Likewise.
5878 * eval.c (evaluate_subexp_standard): Likewise.
5879 (evaluate_subexp_for_sizeof): Likewise.
5880 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5881 * f-typeprint.c (f_type_print_base): Likewise.
5882 * f-valprint.c (f_val_print): Likewise.
5883 * gdbtypes.c (get_discrete_bounds): Likewise.
5884 (create_array_type_with_stride): Likewise.
5885 (type_name_no_tag_or_error): Likewise.
5886 (lookup_struct_elt_type): Likewise.
5887 (get_unsigned_type_max): Likewise.
5888 (internal_type_vptr_fieldno): Likewise.
5889 (set_type_vptr_fieldno): Likewise.
5890 (internal_type_vptr_basetype): Likewise.
5891 (set_type_vptr_basetype): Likewise.
5892 (get_vptr_fieldno): Likewise.
5893 (is_integral_type): Likewise.
5894 (is_scalar_type): Likewise.
5895 (is_scalar_type_recursive): Likewise.
5896 (distance_to_ancestor): Likewise.
5897 (is_unique_ancestor_worker): Likewise.
5898 (check_types_equal): Likewise.
5899 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
5900
45280282
IB
59012015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
5902
5903 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
5904 also test for language_d.
5905 (dwarf2_compute_name): Likewise.
5906 (read_func_scope): Likewise.
5907 (read_structure_type): Likewise.
5908 (new_symbol_full): Likewise.
5909 (determine_prefix): Likewise.
5910 (read_import_statement): Use dot as the separator for language_d.
5911 (typename_concat): Likewise, but don't prefix the D main function.
5912
99fe86f7
PB
59132015-07-14 Peter Bergner <bergner@vnet.ibm.com>
5914
5915 * nat/linux-namespaces.c (setns): Rename from this ...
5916 (do_setns): ... to this. Support calling setns if it exists.
5917 (mnsh_handle_setns): Call do_setns.
5918
d5131498
YQ
59192015-07-13 Yao Qi <yao.qi@linaro.org>
5920
5921 * exec.c (exec_file_attach): Add period at the end of error
5922 message.
5923
97605e61
AB
59242015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5925
5926 * tui/tui-win.c (window_name_completer): New function.
5927 (focus_completer): Call window_name_completer. All old content
5928 moved into window_name_completer.
5929 (winheight_completer): New function.
5930 (_initialize_tui_win): Rename variable. Add completer to
5931 winheight command. Update doc string on winheight.
5932
8d6dbeb4
SL
59332015-07-12 Sandra Loosemore <sandra@codesourcery.com>
5934
5935 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
5936 all nios2 mach variants.
5937
a0e28e54
KB
59382015-07-10 Kevin Buettner <kevinb@redhat.com>
5939
5940 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
5941 of target_read_memory.
5942
c101f28f
AB
59432015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
5946 string copy.
5947 (parse_scrolling_args): Likewise.
5948
150375dc
AB
59492015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5950
5951 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
5952 names in this function.
5953
6dce28e4
AB
59542015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5955
5956 * tui/tui-data.h (SRC_NAME): Convert to lower case.
5957 (CMD_NAME): Likewise.
5958 (DATA_NAME): Likewise.
5959 (DISASSEM_NAME): Likewise.
5960 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
5961 (tui_set_win_height): Likewise.
5962 (parse_scrolling_args): Likewise.
5963
485668e5
MM
59642015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5965
5966 * record-btrace.c (record_btrace_goto_begin)
5967 (record_btrace_goto_end, record_btrace_goto): Move call to
5968 print_stack_frame ...
5969 (record_btrace_set_replay): ... here. Set stop_pc.
5970 * record-full.c (record_full_goto_entry): Set stop_pc.
5971
58d2eda5
PL
59722015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5973
5974 * NEWS: Mention support for tracepoints on aarch64-linux.
5975
7671bf47
PL
59762015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5977
5978 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
5979 function. Return 1.
5980 (the_low_target): Install it.
5981
7890fb45
PL
59822015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5983
5984 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
5985 * gdb.trace/collection.exp: Likewise.
5986 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5987 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5988 * gdb.trace/report.exp: Likewise.
5989 * gdb.trace/trace-break.exp: Likewise.
5990 * gdb.trace/unavailable.exp: Likewise.
5991 * gdb.trace/while-dyn.exp: Likewise.
5992
ea873d8e
PL
59932015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5994
5995 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
5996 (aarch64_gen_return_address): New function.
5997 (aarch64_gdbarch_init): Hook it.
5998
02a2a705
PL
59992015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6000
6001 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6002 swallow NOT_AVAILABLE_ERROR.
6003 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6004 available_p is not set.
6005 (aarch64_stub_frame_unwind_stop_reason): New function.
6006 (aarch64_stub_unwind): Install it.
6007
7dfa3edc
PL
60082015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6009
6010 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6011 field.
6012 (aarch64_make_prologue_cache_1): New function, factored out from
6013 aarch64_make_prologue_cache. Do not allocate cache. Set
6014 available_p.
6015 (aarch64_make_prologue_cache): Reimplement wrapping
6016 aarch64_make_prologue_cache_1, and swallowing
6017 NOT_AVAILABLE_ERROR.
6018 (aarch64_prologue_frame_unwind_stop_reason): New function.
6019 Return UNWIND_UNAVAILABLE if available_p is not set.
6020 (aarch64_prologue_unwind): Install it.
6021 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6022 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6023 frame_id_build_unavailable_stack if available_p is not set.
6024
db634143
PL
60252015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6026
6027 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6028 fields.
6029 (aarch64_scan_prologue): Set prev_pc.
6030 (aarch64_make_prologue_cache): Set func.
6031 (aarch64_make_stub_cache): Set prev_pc.
6032 (aarch64_prologue_this_id): Remove local variables id, pc and
6033 func. Read prev_pc and func from cache.
6034 (aarch64_stub_this_id): Read prev_pc from cache.
6035
8b61f75d
PL
60362015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6037
6038 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6039 argument this_cache. Remove unused local variables reg and
6040 unwound_fp. Return early if this_cache is already set. Set
6041 this_cache.
6042 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6043
7c8edfae
PL
60442015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6045
6046 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6047 New argument this_cache. Return early if this_cache is already
6048 set. Set this_cache.
6049 (aarch64_prologue_this_id): Update call to
6050 aarch64_make_prologue_cache.
6051 (aarch64_prologue_prev_register): Likewise.
6052 (aarch64_normal_frame_base): Likewise.
6053
938c69a1
SM
60542015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6055
6056 * c-valprint.c (c_val_print): Factor out memberptr printing code
6057 from c_val_print to ...
6058 (c_val_print_memberptr): ... this new function.
6059
49f7fe28
SM
60602015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6061
6062 * c-valprint.c (c_val_print): Factor out int printing code to ...
6063 (c_val_print_int): ... this new function.
6064
9e4f353c
SM
60652015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6066
6067 * c-valprint.c (c_val_print): Factor out struct and union
6068 printing code to ...
6069 (c_val_print_struct): ... this new function ...
6070 (c_val_print_union): ... and this new function.
6071
1c67f032
SM
60722015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6073
6074 * c-valprint.c (c_val_print): Factor out pointer printing code
6075 to ...
6076 (c_val_print_ptr): ... this new function.
6077
0b6ef777
SM
60782015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * c-valprint.c (c_valprint): Factor our array printing code from
6081 c_val_print to ...
6082 (c_val_print_array): ... this new function.
6083
1033c33c
SM
60842015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6085
6086 * c-valprint.c (c_val_print): Factor out pointer printing code
6087 to ...
6088 (print_unpacked_pointer): ... this new function.
6089
f6b93c34
SM
60902015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6091
6092 * c-valprint.c (c_val_print): Remove an assignment to i and move
6093 its declaration.
6094
0f4576e3
YQ
60952015-07-09 Yao Qi <yao.qi@linaro.org>
6096
6097 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6098 argument ptid. Update comments. Caller update.
6099
37fdfe4c
MM
61002015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6101
6102 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6103 mnt packets.
6104
80a2b330
MM
61052015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6106
6107 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6108
4ab31498
SM
61092015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6110
6111 * progspace.c (delete_program_space): Add missing spaces.
6112
7a41607e
SM
61132015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6114
6115 * inferior.c (delete_inferior_1): Rename to ...
6116 (delete_inferior): ..., remove 'silent' parameter, delete
6117 program space when unused and remove call to prune_program_spaces.
6118 Remove the old, unused, delete_inferior.
6119 (delete_inferior_silent): Remove.
6120 (prune_inferiors): Change call from delete_inferior_1 to
6121 delete_inferior and remove 'silent' parameter. Remove call to
6122 prune_program_spaces.
6123 (remove_inferior_command): Idem.
6124 * inferior.h (delete_inferior_1): Rename to...
6125 (delete_inferior): ..., remove 'silent' parameter and remove the
6126 original delete_inferior.
6127 (delete_inferior_silent): Remove.
6128 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6129 delete_inferior_1 to delete_inferior and remove 'silent'
6130 parameter.
6131 * progspace.c (prune_program_spaces): Remove.
6132 (pspace_empty_p): Rename to...
6133 (program_space_empty_p): ... and make non-static.
6134 (delete_program_space): New.
6135 * progspace.h (prune_program_spaces): Remove declaration.
6136 (program_space_empty_p): New declaration.
6137 (delete_program_space): New declaration.
6138 * monitor.c (monitor_close): Replace call to
6139 delete_thread_silent and delete_inferior_silent with
6140 discard_all_inferiors.
6141
a9bd710f
PP
61422015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6143
6144 * defs.h (deprecated_register_changed_hook): Remove prototype.
6145 * interps.c (clear_iterpreter_hooks): Remove reference to
6146 deprecated_register_changed_hook.
6147 * top.c (deprecated_register_changed_hook): Remove prototype.
6148 * valops.c (value_assign): Remove reference to
6149 deprecated_register_changed_hook.
6150 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6151 Add comment documenting the function.
6152 (tui_register_changed_observer): Define.
6153 (tui_install_hooks): Remove reference to
6154 deprecated_register_changed_hook. Set
6155 tui_register_changed_observer.
6156 (tui_remove_hooks): Remove reference to
6157 deprecated_register_changed_hook. Unset
6158 tui_register_changed_observer.
6159
08464196
JK
61602015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6161
6162 PR compile/18484
6163 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6164
bcf5c1d9
RC
61652015-07-08 Robert O'Callahan <robert@ocallahan.org>
6166
6167 PR exp/18617
6168 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6169
e8643a45
MM
61702015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6171
6172 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6173
76fb6829
MM
61742015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6175
6176 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6177 Use safe_strerror() instead of strerror().
6178
82c40d4b
YQ
61792015-07-07 Yao Qi <yao.qi@linaro.org>
6180
6181 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6182 * features/arm-with-m-fpa-layout.c: Regenerated.
6183 * features/arm-with-m-vfp-d16.xml: Likewise.
6184 * features/arm-with-m-vfp-d16.c: Regenerated.
6185 * features/arm-with-m.xml: Likewise.
6186 * features/arm-with-m.c: Regenerated.
6187 * features/arm-with-neon.xml: Likewise.
6188 * features/arm-with-neon.c: Regenerated.
6189 * features/arm-with-vfpv2.xml: Likewise.
6190 * features/arm-with-vfpv2.c: Regenerated.
6191 * features/arm-with-vfpv3.xml: Likewise.
6192 * features/arm-with-vfpv3.c: Regenerated.
6193
607685ec
YQ
61942015-07-07 Yao Qi <yao.qi@linaro.org>
6195
6196 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6197 arm-linux-nat.c.
6198 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6199 elf/external.h.
6200 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6201 if target is 32-bit.
6202 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6203 if target is 32-bit.
6204 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6205 if target is 32-bit.
6206 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6207 if target is 32-bit.
6208 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6209 (aarch64_linux_read_description): Return the right target
6210 description.
6211 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6212 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6213 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6214 arm-linux-tdep.o.
6215
f1b67888
YQ
62162015-07-07 Yao Qi <yao.qi@linaro.org>
6217
6218 * aarch32-linux-nat.c: New file.
6219 * aarch32-linux-nat.h: New file.
6220 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6221 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6222 aarch32_gp_regcache_supply.
6223 (store_regs): Move code to aarch32-linux-nat.c. Call
6224 aarch32_gp_regcache_collect.
6225 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6226 aarch32_vfp_regcache_supply.
6227 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6228 aarch32_vfp_regcache_collect.
6229 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6230
179bfe82
YQ
62312015-07-07 Yao Qi <yao.qi@linaro.org>
6232
6233 * arm-linux-nat.c (store_fpregister): Remove.
6234 (store_register): Likewise.
6235 (fetch_fpregister): Likewise.
6236 (fetch_register): Likewise.
6237 (arm_linux_store_inferior_registers): Call store_regs and
6238 store_fpregs instead.
6239 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6240 fetch_regs instead.
6241
6008fc5f
AB
62422015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6243
6244 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6245 and focus commands.
6246
7c79d316
JB
62472015-07-06 Joel Brobecker <brobecker@adacore.com>
6248
6249 * NEWS: Create a new section for the next release branch.
6250 Rename the section of the current branch, now that it has
6251 been cut.
6252
f2232bea
JB
62532015-07-06 Joel Brobecker <brobecker@adacore.com>
6254
6255 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6256 * version.in: Bump version to 7.10.50.DATE-cvs.
6257
66c4b3e8
LM
62582015-07-06 Luis Machado <lgustavo@codesourcery.com>
6259
6260 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6261 breakpoints in a special way.
6262 (remove_breakpoint): Likewise.
6263 (mark_breakpoints_out): Likewise.
6264
bcd8537c
AB
62652015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6266
6267 * doc/gdb.texinfo (TUI): Add comma after @xref.
6268
10e9aaa3
AB
62692015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6270
6271 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6272 instead of casting the structure type.
6273
8a13d42d
SM
62742015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6275
6276 * valops.c (search_struct_field): Remove OFFSET parameter.
6277 (value_cast_structs): Adjust calls to search_struct_field.
6278 (value_struct_elt): Same.
6279 (find_overload_match): Same.
6280
a844296a
SM
62812015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6282
6283 * value.c (value_fetch_lazy): Update comment, change return
6284 value to void.
6285 * value.h (value_fetch_lazy): Change return value to void.
6286
f41cbf58
AB
62872015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6288
6289 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6290 (tui_win_name): Make parameter and result const.
6291 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6292
118ca224
PP
62932015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6294
6295 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6296 use printf_unfiltered.
6297 (set_mpx_cmd): Add missing trailing space to command string
6298 literal.
6299 (_initialize_i386_tdep): Give the "mpx" prefix command its
6300 correct name.
6301
1b485e67
KB
63022015-07-02 Kevin Buettner <kevinb@redhat.com>
6303
6304 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6305 (enum rx_frame_type): New.
6306 (struct rx_prologue): Add new field `frame_type'.
6307 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6308 parameter in the prologue struct. Add code for recording
6309 locations of PC and PSW for fast interrupt and exception frames.
6310 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6311 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6312 (rx_frame_type): New function.
6313 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6314 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6315 `this_cache'.
6316 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 6317 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
6318 RX_FRAME_TYPE_FAST_INTERRUPT.
6319 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6320 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6321 (rx_frame_unwind): Use rx_frame_sniffer instead of
6322 default_frame_sniffer.
6323 (rx_frame_unwind): New unwinder.
6324 (rx_gdbarch_init): Register new unwinder.
6325
0561fea4
KB
63262015-07-02 Kevin Buettner <kevinb@redhat.com>
6327
6328 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6329 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6330 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6331 and RX_FPSW_REGNUM.
6332 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6333
decf8d9a
JK
63342015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6335
6336 Fix GCC false warning.
6337 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6338
2fd0f80d
YQ
63392015-07-02 Yao Qi <yao.qi@linaro.org>
6340
6341 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6342 typo in the debugging message.
6343
b0627500
MM
63442015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6345
6346 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6347 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6348 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6349 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6350 (btrace_maint_clear): New.
6351 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6352 (pt_print_packet, btrace_maint_decode_pt)
6353 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6354 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6355 (maint_btrace_packet_history_cmd)
6356 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6357 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6358 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6359 (maint_info_btrace_cmd, _initialize_btrace): New.
6360 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6361 (btrace_maint_packet_history, btrace_maint_info): New.
6362 (btrace_thread_info) <maint>: New.
6363 * NEWS: Announce it.
6364
9be54cae
MM
63652015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6366
6367 * btrace.c (btrace_fetch): Append the new trace data.
6368 (btrace_clear): Clear the stored trace data.
6369 * btrace.h (btrace_thread_info) <data>: New.
6370 * common/btrace-common.h (btrace_data_clear)
6371 (btrace_data_append): New.
6372 * common/btrace-common.c (btrace_data_clear)
6373 (btrace_data_append): New.
6374
010a18a1
MM
63752015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6376
6377 * nat/linux-btrace.c (linux_enable_bts): Check for
6378 PERF_ATTR_SIZE_VER5.
6379 Check for data_offset and data_size fields. Use them.
6380
b20a6524
MM
63812015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6382
6383 * NEWS: Announce new commands "record btrace pt" and "record pt".
6384 Announce new options "set|show record btrace pt buffer-size".
6385 * btrace.c: Include "rsp-low.h".
6386 Include "inttypes.h".
6387 (btrace_add_pc): Add forward declaration.
6388 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6389 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6390 (btrace_compute_ftrace_pt): New.
6391 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6392 (check_xml_btrace_version): Update version check.
6393 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6394 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6395 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6396 (btrace_pt_children): New.
6397 (btrace_children): Add support for "pt".
6398 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6399 (btrace_conf_children): Add support for "pt".
6400 * btrace.h: Include "intel-pt.h".
6401 (btrace_pt_error): New.
6402 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6403 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6404 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6405 (struct btrace_config_pt): New.
6406 (struct btrace_config)<pt>: New.
6407 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6408 (struct btrace_data)<pt>: New.
6409 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6410 (pt): New.
6411 * features/btrace.dtd (btrace)<pt>: New.
6412 (pt, pt-config, cpu): New.
6413 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6414 (perf_event_pt_event_type, kernel_supports_pt)
6415 (linux_supports_pt): New.
6416 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6417 (linux_enable_bts): Free tinfo on error.
6418 (linux_enable_pt): New.
6419 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6420 (linux_disable_pt): New.
6421 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6422 (linux_fill_btrace_pt_config, linux_read_pt): New.
6423 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6424 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6425 (struct btrace_target_info)<pt>: New.
6426 * record-btrace.c (set_record_btrace_pt_cmdlist)
6427 (show_record_btrace_pt_cmdlist): New.
6428 (record_btrace_print_pt_conf): New.
6429 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6430 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6431 (cmd_record_btrace_pt_start): New.
6432 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6433 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6434 (_initialize_record_btrace): Add new commands.
6435 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6436 (remote_protocol_features): Add "Qbtrace:pt".
6437 Add "Qbtrace-conf:pt:size".
6438 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6439 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6440 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6441 (_initialize_remote): Add new commands.
6442
58bfce93
MM
64432015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6444
6445 * configure.ac: check for libipt
6446 * configure: Regenerate.
6447 * config.in: Regenerate.
6448 * Makefile.in (LIBIPT): New.
6449 (CLIBS): Add $LIBIPT.
6450 * NEWS: document new configure options
6451
b0fd6b30
JK
64522015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6453
6454 * compile/compile-object-load.c (compile_object_load): Replace debug
6455 message "lookup undefined ELF symbol" by 3 more specific messages.
6456
e6280369
KB
64572015-07-01 Kevin Buettner <kevinb@redhat.com>
6458
6459 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6460 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6461 (rl78_gdbarch_init): Initialize rl78_psw_type.
6462
bbcbf914
PP
64632015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6464
6465 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6466 Update commentary. Always refresh the registers when frame
6467 information has changed.
6468 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6469 Change return type to int. Return 1 if frame information has
6470 changed, 0 otherwise.
6471 (tui_before_prompt): Update commentary.
6472 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6473 int.
6474
0986c744
PP
64752015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6476
6477 PR tui/13378
6478 * frame.c (select_frame): Remove reference to
6479 deprecated_selected_frame_level_changed_hook.
6480 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6481 declaration.
6482 * stack.c (deprecated_selected_frame_level_changed_hook):
6483 Likewise.
6484 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6485 Rename to ...
6486 (tui_refresh_frame_and_register_information): ... this. Bail
6487 out if there is no stack. Don't update register information
6488 unless registers_too_p is true.
6489 (tui_print_frame_info_listing_hook): Rename to ...
6490 (tui_dummy_print_frame_info_listing_hook): ... this.
6491 (tui_before_prompt): New function.
6492 (tui_normal_stop): New function.
6493 (tui_before_prompt_observer): New observer.
6494 (tui_normal_stop_observer): New observer.
6495 (tui_install_hooks): Set
6496 deprecated_print_frame_info_listing_hook to
6497 tui_dummy_print_frame_info_listing_hook. Register
6498 tui_before_prompt_observer to call tui_before_prompt and
6499 tui_normal_stop_observer to call tui_normal_stop. Remove
6500 reference to deprecated_selected_frame_level_changed_hook.
6501 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6502 and tui_normal_stop_observer. Remove reference to
6503 deprecated_selected_frame_level_changed_hook.
6504
b5fca6d7
PP
65052015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6506
6507 PR tui/13378
6508 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6509 return an int instead of void. Return whether the locator
6510 window has changed.
6511 (tui_show_frame_info): If the locator info has not changed, then
6512 bail out early to avoid refreshing the windows.
6513
c45613e3
PP
65142015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6515
6516 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6517 LOCATOR_WIN to tui_alloc_content.
6518
7b9be803
YQ
65192015-06-30 Yao Qi <yao.qi@linaro.org>
6520
6521 PR tdep/18605
6522 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6523 instructions.
6524
fd6e021d
KB
65252015-06-29 Kevin Buettner <kevinb@redhat.com>
6526
78ab7e9d
KB
6527 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6528 (rx_dwarf_reg_to_regnum): New function.
6529 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6530 unwinding.
fd6e021d 6531
28bf096c
PA
65322015-06-29 Pedro Alves <palves@redhat.com>
6533
6534 PR threads/18127
6535 * infcall.c (run_inferior_call): On infcall success, if the thread
6536 was marked stopped before, reset it back to stopped.
6537 * infrun.c (resume): Don't suppress the set_running calls when
6538 doing an infcall.
6539 (normal_stop): Only discard the finish_thread_state cleanup if the
6540 infcall succeeded.
6541
2880b51c 65422015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
6543
6544 * MAINTAINERS (Write After Approval): Update my email address.
6545
ee93cd5e
KS
65462015-06-26 Keith Seitz <keiths@redhat.com>
6547 Doug Evans <dje@google.com>
6548
6549 PR 16253
6550 * block.c (block_lookup_symbol): For non-function blocks,
6551 continue to search for a symbol with an exact domain match
6552 Otherwise, return any previously found "best domain" symbol.
6553 (block_lookup_symbol_primary): Likewise.
6554
fc637f04
PP
65552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6556
6557 * NEWS: Mention the new option "history remove-duplicates".
6558 * top.c (history_remove_duplicates): New static variable.
6559 (show_history_remove_duplicates): New static function.
6560 (gdb_add_history): Conditionally remove duplicate history
6561 entries.
6562 (init_main): Add "history remove-duplicates" option.
6563
2e52ae68
PP
65642015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6565
6566 * tui/tui-win.c (focus_completer): New static function.
6567 (_initialize_tui_win): Set the completion function of the
6568 "focus" command to focus_completer.
6569
6e22494e
JK
65702015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6573 and language_asm..
6574 * symtab.c (find_function_start_sal): Likewise.
6575
f8773be1
GB
65762015-06-25 Gary Benson <gbenson@redhat.com>
6577
6578 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6579 it is the empty string after trailing slashes have been stripped.
6580
a3be80c3
GB
65812015-06-25 Gary Benson <gbenson@redhat.com>
6582
6583 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6584 * infrun.c (follow_exec): Likewise.
6585 * remote.c (remote_filesystem_is_local): Likewise.
6586 * solib.c (solib_find_1): Likewise.
6587
32fad71f
KS
65882015-06-24 Keith Seitz <keiths@redhat.com>
6589
6590 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6591 return value from lrealpath.
6592
87d1b309
MF
65932015-06-24 Mike Frysinger <vapier@gentoo.org>
6594
6595 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6596
23bf70af
MF
65972015-06-24 Mike Frysinger <vapier@gentoo.org>
6598
6599 * remote-sim.c: Include gdb_bfd.h.
6600 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6601 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6602
5cd867b4
YQ
66032015-06-24 Yao Qi <yao.qi@linaro.org>
6604
6605 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6606 set_gdbarch_get_siginfo_type.
6607 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6608 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6609 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6610 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6611 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6612 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6613 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6614 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6615 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6616 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6617
dc06243f
GB
66182015-06-24 Gary Benson <gbenson@redhat.com>
6619
6620 * common/buffer.c (stdint.h): Do not include.
6621 * common/print-utils.c (stdint.h): Likewise.
6622 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6623 * compile/compile-c-types.c (gdb_assert.h): Likewise.
6624 * ft32-tdep.c (gdb_assert.h): Likewise.
6625 * guile/scm-utils.c (stdint.h): Likewise.
6626 * i386-linux-tdep.c (stdint.h): Likewise.
6627 * i386-tdep.c (stdint.h): Likewise.
6628 * nat/linux-btrace.c (stdint.h): Likewise.
6629 * nat/linux-btrace.h (stdint.h): Likewise.
6630 * nat/linux-ptrace.c (stdint.h): Likewise.
6631 * nat/mips-linux-watch.h (stdint.h): Likewise.
6632 * ppc-linux-nat.c (stdint.h): Likewise.
6633 * python/python-internal.h (stdint.h): Likewise.
6634 * stub-termcap.c (stdlib.h): Likewise.
6635 * target/target.h (stdint.h): Likewise.
6636 * xtensa-linux-nat.c (stdint.h): Likewise.
6637
0fc26caf
PP
66382015-06-23 Patrick Palka <patrick@parcs.ath.cx>
6639
6640 * top.c (init_history): Look at errno after calling strtol to
6641 properly map large GDBHISTSIZE values to infinity.
6642
a38fe4fe
DE
66432015-06-23 Doug Evans <dje@google.com>
6644
6645 * inferior.h (struct inferior_suspend_state): Delete, unused.
6646 All references deleted.
6647
7564fe45
MF
66482015-06-23 Mike Frysinger <vapier@gentoo.org>
6649
6650 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6651 (microblaze_push_dummy_call): Likewise.
6652 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6653 and set_gdbarch_push_dummy_call.
6654
0bdb2f78
YQ
66552015-06-23 Yao Qi <yao.qi@linaro.org>
6656
6657 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6658 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6659 (amd64_linux_store_inferior_registers): Likewise.
6660 * arm-linux-nat.c (fetch_fpregister): Likewise.
6661 (fetch_fpregs, store_fpregister): Likewise.
6662 (store_fpregister, store_fpregs): Likewise.
6663 (fetch_register, fetch_regs): Likewise.
6664 (store_register, store_regs): Likewise.
6665 (fetch_vfp_regs, store_vfp_regs): Likewise.
6666 (arm_linux_read_description): Check have_ptrace_getregset is
6667 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
6668 or TRIBOOL_FALSE.
6669 * i386-linux-nat.c (fetch_xstateregs): Check
6670 have_ptrace_getregset is not TRIBOOL_TRUE.
6671 (store_xstateregs): Likewise.
6672 * linux-nat.c (have_ptrace_getregset): Change its type to
6673 enum tribool.
6674 * linux-nat.h (tribool): New enum.
6675 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6676 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6677
18a94d75
DE
66782015-06-19 Doug Evans <dje@google.com>
6679
6680 * NEWS: Mention Sun's version of stabs is no longer supported.
6681 * elfread.c (free_elfinfo): Delete. All uses updated.
6682 (elfstab_offset_sections): Delete. All uses updated.
6683 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
6684 * psympriv.h (partial_symtab) <section_offsets>: Delete.
6685 All uses updated.
6686 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6687 All callers updated.
6688
124e13d9
SM
66892015-06-18 Simon Marchi <simon.marchi@ericsson.com>
6690
6691 * common/rsp-low.c (needs_escaping): New.
6692 (remote_escape_output): Add unit_size parameter. Refactor to
6693 support multi-byte addressable units. Rename parameters.
6694 * common/rsp-low.h (remote_escape_output): Add unit_size
6695 parameter and rename others. Update doc.
6696 * remote.c (align_for_efficient_write): New.
6697 (remote_write_bytes_aux): Add unit_size parameter and use it.
6698 Rename some variables. Update doc.
6699 (remote_xfer_partial): Get unit size and use it.
6700 (remote_read_bytes_1): Add unit_size parameter and use it.
6701 Rename some variables. Update doc.
6702 (remote_write_bytes): Same.
6703 (remote_xfer_live_readonly_partial): Same.
6704 (remote_read_bytes): Same.
6705 (remote_flash_write): Update call to remote_write_bytes_aux.
6706 (remote_write_qxfer): Update call to remote_escape_output.
6707 (remote_search_memory): Same.
6708 (remote_hostio_pwrite): Same.
6709
6ae88661
LM
67102015-06-17 Luis Machado <lgustavo@codesourcery.com>
6711
6712 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6713 locations as inserted.
6714 Update and expand comment about permanent locations.
6715 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6716 Move comment to add_location_to_breakpoint.
6717 (update_global_location_list): Don't error out if a permanent
6718 breakpoint is not marked inserted.
6719 Don't error out if a non-permanent breakpoint location is inserted on
6720 top of a permanent breakpoint.
6721
da4616f6
LM
67222015-06-17 Luis Machado <lgustavo@codesourcery.com>
6723
6724 * breakpoint.c (make_breakpoint_permanent): Remove unused
6725 function.
6726 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
6727
bc460514
PP
67282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6729
6730 PR gdb/16999
6731 * NEWS: Mention new GDBHISTSIZE behavior.
6732 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
6733 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
6734
b58c513b
PP
67352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6736
6737 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
6738 * top.c (init_history): Read from GDBHISTSIZE instead of
6739 HISTSIZE.
6740 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
6741
2093d2d3
PP
67422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6743
6744 * top.c (gdb_safe_append_history): Do not call
6745 history_truncate_file if the history is not stifled.
6746
fc248485
AA
67472015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6748
6749 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
6750 * syscalls/s390x-linux.xml: Likewise.
6751
4da680ad
ME
67522015-06-16 Michael Eager <eager@eagercon.com>
6753
6754 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
6755
0a75489f
PP
67562015-06-16 Patrick Palka <patrick@parcs.ath.cx>
6757
6758 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
6759 target_terminal_ours_for_output() before calling
6760 tui_show_frame_info(), and restore the original terminal
6761 settings afterwards.
6762
95855ca8
MS
67632015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
6764
6765 * arm-linux-nat.c: Include nat/linux-ptrace.h.
6766
cfc32360
SM
67672015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6768
6769 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
6770 memory unit size.
6771 (mi_cmd_data_write_memory_bytes): Same.
6772
cb6f16cf
SM
67732015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6774
6775 * corefile.c (write_memory): Update doc.
6776 * gdbcore.h (write_memory): Same.
6777
31b7833d
JK
67782015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6779
6780 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
6781 (dump_mapping_p): Use it for parameter filterflags.
6782 (linux_find_memory_regions_full): Use it for variable filterflags.
6783
909c2cda
JK
67842015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6785 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 Merge multiple hex conversions.
6788 * monitor.c: Include rsp-low.h.
6789 (fromhex): Remove definition.
6790
03aef70f
JK
67912015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6792 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 Move utility functions to common/.
6795 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
6796 Move defs to common/common-utils.c.
6797 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
6798 (skip_to_space_const): Move decls to common/common-utils.h.
6799 * common/common-defs.h: Move include of common-types.h before
6800 common-utils.h.
6801 * common/common-utils.c: Include host-defs.h and ctype.h.
6802 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
6803 from utils.c.
6804 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
6805 cli/cli-utils.c.
6806 * common/common-utils.h (strtoulst): Move decl from utils.h.
6807 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
6808 Move from cli/cli-utils.h.
6809 * common/host-defs.h: Include limits.h.
6810 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
6811 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
6812 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
6813 common/common-utils.h.
6814 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
6815 (strtoulst): Move to common/common-utils.c.
6816 * utils.h (strtoulst): Moved decl to common/common-utils.h.
6817
d1168cc1
YQ
68182015-06-15 Yao Qi <yao.qi@linaro.org>
6819
6820 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
6821
c74f7d1c
JT
68222015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6823
6824 * build-id.c: Don't include elf-bfd.h.
6825 (build_id_bfd_get): Use bfd_build_id.
6826 (build_id_verify): Ditto.
6827 * build-id.h: Ditto.
6828 (find_separate_debug_file_by_buildid): Ditto.
6829 * python/py-objfile.c: Don't include elf-bfd.h.
6830 (objfpy_get_build_id) Use bfd_build_id.
6831 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
6832 * coffread.c: Include build-id.h.
6833 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
6834
f20c58f5
JT
68352015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
6836
6837 * windows-nat.c (do_windows_fetch_inferior_registers)
6838 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
6839 conditional with __CYGWIN__.
6840
51f0e40d
AB
68412015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6842
6843 * completer.c: Add arch-utils.h include.
6844 (enum reg_completer_targets): New enum.
6845 (reg_or_group_completer_1): New function containing old
6846 reg_or_group_completer, add and use new parameter to control what
6847 is completed on. Use get_current_arch rather than architecture of
6848 currently selected frame.
6849 (reg_or_group_completer): Call new reg_or_group_completer_1.
6850 (reggroup_completer): Call new reg_or_group_completer_1.
6851 * completer.h (reggroup_completer): Add declaration.
6852 * tui/tui-regs.c: Add 'completer.h' include.
6853 (tui_reg_next_command): Renamed to...
6854 (tui_reg_next): ...this. Adjust parameters and return rather than
6855 display new group.
6856 (tui_reg_prev_command): Renamed to...
6857 (tui_reg_prev): ...this. Adjust parameters and return rather than
6858 display new group.
6859 (tui_reg_float_command): Delete.
6860 (tui_reg_general_command): Delete.
6861 (tui_reg_system_command): Delete.
6862 (tui_reg_command): Rewrite to perform switching of register group.
6863 Add header comment.
6864 (tuireglist): Remove.
6865 (tui_reggroup_completer): New function.
6866 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
6867 creation of 'tui reg' command.
6868 * NEWS: Add comment about 'tui reg' changes.
6869
d309493c
SM
68702015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6871
6872 * target.c (target_read): Consider addressable unit size when
6873 reading from a memory object.
6874 (read_memory_robust): Same.
6875 (read_whatever_is_readable): Same.
6876 (target_write_with_progress): Consider addressable unit size
6877 when writing to a memory object.
6878 * target.h (target_read): Update documentation.
6879 (target_write): Add documentation.
6880
3374165f
SM
68812015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6882
6883 * arch-utils.h (default_addressable_memory_unit_size): New.
6884 * arch-utils.c (default_addressable_memory_unit_size): New.
6885 * gdbarch.sh (addressable_memory_unit_size): New.
6886 * gdbarch.h: Re-generate.
6887 * gdbarch.c: Re-generate.
6888
279a6fed
SM
68892015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6890
6891 * target.c (target_read): Rename variables and use
6892 TARGET_XFER_E_IO.
6893 (target_read_with_progress): Same.
6894 (read_memory_robust): Constify parameters and rename
6895 variables.
6896 (read_whatever_is_readable): Constify parameters,
6897 rename variables, adjust formatting.
6898 * target.h (read_memory_robust): Constify parameters.
6899
1e5338b6 69002015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
6901
6902 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
6903 synthetic (non-AltiVec) vector types.
6904 (ppc64_sysv_abi_return_value): Likewise.
6905
98aa42ee
AT
69062015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6907
6908 PR breakpoints/16465
6909 * breakpoint.c (create_breakpoint): Save extra_string for
6910 pending breakpoints.
6911
966f0aef
WT
69122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6913
6914 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
6915 and bt_mask to CORE_ADDR.
6916
6449ed0d
GB
69172015-06-11 Gary Benson <gbenson@redhat.com>
6918
6919 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
6920 (mnsh_recv_message): Likewise.
6921
34f8ac9f
WT
69222015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
6923
6924 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
6925 long long int and plongest instead of %ll.
6926
198c808c
GB
69272015-06-11 Gary Benson <gbenson@redhat.com>
6928
6929 * nat/linux-namespaces.c (gdb_wait.h): New include.
6930 (sys/wait.h): Do not include.
6931
e815d2d2
SM
69322015-06-10 Simon Marchi <simon.marchi@ericsson.com>
6933
6934 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
6935 end_sequence is true.
6936
8847cac2
JK
69372015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6938
6939 Code cleanup.
6940 * solib-target.c (library_list_start_list): Use explicit NULL
6941 comparison.
6942
24c05f46
JK
69432015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6944
6945 * solib-target.c (library_list_start_list): Do not dereference
6946 variable version in its initialization. Make the VERSION check handle
6947 NULL.
6948 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
6949
51aad7cc
GB
69502015-06-10 Gary Benson <gbenson@redhat.com>
6951
6952 * NEWS: Announce support for direct access of executable and
6953 shared library files when attaching to inferiors in containers
6954 on GNU/Linux systems.
6955
15a201c8
GB
69562015-06-10 Gary Benson <gbenson@redhat.com>
6957
6958 * remote.c (struct remote_state) <fs_pid>: New field.
6959 (new_remote_state): Initialize the above.
6960 (PACKET_vFile_setfs): New enum value.
6961 (remote_hostio_set_filesystem): New function.
6962 (remote_hostio_open): Call the above.
6963 (remote_hostio_unlink): Likewise.
6964 (remote_hostio_readlink): Likewise.
6965 (_initialize_remote): Register new "set/show remote
6966 hostio-setfs-packet" command.
6967 * NEWS: Announce new vFile:setfs packet.
6968
7a6a1731
GB
69692015-06-10 Gary Benson <gbenson@redhat.com>
6970
6971 * linux-nat.c (nat/linux-namespaces.h): New include.
6972 (fileio.h): Likewise.
6973 (linux_nat_filesystem_is_local): New function.
6974 (linux_nat_fileio_pid_of): Likewise.
6975 (linux_nat_fileio_open): Likewise.
6976 (linux_nat_fileio_readlink): Likewise.
6977 (linux_nat_fileio_unlink): Likewise.
6978 (linux_nat_add_target): Initialize to_filesystem_is_local,
6979 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
6980 (_initialize_linux_nat): New "set/show debug linux-namespaces"
6981 commands.
6982 * NEWS: Mention new "set/show debug linux-namespaces" commands.
6983
07c138c8
GB
69842015-06-10 Gary Benson <gbenson@redhat.com>
6985
6986 * target.h (struct inferior): New forward declaration.
6987 (struct target_ops) <to_filesystem_is_local>: Update comment.
6988 (struct target_ops) <to_fileio_open>: New argument inf.
6989 Update comment. All implementations updated.
6990 (struct target_ops) <to_fileio_unlink>: Likewise.
6991 (struct target_ops) <to_fileio_readlink>: Likewise.
6992 (target_filesystem_is_local): Update comment.
6993 (target_fileio_open): New argument inf. Update comment.
6994 (target_fileio_unlink): Likewise.
6995 (target_fileio_readlink): Likewise.
6996 (target_fileio_read_alloc): Likewise.
6997 (target_fileio_read_stralloc): Likewise.
6998 * target.c (target_fileio_open): New argument inf.
6999 Pass inf to implementation. Update debug printing.
7000 (target_fileio_unlink): Likewise.
7001 (target_fileio_readlink): Likewise.
7002 (target_fileio_read_alloc_1): New argument inf. Pass inf
7003 to target_fileio_open.
7004 (target_fileio_read_alloc): New argument inf. Pass inf to
7005 target_fileio_read_alloc_1.
7006 (target_fileio_read_stralloc): Likewise.
7007 * gdb_bfd.c (inferior.h): New include.
7008 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7009 argument with new argument "inferior". Pass inferior to
7010 target_fileio_open.
7011 (gdb_bfd_open): Supply inferior argument to
7012 gdb_bfd_iovec_fileio_open.
7013 * linux-tdep.c (linux_info_proc): Supply inf argument to
7014 relevant target_fileio calls.
7015 (linux_find_memory_regions_full): Likewise.
7016 (linux_fill_prpsinfo): Likewise.
7017 * remote.c (remote_filesystem_is_local): Supply inf
7018 argument to remote_hostio_open.
7019 (remote_file_put): Likewise.
7020 (remote_file_get): Likewise.
7021 (remote_file_delete): Supply inf argument to
7022 remote_hostio_unlink.
7023
12e2a5fd
GB
70242015-06-10 Gary Benson <gbenson@redhat.com>
7025
7026 * inf-child.c (inf_child_fileio_open): Replace comment.
7027 (inf_child_fileio_pwrite): Likewise.
7028 (inf_child_fileio_pread): Likewise.
7029 (inf_child_fileio_fstat): Insert blank line before comment.
7030 (inf_child_fileio_close): Replace comment.
7031 (inf_child_fileio_unlink): Likewise.
7032 (inf_child_fileio_readlink): Likewise.
7033 * remote.c (remote_hostio_open): Likewise.
7034 (remote_hostio_pread): Likewise.
7035 (remote_hostio_pwrite): Likewise.
7036 (remote_hostio_close): Likewise.
7037 (remote_hostio_unlink): Likewise.
7038 (remote_hostio_readlink): Likewise.
7039 (remote_hostio_fstat): Likewise.
7040 (remote_filesystem_is_local): Likewise.
7041 * target.c (target_fileio_open): Likewise.
7042 (target_fileio_pwrite): Likewise.
7043 (target_fileio_pread): Likewise.
7044 (target_fileio_fstat): Insert blank line before comment.
7045 (target_fileio_close): Replace comment.
7046 (target_fileio_unlink): Likewise.
7047 (target_fileio_readlink): Likewise.
7048 (target_fileio_read_alloc): Likewise.
7049 (target_fileio_read_stralloc): Likewise.
7050
9bc3a976
GB
70512015-06-10 Gary Benson <gbenson@redhat.com>
7052
7053 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7054 (check_pid_namespace_match): Use linux_ns_same rather than
7055 linux_proc_pid_get_ns to spot PID namespace mismatches.
7056 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7057 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7058
4b8b5e72
GB
70592015-06-10 Gary Benson <gbenson@redhat.com>
7060
7061 * configure.ac (AC_CHECK_FUNCS): Add setns.
7062 * config.in: Regenerate.
7063 * configure: Likewise.
7064 * nat/linux-namespaces.h: New file.
7065 * nat/linux-namespaces.c: Likewise.
7066 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7067 (linux-namespaces.o): New rule.
7068 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7069 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7070 * config/arm/linux.mh (NATDEPFILES): Likewise.
7071 * config/i386/linux.mh (NATDEPFILES): Likewise.
7072 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7073 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7074 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7075 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7076 * config/mips/linux.mh (NATDEPFILES): Likewise.
7077 * config/pa/linux.mh (NATDEPFILES): Likewise.
7078 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7079 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7080 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7081 * config/s390/linux.mh (NATDEPFILES): Likewise.
7082 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7083 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7084 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7085 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7086
ca095836
GB
70872015-06-10 Gary Benson <gbenson@redhat.com>
7088
7089 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7090 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7091 (make_cleanup_close): Likewise.
7092 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7093 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7094 (make_cleanup_close): Likewise.
7095
5d9c55d3
JT
70962015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7097
7098 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7099 from SuspendThread().
7100
040ea00b
JT
71012015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7102
7103 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7104 from OutputDebugString.
7105
7d73c23c
WT
71062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7107 Mircea Gherzan <mircea.gherzan@intel.com>
7108
7109 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7110 MPX_BT_MASK_32): New macros.
7111 (i386_mpx_set_bounds): New function that implements
7112 the command "set-mpx-bound".
7113 (i386_mpx_enabled): Helper function to test MPX availability.
7114 (i386_mpx_bd_base): Helper function to calculate the base directory
7115 address.
7116 (i386_mpx_get_bt_entry): Helper function to access a bound
7117 table entry.
7118 (i386_mpx_print_bounds): Effectively display bound information.
7119 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7120 "show mpx".
7121 (_initialize_i386_tdep):
7122 Add "bound" to the commands "show mpx" and "set mpx" commands.
7123 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7124 and "show mpx" commands.
7125 * NEWS: List new commands for MPX support.
7126
3ac2e371
GB
71272015-06-09 Gary Benson <gbenson@redhat.com>
7128
7129 * common/fileio.h (fileio_to_host_mode): New declaration.
7130 * common/fileio.c (fileio_to_host_mode): New Function.
7131 * inf-child.c (inf_child_fileio_open): Process mode argument
7132 with fileio_to_host_mode.
7133
ecef18c5
GB
71342015-06-09 Gary Benson <gbenson@redhat.com>
7135
7136 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7137 conditional.
7138
e3dd7556
GB
71392015-06-05 Gary Benson <gbenson@redhat.com>
7140
7141 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7142 * remote.c (remote_filesystem_is_local): ...here.
7143
5b74bf7d
YQ
71442015-06-04 Yao Qi <yao.qi@linaro.org>
7145
7146 * gdbarch.c: Regenerate it.
7147
7f361056
JK
71482015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7149
7150 * arch-utils.c (default_infcall_munmap): New.
7151 * arch-utils.h (default_infcall_munmap): New declaration.
7152 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7153 (munmap_list_free, munmap_listp_free_cleanup): New.
7154 (struct setup_sections_data): Add field munmap_list_headp.
7155 (setup_sections): Call munmap_list_add.
7156 (compile_object_load): New variable munmap_list_head, initialize
7157 setup_sections_data.munmap_list_headp, return munmap_list_head.
7158 * compile/compile-object-load.h (struct munmap_list): New declaration.
7159 (struct compile_module): Add field munmap_list_head.
7160 (munmap_list_free): New declaration.
7161 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7162 munmap_list_head.
7163 (do_module_cleanup): Call munmap_list_free.
7164 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7165 * gdbarch.c: Regenerate.
7166 * gdbarch.h: Regenerate.
7167 * gdbarch.sh (infcall_munmap): New.
7168 * linux-tdep.c (linux_infcall_munmap): New.
7169 (linux_init_abi): Install it.
7170
3b462ec2
SM
71712015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7172
7173 PR gdb/15564
7174 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7175
8d683210
YQ
71762015-06-02 Yao Qi <yao.qi@linaro.org>
7177
7178 * i386-linux-nat.c: Include linux-nat.h.
7179
e0619de6
JK
71802015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7181 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 PR symtab/18392
7184 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7185 assertion.
7186 * dwarf2loc.c (chain_candidate): Likewise.
7187
bd16da51
YQ
71882015-06-01 Yao Qi <yao.qi@linaro.org>
7189
7190 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7191 (store_vfp_regs): Use PTRACE_SETREGSET.
7192
df9d7ec9
YQ
71932015-06-01 Yao Qi <yao.qi@linaro.org>
7194
7195 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7196 (fetch_fpregs): Likewise.
7197 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7198 (store_fpregs): Likewise.
7199
10766686
YQ
72002015-06-01 Yao Qi <yao.qi@linaro.org>
7201
7202 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7203 (fetch_regs): Likewise.
7204 (store_regs): Use PTRACE_SETREGSET.
7205 (store_register): Likewise.
7206
7efe48d1
YQ
72072015-06-01 Yao Qi <yao.qi@linaro.org>
7208
7209 * arm-linux-nat.c (arm_linux_read_description): Check whether
7210 kernel supports PTRACE_GETREGSET.
7211
433bbbf8
YQ
72122015-06-01 Yao Qi <yao.qi@linaro.org>
7213
7214 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7215 * linux-nat.c: ... here.
7216 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7217 to ...
7218 * linux-nat.h: ... here.
7219
ca9b78ce
YQ
72202015-06-01 Yao Qi <yao.qi@linaro.org>
7221
7222 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7223 * i386-linux-nat.c: Likewise.
7224 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7225 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7226 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7227 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7228 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7229
99cee7b7
EZ
72302015-05-30 Eli Zaretskii <eliz@gnu.org>
7231
7232 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7233 compatible to what read_child and write_child return. This
7234 unbreaks that DJGPP build of GDB which was broken since v7.7.
7235
2147f5bd
MG
72362015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7237
7238 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7239
c8f6c93c
RM
72402015-05-29 Roland McGrath <mcgrathr@google.com>
7241
7242 PR gdb/18464
7243 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7244 rather than internal_error for an unrecognized value.
7245
8c6a948d
MF
72462015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7247
7248 * xtensa-tdep.c (xtensa_pseudo_register_read)
7249 (xtensa_pseudo_register_write): Don't alias last pseudo register
7250 to a1.
7251
8dd06f7a
DB
72522015-05-28 Don Breazeal <donb@codesourcery.com>
7253
7254 * infrun.c (follow_fork_inferior): Ensure the use of
7255 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7256 messages.
7257
a051152b
DE
72582015-05-28 Doug Evans <dje@google.com>
7259
7260 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7261
a56cc1ce
YQ
72622015-05-28 Yao Qi <yao.qi@linaro.org>
7263
7264 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7265 (arm_linux_fetch_inferior_registers): Use
7266 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7267 (arm_linux_store_inferior_registers): Likewise.
7268 (arm_linux_read_description): Don't set
7269 arm_linux_has_wmmx_registers.
7270 * arm-tdep.c (arm_gdbarch_init): Set
7271 tdep->have_wmmx_registers according target descriptions.
7272 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7273 field.
7274
330c6ca9
YQ
72752015-05-28 Yao Qi <yao.qi@linaro.org>
7276
7277 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7278 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7279 instead of arm_linux_vfp_register_count.
7280 (store_vfp_regs): Likewise.
7281 (arm_linux_fetch_inferior_registers): Likewise.
7282 (arm_linux_store_inferior_registers): Likewise.
7283 (arm_linux_read_description): Don't set
7284 arm_linux_vfp_register_count.
7285 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7286 Adjust.
7287 * arm-tdep.c (arm_gdbarch_init): Add assert on
7288 vfp_register_count.
7289 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7290 field to vfp_register_count. All users updated.
7291
d403db27
KH
72922015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7293
7294 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7295 ELFOSABI_GNU binaries.
7296
d9b3de22
DE
72972015-05-27 Doug Evans <dje@google.com>
7298
7299 * dwarf2read.c (lnp_state_machine): New typedef.
7300 (lnp_reader_state): New typedef.
7301 (dwarf_record_line_1): Renamed from dwarf_record_line.
7302 All callers updated.
7303 (dwarf_record_line): New function.
7304 (init_lnp_state_machine): New function.
7305 (check_line_address): Replace p_record_line parameter with state.
7306 All callers updated.
7307 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7308 Update to record state in lnp_state_machine.
7309
924c2928
DE
73102015-05-27 Doug Evans <dje@google.com>
7311
7312 * dwarf2read.c (record_line_ftype): New typedef.
7313 (check_line_address): New function.
7314 (dwarf_decode_lines_1): Call it.
7315
27e0867f
DE
73162015-05-27 Doug Evans <dje@google.com>
7317
7318 * NEWS: Mention "set debug dwarf-line".
7319 * dwarf2read.c (dwarf_line_debug): New static global.
7320 (add_include_dir): Add debug dwarf-line support.
7321 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7322 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7323
4dcabcc2
DE
73242015-05-27 Doug Evans <dje@google.com>
7325
7326 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7327 All callers updated.
7328 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7329 * cp-support.h (cp_lookup_nested_symbol): Update.
7330
b2e2f908
DE
73312015-05-27 Doug Evans <dje@google.com>
7332
7333 PR symtab/18258
7334 * block.c (block_find_symbol): New function.
7335 (block_find_non_opaque_type): Ditto.
7336 (block_find_non_opaque_type_preferred): Ditto.
7337 * block.h (block_symbol_matcher_ftype): New typedef.
7338 (block_find_symbol): Declare.
7339 (block_find_non_opaque_type): Ditto.
7340 (block_find_non_opaque_type_preferred): Ditto.
7341 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7342 * psymtab.c (psym_lookup_symbol): Ditto.
7343 * symtab.c (basic_lookup_transparent_type_1): New function.
7344 (basic_lookup_transparent_type): Call it.
7345
f62fce35
YQ
73462015-05-27 Yao Qi <yao.qi@linaro.org>
7347
7348 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7349 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7350
5d98d3cd
YQ
73512015-05-27 Yao Qi <yao.qi@linaro.org>
7352
7353 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7354 before operator &&.
7355 (aarch64_record_load_store): Likewise.
7356
82c7be31
DE
73572015-05-26 Doug Evans <dje@google.com>
7358
7359 PR c++/18141, c++/18417.
7360 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7361 a typedef.
7362
b4f54984
DE
73632015-05-26 Doug Evans <dje@google.com>
7364
7365 * NEWS: Add entries for command renamings.
7366 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7367 All uses updated.
7368 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7369 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7370 All uses updated.
7371 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7372 All callers updated. Fix spelling of DWARF in help text.
7373 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7374 All uses updated.
7375 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7376 All uses updated.
7377 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7378 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7379 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7380 All uses updated.
7381 (show_dwarf_always_disassemble): Renamed from
7382 show_dwarf2_always_disassemble. All callers updated.
7383 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7384 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7385 "set/show dwarf max-cache-age". Rename
7386 "set/show dwarf2 always-disassemble" to
7387 "set/show dwarf always-disassemble". Rename
7388 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7389 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7390
4ea6efe9
DE
73912015-05-26 Doug Evans <dje@google.com>
7392
7393 PR python/18438
7394 * python/py-lazy-string.c (stpy_convert_to_value): Use
7395 gdbpy_gdb_memory_error not PyExc_MemoryError.
7396 (gdbpy_create_lazy_string_object): Ditto.
7397
b93fd21d
AB
73982015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7399
7400 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7401
55b40027
AB
74022015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7403
7404 * tui/tui-regs.c (tui_reg_prev_command): New function.
7405 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7406 * reggroups.c (reggroup_prev): New function.
7407 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7408
99afc88b
OJ
74092015-05-26 Omair Javaid <omair.javaid@linaro.org>
7410 Yao Qi <yao.qi@linaro.org>
7411
7412 * aarch64-linux-tdep.c: Include linux-record.h and
7413 record-full.h.
7414 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7415 (aarch64_syscall): New enum.
7416 (aarch64_canonicalize_syscall): New function.
7417 (aarch64_all_but_pc_registers_record): New function.
7418 (aarch64_linux_syscall_record): New function.
7419 (aarch64_linux_init_abi): Install AArch64 process record
7420 handler. Update to handle syscall recording.
7421 * aarch64-tdep.c: Include record.h and record-full.h.
7422 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7423 (struct aarch64_mem_r): Define.
7424 (aarch64_record_result): New enum.
7425 (struct insn_decode_record): Define.
7426 (insn_decode_record): New typedef.
7427 (aarch64_record_data_proc_reg): New function.
7428 (aarch64_record_data_proc_imm): New function.
7429 (aarch64_record_branch_except_sys): New function.
7430 (aarch64_record_load_store): New function.
7431 (aarch64_record_data_proc_simd_fp): New function.
7432 (aarch64_record_asimd_load_store): New function.
7433 (aarch64_record_decode_insn_handler): New function.
7434 (deallocate_reg_mem): New function.
7435 (aarch64_process_record): New function.
7436 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7437 New field.
7438 (aarch64_process_record): New extern declaration.
7439 * configure.tgt: Add linux-record.o to gdb_target_obs.
7440 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7441
c16a3f52
OJ
74422015-05-26 Omair Javaid <omair.javaid@linaro.org>
7443
7444 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7445 targets.
7446
c9cf6e20
MG
74472015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7448
7449 * amd64-tdep.c: Replace in_function_epilogue_p with
7450 stack_frame_destroyed_p throughout.
7451 * arch-utils.c: Ditto.
7452 * arch-utils.h: Ditto.
7453 * arm-tdep.c: Ditto.
7454 * breakpoint.c: Ditto.
7455 * gdbarch.sh: Ditto.
7456 * hppa-tdep.c: Ditto.
7457 * i386-tdep.c: Ditto.
7458 * mips-tdep.c: Ditto.
7459 * nios2-tdep.c: Ditto.
7460 * rs6000-tdep.c: Ditto.
7461 * s390-linux-tdep.c: Ditto.
7462 * score-tdep.c: Ditto.
7463 * sh-tdep.c: Ditto.
7464 * sparc-tdep.c: Ditto.
7465 * sparc-tdep.h: Ditto.
7466 * sparc64-tdep.c: Ditto.
7467 * spu-tdep.c: Ditto.
7468 * tic6x-tdep.c: Ditto.
7469 * tilegx-tdep.c: Ditto.
7470 * xstormy16-tdep.c: Ditto.
7471 * gdbarch.c, gdbarch.h: Re-generated.
7472
a4ea0946
AB
74732015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7474
7475 * NEWS: Mention 'tui enable' and 'tui disable'.
7476 * tui/tui.c (tui_enable_command): New function.
7477 (tui_disable_command): New function.
7478 (_initialize_tui): New function.
7479
b75c69bb
AB
74802015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7481
7482 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7483
c1b009ee
AB
74842015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7485
7486 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7487 buf_ptr is freed.
7488
880d1e40
AB
74892015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7490
7491 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7492 into ...
7493 (tui_set_layout_for_display_command): ...here, before calling
7494 tui_set_layout. Only set the layout if gdb has not already
7495 entered the TUI_FAILURE state.
7496
a0145030
AB
74972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * tui/tui-layout.c (layout_completer): New function.
7500 (_initialize_tui_layout): Set completer on layout command.
7501
7bd0be3a
AB
75022015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7503
7504 * tui/tui-layout.c (tui_set_layout): Remove
7505 tui_register_display_type parameter. Remove all checking of this
7506 parameter, and reindent function. Update header comment.
7507 (tui_set_layout_for_display_command): Rename to...
7508 (tui_set_layout_by_name): ...this, and don't check for different
7509 register class types, don't pass a tui_register_display_type to
7510 tui_set_layout. Update header comment.
7511 (layout_names): Remove register set specific names.
7512 * tui/tui-layout.h (tui_set_layout): Remove
7513 tui_register_display_type parameter.
7514 * tui/tui.c (tui_rl_change_windows): Don't pass a
7515 tui_register_display_type to tui_set_layout.
7516 (tui_rl_delete_other_windows): Likewise.
7517 (tui_enable): Likewise.
7518 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7519 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7520 (TUI_GENERAL_REGS_NAME): Remove.
7521 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7522 (TUI_SPECIAL_REGS_NAME): Remove.
7523 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7524 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7525 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7526 (enum tui_register_display_type): Remove.
7527 (struct tui_layout_def): Remove regs_display_type and
7528 float_regs_display_type fields.
7529 (struct tui_data_info): Remove regs_display_type field.
7530 (tui_layout_command): Use new name for
7531 tui_set_layout_for_display_command.
7532 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7533 (tui_clear_win_detail): Don't initialise removed fields of
7534 win_info.
7535 * tui/tui-regs.c (tui_show_registers): Use new name for
7536 tui_set_layout_for_display_command.
7537 * tui/tui.h (tui_set_layout_for_display_command): Rename
7538 declaration to...
7539 (tui_set_layout_by_name): ...this.
7540 * printcmd.c (display_command): Remove tui related layout call,
7541 and reindent.
7542
0b6e5e10
JB
75432015-05-20 Joel Brobecker <brobecker@adacore.com>
7544
7545 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7546 (handle_inferior_event): New function.
7547
1da0522e
JB
75482015-05-20 Joel Brobecker <brobecker@adacore.com>
7549
7550 * ada-lang.c (to_fixed_array_type): Rename local variable
7551 typename into type_name.
7552
5fe75eec
JK
75532015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7554
7555 Fix ASAN crash for gdb.compile/compile.exp.
7556 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7557
a4063588
JK
75582015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7559
7560 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7561 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7562 * compile/compile-object-load.c (setup_sections, compile_object_load):
7563 Likewise.
7564 * compile/compile.c (compile_to_object): Likewise.
7565
37442ce1
DE
75662015-05-16 Doug Evans <xdje42@gmail.com>
7567
7568 * NEWS: Mention support for unbuffered Guile memory ports.
7569 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7570 (ioscm_lseek_address): Improve overflow calculation.
7571 (gdbscm_memory_port_fill_input): Add assert.
7572 (gdbscm_memory_port_write): Handle unbuffered ports.
7573 Handle large writes identical to Guile's fport_write.
7574 (gdbscm_memory_port_seek): Fix seeking past end check.
7575 (gdbscm_memory_port_close): Handle closing unbuffered port.
7576 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7577 (ioscm_init_memory_port): Handle unbuffered ports.
7578 (ioscm_reinit_memory_port): Ditto.
7579 (ioscm_init_memory_port): Update size calculation.
7580 (gdbscm_open_memory): Support zero sized ports.
7581
d976bace
JK
75822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7585 variable compiler warnings.
7586
4d18dfad
JK
75872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7588
7589 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7590
36de76f9
JK
75912015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7592 Phil Muldoon <pmuldoon@redhat.com>
7593
7594 * NEWS (Changes since GDB 7.9): Add compile print.
7595 * compile/compile-c-support.c (add_code_header, add_code_footer)
7596 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7597 COMPILE_I_PRINT_VALUE_SCOPE.
7598 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7599 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7600 New.
7601 * compile/compile-object-load.c: Include block.h.
7602 (get_out_value_type): New function.
7603 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7604 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7605 OUT_VALUE_TYPE.
7606 * compile/compile-object-load.h (struct compile_module): Add fields
7607 out_value_addr and out_value_type.
7608 * compile/compile-object-run.c: Include valprint.h and compile.h.
7609 (struct do_module_cleanup): Add fields out_value_addr and
7610 out_value_type.
7611 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7612 COMPILE_I_PRINT_VALUE_SCOPE.
7613 (compile_object_run): Propagate out_value_addr and out_value_type.
7614 Pass OUT_VALUE_ADDR.
7615 * compile/compile.c: Include valprint.h.
7616 (compile_print_value, compile_print_command): New functions.
7617 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7618 (_initialize_compile): Update compile code help text. Install
7619 compile_print_command.
7620 * compile/compile.h (compile_print_value): New prototype.
7621 * defs.h (enum compile_i_scope_types): Add
7622 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7623
83d3415e
JK
76242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7627 Rely on its parameter count.
7628 (compile_object_load): Replace lookup_minimal_symbol_text by
7629 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
7630 return value.
7631 * compile/compile-object-load.h (struct compile_module): Replace
7632 func_addr by func_sym.
7633 * compile/compile-object-run.c: Include block.h.
7634 (compile_object_run): Reset module variable after it is freed. Use
7635 FUNC_SYM instead of FUNC_ADDR. Rely on it.
7636
3a9558c4
JK
76372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7638
7639 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7640 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7641 (c_compute_program): Call generate_register_struct after typedefs.
7642 * compile/compile-loc2c.c (push, pushf_register_address)
7643 (pushf_register): Cast to GCC_UINTPTR.
7644 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
7645 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
7646 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7647 * compile/compile.c (_initialize_compile): Enable warnings for
7648 COMPILE_ARGS.
7649
5c65b58a
JK
76502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 * cli/cli-script.c (execute_control_command): Update
7653 eval_compile_command caller.
7654 * compile/compile-object-load.c (compile_object_load): Add parameters
7655 scope and scope_data. Set them.
7656 * compile/compile-object-load.h (struct compile_module): Add fields
7657 scope and scope_data.
7658 (compile_object_load): Add parameters scope and scope_data.
7659 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7660 scope and scope_data.
7661 (compile_object_run): Propagate the fields scope and scope_data.
7662 * compile/compile.c (compile_file_command, compile_code_command):
7663 Update eval_compile_command callers.
7664 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
7665 * compile/compile.h (eval_compile_command): Add parameter scope_data.
7666 * defs.h (struct command_line): Add field scope_data.
7667
1c88ceb1
JK
76682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 * printcmd.c (struct format_data): Move it to valprint.h.
7671 (print_command_parse_format, print_value): New functions from ...
7672 (print_command_1): ... here. Call them.
7673 * valprint.h (struct format_data): Move it here from printcmd.c.
7674 (print_command_parse_format, print_value): New declarations.
7675
0b738f27
JK
76762015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 * compile/compile-object-load.c (compile_object_load): Add
7679 COMPILE_DEBUG message.
7680
aa715135
JG
76812015-05-15 Jerome Guitton <guitton@adacore.com>
7682
7683 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7684 index to get element instead of enum value.
7685 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7686 of index to compute length, but enum values to compute bounds.
7687 (ada_array_length): Use enum position of index instead of enum value.
7688 (pos_atr): Move position computation to...
7689 (ada_evaluate_subexp): Use enum values to compute bounds.
7690 * gdbtypes.c (discrete_position): ...this new function.
7691 * gdbtypes.h (discrete_position): New function declaration.
7692 * valprint.c (val_print_array_elements): Call discrete_position
7693 to handle array indexed by non-contiguous enumeration types.
7694
931e5bc3
JG
76952015-05-15 Jerome Guitton <guitton@adacore.com>
7696
7697 * ada-lang.c (find_parallel_type_by_descriptive_type):
7698 Go through typedefs during lookup.
7699 (to_fixed_array_type): Add support for non-bit packed arrays
7700 as variable-length fields.
7701
4e63d0ac
PA
77022015-05-15 Pedro Alves <palves@redhat.com>
7703 Simon Marchi <simon.marchi@ericsson.com>
7704
7705 * event-loop.c (gdb_notifier) <next_file_handler,
7706 next_poll_fds_index>: New fields.
7707 (get_next_file_handler_to_handle_and_advance): New function.
7708 (delete_file_handler): If deleting the next file handler to
7709 handle, advance to the next file handler.
7710 (gdb_wait_for_event): Bail early if no event fired. Poll file
7711 handlers in round-robin fashion.
7712
52e48b36
PA
77132015-05-15 Pedro Alves <palves@redhat.com>
7714
7715 * linux-tdep.c (linux_find_memory_regions_full): Rename local
7716 'private' to 'priv'.
7717
2465e12e
PA
77182015-05-15 Pedro Alves <palves@redhat.com>
7719
7720 * nat/linux-nat.h: Include "target/waitstatus.h".
7721
13fa0398
YZ
77222015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
7723
7724 * python/py-unwind.c (struct reg_info): Move out of ...
7725 (struct cached_frame_info): ... this scope.
7726 (pending_frame_object_type, unwind_info_object_type): Make extern.
7727
9cd4d857
JB
77282015-05-15 Joel Brobecker <brobecker@adacore.com>
7729
7730 * ada-lang.c (ada_value_primitive_packed_val): Make sure
7731 accumSize is never negative.
7732
e3555239
PP
77332015-05-14 Patrick Palka <patrick@parcs.ath.cx>
7734
7735 * tui/tui-command.c: Remove include of <ctype.h>.
7736 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
7737
08a76f8a
MG
77382015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
7739
7740 * dwarf2read.c (die_needs_namespace): Return 1 for
7741 DW_TAG_inlined_subroutine.
7742
bd49952b
JK
77432015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7744
7745 * regcache.c (regcache_cpy_no_passthrough): New declaration.
7746 (regcache_cpy_no_passthrough): Make it static, add function comment.
7747 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
7748 (regcache_cpy_no_passthrough): Remove declaration.
7749
46c03469
JK
77502015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 * gdbthread.h (struct thread_control_state): Update comment for
7753 proceed_to_finish.
7754 * infcall.c (run_inferior_call): Update comment about
7755 proceed_to_finish.
7756 * infcmd.c (get_return_value): Update comment about stop_registers.
7757 (finish_forward): Update comment about proceed_to_finish.
7758 * infrun.c (stop_registers): Remove.
7759 (clear_proceed_status, normal_stop): Remove stop_registers handling.
7760 * infrun.h (stop_registers): Remove.
7761
8a6c4031
JK
77622015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7763
7764 * infcall.c (struct dummy_frame_context_saver)
7765 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
7766 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7767 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7768 New.
7769 (call_function_by_hand_dummy): Move discard_cleanups of
7770 inf_status_cleanup before dummy_frame_push. Call
7771 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
7772 Use dummy_frame_context_saver_get_regs instead of stop_registers.
7773 * infcall.h (struct dummy_frame_context_saver)
7774 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7775 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7776 New declarations.
7777 * infcmd.c: Include infcall.h.
7778 (get_return_value): Add parameter ctx_saver, use it instead of
7779 stop_registers.
7780 (print_return_value): Add parameter ctx_saver, pass it.
7781 (struct finish_command_continuation_args): Add field ctx_saver.
7782 (finish_command_continuation): Update print_return_value caller.
7783 (finish_command_continuation_free_arg): Free also ctx_saver.
7784 (finish_forward): Call dummy_frame_context_saver_setup.
7785 * inferior.h (struct dummy_frame_context_saver): New declaration.
7786 (get_return_value): Add parameter ctx_saver.
7787 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
7788 get_return_value caller.
7789
10989690
JK
77902015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * dummy-frame.c (struct dummy_frame_dtor_list): New.
7793 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
7794 (remove_dummy_frame): Process dtor_list.
7795 (pop_dummy_frame): Process dtor_list.
7796 (register_dummy_frame_dtor): Maintain dtor_list.
7797 (find_dummy_frame_dtor): Handle dtor_list.
7798 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
7799 Update comments.
7800
5e970501
JK
78012015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7802
7803 * compile/compile-object-run.c (do_module_cleanup): Add parameter
7804 registers_valid.
7805 (compile_object_run): Update do_module_cleanup caller.
7806 * dummy-frame.c: Include infcall.h.
7807 (struct dummy_frame): Update dtor comment.
7808 (remove_dummy_frame): Call dtor.
7809 (pop_dummy_frame): Update dtor caller.
7810 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
7811 registers_valid.
7812
1c4eb778
JB
78132015-05-13 Joel Brobecker <brobecker@adacore.com>
7814
7815 GDB 7.9.1 released.
7816
f5f85ab9
JB
78172015-05-13 Joel Brobecker <brobecker@adacore.com>
7818
7819 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
7820 Xmethods now being able to specify a result type to that new
7821 sectioin.
7822
242cd84c
PP
78232015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7824
7825 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
7826 first before resizing the window.
e3555239 7827 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
7828
78292015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
7830
7831 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
7832 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
7833 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
7834 dummy_dtor parameter.
7835 * infcall.h: Include dummy-frame.h.
7836 (call_function_by_hand_dummy_dtor_ftype): Remove.
7837 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
7838 parameter.
7839
ebfd00d2
PP
78402015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7841
7842 PR gdb/17820
7843 * top.c (history_size_setshow_var): Change type to signed.
7844 Initialize to -2. Update documentation.
7845 (set_readline_history_size): Define.
7846 (set_history_size_command): Use it. Remove logic for handling
7847 out-of-range sizes.
7848 (init_history): Use set_readline_history_size(). Test for a
7849 value of -2 instead of 0 when determining whether to set a
7850 default history size.
7851 (init_main): Decode the argument of the "size" command as a
7852 zuinteger_unlimited.
7853
83769d0b
DE
78542015-05-12 Doug Evans <dje@google.com>
7855
7856 * dwarf2read.c (struct file_entry): Tweak comments.
7857 (get_debug_line_section): Tweak comments.
7858
0d71eef5
DB
78592015-05-12 Don Breazeal <donb@codesourcery.com>
7860
7861 * NEWS: Announce fork support in the RSP and support
7862 for fork debugging in extended mode.
7863
cbb8991c
DB
78642015-05-12 Don Breazeal <donb@codesourcery.com>
7865
7866 * remote.c (remote_insert_fork_catchpoint): New function.
7867 (remote_remove_fork_catchpoint): New function.
7868 (remote_insert_vfork_catchpoint): New function.
7869 (remote_remove_vfork_catchpoint): New function.
7870 (pending_fork_parent_callback): New function.
7871 (remove_new_fork_child): New function.
7872 (remote_update_thread_list): Call remote_notif_get_pending_events
7873 and remove_new_fork_child.
7874 (extended_remote_kill): Kill fork child when killing the
7875 parent before follow_fork completes.
7876 (init_extended_remote_ops): Initialize target vector with
7877 new fork catchpoint functions.
7878
c269dbdb
DB
78792015-05-12 Don Breazeal <donb@codesourcery.com>
7880
7881 * remote.c (remove_vfork_event_p): New function.
7882 (remote_follow_fork): Add vfork event type to event checking.
7883 (remote_parse_stop_reply): New stop reasons "vfork" and
7884 "vforkdone" for RSP 'T' Stop Reply Packet.
7885
de0d863e
DB
78862015-05-12 Don Breazeal <donb@codesourcery.com>
7887
7888 * linux-nat.c (linux_nat_ptrace_options): New function.
7889 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
7890 Call linux_nat_ptrace_options and use different argument to
7891 linux_enable_event_reporting.
7892 (_initialize_linux_nat): Delete call to
7893 linux_ptrace_set_additional_flags.
c8f6c93c 7894 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
7895 supported_ptrace_options.
7896 (additional_flags): Delete variable.
7897 (linux_check_ptrace_features): Use supported_ptrace_options.
7898 (linux_test_for_tracesysgood, linux_test_for_tracefork):
7899 Likewise, and remove additional_flags check.
7900 (linux_enable_event_reporting): Change 'attached' argument to
7901 'options'. Use supported_ptrace_options.
c8f6c93c 7902 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
7903 supported_ptrace_options.
7904 (linux_ptrace_set_additional_flags): Delete function.
7905 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
7906 Delete function prototype.
7907 * remote.c (remote_fork_event_p): New function.
7908 (remote_detach_pid): New function.
7909 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
7910 if doing detach-on-fork.
7911 (remote_follow_fork): New function.
7912 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
7913 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
7914 (init_extended_remote_ops): Initialize to_follow_fork.
7915
89245bc0
DB
79162015-05-12 Don Breazeal <donb@codesourcery.com>
7917
7918 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
7919 from static to extern.
7920 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
7921 * remote.c (anonymous enum): <PACKET_fork_event_feature,
7922 * PACKET_vfork_event_feature>: New enumeration constants.
7923 (remote_protocol_features): Add table entries for new packets.
7924 (remote_query_supported): Add new feature queries to qSupported
7925 packet.
7926
835205d0
GB
79272015-05-12 Gary Benson <gbenson@redhat.com>
7928
7929 * remote.c (remote_add_inferior): Call exec_file_locate_attach
7930 for fake PIDs as well as real ones.
7931 (remote_pid_to_exec_file): Send empty annex if PID is fake.
7932
4c082a81
SC
79332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7934
7935 * NEWS (Python Scripting): Mention the new gdb.Value methods.
7936 * python/py-value.c (valpy_reference_value): New function.
7937 (valpy_const_value): Likewise.
7938 (value_object_methods): Add new methods.
7939 * value.c (make_cv_value): New function.
7940 * value.h (make_cv_value): Declare.
7941
afa6c9ab
SL
79422015-05-08 Yao Qi <yao@codesourcery.com>
7943 Sandra Loosemore <sandra@codesourcery.com>
7944
7945 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
7946 to 'lh->include_dirs' before accessing to it.
7947 (psymtab_include_file_name): Likewise.
7948 (dwarf_decode_lines_1): Likewise.
7949 (dwarf_decode_lines): Likewise.
7950 (file_file_name): Likewise.
7951
35d54293
SL
79522015-05-08 Sandra Loosemore <sandra@codesourcery.com>
7953
7954 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
7955 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
7956 (nios2_linux_rt_sigreturn_init): Adjust base address of
7957 register save area.
7958
b73c49b7
SL
79592015-05-08 Sandra Loosemore <sandra@codesourcery.com>
7960
7961 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
7962 "trap 31" as the breakpoint instruction on all targets.
7963
dd9f02a0
JK
79642015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 * infcmd.c (print_return_value): Remove unused declaration.
7967
6ad395a7
JB
79682015-05-08 Joel Brobecker <brobecker@adacore.com>
7969
7970 * dwarf2read.c (attr_to_dynamic_prop)
7971 <DW_AT_data_member_location>: Use read_type_die isntead of
7972 get_die_type.
7973
8344af1e
JB
79742015-05-08 Joel Brobecker <brobecker@adacore.com>
7975
7976 * ada-lang.c (ada_convert_actual): Add handling of formals
7977 passed inside an aligner type.
7978
80b0912b
JB
79792015-05-08 Joel Brobecker <brobecker@adacore.com>
7980
7981 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
7982
df2eb078
SC
79832015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7984
7985 PR python/18291
7986 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
7987 Print xmethod matcher status.
7988
2492f0d0
AA
79892015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7990
7991 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
7992 register in the regcache when treating the PSWM register, and vice
7993 versa.
7994
1c56a84d
GB
79952015-05-07 Gary Benson <gbenson@redhat.com>
7996
7997 * linux-thread-db.c (struct thread_db_info)
7998 <td_ta_map_id2thr_p>: Remove field.
7999 (try_thread_db_load_1): Remove initialization for the above.
8000
74850322
GB
80012015-05-07 Gary Benson <gbenson@redhat.com>
8002
8003 * linux-thread-db.c (struct thread_db_info)
8004 <td_thr_validate_p>: Remove field.
8005 (try_thread_db_load_1): Remove initialization for the above.
8006
e26efa40
JK
80072015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8008
8009 * compile/compile-object-load.c (compile_object_load): Support
8010 mst_text_gnu_ifunc.
8011
851c9091
JK
80122015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8015 const. Use new variables for the const compatibility.
8016 (eval_compile_command): Make the cmd_string parameter const.
8017 * compile/compile.h (eval_compile_command): Make the cmd_string
8018 parameter const.
8019
f218b647
JB
80202015-05-06 Joel Brobecker <brobecker@adacore.com>
8021
8022 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8023 comment.
8024 * top.c (deprecated_init_ui_hook): Delete.
8025 (gdb_init): Remove handling of deprecated_init_ui_hook.
8026 * interps.c (clear_interpreter_hooks): Remove handling of
8027 deprecated_init_ui_hook.
8028 * main.c (captured_main): Update comment.
8029
b30a0bc3
JB
80302015-05-06 Joel Brobecker <brobecker@adacore.com>
8031
8032 * solib.c (_initialize_solib): Add "info dll" alias creation.
8033 * windows-nat.c (set_windows_aliases): Delete.
8034 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8035 assignment.
8036 * NEWS: Add news entry about "info dll" now being available
8037 on all platforms.
8038
7c512744
JB
80392015-05-05 Joel Brobecker <brobecker@adacore.com>
8040
8041 * ada-lang.c (value_assign_to_component): Reformat and improve
8042 documentation. Remove all trailing spaces.
8043
0fa7fe50
JB
80442015-05-05 Joel Brobecker <brobecker@adacore.com>
8045
8046 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8047 Stop counting inlined frames as soon as an out-of-line function
8048 is found.
8049
3ea89b92
PMR
80502014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8051
8052 * dwarf2read.c (inherit_abstract_dies): Skip
8053 DW_TAG_GNU_call_site dies while inheriting children of an
8054 abstract DIE into a scope.
8055 (read_lexical_block_scope): Inherit abstract DIE's for
8056 lexical scopes.
8057
2478d075
JB
80582015-05-05 Joel Brobecker <brobecker@adacore.com>
8059
8060 * ada-valprint.c (val_print_packed_array_elements): Delete
8061 variable "len". Add a type-length check when comparing two
8062 consecutive elements of the array. Use the element's actual
8063 length in call to value_contents_eq.
8064 * ada-lang.c (ada_value_primitive_packed_val): Always return
8065 a value whose type has been resolved.
8066
fc958966
JB
80672015-05-05 Joel Brobecker <brobecker@adacore.com>
8068
8069 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8070 BIT_SIZE and LEN if the size of the resolved type is smaller
8071 than BIT_SIZE * HOST_CHAR_BIT.
8072
ca34b84f
JB
80732015-05-05 Joel Brobecker <brobecker@adacore.com>
8074
8075 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8076 correct address in call to value_at. Adjust call to
8077 value_address accordingly.
8078
62c67f3c
JB
80792015-05-05 Joel Brobecker <brobecker@adacore.com>
8080
8081 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8082 to print it.
8083
c3345124
JB
80842015-05-05 Joel Brobecker <brobecker@adacore.com>
8085
8086 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8087 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8088 pinfo->valaddr.
8089 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8090 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8091 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8092 Add handling of addr_stack->valaddr.
8093 (resolve_dynamic_type): Add "valaddr" parameter.
8094 Set pinfo.valaddr field.
8095 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8096 resolve_dynamic_type.
8097 (ada_discrete_type_low_bound): Likewise.
8098 * findvar.c (default_read_var_value): Likewise.
8099 * value.c (value_from_contents_and_address): Likewise.
8100
75ea5859
JB
81012015-05-05 Joel Brobecker <brobecker@adacore.com>
8102
8103 * gdbtypes.c (resolve_dynamic_array): Use
8104 create_array_type_with_stride instead of create_array_type.
8105
0952813b
DD
81062015-04-30 DJ Delorie <dj@redhat.com>
8107
8108 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8109 rl78_decode_opcode
8110
2ce1cdbf
DE
81112015-04-29 Doug Evans <dje@google.com>
8112
8113 PR python/18285
8114 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8115 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8116 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8117 * extension-priv.h (struct extension_language_ops)
8118 <get_xmethod_result_type>: New member.
8119 * extension.c (get_xmethod_result_type): New function.
8120 * extension.h (get_xmethod_result_type): Declare.
8121 * python/py-xmethods.c (get_result_type_method_name): New static
8122 global.
8123 (py_get_result_type_method_name): Ditto.
8124 (gdbpy_get_xmethod_result_type): New function.
8125 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8126 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8127 * python/python.c (python_extension_ops): Add
8128 gdbpy_get_xmethod_result_type.
8129 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8130 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8131 xmethods.
8132 (value_x_unop): Ditto.
8133 * value.c (result_type_of_xmethod): New function.
8134 * value.h (result_type_of_xmethod): Declare.
8135
998d2a3e
GB
81362015-04-29 Gary Benson <gbenson@redhat.com>
8137
8138 * solib.c (solib_find_1): Allow fd argument to be NULL.
8139 (exec_file_find): Update comment.
8140 (solib_find): Likewise.
8141 * exec.c (exec_file_locate_attach): Use NULL as fd
8142 argument to exec_file_find to avoid having to close
8143 the opened file.
8144 * infrun.c (follow_exec): Likewise.
8145
34f5f757
DE
81462015-04-28 Doug Evans <dje@google.com>
8147
8148 PR python/18299
8149 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8150 name or __name__ attributes. Handle gdb module as first argument.
8151
69b4374a
DE
81522015-04-28 Doug Evans <dje@google.com>
8153
8154 PR python/18089
8155 * python/py-prettyprint.c (print_children): Verify result of children
8156 iterator. Provide better error message.
8157 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8158 * python/python.c (gdbpy_print_python_errors_p): New function.
8159
5e7cf078
DE
81602015-04-28 Doug Evans <dje@google.com>
8161
8162 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8163
59fb7612
SS
81642015-04-28 Sasha Smundak <asmundak@google.com>
8165
8166 * NEWS: Mention gdb.Type.optimized_out method.
8167 * python/py-type.c (typy_optimized_out): New function.
8168
cea6e4f1
JB
81692015-04-28 John Baldwin <jhb@FreeBSD.org>
8170
8171 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8172
24b73f8e
PP
81732015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8174
8175 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8176 (initialize_utils): Move call of init_page_info() to ...
8177 * top.c (gdb_init): ... here.
8178
a88d0bb3
PP
81792015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8180
8181 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8182 (tui_sigwinch_handler): Still update our idea of
8183 the terminal's width and height even when TUI is not active.
8184
d6e5e7f7
PP
81852015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8186
8187 * utils.h (set_screen_width_and_height): Declare.
8188 * utils.c (set_screen_width_and_height): Define.
8189 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8190
ff862be4
GB
81912015-04-28 Gary Benson <gbenson@redhat.com>
8192
8193 * infrun.c (solist.h): New include.
8194 (follow_exec): Use exec_file_find to prefix execd_pathname
8195 with gdb_sysroot.
8196
2eb639cb
PP
81972015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8198
8199 * tui/tui-source.c (tui_set_source_content): Avoid calling
8200 strcpy() when offset is 0.
8201
97206799
PP
82022015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8203
8204 PR gdb/18155
8205 * tui/tui-data.c (tui_free_window): Don't free the locator
8206 window when passed an SRC_WIN or a DISASSEM_WIN.
8207
63ed8182
PP
82082015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8209
8210 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8211 (tui_win_content): Move declaration.
8212 (struct tui_gen_win_info): Give 'content' field the
8213 type tui_win_content.
8214 * tui/tui-data.c (init_content_element): Remove redundant and
8215 erroneous casts.
8216 (tui_add_content_elements): Remove erroneous cast.
8217 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8218 casts.
8219 (tui_get_begin_asm_address): Likewise.
8220 * tui/tui-regs.c (tui_show_registers): Likewise.
8221 (tui_show_register_group): Likewise.
8222 (tui_display_registers_from): Likewise.
8223 (tui_check_register_values): Likewise.
8224 * tui/tui-source.c (tui_set_source_content): Likewise.
8225 (tui_set_source_content_nil): Likewise.
8226 (tui_source_is_displayed): Likewise.
8227 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8228 (tui_set_locator_fullname): Likewise.
8229 (tui_set_locator_info): Likewise.
8230 (tui_show_frame_info): Likewise.
8231 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8232 (tui_show_source_line): Likewise.
8233 (tui_horizontal_source_scroll): Likewise.
8234 (tui_update_breakpoint_info): Likewise.
8235 (tui_set_exec_info_content): Likewise.
8236 (tui_show_exec_info_content): Likewise.
8237 (tui_alloc_source_buffer): Likewise.
8238 (tui_line_is_displayed): Likewise.
8239 (tui_addr_is_displayed): Likewise.
8240
d2b41ca0
JB
82412015-04-27 John Baldwin <jhb@FreeBSD.org>
8242
8243 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8244 event if PL_FLAG_EXEC is set.
8245 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8246 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8247 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8248 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8249 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8250
e58e05d6
JB
82512015-04-27 John Baldwin <jhb@FreeBSD.org>
8252
8253 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8254 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8255 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8256 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8257 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8258 [PT_LWPINFO] (fbsd_wait): New function.
8259 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8260 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8261 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8262 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8263 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8264 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8265 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8266 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8267 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8268 "fbsd_wait".
8269 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8270 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8271 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8272 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8273 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8274 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8275 Set "to_post_attach" to "fbsd_post_attach".
8276
8f60fe01
JB
82772015-04-27 John Baldwin <jhb@FreeBSD.org>
8278
8279 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8280 (fbsd_find_memory_regions): Mark static.
8281 (fbsd_nat_add_target): New function.
8282 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8283 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8284 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8285 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8286 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8287 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8288
5fbae7d1
GB
82892015-04-27 Gary Benson <gbenson@redhat.com>
8290
8291 * objfiles.c (allocate_objfile): Do not attempt to expand name
8292 if name is a "target:" filename.
8293 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8294 to load auto-load scripts for objfiles with "target:" filenames.
8295
417c80f9
AA
82962015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8297
8298 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8299 (enum s390_vector_abi_kind): New enum.
8300 (struct gdbarch_tdep)<vector_abi>: New field.
8301 (s390_effective_inner_type): Add parameter min_size. Stop
8302 unwrapping if the inner type is smaller than min_size.
8303 (s390_function_arg_float): Adjust call to
8304 s390_effective_inner_type.
8305 (s390_function_arg_vector): New function.
8306 (s390_function_arg_integer): Adjust comment.
8307 (struct s390_arg_state)<vr>: New field.
8308 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8309 arguments according to vector ABI when appropriate.
8310 (s390_push_dummy_call): Initialize the argument state's field
8311 'vr'. Adjust calls to s390_handle_arg.
8312 (s390_register_return_value): Handle vector return values.
8313 (s390_return_value): Apply the "register" return value convention
8314 to a vector when appropriate.
8315 (s390_gdbarch_init): Initialize tdep->vector_abi.
8316 * NEWS: Announce S390 vector ABI support.
8317
4e65a17e
AA
83182015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8319
8320 * s390-linux-tdep.c (s390_return_value_convention): Remove
8321 function. Inline its logic...
8322 (s390_return_value): ...here. Instead, move the handling of the
8323 "register" return value convention...
8324 (s390_register_return_value): ...here. New function.
8325
80f75320
AA
83262015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8327
8328 * s390-linux-tdep.c
8329 (is_float_singleton): Remove function. Move the "singleton" part
8330 of the logic...
8331 (s390_effective_inner_type): ...here. New function.
8332 (is_float_like): Remove function. Inline its logic...
8333 (s390_function_arg_float): ...here.
8334 (is_pointer_like, is_integer_like, is_struct_like): Remove
8335 functions. Inline their logic...
8336 (s390_function_arg_integer): ...here.
8337 (s390_function_arg_pass_by_reference): Remove function.
8338 (extend_simple_arg): Remove function.
8339 (alignment_of): Remove function.
8340 (struct s390_arg_state): New structure.
8341 (s390_handle_arg): New function.
8342 (s390_push_dummy_call): Move parameter placement logic to the new
8343 function s390_handle_arg. Call it for calculating the stack area
8344 sizes first, and again for actually writing the parameters.
8345
6dbc9c04
AA
83462015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8347
8348 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8349 false if the argument is zero.
8350
9e195661
PMR
83512015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8352
8353 * ada-lang.c (template_to_static_fixed_type): Return input type
8354 when it is already fixed. Cache the input type itself when not
8355 creating a static fixed copy. Make it explicit that we never
8356 molestate the input type.
8357 * gdbtypes.c (resolve_dynamic_struct): Reset the
8358 TYPE_TARGET_TYPE field for resolved copies.
8359
460efde1
JB
83602015-04-27 Joel Brobecker <brobecker@adacore.com>
8361
8362 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8363 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8364 (template_to_static_fixed_type): Call ada_check_typedef only
8365 when necessary.
8366
6faec16b
AB
83672015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8368
8369 * cli/cli-dump.c (srec_dump_command): Add internationalization
8370 mark ups.
8371 (ihex_dump_command): Likewise.
8372 (tekhex_dump_command): Likewise.
8373 (binary_dump_command): Likewise.
8374 (binary_append_command): Likewise.
8375
cf75d6c3
AB
83762015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8377
8378 * cli/cli-dump.c (verilog_cmdlist): New variable.
8379 (dump_verilog_memory): New function.
8380 (dump_verilog_value): New function.
8381 (verilog_dump_command): New function.
8382 (_initialize_cli_dump): Add new commands to support verilog dump
8383 format.
8384 * NEWS: Add entry for "dump verilog".
8385
8cd00c59
PMR
83862015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8387
8388 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8389 descriptive type when there is none.
8390
8900d71e
PP
83912015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8392
8393 * tui/tui-win.c (tui_async_resize_screen): Call
8394 rl_resize_terminal().
8395
f16eab5f
JT
83962015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8397
8398 * windows-nat.c (handle_output_debug_string): Don't change
8399 current_event.dwThreadId.
8400 (get_windows_debug_event): Use thread_id, rather than relying on
8401 current_event.dwThreadId being changed.
8402
68ffc902
JT
84032015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8404
8405 * windows-nat.c (windows_continue): Report an error if
8406 ContinueDebugEvent() fails.
8407
23942819
JT
84082015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8409
8410 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8411
e6ad66bd
JT
84122015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8413
8414 * windows-nat.c (get_windows_debug_event): Replace retval with
8415 thread_id throughout. Update stale comment.
8416
776704b9
JT
84172015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8418
8419 * windows-nat.c (get_windows_debug_event): Don't use ternary
8420 conditional operator.
8421
8aae4344
PM
84222015-04-21 Pierre Muller <muller@sourceware.org>
8423
8424 PR pascal/17815
8425 p-exp.y (yylex): Reorganize code to return the matched pattern
8426 for a field of this.
8427
819843c7
GB
84282015-04-21 Gary Benson <gbenson@redhat.com>
8429
8430 * common/fileio.h (fileio_to_host_openflags): New declaration.
8431 * common/fileio.c (fcntl.h): New include.
8432 (fileio_to_host_openflags): New function, factored out from...
8433 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8434 Single use updated.
8435
0bca7f99
KB
84362015-04-21 Kevin Buettner <kevinb@redhat.com>
8437
8438 * rl78-tdep.c (RL78_SP_ADDR): Define.
8439 (opc_reg_to_gdb_regnum): New static function.
8440 (rl78_analyze_prologue): Recognize instructions forming slightly
8441 more interesting prologues.
8442
e771e4be
PMR
84432015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8444
8445 Revert:
8446 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8447 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8448 TYPE_CODE_REF types so that they are not considered as dynamic
8449 depending on the referenced type.
8450 (resolve_dynamic_type_internal): Likewise.
8451
ee715b5a
PMR
84522015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8453
8454 Revert:
8455 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8456 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8457 "top_level" parameter.
8458 (resolve_dynamic_type_internal): Remove the unused "top_level"
8459 parameter. Update call to is_dynamic_type_internal.
8460 (is_dynamic_type): Update call to is_dynamic_type_internal.
8461 (resolve_dynamic_range): Update call to
8462 resolve_dynamic_type_internal.
8463 (resolve_dynamic_union): Likewise.
8464 (resolve_dynamic_struct): Likewise.
8465 (resolve_dynamic_type): Likewise.
8466
e31d7699
GKB
84672015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8468
8469 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8470 xmalloc.
8471
d214e5e7
TS
84722015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8473
110f9112
TS
8474 * reply_mig_hack.awk: Robustify parsing.
8475
d214e5e7
TS
8476 * reply_mig_hack.awk: Don't bother to declare an intermediate
8477 function pointer variable.
8478
8f61baf8
DE
84792015-04-17 Doug Evans <dje@google.com>
8480
8481 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8482 to "exec_displacement" to avoid confusion with inner use of the name.
8483
dbbf180a
YQ
84842015-04-17 Pedro Alves <palves@redhat.com>
8485
8486 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8487 if HW point of TYPE isn't supported.
8488
059790a0
YQ
84892015-04-17 Yao Qi <yao.qi@linaro.org>
8490 Pedro Alves <palves@redhat.com>
8491
8492 * target.h (target_can_use_hardware_watchpoint): Update comments.
8493 Remove trailing ";".
8494
1b6e6f5c
GB
84952015-04-17 Gary Benson <gbenson@redhat.com>
8496
8497 * remote.c (remote_add_inferior): New argument try_open_exec.
8498 If nonzero, attempt to open the inferior's executable file as
8499 the main executable if no main executable is open already.
8500 All callers updated.
8501 * NEWS: Mention that GDB now supports automatic location and
8502 retrieval of executable + files from remote targets.
8503
c78fa86a
GB
85042015-04-17 Gary Benson <gbenson@redhat.com>
8505
8506 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8507 * remote.c (PACKET_qXfer_exec_file): Likewise.
8508 (remote_protocol_features): Register the
8509 "qXfer:exec-file:read" feature.
8510 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8511 (remote_pid_to_exec_file): New function.
8512 (init_remote_ops): Initialize to_pid_to_exec_file.
8513 (_initialize_remote): Register new "set/show remote
8514 pid-to-exec-file-packet" command.
8515 * NEWS: Announce new qXfer:exec-file:read packet.
8516
e0d86d2c
GB
85172015-04-17 Gary Benson <gbenson@redhat.com>
8518
8519 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8520 New declaration.
8521 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8522 New function, factored out from...
8523 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8524
a9a5a3d1
GB
85252015-04-17 Gary Benson <gbenson@redhat.com>
8526
8527 * exec.c (solist.h): New include.
8528 (exec_file_locate_attach): Prefix absolute executable
8529 paths with gdb_sysroot if set.
8530 * NEWS: Mention that executable paths may be prepended
8531 with sysroot.
8532
af1900b0
GB
85332015-04-17 Gary Benson <gbenson@redhat.com>
8534
8535 * solist.h (exec_file_find): New declaration.
8536 * solib.c (solib_find_1): New function, factored out from...
8537 (solib_find): ...here.
8538 (exec_file_find): New function.
8539
a10de604
GB
85402015-04-17 Gary Benson <gbenson@redhat.com>
8541
8542 * gdbcore.h (exec_file_locate_attach): New declaration.
8543 * exec.c (exec_file_locate_attach): New function, factored
8544 out from...
8545 * infcmd.c (attach_command_post_wait): ...here.
8546
92209ddf
MF
85472015-04-17 Mike Frysinger <vapier@gentoo.org>
8548
8549 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8550
8550d3b3
YQ
85512015-04-16 Yao Qi <yao.qi@linaro.org>
8552
8553 * infrun.c (maybe_software_singlestep): Declare.
8554 (displaced_step_fixup): Call maybe_software_singlestep.
8555
30b3dd9d
DE
85562015-04-15 Doug Evans <dje@google.com>
8557
8558 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8559
61d96d7e
DE
85602015-04-15 Doug Evans <dje@google.com>
8561
8562 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8563
40d2f8d6
SM
85642015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8565
8566 * python/lib/gdb/command/unwinders.py: Add parentheses.
8567
6bbbba9b
YQ
85682015-04-15 Yao Qi <yao.qi@linaro.org>
8569
8570 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8571
2bb2dcab
YQ
85722015-04-15 Yao Qi <yao.qi@linaro.org>
8573
8574 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8575
41f071ef
YQ
85762015-04-15 Yao Qi <yao.qi@linaro.org>
8577
8578 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8579 dsc->insn_size instead of 4.
8580
326a5c7e
GB
85812015-04-14 Gary Benson <gbenson@redhat.com>
8582
8583 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8584 * minidebug.c (lzma_stat): Likewise.
8585 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8586 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8587
dd177e81
SS
85882015-04-13 Stan Shebs <stanshebs@google.com>
8589
8590 * MAINTAINERS: Update my email address.
8591
97de3545
JB
85922015-04-13 John Baldwin <jhb@FreeBSD.org>
8593
8594 * amd64-tdep.c (amd64_target_description): New function.
8595 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8596 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8597 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8598 x86 extended save area.
8599 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8600 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8601 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8602 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8603 "amd64fbsd_read_description".
8604 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8605 (amd64fbsd_supply_xstateregset): New function.
8606 (amd64fbsd_collect_xstateregset): New function.
8607 Add "amd64fbsd_xstateregset".
8608 (amd64fbsd_iterate_over_regset_sections): New function.
8609 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8610 "I386_FBSD_XSAVE_XCR0_OFFSET".
8611 Add "iterate_over_regset_sections" gdbarch method.
8612 Add "core_read_description" gdbarch method.
8613 * i386-tdep.c (i386_target_description): New function.
8614 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8615 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8616 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8617 x86 extended save area.
8618 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8619 * i386bsd-nat.h: Export i386bsd_xsave_len.
8620 * i386fbsd-nat.c (i386fbsd_read_description): New function.
8621 (_initialize_i386fbsd_nat): Set "to_read_description" to
8622 "i386fbsd_read_description".
8623 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8624 (i386fbsd_core_read_description): New function.
8625 (i386fbsd_supply_xstateregset): New function.
8626 (i386fbsd_collect_xstateregset): New function.
8627 Add "i386fbsd_xstateregset".
8628 (i386fbsd_iterate_over_regset_sections): New function.
8629 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8630 "I386_FBSD_XSAVE_XCR0_OFFSET".
8631 Add "iterate_over_regset_sections" gdbarch method.
8632 Add "core_read_description" gdbarch method.
8633 * i386fbsd-tdep.h: New file.
8634
4f45d445
JK
86352015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8636
8637 * NEWS (Changes since GDB 7.9): Add removed -xdb.
8638 * breakpoint.c (command_line_is_silent): Remove xdb_commands
8639 conditional.
8640 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8641 and lb.
8642 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8643 va.
8644 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8645 conditional.
8646 * defs.h (xdb_commands): Remove declaration.
8647 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8648 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8649 * infcmd.c (run_no_args_command, go_command): Remove.
8650 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8651 * infrun.c (xdb_handle_command): Remove.
8652 (_initialize_infrun): Remove xdb_commands for lz and z.
8653 * main.c (xdb_commands): Remove variable.
8654 (captured_main): Remove "xdb" from long_options.
8655 (print_gdb_help): Remove --xdb from help.
8656 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8657 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8658 * stack.c (backtrace_full_command, args_plus_locals_info)
8659 (current_frame_command): Remove.
8660 (_initialize_stack): Remove xdb_commands for t, T and l.
8661 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8662 * thread.c (_initialize_thread): Remove xdb_commands condition.
8663 * tui/tui-layout.c (tui_toggle_layout_command)
8664 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8665 (_initialize_tui_layout): Remove xdb_commands for td and ts.
8666 * tui/tui-regs.c (tui_scroll_regs_forward_command)
8667 (tui_scroll_regs_backward_command): Remove.
8668 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8669 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8670 (_initialize_tui_win): Remove xdb_commands for U and w.
8671 * utils.c (pagination_on_command, pagination_off_command): Remove.
8672 (initialize_utils): Remove xdb_commands for am and sm.
8673
cb71640d
PA
86742015-04-10 Pedro Alves <palves@redhat.com>
8675
8676 * infrun.c (displaced_step_fixup): Switch to the event ptid
8677 earlier. If the thread stopped for a watchpoint and the
8678 target/arch has non-continuable watchpoints, cancel the displaced
8679 step.
8680 (resume): Don't start a displaced step if in-line step-over info
8681 is valid.
8682
8f572e5c
PA
86832015-04-10 Pedro Alves <palves@redhat.com>
8684
8685 * infrun.c (displaced_step_in_progress): New function.
8686 (do_target_resume): Advise target to report all signals if
8687 displaced stepping.
8688
8d707a12
PA
86892015-04-10 Pedro Alves <palves@redhat.com>
8690
8691 PR gdb/18216
8692 * infrun.c (process_event_stop_test): Don't assume a step-resume
8693 is set if tp->stepped_breakpoint is true.
8694
ef713951
YQ
86952015-04-10 Yao Qi <yao.qi@linaro.org>
8696
8697 * arm-tdep.c (install_alu_reg): Update comment.
8698 (thumb_copy_alu_reg): Remove local variable rn. Update
8699 debugging message. Use r2 instead of r1 in the modified
8700 instruction.
8701
906d60cf
PA
87022015-04-10 Pedro Alves <palves@redhat.com>
8703
8704 PR gdb/13858
8705 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8706 linux_displaced_step_location as gdbarch_displaced_step_location
8707 hook.
8708 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8709 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8710 * linux-tdep.c (linux_displaced_step_location): New function,
8711 based on ppc_linux_displaced_step_location.
8712 * linux-tdep.h (linux_displaced_step_location): New declaration.
8713 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8714 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8715 Delete.
8716 (ppc_linux_init_abi): Install linux_displaced_step_location as
8717 gdbarch_displaced_step_location hook, even without Cell/B.E..
8718 (_initialize_ppc_linux_tdep): Don't install
8719 ppc_linux_inferior_created as inferior_created observer.
8720 * s390-linux-tdep.c (s390_gdbarch_init): Install
8721 linux_displaced_step_location as gdbarch_displaced_step_location
8722 hook.
8723
7823a941
GB
87242015-04-09 Gary Benson <gbenson@redhat.com>
8725
8726 * common/common-remote-fileio.h: Rename to...
8727 * common/fileio.h: ...this. Update all references.
8728 (remote_fileio_to_fio_error): Rename to...
8729 (host_to_fileio_error): ...this.
8730 (remote_fileio_to_be): Rename to...
8731 (host_to_bigendian): ...this. Update all callers.
8732 (remote_fileio_to_fio_uint): Rename to...
8733 (host_to_fileio_uint): ...this. Update all callers.
8734 (remote_fileio_to_fio_time): Rename to...
8735 (host_to_fileio_time): ...this. Update all callers.
8736 (remote_fileio_to_fio_stat): Rename to...
8737 (host_to_fileio_stat): ...this.
8738 Update all references.
8739 * common/common-remote-fileio.c: Rename to...
8740 * common/fileio.c: ...this. Update all references.
8741 (remote_fileio_to_fio_error): Rename to...
8742 (host_to_fileio_error): ...this. Update all callers.
8743 (remote_fileio_mode_to_target): Rename to...
8744 (fileio_mode_pack): ...this. Update all callers.
8745 (remote_fileio_to_fio_mode): Rename to...
8746 (host_to_fileio_mode): ...this. Update all callers.
8747 (remote_fileio_to_fio_ulong): Rename to...
8748 (host_to_fileio_ulong): ...this. Update all callers.
8749 (remote_fileio_to_fio_stat): Rename to...
8750 (host_to_fileio_stat): ...this. Update all callers.
8751
f2983cc3
AW
87522015-04-09 Andy Wingo <wingo@igalia.com>
8753
8754 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
8755 (frame_functions): Bind gdbscm_frame_read_register to
8756 frame-read-register.
8757 * guile/lib/gdb.scm (frame-read-register): Export.
8758
b88bb450
GB
87592015-04-09 Gary Benson <gbenson@redhat.com>
8760
8761 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
8762 New declaration.
8763 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
8764 New function, factored out the named functions below.
8765 * inf-child.c (gdb/fileio.h): Remove include.
8766 (common-remote-fileio.h): New include.
8767 (inf_child_errno_to_fileio_error): Remove function. Update
8768 all callers to use remote_fileio_to_fio_error.
8769 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
8770
2f2680f3
AW
87712015-04-09 Andy Wingo <wingo@igalia.com>
8772
8773 * MAINTAINERS (Write After Approval): Add Andy Wingo.
8774
5a2d4533
L
87752015-04-09 H.J. Lu <hongjiu.lu@intel.com>
8776
8777 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
8778 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
8779 * configure: Regenerated.
8780
421693b0
PA
87812015-04-09 Pedro Alves <palves@redhat.com>
8782
8783 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
8784 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
8785 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
8786 * gnulib/import/Makefile.am: Update.
8787 * gnulib/import/Makefile.in: Update.
8788 * gnulib/import/m4/gnulib-cache.m4: Update.
8789 * gnulib/import/m4/gnulib-comp.m4: Update.
8790 * gnulib/import/m4/strtok_r.m4: New file.
8791 * gnulib/import/strtok_r.c: New file.
8792
f543dc83
PA
87932015-04-09 Pedro Alves <palves@redhat.com>
8794
8795 * gnulib/update-gnulib.sh (aclocal version check): Filter out
8796 "called too early to check prototype".
8797
6d62641c
SDJ
87982015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
8799
8800 PR python/16699
8801 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
8802 use a caching mechanism. Adjust comments and code to reflect
8803 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
8804 (cmdpy_completer_handle_brkchars): Adjust call to
8805 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
8806 (cmdpy_completer): Likewise.
8807
85558555
YQ
88082015-04-08 Yao Qi <yao.qi@linaro.org>
8809
8810 * spu-tdep.c (spu_gdbarch_init): Don't call
8811 set_gdbarch_cannot_step_breakpoint.
8812
d249a14a
SDJ
88132015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
8814
8815 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
8816
8a06aea7
PA
88172015-04-07 Pedro Alves <palves@redhat.com>
8818
8819 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
8820 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
8821 (delete_exited_threads): New declaration.
8822 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
8823 * linux-nat.c (linux_nat_update_thread_list): New function.
8824 (linux_nat_add_target): Install it.
8825 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
8826 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
8827 (delete_exited_threads): New function.
8828
d9b67d9f
PA
88292015-04-07 Pedro Alves <pedro@codesourcery.com>
8830
8831 * infrun.c (resume) <displaced stepping debug output>: Get the
8832 leader thread's regcache, not resume_ptid's.
8833
2c26b84f
DE
88342015-04-06 Doug Evans <xdje42@gmail.com>
8835
8836 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
8837 VAR_DOMAIN.
8838 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
8839 Include symbol domain in debugging output.
8840
7a85168d
PA
88412015-04-06 Pedro Alves <palves@redhat.com>
8842 Bernd Edlinger <bernd.edlinger@hotmail.de>
8843
8844 * configure.ac: Remove the mingw32-specific stub-termcap.o
8845 fallback, and instead fallback to the stub termcap on all hosts.
8846 * configure: Regenerate.
8847 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
8848 symbols.
8849
25755e2b
PMR
88502015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8851
8852 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8853 "top_level" parameter.
8854 (resolve_dynamic_type_internal): Remove the unused "top_level"
8855 parameter. Update call to is_dynamic_type_internal.
8856 (is_dynamic_type): Update call to is_dynamic_type_internal.
8857 (resolve_dynamic_range): Update call to
8858 resolve_dynamic_type_internal.
8859 (resolve_dynamic_union): Likewise.
8860 (resolve_dynamic_struct): Likewise.
8861 (resolve_dynamic_type): Likewise.
8862
961f4160
PMR
88632015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8864
8865 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8866 TYPE_CODE_REF types so that they are not considered as dynamic
8867 depending on the referenced type.
8868 (resolve_dynamic_type_internal): Likewise.
8869
39f3de7c
L
88702015-04-02 H.J. Lu <hongjiu.lu@intel.com>
8871
8872 * Makefile.in (top_srcdir): New.
8873 * configure: Regenerated.
8874
599bd15c
GB
88752015-04-02 Gary Benson <gbenson@redhat.com>
8876
8877 * NEWS: Announce the new default sysroot of "target:".
8878
fed040c6
GB
88792015-04-02 Gary Benson <gbenson@redhat.com>
8880
8881 * main.c (captured_main): Set gdb_sysroot to "target:"
8882 if not otherwise set.
8883
64c0b5de
GB
88842015-04-02 Gary Benson <gbenson@redhat.com>
8885
8886 * exec.c (exec_file_attach): Support "target:" filenames.
8887
b57fbfba
GB
88882015-04-02 Gary Benson <gbenson@redhat.com>
8889
8890 * solib.c (solib_find): Strip "target:" prefix from sysroot
8891 if accessing local files.
8892
97a41605
GB
88932015-04-02 Gary Benson <gbenson@redhat.com>
8894
8895 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
8896 checks and error messages.
8897
2938e6cf
GB
88982015-04-02 Gary Benson <gbenson@redhat.com>
8899
8900 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
8901 (remote_filename_p): Remove declaration.
8902 (remote_bfd_open): Likewise.
8903 * remote.c (remote_bfd_iovec_open): Remove function.
8904 (remote_bfd_iovec_close): Likewise.
8905 (remote_bfd_iovec_pread): Likewise.
8906 (remote_bfd_iovec_stat): Likewise.
8907 (remote_filename_p): Likewise.
8908 (remote_bfd_open): Likewise.
8909 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
8910 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
8911 (gdb_bfd_open_maybe_remote): Remove function.
8912 (symfile_bfd_open): Replace remote filename check with
8913 target filename check.
8914 (reread_symbols): Use gdb_bfd_open.
8915 * build-id.c (gdbcore.h): New include.
8916 (build_id_to_debug_bfd): Use gdb_bfd_open.
8917 * infcmd.c (attach_command_post_wait): Remove remote filename
8918 check.
8919 * solib.c (solib_find): Replace remote-specific handling with
8920 target-specific handling. Update comments where necessary.
8921 (solib_bfd_open): Replace remote-specific handling with
8922 target-specific handling.
8923 (gdb_sysroot_changed): New function.
8924 (_initialize_solib): Call the above when gdb_sysroot changes.
8925 * windows-tdep.c (gdbcore.h): New include.
8926 (windows_xfer_shared_library): Use gdb_bfd_open.
8927
f08e97fe
GB
89282015-04-02 Gary Benson <gbenson@redhat.com>
8929
8930 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
8931 (is_target_filename): New declaration.
8932 (gdb_bfd_has_target_filename): Likewise.
8933 (gdb_bfd_open): Update documentation comment.
8934 * gdb_bfd.c (target.h): New include.
8935 (gdb/fileio.h): Likewise.
8936 (is_target_filename): New function.
8937 (gdb_bfd_has_target_filename): Likewise.
8938 (fileio_errno_to_host): Likewise.
8939 (gdb_bfd_iovec_fileio_open): Likewise.
8940 (gdb_bfd_iovec_fileio_pread): Likewise.
8941 (gdb_bfd_iovec_fileio_close): Likewise.
8942 (gdb_bfd_iovec_fileio_fstat): Likewise.
8943 (gdb_bfd_open): Use target fileio to access paths prefixed
8944 with "target:" where necessary.
8945
4bd7dc42
GB
89462015-04-02 Gary Benson <gbenson@redhat.com>
8947
8948 * target.h (struct target_ops) <to_filesystem_is_local>:
8949 New field.
8950 (target_filesystem_is_local): New macro.
8951 * target-delegates.c: Regenerate.
8952 * remote.c (remote_filesystem_is_local): New function.
8953 (init_remote_ops): Initialize to_filesystem_is_local.
8954
9b15c1f0
GB
89552015-04-02 Gary Benson <gbenson@redhat.com>
8956
8957 * target.h (struct target_ops) <to_fileio_fstat>: New field.
8958 (target_fileio_fstat): New declaration.
8959 * target.c (target_fileio_fstat): New function.
8960 * inf-child.c (inf_child_fileio_fstat): Likewise.
8961 (inf_child_target): Initialize to_fileio_fstat.
8962 * remote.c (init_remote_ops): Likewise.
8963
d11916aa
SS
89642015-04-01 Sasha Smundak <asmundak@google.com>
8965
8966 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
8967 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
8968 (py-unwind.o): New recipe.
8969 * NEWS: mention Python frame unwinding.
8970 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
8971 gdb/unwinder.py and gdb/command/unwinder.py
8972 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
8973 list.
8974 (execute_unwinders): New function.
8975 * python/lib/gdb/command/unwinders.py: New file.
8976 * python/lib/gdb/unwinder.py: New file.
8977 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
8978 (objfpy_dealloc): Decrement frame_unwinders reference count.
8979 (objfpy_initialize): Create frame_unwinders list.
8980 (objfpy_get_frame_unwinders): New function.
8981 (objfpy_set_frame_unwinders): Ditto.
8982 (objfile_getset): Add frame_unwinders attribute to Objfile.
8983 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
8984 (pspy_dealloc): Decrement frame_unwinders reference count.
8985 (pspy_initialize): Create frame_unwinders list.
8986 (pspy_get_frame_unwinders): New function.
8987 (pspy_set_frame_unwinders): Ditto.
8988 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
8989 * python/py-unwind.c: New file.
8990 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
8991 (objpy_get_frame_unwinders): New prototype.
8992 (gdbpy_initialize_unwind): New prototype.
8993 * python/python.c (gdbpy_apply_type_printers): Call
8994 gdbpy_initialize_unwind.
8995
6b403daa
PA
89962015-04-01 Pedro Alves <palves@redhat.com>
8997
8998 * infrun.c (resume): Check currently_stepping after clearing
8999 stepped_breakpoint, not before.
9000
1176ecec
PA
90012015-04-01 Pedro Alves <palves@redhat.com>
9002
9003 * infrun.c (print_target_wait_results): Print all the ptid
9004 elements.
9005
de1fe8c8
PA
90062015-04-01 Pedro Alves <palves@redhat.com>
9007
9008 * infrun.c (keep_going): Also discard cleanups if inserting
9009 breakpoints fails.
9010
e6f5c25b
PA
90112015-04-01 Pedro Alves <palves@redhat.com>
9012
9013 * infrun.c (wait_for_inferior): Install the
9014 finish_thread_state_cleanup cleanup across the whole function, not
9015 just around handle_inferior_event.
9016
1ac806b8
PA
90172015-04-01 Pedro Alves <palves@redhat.com>
9018
9019 * infrun.c (resume) <step past permanent breakpoint>: Use
9020 do_target_resume.
9021
2ee52aa4
PA
90222015-04-01 Pedro Alves <palves@redhat.com>
9023
9024 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9025
5445da1b
PMR
90262015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9027
9028 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9029
4eec2deb
PA
90302015-04-01 Pedro Alves <palves@redhat.com>
9031
9032 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9033 list if it was marked exited.
9034
afa59b79
L
90352015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9036
9037 * configure: Regenerated.
9038
df8411da
SDJ
90392015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9040 Jan Kratochvil <jan.kratochvil@redhat.com>
9041 Oleg Nesterov <oleg@redhat.com>
9042
9043 PR corefiles/16092
9044 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9045 New enum identifying the various options of the coredump_filter
9046 file.
9047 (struct smaps_vmflags): New struct.
9048 (use_coredump_filter): New variable.
9049 (decode_vmflags): New function.
9050 (mapping_is_anonymous_p): Likewise.
9051 (dump_mapping_p): Likewise.
9052 (linux_find_memory_regions_full): New variables
9053 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9054 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9055 parsing of its information. Implement memory mapping filtering
9056 based on its contents.
9057 (show_use_coredump_filter): New function.
9058 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9059 * NEWS: Mention the possibility of using the
9060 '/proc/PID/coredump_filter' file when generating a corefile.
9061 Mention new command 'set use-coredump-filter'.
9062
416f679e
SDJ
90632015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9064
9065 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9066 read_memory_unsigned_integer.
9067
711a72d3
L
90682015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9069
9070 * Makefile.in (ZLIB): New.
9071 (ZLIBINC): Likewise.
9072 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9073 (CLIBS): Add $(ZLIB).
9074 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9075 Add -lz to LIBS.
9076 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9077 * top.c (print_gdb_configuration): Remove --with-zlib and
9078 --without-zlib.
9079 * config.in: Regenerated.
9080 * configure: Likewise.
9081
d33279b3
AT
90822015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9083
9084 * NEWS: Mention info os cpus support.
9085 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9086 (struct osdata_type): Add cpus entry, reorder the entries in
9087 alphabetical order.
9088
71b30f27
MK
90892015-03-31 Matthias Klose <doko@ubuntu.com>
9090
9091 * compile/compile.c (compile_to_object): Allow triplets with or
9092 without vendor set.
9093
13ce9222
DE
90942015-03-30 Doug Evans <dje@google.com>
9095
9096 PR c++/18141
9097 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9098 klass in VAR_DOMAIN.
9099
20f796c9
GB
91002015-03-30 Gary Benson <gbenson@redhat.com>
9101
9102 * remote.c (remote_mourn_1): Remove function. Update all callers
9103 to use remote_mourn.
9104 (extended_remote_mourn_1): Remove function. Update all callers
9105 to use extended_remote_mourn.
9106 (extended_remote_attach_1): Remove function. Update all callers
9107 to use extended_remote_attach.
9108
49d45b20
JB
91092015-03-28 James Bowman <james.bowman@ftdichip.com>
9110
9111 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9112 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9113 (ALLDEPFILES): Add ft32-tdep.c.
9114 * configure.tgt: Add FT32 entry.
9115 * ft32-tdep.c: New file, FT32 target-dependent code.
9116 * ft32-tdep.h: New file, FT32 target-dependent code.
9117
1c4ff080
JK
91182015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9119
9120 Revert:
9121 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9122 Code cleanup.
9123 * printcmd.c (print_command_1): Move expr variable scope.
9124
79498702
JB
91252015-03-27 Joel Brobecker <brobecker@adacore.com>
9126
9127 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9128
ce9c0ca1
AK
91292015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9130
9131 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9132 sections.
9133
429e1e81
JB
91342015-03-26 Joel Brobecker <brobecker@adacore.com>
9135
9136 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9137 exception raised while parsing the probe arguments.
9138 Force parsing to be done using the C language parser.
9139 * expression.h (parse_expression_with_language): Declare.
9140 * parse.c (parse_expression_with_language): New function.
9141
4593441b
JT
91422015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9143
9144 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9145
ff908ebf
AW
91462015-03-26 Andy Wingo <wingo@igalia.com>
9147
9148 PR symtab/18148
9149 * dwarf2read.c (struct partial_die_info): Add has_const_value
9150 member.
9151 (add_partial_symbol): Don't punt on symbols that have const_value
9152 attributes.
9153 (read_partial_die): Detect DW_AT_const_value.
9154
f30d5c78
JK
91552015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9156
9157 Code cleanup.
9158 * printcmd.c (print_command_1): Move expr variable scope.
9159
8d89f51a
JK
91602015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9161
9162 Code cleanup.
9163 * printcmd.c (validate_format): Make the parameter cmdname const.
9164
0b736949
DB
91652015-03-26 Don Breazeal <donb@codesourcery.com>
9166
9167 * remote.c (_initialize_remote): Update comment.
9168
20d35291
PA
91692015-03-26 Pedro Alves <palves@redhat.com>
9170 Jon TURNEY <jon.turney@dronecode.org.uk>
9171
9172 * coffread.c (coff_symfile_read): When constructing the name of an
9173 import stub symbol from import symbol for amd64, only skip the
9174 char after _imp_ if the target is underscored (like i386) and the
9175 char is indeed the target's leading char.
9176
6a3753b3
PA
91772015-03-25 Pedro Alves <palves@redhat.com>
9178
9179 * target.h <to_async>: Replace 'callback' and 'context' parameters
9180 with boolean 'enable' parameter.
9181 (target_async): Replace CALLBACK and CONTEXT parameters with
9182 boolean ENABLE parameter.
9183 * inf-loop.c (inferior_event_handler): Adjust.
9184 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9185 (linux_nat_resume): Adjust.
9186 (async_client_callback, async_client_context): Delete.
9187 (handle_target_event): Call inferior_event_handler directly.
9188 (linux_nat_async): Replace 'callback' and 'context' parameters
9189 with boolean 'enable' parameter. Adjust. Remove references to
9190 async_client_callback and async_client_context.
9191 (linux_nat_close): Adjust.
9192 * record-btrace.c (record_btrace_async): Replace 'callback' and
9193 'context' parameters with boolean 'enable' parameter. Adjust.
9194 (record_btrace_resume): Adjust.
9195 * record-full.c (record_full_async): Replace 'callback' and
9196 'context' parameters with boolean 'enable' parameter. Adjust.
9197 (record_full_resume, record_full_core_resume): Adjust.
9198 * remote.c (struct remote_state) <async_client_callback,
9199 async_client_context>: Delete fields.
9200 (remote_start_remote, extended_remote_attach_1, remote_resume)
9201 (extended_remote_create_inferior): Adjust.
9202 (remote_async_serial_handler): Call inferior_event_handler
9203 directly.
9204 (remote_async): Replace 'callback' and 'context' parameters with
9205 boolean 'enable' parameter. Adjust.
9206 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9207 Adjust.
9208 * target-delegates.c: Regenerate.
9209
1c4b552b
GB
92102015-03-25 Gary Benson <gbenson@redhat.com>
9211 Pedro Alves <palves@redhat.com>
9212
9213 * target.c (fileio_ft_t): New typedef, define object vector.
9214 (fileio_fhandles): New static variable.
9215 (is_closed_fileio_fh): New macro.
9216 (lowest_closed_fd): New static variable.
9217 (acquire_fileio_fd): New function.
9218 (release_fileio_fd): Likewise.
9219 (fileio_fd_to_fh): New macro.
9220 (target_fileio_open): Wrap the file descriptor on success.
9221 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9222 (target_fileio_pread): Likewise.
9223 (target_fileio_close): Likewise.
9224
a25d8bf9
PA
92252015-03-24 Pedro Alves <palves@redhat.com>
9226
9227 * thread.c (thread_apply_all_command): Take exited threads into
9228 account.
9229
44a1ee51
PA
92302015-03-24 Pedro Alves <palves@redhat.com>
9231
9232 * infrun.c (resume, proceed): Mention
9233 switch_back_to_stepped_thread, not switch_back_to_stepping.
9234
f3263aa4
PA
92352015-03-24 Pedro Alves <palves@redhat.com>
9236
9237 * infrun.c (user_visible_resume_ptid): Rewrite going from
9238 most-locked to unlocked instead of the opposite. Move comment ...
9239 * infrun.h (user_visible_resume_ptid): ... here.
9240
2bf6fb9d
PA
92412015-03-24 Pedro Alves <palves@redhat.com>
9242
9243 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9244 to resume the event lwp. Use the lwp's ptid instead of the passed
9245 in (maybe wildcard) ptid.
9246 (stop_wait_callback): Tweak debug log output.
9247 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9248 TRAP_TRACE.
9249 (linux_nat_filter_event): In debug output, distinguish a
9250 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9251 before trying to resume the lwp.
9252
283a9958
JB
92532015-03-24 Joel Brobecker <brobecker@adacore.com>
9254
9255 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9256 pointer indirection.
9257 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9258 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9259
93a8e227
JB
92602015-03-24 Joel Brobecker <brobecker@adacore.com>
9261
9262 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9263 Renames DYN_ATTR_DATA_LOCATION.
9264 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9265 DYN_ATTR_DATA_LOCATION.
9266 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9267 instead of DYN_ATTR_DATA_LOCATION.
9268
64ce06e4
PA
92692015-03-24 Pedro Alves <palves@redhat.com>
9270
9271 * breakpoint.c (until_break_command): Adjust call to proceed.
9272 * gdbthread.h (struct thread_control_state) <stepping_command>:
9273 New field.
9274 * infcall.c (run_inferior_call): Adjust call to proceed.
9275 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9276 Adjust calls to proceed.
9277 (set_step_frame): Set the current thread's step_start_function
9278 here.
9279 (step_once): Adjust calls to proceed.
9280 (jump_command, signal_command, until_next_command)
9281 (finish_backward, finish_forward, proceed_after_attach_callback)
9282 (attach_command_post_wait): Adjust calls to proceed.
9283 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9284 (do_target_resume): New function, factored out from ...
9285 (resume): ... here. Remove 'step' parameter. Instead, check
9286 currently_stepping to determine whether the thread should be
9287 single-stepped.
9288 (proceed): Remove 'step' parameter and don't set the thread's
9289 step_start_function here. Adjust call to 'resume'.
9290 (handle_inferior_event): Adjust calls to 'resume'.
9291 (switch_back_to_stepped_thread): Use do_target_resume instead of
9292 'resume'.
9293 (keep_going): Adjust calls to 'resume'.
9294 * infrun.h (proceed): Remove 'step' parameter.
9295 (resume): Likewise.
9296 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9297 'resume'.
9298 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9299
856e7dd6
PA
93002015-03-24 Pedro Alves <palves@redhat.com>
9301
9302 * gdbthread.h (struct thread_control_state) <stepping_command>:
9303 New field.
9304 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9305 the thread's stepping_command field.
9306 * infrun.c (resume): Check the thread's stepping_command flag to
9307 determine which threads should be resumed. Rename 'entry_step'
9308 local to user_step.
9309 (clear_proceed_status_thread): Clear 'stepping_command'.
9310 (schedlock_applies): Change parameter type to struct thread_info
9311 pointer. Adjust.
9312 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9313 (switch_back_to_stepped_thread): Adjust calls to
9314 'schedlock_applies'.
9315 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9316
885eeb5b
PA
93172015-03-24 Pedro Alves <palves@redhat.com>
9318
9319 * infrun.c (step_start_function): Delete and ...
9320 * gdbthread.h (struct thread_control_state) <step_start_function>:
9321 ... now a field here.
9322 * infrun.c (clear_proceed_status_thread): Clear the thread's
9323 step_start_function.
9324 (proceed, process_event_stop_test, print_stop_event): Adjust.
9325
3333f03a
PA
93262015-03-24 Pedro Alves <palves@redhat.com>
9327
9328 * infrun.c (proceed): No longer handle negative step.
9329
369f6daa
GB
93302015-03-24 Gary Benson <gbenson@redhat.com>
9331
9332 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9333 (x86_linux_prepare_to_resume): Likewise.
9334 * x86-linux-nat.c (x86_linux_new_thread):
9335 Moved to nat/x86-linux.c.
9336 (x86_linux_prepare_to_resume): Likewise.
9337 * nat/x86-linux.c (x86_linux_new_thread): New function.
9338 (x86_linux_prepare_to_resume): Likewise.
9339
8e5d4070
GB
93402015-03-24 Gary Benson <gbenson@redhat.com>
9341
9342 * nat/x86-linux-dregs.h: New file.
9343 * nat/x86-linux-dregs.c: Likewise.
9344 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9345 (x86-linux-dregs.o): New rule.
9346 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9347 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9348 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9349 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9350 (x86_linux_dr_get): Likewise.
9351 (x86_linux_dr_set): Likewise.
9352 (x86_linux_dr_get_addr): Likewise.
9353 (x86_linux_dr_get_control): Likewise.
9354 (x86_linux_dr_get_status): Likewise.
9355 (update_debug_registers_callback): Likewise.
9356 (x86_linux_dr_set_control): Likewise.
9357 (x86_linux_dr_set_addr): Likewise.
9358 (x86_linux_update_debug_registers): Likewise.
9359
2b95d440
GB
93602015-03-24 Gary Benson <gbenson@redhat.com>
9361
9362 * x86-linux-nat.c (x86_linux_update_debug_registers):
9363 New function, factored out from...
9364 (x86_linux_prepare_to_resume): ...this.
9365
14b0bc68
GB
93662015-03-24 Gary Benson <gbenson@redhat.com>
9367
9368 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9369 (x86_linux_dr_set): Likewise.
9370 (x86_linux_dr_get_addr): Likewise.
9371 (x86_linux_dr_get_control): Likewise.
9372 (x86_linux_dr_get_status): Likewise.
9373 (update_debug_registers_callback): Likewise.
9374 (x86_linux_dr_set_control): Likewise.
9375 (x86_linux_dr_set_addr): Likewise.
9376 (x86_linux_prepare_to_resume): Likewise.
9377 (x86_linux_new_thread): Likewise.
9378
5dfe6ca8
GB
93792015-03-24 Gary Benson <gbenson@redhat.com>
9380
9381 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9382 (x86_linux_new_thread): Rename argument.
9383
4b134ca1
GB
93842015-03-24 Gary Benson <gbenson@redhat.com>
9385
9386 * nat/x86-linux.h: New file.
9387 * nat/x86-linux.c: Likewise.
9388 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9389 (x86-linux.o): New rule.
9390 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9391 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9392 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9393 (lwp_set_arch_private_info): New declaration.
9394 (lwp_arch_private_info): Likewise.
9395 * linux-nat.c (lwp_set_arch_private_info): New function.
9396 (lwp_arch_private_info): Likewise.
9397 * x86-linux-nat.c: Include nat/x86-linux.h.
9398 (arch_lwp_info): Removed structure.
9399 (update_debug_registers_callback):
9400 Use lwp_set_debug_registers_changed.
9401 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9402 and lwp_set_debug_registers_changed.
9403 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9404
cff068da
GB
94052015-03-24 Gary Benson <gbenson@redhat.com>
9406
9407 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9408 (lwp_is_stopped): Likewise.
9409 (lwp_stop_reason): Likewise.
9410 * linux-nat.c (ptid_of_lwp): New function.
9411 (lwp_is_stopped): Likewise.
9412 (lwp_is_stopped_by_watchpoint): Likewise.
9413 * x86-linux-nat.c (update_debug_registers_callback):
9414 Use lwp_is_stopped.
9415 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9416 lwp_stop_reason.
9417
b2f7c7e8
GB
94182015-03-24 Gary Benson <gbenson@redhat.com>
9419
9420 * linux-nat.h (linux_stop_lwp): Move declaration to...
9421 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9422
6d4ee8c6
GB
94232015-03-24 Gary Benson <gbenson@redhat.com>
9424
9425 * linux-nat.h: Include nat/linux-nat.h.
9426 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9427 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9428 (iterate_over_lwps_ftype): New typedef.
9429 (iterate_over_lwps): New declaration.
9430 * linux-nat.h (iterate_over_lwps): Update comment. Use
9431 iterate_over_lwps_ftype. Update callback return value check.
9432
70a0bb6b
GB
94332015-03-24 Gary Benson <gbenson@redhat.com>
9434
9435 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9436 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9437
7b669087
GB
94382015-03-24 Gary Benson <gbenson@redhat.com>
9439
9440 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9441 * linux-nat.c (current_lwp_ptid): New function.
9442 * x86-linux-nat.c: Include nat/linux-nat.h.
9443 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9444 (x86_linux_dr_get_control): Likewise.
9445 (x86_linux_dr_get_status): Likewise.
9446 (x86_linux_dr_set_control): Likewise.
9447 (x86_linux_dr_set_addr): Likewise.
9448
15630549
AT
94492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9450
9451 PR breakpoints/16466
9452 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9453
8a4506c0
JB
94542015-03-23 Joel Brobecker <brobecker@adacore.com>
9455
9456 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9457 * ser-unix.c (hardwire_setparity): Likewise.
9458
236af5e3
YG
94592015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9460
9461 * NEWS: Mention set/show serial parity command.
9462 * monitor.c (monitor_open): Call serial_setparity.
9463 * remote.c (remote_open_1): Likewise.
9464 * ser-base.c (ser_base_serparity): New function.
9465 * ser-base.h (ser_base_setparity): Add declaration.
9466 * ser-go32.c (dos_ops): Set "setparity" field.
9467 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9468 state.Parity.
9469 (ser_windows_setparity): New function.
9470 (hardwire_ops): Add ser_windows_setparity.
9471 (tty_ops): Add NULL for setparity field.
9472 (pipe_ops): Add ser_base_setparity.
9473 (tcp_ops): Likewise.
9474 * ser-pipe.c (pipe_ops): Likewise.
9475 * ser-tcp.c (tcp_ops): Likewise.
9476 * ser-unix.c (hardwire_setparity): Add declaration.
9477 (hardwire_raw): Don't reset PARENB flag.
9478 (hardwire_setparity): New function.
9479 (hardwire_ops): Add hardwire_setparity.
9480 * serial.c (serial_setparity): New function.
9481 (serial_parity): New global.
9482 (parity_none, parity_odd, parity_even, parity_enums, parity):
9483 New static globals.
9484 (set_parity): New function.
9485 (_initialize_serial): Add set/show serial parity commands.
9486 * serial.h (GDBPARITY_NONE): Define.
9487 (GDBPARITY_ODD): Define.
9488 (GDBPARITY_EVEN): Define.
9489 (serial_setparity) Add declaration.
9490 (struct serial_ops): Add setparity field.
9491 * target.h (serial_parity): Add declaration.
9492
32b40af9
KS
94932015-03-23 Keith Seitz <keiths@redhat.com>
9494
9495 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9496
693dca06
KS
94972015-03-23 Keith Seitz <keiths@redhat.com>
9498
9499 * breakpoint.c (parse_breakpoint_sals): Use
9500 linespec_lexer_lex_keyword to ascertain if the user specified
9501 a NULL location.
9502 * linespec.c [IF_KEYWORD_INDEX]: Define.
9503 (linespec_lexer_lex_keyword): Export.
9504 (struct ls_parser) <keyword_ok>: Remove.
9505 A keyword is only a keyword if not followed by another keyword.
9506 (linespec_lexer_lex_one): Remove keyword_ok handling.
9507 Add comment explaining why the parsing stream is not advanced
9508 when a keyword is seen.
9509 (parse_linespec): Remove parser->keyword_ok.
9510 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9511
7e993ebf
KS
95122015-03-23 Keith Seitz <keiths@redhat.com>
9513
9514 PR gdb/18021
9515 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9516 if we find a static method with DW_AT_vtable_elem_location.
9517
b1a0f704
EZ
95182015-03-21 Eli Zaretskii <eliz@gnu.org>
9519
9520 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9521 before the second loop, to avoid undefined behavior. Reported by
9522 Anton Blanchard <anton@samba.org>.
9523
d9823cbb
KB
95242015-03-20 Keven Boell <keven.boell@intel.com>
9525
9526 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9527 data_location usage to linked list.
9528 (resolve_dynamic_type_internal): Adapt data_location to
9529 linked list.
9530 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9531 (copy_type_recursive, copy_type): Add copy of linked list.
9532 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9533 (struct dynamic_prop_list): New struct.
9534 * dwarf2read.c (set_die_type): Set data_location data.
9535
2e7bf1d7
PA
95362015-03-20 Pedro Alves <palves@redhat.com>
9537
9538 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9539 inner block and make it const.
9540 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9541
7a26bd4d
PA
95422015-03-20 Pedro Alves <palves@redhat.com>
9543
9544 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9545 * breakpoint.h (set_breakpoint_condition): Update declaration.
9546
cd46431b
PA
95472015-03-20 Pedro Alves <palves@redhat.com>
9548
9549 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9550
e28566f7
PA
95512015-03-20 Pedro Alves <palves@redhat.com>
9552
9553 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9554
f6fc92f6
PA
95552015-03-20 Pedro Alves <palves@redhat.com>
9556
9557 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9558
c32ed3ef
PA
95592015-03-20 Pedro Alves <palves@redhat.com>
9560
9561 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9562 (nto_init_solib_absolute_prefix): Likewise.
9563
53e78085
PA
95642015-03-20 Pedro Alves <palves@redhat.com>
9565
9566 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9567 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9568
bc23328c
JK
95692015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9570
9571 * config/djgpp/README: Remove gdb.hp.
9572
e8ffc436
YQ
95732015-03-20 Yao Qi <yao.qi@linaro.org>
9574
9575 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9576 set_gdbarch_cannot_step_breakpoint.
9577
23f238d3
PA
95782015-03-19 Pedro Alves <palves@redhat.com>
9579
9580 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9581 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9582 instead call perror_with_name.
9583 (check_ptrace_stopped_lwp_gone): New function.
9584 (linux_resume_one_lwp): Reimplement as wrapper around
9585 linux_resume_one_lwp_throw that swallows errors if the LWP is
9586 gone.
9587 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9588 swallows errors if the LWP is gone. Use
9589 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9590
eb54c8bf
PA
95912015-03-19 Pedro Alves <palves@redhat.com>
9592
9593 * linux-nat.c (status_callback): Return early if the LWP has no
9594 status pending.
9595
b90fc188
PA
95962015-03-19 Pedro Alves <palves@redhat.com>
9597
9598 * linux-nat.c (select_event_lwp_callback): Update comment to no
9599 longer mention SIGTRAP.
9600
670f82d4
TG
96012015-03-18 Tristan Gingold <gingold@adacore.com>
9602
72f4393d
L
9603 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9604 redirection code to ...
9605 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9606 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 9607
464b0089
GB
96082015-03-18 Gary Benson <gbenson@redhat.com>
9609
9610 (remote_protocol_features): Remove the "vFile:fstat" feature.
9611 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9612
f68f11b7
YQ
96132015-03-11 Yao Qi <yao.qi@linaro.org>
9614
9615 PR tdep/18107
9616 * aarch64-linux-tdep.c: Include xml-syscall.h
9617 (aarch64_linux_get_syscall_number): New function.
9618 (aarch64_linux_init_abi): Call
9619 set_gdbarch_get_syscall_number.
9620 * syscalls/aarch64-linux.xml: New file.
9621
393bd0c0
YG
96222015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9623
9624 * ser-base.h (ser_base_setstopbits): Change second argument name
9625 from "rate" to "num".
9626
7f3647e2
GB
96272015-03-17 Gary Benson <gbenson@redhat.com>
9628 Luke Allardyce <lukeallardyce@gmail.com>
9629
9630 PR gdb/18131
9631 * common/common-remote-fileio.h (sys/stat.h): New include.
9632 (stuct stat): Remove forward declaration.
9633
3ce5b6e2
JB
96342015-03-16 John Baldwin <jhb@FreeBSD.org>
9635
9636 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9637 before writing core register notes.
9638
d053f6be
YZ
96392015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9640 Pedro Alves <palves@redhat.com>
9641
9642 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9643 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9644 (tgoto): Wrap with extern "C".
9645
b1a921c8
PA
96462015-03-16 Pedro Alves <palves@redhat.com>
9647 Yuanhui Zhang <asmwarrior@gmail.com>
9648
9649 * stub-termcap.c (tputs): Change prototype.
9650
876d1cd7
YZ
96512015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9652 Pedro Alves <palves@redhat.com>
9653
9654 * windows-nat.c (struct thread_info_struct): Rename to ...
9655 (struct windows_thread_info_struct): ... this.
9656 (thread_info): Rename to ...
9657 (windows_thread_info): ... this.
9658 All users updated.
9659
0800b440
JK
96602015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9661 Pedro Alves <palves@redhat.com>
9662
9663 * NEWS: New Removed targets and native configurations.
9664
96652015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
9666
9667 Remove HPUX.
9668 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9669 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9670 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9671 ia64-hpux-tdep.h, solib-ia64-hpux.h.
9672 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9673 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9674 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9675 hppa-hpux-tdep.c.
9676 * config/ia64/hpux.mh: Remove file.
9677 * config/pa/hpux.mh: Remove file.
9678 * configure: Rebuilt.
9679 * configure.ac (dlgetmodinfo, somread.o): Remove.
9680 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9681 (ia64-*-hpux*): Remove its float format exception.
9682 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9683 * hppa-hpux-nat.c: Remove file.
9684 * hppa-hpux-tdep.c: Remove file.
9685 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9686 Move them here from hppa-tdep.h
9687 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9688 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9689 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9690 Move them to hppa-tdep.c.
9691 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9692 declarations.
9693 * ia64-hpux-nat.c: Remove file.
9694 * ia64-hpux-tdep.c: Remove file.
9695 * ia64-hpux-tdep.h: Remove file.
9696 * inf-ttrace.c: Remove file.
9697 * inf-ttrace.h: Remove file.
9698 * solib-ia64-hpux.c: Remove file.
9699 * solib-ia64-hpux.h: Remove file.
9700 * solib-pa64.c: Remove file.
9701 * solib-pa64.h: Remove file.
9702 * solib-som.c: Remove file.
9703 * solib-som.h: Remove file.
9704 * somread.c: Remove file.
9705
25268153
JB
97062015-03-13 John Baldwin <jhb@FreeBSD.org>
9707
9708 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9709 * config.in: Regenerate.
9710 * configure: Regenerate.
9711 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 9712 define.
25268153
JB
9713 (fbsd_find_memory_regions): Use kinfo_getvmmap to
9714 enumerate memory regions if present.
9715
773eacf5
JB
97162015-03-13 John Baldwin <jhb@FreeBSD.org>
9717
9718 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9719 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9720 expressions.
9721 (i386fbsd_sigtramp_p): Likewise.
9722
01b6bdb0
JB
97232015-03-12 John Baldwin <jhb@FreeBSD.org>
9724
9725 * MAINTAINERS (Write After Approval): Add John Baldwin.
9726
811a659a
GB
97272015-03-12 Gary Benson <gbenson@redhat.com>
9728
9729 * solib.c (_initialize_solib): Make "set/show sysroot" use
9730 add_setshow_optional_filename_cmd so it can be restored to
9731 empty after being set.
9732
10304ef3
SDJ
97332015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9734
9735 * Makefile.in (SFILES): New source break-catch-syscall.c.
9736 (COMMON_OBS): New object break-catch-syscall.o.
9737 * break-catch-syscall.c: New file.
9738 * breakpoint.c: Remove inclusion of "xml-syscall.h".
9739 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
9740 (struct syscall_catchpoint): Likewise.
9741 (dtor_catch_syscall): Likewise.
9742 (catch_syscall_inferior_data): Likewise.
9743 (struct catch_syscall_inferior_data): Likewise.
9744 (get_catch_syscall_inferior_data): Likewise.
9745 (catch_syscall_inferior_data_cleanup): Likewise.
9746 (insert_catch_syscall): Likewise.
9747 (remove_catch_syscall): Likewise.
9748 (breakpoint_hit_catch_syscall): Likewise.
9749 (print_it_catch_syscall): Likewise.
9750 (print_one_catch_syscall): Likewise.
9751 (print_mention_catch_syscall): Likewise.
9752 (print_recreate_catch_syscall): Likewise.
9753 (catch_syscall_breakpoint_ops): Likewise.
9754 (syscall_catchpoint_p): Likewise.
9755 (create_syscall_event_catchpoint): Likewise.
9756 (catch_syscall_split_args): Likewise.
9757 (catch_syscall_command_1): Likewise.
9758 (is_syscall_catchpoint_enabled): Likewise.
9759 (catch_syscall_enabled): Likewise.
9760 (catching_syscall_number): Likewise.
9761 (catch_syscall_completer): Likewise.
9762 (clear_syscall_counts): Likewise.
9763 (initialize_breakpoint_ops): Move initialization of syscall
9764 catchpoints to break-catch-syscall.c.
9765 (_initialize_breakpoint): Move code related to syscall catchpoints
9766 to break-catch-syscall.c.
9767
badd37ce
SDJ
97682015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9769
9770 * breakpoint.c (breakpoint_find_if): New function.
9771 * breakpoint.h (breakpoint_find_if): New prototype.
9772
0a93529c
GB
97732015-03-11 Gary Benson <gbenson@redhat.com>
9774
9775 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
9776 * remote-fileio.c (remote_fileio_to_host_uint): New function.
9777 (remote_fileio_to_host_ulong): Likewise.
9778 (remote_fileio_to_host_mode): Likewise.
9779 (remote_fileio_to_host_time): Likewise.
9780 (remote_fileio_to_host_stat): Likewise.
9781 * remote.c (PACKET_vFile_fstat): New enum value.
9782 (remote_protocol_features): Register the "vFile:fstat" feature.
9783 (remote_hostio_fstat): New function.
9784 (remote_bfd_iovec_stat): Use the above.
9785 (_initialize_remote): Register new "set/show remote
9786 hostio-fstat-packet" command.
9787 * symfile.c (separate_debug_file_exists): Update comment.
9788 * NEWS: Announce new vFile:fstat packet.
9789
791c0056
GB
97902015-03-11 Gary Benson <gbenson@redhat.com>
9791
9792 * common/common-remote-fileio.h: New file.
9793 * common/common-remote-fileio.c: Likewise.
9794 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
9795 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
9796 (COMMON_OBS): Add common-remote-fileio.o.
9797 (common-remote-fileio.o): New rule.
9798 * remote-fileio.h (common-remote-fileio.h): New include.
9799 * remote-fileio.c (gdb/fileio.h): Do not include.
9800 (remote_fileio_to_be): Moved to common-remote-fileio.h.
9801 (remote_fileio_to_fio_uint): Likewise.
9802 (remote_fileio_to_fio_time): Likewise.
9803 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
9804 (remote_fileio_to_fio_mode): Likewise.
9805 (remote_fileio_to_fio_ulong): Likewise.
9806 (remote_fileio_to_fio_stat): Likewise.
9807
1390d0ef
AW
98082015-03-11 Andy Wingo <wingo@igalia.com>
9809
9810 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
9811 we were checking the cached type, not the cached dynamic type.
9812
84a4591a
AW
98132015-03-11 Andy Wingo <wingo@igalia.com>
9814
9815 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
9816 other strings, as these are on the GC'd heap, and will be
9817 collected along with the smob.
9818
85642ba0
AW
98192015-03-11 Andy Wingo <wingo@igalia.com>
9820
9821 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
9822 (objfile_functions): Bind gdbscm_objfile_progspace to
9823 objfile-progspace.
9824 * guile/lib/gdb.scm: Add objfile-progspace to exports.
9825
92fab5a6
AW
98262015-03-11 Andy Wingo <wingo@igalia.com>
9827
9828 * guile/guile.c (_initialize_guile): Disable automatic
9829 finalization, if Guile offers us that possibility.
9830 * guile/guile.c (call_initialize_gdb_module):
9831 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
9832 finalizers in appropriate places.
9833 * configure.ac (AC_TRY_LIBGUILE): Add a check for
9834 scm_set_automatic_finalization_enabled.
9835 * configure: Regenerated.
9836
f054145e
AA
98372015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9838
9839 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
9840 SAL, if possible.
9841
18396193
AA
98422015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9843
9844 * s390-linux-nat.c (struct arch_lwp_info): New.
9845 (s390_fix_watch_points): Rename to...
9846 (s390_prepare_to_resume): ...this. Skip the PER info update
9847 unless the watch points have changed.
9848 (s390_refresh_per_info, s390_new_thread): New functions.
9849 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
9850 s390_fix_watch_points.
9851 (s390_remove_watchpoint): Likewise.
9852 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
9853 Register s390_prepare_to_resume.
9854
9eb1356e
PA
98552015-03-09 Pedro Alves <palves@redhat.com>
9856
9857 Revert:
9858 2015-03-07 Pedro Alves <palves@redhat.com>
9859 * common/gdb_socket.h: New file.
9860 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
9861 sys/socket.h.
9862 (net_open): Use union gdb_sockaddr_u.
9863
aac331e4
PA
98642015-03-07 Pedro Alves <palves@redhat.com>
9865
9866 * configure.ac (build_warnings): Move -Wmissing-prototypes
9867 -Wdeclaration-after-statement -Wmissing-parameter-type
9868 -Wold-style-declaration -Wold-style-definition to the C-specific
9869 set.
9870 * configure: Regenerate.
9871
366c75fc
PA
98722015-03-07 Pedro Alves <palves@redhat.com>
9873
9874 * common/gdb_socket.h: New file.
9875 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
9876 sys/socket.h.
9877 (net_open): Use union gdb_sockaddr_u.
9878
72df25b2
PA
98792015-03-07 Pedro Alves <palves@redhat.com>
9880
9881 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
9882 (exceptions_state_mc_action_iter)
9883 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9884 Don't define.
9885 [__cplusplus] (try_scope_depth): New global.
9886 [__cplusplus] (exception_try_scope_entry)
9887 (exception_try_scope_exit, gdb_exception_sliced_copy)
9888 (exception_rethrow): New functions.
9889 (throw_exception): In C++ mode, throw
9890 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
9891 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
9892 (throw_it): In C++ mode, use try_scope_depth.
9893 * common/common-exceptions.h [!__cplusplus]
9894 (exceptions_state_mc_action_iter)
9895 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9896 Don't declare.
9897 [__cplusplus] (exception_try_scope_entry)
9898 (exception_try_scope_exit, exception_rethrow): Declare.
9899 [__cplusplus] (struct exception_try_scope): New struct.
9900 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
9901 C++ exceptions.
9902 (struct gdb_exception_RETURN_MASK_ALL)
9903 (struct gdb_exception_RETURN_MASK_ERROR)
9904 (struct gdb_exception_RETURN_MASK_QUIT): New types.
9905
284e6217
PA
99062015-03-07 Pedro Alves <palves@redhat.com>
9907
9908 * main.c (handle_command_errors): Remove volatile qualifier from
9909 parameter.
9910
6c63c96a
PA
99112015-03-07 Pedro Alves <palves@redhat.com>
9912
9913 * breakpoint.c (save_breakpoints): Adjust to avoid code between
9914 TRY and CATCH.
9915 * gdbtypes.c (safe_parse_type): Remove empty line.
9916 (types_deeply_equal):
9917 * guile/scm-frame.c (gdbscm_frame_name):
9918 * linux-thread-db.c (find_new_threads_once):
9919 * python/py-breakpoint.c (bppy_get_commands):
9920 * record-btrace.c (record_btrace_insert_breakpoint)
9921 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
9922 (record_btrace_start_replaying): Adjust to avoid code between TRY
9923 and CATCH.
9924
492d29ea
PA
99252015-03-07 Pedro Alves <palves@redhat.com>
9926
9927 * common/common-exceptions.c (struct catcher) <exception>: No
9928 longer a pointer to volatile exception. Now an exception value.
9929 <mask>: Delete field.
9930 (exceptions_state_mc_init): Remove all parameters. Adjust.
9931 (exceptions_state_mc): No longer pop the catcher here.
9932 (exceptions_state_mc_catch): New function.
9933 (throw_exception): Adjust.
9934 * common/common-exceptions.h (exceptions_state_mc_init): Remove
9935 all parameters.
9936 (exceptions_state_mc_catch): Declare.
9937 (TRY_CATCH): Rename to ...
9938 (TRY): ... this. Remove EXCEPTION and MASK parameters.
9939 (CATCH, END_CATCH): New.
9940 All callers adjusted.
9941
ece957c8
TT
99422015-03-07 Tom Tromey <tromey@redhat.com>
9943
9944 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
9945
7556d4a4
PA
99462015-03-07 Pedro Alves <palves@redhat.com>
9947
9948 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9949 (amd64_epilogue_frame_cache): Normal exception handling code.
9950 * break-catch-throw.c (check_status_exception_catchpoint)
9951 (re_set_exception_catchpoint): Ditto.
9952 * cli/cli-interp.c (safe_execute_command):
9953 * cli/cli-script.c (script_from_file): Ditto.
9954 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
9955 Ditto.
9956 * compile/compile-object-run.c (compile_object_run): Ditto.
9957 * cp-abi.c (baseclass_offset): Ditto.
9958 * cp-valprint.c (cp_print_value): Ditto.
9959 * exceptions.c (catch_exceptions_with_msg):
9960 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
9961 * frame.c (get_frame_address_in_block_if_available): Ditto.
9962 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9963 (i386_sigtramp_frame_cache): Ditto.
9964 * infcmd.c (post_create_inferior): Ditto.
9965 * linespec.c (parse_linespec, find_linespec_symbols):
9966 * p-valprint.c (pascal_object_print_value): Ditto.
9967 * parse.c (parse_expression_for_completion): Ditto.
9968 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
9969 * remote.c (remote_get_noisy_reply): Ditto.
9970 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
9971 * solib-svr4.c (solib_svr4_r_map): Ditto.
9972
f873665f 99732015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
9974
9975 * common/common-utils.h (startswith): New inline function.
9976 All places where this logic was used updated to use the above.
9977
68901c4d
PA
99782015-03-05 Pedro Alves <palves@redhat.com>
9979
9980 PR gdb/18002
9981 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
9982 after reading the breakpoint's shadow memory.
9983
2dcb2b1a
MK
99842015-03-05 Mark Kettenis <kettenis@gnu.org>
9985
9986 * hppabsd-nat.c: Remove file.
9987 * hppaobsd-nat.c: New file.
9988 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
9989 hppaobsd-nat.c.
9990 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
9991 hppaobsd-nat.o.
9992
527a273a
PA
99932015-03-04 Pedro Alves <palves@redhat.com>
9994
9995 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
9996 (target_decr_pc_after_break): Delete declaration.
9997 * target.c (default_target_decr_pc_after_break)
9998 (target_decr_pc_after_break): Delete.
9999 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10000 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10001 * linux-thread-db.c (check_event): Likewise.
10002 * infrun.c (adjust_pc_after_break): Likewise.
10003 * darwin-nat.c (cancel_breakpoint): Likewise.
10004 * aix-thread.c (aix_thread_wait): Likewise.
10005 * target-delegates.c: Regenerate.
10006
faf09f01
PA
100072015-03-04 Pedro Alves <palves@redhat.com>
10008
10009 * linux-nat.c (save_sigtrap): Check for breakpoints before
10010 checking watchpoints.
10011 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10012 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10013 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10014 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10015 (linux_nat_stopped_by_sw_breakpoint)
10016 (linux_nat_supports_stopped_by_sw_breakpoint)
10017 (linux_nat_stopped_by_hw_breakpoint)
10018 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10019 (linux_nat_wait_1): Don't re-increment the PC if relying on
10020 SIGTRAP's siginfo->si_code.
10021 (linux_nat_add_target): Install new target methods.
10022 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10023 offset if the target already adjusted the PC.
10024 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10025 (GDB_ARCH_TRAP_BRKPT): New.
10026 (TRAP_HWBKPT): Define if not already defined.
10027
f7e6eed5
PA
100282015-03-04 Pedro Alves <palves@redhat.com>
10029
10030 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10031 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10032 Delete field.
10033 <stop_reason>: New field.
10034 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10035 (packet_set_cmd_state): New function.
10036 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10037 features.
10038 (remote_query_supported): If not disabled with the corresponding
10039 "set remote foo-packet" command, report support for the swbreak
10040 and hwbreak features.
10041 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10042 field.
10043 <stop_reason>: New field.
10044 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10045 (remote_wait_as): Adjust.
10046 (remote_stopped_by_sw_breakpoint)
10047 (remote_supports_stopped_by_sw_breakpoint)
10048 (remote_stopped_by_hw_breakpoint)
10049 (remote_supports_stopped_by_hw_breakpoint): New functions.
10050 (remote_stopped_by_watchpoint): New function.
10051 (init_remote_ops): Install them.
10052 (_initialize_remote): Register new "set/show remote
10053 swbreak-feature-packet" and "set/show remote
10054 swbreak-feature-packet" commands.
10055
9e8915c6
PA
100562015-03-04 Pedro Alves <palves@redhat.com>
10057
10058 * btrace.h: Include target/waitstatus.h.
10059 (struct btrace_thread_info) <stop_reason>: New field.
10060 * record-btrace.c (record_btrace_step_thread): Use
10061 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10062 (record_btrace_decr_pc_after_break): Delete.
10063 (record_btrace_stopped_by_sw_breakpoint)
10064 (record_btrace_supports_stopped_by_sw_breakpoint)
10065 (record_btrace_stopped_by_hw_breakpoint)
10066 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10067 (init_record_btrace_ops): Install them.
10068 * record-full.c (record_full_hw_watchpoint): Delete and replace
10069 with ...
10070 (record_full_stop_reason): ... this throughout.
10071 (record_full_exec_insn): Adjust.
10072 (record_full_wait_1): Adjust. No longer re-increment the PC.
10073 (record_full_wait_1): Adjust. Use
10074 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10075 (record_full_stopped_by_watchpoint): Adjust.
10076 (record_full_stopped_by_sw_breakpoint)
10077 (record_full_supports_stopped_by_sw_breakpoint)
10078 (record_full_supports_stopped_by_sw_breakpoint)
10079 (record_full_stopped_by_hw_breakpoint)
10080 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10081 (init_record_full_ops, init_record_full_core_ops): Install them.
10082 * record.c (record_check_stopped_by_breakpoint): New function.
10083 * record.h: Include target/waitstatus.h.
10084 (record_check_stopped_by_breakpoint): New declaration.
10085
15c66dd6
PA
100862015-03-04 Pedro Alves <palves@redhat.com>
10087
10088 enum lwp_stop_reason -> enum target_stop_reason
10089 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10090 (linux_nat_stopped_by_watchpoint, status_callback)
10091 (linux_nat_wait_1): Adjust.
10092 * linux-nat.h (enum lwp_stop_reason): Delete.
10093 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10094 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10095 * target/waitstatus.h (enum target_stop_reason): New.
10096
1cf4d951
PA
100972015-03-04 Pedro Alves <palves@redhat.com>
10098
10099 * breakpoint.c (need_moribund_for_location_type): New function.
10100 (bpstat_stop_status): Don't skipping checking moribund locations
10101 of breakpoint types which the target tell caused a stop.
10102 (program_breakpoint_here_p): New function, factored out from ...
10103 (bp_loc_is_permanent): ... this.
10104 (update_global_location_list): Don't create a moribund location if
10105 the target supports reporting stops of the type of the removed
10106 breakpoint.
10107 * breakpoint.h (program_breakpoint_here_p): New declaration.
10108 * infrun.c (adjust_pc_after_break): Return early if the target has
10109 already adjusted the PC. Add comments.
10110 (handle_signal_stop): If nothing explains a signal, and the target
10111 tells us the stop was caused by a software breakpoint, check if
10112 there's a breakpoint instruction in the memory. If so, adjust the
10113 PC before presenting the stop to the user. Otherwise, ignore the
10114 trap. If nothing explains a signal, and the target tells us the
10115 stop was caused by a hardware breakpoint, ignore the trap.
10116 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10117 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10118 to_supports_stopped_by_hw_breakpoint>: New fields.
10119 (target_stopped_by_sw_breakpoint)
10120 (target_supports_stopped_by_sw_breakpoint)
10121 (target_stopped_by_hw_breakpoint)
10122 (target_supports_stopped_by_hw_breakpoint): Define.
10123 * target-delegates.c: Regenerate.
10124
79639e11
PA
101252015-03-04 Pedro Alves <palves@redhat.com>
10126
10127 * infrun.c (follow_fork_inferior): Use the whole of the
10128 inferior_ptid and pending_follow.related_pid ptids instead of
10129 building ptids from the process components. Adjust verbose output
10130 to use target_pid_to_str.
10131 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10132 inferior_ptid and pending_follow.related_pid ptids instead of
10133 building ptids from the process components.
10134
e85e8e5e
MK
101352015-03-04 Mark Kettenis <kettenis@gnu.org>
10136
10137 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10138 (inf_ptrace_insert_fork_catchpoint): New function.
10139 (inf_ptrace_remove_fork_catchpoint): New function.
10140 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10141
87de11c0
AA
101422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10143
10144 * s390-linux-tdep.c (s390_register_name): Return empty string
10145 instead of NULL for registers that shouldn't be visible.
10146
d851a69a
AA
101472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10148
10149 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10150 XML file for 64-bit targets.
10151
b072f6c1
SM
101522015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10153
10154 * target.h (find_default_create_inferior): Remove declaration.
10155 (find_default_attach): Likewise.
10156
c1593e4f
PA
101572015-03-03 Pedro Alves <palves@redhat.com>
10158
10159 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10160 Use ptid_get_pid to get the overall process id when resuming all
10161 threads.
10162
90ad5e1d
PA
101632015-03-03 Pedro Alves <palves@redhat.com>
10164
10165 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10166 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10167 * inf-ptrace.c (get_ptrace_pid): New function.
10168 (inf_ptrace_resume): Use it.
10169 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10170 to the lower layer.
10171
d68e53f4
MM
101722015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10173
10174 * nat/linux-btrace.c: Include sys/utsname.h.
10175 (linux_determine_kernel_ptr_bits): New.
10176 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10177 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10178 ptr_bits.
10179
986b6601
MM
101802015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10181
10182 * btrace.c (ftrace_update_function): Treat return as tailcall for
10183 "_dl_runtime_resolve".
10184
ce0dfbea
MM
101852015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10186
10187 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10188 * btrace.c (ftrace_debug): Do not print the line range.
10189 (ftrace_skip_file, ftrace_update_lines): Remove.
10190 (ftrace_new_function): Remove lbegin and lend initialization.
10191 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10192 * record-btrace.c (btrace_compute_src_line_range): New.
10193 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10194
95e50b27
PA
101952015-03-02 Pedro Alves <palves@redhat.com>
10196
10197 * infrun.c (follow_exec): Delete all threads of the process except
10198 the event thread. Extended comments.
10199
00e474c2
JB
102002015-03-02 Joel Brobecker <brobecker@adacore.com>
10201
10202 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10203
cc7039d3
JB
102042015-03-02 Joel Brobecker <brobecker@adacore.com>
10205
10206 * utils.h: Remove <stdbool.h> #include.
10207 (producer_is_gcc): Change return type to "int".
10208 * utils.c (producer_is_gcc): Change return type to int.
10209 Return 1 instead of true, and 0 instead of false.
10210 Adjust function documentation accordingly.
10211
550bdf96
AA
102122015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10213
10214 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10215 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10216 present.
10217 (s390_linux_store_inferior_registers): Likewise.
10218 (s390_get_hwcap): Remove function. Embed its logic...
10219 (s390_read_description): ...here. Yield a target description with
10220 vector registers if applicable.
10221 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10222 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10223 "features/s390x-tevx-linux64.c".
10224 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10225 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10226 for "GNU/Linux-specific registers".
10227 (s390_dwarf_reg_r0l): New enum value.
10228 (s390_dwarf_reg_to_regnum): Support vector registers.
10229 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10230 of GPR lower halves.
10231 (regnum_is_vxr_full): New function.
10232 (s390_register_name): New function.
10233 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10234 f0-f15 and v0l-v15l.
10235 (s390_pseudo_register_type): Likewise.
10236 (s390_pseudo_register_read): Likewise.
10237 (s390_pseudo_register_write): Likewise.
10238 (s390_value_from_register): Account for the fact that values are
10239 placed left-justified in vector registers.
10240 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10241 the vector reggroup and omit them from the general reggroup.
10242 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10243 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10244 (s390_iterate_over_regset_sections): Add iterations for the two
10245 new vector regsets.
10246 (s390_core_read_description): Yield a target description with
10247 vector registers if applicable.
10248 (s390_gdbarch_init): Handle target descriptions with vector
10249 registers. Add "register_name" gdbarch method.
10250 (_initialize_s390_tdep): Call new tdesc initialization functions.
10251 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10252 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10253 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10254 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10255 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10256 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10257 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10258 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10259 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10260 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10261 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10262 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10263 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10264 (S390_NUM_REGS): Adjust value.
10265 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10266 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10267 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10268 * NEWS: Announce S/390 vector register support.
10269
446899e4
AA
102702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10271
10272 * features/s390-tevx-linux64.xml: New file.
10273 * features/s390-vx-linux64.xml: New file.
10274 * features/s390-vx.xml: New file.
10275 * features/s390x-tevx-linux64.xml: New file.
10276 * features/s390x-vx-linux64.xml: New file.
10277 * features/Makefile (WHICH): Add s390-vx-linux64,
10278 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10279 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10280 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10281 macros.
10282 * features/s390-tevx-linux64.c: New generated file.
10283 * features/s390-vx-linux64.c: Likewise.
10284 * features/s390x-tevx-linux64.c: Likewise.
10285 * features/s390x-vx-linux64.c: Likewise.
10286 * regformats/s390-tevx-linux64.dat: Likewise.
10287 * regformats/s390-vx-linux64.dat: Likewise.
10288 * regformats/s390x-tevx-linux64.dat: Likewise.
10289 * regformats/s390x-vx-linux64.dat: Likewise.
10290
b7236fbe
DE
102912015-02-28 Doug Evans <xdje42@gmail.com>
10292
10293 * symtab.h (struct symtab) <next>: Fix comment.
10294
02e62830
SM
102952015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10296
10297 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10298 python_GdbMethods.
10299
bf36a1e7
PA
103002015-02-27 Pedro Alves <palves@redhat.com>
10301
10302 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10303
ad6aff7d
PA
103042015-02-27 Pedro Alves <palves@redhat.com>
10305
10306 * common/common-exceptions.h (exception_none): Declare.
10307 * common/common-exceptions.c (exception_none): Moved from
10308 exceptions.c.
10309 (exceptions_state_mc_init): Use exception_none.
10310 * exceptions.c (exception_none): Move to
10311 common/common-exceptions.c.
10312 * exceptions.h (exception_none): Move to
10313 common/common-exceptions.h.
10314
97c18565
PA
103152015-02-27 Pedro Alves <palves@redhat.com>
10316
10317 * main.c (catch_command_errors, catch_command_errors_const):
10318 Remove 'mask' argument. Adjust.
10319 (captured_main): Adjust callers.
10320
e992c591
PA
103212015-02-27 Pedro Alves <palves@redhat.com>
10322
10323 * python/python-internal.h: Include "extension-priv.h".
10324
64166036
PA
103252015-02-27 Pedro Alves <palves@redhat.com>
10326
10327 * breakpoint.h (enum print_stop_action): Move further up in the
10328 file.
10329
8a526fa6
PA
103302015-02-27 Pedro Alves <palves@redhat.com>
10331
10332 * gdbarch.sh: Include regcache.h.
10333 * gdbarch.h: Regenerate.
10334
0fa9c223
PA
103352015-02-27 Pedro Alves <palves@redhat.com>
10336
10337 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10338 Remove duplicate const.
10339 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10340 duplicate const.
10341
7cf99fb1
PA
103422015-02-27 Pedro Alves <palves@redhat.com>
10343
10344 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10345 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10346 * features/feature_to_c.sh: Tag the generated xml_builtin array
10347 with extern const in C++ mode.
10348
1424c16e
TT
103492015-02-27 Tom Tromey <tromey@redhat.com>
10350
10351 * minidebug.c (struct lzma_stream): Rename to ...
10352 (struct gdb_lzma_stream): ... this.
10353 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10354
10367c7c
PA
103552015-02-27 Pedro Alves <palves@redhat.com>
10356
10357 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10358 function.
10359 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10360 (mi_cmd_stack_list_variables): Use it.
10361
4180215b
PA
103622015-02-27 Pedro Alves <palves@redhat.com>
10363
10364 * x86-linux-nat.c (u_debugreg_offset): New function.
10365 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10366
2f56f7c3
PA
103672015-02-27 Pedro Alves <palves@redhat.com>
10368
10369 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10370 declaration.
10371 Include break-common.h.
10372
570dc176
TT
103732015-02-27 Tom Tromey <tromey@redhat.com>
10374 Pedro Alves <palves@redhat.com>
10375
10376 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10377 local used to iterate over enums.
10378 * completer.c (signal_completer): Likewise.
10379 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10380 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10381 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10382 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10383 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10384 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10385 * tui-wingeneral.c (tui_refresh_all): Likewise.
10386
68c14faa
PA
103872015-02-27 Pedro Alves <palves@redhat.com>
10388
10389 * target.h: Include "infrun.h".
10390
749bab01
PA
103912015-02-27 Pedro Alves <palves@redhat.com>
10392
10393 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10394
3c14e5a3
PA
103952015-02-27 Pedro Alves <palves@redhat.com>
10396
10397 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10398 (IPA_SYM): Use it.
10399 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10400
56000a98
PA
104012015-02-27 Pedro Alves <palves@redhat.com>
10402
10403 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10404 cli_mld_erase_entire_line, and make it extern "C".
10405 * common/common-defs.h (EXTERN_C): New.
10406 * completer.c (_rl_completion_prefix_display_length)
10407 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10408 out of gdb_display_match_list_1.
10409 (_rl_qsort_string_compare): Move declaration out of
10410 gdb_display_match_list_1, and make it extern "C".
10411 * defs.h (re_comp): Use EXTERN_C.
10412 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10413 and make it extern "C".
10414 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10415 and make it extern "C".
10416 (main): Move declaration out of maintenance_set_profile_cmd.
10417 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10418 EXTERN_C.
10419
bcabf420
PA
104202015-02-27 Pedro Alves <palves@redhat.com>
10421
10422 * python/python.c (GdbMethods): Rename to ...
10423 (python_GdbMethods): ... this and make extern.
10424 (GdbModuleDef): Rename to ...
10425 (python_GdbModuleDef): ... this and make extern.
10426
928dbe07
PA
104272015-02-27 Pedro Alves <palves@redhat.com>
10428
10429 * record-btrace.c (set_record_btrace_cmdlist)
10430 (show_record_btrace_cmdlist): Remove redefinitions.
10431
52059ffd
TT
104322015-02-27 Tom Tromey <tromey@redhat.com>
10433 Pedro Alves <palves@redhat.com>
10434
10435 * dwarf2-frame.c (enum cfa_how_kind, struct
10436 dwarf2_frame_state_reg_info): Move out of struct
10437 dwarf2_frame_state.
10438 * dwarf2read.c (struct tu_stats): Move out of struct
10439 dwarf2_per_objfile.
10440 (struct file_entry): Move out of struct line_header.
10441 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10442 typedef_field_list): Move out of struct field_info.
10443 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10444 Move out of struct dynamic_prop.
10445 (union type_owner, union field_location, struct field, struct
10446 range_bounds, union type_specific): Move out of struct main_type.
10447 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10448 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10449 (struct call_site_target, union call_site_parameter_u, struct
10450 call_site_parameter): Move out of struct call_site.
10451 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10452 m32c_prologue.
10453 (enum srcdest_kind): Move out of struct srcdest.
10454 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10455 * prologue-value.h (enum prologue_value_kind): Move out of struct
10456 prologue_value.
10457 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10458 gdbarch_tdep.
10459 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10460 out of struct field_info.
10461 * symfile.h (struct other_sections): Move out of struct
10462 section_addr_info.
10463 * symtab.c (struct symbol_cache_slot): Move out struct
10464 block_symbol_cache.
10465 * target-descriptions.c (enum tdesc_type_kind): Move out of
10466 typedef struct tdesc_type.
10467 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10468 struct tui_line_or_address.
10469 * value.c (enum internalvar_kind, union internalvar_data): Move
10470 out of struct internalvar.
10471 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10472 gdbarch_tdep.
10473
fe978cb0
PA
104742015-02-27 Tom Tromey <tromey@redhat.com>
10475 Pedro Alves <palves@redhat.com>
10476
10477 Rename symbols whose names are reserved C++ keywords throughout.
10478
3bc3d82a
PA
104792015-02-27 Pedro Alves <palves@redhat.com>
10480
10481 * Makefile.in (COMPILER): New, get it from autoconf.
10482 (COMPILE.pre, CC_LD): Use COMPILER.
10483 (CXX): Get from autoconf instead.
10484 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10485 * acinclude.m4: Include build-with-cxx.m4.
10486 * build-with-cxx.m4: New file.
10487 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10488 Disable -Werror by default if building in C++ mode.
10489 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10490 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10491 Run supported-warning-flags tests with the C++ compiler.
10492 Save/restore CXXFLAGS too.
10493 * configure: Regenerate.
10494
07697489
PA
104952015-02-27 Pedro Alves <palves@redhat.com>
10496
10497 * libiberty.m4: New file.
10498 * acinclude.m4: Include libiberty.m4.
10499 * configure.ac: Call libiberty_INIT.
10500 * config.in, configure: Regenerate.
10501
60abeae4
AA
105022015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10503
10504 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10505 31-bit targets, but 64-bit targets as well.
10506 (s390_gnu_triplet_regexp): New function.
10507 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10508 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10509 method.
10510
f44466fb 105112015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
10512
10513 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10514 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10515 from CONTEXT_DEBUGGER.
10516
0def5aaa
DE
105172015-02-26 Doug Evans <dje@google.com>
10518
10519 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10520 CHECK_TYPEDEF.
10521 (set_type_vptr_fieldno): Ditto.
10522 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10523 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10524
77b64a49
PA
105252015-02-26 Pedro Alves <palves@redhat.com>
10526
10527 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10528 * complaints.c (vcomplaint): Pass argument FMT directly to
10529 printf-like functions instead of complaint->fmt.
10530 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10531 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10532 * compile/compile-loc2c.c (pushf, unary, binary): Add
10533 ATTRIBUTE_PRINTF.
10534 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10535 to pushf.
10536 (BINARY): Pass string literal as format string to 'binary'.
10537 * compile/compile-object-load.c (link_callbacks_einfo): Add
10538 ATTRIBUTE_PRINTF.
10539 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10540
532f44ed
PA
105412015-02-26 Pedro Alves <palves@redhat.com>
10542
10543 * windows-termcap.c: Rename to ...
10544 * stub-termcap.c: ... this. Adjust header line.
10545 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10546 windows-termcap.c.
10547 * configure: Regenerate.
10548 * configure.ac: Refer to stub-termcap.o instead of
10549 windows-termcap.o.
10550 * gdb_curses.h: Mention stub-termcap.c instead of
10551 windows-termcap.c.
10552
081a1c2c
JK
105532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10556 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10557
2f41223f
AT
105582015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10559
10560 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10561
80c57053
JK
105622015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10563
10564 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10565 bfd_canonicalize_symtab.
10566
cf424aef
JB
105672015-02-25 John Baldwin <jhb@FreeBSD.org>
10568
10569 * amd64fbsd-nat.c: Include sys/user.h.
10570 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10571 instead of KERN_PS_STRINGS to locate the signal trampoline.
10572 * i386fbsd-nat.c: Include sys/user.h.
10573 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10574 instead of KERN_PS_STRINGS to locate the signal trampoline.
10575 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10576 (amd64fbsd_sigtramp_p): New.
10577 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10578 longer set default values.
10579 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10580 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10581 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10582 (i386fbsd_freebsd4_sigtramp_start)
10583 (i386fbsd_freebsd4_sigtramp_middle)
10584 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10585 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10586 (i386fbsd_sigtramp_p): New.
10587 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10588 longer set default values.
10589 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10590
c5cb74ee
JB
105912015-02-25 John Baldwin <jhb@freebsd.org>
10592
10593 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10594 get_frame_register instead of frame_unwind_register_unsigned.
10595
17487d85
JK
105962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 PR build/18033
10599 * compile/compile-c-support.c (c_compute_program): Change // comment.
10600 * compile/compile-object-load.c (setup_sections): Change // comment.
10601
9357a9e6
JB
106022015-02-26 Joel Brobecker <brobecker@adacore.com>
10603
10604 PR build/18033:
10605 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10606
1f10ba14
PA
106072015-02-23 Pedro Alves <palves@redhat.com>
10608
10609 * remote.c (skip_to_semicolon): New function.
10610 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10611 special case the stop reasons that look like hex numbers
10612 upfront. Instead handle real register numbers after matching
10613 all the known stop reasons.
10614
96553a0c
DE
106152015-02-21 Doug Evans <dje@google.com>
10616
10617 PR c++/17976, symtab/17821
10618 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10619 is_in_anonymous. All callers updated.
10620 (find_symbol_in_baseclass): Ditto.
10621 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
10622 for symbols in an anonymous namespace.
10623 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10624 DW_AT_name directly.
10625 (dwarf2_name): Convert missing namespace name to
10626 CP_ANONYMOUS_NAMESPACE_STR.
10627
2db9a427
PA
106282015-02-20 Pedro Alves <palves@redhat.com>
10629
10630 * linux-nat.c (linux_handle_extended_wait): Call
10631 thread_db_notice_clone whenever a new clone LWP is detected.
10632 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10633 functions.
10634 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10635 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10636 (linux_unstop_all_lwps): Declare.
10637 * linux-thread-db.c (struct thread_get_info_inout): Delete.
10638 (thread_get_info_callback): Delete.
10639 (thread_from_lwp): Use td_thr_get_info and record_thread.
10640 (thread_db_attach_lwp): Delete.
10641 (thread_db_notice_clone): New function.
10642 (try_thread_db_load_1): If /proc is mounted and shows the
10643 process'es task list, walk over all LWPs and call thread_from_lwp
10644 instead of relying on td_ta_thr_iter.
10645 (attach_thread): Don't call check_thread_signals here. Split the
10646 tail part of the function (which adds the thread to the core GDB
10647 thread list) to ...
10648 (record_thread): ... this function. Call check_thread_signals
10649 here.
10650 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
10651 call thread_from_lwp.
10652 (thread_db_update_thread_list): Rename to ...
10653 (thread_db_update_thread_list_org): ... this.
10654 (thread_db_update_thread_list): New function.
10655 (thread_db_find_thread_from_tid): Delete.
10656 (thread_db_get_ada_task_ptid): Simplify.
10657 * nat/linux-procfs.c: Include <sys/stat.h>.
10658 (linux_proc_task_list_dir_exists): New function.
10659 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10660
3b27ef47
PA
106612015-02-20 Pedro Alves <palves@redhat.com>
10662
10663 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10664 main LWP. Handle the case of waitpid returning 0 if we're already
10665 attached to the LWP. Don't set the LWP's last_resume_kind to
10666 resume_stop if we already knew about the LWP.
10667 (linux_nat_filter_event): Add debug logs.
10668
1cc28231
PA
106692015-02-20 Pedro Alves <palves@redhat.com>
10670
10671 * target.h (forward_target_decr_pc_after_break): Delete
10672 declaration.
10673
5c5019c2
PA
106742015-02-20 Pedro Alves <palves@redhat.com>
10675
10676 PR threads/18006
10677 * linux-thread-db.c (thread_get_info_callback): Return early if
10678 the thread's lwp id is -1.
10679
f3978e91
JB
106802015-02-20 Joel Brobecker <brobecker@adacore.com>
10681
10682 GDB 7.9 released.
10683
ffdf88ec
SE
106842015-02-19 Steve Ellcey <sellcey@imgtec.com>
10685
10686 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10687 (dtrace_get_probes) Change type of variable 'dof'.
10688
c9587f88
AT
106892015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10690
10691 PR breakpoints/16812
10692 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10693 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10694 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10695
53cf2ee0
DT
106962015-02-19 David Taylor <dtaylor@emc.com>
10697
10698 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10699
acfe0940
PP
107002015-02-18 Patrick Palka <patrick@parcs.ath.cx>
10701
10702 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10703 function.
10704 (tui_putc): Don't call tui_handle_resize_during_io.
10705 (tui_getc): Likewise.
10706 (tui_mld_getc): Likewise.
10707 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10708 (tui_sigwinch_token): New static variable.
10709 (tui_initialize_win): Adjust documentation. Set
10710 tui_sigwinch_token.
10711 (tui_async_resize_screen): New asynchronous callback.
10712 (tui_sigwinch_handler): Adjust documentation. Asynchronously
10713 invoke tui_async_resize_screen.
10714
f6a88844
JM
107152015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10716
10717 * configure: Regenerated.
10718 * configure.ac: Use GDB_AC_TRANSFORM.
10719 * Makefile.in (aclocal_m4_deps): Added transform.m4.
10720 * acinclude.m4: sinclude transform.m4.
10721 * transform.m4: New file.
10722 (GDB_AC_TRANSFORM): New macro.
10723
b05e3b0d
JM
107242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10725
10726 * NEWS: Announce the support for DTrace SDT probes.
10727
c3e3045e
JM
107282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10729
10730 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
10731 (amd64_dtrace_parse_probe_argument): New function.
10732 (amd64_dtrace_probe_is_enabled): Likewise.
10733 (amd64_dtrace_enable_probe): Likewise.
10734 (amd64_dtrace_disable_probe): Likewise.
10735 (amd64_linux_init_abi): Register the
10736 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
10737 `gdbarch_dtrace_disable_probe' and
10738 `gdbarch_dtrace_probe_is_enabled' hooks.
10739 (amd64_dtrace_disabled_probe_sequence_1): New constant.
10740 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
10741 (amd64_dtrace_enable_probe_sequence): Likewise.
10742 (amd64_dtrace_disable_probe_sequence): Likewise.
10743
d4777acb
JM
107442015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10745
10746 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
10747 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
10748 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
10749 handle ELF files.
10750 * Makefile.in (SFILES): dtrace-probe.c added.
10751 * configure: Regenerate.
10752 * dtrace-probe.c: New file.
10753 (SHT_SUNW_dof): New constant.
10754 (dtrace_probe_type): New enum.
10755 (dtrace_probe_arg): New struct.
10756 (dtrace_probe_arg_s): New typedef.
10757 (struct dtrace_probe_enabler): New struct.
10758 (dtrace_probe_enabler_s): New typedef.
10759 (dtrace_probe): New struct.
10760 (dtrace_probe_is_linespec): New function.
10761 (dtrace_dof_sect_type): New enum.
10762 (dtrace_dof_dofh_ident): Likewise.
10763 (dtrace_dof_encoding): Likewise.
10764 (DTRACE_DOF_ENCODE_LSB): Likewise.
10765 (DTRACE_DOF_ENCODE_MSB): Likewise.
10766 (dtrace_dof_hdr): New struct.
10767 (dtrace_dof_sect): Likewise.
10768 (dtrace_dof_provider): Likewise.
10769 (dtrace_dof_probe): Likewise.
10770 (DOF_UINT): New macro.
10771 (DTRACE_DOF_PTR): Likewise.
10772 (DTRACE_DOF_SECT): Likewise.
10773 (dtrace_process_dof_probe): New function.
10774 (dtrace_process_dof): Likewise.
10775 (dtrace_build_arg_exprs): Likewise.
10776 (dtrace_get_arg): Likewise.
10777 (dtrace_get_probes): Likewise.
10778 (dtrace_get_probe_argument_count): Likewise.
10779 (dtrace_can_evaluate_probe_arguments): Likewise.
10780 (dtrace_evaluate_probe_argument): Likewise.
10781 (dtrace_compile_to_ax): Likewise.
10782 (dtrace_probe_destroy): Likewise.
10783 (dtrace_gen_info_probes_table_header): Likewise.
10784 (dtrace_gen_info_probes_table_values): Likewise.
10785 (dtrace_probe_is_enabled): Likewise.
10786 (dtrace_probe_ops): New variable.
10787 (info_probes_dtrace_command): New function.
10788 (_initialize_dtrace_probe): Likewise.
10789 (dtrace_type_name): Likewise.
10790
8b367e17
JM
107912015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10792
10793 * gdbarch.sh (dtrace_parse_probe_argument): New.
10794 (dtrace_probe_is_enabled): Likewise.
10795 (dtrace_enable_probe): Likewise.
10796 (dtrace_disable_probe): Likewise.
10797 * gdbarch.c: Regenerate.
10798 * gdbarch.h: Regenerate.
10799
9aca2ff8
JM
108002015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10801
10802 * stap-probe.c (stap_probe_ops): Add NULLs in the static
10803 stap_probe_ops for `enable_probe' and `disable_probe'.
10804 * probe.c (enable_probes_command): New function.
10805 (disable_probes_command): Likewise.
10806 (_initialize_probe): Define the cli commands `enable probe' and
10807 `disable probe'.
10808 (parse_probe_linespec): New function.
10809 (info_probes_for_ops): Use parse_probe_linespec.
10810 * probe.h (probe_ops): New hooks `enable_probe' and
10811 `disable_probe'.
10812
03e98035
JM
108132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10814
10815 * probe.c (compute_probe_arg): Moved from stap-probe.c
10816 (compile_probe_arg): Likewise.
10817 (probe_funcs): Likewise.
10818 * stap-probe.c (compute_probe_arg): Moved to probe.c.
10819 (compile_probe_arg): Likewise.
10820 (probe_funcs): Likewise.
10821
6f9b8491
JM
108222015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10823
10824 * probe.c (print_ui_out_not_applicables): New function.
10825 (exists_probe_with_pops): Likewise.
10826 (info_probes_for_ops): Do not include column headers for probe
10827 types for which no probe has been actually found on any object.
10828 Also invoke `print_ui_out_not_applicables' in order to match the
10829 column rows with the header when probes of several types are
10830 listed.
10831 Print the "Type" column.
10832 * probe.h (probe_ops): Added a new probe operation `type_name'.
10833 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
10834 (stap_type_name): New function.
10835
69efdff1
PP
108362015-02-17 Patrick Palka <patrick@parcs.ath.cx>
10837
10838 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
10839 (key_is_command_char): Delete.
10840
f8e5e23e
PA
108412015-02-17 Pedro Alves <palves@redhat.com>
10842
10843 * tui/tui.c (tui_enable): Resize windows before anything
10844 might show a window.
10845
9f2e0721
MO
108462015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
10847
10848 PR gdb/17984
10849 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
10850 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
10851 call.
10852 * aarch64-tdep.h (tdesc_aarch64): Declare.
10853
171e6b1c
MW
108542015-02-12 Mark Wielaard <mjw@redhat.com>
10855
10856 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
10857
d5ff0482
DE
108582015-02-13 Doug Evans <dje@google.com>
10859
10860 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
10861 anonymous_namespace to is_in_anonymous for consistency with the rest
10862 of the file.
10863 (cp_lookup_bare_symbol): Fix typo in comment.
10864 (cp_search_static_and_baseclasses): Ditto.
10865 (search_symbol_list): Use vertical space in comment better.
10866 (reset_directive_searched): Ditto. Fix typo.
10867 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
10868
9f04ac5f
YQ
108692015-02-13 Yao Qi <yao.qi@arm.com>
10870
10871 * MAINTAINERS: Update my email address.
10872
013d0319
DE
108732015-02-12 Doug Evans <dje@google.com>
10874
b615dd20 10875 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 10876
9a7e538e
DE
108772015-02-12 Doug Evans <dje@google.com>
10878
10879 * completer.c (complete_line): Remove incorrect comment.
10880
e1fcd575
JK
108812015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10882
10883 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
10884 (py_print_frame): Use RETURN_MASK_ERROR.
10885
b99bf4e3
JK
108862015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10887
10888 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
10889 function comment. Wrap all function that can throw in cleanups.
10890 (gdbpy_apply_frame_filter): Wrap all function that can throw in
10891 cleanups.
10892
800eb1ce
JK
108932015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10894
10895 * python/py-framefilter.c (py_print_frame): Substitute goto error.
10896 Remove the error label.
10897
34019068
JK
108982015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10899
10900 * python/py-framefilter.c (py_print_frame): Put conditional code paths
10901 with goto first, indent the former else codepath left. Put variable
10902 'elided' to a new inner block.
10903
8d4a54e2
JK
109042015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10905
10906 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
10907
18ad82c1
PA
109082015-02-11 Pedro Alves <palves@redhat.com>
10909
10910 * xcoffread.c (within_function): Delete.
10911
e36122e9
TT
109122015-02-11 Tom Tromey <tromey@redhat.com>
10913 Pedro Alves <palves@redhat.com>
10914
10915 * breakpoint.c (base_breakpoint_ops): Delete.
10916 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
10917 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
10918 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
10919 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
10920 * python/py-arch.c (arch_object_type): Make extern.
10921 * python/py-block.c (block_syms_iterator_object_type): Make extern.
10922 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
10923 * python/py-cmd.c (cmdpy_object_type): Make extern.
10924 * python/py-continueevent.c (continue_event_object_type)
10925 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
10926 parameter. Update all callers.
10927 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
10928 * python/py-exitedevent.c (exited_event_object_type): Make extern.
10929 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
10930 * python/py-function.c (fnpy_object_type): Make extern.
10931 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
10932 * python/py-infevents.c (call_pre_event_object_type)
10933 (inferior_call_post_event_object_type).
10934 (memory_changed_event_object_type): Make extern.
10935 * python/py-infthread.c (thread_object_type): Make extern.
10936 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
10937 * python/py-linetable.c (linetable_entry_object_type)
10938 (linetable_object_type, ltpy_iterator_object_type): Make extern.
10939 * python/py-newobjfileevent.c (new_objfile_event_object_type)
10940 (clear_objfiles_event_object_type): Make extern.
10941 * python/py-objfile.c (objfile_object_type): Make extern.
10942 * python/py-param.c (parmpy_object_type): Make extern.
10943 * python/py-progspace.c (pspace_object_type): Make extern.
10944 * python/py-signalevent.c (signal_event_object_type): Make extern.
10945 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
10946 * python/py-type.c (type_object_type, field_object_type)
10947 (type_iterator_object_type): Make extern.
10948 * python/python.c (python_extension_script_ops)
10949 (python_extension_ops): Make extern.
10950 * stap-probe.c (stap_probe_ops): Make extern.
10951
0703599a
PA
109522015-02-11 Pedro Alves <pedro@codesourcery.com>
10953
10954 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
10955 because the event thread is not the current thread.
10956
eaaf76ab
DE
109572015-02-11 Doug Evans <xdje42@gmail.com>
10958
10959 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
10960 been initialized yet, return NULL.
10961
e7d52ed3
DE
109622015-02-11 Doug Evans <dje@google.com>
10963
10964 * symfile.h (new_symfile_objfile): Delete.
10965 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
10966 All callers updated.
10967
fc6b1256
PP
109682015-02-11 Patrick Palka <patrick@parcs.ath.cx>
10969
10970 * tui/tui-io.c (tui_handle_resize_during_io): Call
10971 tui_update_gdb_sizes() after resizing the screen.
10972 * tui/tui.c (tui_enable): Resize the terminal before
10973 calling tui_update_gdb_sizes().
10974
d9080678
PP
109752015-02-11 Patrick Palka <patrick@parcs.ath.cx>
10976
10977 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
10978 line before printing a newline.
10979
9f615e3a
MW
109802015-02-11 Mark Wielaard <mjw@redhat.com>
10981
10982 * utils.c (producer_is_gcc): Return true or false.
10983
d9080678 109842015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
10985
10986 * utils.h (producer_is_gcc): Change return type to bool. Add major
10987 argument.
10988 * utils.c (producer_is_gcc): Likewise.
10989 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
10990 * dwarf2read.c (check_producer): Likewise.
10991
b052c4fb
PA
109922015-02-10 Pedro Alves <palves@redhat.com>
10993
10994 * infrun.c (displaced_step_fixup): Switch to the event thread
10995 before calling gdbarch_displaced_step_fixup.
10996
3ac240d4
AT
109972015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10998
10999 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11000
c1cc6152
SM
110012015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11002
11003 * ada-varobj.c (ada_name_of_child): Constify parent.
11004 (ada_path_expr_of_child): Same.
11005 (ada_value_of_child): Same.
11006 (ada_type_of_child): Same.
11007 * c-varobj.c (c_is_path_expr_parent): Same.
11008 (c_describe_child): Same.
11009 (c_name_of_child): Same.
11010 (c_value_of_child): Same.
11011 (c_type_of_child): Same.
11012 (cplus_number_of_children): Same.
11013 (cplus_describe_child): Constify var.
11014 (cplus_name_of_child): Constify parent.
11015 (cplus_value_of_child): Same.
11016 (cplus_type_of_child): Same.
11017 * jv-varobj.c (java_name_of_child): Same.
11018 (java_value_of_child): Same.
11019 (java_type_of_child): Same.
11020 * varobj.c (value_of_child): Same.
11021 (varobj_default_is_path_expr_parent): Constify var, parent and return
11022 value.
11023 (varobj_get_path_expr): Constify var, modify path_expr through
11024 mutable_var.
11025 (install_new_value): Constify parent.
11026 (value_of_child): Constify parent.
11027 * varobj.h (struct varobj): Constify parent.
11028 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11029 type_of_child.
11030 (varobj_get_path_expr): Constify var.
11031 (varobj_get_path_expr_parent): Constify var and return value.
11032
c1ee9414
LM
110332015-02-10 Luis Machado <lgustavo@codesourcery.com>
11034
11035 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11036 (arm_prologue_this_id): Move PC and SP limit checks to
11037 arm_prologue_unwind_stop_reason.
11038 (arm_prologue_unwind) <stop_reason> : Set to
11039 arm_prologue_unwind_stop_reason.
11040
f7de9aab
MW
110412015-02-09 Mark Wielaard <mjw@redhat.com>
11042
11043 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11044 DW_LANG_Fortran08 as language_fortran.
11045
0b24eb2d
SDJ
110462015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11047
11048 PR remote/17946
11049 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11050 of pointer against char.
11051
a2c2acaf
MW
110522015-02-09 Mark Wielaard <mjw@redhat.com>
11053
11054 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11055 (c_type_print_modifier): Likewise.
11056 * dwarf2read.c (read_tag_atomic_type): New function.
11057 (read_type_die_1): Handle DW_TAG_atomic_type.
11058 * gdbtypes.c (make_atomic_type): New function.
11059 (recursive_dump_type): Handle TYPE_ATOMIC.
11060 * gdbtypes.h (enum type_flag_values): Renumber.
11061 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11062 (TYPE_ATOMIC): New macro.
11063 (make_atomic_type): Declare.
11064
31fd9caa
MM
110652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11066
11067 * btrace.c (ftrace_find_call): Skip gaps.
11068 (ftrace_new_function): Initialize level.
11069 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11070 (ftrace_new_switch): Update
11071 level computation.
11072 (ftrace_new_gap): New.
11073 (ftrace_update_function): Create new function after gap.
11074 (btrace_compute_ftrace_bts): Create gap on error.
11075 (btrace_stitch_bts): Update parameters. Clear trace if it
11076 becomes empty.
11077 (btrace_stitch_trace): Update parameters. Update callers.
11078 (btrace_clear): Reset the number of gaps.
11079 (btrace_insn_get): Return NULL if the iterator points to a gap.
11080 (btrace_insn_number): Return zero if the iterator points to a gap.
11081 (btrace_insn_end): Allow gaps at the end.
11082 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11083 (btrace_find_insn_by_number): Assert that the found iterator does
11084 not point to a gap.
11085 (btrace_call_next, btrace_call_prev): Assert that the last function
11086 is not a gap.
11087 * btrace.h (btrace_bts_error): New.
11088 (btrace_function): Update comment.
11089 (btrace_function) <insn, insn_offset, number>: Update comment.
11090 (btrace_function) <errcode>: New.
11091 (btrace_thread_info) <ngaps>: New.
11092 (btrace_thread_info) <replay>: Update comment.
11093 (btrace_insn_get): Update comment.
11094 * record-btrace.c (btrace_ui_out_decode_error): New.
11095 (record_btrace_info): Print number of gaps.
11096 (btrace_insn_history, btrace_call_history): Call
11097 btrace_ui_out_decode_error for gaps.
11098 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11099
afb778a2
MM
111002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11101
11102 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11103 * nat/linux-btrace.c: (btrace_this_cpu): New.
11104 (cpu_supports_bts): Call btrace_this_cpu.
11105 (intel_supports_bts): Add cpu parameter.
11106
7d5c24b3
MM
111072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11108
11109 * btrace.h (btrace_insn_class): New.
11110 (btrace_insn) <size, iclass>: New.
11111 * btrace.c (ftrace_find_call): Update parameters. Update users.
11112 Use instruction classification.
11113 (ftrace_new_return): Update parameters. Update users.
11114 (ftrace_update_function): Update parameters. Update users. Use
11115 instruction classification.
11116 (ftrace_update_insns): Update parameters. Update users.
11117 (ftrace_classify_insn): New.
11118 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11119 TRY_CATCH around call to gdb_insn_length.
11120
76235df1
MM
111212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11122
11123 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11124 Update parameters. Update users.
11125
d33501a5
MM
111262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11127
11128 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11129 (btrace_conf_bts_attributes): New.
11130 (btrace_conf_children): Add attributes.
11131 * common/btrace-common.h (btrace_config_bts): New.
11132 (btrace_config)<bts>: New.
11133 (btrace_config): Update comment.
11134 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11135 Use config.
11136 * features/btrace-conf.dtd: Increment version. Add size
11137 attribute to bts element.
11138 * record-btrace.c (set_record_btrace_bts_cmdlist,
11139 show_record_btrace_bts_cmdlist): New.
11140 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11141 record_btrace_print_conf, cmd_set_record_btrace_bts,
11142 cmd_show_record_btrace_bts): New.
11143 (record_btrace_info): Call record_btrace_print_conf.
11144 (_initialize_record_btrace): Add commands.
11145 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11146 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11147 (btrace_sync_conf): Synchronize bts size.
11148 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11149 * NEWS: Announce new commands and new packets.
11150
f4abbc16
MM
111512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11152
11153 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11154 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11155 (x86_linux_btrace_conf): New.
11156 (x86_linux_create_target): Initialize to_btrace_conf.
11157 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11158 Check format. Split into this and ...
11159 (linux_enable_bts): ... this.
11160 (linux_btrace_conf): New.
11161 (perf_event_skip_record): Renamed into ...
11162 (perf_event_skip_bts_record): ... this. Updated users.
11163 (linux_disable_btrace): Split into this and ...
11164 (linux_disable_bts): ... this.
11165 (linux_read_btrace): Check format.
11166 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11167 (linux_btrace_conf): New.
11168 (btrace_target_info)<ptid>: Moved.
11169 (btrace_target_info)<conf>: New.
11170 (btrace_target_info): Split into this and ...
11171 (btrace_tinfo_bts): ... this. Updated users.
11172 * btrace.c (btrace_enable): Update parameters.
11173 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11174 (btrace_conf_children, btrace_conf_attributes)
11175 (btrace_conf_elements): New.
11176 * btrace.h (btrace_enable): Update parameters.
11177 (btrace_conf, parse_xml_btrace_conf): New.
11178 * common/btrace-common.h (btrace_config): New.
11179 * feature/btrace-conf.dtd: New.
11180 * record-btrace.c (record_btrace_conf): New.
11181 (record_btrace_cmdlist): New.
11182 (record_btrace_enable_warn, record_btrace_open): Pass
11183 &record_btrace_conf.
11184 (record_btrace_info): Print recording format.
11185 (cmd_record_btrace_bts_start): New.
11186 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11187 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11188 Add "record bts" alias command.
11189 * remote.c (remote_state)<btrace_config>: New.
11190 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11191 (remote_protocol_features): Add qXfer:btrace-conf:read.
11192 (remote_open_1): Call remote_btrace_reset.
11193 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11194 (btrace_target_info)<conf>: New.
11195 (btrace_sync_conf, btrace_read_config): New.
11196 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11197 btrace_read_conf.
11198 (remote_btrace_conf): New.
11199 (init_remote_ops): Initialize to_btrace_conf.
11200 (_initialize_remote): Add qXfer:btrace-conf packet.
11201 * target.c (target_enable_btrace): Update parameters.
11202 (target_btrace_conf): New.
11203 * target.h (target_enable_btrace): Update parameters.
11204 (target_btrace_conf): New.
11205 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11206 (target_ops)<to_enable_btrace>: Update parameters and comment.
11207 (target_ops)<to_btrace_conf>: New.
11208 * target-delegates: Regenerate.
11209 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11210 (target_debug_print_const_struct_btrace_target_info_p): New.
11211 * NEWS: Announce new command and new packet.
11212
aadf7753
MM
112132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11214
11215 * nat/linux-btrace.h (perf_event_buffer): New.
11216 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11217 <bts>: ... this.
11218 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11219 (perf_event_buffer_size, perf_event_buffer_begin)
11220 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11221 Updated users.
11222 (perf_event_new_data): New.
11223
043c3577
MM
112242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11225
11226 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11227 * record-btrace.c (record_btrace_open): Remove call to
11228 target_supports_btrace.
11229 * remote.c (remote_supports_btrace): Update parameters.
11230 * target.c (target_supports_btrace): Update parameters.
11231 * target.h (to_supports_btrace, target_supports_btrace): Update
11232 parameters.
11233 * target-delegates.c: Regenerate.
11234 * target-debug.h (target_debug_print_enum_btrace_format): New.
11235 * nat/linux-btrace.c
11236 (kernel_supports_btrace): Rename into ...
11237 (kernel_supports_bts): ... this. Update users. Update warning text.
11238 (intel_supports_btrace): Rename into ...
11239 (intel_supports_bts): ... this. Update users.
11240 (cpu_supports_btrace): Rename into ...
11241 (cpu_supports_bts): ... this. Update users.
11242 (linux_supports_btrace): Update parameters. Split into this and ...
11243 (linux_supports_bts): ... this.
11244 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11245
734b0e4b
MM
112462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11247
11248 * Makefile.in (SFILES): Add common/btrace-common.c.
11249 (COMMON_OBS): Add common/btrace-common.o.
11250 (btrace-common.o): Add build rules.
11251 * btrace.c (parse_xml_btrace): Update parameters.
11252 (parse_xml_btrace_block): Set format field.
11253 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11254 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11255 (btrace_compute_ftrace): Split into this and...
11256 (btrace_compute_ftrace_bts): ...this.
11257 (btrace_stitch_trace): Split into this and...
11258 (btrace_stitch_bts): ...this.
11259 * btrace.h (parse_xml_btrace): Update parameters.
11260 (make_cleanup_btrace_data): New.
11261 * common/btrace-common.c: New.
11262 * common/btrace-common.h: Include common-defs.h.
11263 (btrace_block_s): Update comment.
11264 (btrace_format): New.
11265 (btrace_format_string): New.
11266 (btrace_data_bts): New.
11267 (btrace_data): New.
11268 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11269 * remote.c (remote_read_btrace): Update parameters.
11270 * target.c (target_read_btrace): Update parameters.
11271 * target.h (target_read_btrace): Update parameters.
11272 (target_ops)<to_read_btrace>: Update parameters.
11273 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11274 * target-delegates.c: Regenerate.
11275 * target-debug (target_debug_print_struct_btrace_data_p): New.
11276 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11277 (linux_read_bts): ...this.
11278 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11279
bd2e0e9e
DE
112802015-02-06 Doug Evans <dje@google.com>
11281
11282 * remote-m32r-sdi.c: Include symfile.h.
11283
f176c4b5
DE
112842015-02-06 Doug Evans <dje@google.com>
11285
11286 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11287 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11288 to here.
11289
d6c146e9
PA
112902015-02-06 Pedro Alves <palves@redhat.com>
11291
11292 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11293
b9d61307
SM
112942015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11295
11296 PR gdb/15678
11297 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11298 (enable_count_command): Check args for NULL value.
11299
e9fbd043
DE
113002015-02-05 Doug Evans <xdje42@gmail.com>
11301
11302 * guile/scm-frame.c: Fix spelling errors in a comment.
11303
881d5d5d
JK
113042015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11305
11306 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11307 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11308 return type.
11309
20ba1ce6
PA
113102015-02-04 Pedro Alves <palves@redhat.com>
11311
11312 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11313 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11314 returns true.
11315 (resume_stopped_resumed_lwps): Don't check whether the thread is
11316 marked as executing.
11317 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11318
f962539a
AA
113192015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11320
11321 * regset.h (struct regset): Add flags field.
11322 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11323 * corelow.c (get_core_register_section): Add warning if the size
11324 exceeds the requested size and the regset does not have the
11325 REGSET_VARIABLE_SIZE flag set.
11326 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11327 flag.
11328 * armbsd-tdep.c (armbsd_gregset): Likewise.
11329 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11330 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11331 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11332 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11333
dde9acd6
AA
113342015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11335
11336 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11337 For ".reg-xstate", explicitly specify the requested section size
11338 via X86_XSTATE_SIZE instead of just 0 on input and
11339 X86_XSTATE_MAX_SIZE on output.
11340 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11341 Likewise.
11342
1528345d
AA
113432015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11344
11345 PR corefiles/17808:
11346 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11347 function type, particularly its SIZE parameter.
11348 * gdbarch.h: Regenerate.
11349 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11350 actual against required size using ">=" instead of "==".
11351 (amd64_collect_fpregset): Likewise.
11352 * i386-tdep.c (i386_supply_gregset): Likewise.
11353 (i386_collect_gregset): Likewise.
11354 (i386_supply_fpregset): Likewise.
11355 (i386_collect_fpregset): Likewise.
11356 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11357 (mips_fill_gregset_wrapper): Likewise.
11358 (mips_supply_fpregset_wrapper): Likewise.
11359 (mips_fill_fpregset_wrapper): Likewise.
11360 (mips64_supply_gregset_wrapper): Likewise.
11361 (mips64_fill_gregset_wrapper): Likewise.
11362 (mips64_supply_fpregset_wrapper): Likewise.
11363 (mips64_fill_fpregset_wrapper): Likewise.
11364 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11365 (am33_supply_fpregset_method): Likewise.
11366 (am33_collect_gregset_method): Likewise.
11367 (am33_collect_fpregset_method): Likewise.
11368
518be979
DE
113692015-02-04 Doug Evans <dje@google.com>
11370 Pedro Alves <palves@redhat.com>
11371 Eli Zaretskii <eliz@gnu.org>
11372
11373 PR tui/17810
11374 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11375 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11376 * tui/tui-file.c: #include tui/tui-command.h.
11377 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11378 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11379 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11380
80bd5fab
PA
113812015-02-04 Pedro Alves <palves@redhat.com>
11382
11383 Fix build breakage.
11384 * event-loop.c (gdb_do_one_event): Add default switch case.
11385
a7606d80
JK
113862015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 Filter out inferior gcc option -fpreprocessed.
11389 * compile/compile.c (filter_args): New function.
11390 (get_args): Use it.
11391
70b66289
PA
113922015-02-03 Pedro Alves <palves@redhat.com>
11393
11394 * event-loop.c: Don't declare nor define a queue type for
11395 gdb_event_p.
11396 (event_queue): Delete.
11397 (create_event, create_file_event, gdb_event_xfree)
11398 (initialize_event_loop, process_event): Delete.
11399 (gdb_do_one_event): Return as soon as one event is handled.
11400 (handle_file_event): Change prototype. Used the passed in
11401 file_handler pointer and ready_mask instead of looping over all
11402 file handlers.
11403 (gdb_wait_for_event): Update the poll/select timeouts before
11404 blocking. Run event handlers directly instead of queueing events.
11405 Return as soon as one event is handled.
11406 (struct async_event_handler_data): Delete.
11407 (invoke_async_event_handler): Delete.
11408 (check_async_event_handlers): Change return type to int. Run
11409 event handlers directly instead of queueing events. Return as
11410 soon as one event is handled.
11411 (handle_timer_event): Delete.
11412 (update_wait_timeout): New function, factored out from
11413 poll_timers.
11414 (poll_timers): Reimplement.
11415 * event-loop.h (initialize_event_loop): Delete declaration.
11416 * top.c (gdb_init): Don't call initialize_event_loop.
11417
b7d2e916
PA
114182015-02-03 Pedro Alves <palves@redhat.com>
11419
11420 * event-loop.c (clear_async_event_handler): New function.
11421 * event-loop.h (clear_async_event_handler): New declaration.
11422 * record-btrace.c (record_btrace_async): New function.
11423 (init_record_btrace_ops): Install record_btrace_async.
11424 * record-full.c (record_full_async): New function.
11425 (record_full_resume): Don't mark the async event source here.
11426 (init_record_full_ops): Install record_full_async.
11427 (record_full_core_resume): Don't mark the async event source here.
11428 (init_record_full_core_ops): Install record_full_async.
11429 * remote.c (remote_async): Mark and clear the async stop reply
11430 queue event-loop token as appropriate.
11431
d9d41e78
PA
114322015-02-03 Pedro Alves <palves@redhat.com>
11433
11434 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11435 target_is_async_p instead of target_can_async.
11436 (linux_nat_wait): Use target_is_async_p instead of
11437 target_can_async. Don't enable async here.
11438 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11439 target_is_async_p instead of target_can_async.
11440
aa3de267
SM
114412015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11442
11443 * varobj.h (lang_varobj_ops): Mention which return values need
11444 to be freed.
11445
2c811c0f
JB
114462015-02-02 Joel Brobecker <brobecker@adacore.com>
11447
11448 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11449
b1eedac9
JB
114502015-02-02 Joel Brobecker <brobecker@adacore.com>
11451
11452 PR gdb/17856:
11453 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11454 results found in the cache.
11455
66c168ae
JB
114562015-02-02 Joel Brobecker <brobecker@adacore.com>
11457
11458 PR gdb/17854:
11459 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11460 when allocating a new one.
11461
4bdc02b2
TT
114622015-02-01 Tom Tromey <tom@tromey.com>
11463
11464 * MAINTAINERS: Remove myself.
11465
ae6ae975
DE
114662015-01-31 Doug Evans <xdje42@gmail.com>
11467
11468 * dwarf2read.c (process_structure_scope): Update setting of
11469 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11470 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11471 (set_type_vptr_fieldno): New function.
11472 (internal_type_vptr_basetype): New function.
11473 (set_type_vptr_basetype): New function.
11474 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11475 TYPE_VPTR_BASETYPE.
11476 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11477 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11478 (print_cplus_stuff): ... moved here.
11479 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11480 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11481 moved to ...
11482 (struct cplus_struct_type): ... here. All uses updated.
11483 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11484 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11485 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11486 * stabsread.c (read_tilde_fields): Update setting of
11487 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11488
09e2d7c7
DE
114892015-01-31 Doug Evans <xdje42@gmail.com>
11490
11491 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11492 to self_p.
11493 (cp_print_class_member): Rename local domain to self_type.
11494 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11495 domain_type to self_type.
11496 (set_die_type) <need_gnat_info>: Handle
11497 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11498 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11499 TYPE_SPECIFIC_SELF_TYPE.
11500 * gdbtypes.c (internal_type_self_type): New function.
11501 (set_type_self_type): New function.
11502 (smash_to_memberptr_type): Rename parameter domain to self_type.
11503 Update setting of TYPE_SELF_TYPE.
11504 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11505 (smash_to_method_type): Rename parameter domain to self_type.
11506 Update setting of TYPE_SELF_TYPE.
11507 (check_stub_method): Call smash_to_method_type.
11508 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11509 (copy_type_recursive): Ditto.
11510 * gdbtypes.h (enum type_specific_kind): New value
11511 TYPE_SPECIFIC_SELF_TYPE.
11512 (struct main_type) <type_specific>: New member self_type.
11513 (struct cplus_struct_type) <fn_field.type>: Update comment.
11514 (TYPE_SELF_TYPE): Rewrite.
11515 (internal_type_self_type, set_type_self_type): Declare.
11516 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11517 self_type.
11518 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11519 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11520 TYPE_TARGET_TYPE.
11521 * stabsread.c (read_member_functions): Mark methods with
11522 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11523 TYPE_SELF_TYPE.
11524
4bfb94b8
DE
115252015-01-31 Doug Evans <xdje42@gmail.com>
11526
11527 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11528 All uses updated.
11529
5f4ce105
DE
115302015-01-31 Doug Evans <xdje42@gmail.com>
11531
11532 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11533 or unions. Return zero if union.
11534 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11535 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11536 gnuv3_get_vtable.
11537 (compute_vtable_size): Assert only passed structs.
11538 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11539
f6b3afbf
DE
115402015-01-31 Doug Evans <xdje42@gmail.com>
11541
11542 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11543 kinds.
11544
cfb069a8
GB
115452015-01-31 Gary Benson <gbenson@redhat.com>
11546 Doug Evans <dje@google.com>
11547
11548 PR cli/9007
11549 PR cli/11920
11550 PR cli/15548
11551 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11552 reached.
11553 * common/common-exceptions.h (enum errors)
11554 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11555 * completer.h (get_max_completions_reached_message): New declaration.
11556 (max_completions): Likewise.
11557 (completion_tracker_t): New typedef.
11558 (new_completion_tracker): New declaration.
11559 (make_cleanup_free_completion_tracker): Likewise.
11560 (maybe_add_completion_enum): New enum.
11561 (maybe_add_completion): New declaration.
11562 (throw_max_completions_reached_error): Likewise.
11563 * completer.c (max_completions): New global variable.
11564 (new_completion_tracker): New function.
11565 (free_completion_tracker): Likewise.
11566 (make_cleanup_free_completion_tracker): Likewise.
11567 (maybe_add_completions): Likewise.
11568 (throw_max_completions_reached_error): Likewise.
11569 (complete_line): Remove duplicates and limit result to max_completions
11570 entries.
11571 (get_max_completions_reached_message): New function.
11572 (gdb_display_match_list): Handle max_completions.
11573 (_initialize_completer): New declaration and function.
11574 * symtab.c: Include completer.h.
11575 (completion_tracker): New static variable.
11576 (completion_list_add_name): Call maybe_add_completion.
11577 (default_make_symbol_completion_list_break_on_1): Renamed from
11578 default_make_symbol_completion_list_break_on. Maintain
11579 completion_tracker across calls to completion_list_add_name.
11580 (default_make_symbol_completion_list_break_on): New function.
11581 * top.c (init_main): Set rl_completion_display_matches_hook.
11582 * tui/tui-io.c: Include completer.h.
11583 (tui_old_rl_display_matches_hook): New static global.
11584 (tui_rl_display_match_list): Notify user if max-completions reached.
11585 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11586 * NEWS (New Options): Mention set/show max-completions.
11587
e11c72c7
GB
115882015-01-31 Gary Benson <gbenson@redhat.com>
11589
11590 * symtab.c (struct add_name_data) <code>: New field.
11591 Updated comments.
11592 (add_symtab_completions): New function.
11593 (symtab_expansion_callback): Likewise.
11594 (default_make_symbol_completion_list_break_on): Set datum.code.
11595 Move minimal symbol scan before calling expand_symtabs_matching.
11596 Scan known primary symtabs for externs and statics before calling
11597 expand_symtabs_matching. Pass symtab_expansion_callback as
11598 expansion_notify argument to expand_symtabs_matching. Do not scan
11599 primary symtabs for externs and statics after calling
11600 expand_symtabs_matching.
11601
276d885b
GB
116022015-01-31 Gary Benson <gbenson@redhat.com>
11603
11604 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11605 (struct quick_symbol_functions) <expand_symtabs_matching>:
11606 New argument expansion_notify. All uses updated.
11607 (expand_symtabs_matching): New argument expansion_notify.
11608 All uses updated.
11609 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11610 Also print expansion notify.
11611 * symtab.c (expand_symtabs_matching_via_partial): Call
11612 expansion_notify whenever a partial symbol table is expanded.
11613 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11614 expansion_notify whenever a symbol table is instantiated.
11615
82083d6d
DE
116162015-01-31 Doug Evans <xdje42@gmail.com>
11617
11618 * cli-out.c: #include completer.h, readline/readline.h.
11619 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11620 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11621 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11622 * cli-out.h (cli_display_match_list): Declare.
11623 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11624 (ELLIPSIS_LEN): Ditto.
11625 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11626 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11627 (gdb_fnprint, gdb_print_filename): Ditto.
11628 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11629 (gdb_display_match_list): Ditto.
11630 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11631 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11632 (mld_beep_ftype, mld_read_key_ftype): Ditto.
11633 (match_list_displayer): New struct.
11634 (gdb_display_match_list): Declare.
11635 * top.c (init_main): Set rl_completion_display_matches_hook.
11636 * tui/tui-io.c: #include completer.h.
11637 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11638 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11639 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11640 (tui_mld_getc, tui_mld_read_key): Ditto.
11641 (tui_rl_display_match_list): Rewrite.
11642 (tui_handle_resize_during_io): New arg for_completion. All callers
11643 updated.
11644
f57d2163
DE
116452015-01-31 Doug Evans <xdje42@gmail.com>
11646
11647 Add symbol lookup cache.
11648 * NEWS: Document new options and commands.
11649 * symtab.c (symbol_cache_key): New static global.
11650 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11651 (SYMBOL_LOOKUP_FAILED): New macro.
11652 (symbol_cache_slot_state): New enum.
11653 (block_symbol_cache): New struct.
11654 (symbol_cache): New struct.
11655 (new_symbol_cache_size, symbol_cache_size): New static globals.
11656 (hash_symbol_entry, eq_symbol_entry): New functions.
11657 (symbol_cache_byte_size, resize_symbol_cache): New functions.
11658 (make_symbol_cache, free_symbol_cache): New functions.
11659 (get_symbol_cache, symbol_cache_cleanup): New function.
11660 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11661 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11662 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11663 (symbol_cache_flush, symbol_cache_dump): New functions.
11664 (maintenance_print_symbol_cache): New function.
11665 (maintenance_flush_symbol_cache): New function.
11666 (symbol_cache_stats): New function.
11667 (maintenance_print_symbol_cache_statistics): New function.
11668 (symtab_new_objfile_observer): New function.
11669 (symtab_free_objfile_observer): New function.
11670 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11671 (_initialize_symtab): Init symbol_cache_key. New parameter
11672 maint symbol-cache-size. New maint commands print symbol-cache,
11673 print symbol-cache-statistics, flush-symbol-cache.
11674 Install new_objfile, free_objfile observers.
11675
e700d1b2
JB
116762015-01-31 Joel Brobecker <brobecker@adacore.com>
11677
11678 PR symtab/17855
11679 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11680 to end.
11681
9f050062
DE
116822015-01-31 Doug Evans <xdje42@gmail.com>
11683
11684 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11685 * auto-load.c: #include ctype.h.
11686 (struct auto_load_pspace_info): Replace member loaded_scripts with
11687 new members loaded_script_files, loaded_script_texts.
11688 (auto_load_pspace_data_cleanup): Update.
11689 (init_loaded_scripts_info): Update.
11690 (get_auto_load_pspace_data_for_loading): Update.
11691 (maybe_add_script_file): Renamed from maybe_add_script. All callers
11692 updated.
11693 (maybe_add_script_text): New function.
11694 (clear_section_scripts): Update.
11695 (source_script_file, execute_script_contents): New functions.
11696 (source_section_scripts): Add support for
11697 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11698 (print_scripts): New function.
11699 (auto_load_info_scripts): Also print inlined scripts.
11700 (maybe_print_unsupported_script_warning): Renamed from
11701 unsupported_script_warning_print. All callers updated.
11702 (maybe_print_script_not_found_warning): Renamed from
11703 script_not_found_warning_print. All callers updated.
11704 * extension-priv.h (struct extension_language_script_ops): New member
11705 objfile_script_executor.
11706 * extension.c (ext_lang_objfile_script_executor): New function.
11707 * extension.h (objfile_script_executor_func): New typedef.
11708 (ext_lang_objfile_script_executor): Declare.
11709 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11710 * guile/guile.c (guile_extension_script_ops): Update.
11711 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11712 * python/python.c (python_extension_script_ops): Update.
11713 (gdbpy_execute_objfile_script): New function.
11714
312809f8
EZ
117152015-01-31 Eli Zaretskii <eliz@gnu.org>
11716
11717 * tui/tui-io.c (tui_expand_tabs): New function.
11718 (tui_puts, tui_redisplay_readline): Expand TABs into the
11719 appropriate number of spaces.
11720 * tui/tui-regs.c: Include tui-io.h.
11721 (tui_register_format): Call tui_expand_tabs to expand TABs into
11722 the appropriate number of spaces.
11723 * tui/tui-io.h: Add prototype for tui_expand_tabs.
11724
b6577aab
DE
117252015-01-30 Doug Evans <dje@google.com>
11726
11727 * NEWS: "info source" command now display producer string if present.
11728 * source.c (source_info): Print producer string if present.
11729
6da58d3e
SM
117302015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * varobj.c (varobj_delete): Fix comment.
11733
837ce252
SM
117342015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11735
11736 * varobj.c (create_child): Modify comment.
11737
b09e2c59
SM
117382015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11739
11740 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
11741 parameter.
11742 (ada_name_of_variable): Same.
11743 (ada_path_expr_of_child): Same.
11744 (ada_value_of_variable): Same.
11745 (ada_value_is_changeable_p): Same.
11746 (ada_value_has_mutated): Same.
11747 * c-varobj.c (varobj_is_anonymous_child): Same.
11748 (c_is_path_expr_parent): Same.
11749 (c_number_of_children): Same.
11750 (c_name_of_variable): Same.
11751 (c_path_expr_of_child): Same.
11752 (get_type): Same.
11753 (c_value_of_variable): Same.
11754 (cplus_number_of_children): Same.
11755 (cplus_name_of_variable): Same.
11756 (cplus_path_expr_of_child): Same.
11757 (cplus_value_of_variable): Same.
11758 * jv-varobj.c (java_number_of_children): Same.
11759 (java_name_of_variable): Same.
11760 (java_path_expr_of_child): Same.
11761 (java_value_of_variable): Same.
11762 * varobj.c (number_of_children): Same.
11763 (name_of_variable): Same.
11764 (is_root_p): Same.
11765 (varobj_ensure_python_env): Same.
11766 (varobj_get_objname): Same.
11767 (varobj_get_expression): Same.
11768 (varobj_get_display_format): Same.
11769 (varobj_get_display_hint): Same.
11770 (varobj_has_more): Same.
11771 (varobj_get_thread_id): Same.
11772 (varobj_get_frozen): Same.
11773 (dynamic_varobj_has_child_method): Same.
11774 (varobj_get_gdb_type): Same.
11775 (is_path_expr_parent): Same.
11776 (varobj_default_is_path_expr_parent): Same.
11777 (varobj_get_language): Same.
11778 (varobj_get_attributes): Same.
11779 (varobj_is_dynamic_p): Same.
11780 (varobj_get_child_range): Same.
11781 (varobj_value_has_mutated): Same.
11782 (varobj_get_value_type): Same.
11783 (number_of_children): Same.
11784 (name_of_variable): Same.
11785 (check_scope): Same.
11786 (varobj_editable_p): Same.
11787 (varobj_value_is_changeable_p): Same.
11788 (varobj_floating_p): Same.
11789 (varobj_default_value_is_changeable_p): Same.
11790
2568868e
SM
117912015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11792
11793 * varobj.c (varobj_get_path_expr): Set var->path_expr.
11794 * c-varobj.c (c_path_expr_of_child): Set local var instead of
11795 child->path_expr.
11796 (cplus_path_expr_of_child): Same.
11797
ca83fa81
SM
117982015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11799
11800 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
11801 result.
11802 (mi_cmd_var_info_expression): Same.
11803 * varobj.c (varobj_get_expression): Mention in the comment that
11804 the result must by freed by the caller.
11805
afa269ae
SM
118062015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11807
11808 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
11809 varobj_get_type.
11810 (varobj_update_one): Same.
11811 * varobj.c (update_type_if_necessary): Free curr_type_str and
11812 new_type_str.
11813 (varobj_get_type): Specify in comment that the result needs to be
11814 freed by the caller.
11815
cd366ee8
DE
118162015-01-29 Doug Evans <dje@google.com>
11817
11818 PR symtab/17890
11819 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
11820
38360086
MW
118212015-01-25 Mark Wielaard <mjw@redhat.com>
11822
11823 * dwarf2read.c (checkproducer): Call producer_is_gcc.
11824 * utils.c (producer_is_gcc_ge_4): Likewise.
11825 (producer_is_gcc): New function.
11826 * utils.h (producer_is_gcc): New declaration.
11827
df25ebbd
JB
118282015-01-29 Joel Brobecker <brobecker@adacore.com>
11829
11830 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
11831 kind.
11832 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
11833 parameter by "addr_stack" parameter.
11834 (resolve_dynamic_range): Replace "addr" parameter by
11835 "stack_addr" parameter. Update function documentation.
11836 Update code accordingly.
11837 (resolve_dynamic_array, resolve_dynamic_union)
11838 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
11839 (resolve_dynamic_type): Update code, following the changes made
11840 to resolve_dynamic_type_internal's interface.
11841 * dwarf2loc.h (struct property_addr_info): New.
11842 (dwarf2_evaluate_property): Replace "address" parameter
11843 by "addr_stack" parameter. Adjust function documentation.
11844 (struct dwarf2_offset_baton): New.
11845 (struct dwarf2_property_baton): Update documentation of
11846 field "referenced_type" to be more general. New field
11847 "offset_info" in union data field.
11848 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
11849 parameter by "addr_stack" parameter. Adjust code accordingly.
11850 Add support for PROP_ADDR_OFFSET properties.
11851 * dwarf2read.c (attr_to_dynamic_prop): Add support for
11852 DW_AT_data_member_location attributes as well. Use case
11853 statements instead of if/else condition.
11854
4a0ca9ec
JB
118552015-01-29 Joel Brobecker <brobecker@adacore.com>
11856
11857 * ada-varobj.c (ada_varobj_get_array_number_of_children):
11858 Return zero if PARENT_VALUE is NULL and parent_type's
11859 range type is dynamic.
11860
ddb87a81
JB
118612015-01-29 Joel Brobecker <brobecker@adacore.com>
11862
11863 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
11864 nonzero if the type's subtype is dynamic.
11865 (resolve_dynamic_range): Also resolve the range's subtype.
11866
3d7ad9b4 118672015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 11868
3d7ad9b4 11869 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
11870 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
11871
3a8b707a
DE
118722015-01-27 Doug Evans <dje@google.com>
11873
11874 * NEWS: Mention gdb.Objfile.username.
11875 * python/py-objfile.c (objfpy_get_username): New function.
11876 (objfile_getset): Add "username".
11877
d35b90fb
MW
118782015-01-24 Mark Wielaard <mjw@redhat.com>
11879
11880 * stack.c (return_command): Markup warning message with _.
11881
734ae125
DE
118822015-01-24 Doug Evans <xdje42@gmail.com>
11883
11884 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
11885
527f3840
JK
118862015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 Fix 100x slowdown regression on DWZ files.
11889 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
11890 (struct line_header): Add offset and offset_in_dwz.
11891 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
11892 (free_line_header_voidp): New declaration.
11893 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
11894 functions.
11895 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
11896 (handle_DW_AT_stmt_list): Use line_header_hash.
11897 (free_line_header_voidp): New function.
11898 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
11899 (dwarf_decode_lines): New parameter decode_mapping, use it.
11900 (dwarf2_free_objfile): Free line_header_hash.
11901
f7e5394d
SM
119022015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11903
11904 PR gdb/17416
11905 * valops.c (value_rtti_indirect_type): Catch exception thrown by
11906 value_ind.
11907
743649fd
MW
119082015-01-15 Mark Wielaard <mjw@redhat.com>
11909
11910 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
11911 DW_AT_noreturn.
11912 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
11913 calling_convention an 8 bit bit field.
11914 (TYPE_NO_RETURN): New macro.
11915 * infcmd.c (finish_command): Query if function does not return
11916 normally.
11917 * stack.c (return_command): Likewise.
11918
198297aa
PA
119192015-01-23 Pedro Alves <palves@redhat.com>
11920
11921 * linux-nat.c (linux_is_async_p): New macro.
11922 (linux_nat_is_async_p):
11923 (linux_nat_terminal_inferior): Check whether the target can async
11924 instead of whether it is already async.
11925 (linux_nat_terminal_ours): Don't check whether the target is
11926 async.
11927 (linux_async_pipe): Use linux_is_async_p.
11928
253828f1
JK
119292015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11930
11931 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
11932 '-ascending'.
11933 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
11934 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
11935 Sort tp_array using tp_array_compar.
11936 (_initialize_thread): Extend thread_apply_all_command help.
11937
f0e8c4c5
JK
119382015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11939
11940 * corelow.c (core_open): Call also thread_command.
11941 * gdbthread.h (thread_command): New prototype moved from ...
11942 * thread.c (thread_command): ... here.
11943 (thread_command): Make it global.
11944
03b79603
PA
119452015-01-22 Pedro Alves <palves@redhat.com>
11946
11947 * configure.ac [*mingw32*]: Check $curses_found instead of
11948 $prefer_curses.
11949 * configure: Regenerate.
11950 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
11951 HAVE_NCURSES_NCURSES_H checks.
11952
6b8a872f
EZ
119532015-01-22 Eli Zaretskii <eliz@gnu.org>
11954
bbbbffbb 11955 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
11956 fails with the 1st arg NULL, try again with "unknown". Don't test
11957 the "cup" capability: it isn't supported by the Windows port of
11958 ncurses, but the Windows console driver is still capable of
11959 supporting TUI.
11960
4b62a76e
JK
119612015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11962
11963 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
11964
82a864f9
EZ
119652015-01-22 Eli Zaretskii <eliz@gnu.org>
11966
11967 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
11968 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
11969 reason that "make TAGS" is broken.
11970
b35018fd
CG
119712015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
11972
11973 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
11974 and check additional store instructions.
11975
ffbc4646
WW
119762015-01-21 Wei-cheng Wang <cole945@gmail.com>
11977
11978 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
11979
ddeca1df
WW
119802015-01-21 Wei-cheng Wang <cole945@gmail.com>
11981
11982 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
11983 ppc_canonicalize_syscall, ppc_linux_syscall_record,
11984 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
11985 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
11986 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
11987 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
11988 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
11989 ppc_process_record_op19, ppc_process_record_op31,
11990 ppc_process_record_op59, ppc_process_record_op60,
11991 ppc_process_record_op63): Likewise.
11992
049bb5de
JB
119932015-01-20 Joel Brobecker <brobecker@adacore.com>
11994
11995 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
11996 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
11997 strerror.
11998
42b87c63 119992015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12000
12001 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12002 ppc_process_record_op31, ppc_process_record_op59,
12003 ppc_process_record_op60, ppc_process_record_op63,
12004 ppc_process_record): Fix -Wformat warning.
12005 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12006 Remove unused variables.
12007
569340fc
CG
120082015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12009
12010 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12011
63413d85
EZ
120122015-01-19 Eli Zaretskii <eliz@gnu.org>
12013
12014 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12015 CONFIG_OBS if not building with a curses library.
12016 * configure: Regenerate.
12017
12018 * windows-termcap.c: Include defs.h. Make the whole body empty if
12019 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12020 HAVE_NCURSES_NCURSES_H is defined.
12021
16d8013c
JB
120222015-01-19 Joel Brobecker <brobecker@adacore.com>
12023
12024 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12025 from end of line to start of next line.
12026
cf90fd9a
WW
120272015-01-17 Wei-cheng Wang <cole945@gmail.com>
12028
12029 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12030 Scan PLT stub backward for reverse debugging.
12031 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12032
b4cdae6f
WW
120332015-01-17 Wei-cheng Wang <cole945@gmail.com>
12034 Ulrich Weigand <uweigand@de.ibm.com>
12035
12036 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12037 gdb_target_obs.
12038 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12039 record.
12040 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12041 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12042 (ppc_linux_init_abi): Set process_record, process_record_signal.
12043 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12044 ppc_linux_record_tdep to gdbarch_tdep.
12045 (ppc_process_record): New declaration.
12046 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12047 ppc_process_record_op19, ppc_process_record_op31,
12048 ppc_process_record_op59, ppc_process_record_op60,
12049 ppc_process_record_op63, ppc_process_record): New functions.
12050
2608dbf8
WW
120512015-01-17 Wei-cheng Wang <cole945@gmail.com>
12052
12053 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12054 rs6000_in_function_epilogue_frame_p and add an argument
12055 for frame_info.
12056 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12057 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12058 New functions.
12059 (rs6000_epilogue_frame_unwind): New.
12060 (rs6000_gdbarch_init): Append epilogue unwinder.
12061
4c347be6
SDJ
120622015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12063
12064 * nat/linux-personality.c: Replace "#ifndef
12065 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12066 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12067 systems.
12068
9f2850ba
EZ
120692015-01-16 Eli Zaretskii <eliz@gnu.org>
12070
6cdb25f4
EZ
12071 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12072 functions.
12073 (_initialize_tui_win) <border-kind, border-mode>:
12074 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12075 (tui_set_tab_width_command): Fix the commentary.
12076
6cdb25f4
EZ
12077 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12078
bf555842
EZ
12079 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12080 Doc fix.
cb86fcc1
EZ
12081 (tui_set_tab_width_command): Delete and recreate the source and
12082 the disassembly windows, to show the effect of the changed tab
12083 size immediately.
bf555842 12084
9f2850ba
EZ
12085 * tui/tui-data.h (LINE_PREFIX): Make shorter
12086 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12087 "Thread NNNNN.XXXX" thread ID notation on Windows.
12088
95761b2d
JK
120892015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12090
12091 Fix gcc-5 compilation.
12092 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12093
8cc73a39
SDJ
120942015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12095
12096 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12097 (linux-personality.o): New rule.
12098 * common/common-defs.h: Include <stdint.h>.
12099 * config/aarch64/linux.mh (NATDEPFILES): Include
12100 linux-personality.o.
12101 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12102 * config/arm/linux.mh (NATDEPFILES): Likewise.
12103 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12104 * config/i386/linux.mh (NATDEPFILES): Likewise.
12105 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12106 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12107 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12108 * config/mips/linux.mh (NATDEPFILES): Likewise.
12109 * config/pa/linux.mh (NATDEPFILES): Likewise.
12110 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12111 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12112 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12113 * config/s390/linux.mh (NATDEPFILES): Likewise.
12114 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12115 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12116 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12117 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12118 * defs.h: Remove #include <stdint.h> (moved to
12119 common/common-defs.h).
12120 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12121 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12122 nat/linux-personality.c).
12123 (linux_nat_create_inferior): Remove code to disable address space
12124 randomization (moved to nat/linux-personality.c). Create cleanup
12125 to disable address space randomization.
12126 * nat/linux-personality.c: New file.
12127 * nat/linux-personality.h: Likewise.
12128
fb23d554
SDJ
121292015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12130
12131 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12132 common/posix-strerror.c.
12133 (posix-strerror.o): New rule.
12134 (mingw-strerror.o): Likewise.
12135 * common/common-utils.h (safe_strerror): Move prototype to here,
12136 from utils.h.
12137 * common/common.host: New file.
12138 * common/mingw-strerror.c: Likewise.
12139 * common/posix-strerror.c: Likewise.
12140 * configure: Regenerated.
12141 * configure.ac: Source common/common.host. Add variable
12142 common_host_obs to gdb_host_obs.
12143 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12144 gdb/common/posix-strerror.c when warning about the use of
12145 strerror.
12146 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12147 common/mingw-strerror.c.
12148 * posix-hdep.c (safe_strerror): Remove definition; move it to
12149 common/posix-hdep.c.
12150 * utils.h (safe_strerror): Remove prototype; move to
12151 common/common-utils.h.
12152
3af8af43
JB
121532015-01-15 Joel Brobecker <brobecker@adacore.com>
12154
12155 GDB 7.8.2 released.
12156
bafffb51
JB
121572015-01-15 Joel Brobecker <brobecker@adacore.com>
12158
12159 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12160 ___XA type if the array has already been fixed.
12161
cdf43629
YQ
121622015-01-14 Yao Qi <yao@codesourcery.com>
12163
12164 * Makefile.in (ppc-linux.o): New rule.
12165 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12166 * configure.ac: AC_CHECK_FUNCS(getauxval).
12167 * config.in: Re-generated.
12168 * configure: Re-generated.
12169 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12170 Declare.
12171 * nat/ppc-linux.c: New file.
12172 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12173 Call ppc64_64bit_inferior_p.
12174
514c5338
YQ
121752015-01-14 Yao Qi <yao@codesourcery.com>
12176
12177 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12178 nat/ppc-linux.h.
12179 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12180 (PPC_FEATURE_HAS_DFP): Likewise.
12181 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12182 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12183 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12184 Include "nat/ppc-linux.h".
12185 * nat/ppc-linux.h: New file.
12186 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12187
5589af0e
PA
121882015-01-14 Pedro Alves <palves@redhat.com>
12189
12190 PR gdb/17525
12191 * breakpoint.c: Include "interps.h".
12192 (bpstat_do_actions_1): Also check whether the interpreter is
12193 async.
12194
6c400b59
PA
121952015-01-14 Pedro Alves <palves@redhat.com>
12196
12197 PR cli/17828
12198 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12199 reinstall if the interpreter is sync.
12200
e02c96a7
DE
122012015-01-13 Doug Evans <dje@google.com>
12202
12203 * objfiles.c (objfile_filename): New function.
12204 * objfiles.h (objfile_filename): Declare it.
12205 (objfile_name): Add function comment.
12206 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12207 bfd file name (which may be realpath'd), and the original name.
12208
3b2f13ff
JB
122092015-01-13 Joel Brobecker <brobecker@adacore.com>
12210
12211 * NEWS: Create a new section for the next release branch.
12212 Rename the section of the current branch, now that it has
12213 been cut.
12214
b4cfe7f8
JB
122152015-01-13 Joel Brobecker <brobecker@adacore.com>
12216
12217 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12218 * version.in: Bump version to 7.9.50.DATE-cvs.
12219
92fc2e69
JB
122202015-01-13 Joel Brobecker <brobecker@adacore.com>
12221
12222 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12223 Remove trailing new-line in argument of call to warning.
12224
f71f0b0d
JB
122252015-01-13 Joel Brobecker <brobecker@adacore.com>
12226
12227 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12228 new-line in argument of call to "warning".
12229
04dccad0
JB
122302015-01-13 Joel Brobecker <brobecker@adacore.com>
12231
12232 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12233 in static block, then try searching for primitive types.
12234
08b13bdd
PP
122352015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12236
12237 * top.h (gdb_add_history): Declare.
12238 * top.c (command_count): New variable.
12239 (gdb_add_history): New function.
12240 (gdb_safe_append_history): New static function.
12241 (quit_force): Call it.
12242 (command_line_input): Use gdb_add_history instead of
12243 add_history.
12244 * event-top.c (command_line_handler): Likewise.
12245
4ac15b59
JC
122462015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12247
12248 PR gdb/17046
12249 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12250 <setjmp.h> #include.
12251
005e54bb
DE
122522015-01-11 Doug Evans <xdje42@gmail.com>
12253
12254 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12255
439250fb
DE
122562015-01-11 Doug Evans <xdje42@gmail.com>
12257
12258 PR gdb/15830
12259 * NEWS: The "maint demangle" command is renamed as "demangle".
12260 * demangle.c: #include cli/cli-utils.h, language.h.
12261 (demangle_command): New function.
12262 (_initialize_demangle): Add new command "demangle".
12263 * maint.c (maintenance_demangle): Stub out.
12264 (_initialize_maint_cmds): Update help text for "maint demangle",
12265 and mark as deprecated.
12266
ebf3aa72
MK
122672015-01-11 Mark Kettenis <kettenis@gnu.org>
12268
12269 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12270 inferior_thread is a function.
12271
6bf045cd
PP
122722015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12273
12274 * Makefile.in (.y.c): Don't munge yacc's #line
12275 directives.
12276
588dcc3e
PP
122772015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12278
12279 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12280 to prompt for input.
12281 * tui/tui-hooks.c (tui_query_hook): Remove.
12282 (tui_install_hooks): Don't set deprecated_query_hook.
12283 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12284 height calculation. Always update the command window's cur_line.
12285
9c02b525
PA
122862015-01-09 Pedro Alves <palves@redhat.com>
12287
12288 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12289 function.
12290 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12291 declaration.
12292 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12293 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12294 stop_reason.
12295 (check_stopped_by_watchpoint): New function.
12296 (save_sigtrap): Reimplement.
12297 (linux_nat_stopped_by_watchpoint): Adjust.
12298 (linux_nat_lp_status_is_event): Delete.
12299 (stop_wait_callback): Only call save_sigtrap after storing the
12300 pending status.
12301 (status_callback): If the thread had been stopped for a breakpoint
12302 that has since been removed, discard the event and resume the LWP.
12303 (count_events_callback, select_event_lwp_callback): Use
12304 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12305 (cancel_breakpoint): Rename to ...
12306 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12307 stopped for a software breakpoint or hardware breakpoint.
12308 (select_event_lwp): Only give preference to the stepping LWP in
12309 all-stop mode. Adjust comments.
12310 (stop_and_resume_callback): Remove references to new_pending_p.
12311 (linux_nat_filter_event): Likewise. Leave exit events of the
12312 leader thread pending here. Handle signal short circuiting here.
12313 Only call save_sigtrap after storing the pending waitstatus.
12314 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12315 new_pending. Don't handle leaving events the caller is not
12316 interested in pending here, nor handle signal short-circuiting
12317 here. Also give equal priority to all LWPs that have had events
12318 in non-stop mode. If reporting a software breakpoint event,
12319 unadjust the LWP's PC.
12320 * linux-nat.h (enum lwp_stop_reason): New.
12321 (struct lwp_info) <stop_pc>: New field.
12322 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12323 (struct lwp_info) <stop_reason>: New field.
12324 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12325
8af756ef
PA
123262015-01-09 Pedro Alves <palves@redhat.com>
12327
12328 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12329 Set the LWP's 'resumed' flag.
12330
8a99810d
PA
123312015-01-09 Pedro Alves <palves@redhat.com>
12332
12333 * linux-nat.c (linux_resume_one_lwp): New function.
12334 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12335 (linux_nat_resume): Use lwp_status_pending_p and
12336 linux_resume_one_lwp.
12337 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12338 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12339 (status_callback, running_callback): Use lwp_status_pending_p.
12340 (lwp_status_pending_p): New function.
12341 (stop_and_resume_callback): Use lwp_status_pending_p.
12342 (linux_nat_filter_event): Use linux_resume_one_lwp.
12343 (linux_nat_wait_1): Always use status_callback to look for an LWP
12344 with a pending status. Use linux_resume_one_lwp.
12345 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12346 linux_resume_one_lwp.
12347
f7ce857f
PA
123482015-01-09 Pedro Alves <palves@redhat.com>
12349
12350 * breakpoint.c (bp_location_inserted_here_p): New function,
12351 factored out from ...
12352 (breakpoint_inserted_here_p): ... here. Use
12353 ALL_BP_LOCATIONS_AT_ADDR.
12354 (software_breakpoint_inserted_here_p): Use
12355 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12356
c1a747c1
PA
123572014-01-09 Pedro Alves <palves@redhat.com>
12358
12359 Skip enabling event reporting if the kernel supports
12360 PTRACE_EVENT_CLONE.
12361 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12362 (thread_db_use_events): New function.
12363 (try_thread_db_load_1): Check thread_db_use_events before enabling
12364 event reporting.
12365 (update_thread_state): New function.
12366 (attach_thread): Use it. Check thread_db_use_events before
12367 enabling event reporting.
12368 (thread_db_detach): Check thread_db_use_events before disabling
12369 event reporting.
12370 (find_new_threads_callback): Check thread_db_use_events before
12371 enabling event reporting. Update the thread's state if not using
12372 libthread_db events.
12373
a33e3959
PA
123742015-01-09 Pedro Alves <palves@redhat.com>
12375
12376 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12377 about to wait for is > 0.
12378 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12379 the kernel thread ID is -1.
12380
8784d563
PA
123812015-01-09 Pedro Alves <palves@redhat.com>
12382
12383 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12384 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12385 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12386 ptrace option flags.
12387 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12388 field.
12389 * nat/linux-procfs.c: Include <dirent.h>.
12390 (linux_proc_get_int): New parameter "warn". Handle it.
12391 (linux_proc_get_tgid): Adjust.
12392 (linux_proc_get_tracerpid): Rename to ...
12393 (linux_proc_get_tracerpid_nowarn): ... this.
12394 (linux_proc_pid_get_state): New function, factored out from
12395 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12396 and handle it.
12397 (linux_proc_pid_is_gone): New function.
12398 (linux_proc_pid_is_stopped): Adjust.
12399 (linux_proc_pid_is_zombie_maybe_warn)
12400 (linux_proc_pid_is_zombie_nowarn): New functions.
12401 (linux_proc_pid_is_zombie): Use
12402 linux_proc_pid_is_zombie_maybe_warn.
12403 (linux_proc_attach_tgid_threads): New function.
12404 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12405 (linux_proc_get_tracerpid): Rename to ...
12406 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12407 (linux_proc_pid_is_gone): New declaration.
12408 (linux_proc_pid_is_zombie): Update comment.
12409 (linux_proc_pid_is_zombie_nowarn): New declaration.
12410 (linux_proc_attach_lwp_func): New typedef.
12411 (linux_proc_attach_tgid_threads): New declaration.
12412 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12413 use nowarn functions.
12414 (linux_ptrace_attach_fail_reason_string): Move here from
12415 gdbserver/linux-low.c and rename.
12416 (ptrace_supports_feature): If the current ptrace options are not
12417 known yet, check them now, instead of asserting.
12418 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12419 Declare.
12420
883ed13e
PA
124212015-01-09 Pedro Alves <palves@redhat.com>
12422
12423 * linux-thread-db.c (thread_db_find_new_threads_silently)
12424 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12425 (find_new_threads_once): Print debug output on gdb_stdlog.
12426
1710aab8
CG
124272015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12428 Pedro Alves <palves@redhat.com>
12429
12430 * compile/compile.c: Include "gdb_wait.h".
12431 (do_rmdir): Check return value, and free 'zap'.
12432
b597c318
YQ
124332015-01-08 Pedro Alves <palves@redhat.com>
12434 Yao Qi <yao@codesourcery.com>
12435
12436 * dwarf2loc.c (indirect_pieced_value): Don't call
12437 gdb_sign_extend. Call extract_signed_integer instead.
12438 * utils.c (gdb_sign_extend): Remove.
12439 * utils.h (gdb_sign_extend): Remove declaration.
12440
025ac414
PM
124412015-01-07 Pierre Muller <muller@sourceware.org>
12442
12443 PR symtab/17811
12444 * stabsread.c (define_symbol): Set language for C++ special symbols.
12445
fa5af12a
PP
124462015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12447
12448 * inflow.c (initial_gdb_ttystate): Tweak comment.
12449
ea42d6f8
JB
124502015-01-07 Joel Brobecker <brobecker@adacore.com>
12451
12452 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12453 comment documenting function.
12454
6a06d660
PP
124552015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12456
12457 * terminal.h (set_initial_gdb_ttystate): Declare.
12458 * inflow.c (initial_gdb_ttystate): New static variable.
12459 (set_initial_gdb_ttystate): New setter.
12460 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12461 instead of our current terminal state.
12462 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12463
e810d75b
JB
124642015-01-07 Joel Brobecker <brobecker@adacore.com>
12465
12466 * guile/scm-type.c (tyscm_array_1): Add comment.
12467 * python/py-type.c (typy_array_1): Add comment.
12468
fce10a84
JB
124692015-01-06 Joel Brobecker <brobecker@adacore.com>
12470
12471 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12472 error if N2 is equal to N1 - 1.
12473
8503d6e1
JB
124742015-01-06 Joel Brobecker <brobecker@adacore.com>
12475
12476 * python/py-type.c (typy_array_1): Do not raise negative-length
12477 exception if N2 is equal to N1 - 1.
12478
4d29c0a8
DE
124792015-01-03 Doug Evans <xdje42@gmail.com>
12480
12481 * c-exp.y: Whitespace cleanup.
12482 (classify_inner_name): Remove extra ;.
12483
eaa6a9a4
MR
124842015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12485
12486 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12487 offset signed.
12488
02fe9972
DE
124892015-01-02 Doug Evans <dje@google.com>
12490
12491 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12492
e2ada9cb
DE
124932015-01-02 Doug Evans <dje@google.com>
12494
12495 * symtab.h (struct symbol): Fix typo in comment.
12496
32d0add0
JB
124972015-01-01 Joel Brobecker <brobecker@adacore.com>
12498
12499 Update year range in copyright notice of all files.
12500
76f2b779
JB
125012015-01-01 Joel Brobecker <brobecker@adacore.com>
12502
12503 * top.c (print_gdb_version): Update copyright year to 2015.
12504
077309e2 125052015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 12506
077309e2 12507 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 12508
077309e2 12509For older changes see ChangeLog-2014.
c906108c
SS
12510\f
12511Local Variables:
12512mode: change-log
12513left-margin: 8
12514fill-column: 74
12515version-control: never
57da7796 12516coding: utf-8
c906108c 12517End:
This page took 2.516378 seconds and 4 git commands to generate.