aarch64: Add cast for integer to enum cast
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1f713e48
SM
12015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
4
cb65d272
SM
52015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6
7 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
8 gdb_sys_no_syscall instead of -1.
9
eda14cf2
YQ
102015-10-12 Yao Qi <yao.qi@linaro.org>
11
12 * NEWS: Mention the change.
13
1c2e1515
YQ
142015-10-12 Yao Qi <yao.qi@linaro.org>
15
16 * arch/aarch64-insn.c (emit_load_store): Rename to ...
17 (aarch64_emit_load_store): ... it. All callers updated.
18
e1c587c3
YQ
192015-10-12 Yao Qi <yao.qi@linaro.org>
20
21 * arch/aarch64-insn.c (emit_insn): Rename to ...
22 (aarch64_emit_insn): ... it. All callers updated.
23
b6542f81
YQ
242015-10-12 Yao Qi <yao.qi@linaro.org>
25
26 * aarch64-linux-tdep.c: Include arch-utils.h.
27 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
28 set_gdbarch_displaced_step_copy_insn,
29 set_gdbarch_displaced_step_fixup,
30 set_gdbarch_displaced_step_free_closure,
31 set_gdbarch_displaced_step_location,
32 and set_gdbarch_displaced_step_hw_singlestep.
33 * aarch64-tdep.c (struct displaced_step_closure): New.
34 (struct aarch64_displaced_step_data): New.
35 (aarch64_displaced_step_b): New function.
36 (aarch64_displaced_step_b_cond): Likewise.
37 (aarch64_register): Likewise.
38 (aarch64_displaced_step_cb): Likewise.
39 (aarch64_displaced_step_tb): Likewise.
40 (aarch64_displaced_step_adr): Likewise.
41 (aarch64_displaced_step_ldr_literal): Likewise.
42 (aarch64_displaced_step_others): Likewise.
43 (aarch64_displaced_step_copy_insn): Likewise.
44 (aarch64_displaced_step_fixup): Likewise.
45 (aarch64_displaced_step_hw_singlestep): Likewise.
46 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
47 (aarch64_displaced_step_copy_insn): Declare.
48 (aarch64_displaced_step_fixup): Declare.
49 (aarch64_displaced_step_hw_singlestep): Declare.
50 * arch/aarch64-insn.c (emit_insn): Moved from
51 gdbserver/linux-aarch64-low.c.
52 (emit_load_store): Likewise.
53 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
54 gdbserver/linux-aarch64-low.c.
55 (struct aarch64_register): Likewise.
56 (struct aarch64_memory_operand): Likewise.
57 (ENCODE): Likewise.
58 (can_encode_int32): New macro.
59 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
60 (emit_tb, emit_nop): Likewise.
61 (emit_insn): Declare.
62 (emit_load_store): Declare.
63
246994ce
YQ
642015-10-12 Yao Qi <yao.qi@linaro.org>
65
66 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
67 gdbserver/linux-aarch64-low.c.
68 (aarch64_relocate_instruction): Likewise.
69 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
70 (struct aarch64_insn_data): Moved from
71 gdbserver/linux-aarch64-low.c.
72 (struct aarch64_insn_visitor): Likewise.
73 (aarch64_relocate_instruction): Declare.
74
2520f728
PMR
752015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
76
77 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
78 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
79 to the returned value.
80
5b639dea
JB
812015-10-09 Joel Brobecker <brobecker@adacore.com>
82
83 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
84 is large enough for BIT_SIZE. Update function comment.
85
0cafa88c
JB
862015-10-09 Joel Brobecker <brobecker@adacore.com>
87
88 * ada-lang.c (ada_value_primitive_packed_val): Move
89 src_len variable to local block where used. Override
90 BIT_SIZE if bigger than size of resolved type.
91
220475ed
JB
922015-10-09 Joel Brobecker <brobecker@adacore.com>
93
94 * gdbtypes.h (is_scalar_type): Add extern declaration.
95 * gdbtypes.c (is_scalar_type): Make non-static.
96 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
97 to compute IS_SCALAR instead of doing it ourselves.
98
d0a9e810
JB
992015-10-09 Joel Brobecker <brobecker@adacore.com>
100
101 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
102 of case where TYPE is dynamic.
103
f93fca70
JB
1042015-10-09 Joel Brobecker <brobecker@adacore.com>
105
106 * ada-lang.c (ada_unpack_from_contents): New function,
107 extracted from ada_value_primitive_packed_val.
108 (ada_value_primitive_packed_val): Replace extracted out code
109 by call to ada_unpack_from_contents.
110
a1c95e6b
JB
1112015-10-09 Joel Brobecker <brobecker@adacore.com>
112
113 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
114 variable declarations.
115
fbd000da
JB
1162015-10-09 Joel Brobecker <brobecker@adacore.com>
117
118 * ada-lang.c (ada_value_primitive_packed_val): Change the type
119 of local variables src and unpacked to "gdb_type *" instead of
120 "unsigned char *".
121
086ca51f
JB
1222015-10-09 Joel Brobecker <brobecker@adacore.com>
123
124 * ada-lang.c (ada_value_primitive_packed_val): Make the name
125 of various local variables more explicit and consistent.
126 No real code change otherwise.
127
c5bcd278
SM
1282015-10-09 Simon Marchi <simon.marchi@ericsson.com>
129
130 * i386-tdep.h (struct gdbarch_tdep): Change type of
131 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
132
78c5b882
SM
1332015-10-09 Simon Marchi <simon.marchi@ericsson.com>
134
135 * cris-tdep.c (struct instruction_environment): Change type of
136 byte_order to enum bfd_endian.
137
f9fa37b3
SM
1382015-10-09 Simon Marchi <simon.marchi@ericsson.com>
139
140 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
141 enum gdb_syscall casts.
142
7c543f7b
SM
1432015-10-09 Simon Marchi <simon.marchi@ericsson.com>
144
145 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
146 * arm-tdep.c (struct stack_item): Likewise.
147 (push_stack_item): Add gdb_byte* cast.
148 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
149 (push_stack_item): Add gdb_byte* cast.
150 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
151 and add cast.
152 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
153 (push_stack_item): Add gdb_byte* cast.
154 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
155 add cast.
156 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
157 gdb_byte*.
158 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
159 gdb_byte* and remove unnecessary cast.
160 (h8300h_extract_return_value): Likewise.
161 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
162 (h8300h_store_return_value): Likewise.
163 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
164 gdb_byte* and remove unnecessary cast.
165 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
166 and add cast.
167 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
168 gdb_byte* and remove unnecessary cast.
169 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
170 valbuf.
171 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
172 (mep_pseudo_cr64_read): Likewise.
173 (mep_pseudo_csr_write): Likewise.
174 (mep_pseudo_cr32_write): Likewise.
175 (mep_pseudo_cr64_write): Likewise.
176 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
177 gdb_byte* and add cast.
178 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
179 gdb_byte* and remove unnecessary cast.
180 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
181 valbuf.
182 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
183 gdb_byte*.
184 * printcmd.c (void): Likewise.
185 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
186 gdb_byte* and add cast.
187 (infpy_write_memory): Likewise.
188 (infpy_search_memory): Likewise.
189 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
190 and add cast.
191 (regcache_raw_write_unsigned): Likewise.
192 (regcache_cooked_write_signed): Likewise.
193 (regcache_cooked_write_unsigned): Likewise.
194 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
195 gdb_byte*.
196
7567e115
SM
1972015-10-09 Simon Marchi <simon.marchi@ericsson.com>
198
199 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
200 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
201
f9acce4a
EZ
2022015-10-09 Eli Zaretskii <eliz@gnu.org>
203
204 * stack.c (print_stack_frame):
205 * utils.c (printchar): Fix typos in commentary.
206
d5d8c4e1
IB
2072015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
208
209 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
210 (PostfixExpression): Support `expr.sizeof' expressions.
211 (PrimaryExpression): Support `typeof(expr)' expressions.
212
4e7de155
MR
2132015-10-08 Maciej W. Rozycki <macro@imgtec.com>
214
215 * MAINTAINERS: Update my email address.
216
04c4fe8c
MM
2172015-10-08 Markus Metzger <markus.t.metzger@intel.com>
218
219 * record-btrace.c (record_btrace_resume): Fix void return.
220
f77ee802
YQ
2212015-10-07 Yao Qi <yao.qi@linaro.org>
222
223 * aarch64-tdep.c: Include opcode/aarch64.h.
224 (submask): Move it above.
225 (bit): Likewise.
226 (bits): Likewise.
227 (aarch64_software_single_step): Call aarch64_decode_insn.
228 Decode instruction by aarch64_inst instead of using
229 aarch64_decode_bcond and decode_masked_match.
230
cbd641ed
PS
2312015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
232
233 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
234 only when the file is binary.
235
ae4e2501 2362015-10-02 James Bowman <james.bowman@ftdichip.com>
237
238 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
239 subroutine handling.
240
dd0a637a
SM
2412015-10-01 Simon Marchi <simon.marchi@ericsson.com>
242
243 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
244
1fd60fc0
DE
2452015-09-30 Doug Evans <dje@google.com>
246
247 * dwarf2read.c (setup_type_unit_groups): Add comment.
248
398e0813
PA
2492015-09-30 Pedro Alves <palves@redhat.com>
250
251 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
252 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
253 (x86_linux_create_target): Don't install
254 x86_linux_always_non_stop_p.
255
6ab24463
DB
2562015-09-30 Don Breazeal <donb@codesourcery.com>
257
258 * remote.c (remote_parse_stop_reply): Call strprefix instead
259 of strncmp.
260
ede5f151
SM
2612015-09-30 Simon Marchi <simon.marchi@ericsson.com>
262
263 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
264 * gdbarch.h: Regenerate.
265 * i386-tdep.c (i386_gdbarch_init): Remove cast to
266 struct gdbarch_tdep_info *.
267 * mips-tdep.c (mips_gdbarch_init): Likewise.
268 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
269 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
270 * spu-multiarch.c (spu_gdbarch): Likewise.
271
51c935fa 2722015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
273
274 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
275 record a NULL value.
276
3b1ad7d5
KB
2772015-09-29 Kevin Buettner <kevinb@redhat.com>
278
279 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
280 and union arguments the same as pointer arguments when determining
281 size of argument.
282
86feccb9 2832015-09-29 James Bowman <james.bowman@ftdichip.com>
284
285 * ft32-tdep.c: #include "opcode/ft32.h".
286 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
287 (ft32_analyze_prologue): Use FT32_* macros.
288
2181a6c6
SM
2892015-09-28 Simon Marchi <simon.marchi@ericsson.com>
290
84d73afc 291 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
292 comment.
293
245af596
DE
2942015-09-28 Doug Evans <dje@google.com>
295
296 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
297
c402ef90
DE
2982015-09-28 Doug Evans <dje@google.com>
299
300 * common/filestuff.c (make_cleanup_close): Update comment.
301
bc84451b
SM
3022015-09-26 Simon Marchi <simark@nova.polymtl.ca>
303
304 * btrace.c (parse_xml_btrace_block): Fix cast of
305 xml_find_attribute's return value.
306 * memory-map.c (memory_map_start_memory): Likewise.
307 * solib-svr4.c (library_list_start_library): Likewise.
308 * solib-target.c (library_list_start_segment): Likewise.
309 (library_list_start_section): Likewise.
310 * tracepoint.c (traceframe_info_start_memory): Likewise.
311
ba587d55
IB
3122015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
313
314 * d-namespace.c (d_lookup_symbol): New arg langdef.
315 All callers updated. Support looking up symbol as a primitive type.
316 (lookup_module_scope): New arg langdef. All callers updated.
317 Call d_lookup_symbol directly for simple bare symbols.
318
19ba03f4
SM
3192015-09-25 Simon Marchi <simon.marchi@ericsson.com>
320
321 * macrocmd.c (print_macro_callback): Add cast(s).
322 * macrotab.c (macro_bcache_str): Likewise.
323 (new_macro_definition): Likewise.
324 * main.c (captured_main): Likewise.
325 * maint.c (print_bfd_section_info): Likewise.
326 * mdebugread.c (mdebug_build_psymtabs): Likewise.
327 (basic_type): Likewise.
328 * memattr.c (mem_region_cmp): Likewise.
329 * memory-map.c (memory_map_start_memory): Likewise.
330 (memory_map_end_memory): Likewise.
331 (memory_map_start_property): Likewise.
332 (memory_map_end_property): Likewise.
333 (clear_result): Likewise.
334 * memrange.c (compare_mem_ranges): Likewise.
335 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
336 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
337 * mi/mi-console.c (mi_console_file_delete): Likewise.
338 (mi_console_file_fputs): Likewise.
339 (mi_console_raw_packet): Likewise.
340 (mi_console_file_flush): Likewise.
341 (mi_console_set_raw): Likewise.
342 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
343 (mi_new_thread): Likewise.
344 (mi_thread_exit): Likewise.
345 (mi_record_changed): Likewise.
346 (mi_inferior_added): Likewise.
347 (mi_inferior_appeared): Likewise.
348 (mi_inferior_exit): Likewise.
349 (mi_inferior_removed): Likewise.
350 (mi_interp_data): Likewise.
351 (mi_on_normal_stop): Likewise.
352 (mi_traceframe_changed): Likewise.
353 (mi_tsv_created): Likewise.
354 (mi_tsv_deleted): Likewise.
355 (mi_tsv_modified): Likewise.
356 (mi_breakpoint_created): Likewise.
357 (mi_breakpoint_deleted): Likewise.
358 (mi_breakpoint_modified): Likewise.
359 (mi_output_running_pid): Likewise.
360 (mi_inferior_count): Likewise.
361 (mi_solib_loaded): Likewise.
362 (mi_solib_unloaded): Likewise.
363 (mi_command_param_changed): Likewise.
364 (mi_memory_changed): Likewise.
365 (report_initial_inferior): Likewise.
366 (mi_ui_out): Likewise.
367 (mi_set_logging): Likewise.
368 * mi/mi-main.c (collect_cores): Likewise.
369 (print_one_inferior): Likewise.
370 (free_vector_of_ints): Likewise.
371 (free_splay_tree): Likewise.
372 (mi_execute_command): Likewise.
373 * mi/mi-out.c (mi_table_body): Likewise.
374 (mi_table_end): Likewise.
375 (mi_table_header): Likewise.
376 (mi_begin): Likewise.
377 (mi_end): Likewise.
378 (mi_field_int): Likewise.
379 (mi_field_string): Likewise.
380 (mi_field_fmt): Likewise.
381 (mi_flush): Likewise.
382 (mi_redirect): Likewise.
383 (field_separator): Likewise.
384 (mi_open): Likewise.
385 (mi_close): Likewise.
386 (mi_out_buffered): Likewise.
387 (mi_out_rewind): Likewise.
388 (mi_out_put): Likewise.
389 (mi_version): Likewise.
390 (mi_out_data_dtor): Likewise.
391 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
392 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
393 * minidebug.c (lzma_open): Likewise.
394 (lzma_pread): Likewise.
395 (lzma_close): Likewise.
396 (lzma_stat): Likewise.
397 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
398 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
399 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
400 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
401 (mips_micro_frame_cache): Likewise.
402 (mips_insn32_frame_cache): Likewise.
403 (mips_stub_frame_cache): Likewise.
404 (gdb_print_insn_mips): Likewise.
405 (value_of_mips_user_reg): Likewise.
406 (mips_gdbarch_init): Likewise.
407 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
408 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
409 (mipsnbsd_supply_gregset): Likewise.
410 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
411 (am33_collect_gregset_method): Likewise.
412 (am33_collect_fpregset_method): Likewise.
413 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
414 * moxie-tdep.c (moxie_frame_cache): Likewise.
415 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
416 (msp430_analyze_frame_prologue): Likewise.
417 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
418 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
419 (nios2_collect_gregset): Likewise.
420 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
421 (nios2_stub_frame_cache): Likewise.
422 * objc-lang.c (find_methods): Likewise.
423 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
424 (get_objfile_pspace_data): Likewise.
425 (get_objfile_bfd_data): Likewise.
426 (objfile_bfd_data_free): Likewise.
427 (add_to_objfile_sections): Likewise.
428 (do_free_objfile_cleanup): Likewise.
429 (resume_section_map_updates_cleanup): Likewise.
430 * opencl-lang.c (builtin_opencl_type): Likewise.
431 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
432 * osdata.c (osdata_start_osdata): Likewise.
433 (osdata_start_item): Likewise.
434 (osdata_start_column): Likewise.
435 (osdata_end_column): Likewise.
436 (clear_parsing_data): Likewise.
437 (osdata_free_cleanup): Likewise.
438 * parse.c (type_stack_cleanup): Likewise.
439 (exp_uses_objfile_iter): Likewise.
440 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
441 (ppc_linux_collect_gregset): Likewise.
442 (ppu2spu_prev_arch): Likewise.
443 (ppu2spu_this_id): Likewise.
444 (ppu2spu_prev_register): Likewise.
445 (ppu2spu_unwind_register): Likewise.
446 (ppu2spu_sniffer): Likewise.
447 (ppu2spu_dealloc_cache): Likewise.
448 (ppc_linux_init_abi): Likewise.
449 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
450 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
451 * progspace.c (restore_program_space): Likewise.
452 * psymtab.c (find_pc_sect_psymtab): Likewise.
453 (compare_psymbols): Likewise.
454 (psymbol_bcache_full): Likewise.
455 (allocate_psymtab): Likewise.
456 (discard_psymtabs_upto): Likewise.
457 * python/py-block.c (set_block): Likewise.
458 (del_objfile_blocks): Likewise.
459 * python/py-breakpoint.c (build_bp_list): Likewise.
460 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
461 (build_inferior_list): Likewise.
462 (py_free_inferior): Likewise.
463 * python/py-objfile.c (py_free_objfile): Likewise.
464 (objfile_to_objfile_object): Likewise.
465 * python/py-prettyprint.c (py_restore_tstate): Likewise.
466 * python/py-progspace.c (py_free_pspace): Likewise.
467 (pspace_to_pspace_object): Likewise.
468 * python/py-symbol.c (set_symbol): Likewise.
469 (del_objfile_symbols): Likewise.
470 * python/py-symtab.c (set_sal): Likewise.
471 (set_symtab): Likewise.
472 (del_objfile_symtab): Likewise.
473 (del_objfile_sal): Likewise.
474 * python/py-type.c (save_objfile_types): Likewise.
475 (set_type): Likewise.
476 * python/py-unwind.c (pyuw_prev_register): Likewise.
477 (pyuw_on_new_gdbarch): Likewise.
478 * python/py-utils.c (py_decref): Likewise.
479 (py_xdecref): Likewise.
480 (gdb_py_generic_dict): Likewise.
481 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
482 (gdbpy_clone_xmethod_worker_data): Likewise.
483 (gdbpy_get_xmethod_arg_types): Likewise.
484 (gdbpy_get_xmethod_result_type): Likewise.
485 (gdbpy_invoke_xmethod): Likewise.
486 * python/python.c (gdbpy_apply_type_printers): Likewise.
487 (gdbpy_free_type_printers): Likewise.
488 * record-btrace.c (record_btrace_disable_callback): Likewise.
489 (bfcache_hash): Likewise.
490 (bfcache_eq): Likewise.
491 (btrace_get_frame_function): Likewise.
492 (record_btrace_frame_unwind_stop_reason): Likewise.
493 (record_btrace_frame_this_id): Likewise.
494 (record_btrace_frame_prev_register): Likewise.
495 (record_btrace_frame_dealloc_cache): Likewise.
496 * record-full.c (record_full_message_wrapper): Likewise.
497 (record_full_save_cleanups): Likewise.
498 * regcache.c (regcache_descr): Likewise.
499 (do_regcache_xfree): Likewise.
500 (do_regcache_invalidate): Likewise.
501 (do_cooked_read): Likewise.
502 (regcache_transfer_regset): Likewise.
503 * reggroups.c (reggroup_add): Likewise.
504 (reggroup_next): Likewise.
505 (reggroup_prev): Likewise.
506 * remote-fileio.c (do_remote_fileio_request): Likewise.
507 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
508 (do_notif_event_xfree): Likewise.
509 * remote.c (get_remote_arch_state): Likewise.
510 (remote_pspace_data_cleanup): Likewise.
511 (get_remote_exec_file): Likewise.
512 (set_pspace_remote_exec_file): Likewise.
513 (compare_pnums): Likewise.
514 (clear_threads_listing_context): Likewise.
515 (remote_newthread_step): Likewise.
516 (start_thread): Likewise.
517 (end_thread): Likewise.
518 (remove_child_of_pending_fork): Likewise.
519 (remove_stop_reply_for_inferior): Likewise.
520 (remove_stop_reply_of_remote_state): Likewise.
521 (remote_notif_remove_once_on_match): Likewise.
522 (stop_reply_match_ptid_and_ws): Likewise.
523 (kill_child_of_pending_fork): Likewise.
524 (register_remote_g_packet_guess): Likewise.
525 (remote_read_description_p): Likewise.
526 (remote_read_description): Likewise.
527 (free_actions_list_cleanup_wrapper): Likewise.
528 (remote_async_serial_handler): Likewise.
529 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
530 (rl78_analyze_frame_prologue): Likewise.
531 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
532 (ppc_supply_fpregset): Likewise.
533 (ppc_supply_vsxregset): Likewise.
534 (ppc_supply_vrregset): Likewise.
535 (ppc_collect_gregset): Likewise.
536 (ppc_collect_fpregset): Likewise.
537 (ppc_collect_vsxregset): Likewise.
538 (ppc_collect_vrregset): Likewise.
539 (e500_move_ev_register): Likewise.
540 (do_regcache_raw_write): Likewise.
541 (rs6000_frame_cache): Likewise.
542 (rs6000_epilogue_frame_cache): Likewise.
543 (rs6000_gdbarch_init): Likewise.
544 * rx-tdep.c (rx_get_opcode_byte): Likewise.
545 (rx_analyze_frame_prologue): Likewise.
546 (rx_frame_type): Likewise.
547 (rx_frame_sniffer_common): Likewise.
548 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
549 (s390_frame_unwind_cache): Likewise.
550 (s390_stub_frame_unwind_cache): Likewise.
551 (s390_sigtramp_frame_unwind_cache): Likewise.
552 * score-tdep.c (score_make_prologue_cache): Likewise.
553 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
554 (sentinel_frame_prev_arch): Likewise.
555 * ser-base.c (fd_event): Likewise.
556 (push_event): Likewise.
557 (ser_base_write): Likewise.
558 * ser-pipe.c (pipe_close): Likewise.
559 * serial.c (serial_write): Likewise.
560 * sh-tdep.c (sh_frame_cache): Likewise.
561 (sh_stub_this_id): Likewise.
562 * sh64-tdep.c (sh64_frame_cache): Likewise.
563 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
564 (library_list_start_library): Likewise.
565 (library_list_start_list): Likewise.
566 (solib_aix_free_library_list): Likewise.
567 * solib-darwin.c (get_darwin_info): Likewise.
568 * solib-dsbt.c (get_dsbt_info): Likewise.
569 * solib-spu.c (append_ocl_sos): Likewise.
570 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
571 (get_svr4_info): Likewise.
572 (library_list_start_library): Likewise.
573 (svr4_library_list_start_list): Likewise.
574 (hash_probe_and_action): Likewise.
575 (equal_probe_and_action): Likewise.
576 (svr4_update_solib_event_breakpoint): Likewise.
577 (set_solib_svr4_fetch_link_map_offsets): Likewise.
578 (svr4_fetch_link_map_offsets): Likewise.
579 (svr4_have_link_map_offsets): Likewise.
580 * solib-target.c (library_list_start_segment): Likewise.
581 (library_list_start_section): Likewise.
582 (library_list_start_library): Likewise.
583 (library_list_end_library): Likewise.
584 (library_list_start_list): Likewise.
585 (solib_target_free_library_list): Likewise.
586 * solib.c (solib_ops): Likewise.
587 (set_solib_ops): Likewise.
588 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
589 * sparc-tdep.c (sparc_frame_cache): Likewise.
590 (sparc32_frame_cache): Likewise.
591 (sparc32_supply_gregset): Likewise.
592 (sparc32_collect_gregset): Likewise.
593 (sparc32_supply_fpregset): Likewise.
594 (sparc32_collect_fpregset): Likewise.
595 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
596 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
597 (sparc64_collect_gregset): Likewise.
598 (sparc64_supply_fpregset): Likewise.
599 (sparc64_collect_fpregset): Likewise.
600 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
601 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
602 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
603 (sparc64obsd_trapframe_cache): Likewise.
604 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
605 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
606 * spu-multiarch.c (spu_gdbarch): Likewise.
607 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
608 (spu2ppu_prev_arch): Likewise.
609 (spu2ppu_this_id): Likewise.
610 (spu2ppu_prev_register): Likewise.
611 (spu2ppu_dealloc_cache): Likewise.
612 (spu_dis_asm_print_address): Likewise.
613 (gdb_print_insn_spu): Likewise.
614 (spu_get_overlay_table): Likewise.
615 * stabsread.c (rs6000_builtin_type): Likewise.
616 * stack.c (do_print_variable_and_value): Likewise.
617 * stap-probe.c (get_stap_base_address_1): Likewise.
618 * symfile-debug.c (debug_qf_has_symbols): Likewise.
619 (debug_qf_find_last_source_symtab): Likewise.
620 (debug_qf_forget_cached_source_info): Likewise.
621 (debug_qf_map_symtabs_matching_filename): Likewise.
622 (debug_qf_lookup_symbol): Likewise.
623 (debug_qf_print_stats): Likewise.
624 (debug_qf_dump): Likewise.
625 (debug_qf_relocate): Likewise.
626 (debug_qf_expand_symtabs_for_function): Likewise.
627 (debug_qf_expand_all_symtabs): Likewise.
628 (debug_qf_expand_symtabs_with_fullname): Likewise.
629 (debug_qf_map_matching_symbols): Likewise.
630 (debug_qf_expand_symtabs_matching): Likewise.
631 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
632 (debug_qf_map_symbol_filenames): Likewise.
633 (debug_sym_get_probes): Likewise.
634 (debug_sym_new_init): Likewise.
635 (debug_sym_init): Likewise.
636 (debug_sym_read): Likewise.
637 (debug_sym_read_psymbols): Likewise.
638 (debug_sym_finish): Likewise.
639 (debug_sym_offsets): Likewise.
640 (debug_sym_read_linetable): Likewise.
641 (debug_sym_relocate): Likewise.
642 (uninstall_symfile_debug_logging): Likewise.
643 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
644 * symfile.c (place_section): Likewise.
645 (add_section_size_callback): Likewise.
646 (load_progress): Likewise.
647 (load_section_callback): Likewise.
648 (clear_memory_write_data): Likewise.
649 (allocate_symtab): Likewise.
650 * symmisc.c (maintenance_expand_file_matcher): Likewise.
651 * symtab.c (lookup_symtab_callback): Likewise.
652 (hash_demangled_name_entry): Likewise.
653 (eq_demangled_name_entry): Likewise.
654 (get_symbol_cache): Likewise.
655 (symbol_cache_cleanup): Likewise.
656 (set_symbol_cache_size): Likewise.
657 (symbol_cache_flush): Likewise.
658 (maintenance_print_symbol_cache): Likewise.
659 (maintenance_print_symbol_cache_statistics): Likewise.
660 (delete_filename_seen_cache): Likewise.
661 (output_partial_symbol_filename): Likewise.
662 (search_symbols_file_matches): Likewise.
663 (search_symbols_name_matches): Likewise.
664 (do_free_completion_list): Likewise.
665 (maybe_add_partial_symtab_filename): Likewise.
666 (get_main_info): Likewise.
667 (main_info_cleanup): Likewise.
668 * target-dcache.c (target_dcache_cleanup): Likewise.
669 (target_dcache_init_p): Likewise.
670 (target_dcache_invalidate): Likewise.
671 (target_dcache_get): Likewise.
672 (target_dcache_get_or_init): Likewise.
673 * target-descriptions.c (target_find_description): Likewise.
674 (tdesc_find_type): Likewise.
675 (tdesc_data_cleanup): Likewise.
676 (tdesc_find_arch_register): Likewise.
677 (tdesc_register_name): Likewise.
678 (tdesc_register_type): Likewise.
679 (tdesc_register_reggroup_p): Likewise.
680 (set_tdesc_pseudo_register_name): Likewise.
681 (set_tdesc_pseudo_register_type): Likewise.
682 (set_tdesc_pseudo_register_reggroup_p): Likewise.
683 (tdesc_use_registers): Likewise.
684 (free_target_description): Likewise.
685 * target-memory.c (compare_block_starting_address): Likewise.
686 (cleanup_request_data): Likewise.
687 (cleanup_write_requests_vector): Likewise.
688 * target.c (open_target): Likewise.
689 (cleanup_restore_target_terminal): Likewise.
690 (free_memory_read_result_vector): Likewise.
691 * thread.c (disable_thread_stack_temporaries): Likewise.
692 (finish_thread_state_cleanup): Likewise.
693 (do_restore_current_thread_cleanup): Likewise.
694 (restore_current_thread_cleanup_dtor): Likewise.
695 (set_thread_refcount): Likewise.
696 (tp_array_compar): Likewise.
697 (do_captured_thread_select): Likewise.
698 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
699 (tic6x_stub_this_id): Likewise.
700 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
701 * top.c (do_restore_instream_cleanup): Likewise.
702 (gdb_readline_wrapper_cleanup): Likewise.
703 (kill_or_detach): Likewise.
704 (print_inferior_quit_action): Likewise.
705 * tracefile-tfile.c (match_blocktype): Likewise.
706 (build_traceframe_info): Likewise.
707 * tracefile.c (trace_file_writer_xfree): Likewise.
708 * tracepoint.c (memrange_cmp): Likewise.
709 (do_collect_symbol): Likewise.
710 (do_clear_collection_list): Likewise.
711 (do_restore_current_traceframe_cleanup): Likewise.
712 (restore_current_traceframe_cleanup_dtor): Likewise.
713 (free_current_marker): Likewise.
714 (traceframe_info_start_memory): Likewise.
715 (traceframe_info_start_tvar): Likewise.
716 (free_result): Likewise.
717 * tramp-frame.c (tramp_frame_cache): Likewise.
718 * tui/tui-file.c (tui_file_delete): Likewise.
719 (tui_fileopen): Likewise.
720 (tui_sfileopen): Likewise.
721 (tui_file_isatty): Likewise.
722 (tui_file_rewind): Likewise.
723 (tui_file_put): Likewise.
724 (tui_file_fputs): Likewise.
725 (tui_file_get_strbuf): Likewise.
726 (tui_file_adjust_strbuf): Likewise.
727 (tui_file_flush): Likewise.
728 * tui/tui-layout.c (make_command_window): Likewise.
729 (make_data_window): Likewise.
730 (show_source_disasm_command): Likewise.
731 (show_data): Likewise.
732 (make_source_or_disasm_window): Likewise.
733 (show_source_or_disasm_and_command): Likewise.
734 * tui/tui-out.c (tui_field_int): Likewise.
735 (tui_field_string): Likewise.
736 (tui_field_fmt): Likewise.
737 (tui_text): Likewise.
738 * typeprint.c (hash_typedef_field): Likewise.
739 (eq_typedef_field): Likewise.
740 (do_free_typedef_hash): Likewise.
741 (copy_typedef_hash_element): Likewise.
742 (do_free_global_table): Likewise.
743 (find_global_typedef): Likewise.
744 (find_typedef_in_hash): Likewise.
745 * ui-file.c (ui_file_write_for_put): Likewise.
746 (do_ui_file_xstrdup): Likewise.
747 (mem_file_delete): Likewise.
748 (mem_file_rewind): Likewise.
749 (mem_file_put): Likewise.
750 (mem_file_write): Likewise.
751 (stdio_file_delete): Likewise.
752 (stdio_file_flush): Likewise.
753 (stdio_file_read): Likewise.
754 (stdio_file_write): Likewise.
755 (stdio_file_write_async_safe): Likewise.
756 (stdio_file_fputs): Likewise.
757 (stdio_file_isatty): Likewise.
758 (stdio_file_fseek): Likewise.
759 (tee_file_delete): Likewise.
760 (tee_file_flush): Likewise.
761 (tee_file_write): Likewise.
762 (tee_file_fputs): Likewise.
763 (tee_file_isatty): Likewise.
764 * ui-out.c (do_cleanup_table_end): Likewise.
765 (do_cleanup_end): Likewise.
766 * user-regs.c (user_reg_add): Likewise.
767 (user_reg_map_name_to_regnum): Likewise.
768 (usernum_to_user_reg): Likewise.
769 (maintenance_print_user_registers): Likewise.
770 * utils.c (do_bfd_close_cleanup): Likewise.
771 (do_fclose_cleanup): Likewise.
772 (do_obstack_free): Likewise.
773 (do_ui_file_delete): Likewise.
774 (do_ui_out_redirect_pop): Likewise.
775 (do_free_section_addr_info): Likewise.
776 (restore_integer): Likewise.
777 (do_unpush_target): Likewise.
778 (do_htab_delete_cleanup): Likewise.
779 (do_restore_ui_file): Likewise.
780 (do_value_free): Likewise.
781 (do_free_so): Likewise.
782 (free_current_contents): Likewise.
783 (do_regfree_cleanup): Likewise.
784 (core_addr_hash): Likewise.
785 (core_addr_eq): Likewise.
786 (do_free_char_ptr_vec): Likewise.
787 * v850-tdep.c (v850_frame_cache): Likewise.
788 * varobj.c (do_free_variable_cleanup): Likewise.
789 * vax-tdep.c (vax_supply_gregset): Likewise.
790 (vax_frame_cache): Likewise.
791 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
792 * xml-support.c (gdb_xml_body_text): Likewise.
793 (gdb_xml_values_cleanup): Likewise.
794 (gdb_xml_start_element): Likewise.
795 (gdb_xml_start_element_wrapper): Likewise.
796 (gdb_xml_end_element): Likewise.
797 (gdb_xml_end_element_wrapper): Likewise.
798 (gdb_xml_cleanup): Likewise.
799 (gdb_xml_fetch_external_entity): Likewise.
800 (gdb_xml_parse_attr_enum): Likewise.
801 (xinclude_start_include): Likewise.
802 (xinclude_end_include): Likewise.
803 (xml_xinclude_default): Likewise.
804 (xml_xinclude_start_doctype): Likewise.
805 (xml_xinclude_end_doctype): Likewise.
806 (xml_xinclude_cleanup): Likewise.
807 (xml_fetch_content_from_file): Likewise.
808 * xml-syscall.c (free_syscalls_info): Likewise.
809 (syscall_start_syscall): Likewise.
810 * xml-tdesc.c (tdesc_end_arch): Likewise.
811 (tdesc_end_osabi): Likewise.
812 (tdesc_end_compatible): Likewise.
813 (tdesc_start_target): Likewise.
814 (tdesc_start_feature): Likewise.
815 (tdesc_start_reg): Likewise.
816 (tdesc_start_union): Likewise.
817 (tdesc_start_struct): Likewise.
818 (tdesc_start_flags): Likewise.
819 (tdesc_start_field): Likewise.
820 (tdesc_start_vector): Likewise.
821 (fetch_available_features_from_target): Likewise.
822 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
823 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
824 (xtensa_frame_cache): Likewise.
825 (xtensa_frame_prev_register): Likewise.
826 (xtensa_extract_return_value): Likewise.
827
9a3c8263
SM
8282015-09-25 Simon Marchi <simon.marchi@ericsson.com>
829
830 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
831 (aarch64_make_stub_cache): Likewise.
832 (value_of_aarch64_user_reg): Likewise.
833 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
834 (get_ada_inferior_data): Likewise.
835 (get_ada_pspace_data): Likewise.
836 (ada_pspace_data_cleanup): Likewise.
837 (ada_complete_symbol_matcher): Likewise.
838 (ada_exc_search_name_matches): Likewise.
839 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
840 (get_ada_tasks_inferior_data): Likewise.
841 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
842 (splay_obstack_alloc): Likewise.
843 (splay_obstack_free): Likewise.
844 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
845 (alpha_linux_collect_gregset): Likewise.
846 (alpha_linux_supply_fpregset): Likewise.
847 (alpha_linux_collect_fpregset): Likewise.
848 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
849 * alpha-tdep.c (alpha_lds): Likewise.
850 (alpha_sts): Likewise.
851 (alpha_sigtramp_frame_unwind_cache): Likewise.
852 (alpha_heuristic_frame_unwind_cache): Likewise.
853 (alpha_supply_int_regs): Likewise.
854 (alpha_fill_int_regs): Likewise.
855 (alpha_supply_fp_regs): Likewise.
856 (alpha_fill_fp_regs): Likewise.
857 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
858 (alphanbsd_aout_supply_gregset): Likewise.
859 (alphanbsd_supply_gregset): Likewise.
860 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
861 (amd64_x32_linux_init_abi): Likewise.
862 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
863 (amd64_collect_native_gregset): Likewise.
864 * amd64-tdep.c (amd64_frame_cache): Likewise.
865 (amd64_sigtramp_frame_cache): Likewise.
866 (amd64_epilogue_frame_cache): Likewise.
867 (amd64_supply_fxsave): Likewise.
868 (amd64_supply_xsave): Likewise.
869 (amd64_collect_fxsave): Likewise.
870 (amd64_collect_xsave): Likewise.
871 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
872 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
873 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
874 (arm_linux_collect_gregset): Likewise.
875 (arm_linux_supply_nwfpe): Likewise.
876 (arm_linux_collect_nwfpe): Likewise.
877 (arm_linux_supply_vfp): Likewise.
878 (arm_linux_collect_vfp): Likewise.
879 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
880 (arm_prologue_unwind_stop_reason): Likewise.
881 (arm_prologue_this_id): Likewise.
882 (arm_prologue_prev_register): Likewise.
883 (arm_exidx_data_free): Likewise.
884 (arm_find_exidx_entry): Likewise.
885 (arm_stub_this_id): Likewise.
886 (arm_m_exception_this_id): Likewise.
887 (arm_m_exception_prev_register): Likewise.
888 (arm_normal_frame_base): Likewise.
889 (gdb_print_insn_arm): Likewise.
890 (arm_objfile_data_free): Likewise.
891 (arm_record_special_symbol): Likewise.
892 (value_of_arm_user_reg): Likewise.
893 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
894 (armbsd_supply_gregset): Likewise.
895 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
896 (get_auto_load_pspace_data): Likewise.
897 (hash_loaded_script_entry): Likewise.
898 (eq_loaded_script_entry): Likewise.
899 (clear_section_scripts): Likewise.
900 (collect_matching_scripts): Likewise.
901 * auxv.c (auxv_inferior_data_cleanup): Likewise.
902 (get_auxv_inferior_data): Likewise.
903 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
904 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
905 * bfd-target.c (target_bfd_xfer_partial): Likewise.
906 (target_bfd_xclose): Likewise.
907 (target_bfd_get_section_table): Likewise.
908 * bfin-tdep.c (bfin_frame_cache): Likewise.
909 * block.c (find_block_in_blockvector): Likewise.
910 (call_site_for_pc): Likewise.
911 (block_find_non_opaque_type_preferred): Likewise.
912 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
913 (signal_catchpoint_remove_location): Likewise.
914 (signal_catchpoint_breakpoint_hit): Likewise.
915 (signal_catchpoint_print_one): Likewise.
916 (signal_catchpoint_print_mention): Likewise.
917 (signal_catchpoint_print_recreate): Likewise.
918 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
919 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
920 (bp_location_compare_addrs): Likewise.
921 (get_first_locp_gte_addr): Likewise.
922 (check_tracepoint_command): Likewise.
923 (do_map_commands_command): Likewise.
924 (get_breakpoint_objfile_data): Likewise.
925 (free_breakpoint_probes): Likewise.
926 (do_captured_breakpoint_query): Likewise.
927 (compare_breakpoints): Likewise.
928 (bp_location_compare): Likewise.
929 (bpstat_remove_breakpoint_callback): Likewise.
930 (do_delete_breakpoint_cleanup): Likewise.
931 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
932 (bsd_uthread_set_collect_uthread): Likewise.
933 (bsd_uthread_activate): Likewise.
934 (bsd_uthread_fetch_registers): Likewise.
935 (bsd_uthread_store_registers): Likewise.
936 * btrace.c (check_xml_btrace_version): Likewise.
937 (parse_xml_btrace_block): Likewise.
938 (parse_xml_btrace_pt_config_cpu): Likewise.
939 (parse_xml_btrace_pt_raw): Likewise.
940 (parse_xml_btrace_pt): Likewise.
941 (parse_xml_btrace_conf_bts): Likewise.
942 (parse_xml_btrace_conf_pt): Likewise.
943 (do_btrace_data_cleanup): Likewise.
944 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
945 * charset.c (cleanup_iconv): Likewise.
946 (do_cleanup_iterator): Likewise.
947 * cli-out.c (cli_uiout_dtor): Likewise.
948 (cli_table_begin): Likewise.
949 (cli_table_body): Likewise.
950 (cli_table_end): Likewise.
951 (cli_table_header): Likewise.
952 (cli_begin): Likewise.
953 (cli_end): Likewise.
954 (cli_field_int): Likewise.
955 (cli_field_skip): Likewise.
956 (cli_field_string): Likewise.
957 (cli_field_fmt): Likewise.
958 (cli_spaces): Likewise.
959 (cli_text): Likewise.
960 (cli_message): Likewise.
961 (cli_wrap_hint): Likewise.
962 (cli_flush): Likewise.
963 (cli_redirect): Likewise.
964 (out_field_fmt): Likewise.
965 (field_separator): Likewise.
966 (cli_out_set_stream): Likewise.
967 * cli/cli-cmds.c (compare_symtabs): Likewise.
968 * cli/cli-dump.c (call_dump_func): Likewise.
969 (restore_section_callback): Likewise.
970 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
971 (do_restore_user_call_depth): Likewise.
972 (do_free_command_lines_cleanup): Likewise.
973 * coff-pe-read.c (get_section_vmas): Likewise.
974 (pe_as16): Likewise.
975 (pe_as32): Likewise.
976 * coffread.c (coff_symfile_read): Likewise.
977 * common/agent.c (agent_look_up_symbols): Likewise.
978 * common/filestuff.c (do_close_cleanup): Likewise.
979 * common/format.c (free_format_pieces_cleanup): Likewise.
980 * common/vec.c (vec_o_reserve): Likewise.
981 * compile/compile-c-support.c (print_one_macro): Likewise.
982 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
983 (eq_symbol_error): Likewise.
984 (del_symbol_error): Likewise.
985 (error_symbol_once): Likewise.
986 (gcc_convert_symbol): Likewise.
987 (gcc_symbol_address): Likewise.
988 (hash_symname): Likewise.
989 (eq_symname): Likewise.
990 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
991 (eq_type_map_instance): Likewise.
992 (insert_type): Likewise.
993 (convert_type): Likewise.
994 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
995 (setup_sections): Likewise.
996 (link_hash_table_free): Likewise.
997 (copy_sections): Likewise.
998 * compile/compile-object-run.c (do_module_cleanup): Likewise.
999 * compile/compile.c (compile_print_value): Likewise.
1000 (do_rmdir): Likewise.
1001 (cleanup_compile_instance): Likewise.
1002 (cleanup_unlink_file): Likewise.
1003 * completer.c (free_completion_tracker): Likewise.
1004 * corelow.c (add_to_spuid_list): Likewise.
1005 * cp-namespace.c (reset_directive_searched): Likewise.
1006 * cp-support.c (reset_directive_searched): Likewise.
1007 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1008 (cris_frame_unwind_cache): Likewise.
1009 * d-lang.c (builtin_d_type): Likewise.
1010 * d-namespace.c (reset_directive_searched): Likewise.
1011 * dbxread.c (dbx_free_symfile_info): Likewise.
1012 (do_free_bincl_list_cleanup): Likewise.
1013 * disasm.c (hash_dis_line_entry): Likewise.
1014 (eq_dis_line_entry): Likewise.
1015 (dis_asm_print_address): Likewise.
1016 (fprintf_disasm): Likewise.
1017 (do_ui_file_delete): Likewise.
1018 * doublest.c (convert_floatformat_to_doublest): Likewise.
1019 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1020 (dummy_frame_prev_register): Likewise.
1021 (dummy_frame_this_id): Likewise.
1022 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1023 (cache_eq): Likewise.
1024 (cache_find): Likewise.
1025 (tailcall_frame_this_id): Likewise.
1026 (dwarf2_tailcall_prev_register_first): Likewise.
1027 (tailcall_frame_prev_register): Likewise.
1028 (tailcall_frame_dealloc_cache): Likewise.
1029 (tailcall_frame_prev_arch): Likewise.
1030 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1031 (dwarf2_frame_set_init_reg): Likewise.
1032 (dwarf2_frame_init_reg): Likewise.
1033 (dwarf2_frame_set_signal_frame_p): Likewise.
1034 (dwarf2_frame_signal_frame_p): Likewise.
1035 (dwarf2_frame_set_adjust_regnum): Likewise.
1036 (dwarf2_frame_adjust_regnum): Likewise.
1037 (clear_pointer_cleanup): Likewise.
1038 (dwarf2_frame_cache): Likewise.
1039 (find_cie): Likewise.
1040 (dwarf2_frame_find_fde): Likewise.
1041 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1042 (free_dwarf_expr_context_cleanup): Likewise.
1043 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1044 (locexpr_get_frame_base): Likewise.
1045 (loclist_find_frame_base_location): Likewise.
1046 (loclist_get_frame_base): Likewise.
1047 (dwarf_expr_dwarf_call): Likewise.
1048 (dwarf_expr_get_base_type): Likewise.
1049 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1050 (dwarf_expr_get_obj_addr): Likewise.
1051 (entry_data_value_coerce_ref): Likewise.
1052 (entry_data_value_copy_closure): Likewise.
1053 (entry_data_value_free_closure): Likewise.
1054 (get_frame_address_in_block_wrapper): Likewise.
1055 (dwarf2_evaluate_property): Likewise.
1056 (dwarf2_compile_property_to_c): Likewise.
1057 (needs_frame_read_addr_from_reg): Likewise.
1058 (needs_frame_get_reg_value): Likewise.
1059 (needs_frame_frame_base): Likewise.
1060 (needs_frame_frame_cfa): Likewise.
1061 (needs_frame_tls_address): Likewise.
1062 (needs_frame_dwarf_call): Likewise.
1063 (needs_dwarf_reg_entry_value): Likewise.
1064 (get_ax_pc): Likewise.
1065 (locexpr_read_variable): Likewise.
1066 (locexpr_read_variable_at_entry): Likewise.
1067 (locexpr_read_needs_frame): Likewise.
1068 (locexpr_describe_location): Likewise.
1069 (locexpr_tracepoint_var_ref): Likewise.
1070 (locexpr_generate_c_location): Likewise.
1071 (loclist_read_variable): Likewise.
1072 (loclist_read_variable_at_entry): Likewise.
1073 (loclist_describe_location): Likewise.
1074 (loclist_tracepoint_var_ref): Likewise.
1075 (loclist_generate_c_location): Likewise.
1076 * dwarf2read.c (line_header_hash_voidp): Likewise.
1077 (line_header_eq_voidp): Likewise.
1078 (dwarf2_has_info): Likewise.
1079 (dwarf2_get_section_info): Likewise.
1080 (locate_dwz_sections): Likewise.
1081 (hash_file_name_entry): Likewise.
1082 (eq_file_name_entry): Likewise.
1083 (delete_file_name_entry): Likewise.
1084 (dw2_setup): Likewise.
1085 (dw2_get_file_names_reader): Likewise.
1086 (dw2_find_pc_sect_compunit_symtab): Likewise.
1087 (hash_signatured_type): Likewise.
1088 (eq_signatured_type): Likewise.
1089 (add_signatured_type_cu_to_table): Likewise.
1090 (create_debug_types_hash_table): Likewise.
1091 (lookup_dwo_signatured_type): Likewise.
1092 (lookup_dwp_signatured_type): Likewise.
1093 (lookup_signatured_type): Likewise.
1094 (hash_type_unit_group): Likewise.
1095 (eq_type_unit_group): Likewise.
1096 (get_type_unit_group): Likewise.
1097 (process_psymtab_comp_unit_reader): Likewise.
1098 (sort_tu_by_abbrev_offset): Likewise.
1099 (process_skeletonless_type_unit): Likewise.
1100 (psymtabs_addrmap_cleanup): Likewise.
1101 (dwarf2_read_symtab): Likewise.
1102 (psymtab_to_symtab_1): Likewise.
1103 (die_hash): Likewise.
1104 (die_eq): Likewise.
1105 (load_full_comp_unit_reader): Likewise.
1106 (reset_die_in_process): Likewise.
1107 (free_cu_line_header): Likewise.
1108 (handle_DW_AT_stmt_list): Likewise.
1109 (hash_dwo_file): Likewise.
1110 (eq_dwo_file): Likewise.
1111 (hash_dwo_unit): Likewise.
1112 (eq_dwo_unit): Likewise.
1113 (create_dwo_cu_reader): Likewise.
1114 (create_dwo_unit_in_dwp_v1): Likewise.
1115 (create_dwo_unit_in_dwp_v2): Likewise.
1116 (lookup_dwo_unit_in_dwp): Likewise.
1117 (dwarf2_locate_dwo_sections): Likewise.
1118 (dwarf2_locate_common_dwp_sections): Likewise.
1119 (dwarf2_locate_v2_dwp_sections): Likewise.
1120 (hash_dwp_loaded_cutus): Likewise.
1121 (eq_dwp_loaded_cutus): Likewise.
1122 (lookup_dwo_cutu): Likewise.
1123 (abbrev_table_free_cleanup): Likewise.
1124 (dwarf2_free_abbrev_table): Likewise.
1125 (find_partial_die_in_comp_unit): Likewise.
1126 (free_line_header_voidp): Likewise.
1127 (follow_die_offset): Likewise.
1128 (follow_die_sig_1): Likewise.
1129 (free_heap_comp_unit): Likewise.
1130 (free_stack_comp_unit): Likewise.
1131 (dwarf2_free_objfile): Likewise.
1132 (per_cu_offset_and_type_hash): Likewise.
1133 (per_cu_offset_and_type_eq): Likewise.
1134 (get_die_type_at_offset): Likewise.
1135 (partial_die_hash): Likewise.
1136 (partial_die_eq): Likewise.
1137 (dwarf2_per_objfile_free): Likewise.
1138 (hash_strtab_entry): Likewise.
1139 (eq_strtab_entry): Likewise.
1140 (add_string): Likewise.
1141 (hash_symtab_entry): Likewise.
1142 (eq_symtab_entry): Likewise.
1143 (delete_symtab_entry): Likewise.
1144 (cleanup_mapped_symtab): Likewise.
1145 (add_indices_to_cpool): Likewise.
1146 (hash_psymtab_cu_index): Likewise.
1147 (eq_psymtab_cu_index): Likewise.
1148 (add_address_entry_worker): Likewise.
1149 (unlink_if_set): Likewise.
1150 (write_one_signatured_type): Likewise.
1151 (save_gdb_index_command): Likewise.
1152 * elfread.c (elf_symtab_read): Likewise.
1153 (elf_gnu_ifunc_cache_hash): Likewise.
1154 (elf_gnu_ifunc_cache_eq): Likewise.
1155 (elf_gnu_ifunc_record_cache): Likewise.
1156 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1157 (elf_get_probes): Likewise.
1158 (probe_key_free): Likewise.
1159 * f-lang.c (builtin_f_type): Likewise.
1160 * frame-base.c (frame_base_append_sniffer): Likewise.
1161 (frame_base_set_default): Likewise.
1162 (frame_base_find_by_frame): Likewise.
1163 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1164 (frame_unwind_append_unwinder): Likewise.
1165 (frame_unwind_find_by_frame): Likewise.
1166 * frame.c (frame_addr_hash): Likewise.
1167 (frame_addr_hash_eq): Likewise.
1168 (frame_stash_find): Likewise.
1169 (do_frame_register_read): Likewise.
1170 (unwind_to_current_frame): Likewise.
1171 (frame_cleanup_after_sniffer): Likewise.
1172 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1173 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1174 * ft32-tdep.c (ft32_frame_cache): Likewise.
1175 * gcore.c (do_bfd_delete_cleanup): Likewise.
1176 (gcore_create_callback): Likewise.
1177 * gdb_bfd.c (hash_bfd): Likewise.
1178 (eq_bfd): Likewise.
1179 (gdb_bfd_open): Likewise.
1180 (free_one_bfd_section): Likewise.
1181 (gdb_bfd_ref): Likewise.
1182 (gdb_bfd_unref): Likewise.
1183 (get_section_descriptor): Likewise.
1184 (gdb_bfd_map_section): Likewise.
1185 (gdb_bfd_crc): Likewise.
1186 (gdb_bfd_mark_parent): Likewise.
1187 (gdb_bfd_record_inclusion): Likewise.
1188 (gdb_bfd_requires_relocations): Likewise.
1189 (print_one_bfd): Likewise.
1190 * gdbtypes.c (type_pair_hash): Likewise.
1191 (type_pair_eq): Likewise.
1192 (builtin_type): Likewise.
1193 (objfile_type): Likewise.
1194 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1195 (vtable_address_point_offset): Likewise.
1196 (gnuv3_get_vtable): Likewise.
1197 (hash_value_and_voffset): Likewise.
1198 (eq_value_and_voffset): Likewise.
1199 (compare_value_and_voffset): Likewise.
1200 (compute_vtable_size): Likewise.
1201 (gnuv3_get_typeid_type): Likewise.
1202 * go-lang.c (builtin_go_type): Likewise.
1203 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1204 (bkscm_eq_block_smob): Likewise.
1205 (bkscm_objfile_block_map): Likewise.
1206 (bkscm_del_objfile_blocks): Likewise.
1207 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1208 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1209 (gdbscm_disasm_print_address): Likewise.
1210 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1211 (frscm_eq_frame_smob): Likewise.
1212 (frscm_inferior_frame_map): Likewise.
1213 (frscm_del_inferior_frames): Likewise.
1214 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1215 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1216 (ofscm_objfile_smob_from_objfile): Likewise.
1217 * guile/scm-ports.c (ioscm_write): Likewise.
1218 (ioscm_file_port_delete): Likewise.
1219 (ioscm_file_port_rewind): Likewise.
1220 (ioscm_file_port_put): Likewise.
1221 (ioscm_file_port_write): Likewise.
1222 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1223 (psscm_pspace_smob_from_pspace): Likewise.
1224 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1225 (scscm_recording_unwind_handler): Likewise.
1226 (gdbscm_with_catch): Likewise.
1227 (scscm_call_0_body): Likewise.
1228 (scscm_call_1_body): Likewise.
1229 (scscm_call_2_body): Likewise.
1230 (scscm_call_3_body): Likewise.
1231 (scscm_call_4_body): Likewise.
1232 (scscm_apply_1_body): Likewise.
1233 (scscm_eval_scheme_string): Likewise.
1234 (gdbscm_safe_eval_string): Likewise.
1235 (scscm_source_scheme_script): Likewise.
1236 (gdbscm_safe_source_script): Likewise.
1237 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1238 (gdbscm_call_scm_from_stringn): Likewise.
1239 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1240 (syscm_eq_symbol_smob): Likewise.
1241 (syscm_get_symbol_map): Likewise.
1242 (syscm_del_objfile_symbols): Likewise.
1243 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1244 (stscm_eq_symtab_smob): Likewise.
1245 (stscm_objfile_symtab_map): Likewise.
1246 (stscm_del_objfile_symtabs): Likewise.
1247 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1248 (tyscm_eq_type_smob): Likewise.
1249 (tyscm_type_map): Likewise.
1250 (tyscm_copy_type_recursive): Likewise.
1251 (save_objfile_types): Likewise.
1252 * guile/scm-utils.c (extract_arg): Likewise.
1253 * h8300-tdep.c (h8300_frame_cache): Likewise.
1254 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1255 * hppa-tdep.c (compare_unwind_entries): Likewise.
1256 (find_unwind_entry): Likewise.
1257 (hppa_frame_cache): Likewise.
1258 (hppa_stub_frame_unwind_cache): Likewise.
1259 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1260 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1261 (hppaobsd_supply_fpregset): Likewise.
1262 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1263 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1264 * i386-tdep.c (i386_frame_cache): Likewise.
1265 (i386_epilogue_frame_cache): Likewise.
1266 (i386_sigtramp_frame_cache): Likewise.
1267 (i386_supply_gregset): Likewise.
1268 (i386_collect_gregset): Likewise.
1269 (i386_gdbarch_init): Likewise.
1270 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1271 (i386obsd_trapframe_cache): Likewise.
1272 * i387-tdep.c (i387_supply_fsave): Likewise.
1273 (i387_collect_fsave): Likewise.
1274 (i387_supply_fxsave): Likewise.
1275 (i387_collect_fxsave): Likewise.
1276 (i387_supply_xsave): Likewise.
1277 (i387_collect_xsave): Likewise.
1278 * ia64-tdep.c (ia64_frame_cache): Likewise.
1279 (ia64_sigtramp_frame_cache): Likewise.
1280 * infcmd.c (attach_command_continuation): Likewise.
1281 (attach_command_continuation_free_args): Likewise.
1282 * inferior.c (restore_inferior): Likewise.
1283 (delete_thread_of_inferior): Likewise.
1284 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1285 (get_inflow_inferior_data): Likewise.
1286 (inflow_inferior_exit): Likewise.
1287 * infrun.c (displaced_step_clear_cleanup): Likewise.
1288 (restore_current_uiout_cleanup): Likewise.
1289 (release_stop_context_cleanup): Likewise.
1290 (do_restore_infcall_suspend_state_cleanup): Likewise.
1291 (do_restore_infcall_control_state_cleanup): Likewise.
1292 (restore_inferior_ptid): Likewise.
1293 * inline-frame.c (block_starting_point_at): Likewise.
1294 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1295 * jit.c (get_jit_objfile_data): Likewise.
1296 (get_jit_program_space_data): Likewise.
1297 (jit_object_close_impl): Likewise.
1298 (jit_find_objf_with_entry_addr): Likewise.
1299 (jit_breakpoint_deleted): Likewise.
1300 (jit_unwind_reg_set_impl): Likewise.
1301 (jit_unwind_reg_get_impl): Likewise.
1302 (jit_dealloc_cache): Likewise.
1303 (jit_frame_sniffer): Likewise.
1304 (jit_frame_prev_register): Likewise.
1305 (jit_prepend_unwinder): Likewise.
1306 (jit_inferior_exit_hook): Likewise.
1307 (free_objfile_data): Likewise.
1308 * jv-lang.c (jv_per_objfile_free): Likewise.
1309 (get_dynamics_objfile): Likewise.
1310 (get_java_class_symtab): Likewise.
1311 (builtin_java_type): Likewise.
1312 * language.c (language_string_char_type): Likewise.
1313 (language_bool_type): Likewise.
1314 (language_lookup_primitive_type): Likewise.
1315 (language_lookup_primitive_type_as_symbol): Likewise.
1316 * linespec.c (hash_address_entry): Likewise.
1317 (eq_address_entry): Likewise.
1318 (iterate_inline_only): Likewise.
1319 (iterate_name_matcher): Likewise.
1320 (decode_line_2_compare_items): Likewise.
1321 (collect_one_symbol): Likewise.
1322 (compare_symbols): Likewise.
1323 (compare_msymbols): Likewise.
1324 (add_symtabs_to_list): Likewise.
1325 (collect_symbols): Likewise.
1326 (compare_msyms): Likewise.
1327 (add_minsym): Likewise.
1328 (cleanup_linespec_result): Likewise.
1329 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1330 * linux-nat.c (delete_lwp_cleanup): Likewise.
1331 (count_events_callback): Likewise.
1332 (select_event_lwp_callback): Likewise.
1333 (resume_stopped_resumed_lwps): Likewise.
1334 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1335 (invalidate_linux_cache_inf): Likewise.
1336 (get_linux_inferior_data): Likewise.
1337 (linux_find_memory_regions_thunk): Likewise.
1338 (linux_make_mappings_callback): Likewise.
1339 (linux_corefile_thread_callback): Likewise.
1340 (find_mapping_size): Likewise.
1341 * linux-thread-db.c (find_new_threads_callback): Likewise.
1342 * lm32-tdep.c (lm32_frame_cache): Likewise.
1343 * m2-lang.c (builtin_m2_type): Likewise.
1344 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1345 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1346 (m32r_linux_supply_gregset): Likewise.
1347 (m32r_linux_collect_gregset): Likewise.
1348 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1349 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1350 * m68k-tdep.c (m68k_frame_cache): Likewise.
1351 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1352 (m68kbsd_supply_gregset): Likewise.
1353 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1354 * m88k-tdep.c (m88k_frame_cache): Likewise.
1355 (m88k_supply_gregset): Likewise.
1356
224c3ddb
SM
13572015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1358
1359 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1360 to allocation result assignment.
1361 * ada-exp.y (write_object_renaming): Likewise.
1362 (write_ambiguous_var): Likewise.
1363 (ada_nget_field_index): Likewise.
1364 (write_var_or_type): Likewise.
1365 * ada-lang.c (ada_decode_symbol): Likewise.
1366 (ada_value_assign): Likewise.
1367 (value_pointer): Likewise.
1368 (cache_symbol): Likewise.
1369 (add_nonlocal_symbols): Likewise.
1370 (ada_name_for_lookup): Likewise.
1371 (symbol_completion_add): Likewise.
1372 (ada_to_fixed_type_1): Likewise.
1373 (ada_get_next_arg): Likewise.
1374 (defns_collected): Likewise.
1375 * ada-lex.l (processId): Likewise.
1376 (processString): Likewise.
1377 * ada-tasks.c (read_known_tasks_array): Likewise.
1378 (read_known_tasks_list): Likewise.
1379 * ada-typeprint.c (decoded_type_name): Likewise.
1380 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1381 * amd64-tdep.c (amd64_push_arguments): Likewise.
1382 (amd64_displaced_step_copy_insn): Likewise.
1383 (amd64_classify_insn_at): Likewise.
1384 (amd64_relocate_instruction): Likewise.
1385 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1386 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1387 (initialize_current_architecture): Likewise.
1388 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1389 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1390 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1391 (arm_push_dummy_call): Likewise.
1392 (extend_buffer_earlier): Likewise.
1393 (arm_adjust_breakpoint_address): Likewise.
1394 (arm_skip_stub): Likewise.
1395 * auto-load.c (filename_is_in_pattern): Likewise.
1396 (maybe_add_script_file): Likewise.
1397 (maybe_add_script_text): Likewise.
1398 (auto_load_objfile_script_1): Likewise.
1399 * auxv.c (ld_so_xfer_auxv): Likewise.
1400 * ax-general.c (new_agent_expr): Likewise.
1401 (grow_expr): Likewise.
1402 (ax_reg_mask): Likewise.
1403 * bcache.c (bcache_full): Likewise.
1404 * breakpoint.c (program_breakpoint_here_p): Likewise.
1405 * btrace.c (parse_xml_raw): Likewise.
1406 * build-id.c (build_id_to_debug_bfd): Likewise.
1407 * buildsym.c (end_symtab_with_blockvector): Likewise.
1408 * c-exp.y (string_exp): Likewise.
1409 (qualified_name): Likewise.
1410 (write_destructor_name): Likewise.
1411 (operator_stoken): Likewise.
1412 (parse_number): Likewise.
1413 (scan_macro_expansion): Likewise.
1414 (yylex): Likewise.
1415 (c_print_token): Likewise.
1416 * c-lang.c (c_get_string): Likewise.
1417 (emit_numeric_character): Likewise.
1418 * charset.c (wchar_iterate): Likewise.
1419 * cli/cli-cmds.c (complete_command): Likewise.
1420 (make_command): Likewise.
1421 * cli/cli-dump.c (restore_section_callback): Likewise.
1422 (restore_binary_file): Likewise.
1423 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1424 * cli/cli-script.c (execute_control_command): Likewise.
1425 * cli/cli-setshow.c (do_set_command): Likewise.
1426 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1427 (read_pe_exported_syms): Likewise.
1428 * coffread.c (coff_read_struct_type): Likewise.
1429 (coff_read_enum_type): Likewise.
1430 * common/btrace-common.c (btrace_data_append): Likewise.
1431 * common/buffer.c (buffer_grow): Likewise.
1432 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1433 * common/format.c (parse_format_string): Likewise.
1434 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1435 * common/xml-utils.c (xml_escape_text): Likewise.
1436 * compile/compile-object-load.c (copy_sections): Likewise.
1437 (compile_object_load): Likewise.
1438 * compile/compile-object-run.c (compile_object_run): Likewise.
1439 * completer.c (filename_completer): Likewise.
1440 * corefile.c (read_memory_typed_address): Likewise.
1441 (write_memory_unsigned_integer): Likewise.
1442 (write_memory_signed_integer): Likewise.
1443 (complete_set_gnutarget): Likewise.
1444 * corelow.c (get_core_register_section): Likewise.
1445 * cp-name-parser.y (d_grab): Likewise.
1446 (allocate_info): Likewise.
1447 (cp_new_demangle_parse_info): Likewise.
1448 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1449 (cp_lookup_symbol_in_namespace): Likewise.
1450 (lookup_namespace_scope): Likewise.
1451 (find_symbol_in_baseclass): Likewise.
1452 (cp_lookup_nested_symbol): Likewise.
1453 (cp_lookup_transparent_type_loop): Likewise.
1454 * cp-support.c (copy_string_to_obstack): Likewise.
1455 (make_symbol_overload_list): Likewise.
1456 (make_symbol_overload_list_namespace): Likewise.
1457 (make_symbol_overload_list_adl_namespace): Likewise.
1458 (first_component_command): Likewise.
1459 * cp-valprint.c (cp_print_value): Likewise.
1460 * ctf.c (ctf_xfer_partial): Likewise.
1461 * d-exp.y (StringExp): Likewise.
1462 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
1463 (lookup_module_scope): Likewise.
1464 (find_symbol_in_baseclass): Likewise.
1465 (d_lookup_nested_symbol): Likewise.
1466 * dbxread.c (find_stab_function_addr): Likewise.
1467 (read_dbx_symtab): Likewise.
1468 (dbx_end_psymtab): Likewise.
1469 (cp_set_block_scope): Likewise.
1470 * dcache.c (dcache_alloc): Likewise.
1471 * demangle.c (_initialize_demangler): Likewise.
1472 * dicos-tdep.c (dicos_load_module_p): Likewise.
1473 * dictionary.c (dict_create_hashed_expandable): Likewise.
1474 (dict_create_linear_expandable): Likewise.
1475 (expand_hashtable): Likewise.
1476 (add_symbol_linear_expandable): Likewise.
1477 * dwarf2-frame.c (add_cie): Likewise.
1478 (add_fde): Likewise.
1479 (dwarf2_build_frame_info): Likewise.
1480 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
1481 (dwarf_expr_fetch_address): Likewise.
1482 (add_piece): Likewise.
1483 (execute_stack_op): Likewise.
1484 * dwarf2loc.c (chain_candidate): Likewise.
1485 (dwarf_entry_parameter_to_value): Likewise.
1486 (read_pieced_value): Likewise.
1487 (write_pieced_value): Likewise.
1488 * dwarf2read.c (dwarf2_read_section): Likewise.
1489 (add_type_unit): Likewise.
1490 (read_comp_units_from_section): Likewise.
1491 (fixup_go_packaging): Likewise.
1492 (dwarf2_compute_name): Likewise.
1493 (dwarf2_physname): Likewise.
1494 (create_dwo_unit_in_dwp_v1): Likewise.
1495 (create_dwo_unit_in_dwp_v2): Likewise.
1496 (read_func_scope): Likewise.
1497 (read_call_site_scope): Likewise.
1498 (dwarf2_attach_fields_to_type): Likewise.
1499 (process_structure_scope): Likewise.
1500 (mark_common_block_symbol_computed): Likewise.
1501 (read_common_block): Likewise.
1502 (abbrev_table_read_table): Likewise.
1503 (guess_partial_die_structure_name): Likewise.
1504 (fixup_partial_die): Likewise.
1505 (add_file_name): Likewise.
1506 (dwarf2_const_value_data): Likewise.
1507 (dwarf2_const_value_attr): Likewise.
1508 (build_error_marker_type): Likewise.
1509 (guess_full_die_structure_name): Likewise.
1510 (anonymous_struct_prefix): Likewise.
1511 (typename_concat): Likewise.
1512 (dwarf2_canonicalize_name): Likewise.
1513 (dwarf2_name): Likewise.
1514 (write_constant_as_bytes): Likewise.
1515 (dwarf2_fetch_constant_bytes): Likewise.
1516 (copy_string): Likewise.
1517 (parse_macro_definition): Likewise.
1518 * elfread.c (elf_symfile_segments): Likewise.
1519 (elf_rel_plt_read): Likewise.
1520 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1521 (elf_gnu_ifunc_resolve_by_got): Likewise.
1522 (elf_read_minimal_symbols): Likewise.
1523 (elf_gnu_ifunc_record_cache): Likewise.
1524 * event-top.c (top_level_prompt): Likewise.
1525 (command_line_handler): Likewise.
1526 * exec.c (resize_section_table): Likewise.
1527 * expprint.c (print_subexp_standard): Likewise.
1528 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
1529 * findcmd.c (parse_find_args): Likewise.
1530 * findvar.c (address_from_register): Likewise.
1531 * frame.c (get_prev_frame_always): Likewise.
1532 * gdb_bfd.c (gdb_bfd_ref): Likewise.
1533 (get_section_descriptor): Likewise.
1534 * gdb_obstack.c (obconcat): Likewise.
1535 (obstack_strdup): Likewise.
1536 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
1537 (create_set_type): Likewise.
1538 (lookup_unsigned_typename): Likewise.
1539 (lookup_signed_typename): Likewise.
1540 (resolve_dynamic_union): Likewise.
1541 (resolve_dynamic_struct): Likewise.
1542 (add_dyn_prop): Likewise.
1543 (copy_dynamic_prop_list): Likewise.
1544 (arch_flags_type): Likewise.
1545 (append_composite_type_field_raw): Likewise.
1546 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
1547 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1548 * go-exp.y (string_exp): Likewise.
1549 * go-lang.c (go_demangle): Likewise.
1550 * guile/guile.c (compute_scheme_string): Likewise.
1551 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1552 (gdbscm_canonicalize_command_name): Likewise.
1553 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
1554 (ioscm_init_memory_port): Likewise.
1555 (ioscm_reinit_memory_port): Likewise.
1556 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
1557 (gdbscm_gc_dup_argv): Likewise.
1558 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1559 * hppa-tdep.c (internalize_unwinds): Likewise.
1560 (read_unwind_info): Likewise.
1561 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1562 (windows_core_xfer_shared_libraries): Likewise.
1563 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
1564 (i386_stap_parse_special_token_triplet): Likewise.
1565 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1566 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1567 * inf-child.c (inf_child_fileio_readlink): Likewise.
1568 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
1569 (inf_ptrace_store_register): Likewise.
1570 * infrun.c (follow_exec): Likewise.
1571 (displaced_step_prepare_throw): Likewise.
1572 (save_stop_context): Likewise.
1573 (save_infcall_suspend_state): Likewise.
1574 * jit.c (jit_read_descriptor): Likewise.
1575 (jit_read_code_entry): Likewise.
1576 (jit_symtab_line_mapping_add_impl): Likewise.
1577 (finalize_symtab): Likewise.
1578 (jit_unwind_reg_get_impl): Likewise.
1579 * jv-exp.y (QualifiedName): Likewise.
1580 * jv-lang.c (get_java_utf8_name): Likewise.
1581 (type_from_class): Likewise.
1582 (java_demangle_type_signature): Likewise.
1583 (java_class_name_from_physname): Likewise.
1584 * jv-typeprint.c (java_type_print_base): Likewise.
1585 * jv-valprint.c (java_value_print): Likewise.
1586 * language.c (add_language): Likewise.
1587 * linespec.c (add_sal_to_sals_basic): Likewise.
1588 (add_sal_to_sals): Likewise.
1589 (decode_objc): Likewise.
1590 (find_linespec_symbols): Likewise.
1591 * linux-fork.c (fork_save_infrun_state): Likewise.
1592 * linux-nat.c (linux_nat_detach): Likewise.
1593 (linux_nat_fileio_readlink): Likewise.
1594 * linux-record.c (record_linux_sockaddr): Likewise.
1595 (record_linux_msghdr): Likewise.
1596 (Do): Likewise.
1597 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
1598 (linux_collect_regset_section_cb): Likewise.
1599 (linux_get_siginfo_data): Likewise.
1600 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
1601 (try_thread_db_load_from_dir): Likewise.
1602 (thread_db_load_search): Likewise.
1603 (info_auto_load_libthread_db): Likewise.
1604 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
1605 (m32c_m16c_pointer_to_address): Likewise.
1606 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
1607 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
1608 * machoread.c (macho_check_dsym): Likewise.
1609 * macroexp.c (resize_buffer): Likewise.
1610 (gather_arguments): Likewise.
1611 (maybe_expand): Likewise.
1612 * macrotab.c (new_macro_key): Likewise.
1613 (new_source_file): Likewise.
1614 (new_macro_definition): Likewise.
1615 * mdebugread.c (parse_symbol): Likewise.
1616 (parse_type): Likewise.
1617 (parse_partial_symbols): Likewise.
1618 (psymtab_to_symtab_1): Likewise.
1619 * mem-break.c (default_memory_insert_breakpoint): Likewise.
1620 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
1621 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1622 (mi_cmd_data_read_memory_bytes): Likewise.
1623 (mi_cmd_data_write_memory_bytes): Likewise.
1624 (mi_cmd_trace_frame_collected): Likewise.
1625 * mi/mi-parse.c (mi_parse_argv): Likewise.
1626 (mi_parse): Likewise.
1627 * minidebug.c (lzma_open): Likewise.
1628 (lzma_pread): Likewise.
1629 * mips-tdep.c (mips_read_fp_register_single): Likewise.
1630 (mips_print_fp_register): Likewise.
1631 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
1632 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1633 * mt-tdep.c (mt_register_name): Likewise.
1634 (mt_registers_info): Likewise.
1635 (mt_push_dummy_call): Likewise.
1636 * namespace.c (add_using_directive): Likewise.
1637 * nat/linux-btrace.c (perf_event_read): Likewise.
1638 (linux_enable_bts): Likewise.
1639 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
1640 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
1641 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1642 (nto_parse_redirection): Likewise.
1643 * objc-lang.c (objc_demangle): Likewise.
1644 (find_methods): Likewise.
1645 * objfiles.c (get_objfile_bfd_data): Likewise.
1646 (set_objfile_main_name): Likewise.
1647 (allocate_objfile): Likewise.
1648 (objfile_relocate): Likewise.
1649 (update_section_map): Likewise.
1650 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1651 * p-exp.y (exp): Likewise.
1652 (yylex): Likewise.
1653 * p-valprint.c (pascal_object_print_value): Likewise.
1654 * parse.c (initialize_expout): Likewise.
1655 (mark_completion_tag): Likewise.
1656 (copy_name): Likewise.
1657 (parse_float): Likewise.
1658 (type_stack_reserve): Likewise.
1659 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1660 (ppu2spu_prev_register): Likewise.
1661 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
1662 * printcmd.c (printf_wide_c_string): Likewise.
1663 (printf_pointer): Likewise.
1664 * probe.c (parse_probes): Likewise.
1665 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
1666 (cmdpy_init): Likewise.
1667 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
1668 * python/py-symtab.c (set_sal): Likewise.
1669 * python/py-unwind.c (pyuw_sniffer): Likewise.
1670 * python/python.c (python_interactive_command): Likewise.
1671 (compute_python_string): Likewise.
1672 * ravenscar-thread.c (get_running_thread_id): Likewise.
1673 * record-full.c (record_full_exec_insn): Likewise.
1674 (record_full_core_open_1): Likewise.
1675 * regcache.c (regcache_raw_read_signed): Likewise.
1676 (regcache_raw_read_unsigned): Likewise.
1677 (regcache_cooked_read_signed): Likewise.
1678 (regcache_cooked_read_unsigned): Likewise.
1679 * remote-fileio.c (remote_fileio_func_open): Likewise.
1680 (remote_fileio_func_rename): Likewise.
1681 (remote_fileio_func_unlink): Likewise.
1682 (remote_fileio_func_stat): Likewise.
1683 (remote_fileio_func_system): Likewise.
1684 * remote-mips.c (mips_xfer_memory): Likewise.
1685 (mips_load_srec): Likewise.
1686 (pmon_end_download): Likewise.
1687 * remote.c (new_remote_state): Likewise.
1688 (map_regcache_remote_table): Likewise.
1689 (remote_register_number_and_offset): Likewise.
1690 (init_remote_state): Likewise.
1691 (get_memory_packet_size): Likewise.
1692 (remote_pass_signals): Likewise.
1693 (remote_program_signals): Likewise.
1694 (remote_start_remote): Likewise.
1695 (remote_check_symbols): Likewise.
1696 (remote_query_supported): Likewise.
1697 (extended_remote_attach): Likewise.
1698 (process_g_packet): Likewise.
1699 (store_registers_using_G): Likewise.
1700 (putpkt_binary): Likewise.
1701 (read_frame): Likewise.
1702 (compare_sections_command): Likewise.
1703 (remote_hostio_pread): Likewise.
1704 (remote_hostio_readlink): Likewise.
1705 (remote_file_put): Likewise.
1706 (remote_file_get): Likewise.
1707 (remote_pid_to_exec_file): Likewise.
1708 (_initialize_remote): Likewise.
1709 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1710 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1711 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
1712 (bfd_uses_spe_extensions): Likewise.
1713 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
1714 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
1715 * solib-dsbt.c (decode_loadmap): Likewise.
1716 (fetch_loadmap): Likewise.
1717 (scan_dyntag): Likewise.
1718 (enable_break): Likewise.
1719 (dsbt_relocate_main_executable): Likewise.
1720 * solib-frv.c (fetch_loadmap): Likewise.
1721 (enable_break2): Likewise.
1722 (frv_relocate_main_executable): Likewise.
1723 * solib-spu.c (spu_relocate_main_executable): Likewise.
1724 (spu_bfd_open): Likewise.
1725 * solib-svr4.c (lm_info_read): Likewise.
1726 (read_program_header): Likewise.
1727 (find_program_interpreter): Likewise.
1728 (scan_dyntag): Likewise.
1729 (elf_locate_base): Likewise.
1730 (open_symbol_file_object): Likewise.
1731 (read_program_headers_from_bfd): Likewise.
1732 (svr4_relocate_main_executable): Likewise.
1733 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
1734 * solib.c (solib_find_1): Likewise.
1735 (exec_file_find): Likewise.
1736 (solib_find): Likewise.
1737 * source.c (openp): Likewise.
1738 (print_source_lines_base): Likewise.
1739 (forward_search_command): Likewise.
1740 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
1741 * spu-tdep.c (spu2ppu_prev_register): Likewise.
1742 (spu_get_overlay_table): Likewise.
1743 * stabsread.c (patch_block_stabs): Likewise.
1744 (define_symbol): Likewise.
1745 (again:): Likewise.
1746 (read_member_functions): Likewise.
1747 (read_one_struct_field): Likewise.
1748 (read_enum_type): Likewise.
1749 (common_block_start): Likewise.
1750 * stack.c (read_frame_arg): Likewise.
1751 (backtrace_command): Likewise.
1752 * stap-probe.c (stap_parse_register_operand): Likewise.
1753 * symfile.c (syms_from_objfile_1): Likewise.
1754 (find_separate_debug_file): Likewise.
1755 (load_command): Likewise.
1756 (load_progress): Likewise.
1757 (load_section_callback): Likewise.
1758 (reread_symbols): Likewise.
1759 (add_filename_language): Likewise.
1760 (allocate_compunit_symtab): Likewise.
1761 (read_target_long_array): Likewise.
1762 (simple_read_overlay_table): Likewise.
1763 * symtab.c (symbol_set_names): Likewise.
1764 (resize_symbol_cache): Likewise.
1765 (rbreak_command): Likewise.
1766 (completion_list_add_name): Likewise.
1767 (completion_list_objc_symbol): Likewise.
1768 (add_filename_to_list): Likewise.
1769 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
1770 * target-memory.c (target_write_memory_blocks): Likewise.
1771 * target.c (target_read_string): Likewise.
1772 (read_whatever_is_readable): Likewise.
1773 (target_read_alloc_1): Likewise.
1774 (simple_search_memory): Likewise.
1775 (target_fileio_read_alloc_1): Likewise.
1776 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1777 * top.c (command_line_input): Likewise.
1778 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
1779 * tracefile.c (tracefile_fetch_registers): Likewise.
1780 * tracepoint.c (add_memrange): Likewise.
1781 (init_collection_list): Likewise.
1782 (add_aexpr): Likewise.
1783 (trace_dump_actions): Likewise.
1784 (parse_trace_status): Likewise.
1785 (parse_tracepoint_definition): Likewise.
1786 (parse_tsv_definition): Likewise.
1787 (parse_static_tracepoint_marker_definition): Likewise.
1788 * tui/tui-file.c (tui_sfileopen): Likewise.
1789 (tui_file_adjust_strbuf): Likewise.
1790 * tui/tui-io.c (tui_expand_tabs): Likewise.
1791 * tui/tui-source.c (tui_set_source_content): Likewise.
1792 * typeprint.c (find_global_typedef): Likewise.
1793 * ui-file.c (do_ui_file_xstrdup): Likewise.
1794 (ui_file_obsavestring): Likewise.
1795 (mem_file_write): Likewise.
1796 * utils.c (make_hex_string): Likewise.
1797 (get_regcomp_error): Likewise.
1798 (puts_filtered_tabular): Likewise.
1799 (gdb_realpath_keepfile): Likewise.
1800 (ldirname): Likewise.
1801 (gdb_bfd_errmsg): Likewise.
1802 (substitute_path_component): Likewise.
1803 * valops.c (search_struct_method): Likewise.
1804 (find_oload_champ_namespace_loop): Likewise.
1805 * valprint.c (print_decimal_chars): Likewise.
1806 (read_string): Likewise.
1807 (generic_emit_char): Likewise.
1808 * varobj.c (varobj_delete): Likewise.
1809 (varobj_value_get_print_value): Likewise.
1810 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
1811 * windows-tdep.c (display_one_tib): Likewise.
1812 * xcoffread.c (read_xcoff_symtab): Likewise.
1813 (process_xcoff_symbol): Likewise.
1814 (swap_sym): Likewise.
1815 (scan_xcoff_symtab): Likewise.
1816 (xcoff_initial_scan): Likewise.
1817 * xml-support.c (gdb_xml_end_element): Likewise.
1818 (xml_process_xincludes): Likewise.
1819 (xml_fetch_content_from_file): Likewise.
1820 * xml-syscall.c (xml_list_of_syscalls): Likewise.
1821 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1822
623fb775 18232015-09-23 James Bowman <james.bowman@ftdichip.com>
1824
1825 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
1826 instead of builtin_func_ptr.
1827 (ft32_pointer_to_address): New function.
1828 (ft32_address_class_type_flags): New function.
1829 (ft32_address_class_type_flags_to_name): New function.
1830 (ft32_address_class_name_to_type_flags): New function.
1831 (ft32_gdbarch_init): Set tdep->pc_type. Call
1832 set_gdbarch_pointer_to_address,
1833 set_gdbarch_address_class_type_flags
1834 set_gdbarch_address_class_name_to_type_flags,
1835 and set_gdbarch_address_class_type_flags_to_name.
1836 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
1837
e6c2c623
PMR
18382015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1839
1840 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
1841 value is a reference, actually dereference it in order to get
1842 the underlying value.
1843
bc1f8cda
SM
18442015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1845
1846 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
1847
acaa662f
SM
18482015-09-21 Simon Marchi <simon.marchi@ericsson.com>
1849
1850 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
1851 * linespec.c (linespec_lexer_lex_string): Same.
1852
4d9d419e
PL
18532015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1854
1855 * NEWS: Mention support for fast tracepoints on aarch64-linux.
1856
6ec5f4be
PL
18572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1858
1859 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
1860 variable. Call aarch64_decode_adr instead of
1861 aarch64_decode_adrp.
1862 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
1863 (aarch64_decode_adr): New function declaration.
1864 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
1865 (aarch64_decode_adr): New function, factored out from
1866 aarch64_decode_adrp to decode both adr and adrp instructions.
1867
787749ea
PL
18682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1869
1870 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
1871 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
1872 (aarch64-insn.o): New rule.
1873 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
1874 (aarch64*-*-linux*): Likewise.
1875 * arch/aarch64-insn.c: New file.
1876 * arch/aarch64-insn.h: New file.
1877 * aarch64-tdep.c: Include arch/aarch64-insn.h.
1878 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
1879 arch/aarch64-insn.h.
1880 (decode_add_sub_imm): Rename to ...
1881 (aarch64_decode_add_sub_imm): ... this.
1882 (decode_adrp): Rename to ...
1883 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
1884 Declare in arch/aarch64-insn.h.
1885 (decode_b): Rename to ...
1886 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
1887 Declare in arch/aarch64-insn.h.
1888 (decode_bcond): Rename to ...
1889 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
1890 Declare in arch/aarch64-insn.h.
1891 (decode_br): Rename to ...
1892 (aarch64_decode_br): ... this.
1893 (decode_cb): Rename to ...
1894 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
1895 Declare in arch/aarch64-insn.h.
1896 (decode_eret): Rename to ...
1897 (aarch64_decode_eret): ... this.
1898 (decode_movz): Rename to ...
1899 (aarch64_decode_movz): ... this.
1900 (decode_orr_shifted_register_x): Rename to ...
1901 (aarch64_decode_orr_shifted_register_x): ... this.
1902 (decode_ret): Rename to ...
1903 (aarch64_decode_ret): ... this.
1904 (decode_stp_offset): Rename to ...
1905 (aarch64_decode_stp_offset): ... this.
1906 (decode_stp_offset_wb): Rename to ...
1907 (aarch64_decode_stp_offset_wb): ... this.
1908 (decode_stur): Rename to ...
1909 (aarch64_decode_stur): ... this.
1910 (decode_tb): Rename to ...
1911 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
1912 Declare in arch/aarch64-insn.h.
1913 (aarch64_analyze_prologue): Adjust calls to renamed functions.
1914
183dc7ec
DE
19152015-09-20 Doug Evans <xdje42@gmail.com>
1916
1917 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
1918
2ee7123e
DE
19192015-09-20 Doug Evans <xdje42@gmail.com>
1920
1921 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
1922 variable name that collides with a parameter.
1923
7d1c9c9b
JB
19242015-09-20 Joel Brobecker <brobecker@adacore.com>
1925
1926 * dwarf2loc.c (locexpr_get_frame_base): Renames
1927 block_op_get_frame_base.
1928 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
1929 block_op_get_frame_base by reference to locexpr_get_frame_base.
1930 (loclist_get_frame_base): New function, near identical copy of
1931 locexpr_get_frame_base.
1932 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
1933 block_op_get_frame_base by reference to loclist_get_frame_base.
1934
7dc7c195
DE
19352015-09-19 Doug Evans <xdje42@gmail.com>
1936
1937 * ravenscar-thread.c (ravenscar_inferior_created): Replace
1938 current_inferior ()->gdbarch with its wrapper target_gdbarch.
1939
be550b6e
DE
19402015-09-18 Doug Evans <xdje42@gmail.com>
1941
1942 * linux-thread-db.c (record_thread): Return the created thread.
1943 (thread_from_lwp): Likewise.
1944 (thread_db_get_thread_local_address): Update.
1945
615b3f62
DE
19462015-09-18 Doug Evans <xdje42@gmail.com>
1947
1948 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
1949 move only member demangled_name up. All uses updated.
1950
015d2e7e
DE
19512015-09-18 Doug Evans <xdje42@gmail.com>
1952
1953 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
1954 kind of minimal symbol in the error message.
1955 * objfiles.c (objfile_flavour_name): New function.
1956 * objfiles.h (objfile_flavour_name): Declare.
1957
a0cc84cd
YQ
19582015-09-18 Yao Qi <yao.qi@linaro.org>
1959
1960 * nat/aarch64-linux.c: Include elf/common.h,
1961 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
1962 (aarch64_ps_get_thread_area): New function.
1963 * nat/aarch64-linux.h: Include gdb_proc_service.h.
1964 (aarch64_ps_get_thread_area): Declare.
1965 * aarch64-linux-nat.c (ps_get_thread_area): Call
1966 aarch64_ps_get_thread_area.
1967
d2939ba2
MM
19682015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1969
1970 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
1971
f2665db5
MM
19722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1973
1974 * NEWS: Announce new scheduler-locking mode.
1975 * infrun.c (schedlock_replay): New.
1976 (scheduler_enums): Add schedlock_replay.
1977 (scheduler_mode): Change default to schedlock_replay.
1978 (user_visible_resume_ptid): Handle schedlock_replay.
1979 (clear_proceed_status_thread): Stop replaying if resumed thread is
1980 not replaying.
1981 (schedlock_applies): Handle schedlock_replay.
1982 (_initialize_infrun): Document new scheduler-locking mode.
1983 * record-btrace.c (record_btrace_resume): Remove code to stop other
1984 threads when not replaying the resumed thread.
1985
7ff27e9b
MM
19862015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1987
1988 * record-btrace.c ((record_btrace_will_replay): New.
1989 (init_record_btrace_ops): Initialize to_record_will_replay.
1990 * record-full.c ((record_full_will_replay): New.
1991 (init_record_full_ops): Initialize to_record_will_replay.
1992 * target-delegates.c: Regenerated.
1993 * target.c (target_record_will_replay): New.
1994 * target.h (struct target_ops) <to_record_will_replay>: New.
1995 (target_record_will_replay): New.
1996
797094dd
MM
19972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1998
1999 * record-btrace.c (record_btrace_resume): Call
2000 target_record_stop_replaying.
2001 (record_btrace_stop_replaying_all): New.
2002 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2003 * record-full.c (record_full_stop_replaying): New.
2004 (init_record_full_ops ): Initialize to_record_stop_replaying.
2005 * target-delegates.c: Regenerated.
2006 * target.c (target_record_stop_replaying): New.
2007 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2008 (target_record_stop_replaying): New.
2009
4d10e986
MM
20102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2011
2012 * record-btrace.c (record_btrace_xfer_partial)
2013 (record_btrace_store_registers, record_btrace_prepare_to_store):
2014 Call record_btrace_is_replaying with inferior_ptid instead of
2015 minus_one_ptid.
2016 (record_btrace_store_registers): Change error message.
2017
a52eab48
MM
20182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2019
2020 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2021 Update users to pass minus_one_ptid.
2022 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2023 * record.c (cmd_record_delete): Pass inferior_ptid to
2024 target_record_is_replaying.
2025 * target-delegates.c: Regenerated.
2026 * target.c (target_record_is_replaying): Add ptid argument.
2027 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2028 argument.
2029 (target_record_is_replaying): Add ptid argument.
2030
cbb55fa7
MM
20312015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2032
2033 * record-btrace.c (record_btrace_open): Remove non_stop check.
2034 * NEWS: Announce that record btrace supports non-stop mode.
2035
d1988021
MM
20362015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2037
2038 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2039 in the TARKET_WAITKIND_NO_HISTORY case.
2040
a6b5be76
MM
20412015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2042
2043 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2044 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2045
ec71cc2f
MM
20462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2047
2048 * record-btrace.c (get_thread_current_frame): New.
2049 (record_btrace_start_replaying): Call get_thread_current_frame.
2050
0ca912df
MM
20512015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2052
2053 * record-btrace.c (record_btrace_resume_thread): A move request
2054 overwrites a previous move request.
2055 (record_btrace_find_resume_thread): Removed.
2056 (record_btrace_resume): Resume all requested threads.
2057
e3cfc1c7
MM
20582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2059
2060 * record-btrace.c: Include vec.h.
2061 (record_btrace_find_thread_to_move): Removed.
2062 (btrace_step_no_resumed, btrace_step_again)
2063 (record_btrace_stop_replaying_at_end): New.
2064 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2065 (record_btrace_single_step_forward): Remove calls to
2066 record_btrace_stop_replaying.
2067 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2068 BTHR_RCONT. Keep threads at the end of their history moving.
2069 (record_btrace_wait): Call record_btrace_step_thread for all threads
2070 until one reports an event. Call record_btrace_stop_replaying_at_end
2071 for the eventing thread.
2072
cf8f8f0c
MM
20732015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2074
2075 * record-btrace.c (record_btrace_single_step_forward): Return
2076 NO_HISTORY if a step brings us to the end of the execution history.
2077
011c71b6
MM
20782015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2079
2080 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2081 to ...
2082 (record_btrace_single_step_forward): ... here and
2083 (record_btrace_single_step_backward): ... here.
2084
d825d248
MM
20852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2086
2087 * record-btrace.c (btrace_step_spurious)
2088 (record_btrace_single_step_forward)
2089 (record_btrace_single_step_backward): New.
2090 (record_btrace_step_thread): Call record_btrace_single_step_forward
2091 and record_btrace_single_step_backward.
2092
3c615f99
MM
20932015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2094
2095 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2096 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2097
987e68b1
MM
20982015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2099
2100 * record-btrace.c (btrace_thread_flag_to_str)
2101 (record_btrace_cancel_resume): New.
2102 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2103 (record_btrace_resume): Print execution direction.
2104 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2105 (record_btrace_wait): Call record_btrace_cancel_resume.
2106
6e4879f0
MM
21072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2108
2109 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2110 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2111 (record_btrace_find_thread_to_move): Also accept threads that have
2112 BTHR_STOP set.
2113 (btrace_step_stopped_on_request, record_btrace_stop): New.
2114 (record_btrace_step_thread): Support BTHR_STOP.
2115 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2116 (init_record_btrace_ops): Initialize to_stop.
2117
5953356c
MM
21182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2119
2120 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2121 target_is_non_stop_p ().
2122
bfca584f
PMR
21232015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2124
2125 * ada-typeprint.c (print_array_type): Do not describe arrays as
2126 packed when they embed dynamic elements.
2127
5382cfab
PW
21282015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2129
2130 * symtab.h (address_class): Document that TLS variables
2131 are handled by LOC_UNRESOLVED.
2132 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2133 * printcmd.c (address_info): Don't relocate TLS variables.
2134
b277c936
PL
21352015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2136
2137 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2138 (decode_adrp): Likewise.
2139 (decode_b): Likewise.
2140 (decode_bcond): Likewise.
2141 (decode_br): Likewise.
2142 (decode_cb): Likewise.
2143 (decode_eret): Likewise.
2144 (decode_movz): Likewise.
2145 (decode_orr_shifted_register_x): Likewise.
2146 (decode_ret): Likewise.
2147 (decode_stp_offset): Likewise.
2148 (decode_stp_offset_wb): Likewise.
2149 (decode_stur): Likewise.
2150 (decode_tb): Likewise.
2151 (aarch64_analyze_prologue): Likewise.
2152 (pass_in_x): Likewise.
2153 (pass_in_v): Likewise.
2154 (pass_on_stack): Likewise.
2155 (aarch64_push_dummy_call): Likewise.
2156 (aarch64_extract_return_value): Likewise.
2157 (aarch64_store_return_value): Likewise.
2158 (aarch64_return_value): Likewise.
2159 (aarch64_record_asimd_load_store): Likewise.
2160 (aarch64_record_load_store): Likewise.
2161 (aarch64_record_data_proc_simd_fp): Likewise.
2162
141c5cc4
JK
21632015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2164
2165 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2166 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2167 (ppc64_skip_trampoline_code_1): ... here.
2168 (ppc64_skip_trampoline_code): New wrapper function.
2169 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2170
750ce8d1
YQ
21712015-09-15 Yao Qi <yao.qi@linaro.org>
2172
2173 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2174 function.
2175 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2176 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2177 if target_can_do_single_step returns 1.
2178 * remote.c (struct vCont_action_support) <s, S>: New fields.
2179 (PACKET_vContSupported): New enum.
2180 (remote_protocol_features): New element for vContSupported.
2181 (remote_query_supported): Append "vContSupported+".
2182 (remote_vcont_probe): Remove support_s and support_S, use
2183 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2184 vCont packet if c and C actions are not supported.
2185 (remote_can_do_single_step): New function.
2186 (init_remote_ops): Install it to to_can_do_single_step.
2187 (_initialize_remote): Call add_packet_config_cmd.
2188 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2189 (target_can_do_single_step): New macro.
2190 * target-delegates.c: Re-generated.
2191
ade90bde
YQ
21922015-09-15 Yao Qi <yao.qi@linaro.org>
2193
2194 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2195 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2196 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2197 New function.
2198 (aarch64_siginfo_from_compat_siginfo): New function.
2199 * nat/aarch64-linux.h: Include signal.h.
2200 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2201 (compat_timer_t, compat_clock_t): Likewise.
2202 (struct compat_timeval): New.
2203 (union compat_sigval): New.
2204 (struct compat_siginfo): New.
2205 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2206 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2207 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2208 (cpt_si_band, cpt_si_fd): Likewise.
2209
4c2f2a79
PA
22102015-09-14 Pedro Alves <palves@redhat.com>
2211
2212 * infrun.c (current_stop_id): New global.
2213 (get_stop_id, new_stop_id): New functions.
2214 (fetch_inferior_event): Handle normal_stop proceeding the target.
2215 (struct stop_context): New.
2216 (save_stop_context, release_stop_context_cleanup)
2217 (stop_context_changed): New functions.
2218 (normal_stop): Return true if the hook-stop changes the stop
2219 context.
2220 * infrun.h (get_stop_id): Declare.
2221 (normal_stop): Now returns int. Add documentation.
2222
919e6dbe
PMR
22232015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2224
2225 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2226 comment. Handle packed arrays.
2227
b027a8fa
PA
22282015-09-14 Pedro Alves <palves@redhat.com>
2229
2230 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2231 mention of maint set/show target-non-stop.
2232
b459a59b
DB
22332015-09-11 Don Breazeal <donb@codesourcery.com>
2234
2235 * NEWS: Announce new remote packets for the exec-events
2236 feature and the exec-events feature and associated commands.
2237
d46addbb
DB
22382015-09-11 Don Breazeal <donb@codesourcery.com>
2239
2240 * remote.c (remote_exec_event_p): New function.
2241 (remote_insert_exec_catchpoint): New function.
2242 (remote_remove_exec_catchpoint): New function.
2243 (init_extended_remote_ops): Initialize extended_remote_ops
2244 members to_insert_exec_catchpoint and
2245 to_remove_exec_catchpoint.
2246
94585166
DB
22472015-09-11 Don Breazeal <donb@codesourcery.com>
2248 Luis Machado <lgustavo@codesourcery.com>
2249
2250 * infrun.c (follow_exec): Use process-style ptid for
2251 exec message. Call add_inferior_with_spaces and
2252 target_follow_exec.
2253 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2254 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2255 * remote.c (remote_pspace_data): New static variable.
2256 (remote_pspace_data_cleanup): New function.
2257 (get_remote_exec_file): New function.
2258 (set_remote_exec_file_1): New function.
2259 (set_remote_exec_file): New function.
2260 (show_remote_exec_file): New function.
2261 (remote_exec_file): Delete static variable.
2262 (anonymous enum) <PACKET_exec_event_feature>: New
2263 enumeration constant.
2264 (remote_protocol_features): Add entry for exec-events feature.
2265 (remote_query_supported): Add client side of qSupported query
2266 for exec-events feature.
2267 (remote_follow_exec): New function.
2268 (remote_parse_stop_reply): Handle 'exec' stop reason.
2269 (extended_remote_run, extended_remote_create_inferior): Call
2270 get_remote_exec_file and set_remote_exec_file_1.
2271 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2272 member.
2273 (_initialize_remote): Call
2274 register_program_space_data_with_cleanup. Call
2275 add_packet_config_cmd for remote exec-events feature.
2276 Modify call to add_setshow_string_noescape_cmd for exec-file
2277 to use new functions set_remote_exec_file and
2278 show_remote_exec_file.
2279 * target-debug.h, target-delegates.c: Regenerated.
2280 * target.c (target_follow_exec): New function.
2281 * target.h (struct target_ops) <to_follow_exec>: New member.
2282 (target_follow_exec): Declare new function.
2283
669e74e8
PL
22842015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2285
2286 * aarch64-tdep.c (decode_cb): Move up comment describing the
2287 encoding.
2288 (decode_tb): Fix a typo in comment above the function. Move up
2289 comment describing the encoding.
2290
4d50586d
PL
22912015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2292
2293 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2294
6dcaef99
MMN
22952015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2296
2297 PR gdb/18947
2298 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2299 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2300
5da1a4d3
SM
23012015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2302
2303 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2304 operations.
2305
108d56a4
SM
23062015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2307
2308 * ada-lang.c (ada_search_struct_field): Constify parameters
2309 and/or variables..
2310 (xget_renaming_scope): Likewise.
2311 (ada_is_redundant_range_encoding): Likewise.
2312 (scan_discrim_bound): Likewise.
2313 (to_fixed_range_type): Likewise.
2314
dd2e65cc
YQ
23152015-09-10 Yao Qi <yao.qi@linaro.org>
2316
2317 * breakpoint.c (download_tracepoint_locations): New local
2318 can_download_tracepoint. Check the result of
2319 target_can_download_tracepoint and save it in
2320 can_download_tracepoint if there are tracepoints to download.
2321 * linux-nat.h (enum tribool): Move it to ...
2322 * common/common-types.h: ... here.
2323
cfe75703
PA
23242015-09-09 Pedro Alves <palves@redhat.com>
2325
2326 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2327 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2328
a85a3079
PA
23292015-09-09 Pedro Alves <palves@redhat.com>
2330
2331 * continuations.c (add_continuation, restore_thread_cleanup)
2332 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2333 (do_all_continuations_thread, do_all_continuations)
2334 (discard_all_continuations_thread_callback)
2335 (discard_all_continuations_thread, discard_all_continuations)
2336 (add_intermediate_continuation)
2337 (do_all_intermediate_continuations_thread_callback)
2338 (do_all_intermediate_continuations_thread)
2339 (do_all_intermediate_continuations)
2340 (discard_all_intermediate_continuations_thread_callback)
2341 (discard_all_intermediate_continuations_thread)
2342 (discard_all_intermediate_continuations): Delete.
2343 * continuations.h (add_continuation, do_all_continuations)
2344 (do_all_continuations_thread, discard_all_continuations)
2345 (discard_all_continuations_thread, add_intermediate_continuation)
2346 (do_all_intermediate_continuations)
2347 (do_all_intermediate_continuations_thread)
2348 (discard_all_intermediate_continuations)
2349 (discard_all_intermediate_continuations_thread): Delete
2350 declarations.
2351 * event-top.c (stdin_event_handler): Delete references to
2352 continuations.
2353 * gdbthread.h (struct thread_info): Delete continuations and
2354 intermediate_continuations fields.
2355 * inf-loop.c (inferior_event_handler): Remove references to
2356 continuations.
2357 * infrun.c (infrun_thread_stop_requested_callback): Remove
2358 references to continuations.
2359 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2360 * thread.c: Don't include "continuations.h".
2361 (clear_thread_inferior_resources): Remove references to
2362 continuations.
2363
0700e23e
PA
23642015-09-09 Pedro Alves <palves@redhat.com>
2365
2366 * infcall.c (struct dummy_frame_context_saver): Delete.
2367 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2368 (dummy_frame_context_saver_drop)
2369 (dummy_frame_context_saver_cleanup)
2370 (dummy_frame_context_saver_get_regs)
2371 (dummy_frame_context_saver_setup): Delete.
2372 * infcall.h (dummy_frame_context_saver_drop)
2373 (dummy_frame_context_saver_cleanup)
2374 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2375 Delete.
2376 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
2377 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2378 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2379
cfc31633
PA
23802015-09-09 Pedro Alves <palves@redhat.com>
2381
2382 * breakpoint.c: Include "thread-fsm.h".
2383 (struct until_break_command_continuation_args): Delete.
2384 (struct until_break_fsm): New.
2385 (until_break_fsm_ops): New global.
2386 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2387 (until_break_command_continuation): Delete.
2388 (until_break_fsm_clean_up): New function.
2389 (until_break_fsm_async_reply_reason): New function.
2390 (until_break_command): Adjust to create an until_break_fsm instead
2391 of a continuation.
2392 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2393 here.
2394 * infcmd.c (struct until_next_fsm): New.
2395 (until_next_fsm_ops): New global.
2396 (new_until_next_fsm, until_next_fsm_should_stop): New function.
2397 (until_next_continuation): Delete.
2398 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2399 functions.
2400 (until_next_command): Adjust to create a new until_next_fsm
2401 instead of a continuation.
2402
388a7084
PA
24032015-09-09 Pedro Alves <palves@redhat.com>
2404
2405 * infcall.c: Include thread_fsm.h.
2406 (struct call_return_meta_info): New.
2407 (get_call_return_value): New function, factored out from
2408 call_function_by_hand_dummy.
2409 (struct call_thread_fsm): New.
2410 (call_thread_fsm_ops): New global.
2411 (new_call_thread_fsm, call_thread_fsm_should_stop)
2412 (call_thread_fsm_should_notify_stop): New functions.
2413 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
2414 the thread.
2415 (call_function_by_hand_dummy): Create a new call_thread_fsm
2416 instance, associate it with the thread, and wait for the FSM to
2417 finish. If finished successfully, fetch the function's result
2418 value out of the FSM.
2419 * infrun.c (fetch_inferior_event): If the FSM says the stop
2420 shouldn't be notified, don't call normal_stop.
2421 (maybe_remove_breakpoints): New function, factored out from ...
2422 (normal_stop): ... here. Simplify.
2423 * infrun.h (maybe_remove_breakpoints): Declare.
2424 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2425 (thread-fsm.h) <struct thread_fsm_ops>: New field.
2426 (thread_fsm_should_notify_stop): Declare.
2427
243a9253
PA
24282015-09-09 Pedro Alves <palves@redhat.com>
2429
2430 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2431 * breakpoint.c (handle_jit_event): Print debug output.
2432 (bpstat_what): Split event callback handling to ...
2433 (bpstat_run_callbacks): ... this new function.
2434 (momentary_bkpt_print_it): No longer handle bp_finish here.
2435 * breakpoint.h (bpstat_run_callbacks): Declare.
2436 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2437 <thread_fsm>: New field.
2438 (thread_cancel_execution_command): Declare.
2439 * infcmd.c: Include thread-fsm.h.
2440 (struct step_command_fsm): New.
2441 (step_command_fsm_ops): New global.
2442 (new_step_command_fsm, step_command_fsm_prepare): New functions.
2443 (step_1): Adjust to use step_command_fsm_prepare and
2444 prepare_one_step.
2445 (struct step_1_continuation_args): Delete.
2446 (step_1_continuation): Delete.
2447 (step_command_fsm_should_stop): New function.
2448 (step_once): Delete.
2449 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2450 (prepare_one_step): New function, based on step_once.
2451 (until_next_command): Remove step_multi reference.
2452 (struct return_value_info): New.
2453 (print_return_value): Rename to ...
2454 (print_return_value_1): ... this. New struct return_value_info
2455 parameter. Adjust.
2456 (print_return_value): Reimplement as wrapper around
2457 print_return_value_1.
2458 (struct finish_command_fsm): New.
2459 (finish_command_continuation): Delete.
2460 (finish_command_fsm_ops): New global.
2461 (new_finish_command_fsm, finish_command_fsm_should_stop): New
2462 functions.
2463 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
2464 New.
2465 (finish_command_continuation_free_arg): Delete.
2466 (finish_command_fsm_async_reply_reason): New.
2467 (finish_backward, finish_forward): Change symbol parameter to a
2468 finish_command_fsm. Adjust.
2469 (finish_command): Create a finish_command_fsm. Adjust.
2470 * infrun.c: Include "thread-fsm.h".
2471 (clear_proceed_status_thread): Delete the thread's FSM.
2472 (infrun_thread_stop_requested_callback): Cancel the thread's
2473 execution command.
2474 (clean_up_just_stopped_threads_fsms): New function.
2475 (fetch_inferior_event): Handle the event_thread's should_stop
2476 method saying the command isn't done yet.
2477 (process_event_stop_test): Run breakpoint callbacks here.
2478 (print_stop_event): Rename to ...
2479 (print_stop_location): ... this.
2480 (restore_current_uiout_cleanup): New function.
2481 (print_stop_event): Reimplement.
2482 (normal_stop): No longer notify the end_stepping_range observers
2483 here handle "step N" nor "finish" here. No longer call
2484 print_stop_event here.
2485 * infrun.h (struct return_value_info): Forward declare.
2486 (print_return_value): Declare.
2487 (print_stop_event): Change prototype.
2488 * thread-fsm.c: New file.
2489 * thread-fsm.h: New file.
2490 * thread.c: Include "thread-fsm.h".
2491 (thread_cancel_execution_command): New function.
2492 (clear_thread_inferior_resources): Call it.
2493 * cli/cli-interp.c (cli_on_normal_stop): New function.
2494 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
2495 observer.
2496 * mi/mi-interp.c: Include "thread-fsm.h".
2497 (restore_current_uiout_cleanup): Delete.
2498 (mi_on_normal_stop): If the thread has an FSM associated, and it
2499 finished, ask it for the async-reply-reason to print. Always call
2500 print_stop_event here, regardless of the top-level interpreter.
2501 Check bpstat_what to tell whether an asynchronous breakpoint hit
2502 triggered.
2503 * tui/tui-interp.c (tui_on_normal_stop): New function.
2504 (tui_init): Install tui_on_normal_stop as normal_stop observer.
2505
0b333c5e
PA
25062015-09-09 Pedro Alves <palves@redhat.com>
2507
2508 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
2509 check whether the target can async.
2510 * inf-loop.c (inferior_event_handler): Only call target_async if
2511 the target can async.
2512 * infcall.c: Include top.h and interps.h.
2513 (run_inferior_call): For the interpreter to sync mode while
2514 running the infcall. Call wait_sync_command_done instead of
2515 wait_for_inferior plus normal_stop.
2516 * infcmd.c (prepare_execution_command): Don't check whether the
2517 target can async when running in the foreground.
2518 (step_1): Delete synchronous case handling.
2519 (step_once): Always install a continuation, even in sync mode.
2520 (until_next_command, finish_forward): Don't check whether the
2521 target can async.
2522 (attach_command_post_wait, notice_new_inferior): Always install a
2523 continuation, even in sync mode.
2524 * infrun.c (mark_infrun_async_event_handler): New function.
2525 (proceed): In sync mode, mark infrun's event source instead of
2526 waiting for events here.
2527 (fetch_inferior_event): If the target can't async, do a blocking
2528 wait.
2529 (prepare_to_wait): In sync mode, mark infrun's event source.
2530 (infrun_async_inferior_event_handler): No longer bail out if the
2531 target can't async.
2532 * infrun.h (mark_infrun_async_event_handler): New declaration.
2533 * linux-nat.c (linux_nat_wait_1): Remove calls to
2534 set_sigint_trap/clear_sigint_trap.
2535 (linux_nat_terminal_inferior): No longer check whether the target
2536 can async.
2537 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
2538 comment.
2539 (mi_execute_command_input_handler): No longer check whether the
2540 target is async. Update and simplify comment.
2541 * target.c (default_target_wait): New function.
2542 * target.h (struct target_ops) <to_wait>: Now defaults to
2543 default_target_wait.
2544 (default_target_wait): Declare.
2545 * top.c (wait_sync_command_done): New function, factored out from
2546 ...
2547 (maybe_wait_sync_command_done): ... this.
2548 * top.h (wait_sync_command_done): Declare.
2549 * target-delegates.c: Regenerate.
2550
0568462b
MM
25512015-09-09 Markus Metzger <markus.t.metzger@intel.com>
2552
2553 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
2554 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
2555 Remove include of sys/utsname.h.
2556 (linux_determine_kernel_ptr_bits): Remove.
2557 (linux_determine_kernel_start): New.
2558 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
2559 Update check.
2560 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
2561 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
2562 initialization.
2563 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
2564 assignment.
2565
72e02483
PA
25662015-09-07 Pedro Alves <palves@redhat.com>
2567
2568 * guile/guile-internal.h (as_a_scm_t_subr): New.
2569 * guile/guile.c (misc_guile_functions): Use it.
2570 * guile/scm-arch.c (arch_functions): Use it.
2571 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
2572 Use it.
2573 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
2574 * guile/scm-cmd.c (command_functions): Use it.
2575 * guile/scm-disasm.c (disasm_functions): Use it.
2576 * guile/scm-exception.c (exception_functions)
2577 (private_exception_functions): Use it.
2578 * guile/scm-frame.c (frame_functions)
2579 * guile/scm-gsmob.c (gsmob_functions): Use it.
2580 * guile/scm-iterator.c (iterator_functions): Use it.
2581 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
2582 * guile/scm-math.c (math_functions): Use it.
2583 * guile/scm-objfile.c (objfile_functions): Use it.
2584 * guile/scm-param.c (parameter_functions): Use it.
2585 * guile/scm-ports.c (port_functions, private_port_functions): Use
2586 it.
2587 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
2588 * guile/scm-progspace.c (pspace_functions): Use it.
2589 * guile/scm-string.c (string_functions): Use it.
2590 * guile/scm-symbol.c (symbol_functions): Use it.
2591 * guile/scm-symtab.c (symtab_functions): Use it.
2592 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
2593 it.
2594 * guile/scm-value.c (value_functions): Use it.
2595
e65b5245
AB
25962015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
2599 (tui_next_win): Likewise.
2600 (tui_prev_win): Likewise.
2601 (tui_partial_win_by_name): Likewise.
2602 (tui_init_generic_part): Likewise.
2603 (init_content_element): Likewise.
2604 (tui_del_window): Likewise.
2605 (tui_free_window): Likewise.
2606 (tui_del_data_windows): Likewise.
2607 (tui_free_data_content): Likewise.
2608 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
2609 * tui/tui-regs.c (tui_show_register_group): Likewise.
2610 * tui/tui-win.c (tui_resize_all): Likewise.
2611 (tui_set_focus): Likewise.
2612 (tui_set_win_height): Likewise.
2613 (make_invisible_and_set_new_height): Likewise.
2614 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
2615 * tui/tui-wingeneral.c (make_visible): Likewise.
2616
b03e6ad9
AB
26172015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
2620
be903358
AB
26212015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
2624 pointer.
2625 * dbxread.c (dbx_end_psymtab): Likewise.
2626 * gnu-nat.c (gnu_write_inferior): Likewise.
2627 * mdebugread.c (cross_ref): Likewise.
2628 * p-valprint.c (pascal_val_print): Likewise.
2629 * xcoffread.c (xcoff_end_psymtab): Likewise.
2630
02f024f9
YQ
26312015-09-04 Yao Qi <yao.qi@linaro.org>
2632
2633 * NEWS: Mention the aarch64 multi-arch debugging support.
2634
cd7c1778
PMR
26352015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2636
2637 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
2638 type instead of a TYPE_CODE_INT one for the string_char_type
2639 and the ada_primitive_type_char types.
2640
39edd165
YQ
26412015-09-03 Yao Qi <yao.qi@linaro.org>
2642
2643 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
2644 Move code to aarch64_linux_region_ok_for_watchpoint. Call
2645 aarch64_linux_region_ok_for_watchpoint.
2646 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
2647 New function.
2648 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
2649 Declare it.
2650
6c214e7c
PP
26512015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2652
2653 * gdb_obstack.h (obstack_strdup): Declare.
2654 * gdb_obstack.c (obstack_strdup): Define.
2655 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
2656 * gdbarch.c: Regenerate.
2657 * gdbarch.h: Regenerate.
2658 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
2659
eed8b28a
PP
26602015-09-02 Patrick Palka <patrick@parcs.ath.cx>
2661
2662 * gdbtypes.c (copy_type_recursive): Update documentation.
2663
73c6b475
SDJ
26642015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2665
2666 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
2667 as zero.
2668
ad1c917a
SDJ
26692015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2670
2671 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
2672
3bd7e5b7
SDJ
26732015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 * solib-svr4.c (solib_event_probe_action): Call
2676 get_probe_argument_count using TRY...CATCH.
2677 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
2678
f469e8ce
SDJ
26792015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
2680
2681 * probe.h (struct probe_ops) <get_probe_argument_count,
2682 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
2683 the comment that the function can throw an exception.
2684 (get_probe_argument_count): Likewise.
2685 (evaluate_probe_argument): Likewise.
2686 * stap-probe.c (stap_get_opcode): Call error instead of
2687 internal_error.
2688 (stap_get_expected_argument_type): Likewise. Add argument
2689 'probe'. Improve error message by mentioning the probe's name.
2690 (stap_parse_probe_arguments): Adjust call to
2691 stap_get_expected_argument_type.
2692 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
2693 not zero. Call internal_error if GDB requests an argument but the
2694 probe has no arguments.
2695
dc5c8746
PMR
26962015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2697
2698 * ada-lang.c (ada_resolve_function): Do not ask the user what
2699 match to use when in completion mode.
2700
136765ea
AB
27012015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * tui/tui-data.c (tui_win_name): Make local variable const, remove
2704 cast of NULL.
2705
90b81c5f
MF
27062015-08-31 Max Filippov <jcmvbkbc@gmail.com>
2707
2708 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
2709 call_abi using XSHAL_ABI macro.
2710
1cd36e54
DE
27112015-08-29 Doug Evans <xdje42@gmail.com>
2712
2713 * symtab.h (struct symbol): Tweak comment.
2714
8f57eec2
PP
27152015-08-29 Patrick Palka <patrick@parcs.ath.cx>
2716
2717 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
2718 gdbarch obstack instead of on the heap. Update commentary
2719 accordingly.
2720
38eebd71
JB
27212015-08-28 Joel Brobecker <brobecker@adacore.com>
2722
2723 GDB 7.10 released.
2724
d63dd61e
SM
27252015-08-28 Simon Marchi <simon.marchi@ericsson.com>
2726
2727 * NEWS: Update entry about non-8-bits addressable memory.
2728
6f059256
UW
27292015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
2730
2731 Revert:
2732 2014-11-06 Doug Evans <xdje42@gmail.com>
2733 * solib.c (solib_global_lookup): Fetch arch from objfile,
2734 not target_gdbarch.
2735
70987a92 27362015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
2737
2738 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
2739 attempt to relocate a TLS variable offset.
2740
70987a92 27412015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
2742
2743 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
2744 registered yet. Set inferior_ptid while calling target_read_memory.
2745
70987a92 27462015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
2747
2748 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
2749 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
2750 * linux-nat.c (check_stopped_by_breakpoint): Use
2751 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
2752
70987a92 27532015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
2754
2755 * linux-thread-db.c (thread_db_get_thread_local_address): If the
2756 thread was not yet discovered, use thread_from_lwp instead of
2757 calling thread_db_find_new_threads_1.
2758
f5cdf498
SM
27592015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2760
2761 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
2762 statements.
2763
fd2ae5d6
SM
27642015-08-27 Simon Marchi <simon.marchi@ericsson.com>
2765
2766 * NEWS: Document support for non-8-bits addressable memory.
2767
14d88147
PA
27682015-08-27 Pedro Alves <palves@redhat.com>
2769
2770 * configure.ac: Remove AC_TYPE_SIGNAL call.
2771 * configure, config.in: Regenerate.
2772
a40805d4
PA
27732015-08-27 Pedro Alves <palves@redhat.com>
2774
2775 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
2776 * extension-priv.h: Include signal.h.
2777 (struct signal_handler) <handler>: Change type to sighandler_t.
2778 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
2779 * inflow.c (sigint_ours, sigquit_ours): Change type to
2780 sighandler_t.
2781 (child_terminal_inferior): Remove casts.
2782 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
2783 (osig): Change type to sighandler_t.
2784 * nto-procfs.c (ofunc): Change type to sighandler_t.
2785 (procfs_wait): Remove casts.
2786 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
2787 * remote-sim.c (gdbsim_wait): Use sighandler_t.
2788 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
2789
0750520d
PA
27902015-08-27 Pedro Alves <palves@redhat.com>
2791
2792 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
2793 * gnulib/aclocal.m4: Renegerate.
2794 * gnulib/config.in: Renegerate.
2795 * gnulib/configure: Renegerate.
2796 * gnulib/import/Makefile.am: Update.
2797 * gnulib/import/Makefile.in: Regenerate.
2798 * gnulib/import/m4/gnulib-cache.m4: Update.
2799 * gnulib/import/m4/gnulib-comp.m4: Update.
2800 * gnulib/import/m4/signal_h.m4: New file.
2801 * gnulib/import/signal.in.h: New file.
2802
a5c0808e
PA
28032015-08-27 Pedro Alves <palves@redhat.com>
2804
2805 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
2806 (MIN_MEMORY_PACKET_SIZE): New.
2807 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
2808 (get_memory_packet_size): Adjust. No longer limit the max packet
2809 size.
2810 (set_memory_packet_size): Adjust, and remove dead code.
2811 (remote_check_symbols): Use xmalloc and a cleanup instead of
2812 alloca.
2813 (remote_packet_size): No longer cap the packet size.
2814 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
2815
cdaec3f3
LM
28162015-08-26 Luis Machado <lgustavo@codesourcery.com>
2817
2818 * compile/compile.c (compile_to_object): Mention language in
2819 error message.
2820
e9756d52
PP
28212015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2822
2823 * target.c (target_pre_inferior): Unset attach_flag.
2824
1dc7a623
SM
28252015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2826
2827 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
2828 * gdbarch.c: Re-generate.
2829
8d749320
SM
28302015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2831
6711b7f8
SM
2832 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
2833 function with the XNEW-family equivalent.
8d749320
SM
2834 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
2835 * ada-exp.y (write_ambiguous_var): Likewise.
2836 * ada-lang.c (resolve_subexp): Likewise.
2837 (user_select_syms): Likewise.
2838 (assign_aggregate): Likewise.
2839 (ada_evaluate_subexp): Likewise.
2840 (cache_symbol): Likewise.
2841 * addrmap.c (allocate_key): Likewise.
2842 (addrmap_create_mutable): Likewise.
2843 * aix-thread.c (sync_threadlists): Likewise.
2844 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
2845 (alpha_gdbarch_init): Likewise.
2846 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
2847 * arm-linux-nat.c (arm_linux_add_process): Likewise.
2848 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2849 * arm-tdep.c (push_stack_item): Likewise.
2850 (arm_displaced_step_copy_insn): Likewise.
2851 (arm_gdbarch_init): Likewise.
2852 (_initialize_arm_tdep): Likewise.
2853 * avr-tdep.c (push_stack_item): Likewise.
2854 * ax-general.c (new_agent_expr): Likewise.
2855 * block.c (block_initialize_namespace): Likewise.
2856 * breakpoint.c (alloc_counted_command_line): Likewise.
2857 (update_dprintf_command_list): Likewise.
2858 (parse_breakpoint_sals): Likewise.
2859 (decode_static_tracepoint_spec): Likewise.
2860 (until_break_command): Likewise.
2861 (clear_command): Likewise.
2862 (update_global_location_list): Likewise.
2863 (get_breakpoint_objfile_data) Likewise.
2864 * btrace.c (ftrace_new_function): Likewise.
2865 (btrace_set_insn_history): Likewise.
2866 (btrace_set_call_history): Likewise.
2867 * buildsym.c (add_symbol_to_list): Likewise.
2868 (record_pending_block): Likewise.
2869 (start_subfile): Likewise.
2870 (start_buildsym_compunit): Likewise.
2871 (push_subfile): Likewise.
2872 (end_symtab_get_static_block): Likewise.
2873 (buildsym_init): Likewise.
2874 * cli/cli-cmds.c (source_command): Likewise.
2875 * cli/cli-decode.c (add_cmd): Likewise.
2876 * cli/cli-script.c (build_command_line): Likewise.
2877 (setup_user_args): Likewise.
2878 (realloc_body_list): Likewise.
2879 (process_next_line): Likewise.
2880 (copy_command_lines): Likewise.
2881 * cli/cli-setshow.c (do_set_command): Likewise.
2882 * coff-pe-read.c (read_pe_exported_syms): Likewise.
2883 * coffread.c (coff_locate_sections): Likewise.
2884 (coff_symtab_read): Likewise.
2885 (coff_read_struct_type): Likewise.
2886 * common/cleanups.c (make_my_cleanup2): Likewise.
2887 * common/common-exceptions.c (throw_it): Likewise.
2888 * common/filestuff.c (make_cleanup_close): Likewise.
2889 * common/format.c (parse_format_string): Likewise.
2890 * common/queue.h (DEFINE_QUEUE_P): Likewise.
2891 * compile/compile-object-load.c (munmap_list_add): Likewise.
2892 (compile_object_load): Likewise.
2893 * compile/compile-object-run.c (compile_object_run): Likewise.
2894 * compile/compile.c (append_args): Likewise.
2895 * corefile.c (specify_exec_file_hook): Likewise.
2896 * cp-support.c (make_symbol_overload_list): Likewise.
2897 * cris-tdep.c (push_stack_item): Likewise.
2898 (cris_gdbarch_init): Likewise.
2899 * ctf.c (ctf_trace_file_writer_new): Likewise.
2900 * dbxread.c (init_header_files): Likewise.
2901 (add_new_header_file): Likewise.
2902 (init_bincl_list): Likewise.
2903 (dbx_end_psymtab): Likewise.
2904 (start_psymtab): Likewise.
2905 (dbx_end_psymtab): Likewise.
2906 * dcache.c (dcache_init): Likewise.
2907 * dictionary.c (dict_create_hashed): Likewise.
2908 (dict_create_hashed_expandable): Likewise.
2909 (dict_create_linear): Likewise.
2910 (dict_create_linear_expandable): Likewise.
2911 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
2912 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
2913 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
2914 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2915 (decode_frame_entry_1): Likewise.
2916 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
2917 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2918 * dwarf2read.c (dwarf2_has_info): Likewise.
2919 (create_signatured_type_table_from_index): Likewise.
2920 (dwarf2_read_index): Likewise.
2921 (dw2_get_file_names_reader): Likewise.
2922 (create_all_type_units): Likewise.
2923 (read_cutu_die_from_dwo): Likewise.
2924 (init_tu_and_read_dwo_dies): Likewise.
2925 (init_cutu_and_read_dies): Likewise.
2926 (create_all_comp_units): Likewise.
2927 (queue_comp_unit): Likewise.
2928 (inherit_abstract_dies): Likewise.
2929 (read_call_site_scope): Likewise.
2930 (dwarf2_add_field): Likewise.
2931 (dwarf2_add_typedef): Likewise.
2932 (dwarf2_add_member_fn): Likewise.
2933 (attr_to_dynamic_prop): Likewise.
2934 (abbrev_table_alloc_abbrev): Likewise.
2935 (abbrev_table_read_table): Likewise.
2936 (add_include_dir): Likewise.
2937 (add_file_name): Likewise.
2938 (dwarf_decode_line_header): Likewise.
2939 (dwarf2_const_value_attr): Likewise.
2940 (dwarf_alloc_block): Likewise.
2941 (parse_macro_definition): Likewise.
2942 (set_die_type): Likewise.
2943 (write_psymtabs_to_index): Likewise.
2944 (create_cus_from_index): Likewise.
2945 (dwarf2_create_include_psymtab): Likewise.
2946 (process_psymtab_comp_unit_reader): Likewise.
2947 (build_type_psymtab_dependencies): Likewise.
2948 (read_comp_units_from_section): Likewise.
2949 (compute_compunit_symtab_includes): Likewise.
2950 (create_dwo_unit_in_dwp_v1): Likewise.
2951 (create_dwo_unit_in_dwp_v2): Likewise.
2952 (read_func_scope): Likewise.
2953 (process_structure_scope): Likewise.
2954 (mark_common_block_symbol_computed): Likewise.
2955 (load_partial_dies): Likewise.
2956 (dwarf2_symbol_mark_computed): Likewise.
2957 * elfread.c (elf_symfile_segments): Likewise.
2958 (elf_read_minimal_symbols): Likewise.
2959 * environ.c (make_environ): Likewise.
2960 * eval.c (evaluate_subexp_standard): Likewise.
2961 * event-loop.c (create_file_handler): Likewise.
2962 (create_async_signal_handler): Likewise.
2963 (create_async_event_handler): Likewise.
2964 (create_timer): Likewise.
2965 * exec.c (build_section_table): Likewise.
2966 * fbsd-nat.c (fbsd_remember_child): Likewise.
2967 * fork-child.c (fork_inferior): Likewise.
2968 * frv-tdep.c (new_variant): Likewise.
2969 * gdbarch.sh (gdbarch_alloc): Likewise.
2970 (append_name): Likewise.
2971 * gdbtypes.c (rank_function): Likewise.
2972 (copy_type_recursive): Likewise.
2973 (add_dyn_prop): Likewise.
2974 * gnu-nat.c (make_proc): Likewise.
2975 (make_inf): Likewise.
2976 (gnu_write_inferior): Likewise.
2977 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
2978 (build_std_type_info_type): Likewise.
2979 * guile/scm-param.c (compute_enum_list): Likewise.
2980 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
2981 * guile/scm-value.c (gdbscm_value_call): Likewise.
2982 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2983 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
2984 (read_unwind_info): Likewise.
2985 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2986 * infcall.c (dummy_frame_context_saver_setup): Likewise.
2987 (call_function_by_hand_dummy): Likewise.
2988 * infcmd.c (step_once): Likewise.
2989 (finish_forward): Likewise.
2990 (attach_command): Likewise.
2991 (notice_new_inferior): Likewise.
2992 * inferior.c (add_inferior_silent): Likewise.
2993 * infrun.c (add_displaced_stepping_state): Likewise.
2994 (save_infcall_control_state): Likewise.
2995 (save_inferior_ptid): Likewise.
2996 (_initialize_infrun): Likewise.
2997 * jit.c (bfd_open_from_target_memory): Likewise.
2998 (jit_gdbarch_data_init): Likewise.
2999 * language.c (add_language): Likewise.
3000 * linespec.c (decode_line_2): Likewise.
3001 * linux-nat.c (add_to_pid_list): Likewise.
3002 (add_initial_lwp): Likewise.
3003 * linux-thread-db.c (add_thread_db_info): Likewise.
3004 (record_thread): Likewise.
3005 (info_auto_load_libthread_db): Likewise.
3006 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3007 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3008 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3009 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3010 * macrocmd.c (macro_define_command): Likewise.
3011 * macroexp.c (gather_arguments): Likewise.
3012 * macroscope.c (sal_macro_scope): Likewise.
3013 * macrotab.c (new_macro_table): Likewise.
3014 * mdebugread.c (push_parse_stack): Likewise.
3015 (parse_partial_symbols): Likewise.
3016 (parse_symbol): Likewise.
3017 (psymtab_to_symtab_1): Likewise.
3018 (new_block): Likewise.
3019 (new_psymtab): Likewise.
3020 (mdebug_build_psymtabs): Likewise.
3021 (add_pending): Likewise.
3022 (elfmdebug_build_psymtabs): Likewise.
3023 * mep-tdep.c (mep_gdbarch_init): Likewise.
3024 * mi/mi-main.c (mi_execute_command): Likewise.
3025 * mi/mi-parse.c (mi_parse_argv): Likewise.
3026 * minidebug.c (lzma_open): Likewise.
3027 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3028 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3029 * mips-tdep.c (mips_gdbarch_init): Likewise.
3030 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3031 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3032 * mt-tdep.c (mt_registers_info): Likewise.
3033 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3034 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3035 (linux_enable_pt): Likewise.
3036 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3037 (linux_xfer_osdata_processgroups): Likewise.
3038 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3039 * nto-procfs.c (procfs_meminfo): Likewise.
3040 * objc-lang.c (start_msglist): Likewise.
3041 (selectors_info): Likewise.
3042 (classes_info): Likewise.
3043 (find_methods): Likewise.
3044 * objfiles.c (allocate_objfile): Likewise.
3045 (update_section_map): Likewise.
3046 * osabi.c (gdbarch_register_osabi): Likewise.
3047 (gdbarch_register_osabi_sniffer): Likewise.
3048 * parse.c (start_arglist): Likewise.
3049 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3050 (hwdebug_insert_point): Likewise.
3051 * printcmd.c (display_command): Likewise.
3052 (ui_printf): Likewise.
3053 * procfs.c (create_procinfo): Likewise.
3054 (load_syscalls): Likewise.
3055 (proc_get_LDT_entry): Likewise.
3056 (proc_update_threads): Likewise.
3057 * prologue-value.c (make_pv_area): Likewise.
3058 (pv_area_store): Likewise.
3059 * psymtab.c (extend_psymbol_list): Likewise.
3060 (init_psymbol_list): Likewise.
3061 (allocate_psymtab): Likewise.
3062 * python/py-inferior.c (add_thread_object): Likewise.
3063 * python/py-param.c (compute_enum_values): Likewise.
3064 * python/py-value.c (valpy_call): Likewise.
3065 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3066 * python/python.c (ensure_python_env): Likewise.
3067 * record-btrace.c (record_btrace_start_replaying): Likewise.
3068 * record-full.c (record_full_reg_alloc): Likewise.
3069 (record_full_mem_alloc): Likewise.
3070 (record_full_end_alloc): Likewise.
3071 (record_full_core_xfer_partial): Likewise.
3072 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3073 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3074 * remote-notif.c (remote_notif_state_allocate): Likewise.
3075 * remote.c (demand_private_info): Likewise.
3076 (remote_notif_stop_alloc_reply): Likewise.
3077 (remote_enable_btrace): Likewise.
3078 * reverse.c (save_bookmark_command): Likewise.
3079 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3080 * rx-tdep.c (rx_gdbarch_init): Likewise.
3081 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3082 * ser-go32.c (dos_get_tty_state): Likewise.
3083 (dos_copy_tty_state): Likewise.
3084 * ser-mingw.c (ser_windows_open): Likewise.
3085 (ser_console_wait_handle): Likewise.
3086 (ser_console_get_tty_state): Likewise.
3087 (make_pipe_state): Likewise.
3088 (net_windows_open): Likewise.
3089 * ser-unix.c (hardwire_get_tty_state): Likewise.
3090 (hardwire_copy_tty_state): Likewise.
3091 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3092 * solib-dsbt.c (dsbt_current_sos): Likewise.
3093 (dsbt_relocate_main_executable): Likewise.
3094 * solib-frv.c (frv_current_sos): Likewise.
3095 (frv_relocate_main_executable): Likewise.
3096 * solib-spu.c (spu_bfd_fopen): Likewise.
3097 * solib-svr4.c (lm_info_read): Likewise.
3098 (svr4_copy_library_list): Likewise.
3099 (svr4_default_sos): Likewise.
3100 * source.c (find_source_lines): Likewise.
3101 (line_info): Likewise.
3102 (add_substitute_path_rule): Likewise.
3103 * spu-linux-nat.c (spu_bfd_open): Likewise.
3104 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3105 * stabsread.c (dbx_lookup_type): Likewise.
3106 (read_type): Likewise.
3107 (read_member_functions): Likewise.
3108 (read_struct_fields): Likewise.
3109 (read_baseclasses): Likewise.
3110 (read_args): Likewise.
3111 (_initialize_stabsread): Likewise.
3112 * stack.c (func_command): Likewise.
3113 * stap-probe.c (handle_stap_probe): Likewise.
3114 * symfile.c (addrs_section_sort): Likewise.
3115 (addr_info_make_relative): Likewise.
3116 (load_section_callback): Likewise.
3117 (add_symbol_file_command): Likewise.
3118 (init_filename_language_table): Likewise.
3119 * symtab.c (create_filename_seen_cache): Likewise.
3120 (sort_search_symbols_remove_dups): Likewise.
3121 (search_symbols): Likewise.
3122 * target.c (make_cleanup_restore_target_terminal): Likewise.
3123 * thread.c (new_thread): Likewise.
3124 (enable_thread_stack_temporaries): Likewise.
3125 (make_cleanup_restore_current_thread): Likewise.
3126 (thread_apply_all_command): Likewise.
3127 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3128 * top.c (gdb_readline_wrapper): Likewise.
3129 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3130 * tracepoint.c (trace_find_line_command): Likewise.
3131 (all_tracepoint_actions_and_cleanup): Likewise.
3132 (make_cleanup_restore_current_traceframe): Likewise.
3133 (get_uploaded_tp): Likewise.
3134 (get_uploaded_tsv): Likewise.
3135 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3136 (tui_alloc_win_info): Likewise.
3137 (tui_alloc_content): Likewise.
3138 (tui_add_content_elements): Likewise.
3139 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3140 (tui_set_disassem_content): Likewise.
3141 * ui-file.c (ui_file_new): Likewise.
3142 (stdio_file_new): Likewise.
3143 (tee_file_new): Likewise.
3144 * utils.c (make_cleanup_restore_integer): Likewise.
3145 (add_internal_problem_command): Likewise.
3146 * v850-tdep.c (v850_gdbarch_init): Likewise.
3147 * valops.c (find_oload_champ): Likewise.
3148 * value.c (allocate_value_lazy): Likewise.
3149 (record_latest_value): Likewise.
3150 (create_internalvar): Likewise.
3151 * varobj.c (install_variable): Likewise.
3152 (new_variable): Likewise.
3153 (new_root_variable): Likewise.
3154 (cppush): Likewise.
3155 (_initialize_varobj): Likewise.
3156 * windows-nat.c (windows_make_so): Likewise.
3157 * x86-nat.c (x86_add_process): Likewise.
3158 * xcoffread.c (arrange_linetable): Likewise.
3159 (allocate_include_entry): Likewise.
3160 (process_linenos): Likewise.
3161 (SYMBOL_DUP): Likewise.
3162 (xcoff_start_psymtab): Likewise.
3163 (xcoff_end_psymtab): Likewise.
3164 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3165 * xtensa-tdep.c (xtensa_register_type): Likewise.
3166 * gdbarch.c: Regenerate.
3167 * gdbarch.h: Regenerate.
3168
17d8546e
DB
31692015-08-25 Don Breazeal <donb@codesourcery.com>
3170
3171 * infrun.c (follow_exec): Re-order operations for
3172 handling follow-exec-mode "new".
3173 (handle_inferior_event_1): Assign ecs->event_thread
3174 to the current thread.
3175 * remote.c (get_remote_arch_state): Add an assertion.
3176
ba49e44b
PA
31772015-08-26 Pedro Alves <palves@redhat.com>
3178
3179 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3180
7541ab03 31812015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 3182
7541ab03 3183 PR gdb/18804
abc56d60
PA
3184 * defs.h (maybe_quit): Declare.
3185 (QUIT): Now calls maybe_quit.
3186 * event-loop.c (clear_async_signal_handler)
3187 (async_signal_handler_is_marked): New functions.
3188 * event-loop.h (async_signal_handler_is_marked)
3189 (clear_async_signal_handler): New declarations.
3190 * remote.c (remote_check_pending_interrupt): New function.
3191 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3192 longer check whether the target is async. If waiting for a stop
3193 reply, and a Ctrl-C as been sent to the target, offer to
3194 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3195 Otherwise do not disconnect and throw a quit.
3196 (_initialize_remote): Install remote_check_pending_interrupt as
3197 to_check_pending_interrupt.
3198 * target.c (target_check_pending_interrupt): New function.
3199 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3200 field.
3201 (target_check_pending_interrupt): New declaration.
3202 * utils.c (maybe_quit): New function.
3203 * target-delegates.c: Regenerate.
3204
dfe7f77c
YQ
32052015-08-25 Yao Qi <yao.qi@linaro.org>
3206
3207 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3208 Rename local variable pid to tid, and get lwpid of lwp. Update
3209 debug output.
3210
63e43d3a
PMR
32112015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3212
3213 * ada-lang.c (ada_read_var_value): Add a var_block argument
3214 and pass it to default_read_var_value.
3215 * block.c (block_static_link): New accessor.
3216 * block.h (block_static_link): Declare it.
3217 * buildsym.c (finish_block_internal): Add a static_link
3218 argument. If there is a static link, associate it to the new
3219 block.
3220 (finish_block): Add a static link argument and pass it to
3221 finish_block_internal.
3222 (end_symtab_get_static_block): Update calls to finish_block and
3223 to finish_block_internal.
3224 (end_symtab_with_blockvector): Update call to
3225 finish_block_internal.
3226 * buildsym.h: Forward-declare struct dynamic_prop.
3227 (struct context_stack): Add a static_link field.
3228 (finish_block): Add a static link argument.
3229 * c-exp.y: Remove an obsolete comment (evaluation of variables
3230 already start from the selected frame, and now they climb *up*
3231 the call stack) and propagate the block information to the
3232 produced expression.
3233 * d-exp.y: Likewise.
3234 * f-exp.y: Likewise.
3235 * go-exp.y: Likewise.
3236 * jv-exp.y: Likewise.
3237 * m2-exp.y: Likewise.
3238 * p-exp.y: Likewise.
3239 * coffread.c (coff_symtab_read): Update calls to finish_block.
3240 * dbxread.c (process_one_symbol): Likewise.
3241 * xcoffread.c (read_xcoff_symtab): Likewise.
3242 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3243 "sym" parameter to struct block_symbol, update its uses and pass
3244 its block to calls to read_var_value.
3245 (convert_symbol_sym): Update the calls to convert_one_symbol.
3246 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3247 call to read_var_value.
3248 * dwarf2loc.c (block_op_get_frame_base): New.
3249 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3250 get_frame_base method.
3251 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3252 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3253 instead of the selected frame in order to evaluate the
3254 expression.
3255 (dwarf2_evaluate_property): Add a frame argument. Update call
3256 to dwarf2_locexpr_baton_eval to provide a frame in available and
3257 to handle the absence of address stack.
3258 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3259 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3260 declaration.
3261 (read_func_scope): Record any available static link description.
3262 Update call to finish_block.
3263 (read_lexical_block_scope): Update call to finish_block.
3264 * findvar.c (follow_static_link): New.
3265 (get_hosting_frame): New.
3266 (default_read_var_value): Add a var_block argument. Use
3267 get_hosting_frame to handle non-local references.
3268 (read_var_value): Add a var_block argument and pass it to the
3269 LA_READ_VAR_VALUE method.
3270 * gdbtypes.c (resolve_dynamic_range): Update calls to
3271 dwarf2_evaluate_property.
3272 (resolve_dynamic_type_internal): Likewise.
3273 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3274 read_var_value, passing it the block coming from symbol lookup.
3275 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3276 read_var_value (TODO).
3277 * infcmd.c (finish_command_continuation): Update call to
3278 read_var_value, passing it the block coming from symbol lookup.
3279 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3280 * language.h (struct language_defn): Add a var_block argument to
3281 the LA_READ_VAR_VALUE method.
3282 * objfiles.c (struct static_link_htab_entry): New.
3283 (static_link_htab_entry_hash): New.
3284 (static_link_htab_entry_eq): New.
3285 (objfile_register_static_link): New.
3286 (objfile_lookup_static_link): New.
3287 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3288 * objfiles.h: Include hashtab.h.
3289 (struct objfile): Add a static_links field.
3290 (objfile_register_static_link): New.
3291 (objfile_lookup_static_link): New.
3292 * printcmd.c (print_variable_and_value): Update call to
3293 read_var_value.
3294 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3295 * python/py-frame.c (frapy_read_var): Update call to
3296 read_var_value, passing it the block coming from symbol lookup.
3297 * python/py-framefilter.c (extract_sym): Add a sym_block
3298 parameter and set the pointed value to NULL (TODO).
3299 (enumerate_args): Update call to extract_sym.
3300 (enumerate_locals): Update calls to extract_sym and to
3301 read_var_value.
3302 * python/py-symbol.c (sympy_value): Update call to
3303 read_var_value (TODO).
3304 * stack.c (read_frame_local): Update call to read_var_value.
3305 (read_frame_arg): Likewise.
3306 (return_command): Likewise.
3307 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3308 method.
3309 (struct symbol): Add a block field.
3310 (SYMBOL_BLOCK): New accessor.
3311 * valops.c (value_of_variable): Remove frame/block handling and
3312 pass the block argument to read_var_value, which does this job
3313 now.
3314 (value_struct_elt_for_reference): Update calls to
3315 read_var_value.
3316 (value_of_this): Pass the block found to read_var_value.
3317 * value.h (read_var_value): Add a var_block argument.
3318 (default_read_var_value): Likewise.
3319
ed8b7b42
YQ
33202015-08-25 Yao Qi <yao.qi@linaro.org>
3321
3322 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3323 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3324 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3325
db3cb7cb
YQ
33262015-08-25 Yao Qi <yao.qi@linaro.org>
3327
3328 * Makefile.in (aarch64-liunx.o): New rule.
3329 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3330 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3331 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3332 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3333 extern.
3334 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3335 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3336 * nat/aarch64-linux.c: New file.
3337 * nat/aarch64-linux.h: New file.
3338
f6011a1c
YQ
33392015-08-25 Yao Qi <yao.qi@linaro.org>
3340
3341 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3342 lwp_arch_private_info and ptid_of_lwp.
3343
5e35436e
YQ
33442015-08-25 Yao Qi <yao.qi@linaro.org>
3345
3346 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3347 Move it to nat/aarch64-linux-hw-point.c.
3348 (debug_reg_change_callback): Likewise.
3349 (aarch64_notify_debug_reg_change): :Likewise.
3350 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3351 (aarch64_dr_update_callback_param): New.
3352 (debug_reg_change_callback): New function.
3353 (aarch64_notify_debug_reg_change): Likewise.
3354 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3355 Remove the declaration.
3356
4a8a7965
YQ
33572015-08-25 Yao Qi <yao.qi@linaro.org>
3358
3359 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3360 Call current_lwp_ptid.
3361
32a271ee
YQ
33622015-08-25 Yao Qi <yao.qi@linaro.org>
3363
3364 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3365 debug_printf.
3366
5e137137
YQ
33672015-08-25 Yao Qi <yao.qi@linaro.org>
3368
3369 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3370 ptid_get_pid rather than ptid_get_lwp.
3371
73b8c1fd
PA
33722015-08-24 Pedro Alves <palves@redhat.com>
3373
3374 * NEWS (New commands): Mention set/show remote
3375 multiprocess-extensions-packet.
3376 * remote.c (remote_query_supported): Only tell the server to use
3377 the multiprocess extensions if the user hasn't force-disabled them
3378 with "set remote multiprocess-extensions-packet off".
3379
4a626d0a
PA
33802015-08-24 Pedro Alves <palves@redhat.com>
3381
3382 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3383 1029a8112290f6eee9d7878a391c49db42c999bd.
3384 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3385 Regenerate.
3386 * gnulib/import/Makefile.am: Update.
3387 * gnulib/import/Makefile.in: Update.
3388 * gnulib/import/alloca.in.h: Update.
3389 * gnulib/import/basename-lgpl.c: Update.
3390 * gnulib/import/canonicalize-lgpl.c: Update.
3391 * gnulib/import/config.charset: Update.
3392 * gnulib/import/dirent.in.h: Update.
3393 * gnulib/import/dirfd.c: Update.
3394 * gnulib/import/dirname-lgpl.c: Update.
3395 * gnulib/import/dirname.h: Update.
3396 * gnulib/import/dosname.h: Update.
3397 * gnulib/import/errno.in.h: Update.
3398 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3399 * gnulib/import/extra/snippet/c++defs.h: Update.
3400 * gnulib/import/extra/snippet/warn-on-use.h: Update.
3401 * gnulib/import/extra/update-copyright: Update.
3402 * gnulib/import/float+.h: Update.
3403 * gnulib/import/float.c: Update.
3404 * gnulib/import/float.in.h: Update.
3405 * gnulib/import/fnmatch.c: Update.
3406 * gnulib/import/fnmatch.in.h: Update.
3407 * gnulib/import/fnmatch_loop.c: Update.
3408 * gnulib/import/fpucw.h: Update.
3409 * gnulib/import/frexp.c: Update.
3410 * gnulib/import/frexpl.c: Update.
3411 * gnulib/import/gettimeofday.c: Update.
3412 * gnulib/import/inttypes.in.h: Update.
3413 * gnulib/import/isnan.c: Update.
3414 * gnulib/import/isnand-nolibm.h: Update.
3415 * gnulib/import/isnand.c: Update.
3416 * gnulib/import/isnanl-nolibm.h: Update.
3417 * gnulib/import/isnanl.c: Update.
3418 * gnulib/import/itold.c: Update.
3419 * gnulib/import/localcharset.c: Update.
3420 * gnulib/import/localcharset.h: Update.
3421 * gnulib/import/lstat.c: Update.
3422 * gnulib/import/m4/00gnulib.m4: Update.
3423 * gnulib/import/m4/absolute-header.m4: Update.
3424 * gnulib/import/m4/alloca.m4: Update.
3425 * gnulib/import/m4/canonicalize.m4: Update.
3426 * gnulib/import/m4/codeset.m4: Update.
3427 * gnulib/import/m4/configmake.m4: Update.
3428 * gnulib/import/m4/dirent_h.m4: Update.
3429 * gnulib/import/m4/dirfd.m4: Update.
3430 * gnulib/import/m4/dirname.m4: Update.
3431 * gnulib/import/m4/double-slash-root.m4: Update.
3432 * gnulib/import/m4/eealloc.m4: Update.
3433 * gnulib/import/m4/errno_h.m4: Update.
3434 * gnulib/import/m4/exponentd.m4: Update.
3435 * gnulib/import/m4/exponentl.m4: Update.
3436 * gnulib/import/m4/extensions.m4: Update.
3437 * gnulib/import/m4/extern-inline.m4: Update.
3438 * gnulib/import/m4/fcntl-o.m4: Update.
3439 * gnulib/import/m4/float_h.m4: Update.
3440 * gnulib/import/m4/fnmatch.m4: Update.
3441 * gnulib/import/m4/fpieee.m4: Update.
3442 * gnulib/import/m4/frexp.m4: Update.
3443 * gnulib/import/m4/frexpl.m4: Update.
3444 * gnulib/import/m4/gettimeofday.m4: Update.
3445 * gnulib/import/m4/glibc21.m4: Update.
3446 * gnulib/import/m4/gnulib-cache.m4: Update.
3447 * gnulib/import/m4/gnulib-common.m4: Update.
3448 * gnulib/import/m4/gnulib-comp.m4: Update.
3449 * gnulib/import/m4/gnulib-tool.m4: Update.
3450 * gnulib/import/m4/include_next.m4: Update.
3451 * gnulib/import/m4/inttypes-pri.m4: Update.
3452 * gnulib/import/m4/inttypes.m4: Update.
3453 * gnulib/import/m4/isnand.m4: Update.
3454 * gnulib/import/m4/isnanl.m4: Update.
3455 * gnulib/import/m4/largefile.m4: Update.
3456 * gnulib/import/m4/localcharset.m4: Update.
3457 * gnulib/import/m4/locale-fr.m4: Update.
3458 * gnulib/import/m4/locale-ja.m4: Update.
3459 * gnulib/import/m4/locale-zh.m4: Update.
3460 * gnulib/import/m4/longlong.m4: Update.
3461 * gnulib/import/m4/lstat.m4: Update.
3462 * gnulib/import/m4/malloc.m4: Update.
3463 * gnulib/import/m4/malloca.m4: Update.
3464 * gnulib/import/m4/math_h.m4: Update.
3465 * gnulib/import/m4/mbrtowc.m4: Update.
3466 * gnulib/import/m4/mbsinit.m4: Update.
3467 * gnulib/import/m4/mbsrtowcs.m4: Update.
3468 * gnulib/import/m4/mbstate_t.m4: Update.
3469 * gnulib/import/m4/memchr.m4: Update.
3470 * gnulib/import/m4/memmem.m4: Update.
3471 * gnulib/import/m4/mmap-anon.m4: Update.
3472 * gnulib/import/m4/multiarch.m4: Update.
3473 * gnulib/import/m4/nocrash.m4: Update.
3474 * gnulib/import/m4/off_t.m4: Update.
3475 * gnulib/import/m4/pathmax.m4: Update.
3476 * gnulib/import/m4/readlink.m4: Update.
3477 * gnulib/import/m4/rename.m4: Update.
3478 * gnulib/import/m4/rmdir.m4: Update.
3479 * gnulib/import/m4/ssize_t.m4: Update.
3480 * gnulib/import/m4/stat.m4: Update.
3481 * gnulib/import/m4/stdbool.m4: Update.
3482 * gnulib/import/m4/stddef_h.m4: Update.
3483 * gnulib/import/m4/stdint.m4: Update.
3484 * gnulib/import/m4/stdio_h.m4: Update.
3485 * gnulib/import/m4/stdlib_h.m4: Update.
3486 * gnulib/import/m4/string_h.m4: Update.
3487 * gnulib/import/m4/strstr.m4: Update.
3488 * gnulib/import/m4/strtok_r.m4: Update.
3489 * gnulib/import/m4/sys_socket_h.m4: Update.
3490 * gnulib/import/m4/sys_stat_h.m4: Update.
3491 * gnulib/import/m4/sys_time_h.m4: Update.
3492 * gnulib/import/m4/sys_types_h.m4: Update.
3493 * gnulib/import/m4/time_h.m4: Update.
3494 * gnulib/import/m4/unistd_h.m4: Update.
3495 * gnulib/import/m4/warn-on-use.m4: Update.
3496 * gnulib/import/m4/wchar_h.m4: Update.
3497 * gnulib/import/m4/wchar_t.m4: Update.
3498 * gnulib/import/m4/wctype_h.m4: Update.
3499 * gnulib/import/m4/wint_t.m4: Update.
3500 * gnulib/import/malloc.c: Update.
3501 * gnulib/import/malloca.c: Update.
3502 * gnulib/import/malloca.h: Update.
3503 * gnulib/import/math.in.h: Update.
3504 * gnulib/import/mbrtowc.c: Update.
3505 * gnulib/import/mbsinit.c: Update.
3506 * gnulib/import/mbsrtowcs-impl.h: Update.
3507 * gnulib/import/mbsrtowcs-state.c: Update.
3508 * gnulib/import/mbsrtowcs.c: Update.
3509 * gnulib/import/memchr.c: Update.
3510 * gnulib/import/memmem.c: Update.
3511 * gnulib/import/pathmax.h: Update.
3512 * gnulib/import/readlink.c: Update.
3513 * gnulib/import/ref-add.sin: Update.
3514 * gnulib/import/ref-del.sin: Update.
3515 * gnulib/import/rename.c: Update.
3516 * gnulib/import/rmdir.c: Update.
3517 * gnulib/import/same-inode.h: Update.
3518 * gnulib/import/stat.c: Update.
3519 * gnulib/import/stdbool.in.h: Update.
3520 * gnulib/import/stddef.in.h: Update.
3521 * gnulib/import/stdint.in.h: Update.
3522 * gnulib/import/stdio.c: Update.
3523 * gnulib/import/stdio.in.h: Update.
3524 * gnulib/import/stdlib.in.h: Update.
3525 * gnulib/import/str-two-way.h: Update.
3526 * gnulib/import/streq.h: Update.
3527 * gnulib/import/string.in.h: Update.
3528 * gnulib/import/stripslash.c: Update.
3529 * gnulib/import/strnlen1.c: Update.
3530 * gnulib/import/strnlen1.h: Update.
3531 * gnulib/import/strstr.c: Update.
3532 * gnulib/import/strtok_r.c: Update.
3533 * gnulib/import/sys_stat.in.h: Update.
3534 * gnulib/import/sys_time.in.h: Update.
3535 * gnulib/import/sys_types.in.h: Update.
3536 * gnulib/import/time.in.h: Update.
3537 * gnulib/import/unistd.in.h: Update.
3538 * gnulib/import/verify.h: Update.
3539 * gnulib/import/wchar.in.h: Update.
3540 * gnulib/import/wctype.in.h: Update.
3541 * gnulib/import/gettimeofday.c: New file.
3542 * gnulib/import/m4/absolute-header.m4: New file.
3543 * gnulib/import/m4/gettimeofday.m4: New file.
3544 * gnulib/import/m4/sys_socket_h.m4: New file.
3545 * gnulib/import/m4/sys_time_h.m4: New file.
3546 * gnulib/import/stdio.c: Delete file.
3547 * gnulib/import/sys_time.in.h: New file.
3548
438e1e42
PA
35492015-08-24 Pedro Alves <palves@redhat.com>
3550
3551 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
3552 * common/gdb_sys_time.h: New file.
3553 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
3554 * gdb_select.h: Likewise.
3555 * gdb_usleep.c: Likewise.
3556 * maint.c: Likewise.
3557 * mi/mi-main.c: Likewise.
3558 * mi/mi-parse.h: Likewise.
3559 * remote-fileio.c: Likewise.
3560 * remote-m32r-sdi.c: Likewise.
3561 * remote.c: Likewise.
3562 * ser-base.c: Likewise.
3563 * ser-pipe.c: Likewise.
3564 * ser-tcp.c: Likewise.
3565 * ser-unix.c: Likewise.
3566 * symfile.c: Likewise.
3567 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
3568 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
3569 * utils.c: Likewise.
3570
40e0b271
PA
35712015-08-24 Pedro Alves <palves@redhat.com>
3572
3573 * NEWS: Mention removed support for the various ROM monitors.
3574 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
3575 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
3576 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
3577 gdb_target_obs.
3578 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
3579 gdb_target_obs.
3580 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
3581 dsrec.o from gdb_target_obs.
3582 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
3583 from gdb_target_obs.
3584 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
3585 gdb_target_obs.
3586 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
3587 dink32-rom.o from gdb_target_obs.
3588 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
3589 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
3590 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
3591 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
3592
f8904751
PA
35932015-08-21 Pedro Alves <palves@redhat.com>
3594
3595 * frame.c (null_frame_id): Explicitly zero-initialize.
3596
049412e3
TT
35972015-08-21 Tom Tromey <tromey@redhat.com>
3598
3599 * dwarf2read.c (struct dwarf2_section_info): Rename field
3600 'asection' to 'section'.
3601 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
3602 (dwarf2_locate_sections, dwarf2_locate_sections)
3603 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
3604 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
3605 (dwarf2_locate_v2_dwp_sections): Adjust.
3606
948578a9
PP
36072015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3608
3609 * top.h (gdb_in_secondary_prompt_p): Declare.
3610 * top.c (gdb_secondary_prompt_depth): Define.
3611 (gdb_in_secondary_prompt_p): Define.
3612 (gdb_readline_wrapper_cleanup): Decrement
3613 gdb_secondary_prompt_depth.
3614 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
3615 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
3616 are in a secondary prompt.
3617
7a8bcb88
PP
36182015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3619
3620 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
3621 emit the newline.
3622
2d7711a3
GB
36232015-08-21 Gary Benson <gbenson@redhat.com>
3624
3625 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
3626
4313b8c0
GB
36272015-08-21 Gary Benson <gbenson@redhat.com>
3628
3629 * target.h (struct target_ops) <to_fileio_open>: New argument
3630 warn_if_slow. Update comment. All implementations updated.
3631 (target_fileio_open_warn_if_slow): New declaration.
3632 * target.c (target_fileio_open): Renamed as...
3633 (target_fileio_open_1): ...this. New argument warn_if_slow.
3634 Pass warn_if_slow to implementation. Update debug printing.
3635 (target_fileio_open): New function.
3636 (target_fileio_open_warn_if_slow): Likewise.
3637 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
3638 target_fileio_open_warn_if_slow.
3639
f36b8719
GB
36402015-08-21 Gary Benson <gbenson@redhat.com>
3641
3642 * nat/linux-namespaces.c (linux_mntns_access_fs):
3643 Do not overwrite old_chain.
3644
40045d91
MF
36452015-08-20 Max Filippov <jcmvbkbc@gmail.com>
3646
3647 * arch/xtensa.h: New file.
3648 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
3649 (ps_get_thread_area): New function.
3650 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
3651 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
3652 * xtensa-tdep.c (osabi.h): New #include.
3653 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
3654 xtensa-specific hooks.
3655 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
3656 member and move the structure to arch/xtensa.h.
3657
80152258
PA
36582015-08-21 Pedro Alves <palves@redhat.com>
3659
3660 * remote.c (struct readahead_cache): New.
3661 (struct remote_state) <readahead_cache>: New field.
3662 (remote_open_1): Invalidate the cache.
3663 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
3664 functions.
3665 (remote_hostio_pwrite): Invalidate the readahead cache.
3666 (remote_hostio_pread): Rename to ...
3667 (remote_hostio_pread_vFile): ... this.
3668 (remote_hostio_pread_from_cache): New function.
3669 (remote_hostio_pread): Reimplement.
3670 (remote_hostio_close): Invalidate the readahead cache.
3671
88fc5eb7
MC
36722015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
3673
3674 PR build/18843
3675 * procfs.c: Include "filestuff.h".
3676
6f1cb6ea
PP
36772015-08-21 Patrick Palka <patrick@parcs.ath.cx>
3678
3679 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
3680 curch.
3681 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
3682 cur_line or curch, instead call wmove().
3683 (init_win_info) [CMD_WIN]: Likewise.
3684 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
3685 instead call getcury().
3686 (tui_redisplay_readline): Don't set cur_line or curch.
3687 (tui_mld_erase_entire_line): Don't read cur_line, instead call
3688 getcury().
3689 (tui_cont_sig): Remove call to wmove.
3690 (tui_getc): Don't read cur_line or curch, instead call getcury()
3691 or getyx(). Don't set curch.
3692 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
3693 set cur_line or curch. Always move cursor to (0,0).
3694
221e1a37
PA
36952015-08-20 Pedro Alves <palves@redhat.com>
3696
3697 * infrun.c (print_target_wait_results): Make extern.
3698 * infrun.h (print_target_wait_results): Declare.
3699 * remote.c (set_stop_requested_callback): Delete.
3700 (process_initial_stop_replies): New function.
3701 (remote_start_remote): Use it.
3702 (stop_reply_queue_length): New function.
3703
40e3ad0e
PA
37042015-08-20 Pedro Alves <palves@redhat.com>
3705
3706 * dwarf2read.c (process_full_comp_unit): To tell whether
3707 start_subfile managed to deduce a language, test for
3708 language_unknown instead of language_c.
3709
af39b327
PMR
37102015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3711
3712 * ada-lex.l: Reset the start condition to INITIAL in the rule that
3713 matches attributes.
3714
7d45c7c3
KB
37152015-08-19 Kevin Buettner <kevinb@redhat.com>
3716
3717 * dwarf2read.c (dwarf2_string_attr): New function.
3718 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
3719 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
3720 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
3721 (anonymous_struct_prefix, prepare_one_comp_unit): Use
3722 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
3723
4d6cceb4
DE
37242015-08-18 Doug Evans <dje@google.com>
3725 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3726
3727 PR mi/18833
3728 * cli/cli-logging.c (pop_output_files): Don't restore redirection
3729 if MI-like.
3730 * mi/mi-out.c: #include "vec.h".
3731 (ui_filep): New type.
3732 (DEV_VEC_P (ui_filep)): New type.
3733 (struct ui_out_data) <buffer, original_buffer>: Delete.
3734 (struct ui_out_data) <streams>: New member.
3735 (mi_ui_out_impl): Add data_destroy field.
3736 (mi_field_string, mi_field_fmt): Update.
3737 (mi_flush, mi_redirect, field_separator): Update.
3738 (mi_open, mi_close): Update.
3739 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
3740 (mi_out_data_ctor, mi_out_data_dtor): New functions.
3741 (mi_out_new): Call mi_out_data_ctor.
3742
26d56a93
SL
37432015-08-18 Sandra Loosemore <sandra@codesourcery.com>
3744
3745 * remote.c (strprefix): New.
3746 (remote_parse_stop_reply): Use strprefix instead of strncmp
3747 to ensure exact match of keyword.
3748
566f5e3b
AB
37492015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb_bfd.c (debug_bfd_cache): New variable.
3752 (show_bfd_cache_debug): New function.
3753 (gdb_bfd_open): Add debug logging.
3754 (gdb_bfd_ref): Likewise.
3755 (gdb_bfd_unref): Likewise.
3756 (_initialize_gdb_bfd): Add new set/show command.
3757 * NEWS: Mention new command.
3758
18989b3c
AB
37592015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3760
3761 * gdb_bfd.c (bfd_sharing): New variable.
3762 (show_bfd_sharing): New function.
3763 (gdb_bfd_open): Check bfd_sharing variable.
3764 (_initialize_gdb_bfd): Add new set/show command.
3765 * NEWS: Mention new command.
3766
c04fe68f
AB
37672015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
3768
3769 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
3770 field.
3771 (struct gdb_bfd_cache_search): Likewise.
3772 (eq_bfd): Compare the size, inode, and device id fields.
3773 (gdb_bfd_open): Initialise the size, inode, and device id fields.
3774 (gdb_bfd_ref): Likewise.
3775 (gdb_bfd_unref): Likewise.
3776
b2a33439
PA
37772015-08-18 Pedro Alves <palves@redhat.com>
3778
3779 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
3780 target implements to_always_non_stop_p, call it.
3781 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
3782 (x86_linux_create_target): Install it as to_always_non_stop_p
3783 method.
3784
71b57e37
DE
37852015-08-17 Doug Evans <dje@google.com>
3786
3787 * ui-out.c (default_ui_out_impl): Add comment.
3788
7f3706eb
IB
37892015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
3790
3791 * d-exp.y (type_aggregate_p): New function.
3792 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
3793 (classify_inner_name): Likewise.
3794 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
3795
1762568f
DE
37962015-08-15 Doug Evans <xdje42@gmail.com>
3797
3798 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
3799 updated.
3800 (add_psymbol_to_list): Ditto.
3801
8763cede
DE
38022015-08-15 Doug Evans <xdje42@gmail.com>
3803
3804 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
3805 updated. Call end_psymtab_common.
3806 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
3807 end_psymtab_common.
3808 (build_type_psymtabs_reader): Ditto.
3809 * psympriv.h (sort_pst_symbols): Delete.
3810 (end_psymtab_common): Declare.
3811 * psymtab.c (sort_pst_symbols): Make static.
3812 (end_psymtab_common): New function.
3813 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
3814
51cdc993
DE
38152015-08-15 Doug Evans <xdje42@gmail.com>
3816
3817 * defs.h (LANGUAGE_BITS): Define.
3818 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
3819 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
3820 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
3821 (minimal_symbol_type): Add nr_minsym_types.
3822 (MINSYM_TYPE_BITS): Define.
3823 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
3824 (domain_enum_tag): Add NR_DOMAINS.
3825 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
3826 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
3827
95cf5869
DE
38282015-08-15 Doug Evans <xdje42@gmail.com>
3829
3830 * objfiles.h: Whitespace cleanup.
3831 * psympriv.h: Whitespace cleanup.
3832 * psymtab.c: Whitespace/coding convention cleanup.
3833
e3ae3c43
PP
38342015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3835
3836 * inferior.c (detach_inferior_command): Don't call
3837 any_thread_of_process when pid is 0.
3838 (kill_inferior_command): Likewise.
3839
6ff0ba5f
DE
38402015-08-14 Doug Evans <xdje42@gmail.com>
3841
3842 PR gdb/11833
3843 * NEWS: Document new /s modifier for the disassemble command.
3844 * cli/cli-cmds.c (disassemble_command): Add support for /s.
3845 (_initialize_cli_cmds): Update online docs of disassemble command.
3846 * disasm.c: #include "source.h".
3847 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
3848 All uses updated.
3849 (dis_line_entry): New struct.
3850 (hash_dis_line_entry, eq_dis_line_entry): New functions.
3851 (allocate_dis_line_table): New functions.
3852 (maybe_add_dis_line_entry, line_has_code_p): New functions.
3853 (dump_insns): New arg end_pc. All callers updated.
3854 (do_mixed_source_and_assembly_deprecated): Renamed from
3855 do_mixed_source_and_assembly. All callers updated.
3856 (do_mixed_source_and_assembly): New function.
3857 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
3858 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
3859 DISASSEMBLY_SOURCE. All uses updated.
3860 (DISASSEMBLY_SOURCE): New macro.
3861 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
3862
b56ccc20
KS
38632015-08-14 Keith Seitz <keiths@redhat.com>
3864
3865 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
3866 `typename' to `type_name' to avoid C++ reserved word.
3867
ebdad8fc
KS
38682015-08-14 Keith Seitz <keiths@redhat.com>
3869
3870 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
3871 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
3872 silence ARI errors.
3873
c0fe2ae7
IB
38742015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
3875
3876 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
3877 xstrprintf instead of malloc and sprintf.
3878 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
3879 (lex_one_token): Likewise.
3880
a738da3a
MF
38812015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
3882
3883 * solib-svr4.c (read_program_header): Add base_addr argument to
3884 report the runtime address of the segment.
3885 (find_program_interpreter): Update read_program_header call to pass
3886 a NULL pointer for the new argument.
3887 (scan_dyntag): Add ptr_addr argument to report the runtime address
3888 of the tag payload.
3889 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
3890 read_program_header to get the base address of the dynamic segment.
3891 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
3892 read_program_header.
3893 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
3894
f8edc4ff
MF
38952015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
3896
3897 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
3898
444c1ed8
IB
38992015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
3900
3901 * d-exp.y (%union): Add voidval.
3902 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
3903 name in the lexing stage.
3904 (PostfixExpression): Move symbol completion handling in grammar here
3905 from PrimaryExpression.
3906 (PrimaryExpression): Move routines to handle resolving identifier
3907 tokens in the grammar here from push_expression_name.
3908 (IdentifierExp): Remove the handling of alternating '.' and identifier
3909 tokens.
3910 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
3911 (BasicType): Remove C-style typename rules.
3912 (d_type_from_name, d_module_from_name, push_variable)
3913 (push_fieldnames, push_type_name, push_module_name)
3914 (push_expression_name): Remove.
3915 (lex_one_token): Rename from yylex. Replace pstate with par_state.
3916 (token_and_value): New type.
3917 (token_fifo, popping, name_obstack): New globals.
3918 (classify_name): New function.
3919 (classify_inner_name): Likewise.
3920 (yylex): Likewise.
3921 (d_parse): Initialize token_fifo, popping and name_obstack.
3922
bc7c9fab
IB
39232015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
3924
3925 * Makefile.in (SFILES): Add d-namespace.c.
3926 (COMMON_OBS): Add d-namespace.o.
3927 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
3928 la_lookup_symbol_nonlocal callback function pointer.
3929 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
3930 (d_lookup_nested_symbol): New declaration.
3931 * d-namespace.c: New file.
3932
3207396b
PA
39332015-08-13 Pedro Alves <palves@redhat.com>
3934
3935 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
3936 cleanup after the decref cleanup, not before.
3937
5d8c3ed3
PMR
39382015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3939
3940 * ada-lang.c: Include namespace.h
3941 (aux_add_nonlocal_symbols): Fix a function name in comment.
3942 (ada_add_block_renamings): New.
3943 (add_nonlocal_symbols): Add global renamings handling.
3944 (ada_lookup_symbol_list_worker): Move the symbol lookup part
3945 to...
3946 (ada_add_all_symbols): ... this new function.
3947 (ada_add_block_symbols): Try to match the input name against the
3948 "using directives list", perform a recursive symbol lookup on
3949 the matched declarations.
3950 * block.h (struct block): Move the_namespace to top-level as
3951 namespace_info. Remove the language_specific field.
3952 (BLOCK_NAMESPACE): Update access to the namespace_info field.
3953 * buildsym.h (using_directives): Rename into...
3954 (local_using_directives): ... this.
3955 (global_using_directives): New.
3956 (struct context_stack): Rename the using_directives field into
3957 local_using_directives.
3958 * buildsym.c (finish_block_internal): Deal with the proper
3959 using directives repository (local or global).
3960 (prepare_for_building): Reset local_using_directives. Assert
3961 that there is no pending global using directive.
3962 (reset_symtab_globals): Reset global_using_directives and
3963 local_using_directives.
3964 (end_symtab_get_static_block): Don't ignore symtabs that have
3965 only using directives.
3966 (push_context): Update references to local_using_directives.
3967 (buildsym_init): Do not reset using_directives.
3968 * cp-support.c: Include namespace.h.
3969 * cp-support.h (struct using_direct): Move to namespace.h.
3970 (cp_add_using_directives): Move to namespace.h.
3971 * cp-namespace.c: Include namespace.h
3972 (cp_add_using_directive): Move to namespace.c, rename it to
3973 add_using_directive, add a "using_directives" argument and use
3974 it as the pending using directives repository. All callers
3975 updated.
3976 * dwarf2read.c (using_directives): New.
3977 (read_import_statement): Call using_directives.
3978 (read_func_scope): Update references to local_using_directives.
3979 (read_lexical_block_scope): Likewise.
3980 (read_namespace): Update the heading comment, call
3981 using_directives.
3982 * namespace.h: New file.
3983 * namespace.c: New file.
3984 * Makefile.in (SFILES): Add namespace.c.
3985 (COMMON_OBS): Add namespace.o
3986
4dafcdeb
JB
39872015-08-12 Joel Brobecker <brobecker@adacore.com>
3988
3989 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
3990 compute RETADDR.
3991
67994074
KS
39922015-08-12 Keith Seitz <keiths@redhat.com>
3993
3994 * break-catch-throw.c (re_set_exception_catchpoint) Rename
3995 reserved C++ keyword "explicit" to "explicit_loc".
3996 * breakpoint.c (create_overlay_event_breakpoint)
3997 (create_longjmp_master_breakpoint)
3998 (create_std_terminate_master_breakpoint)
3999 (create_exception_master_breakpoint, update_static_tracepoint):
4000 Rename reserved C++ keyword "explicit" to "explicit_loc".
4001 * completer.c (collect_explicit_location_matches)
4002 (explicit_location_completer): Rename reserved C++ keyword
4003 "explicit" to "explicit_loc".
4004 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4005 (canonicalize_linespec, create_sals_line_offset)
4006 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4007 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4008 "explicit" to "explicit_loc".
4009 * location.c (struct event_location) <explicit>: Rename to
4010 "explicit_loc".
4011 (initialize_explicit_location, new_explicit_location)
4012 (explicit_location_to_string_internal, explicit_location_to_linespec):
4013 Rename reserved C++ keyword "explicit" to "explicit_loc".
4014 * location.h (explicit_location_to_string)
4015 (explicit_location_to_linespec, initialize_explicit_location)
4016 (new_explicit_location): Rename reserved C++ keyword "explicit"
4017 to "explicit_loc".
4018 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4019 keyword "explicit" to "explicit_loc".
4020
59ecaff3
KS
40212015-08-12 Keith Seitz <keiths@redhat.com>
4022
4023 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4024 and only call decode_line_1 when it is non-NULL.
4025
244558af
LM
40262015-08-12 Luis Machado <lgustavo@codesourcery.com>
4027
4028 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4029 location address is not meaningful.
4030 (breakpoint_address_is_meaningful): Update comment.
4031
629500fa
KS
40322015-08-11 Keith Seitz <keiths@redhat.com>
4033
4034 * NEWS: Mention explicit locations.
4035 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4036 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4037 (_initialize_breakpoint): Update documentation for
4038 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4039
eb8c4e2e
KS
40402015-08-11 Keith Seitz <keiths@redhat.com>
4041
4042 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4043 explicit locations, options "--source", "--function",
4044 "--label", and "--line".
4045
87f0e720
KS
40462015-08-11 Keith Seitz <keiths@redhat.com>
4047
4048 * completer.c: Include location.h.
4049 (enum match_type): New enum.
4050 (location_completer): Rename to ...
4051 (linespec_completer): ... this.
4052 (collect_explicit_location_matches, backup_text_ptr)
4053 (explicit_location_completer): New functions.
4054 (location_completer): "New" function; handle linespec
4055 and explicit location completions.
4056 (complete_line_internal): Remove all location completer-specific
4057 handling.
4058 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4059 (find_toplevel_char): Export.
4060 (linespec_parse_line_offset): Export.
4061 Issue error if STRING is not numerical.
4062 (gdb_get_linespec_parser_quote_characters): New function.
4063 * linespec.h (linespec_parse_line_offset): Declare.
4064 (get_gdb_linespec_parser_quote_characters): Declare.
4065 (is_ada_operator): Declare.
4066 (find_toplevel_char): Declare.
4067 (linespec_lexer_lex_keyword): Declare.
4068 * location.c (explicit_to_event_location): New function.
4069 (explicit_location_lex_one): New function.
4070 (string_to_explicit_location): New function.
4071 (string_to_event_location): Handle explicit locations.
4072 * location.h (explicit_to_event_location): Declare.
4073 (string_to_explicit_location): Declare.
4074
00e52e53
KS
40752015-08-11 Keith Seitz <keiths@redhat.com>
4076
4077 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4078 linespec into explicit location.
4079 * breakpoint.c (create_overlay_breakpoint)
4080 (create_longjmp_master_breakpoint)
4081 (create_std_terminate_master_breakpoint)
4082 (create_exception_master_breakpoint): Convert linespec into explicit
4083 location.
4084 (update_static_tracepoint): Convert linespec into explicit location.
4085 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4086 location.h.
4087 (struct linespec) <expression, expr_pc, source_filename>
4088 <function_name, label_name, line_offset>: Replace with ...
4089 <explicit>: ... this.
4090 <is_linespec>: New member.
4091 (PARSER_EXPLICIT): New accessor macro.
4092 (undefined_label_error): New function.
4093 (source_file_not_found_error): New function.
4094 (linespec_parse_basic): The parser result is now an explicit location.
4095 Use PARSER_EXPLICIT to access it.
4096 Use undefined_label_error.
4097 (canonicalize_linespec): Convert canonical linespec into explicit
4098 location.
4099 Move string representation of location to explicit_location_to_linespec
4100 and use it and explicit_location_to_string to save string
4101 representations of the canonical location.
4102 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4103 explicit location. Update all references.
4104 (convert_explicit_location_to_sals): New function.
4105 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4106 result's explicit location.
4107 (linespec_state_constructor): Initialize is_linespec.
4108 Use PARSER_EXPLICIT.
4109 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4110 result.
4111 (event_location_to_sals): For linespec locations, set is_linespec.
4112 Handle explicit locations.
4113 (decode_objc): 'ls' contains an explicit location now. Update all
4114 references.
4115 (symtabs_from_filename): Use source_file_not_found_error.
4116 * location.c (struct event_location.u) <explicit>: New member.
4117 (initialize_explicit_location): New function.
4118 (initialize_event_location): Initialize explicit locations.
4119 (new_explicit_location, get_explicit_location)
4120 (get_explicit_location_const): New functions.
4121 (explicit_to_string_internal): New function; most of contents moved
4122 from canonicalize_linespec.
4123 (explicit_location_to_string): New function.
4124 (explicit_location_to_linespec): New function.
4125 (copy_event_location, delete_event_location)
4126 (event_location_to_string_const, event_location_empty_p): Handle
4127 explicit locations.
4128 * location.h (enum offset_relative_sign, struct line_offset): Move
4129 here from linespec.h.
4130 (enum event_location_type): Add EXPLICIT_LOCATION.
4131 (struct explicit_location): New structure.
4132 (explicit_location_to_string): Declare.
4133 (explicit_location_to_linespec): Declare.
4134 (new_explicit_location, get_explicit_locationp
4135 (get_explicit_location_const, initialize_explicit_location): Declare.
4136
5b56227b
KS
41372015-08-11 Keith Seitz <keiths@redhat.com>
4138
4139 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4140 linespec for stap probe to probe location.
4141 * breakpoint.c (create_longjmp_master_breakpoint)
4142 (create_exception_master_breakpoint): Likewise.
4143 (break_command_1): Remove local variable `arg_cp'.
4144 Check location type to set appropriate breakpoint ops methods.
4145 (trace_command): Likewise.
4146 * linespec.c (event_location_to_sals): Assert on probe locations.
4147 * location.c (EL_PROBE): Add macro definition.
4148 (new_probe_location, get_probe_location): New functions.
4149 (copy_event_location, delete_event_location, event_location_to_string)
4150 (string_to_event_location, event_location_empty_p): Handle probe
4151 locations.
4152 * location.h (enum event_location_type): Add PROBE_LOCATION.
4153 (new_probe_location, get_probe_location): Declare.
4154 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4155 Convert linespec into probe location.
4156
a06efdd6
KS
41572015-08-11 Keith Seitz <keiths@redhat.com>
4158
4159 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4160 Convert linespec to address location.
4161 * linespec.c (canonicalize_linespec): Do not handle address
4162 locations here.
4163 (convert_address_location_to_sals): New function; contents moved
4164 from ...
4165 (convert_linespc_to_sals): ... here.
4166 (parse_linespec): Remove address locations from linespec grammar.
4167 Remove handling of address locations.
4168 (linespec_lex_to_end): Remove handling of address linespecs.
4169 (event_location_to_sals): Handle ADDRESS_LOCATION.
4170 (linespec_expression_to_pc): Export.
4171 * linespec.h (linespec_expression_to_pc): Add declaration.
4172 * location.c (struct event_location.u) <address>: New member.
4173 (new_address_location, get_address_location): New functions.
4174 (copy_event_location, delete_event_location, event_location_to_string)
4175 (string_to_event_location, event_location_empty_p): Handle address
4176 locations.
4177 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4178 (new_address_location, get_address_location): Declare.
4179 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4180 to address location.
4181 * spu-tdep.c (spu_catch_start): Likewise.
4182
f00aae0f
KS
41832015-08-11 Keith Seitz <keiths@redhat.com>
4184
4185 * ax-gdb.c: Include location.h.
4186 (agent_command_1) Use linespec location instead of address
4187 string.
4188 * break-catch-throw.c: Include location.h.
4189 (re_set_exception_catchpoint): Use linespec locations instead
4190 of address strings.
4191 * breakpoint.c: Include location.h.
4192 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4193 (create_std_terminate_master_breakpoint)
4194 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4195 Use linespec location instead of address string.
4196 (print_breakpoint_location): Use locations and
4197 event_location_to_string.
4198 Print extra_string for pending locations for non-MI streams.
4199 (print_one_breakpoint_location): Use locations and
4200 event_location_to_string.
4201 (init_raw_breakpoint_without_location): Initialize b->location.
4202 (create_thread_event_breakpoint): Use linespec location instead of
4203 address string.
4204 (init_breakpoint_sal): Likewise.
4205 Only save extra_string if it is non-NULL and not the empty string.
4206 Use event_location_to_string instead of `addr_string'.
4207 Constify `p' and `endp'.
4208 Use skip_spaces_const/skip_space_const instead of non-const versions.
4209 Copy the location into the breakpoint.
4210 If LOCATION is NULL, save the breakpoint address as a linespec location
4211 instead of an address string.
4212 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4213 event_location. All uses updated.
4214 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4215 (parse_breakpoint_sals): Use locations instead of address strings.
4216 Remove check for empty linespec with conditional.
4217 Refactor.
4218 (decode_static_tracepoint_spec): Make argument const and update
4219 function.
4220 (create_breakpoint): Change `arg' to a struct event_location and
4221 rename.
4222 Remove `copy_arg' and `addr_start'.
4223 If EXTRA_STRING is empty, set it to NULL.
4224 Don't populate `canonical' for pending breakpoints.
4225 Pass `extra_string' to find_condition_and_thread.
4226 Clear `extra_string' if `rest' was NULL.
4227 Do not error with "garbage after location" if setting a dprintf
4228 breakpoint.
4229 Copy the location into the breakpoint instead of an address string.
4230 (break_command_1): Use string_to_event_location and pass this to
4231 create_breakpoint instead of an address string.
4232 Check against `arg_cp' for a probe linespec.
4233 (dprintf_command): Use string_to_event_location and pass this to
4234 create_breakpoint instead of an address string.
4235 Throw an exception if no format string was specified.
4236 (print_recreate_ranged_breakpoint): Use event_location_to_string
4237 instead of address strings.
4238 (break_range_command, until_break_command)
4239 (init_ada_exception_breakpoint): Use locations instead
4240 of address strings.
4241 (say_where): Print out extra_string for pending locations.
4242 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4243 the breakpoint.
4244 (base_breakpoint_create_sals_from_location): Use struct event_location
4245 instead of address string.
4246 Remove `addr_start' and `copy_arg' parameters.
4247 (base_breakpoint_decode_location): Use struct event_location instead of
4248 address string.
4249 (bkpt_re_set): Use locations instead of address strings.
4250 Use event_location_empty_p to check for unset location.
4251 (bkpt_print_recreate): Use event_location_to_string instead of
4252 an address string.
4253 Print out extra_string for pending locations.
4254 (bkpt_create_sals_from_location, bkpt_decode_location)
4255 (bkpt_probe_create_sals_from_location): Use struct event_location
4256 instead of address string.
4257 (bkpt_probe_decode_location): Use struct event_location instead of
4258 address string.
4259 (tracepoint_print_recreate): Use event_location_to_string to
4260 recreate the tracepoint.
4261 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4262 (tracepoint_probe_create_sals_from_location)
4263 (tracepoint_probe_decode_location): Use struct event_location
4264 instead of address string.
4265 (dprintf_print_recreate): Use event_location_to_string to recreate
4266 the dprintf.
4267 (dprintf_re_set): Remove check for valid/missing format string.
4268 (strace_marker_create_sals_from_location)
4269 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4270 (update_static_tracepoint): Use struct event_location instead of
4271 address string.
4272 (location_to_sals): Likewise.
4273 Pass `extra_string' to find_condition_and_thread.
4274 For newly resolved pending breakpoint locations, clear the location's
4275 string representation.
4276 Assert that the breakpoint's condition string is NULL when
4277 condition_not_parsed.
4278 (breakpoint_re_set_default, create_sals_from_location_default)
4279 (decode_location_default, trace_command, ftrace_command)
4280 (strace_command, create_tracepoint_from_upload): Use locations
4281 instead of address strings.
4282 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4283 Use struct event_location instead of address string.
4284 Update all uses.
4285 <decode_location>: Likewise.
4286 (struct breakpoint) <addr_string>: Change to struct event_location
4287 and rename `location'.
4288 <addr_string_range_end>: Change to struct event_location and rename
4289 `location_range_end'.
4290 (create_breakpoint): Use struct event_location instead of address
4291 string.
4292 * cli/cli-cmds.c: Include location.h.
4293 (edit_command, list_command): Use locations instead of address strings.
4294 * elfread.c: Include location.h.
4295 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4296 * guile/scm-breakpoint.c: Include location.h.
4297 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4298 (gdbscm_register_breakpoint): Use locations instead of address
4299 strings.
4300 * linespec.c: Include location.h.
4301 (struct ls_parser) <stream>: Change to const char *.
4302 (PARSER_STREAM): Update.
4303 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4304 keywords must be followed by whitespace.
4305 (canonicalize_linespec): Save a linespec location into `canonical'.
4306 Save a canonical linespec into `canonical'.
4307 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4308 All uses updated.
4309 Update function description.
4310 (linespec_parser_new): Initialize `parser'.
4311 Update initialization of parsing stream.
4312 (event_location_to_sals): New function.
4313 (decode_line_full): Change `argptr' to a struct event_location and
4314 rename it `location'.
4315 Use locations instead of address strings.
4316 Call event_location_to_sals instead of parse_linespec.
4317 (decode_line_1): Likewise.
4318 (decode_line_with_current_source, decode_line_with_last_displayed)
4319 Use locations instead of address strings.
4320 (decode_objc): Likewise.
4321 Change `argptr' to const char * and rename `arg'.
4322 (destroy_linespec_result): Delete the linespec result's location
4323 instead of freeing the address string.
4324 * linespec.h (struct linespec_result) <addr_string>: Change to
4325 struct event_location and rename to ...
4326 <location>: ... this.
4327 (decode_line_1, decode_line_full): Change `argptr' to struct
4328 event_location. All callers updated.
4329 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4330 (mi_cmd_break_insert_1): Use locations instead of address strings.
4331 Throw an error if there was "garbage" at the end of the specified
4332 linespec.
4333 * probe.c: Include location.h.
4334 (parse_probes): Change `argptr' to struct event_location.
4335 Use event locations instead of address strings.
4336 * probe.h (parse_probes): Change `argptr' to struct event_location.
4337 * python/py-breakpoint.c: Include location.h.
4338 (bppy_get_location): Constify local variable `str'.
4339 Use event_location_to_string.
4340 (bppy_init): Use locations instead of address strings.
4341 * python/py-finishbreakpoint.c: Include location.h.
4342 (bpfinishpy_init): Remove local variable `addr_str'.
4343 Use locations instead of address strings.
4344 * python/python.c: Include location.h.
4345 (gdbpy_decode_line): Use locations instead of address strings.
4346 * remote.c: Include location.h.
4347 (remote_download_tracepoint): Use locations instead of address
4348 strings.
4349 * spu-tdep.c: Include location.h.
4350 (spu_catch_start): Remove local variable `buf'.
4351 Use locations instead of address strings.
4352 * tracepoint.c: Include location.h.
4353 (scope_info): Use locations instead of address strings.
4354 (encode_source_string): Constify parameter `src'.
4355 * tracepoint.h (encode_source_string): Likewise.
4356
c7c1b3e9
KS
43572015-08-11 Keith Seitz <keiths@redhat.com>
4358
4359 * Makefile.in (SFILES): Add location.c.
4360 (HFILES_NO_SRCDIR): Add location.h.
4361 (COMMON_OBS): Add location.o.
4362 * linespec.c (linespec_lex_to_end): New function.
4363 * linespec.h (linespec_lex_to_end): Declare.
4364 * location.c: New file.
4365 * location.h: New file.
4366
5f700d83
KS
43672015-08-11 Keith Seitz <keiths@redhat.com>
4368
4369 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4370 Renamed to create_sals_from_location.
4371 <decode_linespec>: Renamed to decode_location.
4372 Update all callers.
4373 * breakpoint.c (create_sals_from_address_default): Renamed to ...
4374 (create_sals_from_location_default): ... this.
4375 (addr_string_to_sals): Renamed to ...
4376 (location_to_sals): ... this.
4377 (decode_linespec_default): Renamed to ...
4378 (decode_location_default): ... this.
4379 (base_breakpoint_create_sals_from_address): Renamed to ...
4380 (base_breakpoint_create_sals_from_location): ... this.
4381 (bkpt_create_sals_from_address): Renamed to ...
4382 (bkpt_create_sals_from_location): ... this.
4383 (bkpt_decode_linespec): Renamed to ...
4384 (bkpt_decode_location): ... this.
4385 (bkpt_probe_create_sals_from_address): Renamed to ...
4386 (bkpt_probe_create_sals_from_location): ... this.
4387 (tracepoint_create_sals_from_address): Renamed to ...
4388 (tracepoint_create_sals_from_location): ... this.
4389 (tracepoint_decode_linespec): Renamed to ...
4390 (tracepoint_decode_location): ... this.
4391 (tracepoint_probe_create_sals_from_address): Renamed to ...
4392 (tracepoint_probe_create_sals_from_location): ... this.
4393 (tracepoint_probe_decode_linespec): Renamed to ...
4394 (tracepoint_probe_decode_location): ... this.
4395 (strace_marker_create_sals_from_address): Renamed to ...
4396 (strace_marker_create_sals_from_location): ... this.
4397 (decode_linespec_default): Renamed to ...
4398 (decode_location_default): ... this.
4399
e27852be
DE
44002015-08-10 Doug Evans <dje@google.com>
4401 Keith Seitz <keiths@redhat.com>
4402
4403 PR gdb/17960
4404 * symtab.c (make_file_symbol_completion_list_1): Renamed from
4405 make_file_symbol_completion_list and made static.
4406 (make_file_symbol_completion_list): New function.
80af41e0 4407
fd7dcb94
JB
44082015-08-10 Joel Brobecker <brobecker@adacore.com>
4409
4410 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4411 trailing new-line at end of warning message.
4412 (proceed): Add i18n marker to error messages.
4413
f12899e9
PA
44142015-08-07 Pedro Alves <palves@redhat.com>
4415
4416 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4417
5ac21343
PA
44182015-08-07 Pedro Alves <palves@redhat.com>
4419
4420 * s390-linux-tdep.c (is_non_branch_ril)
4421 (s390_displaced_step_copy_insn): New functions.
4422 (s390_displaced_step_fixup): Update comment.
4423 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4424 gdbarch_displaced_step_copy_insn hook.
4425
7f03bd92
PA
44262015-08-07 Pedro Alves <palves@redhat.com>
4427
4428 * infrun.c (displaced_step_prepare_throw): Return -1 if
4429 gdbarch_displaced_step_copy_insn returns NULL. Update intro
4430 comment.
4431 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4432 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4433 in file.
4434 (ppc_displaced_step_copy_insn): New function.
4435 (ppc_displaced_step_fixup): Update comment.
4436 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4437 gdbarch_displaced_step_copy_insn hook.
4438 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4439 NULL return.
4440 * gdbarch.h: Regenerate.
4441
3fc8eb30
PA
44422015-08-07 Pedro Alves <palves@redhat.com>
4443
4444 * inferior.h (struct inferior) <displaced_stepping_failed>: New
4445 field.
4446 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4447 Return false if dispaced stepping failed before.
4448 (resume): Pass the current inferior to
4449 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
4450 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
4451 displaced_stepping_failed flag, and fall back to an in-line
4452 step-over.
4453
bfedc46a
PA
44542015-08-07 Pedro Alves <palves@redhat.com>
4455
4456 * darwin-nat.c (darwin_stop): Rename to ...
4457 (darwin_interrupt): ... this.
4458 (_initialize_darwin_inferior): Adjust.
4459 * gnu-nat.c (gnu_stop): Delete.
4460 (gnu_target): Don't install gnu_stop.
4461 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
4462 (inf_ptrace_interrupt): ... this.
4463 (inf_ptrace_target): Adjust.
4464 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
4465 target_stop.
4466 * linux-nat (linux_nat_stop): Rename to ...
4467 (linux_nat_interrupt): ... this.
4468 (linux_nat_stop): Reimplement.
4469 (linux_nat_add_target): Install linux_nat_interrupt.
4470 * nto-procfs.c (nto_interrupt_twice): Rename to ...
4471 (nto_handle_sigint_twice): ... this.
4472 (nto_interrupt): Rename to ...
4473 (nto_handle_sigint): ... this. Call target_interrupt instead of
4474 target_stop.
4475 (procfs_wait): Adjust.
4476 (procfs_stop): Rename to ...
4477 (procfs_interrupt): ... this.
4478 (init_procfs_targets): Adjust.
4479 * procfs.c (procfs_stop): Rename to ...
4480 (procfs_interrupt): ... this.
4481 (procfs_target): Adjust.
4482 * remote-m32r-sdi.c (m32r_stop): Rename to ...
4483 (m32r_interrupt): ... this.
4484 (init_m32r_ops): Adjust.
4485 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
4486 (gdbsim_interrupt_inferior): ... this.
4487 (gdbsim_stop): Rename to ...
4488 (gdbsim_interrupt): ... this.
4489 (gdbsim_cntrl_c): Adjust.
4490 (init_gdbsim_ops): Adjust.
4491 * remote.c (sync_remote_interrupt): Adjust comments.
4492 (remote_stop_as): Rename to ...
4493 (remote_interrupt_as): ... this.
4494 (remote_stop): Adjust comment.
4495 (remote_interrupt): New function.
4496 (init_remote_ops): Install remote_interrupt.
4497 * target.c (target_interrupt): New function.
4498 * target.h (struct target_ops) <to_interrupt>: New field.
4499 (target_interrupt): New declaration.
4500 * windows-nat.c (windows_stop): Rename to ...
4501 (windows_interrupt): ... this.
4502 * target-delegates.c: Regenerate.
4503
d55007b5
PA
45042015-08-07 Pedro Alves <palves@redhat.com>
4505
4506 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
4507 threads" as alternative to "switching back to stepped thread".
4508
fbea99ea
PA
45092015-08-07 Pedro Alves <palves@redhat.com>
4510
4511 * NEWS: Mention "maint set/show target-non-stop".
4512 * breakpoint.c (update_global_location_list): Check
4513 target_is_non_stop_p instead of non_stop.
4514 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
4515 * infrun.c (show_can_use_displaced_stepping)
4516 (can_use_displaced_stepping_p, start_step_over_inferior):
4517 Likewise.
4518 (internal_resume_ptid): New function.
4519 (resume): Use it.
4520 (proceed): Check target_is_non_stop_p instead of non_stop. If in
4521 all-stop mode but the target is always in non-stop mode, start all
4522 the other threads that are implicitly resumed too.
4523 (for_each_just_stopped_thread, fetch_inferior_event)
4524 (adjust_pc_after_break, stop_all_threads): Check
4525 target_is_non_stop_p instead of non_stop.
4526 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
4527 with the target always in non-stop mode.
4528 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
4529 instead of non_stop.
4530 (switch_back_to_stepped_thread): Check target_is_non_stop_p
4531 instead of non_stop.
4532 (keep_going_stepped_thread): Use internal_resume_ptid.
4533 (stop_waiting): If in all-stop mode, and the target is in non-stop
4534 mode, stop all threads.
4535 (keep_going_pass): Likewise, when starting a new in-line step-over
4536 sequence.
4537 * linux-nat.c (get_pending_status, select_event_lwp)
4538 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
4539 target_is_non_stop_p instead of non_stop.
4540 (linux_nat_always_non_stop_p): New function.
4541 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
4542 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
4543 * target-delegates.c: Regenerate.
4544 * target.c (target_is_non_stop_p): New function.
4545 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
4546 (maint_set_target_non_stop_command)
4547 (maint_show_target_non_stop_command): New functions.
4548 (_initilize_target): Install "maint set/show target-non-stop"
4549 commands.
4550 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
4551 (target_non_stop_enabled): New declaration.
4552 (target_is_non_stop_p): New declaration.
4553
372316f1
PA
45542015-08-07 Pedro Alves <pedro@codesourcery.com>
4555
4556 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
4557 has a pending status, return true.
4558 * gdbthread.h: Include target/waitstatus.h.
4559 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
4560 stop_pc>: New fields.
4561 (struct thread_info) <resumed>: New field.
4562 (set_resumed): Declare.
4563 * infrun.c: Include "event-loop.h".
4564 (infrun_async_inferior_event_token, infrun_is_async): New globals.
4565 (infrun_async): New function.
4566 (clear_step_over_info): Add debug output.
4567 (displaced_step_in_progress_any_inferior): New function.
4568 (displaced_step_fixup): New returns int.
4569 (start_step_over): Handle in-line step-overs too. Assert the
4570 thread is marked resumed.
4571 (resume_cleanups): Clear the thread's resumed flag.
4572 (resume): Set the thread's resumed flag. Return early if the
4573 thread has a pending status. Allow stepping a breakpoint with no
4574 signal.
4575 (proceed): Adjust to check 'resumed' instead of 'executing'.
4576 (clear_proceed_status_thread): If the thread has a pending status,
4577 and that status is a finished step, discard the pending status.
4578 (clear_proceed_status): Don't clear step_over_info here.
4579 (random_pending_event_thread, do_target_wait): New functions.
4580 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
4581 do_target_wait.
4582 (wait_one): New function.
4583 (THREAD_STOPPED_BY): New macro.
4584 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
4585 (thread_stopped_by_hw_breakpoint): New functions.
4586 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
4587 functions.
4588 (handle_inferior_event): Also call set_resumed(false) on all
4589 threads implicitly stopped by the event.
4590 (restart_threads, resumed_thread_with_pending_status): New
4591 functions.
4592 (finish_step_over): If we were doing an in-line step-over before,
4593 and no longer are after trying to start a new step-over, restart
4594 all threads. If we have multiple threads with pending events,
4595 save the current event and go through the event loop again.
4596 (handle_signal_stop): Return early if finish_step_over returns
4597 false.
4598 <random signal>: If we get a signal while stepping over a
4599 breakpoint in-line in non-stop mode, restart all threads. Clear
4600 step_over_info before delivering the signal.
4601 (keep_going_stepped_thread): Use internal_error instead of
4602 gdb_assert. Mark the thread as resumed.
4603 (keep_going_pass_signal): Assert the thread isn't already resumed.
4604 If some other thread is doing an in-line step-over, defer the
4605 resume. If we just started a new in-line step-over, stop all
4606 threads. Don't clear step_over_info.
4607 (infrun_async_inferior_event_handler): New function.
4608 (_initialize_infrun): Create async event handler with
4609 infrun_async_inferior_event_handler as callback.
4610 (infrun_async): New declaration.
4611 * target.c (target_async): New function.
4612 * target.h (target_async): Declare macro and readd as function
4613 declaration.
4614 * target/waitstatus.h (enum target_stop_reason)
4615 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4616 * thread.c (new_thread): Clear the new waitstatus field.
4617 (set_resumed): New function.
4618
2ac7589c
PA
46192015-08-07 Pedro Alves <palves@redhat.com>
4620
4621 * infrun.c (keep_going_stepped_thread): New function, factored out
4622 from ...
4623 (switch_back_to_stepped_thread): ... here.
4624
8b061563
PA
46252015-08-07 Pedro Alves <palves@redhat.com>
4626
4627 * infrun.c (currently_stepping): Extend intro comment.
4628 * target.h (target_resume): Extend intro comment.
4629
1afd5965
PA
46302015-08-07 Pedro Alves <palves@redhat.com>
4631
4632 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
4633 of inferior_ptid. If the stepped thread vanished, return 0
4634 instead of resuming here. Use reset_ecs. Print the prev_pc and
4635 the current stop_pc in log message. Clear trap_expected if the
4636 thread advanced. Don't pass currently_stepping to
4637 do_target_resume.
4638
4d9d9d04
PA
46392015-08-07 Pedro Alves <palves@redhat.com>
4640
4641 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
4642 * infrun.c (struct execution_control_state): Move higher up in the
4643 file.
4644 (reset_ecs): New function.
4645 (start_step_over): Now returns int. Rewrite to use
4646 keep_going_pass_signal instead of manually starting a displaced step.
4647 (resume): Don't call set_running here. If displaced stepping
4648 can't start now, clear trap_expected.
4649 (find_thread_needs_step_over): Delete function.
4650 (proceed): Set up finish_thread_state_cleanup. Call set_running.
4651 If the current thread needs a step over, push it in the step-over
4652 chain. Don't set insert breakpoints nor call resume directly
4653 here. Instead rewrite to use start_step_over and
4654 keep_going_pass_signal.
4655 (finish_step_over): New function.
4656 (handle_signal_stop): Call finish_step_over instead of
4657 start_step_over.
4658 (switch_back_to_stepped_thread): If the event thread needs another
4659 step-over do that first. Use start_step_over.
4660 (keep_going_pass_signal): New function, factored out from ...
4661 (keep_going): ... here.
4662 (_initialize_infrun): Comment moved here.
4663 * thread.c (set_running_thread): New function.
4664 (set_running, finish_thread_state): Use set_running_thread.
4665
c2829269
PA
46662015-08-07 Pedro Alves <palves@redhat.com>
4667
4668 * gdbthread.h (struct thread_info) <step_over_prev,
4669 step_over_next>: New fields.
4670 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
4671 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
4672 declarations.
4673 * infrun.c (struct displaced_step_request): Delete.
4674 (struct displaced_step_inferior_state) <step_request_queue>:
4675 Delete field.
4676 (displaced_step_prepare): Assert that trap_expected is set. Use
4677 thread_step_over_chain_enqueue. Split starting a new displaced
4678 step to ...
4679 (start_step_over): ... this new function.
4680 (resume): Assert the thread isn't waiting for a step over already.
4681 (proceed): Assert the thread isn't waiting for a step over
4682 already.
4683 (infrun_thread_stop_requested): Adjust to remove threads from the
4684 embedded step-over chain.
4685 (handle_inferior_event) <fork/vfork>: Call start_step_over after
4686 displaced_step_fixup.
4687 (handle_signal_stop): Call start_step_over after
4688 displaced_step_fixup.
4689 * infrun.h (step_over_queue_head): New declaration.
4690 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
4691 (thread_step_over_chain_next, thread_is_in_step_over_chain)
4692 (thread_step_over_chain_enqueue)
4693 (thread_step_over_chain_remove): New functions.
4694 (delete_thread_1): Remove thread from the step-over chain.
4695
6c4cfb24
PA
46962015-08-07 Pedro Alves <palves@redhat.com>
4697
4698 * infrun.c (thread_still_needs_step_over): Rename to ...
4699 (thread_still_needs_step_over_bp): ... this.
4700 (enum step_over_what): New.
4701 (thread_still_needs_step_over): Reimplement.
4702
567420d1
PA
47032015-08-07 Pedro Alves <palves@redhat.com>
4704
4705 * remote.c (remote_wait_as): If not waiting for a stop reply,
4706 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
4707 requested, don't block waiting forever.
4708
d8dd4d5f
PA
47092015-08-07 Pedro Alves <pedro@codesourcery.com>
4710
4711 * infrun.c (adjust_pc_after_break): Now takes thread_info and
4712 waitstatus pointers instead of an ecs. Adjust.
4713 (handle_inferior_event): Adjust caller.
4714
e1316e60
PA
47152015-08-07 Pedro Alves <palves@redhat.com>
4716
4717 * infrun.c (handle_inferior_event): If we get
4718 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
4719 mode, mark all threads of the exiting process as not-executing.
4720 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
4721 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
4722 exiting process, if inferior_ptid still points at a process.
4723 * thread.c (struct current_thread_cleanup) <next>: New field.
4724 (current_thread_cleanup_chain): New global.
4725 (restore_current_thread_ptid_changed): New function.
4726 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
4727 current_thread_cleanup_chain list.
4728 (make_cleanup_restore_current_thread): Add the cleanup data to the
4729 current_thread_cleanup_chain list.
4730 (_initialize_thread): Install restore_current_thread_ptid_changed
4731 as thread_ptid_changed observer.
4732
47e9c225
JB
47332015-08-07 Joel Brobecker <brobecker@adacore.com>
4734
4735 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
4736 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
4737 smaller than expected.
4738
06096720
AB
47392015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4740
4741 * stack.c (get_frame_language): Moved ...
4742 * frame.c (get_frame_language): ... to here.
4743 * language.h (get_frame_language): Declaration moved to frame.h.
4744 * frame.h: Add language.h include, for language enum.
4745 (get_frame_language): Declaration moved from language.h.
4746 * language.c: Add frame.h include.
4747 * top.c: Add frame.h include.
4748 * symtab.h (struct obj_section): Declare.
4749 (struct cmd_list_element): Declare.
4750
7ff38b1c
AB
47512015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
4752
4753 * language.c (show_language_command): Find selected frame before
4754 asking for the language of that frame.
4755 (set_language_command): Likewise.
4756 * language.h (get_frame_language): Add frame parameter.
4757 * stack.c (get_frame_language): Add frame parameter, assert
4758 parameter is not NULL, update comment and reindent.
4759 * top.c (check_frame_language_change): Pass the selected frame
4760 into get_frame_language.
4761
da8c46d2
MM
47622015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4763
4764 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
4765 (pt_btrace_insn_flags): New.
4766 (ftrace_add_pt): Call pt_btrace_insn_flags.
4767 * btrace.h (btrace_insn_flag): New.
4768 (btrace_insn) <flags>: New.
4769 * record-btrace.c (btrace_insn_history): Print insn prefix.
4770 * NEWS: Announce it.
4771
5599c404
MM
47722015-08-07 Markus Metzger <markus.t.metzger@intel.com>
4773
4774 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
4775 * configure: Regenerate.
4776
016a3251
DD
47772015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
4778
4779 * Makefile.in (LIBICONV): Define.
4780 (CLIBS): Add LIBICONV.
4781 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
4782 * configure: Regenerate.
4783
aead7601
SM
47842015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4785 Pedro Alves <palves@redhat.com>
4786
4787 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
4788 (arm_set_abi): Likewise.
4789 * ax-general.c (ax_print): Likewise.
4790 * c-exp.y (exp : string_exp): Likewise.
4791 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
4792 (do_compile_dwarf_expr_to_c): Likewise.
4793 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
4794 Likewise.
4795 * dwarf2expr.c (execute_stack_op): Likewise.
4796 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4797 (disassemble_dwarf_expression): Likewise.
4798 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
4799 (read_array_order): Likewise.
4800 (abbrev_table_read_table): Likewise.
4801 (read_attribute_value): Likewise.
4802 (skip_unknown_opcode): Likewise.
4803 (dwarf_decode_macro_bytes): Likewise.
4804 (dwarf_decode_macros): Likewise.
4805 * eval.c (value_f90_subarray): Likewise.
4806 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
4807 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
4808 * infrun.c (handle_command): Likewise.
4809 * memory-map.c (memory_map_start_memory): Likewise.
4810 * osabi.c (set_osabi): Likewise.
4811 * parse.c (operator_length_standard): Likewise.
4812 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
4813 single return point.
4814 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
4815 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4816 (gdbpy_lookup_global_symbol): Likewise.
4817 * record-full.c (record_full_restore): Likewise.
4818 * regcache.c (regcache_register_status): Likewise.
4819 (regcache_raw_read): Likewise.
4820 (regcache_cooked_read): Likewise.
4821 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
4822 * symtab.c (initialize_ordinary_address_classes): Likewise.
4823 * target-debug.h (target_debug_print_signals): Likewise.
4824 * utils.c (do_restore_current_language): Likewise.
4825
ca0a5f0b
CD
48262015-08-06 Clem Dickey <clemd@acm.org>
4827
4828 PR python/17136
4829 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
4830
05d999b0
SM
48312015-08-06 Simon Marchi <simon.marchi@ericsson.com>
4832
4833 * complaints.c (enum complaint_series): Add newlines and remove
4834 out of date comment.
4835 (struct complaints) <series>: Change type to enum
4836 complaint_series and remove out of date comment.
4837 (symfile_complaint_hook): Use equivalent enum value
4838 ISOLATED_MESSAGE instead of 0.
4839
bf47e248
PA
48402015-08-06 Pedro Alves <palves@redhat.com>
4841
4842 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
4843 returned > 0.
4844
b6b9ffcc
PL
48452015-08-06 Pierre Langlois <pierre.langlois@arm.com>
4846
4847 * common/agent.c (symbol_list) <required>: Remove.
4848
863d01bd
PA
48492015-08-06 Pedro Alves <palves@redhat.com>
4850
4851 * target/waitstatus.h (enum target_stop_reason)
4852 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
4853
0a39bb32
PA
48542015-08-05 Pedro Alves <palves@redhat.com>
4855 Joel Brobecker <brobecker@adacore.com>
4856
9d996aba 4857 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
4858 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
4859 case where BS->STOP is not set.
4860
260439cb
UW
48612015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
4862
4863 * nat/gdb_thread_db.h: Add copyright header.
4864 Protect against multiple inclusion.
4865
d89fa914
YQ
48662015-08-05 Yao Qi <yao.qi@linaro.org>
4867
4868 * aarch64-linux-nat.c (get_thread_id): Remove.
4869 (debug_reg_change_callback): Call ptid_get_lwp instead of
4870 get_thread_id.
4871 (fetch_gregs_from_thread): Likewise.
4872 (store_gregs_to_thread): Likewise.
4873 (fetch_fpregs_from_thread): Likewise.
4874 (store_fpregs_to_thread): Likewise.
4875 (aarch64_linux_get_debug_reg_capacity): Likewise.
4876 * arm-linux-nat.c (get_thread_id): Remove.
4877 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4878 * xtensa-linux-nat.c (get_thread_id): Remove.
4879 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
4880 * arm-linux-nat.c (get_thread_id): Remove.
4881 (GET_THREAD_ID): Remove.
4882 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
4883 (store_fpregs, fetch_regs, store_regs): Likewise.
4884 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
4885 (fetch_vfp_regs, store_vfp_regs): Likewise.
4886 (arm_linux_read_description): Likewise.
4887 (arm_linux_get_hwbp_cap): Likewise.
4888 * xtensa-linux-nat.c (get_thread_id): Remove.
4889 (GET_THREAD_ID): Remove.
4890 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
4891 GET_THREAD_ID.
4892
4efd80aa
CS
48932015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
4894
4895 * python/py-linetable.c: Fix case of Linetable to LineTable
4896 in docstrings and code comments.
4897 * python/py-symtab.c: Same.
4898
c6343a91
JK
48992015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4900
4901 * infcmd.c (signal_command): Call do_cleanups for args_chain.
4902
978b9495
JK
49032015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4904
4905 PR gdb/18767
4906 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
4907 use.
4908
96e9210f
PA
49092015-08-04 Pedro Alves <palves@redhat.com>
4910
4911 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
4912 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
4913 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
4914 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
4915 (td_thr_validate_ftype, td_thr_get_info_ftype)
4916 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
4917 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
4918 New typedefs.
4919 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
4920 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
4921 local macros and use them instead of verbose_dlsym and dlsym
4922 calls.
4923
af60a1ef
SL
49242015-08-03 Sandra Loosemore <sandra@codesourcery.com>
4925
4926 * nios2-tdep.h: Include opcode/nios2.h here.
4927 (NIOS2_CDX_OPCODE_SIZE): New.
4928 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
4929 * nios2-tdep.c: Don't include opcode/nios2.h here.
4930 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
4931 4-byte read fails.
4932 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
4933 (nios2_match_addi, nios2_match_orhi): Likewise.
4934 (nios2_match_stw, nios2_match_ldw): Likewise.
4935 (nios2_match_rdctl): Likewise.
4936 (nios2_match_stwm, nios2_match_ldwm): New.
4937 (nios2_match_branch): Add cases for R2 encodings.
4938 (nios2_match_jmpi, nios2_match_calli): Likewise.
4939 (nios2_match_jmpr, nios2_match_callr): Likewise.
4940 (nios2_match_break, nios2_match_trap): Likewise.
4941 (nios2_in_epilogue_p): Add R2 support.
4942 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
4943 prologues.
4944 (nios2_breakpoint_from_pc): Handle R2 instructions.
4945 (nios2_get_next_pc): Likewise. Adjust call to
4946 tdep->syscall_next_pc.
4947 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
4948 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
4949 instruction field macros instead of literal hex values.
4950 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
4951 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
4952 Use size field from OP instead of assuming all instructions
4953 are the same size.
4954 (nios2_linux_init_abi): Register appropriate unwinder for mach.
4955
1da03605
UW
49562015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
4957
4958 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
4959 variable warning with some compilers.
4960
8156fe7f
YQ
49612015-08-03 Yao Qi <yao.qi@linaro.org>
4962
4963 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
4964 in comment. Replace "rw" with "type".
4965 (arm_linux_remove_watchpoint): Change type of "rw" to
4966 "enum target_hw_bp_type".
4967
835a09d9
PMR
49682015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
4969
4970 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
4971 lookup_symbol.
4972 * ft32-tdep.c (ft32_skip_prologue): Likewise.
4973 * moxie-tdep.c (moxie_skip_prologue): Likewise.
4974 * mt-tdep.c (mt_skip_prologue): Likewise.
4975 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
4976
d12307c1
PMR
49772015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
4978
4979 * ada-exp.y (write_object_renaming): Replace struct
4980 ada_symbol_info with struct block_symbol. Update field
4981 references accordingly.
4982 (block_lookup, select_possible_type_sym): Likewise.
4983 (find_primitive_type): Likewise. Also update call to
4984 ada_lookup_symbol to extract the symbol itself.
4985 (write_var_or_type, write_name_assoc): Likewise.
4986 * ada-lang.h (struct ada_symbol_info): Remove.
4987 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
4988 struct block_symbol.
4989 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
4990 (ada_lookup_symbol): Return struct block_symbol instead of a
4991 mere symbol.
4992 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
4993 with struct block_symbol.
4994 (resolve_subexp, ada_resolve_function, sort_choices,
4995 user_select_syms, is_nonfunction, add_defn_to_vec,
4996 num_defns_collected, defns_collected,
4997 symbols_are_identical_enums, remove_extra_symbols,
4998 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
4999 ada_lookup_symbol_list, ada_iterate_over_symbols,
5000 ada_lookup_encoded_symbol, get_var_value): Likewise.
5001 (ada_lookup_symbol): Return a block_symbol instead of a mere
5002 symbol. Replace struct ada_symbol_info with struct
5003 block_symbol.
5004 (ada_lookup_symbol_nonlocal): Likewise.
5005 (standard_lookup): Make block passing explicit through
5006 lookup_symbol_in_language.
5007 * ada-tasks.c (get_tcb_types_info): Update the calls to
5008 lookup_symbol_in_language to extract the mere symbol out of the
5009 returned value.
5010 (ada_tasks_inferior_data_sniffer): Likewise.
5011 * ax-gdb.c (gen_static_field): Likewise for the call to
5012 lookup_symbol.
a5fdf78a 5013 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5014 lookup functions.
5015 (gen_expr): Likewise.
5016 * c-exp.y: Likewise. Remove uses of block_found.
5017 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5018 (classify_name): Likewise. Rename the "sym" local variable to
5019 "bsym".
5020 * c-valprint.c (print_unpacked_pointer): Likewise.
5021 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5022 "sym" parameter from struct symbol * to struct block_symbol.
5023 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5024 block_symbol from lookup functions.
d12307c1
PMR
5025 (gcc_convert_symbol): Likewise. Update the call to
5026 convert_symbol_sym.
5027 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5028 struct block_symbol from lookup functions.
d12307c1
PMR
5029 * cp-namespace.c (cp_lookup_nested_symbol_1,
5030 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5031 cp_search_static_and_baseclasses,
5032 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5033 cp_lookup_symbol_imports_or_template,
5034 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5035 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5036 find_symbol_in_baseclass): Return struct block_symbol instead of
5037 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5038 functions.
5039 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5040 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5041 lookup functions.
5042 * cp-support.h (cp_lookup_symbol_nonlocal,
5043 cp_lookup_symbol_from_namespace,
5044 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5045 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5046 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5047 push_module_name):
a5fdf78a 5048 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5049 uses of block_found.
5050 * eval.c (evaluate_subexp_standard): Update call to
5051 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5052 * f-exp.y: Deal with struct block_symbol from lookup functions.
5053 Remove uses of block_found.
d12307c1
PMR
5054 (yylex): Likewise.
5055 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5056 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5057 struct block_symbol from lookup functions.
d12307c1
PMR
5058 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5059 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5060 (gdbscm_lookup_global_symbol): Likewise.
5061 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5062 * go-exp.y: Likewise. Remove uses of block_found.
5063 (package_name_p, classify_packaged_name, classify_name):
5064 Likewise.
5065 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5066 * jv-exp.y (push_variable): Likewise.
5067 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5068 * language.c (language_bool_type): Likewise.
5069 * language.h (struct language_defn): Update
a5fdf78a
PMR
5070 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5071 than a mere symbol.
5072 * linespec.c (find_label_symbols): Deal with struct block_symbol
5073 from lookup functions.
d12307c1
PMR
5074 * m2-exp.y: Likewise. Remove uses of block_found.
5075 (yylex): Likewise.
5076 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5077 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5078 * p-exp.y: Likewise. Remove uses of block_found.
5079 (yylex): Likewise.
5080 * p-valprint.c (pascal_val_print): Likewise.
5081 * parse.c (write_dollar_variable): Likewise. Remove uses of
5082 block_found.
5083 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5084 struct block_symbol.
5085 * printcmd.c (address_info): Deal with struct block_symbol from
5086 lookup functions.
d12307c1
PMR
5087 * python/py-frame.c (frapy_read_var): Likewise.
5088 * python/py-symbol.c (gdbpy_lookup_symbol,
5089 gdbpy_lookup_global_symbol): Likewise.
5090 * skip.c (skip_function_command): Likewise.
5091 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5092 block_symbol instead of a mere symbol.
d12307c1
PMR
5093 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5094 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5095 * solib.c (solib_global_lookup): Likewise.
5096 * solist.h (solib_global_lookup): Likewise.
5097 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5098 return a struct block_symbol rather than a mere symbol.
5099 * source.c (select_source_symtab): Deal with struct block_symbol
5100 from lookup functions.
d12307c1
PMR
5101 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5102 Likewise.
5103 * symfile.c (set_initial_language): Likewise.
5104 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5105 block_symbol.
d12307c1
PMR
5106 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5107 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5108 block_symbol.
d12307c1 5109 (block_found): Remove.
a5fdf78a 5110 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5111 cache slots.
a5fdf78a
PMR
5112 (symbol_cache_lookup): Return a struct block_symbol rather than
5113 a mere symbol.
d12307c1
PMR
5114 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5115 appropriately the cache slots. Update callers.
5116 (symbol_cache_dump): Update cache slots handling to the type
5117 change.
5118 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5119 lookup_symbol_aux, lookup_local_symbol,
5120 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5121 lookup_symbol_in_objfile_symtabs,
5122 lookup_symbol_in_objfile_from_linkage_name,
5123 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5124 lookup_symbol_in_static_block, lookup_static_symbol,
5125 lookup_global_symbol):
a5fdf78a
PMR
5126 Return a struct block_symbol rather than a mere symbol. Deal
5127 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5128 uses of block_found.
5129 (lookup_symbol_in_block): Remove uses of block_found.
5130 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5131 struct block_symbol.
d12307c1
PMR
5132 (lookup_symbol_global_iterator_cb): Update references to the
5133 RESULT field.
a5fdf78a 5134 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5135 functions.
a5fdf78a 5136 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5137 (block_found): Remove.
5138 (lookup_symbol_in_language, lookup_symbol,
5139 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5140 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5141 lookup_global_symbol_from_objfile): Return a struct block_symbol
5142 rather than just a mere symbol. Update comments to remove
5143 mentions of block_found.
d12307c1
PMR
5144 * valops.c (find_function_in_inferior,
5145 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5146 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5147 functions.
5148 * value.c (value_static_field, value_fn_field): Likewise.
5149
b1c59ddc
SM
51502015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5151
5152 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5153 instead of integer.
5154
f486487f 51552015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5156 Pedro Alves <palves@redhat.com>
f486487f
SM
5157
5158 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5159 type or value instead of integer.
5160 (aarch64_linux_insert_watchpoint): Likewise.
5161 (aarch64_linux_remove_watchpoint): Likewise.
5162 * ada-lang.c (ada_op_print_tab): Likewise.
5163 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5164 (amd64_linux_syscall_record_common): Likewise.
5165 * arch-utils.c (target_byte_order_user): Likewise.
5166 (default_byte_order): Likewise.
5167 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5168 (arm_linux_get_hwbp_type): Likewise.
5169 (arm_linux_hw_watchpoint_initialize): Likewise.
5170 (arm_linux_insert_watchpoint): Likewise.
5171 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5172 (arm_linux_syscall_record): Likewise.
5173 * breakpoint.c (update_watchpoint): Likewise.
5174 (breakpoint_here_p): Likewise.
5175 (bpstat_print): Likewise.
5176 (enable_breakpoint_disp): Likewise.
5177 * c-lang.c (c_op_print_tab): Likewise.
5178 * cli/cli-decode.c (add_info_alias): Likewise.
5179 * d-lang.c (d_op_print_tab): Likewise.
5180 * eval.c (evaluate_subexp_standard): Likewise.
5181 * f-exp.y (dot_ops): Likewise.
5182 (f77_keywords): Likewise.
5183 * f-lang.c (f_op_print_tab): Likewise.
5184 * go-lang.c (go_op_print_tab): Likewise.
5185 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5186 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5187 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5188 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5189 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5190 (struct scm_from_stringn_data): Likewise.
5191 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5192 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5193 (ia64_linux_remove_watchpoint): Likewise.
5194 (ia64_linux_can_use_hw_breakpoint): Likewise.
5195 * infrun.c (print_stop_event): Likewise.
5196 * jv-lang.c (java_op_print_tab): Likewise.
5197 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5198 * linux-nat.h (struct lwp_info): Likewise.
5199 * linux-thread-db.c (enable_thread_event): Likewise.
5200 * m2-lang.c (m2_op_print_tab): Likewise.
5201 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5202 (mi_cmd_stack_list_variables): Likewise.
5203 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5204 * mi/mi-out.c (mi_table_begin): Likewise.
5205 (mi_table_header): Likewise.
5206 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5207 (mips_linux_insert_watchpoint): Likewise.
5208 (mips_linux_remove_watchpoint): Likewise.
5209 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5210 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5211 (mips_linux_watch_type_to_irw): Likewise.
5212 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5213 (procfs_insert_hw_watchpoint): Likewise.
5214 (procfs_remove_hw_watchpoint): Likewise.
5215 (procfs_hw_watchpoint): Likewise.
5216 (procfs_can_use_hw_breakpoint): Likewise.
5217 (procfs_remove_hw_watchpoint): Likewise.
5218 (procfs_insert_hw_watchpoint): Likewise.
5219 * p-lang.c (pascal_op_print_tab): Likewise.
5220 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5221 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5222 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5223 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5224 (procfs_insert_watchpoint): Likewise.
5225 (procfs_remove_watchpoint): Likewise.
5226 * psymtab.c (recursively_search_psymtabs): Likewise.
5227 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5228 (m32r_insert_watchpoint): Likewise.
5229 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5230 (mips_insert_watchpoint): Likewise.
5231 (mips_remove_watchpoint): Likewise.
5232 * remote.c (watchpoint_to_Z_packet): Likewise.
5233 (remote_insert_watchpoint): Likewise.
5234 (remote_remove_watchpoint): Likewise.
5235 (remote_check_watch_resources): Likewise.
5236 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5237 (s390_remove_watchpoint): Likewise.
5238 (s390_can_use_hw_breakpoint): Likewise.
5239 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5240 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5241 * target.h (struct target_ops): Likewise.
5242 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5243 * ui-out.c (struct ui_out_hdr): Likewise.
5244 (append_header_to_list): Likewise.
5245 (get_next_header): Likewise.
5246 (verify_field): Likewise.
5247 (ui_out_begin): Likewise.
5248 (ui_out_field_int): Likewise.
5249 (ui_out_field_fmt_int): Likewise.
5250 (ui_out_field_skip): Likewise.
5251 (ui_out_field_string): Likewise.
5252 (ui_out_field_fmt): Likewise.
5253 * varobj.c (new_variable): Likewise.
5254 * x86-nat.c (x86_insert_watchpoint): Likewise.
5255 (x86_remove_watchpoint): Likewise.
5256 (x86_can_use_hw_breakpoint): Likewise.
5257 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5258 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5259 previously anonymous enumeration type..
5260 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5261 value.
5262 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5263 (target_debug_print_enum_bptype): New.
5264 * target-delegates.c: Regenerate.
5265
e1b5381f
SL
52662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5267
5268 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5269 already says and disallow non-stack memory writes in the prologue.
5270
9aaf8e3a
SL
52712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5272
5273 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5274 reflect how current GCC emits stack overflow checks. Match
5275 both trap and break instructions for backward compatbility.
5276 Disallow other trap and break instructions in the prologue.
5277
69dde7dc
PA
52782015-07-30 Pedro Alves <palves@redhat.com>
5279
5280 PR threads/18600
5281 * linux-nat.c (wait_lwp): Report to the core when thread group
5282 leader exits.
5283
4dd63d48
PA
52842015-07-30 Pedro Alves <palves@redhat.com>
5285 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 PR threads/18600
5288 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5289 mark the new thread as resumed. Remove STOPPING parameter.
5290 (wait_lwp): Adjust call to linux_handle_extended_wait.
5291 (linux_nat_filter_event): Adjust call to
5292 linux_handle_extended_wait.
5293 (resume_stopped_resumed_lwps): Add debug output.
5294
6b940e6a
PL
52952015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5296
5297 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5298 isize argument.
5299 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5300 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5301 gdbarch_fast_tracepoint_valid_at.
5302 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5303 * gdbarch.h: Regenerate.
5304 * gdbarch.c: Regenerate.
5305 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5306 argument. Do not set it.
5307 * remote.c (remote_download_tracepoint): Adjust call to
5308 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5309 the instruction length.
5310
ec741292
YQ
53112015-07-30 Yao Qi <yao.qi@linaro.org>
5312
5313 * arm-tdep.h (enum gdb_regnum): Move it to ...
5314 * arch/arm.h: ... here. New file.
5315 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5316
0ea6402e
PL
53172015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5318
5319 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5320 Change its type to int *.
5321 (decode_br): Rename link argument to is_blr. Change its type to
5322 int *.
5323 (decode_cb): Rename op argument to is_cbnz. Change its type to
5324 int *.
5325 (decode_tb): Rename op argument to is_tbnz. Change its type to
5326 int *. Set is_tbnz to either 1 or 0.
5327 (aarch64_analyze_prologue): Change type of is_link to int. Add
5328 new variables is_cbnz and is_tbnz. Adjust call to
5329 aarch64_decode_cb and aarch64_decode_tb.
5330
aa58a496
SM
53312015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5332
5333 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5334 parameter.
5335 (mips_linux_new_thread): Likewise.
5336 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5337
18206ca3
PP
53382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5339
5340 * top.c: Include "tui/tui.h".
5341 (undo_terminal_modifications_before_exit): New static function.
5342 (quit_force): Use it.
5343
7afa63c6
PP
53442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5345
5346 * target.c (terminal_state): Initialize to terminal_is_ours.
5347
cc9f16aa
YQ
53482015-07-29 Yao Qi <yao.qi@linaro.org>
5349
5350 PR record/18691
5351 * dcache.c (dcache_read_memory_partial): Call
5352 raw_memory_xfer_partial.
5353 * target.c (raw_memory_xfer_partial): Make it non-static.
5354 * target.h (raw_memory_xfer_partial): Declare.
5355
3ae385af
SM
53562015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5357
5358 * c-valprint.c (c_val_print_array): Consider addressable memory
5359 unit size.
5360 (c_val_print_ptr): Likewise.
5361 (c_val_print_int): Likewise.
5362 * findvar.c (read_frame_register_value): Likewise.
5363 * valarith.c (find_size_for_pointer_math): Likewise.
5364 (value_ptrdiff): Likewise.
5365 (value_subscripted_rvalue): Likewise.
5366 * valops.c (read_value_memory): Likewise (and rename variables).
5367 (value_assign): Likewise.
5368 (value_repeat): Likewise.
5369 (value_array): Likewise.
5370 (value_slice): Likewise.
5371 * valprint.c (generic_val_print_ptr): Likewise.
5372 (generic_val_print_enum): Likewise.
5373 (generic_val_print_bool): Likewise.
5374 (generic_val_print_int): Likewise.
5375 (generic_val_print_char): Likewise.
5376 (generic_val_print_float): Likewise.
5377 (generic_val_print_decfloat): Likewise.
5378 (generic_val_print_complex): Likewise.
5379 (val_print_scalar_formatted): Likewise.
5380 (val_print_array_elements): Likewise.
5381 * value.c (set_value_parent): Likewise.
5382 (value_contents_copy_raw): Likewise.
5383 (set_internalvar_component): Likewise.
5384 (value_primitive_field): Likewise.
5385 (value_fetch_lazy): Likewise.
5386 * value.h (read_value_memory): Update comment.
5387
e512cdbd
SM
53882015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5389
5390 * value.c (get_value_arch): New function.
5391 * value.h (get_value_arch): New declaration.
5392
3723fda8
SM
53932015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5394
5395 * value.c (struct value): Update comments.
5396
2e056931
SM
53972015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5398
5399 * gdbtypes.c (type_length_units): New function.
5400 * gdbtypes.h (type_length_units): New declaration.
5401 (struct type) <length>: Update comment.
5402
0c87c0bf
SM
54032015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5404
5405 * valprint.c (generic_val_print): Factor out complex
5406 printing code to ...
5407 (generic_val_print_complex): ... this new function.
5408
9550ae5e
SM
54092015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5410
5411 * valprint.c (generic_val_print): Factor out decfloat
5412 printing code to ...
5413 (generic_val_print_decfloat): ... this new function.
5414
7784724b
SM
54152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5416
5417 * valprint.c (generic_val_print): Factor out float
5418 printing code to ...
5419 (generic_val_print_float): ... this new function.
5420
385f5aff
SM
54212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5422
5423 * valprint.c (generic_val_print): Factor out char
5424 printing code to ...
5425 (generic_val_print_char): ... this new function.
5426
b21b6342
SM
54272015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5428
5429 * valprint.c (generic_val_print): Factor out integer
5430 printing code to ...
5431 (generic_val_print_int): ... this new function.
5432
e5bead4b
SM
54332015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5434
5435 * valprint.c (generic_val_print): Factor out bool
5436 printing code to ...
5437 (generic_val_print_bool): ... this new function.
5438
4a8c372f
SM
54392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5440
5441 * valprint.c (generic_val_print): Factor out function/method
5442 printing code to ...
5443 (generic_val_print_func): ... this new function.
5444
d93880bd
SM
54452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5446
5447 * valprint.c (generic_val_print): Factor out flags
5448 printing code to ...
5449 (generic_val_print_flags): ... this new function.
5450
ef0bc0dd
SM
54512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5452
5453 * valprint.c (generic_val_print): Factor out enum
5454 printing code to ...
5455 (generic_val_print_enum): ... this new function.
5456
fe43fede
SM
54572015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 * valprint.c (generic_val_print): Factor out reference
5460 printing code to ...
5461 (generic_val_print_ref): ... this new function.
5462
45000ea2
SM
54632015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5464
5465 * valprint.c (generic_val_print): Factor out memberptr
5466 printing code to ...
5467 (generic_val_print_memberptr): ... this new function.
5468
81eb921a
SM
54692015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * valprint.c (generic_val_print): Factor out pointer
5472 printing code to ...
5473 (generic_val_print_ptr): ... this new function.
5474
557dbe8a
SM
54752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5476
5477 * valprint.c (generic_val_print): Factor out array
5478 printing code to ...
5479 (generic_val_print_array): ... this new function.
5480
9f436164
SM
54812015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5482
5483 * valprint.c (generic_val_print): Factor out
5484 print_unpacked_pointer code to ...
5485 (print_unpacked_pointer): ... this new function.
5486
077836f7
PP
54872015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5488
5489 * event-top.c (handle_sigterm): Don't inspect
5490 target_can_async_p. Always set the quit flag and always mark
5491 the async signal handler.
5492
3a60804f
YQ
54932015-07-27 Yao Qi <yao.qi@linaro.org>
5494
5495 * Makefile.in (REMOTE_EXAMPLES): Remove it.
5496
c9f35b34
KB
54972015-07-25 Kevin Buettner <kevinb@redhat.com>
5498
5499 * remote.c (read_ptid): Return null_ptid when no thread id
5500 is found.
5501 (remote_current_thread): Add log warning for malformed
5502 qC reply.
5503 (remote_start_remote): Add log warning when current thread
5504 not found.
5505
2b4cab86
PA
55062015-07-24 Pedro Alves <palves@redhat.com>
5507
5508 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
5509 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
5510 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
5511
77598427
PA
55122015-07-24 Pedro Alves <palves@redhat.com>
5513
5514 PR gdb/18717
5515 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
5516 is resumed, and extend the debug log.
5517
fe23c31f
PA
55182015-07-24 Pedro Alves <palves@redhat.com>
5519
5520 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
5521
5826e159
PA
55222015-07-24 Pedro Alves <palves@redhat.com>
5523
5524 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
5525 sys/ptrace.h.
5526 * alpha-linux-nat.c: Likewise.
5527 * amd64-linux-nat.c: Likewise.
5528 * arm-linux-nat.c: Likewise.
5529 * hppa-linux-nat.c: Likewise.
5530 * i386-linux-nat.c: Likewise.
5531 * ia64-linux-nat.c: Likewise.
5532 * linux-fork.c: Likewise.
5533 * linux-nat.c: Likewise.
5534 * m32r-linux-nat.c: Likewise.
5535 * m68klinux-nat.c: Likewise.
5536 * mips-linux-nat.c: Likewise.
5537 * nat/linux-btrace.c: Likewise.
5538 * nat/linux-ptrace.c: Likewise.
5539 * nat/linux-ptrace.h
5540 * nat/mips-linux-watch.c: Likewise.
5541 * nat/x86-linux-dregs.c: Likewise.
5542 * ppc-linux-nat.c: Likewise.
5543 * s390-linux-nat.c: Likewise.
5544 * spu-linux-nat.c: Likewise.
5545 * tilegx-linux-nat.c: Likewise.
5546 * x86-linux-nat.c: Likewise.
5547 * xtensa-linux-nat.c: Likewise.
5548
54019719
PA
55492015-07-24 Pedro Alves <palves@redhat.com>
5550
5551 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
5552 __ptrace_request as first parameter type instead of int.
5553 (PTRACE_TYPE_ARG1): Define.
5554 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
5555 that casts first argument to PTRACE_TYPE_ARG1.
5556 * config.in: Regenerate.
5557 * configure: Regenerate.
5558
e3790375
PA
55592015-07-24 Pedro Alves <palves@redhat.com>
5560
5561 * gdb_ptrace.h: Move ...
5562 * nat/gdb_ptrace.h: ... here.
5563 * inf-ptrace.c: Adjust.
5564
eb7aa561
PA
55652015-07-24 Pedro Alves <palves@redhat.com>
5566
5567 * acinclude.m4: Include ptrace.m4.
5568 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
5569 * ptrace.m4: ... to this new file.
5570
cc12ce38
DE
55712015-07-23 Doug Evans <dje@google.com>
5572
5573 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
5574 (load_cu): Handle dummy CUs.
5575 (dw2_do_instantiate_symtab, process_queuef): Ditto.
5576 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
5577
7b849db4
CS
55782015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
5579
5580 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
5581 documentation to say that it returns a list rather than
5582 a FrozenSet.
5583 (linetable_object_methods): Update the docstring of the
5584 "source_line" entry.
5585
d0d84780
PMR
55862015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5587
5588 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
5589 type to the recursive call instead of the original (maybe
5590 TYPE_CODE_TYPEDEF) type.
5591
c2fbdc59
YQ
55922015-07-23 Yao Qi <yao.qi@linaro.org>
5593
5594 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
5595 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
5596 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
5597
af1b22f3
YQ
55982015-07-21 Yao Qi <yao.qi@linaro.org>
5599
5600 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5601 Move it to nat/aarch64-linux-hw-point.c.
5602 (aarch64_linux_child_post_startup_inferior): Update.
5603 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
5604 New function.
5605 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
5606 Declare it.
5607
40e050d2
MM
56082015-07-21 Markus Metzger <markus.t.metzger@intel.com>
5609
5610 * common/btrace-common.c (btrace_data_append): Change case label.
5611
3675a06a
YQ
56122015-07-20 Yao Qi <yao.qi@linaro.org>
5613
5614 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
5615 Re-indent the code.
5616 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
5617 "unsigned long long".
5618
b4e1fd61
KB
56192015-07-18 Kevin Buettner <kevinb@redhat.com>
5620
5621 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
5622 to be set for SEC_ALLOC sections too.
5623
554717a3
YQ
56242015-07-17 Yao Qi <yao.qi@linaro.org>
5625
5626 * Makefile.in (HFILES_NO_SRCDIR): Add
5627 nat/aarch64-linux-hw-point.h.
5628 (aarch64-linux-hw-point.o): New rule.
5629 * nat/aarch64-linux-hw-point.h: New file.
5630 * nat/aarch64-linux-hw-point.c: New file.
5631 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
5632 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
5633 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
5634 (AARCH64_HWP_ALIGNMENT): Likewise.
5635 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
5636 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
5637 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
5638 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
5639 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
5640 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
5641 (struct aarch64_debug_reg_state): Likewise.
5642 (struct arch_lwp_info): Likewise.
5643 (aarch64_linux_set_debug_regs): Likewise.
5644 (aarch64_notify_debug_reg_change): Remove static.
5645 (aarch64_align_watchpoint): Likewise.
5646 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
5647 (aarch64_watchpoint_length): Likewise.
5648 (aarch64_point_encode_ctrl_reg): Likewise
5649 (aarch64_point_is_aligned): Likewise.
5650 (aarch64_dr_state_insert_one_point): Likewise.
5651 (aarch64_dr_state_remove_one_point): Likewise.
5652 (aarch64_handle_breakpoint): Likewise.
5653 (aarch64_handle_aligned_watchpoint): Likewise.
5654 (aarch64_handle_unaligned_watchpoint): Likewise.
5655 (aarch64_handle_watchpoint): Likewise.
5656 * config/aarch64/linux.mh (NAT_FILE): Add
5657 aarch64-linux-hw-point.o.
5658
c67ca4de
YQ
56592015-07-17 Yao Qi <yao.qi@linaro.org>
5660
5661 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
5662 state and don't call aarch64_get_debug_reg_state. All callers
5663 update.
5664 (aarch64_linux_insert_hw_breakpoint): Call
5665 aarch64_get_debug_reg_state earlier.
5666 (aarch64_linux_remove_hw_breakpoint): Likewise.
5667 (aarch64_handle_aligned_watchpoint): Add argument state and
5668 don't call aarch64_get_debug_reg_state. All callers update.
5669 (aarch64_handle_unaligned_watchpoint): Likewise.
5670 (aarch64_handle_watchpoint): Add argument state.
5671 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
5672 earlier.
5673 (aarch64_linux_remove_watchpoint): Likewise.
5674
25abf979
YQ
56752015-07-17 Yao Qi <yao.qi@linaro.org>
5676
5677 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
5678 debug_printf.
5679 (aarch64_handle_unaligned_watchpoint): Likewise.
5680
2ecd81c2
YQ
56812015-07-17 Yao Qi <yao.qi@linaro.org>
5682
5683 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
5684 argument type's type to 'enum target_hw_bp_type'.
5685 (aarch64_dr_state_remove_one_point): Likewise.
5686 (aarch64_handle_breakpoint): Likewise.
5687 (aarch64_linux_insert_hw_breakpoint): Likewise.
5688 (aarch64_linux_remove_hw_breakpoint): Likewise.
5689 (aarch64_handle_aligned_watchpoint): Likewise.
5690
e53b6938
YQ
56912015-07-17 Yao Qi <yao.qi@linaro.org>
5692
5693 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
5694 ptid_get_pid instead of get_thread_id.
5695
6a49a997
YQ
56962015-07-17 Yao Qi <yao.qi@linaro.org>
5697
5698 * remote.c (get_current_thread): Initialise ptid to null_ptid.
5699 (add_current_inferior_and_thread): Don't initialise ptid.
5700
4bcddace
PL
57012015-07-16 Pierre Langlois <pierre.langlois@arm.com>
5702
5703 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
5704 unavailable if invalid.
5705
db1ff28b
JK
57062015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 Revert the previous 6 commits:
5709 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5710 Move gdb_regex* to common/
5711 Prepare linux_find_memory_regions_full & co. for move
5712 Move linux_find_memory_regions_full & co.
5713 gdbserver build-id attribute generator
5714 Validate symbol file using build-id
5715
ca5268b6
JK
57162015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5717 Jan Kratochvil <jan.kratochvil@redhat.com>
5718
5719 Validate symbol file using build-id.
5720 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
5721 and 'show validate-build-id'. Add build-id attribute.
5722 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
5723 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
5724 * solib-frv.c (_initialize_frv_solib): Ditto.
5725 * solib-spu.c (set_spu_solib_ops): Ditto.
5726 * solib-svr4.c: Include rsp-low.h.
5727 (NOTE_GNU_BUILD_ID_NAME): New define.
5728 (svr4_validate): New function.
5729 (svr4_copy_library_list): Duplicate field build_id.
5730 (library_list_start_library): Parse 'build-id' attribute.
5731 (svr4_library_attributes): Add 'build-id' attribute.
5732 (_initialize_svr4_solib): Assign validate value.
5733 * solib-target.c (solib.h): Include.
5734 (_initialize_solib_target): Assign validate value.
5735 * solib.c (validate_build_id, show_validate_build_id): New.
5736 (solib_map_sections): Use ops->validate.
5737 (clear_so): Free build_id.
5738 (default_solib_validate): New function.
5739 (_initialize_solib): Add "validate-build-id".
5740 * solib.h (default_solib_validate): New declaration.
5741 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
5742 (target_so_ops): New field 'validate'.
5743
700ca40f
JK
57442015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5745 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 gdbserver build-id attribute generator.
5748 * features/library-list-svr4.dtd (library-list-svr4): New
5749 'build-id' attribute.
5750
9904185c
JK
57512015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5752 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 Move linux_find_memory_regions_full & co.
5755 * linux-tdep.c (nat/linux-maps.h): Include.
5756 (gdb_regex.h): Remove the include.
5757 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
5758 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
5759 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
5760 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
5761 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
5762 and target/target.h.
5763 (struct smaps_vmflags, read_mapping, decode_vmflags)
5764 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
5765 (linux_find_memory_regions_full): Move from linux-tdep.c.
5766 * nat/linux-maps.h (read_mapping): New declaration.
5767 (linux_find_memory_region_ftype, enum filterflags): Moved from
5768 linux-tdep.c.
5769 (linux_find_memory_regions_full): New declaration.
5770 * target.c (target/target-utils.h): Include.
5771 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
5772 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
5773 definitions to target/target-utils.c.
5774 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
5775 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
5776 from target.c.
5777 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
5778 (read_alloc): New declaration.
5779 (read_stralloc_func_ftype): New typedef.
5780 (read_stralloc): New declaration.
5781 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
5782
f7af1fcd
JK
57832015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5784 Jan Kratochvil <jan.kratochvil@redhat.com>
5785
5786 Prepare linux_find_memory_regions_full & co. for move.
5787 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
5788 (linux_find_memory_regions_full): Change signature and prepare
5789 for moving to linux-maps.
5790 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
5791 (linux_find_memory_regions_thunk): New.
5792 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
5793 (linux_find_memory_regions_gdb): New.
5794 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
5795 (linux_make_mappings_corefile_notes): Use
5796 linux_find_memory_regions_gdb.
5797 * target.c (read_alloc_pread_ftype): New typedef.
5798 (target_fileio_read_alloc_1_pread): New function.
5799 (read_alloc): Refactor from target_fileio_read_alloc_1.
5800 (read_stralloc_func_ftype): New typedef.
5801 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
5802 (read_stralloc): Refactored from target_fileio_read_stralloc.
5803 (target_fileio_read_stralloc): New implementation, use read_stralloc.
5804
6e5b4429
JK
58052015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5806
5807 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
5808 common/gdb_regex.h.
5809 (COMMON_OBS): Add gdb_regex.o.
5810 (gdb_regex.o): New.
5811 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
5812 --without-included-regex and USE_INCLUDED_REGEX.
5813 * common/gdb_regex.c: New file from utils.c functions.
5814 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
5815 file wrapping define name.
5816 * configure: Rebuilt.
5817 * configure.ac (gdb_use_included_regex, --without-included-regex)
5818 (USE_INCLUDED_REGEX): Move them to common/common.m4.
5819 * gdb_regex.h: Move it to common/gdb_regex.h.
5820 * utils.c: Remove include gdb_regex.h.
5821 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
5822 (compile_rx_or_error): Move them to common/gdb_regex.c.
5823
ddc98fbf
JK
58242015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5825 Jan Kratochvil <jan.kratochvil@redhat.com>
5826
5827 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
5828 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
5829 common/target-utils.h.
5830 (COMMON_OBS): Add target-utils.o.
5831 (linux-maps.o, target-utils.o): New.
5832 * target/target-utils.c: New file.
5833 * target/target-utils.h: New file.
5834 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
5835 * config/i386/linux64.mh (NATDEPFILES): Ditto.
5836 * nat/linux-maps.c: New file.
5837 * nat/linux-maps.h: New file.
5838
e7b01ce0
MM
58392015-07-15 Markus Metzger <markus.t.metzger@intel.com>
5840 Pedro Alves <palves@redhat.com>
5841
5842 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
5843 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
5844 (perf_event_read_bts): Change the type of SIZE and READ.
5845 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
5846 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
5847 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
5848 mmap page.
5849 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
5850 buffer size to UINT_MAX.
5851 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
5852 DATA_TAIL.
5853 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
5854 <last_head>: Change type.
5855 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
5856 * common/btrace-common.c (btrace_data_append): Change the type of
5857 SIZE.
5858 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
5859 check.
5860
f168693b
SM
58612015-07-14 Simon Marchi <simon.marchi@ericsson.com>
5862
5863 * gdbtypes.h (CHECK_TYPEDEF): Remove.
5864 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
5865 with check_typedef.
5866 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
5867 (ada_array_length): Likewise.
5868 (find_parallel_type_by_descriptive_type): Likewise.
5869 (ada_check_typedef): Likewise.
5870 * arm-tdep.c (arm_return_in_memory): Likewise.
5871 * ax-gdb.c (gen_trace_static_fields): Likewise.
5872 (gen_struct_ref_recursive): Likewise.
5873 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5874 (variable: block COLONCOLON name): Likewise.
5875 (qualified_name: TYPENAME COLONCOLON name): Likewise.
5876 * c-lang.c (classify_type): Likewise.
5877 * c-typeprint.c (c_print_type): Likewise.
5878 (c_print_typedef): Likewise.
5879 (c_type_print_base): Likewise.
5880 * c-valprint.c (c_val_print): Likewise.
5881 * compile/compile-c-types.c (convert_type): Likewise.
5882 * compile/compile-object-load.c (get_out_value_type): Likewise.
5883 * completer.c (add_struct_fields): Likewise.
5884 (expression_completer): Likewise.
5885 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
5886 (cp_lookup_nested_symbol_1): Likewise.
5887 (cp_lookup_nested_symbol): Likewise.
5888 * cp-valprint.c (cp_print_value_fields): Likewise.
5889 (cp_print_static_field): Likewise.
5890 * d-valprint.c (d_val_print): Likewise.
5891 * eval.c (evaluate_subexp_standard): Likewise.
5892 (evaluate_subexp_for_sizeof): Likewise.
5893 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
5894 * f-typeprint.c (f_type_print_base): Likewise.
5895 * f-valprint.c (f_val_print): Likewise.
5896 * gdbtypes.c (get_discrete_bounds): Likewise.
5897 (create_array_type_with_stride): Likewise.
5898 (type_name_no_tag_or_error): Likewise.
5899 (lookup_struct_elt_type): Likewise.
5900 (get_unsigned_type_max): Likewise.
5901 (internal_type_vptr_fieldno): Likewise.
5902 (set_type_vptr_fieldno): Likewise.
5903 (internal_type_vptr_basetype): Likewise.
5904 (set_type_vptr_basetype): Likewise.
5905 (get_vptr_fieldno): Likewise.
5906 (is_integral_type): Likewise.
5907 (is_scalar_type): Likewise.
5908 (is_scalar_type_recursive): Likewise.
5909 (distance_to_ancestor): Likewise.
5910 (is_unique_ancestor_worker): Likewise.
5911 (check_types_equal): Likewise.
5912 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
5913
45280282
IB
59142015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
5915
5916 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
5917 also test for language_d.
5918 (dwarf2_compute_name): Likewise.
5919 (read_func_scope): Likewise.
5920 (read_structure_type): Likewise.
5921 (new_symbol_full): Likewise.
5922 (determine_prefix): Likewise.
5923 (read_import_statement): Use dot as the separator for language_d.
5924 (typename_concat): Likewise, but don't prefix the D main function.
5925
99fe86f7
PB
59262015-07-14 Peter Bergner <bergner@vnet.ibm.com>
5927
5928 * nat/linux-namespaces.c (setns): Rename from this ...
5929 (do_setns): ... to this. Support calling setns if it exists.
5930 (mnsh_handle_setns): Call do_setns.
5931
d5131498
YQ
59322015-07-13 Yao Qi <yao.qi@linaro.org>
5933
5934 * exec.c (exec_file_attach): Add period at the end of error
5935 message.
5936
97605e61
AB
59372015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5938
5939 * tui/tui-win.c (window_name_completer): New function.
5940 (focus_completer): Call window_name_completer. All old content
5941 moved into window_name_completer.
5942 (winheight_completer): New function.
5943 (_initialize_tui_win): Rename variable. Add completer to
5944 winheight command. Update doc string on winheight.
5945
8d6dbeb4
SL
59462015-07-12 Sandra Loosemore <sandra@codesourcery.com>
5947
5948 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
5949 all nios2 mach variants.
5950
a0e28e54
KB
59512015-07-10 Kevin Buettner <kevinb@redhat.com>
5952
5953 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
5954 of target_read_memory.
5955
c101f28f
AB
59562015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
5959 string copy.
5960 (parse_scrolling_args): Likewise.
5961
150375dc
AB
59622015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5963
5964 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
5965 names in this function.
5966
6dce28e4
AB
59672015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * tui/tui-data.h (SRC_NAME): Convert to lower case.
5970 (CMD_NAME): Likewise.
5971 (DATA_NAME): Likewise.
5972 (DISASSEM_NAME): Likewise.
5973 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
5974 (tui_set_win_height): Likewise.
5975 (parse_scrolling_args): Likewise.
5976
485668e5
MM
59772015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5978
5979 * record-btrace.c (record_btrace_goto_begin)
5980 (record_btrace_goto_end, record_btrace_goto): Move call to
5981 print_stack_frame ...
5982 (record_btrace_set_replay): ... here. Set stop_pc.
5983 * record-full.c (record_full_goto_entry): Set stop_pc.
5984
58d2eda5
PL
59852015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5986
5987 * NEWS: Mention support for tracepoints on aarch64-linux.
5988
7671bf47
PL
59892015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5990
5991 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
5992 function. Return 1.
5993 (the_low_target): Install it.
5994
7890fb45
PL
59952015-07-09 Pierre Langlois <pierre.langlois@arm.com>
5996
5997 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
5998 * gdb.trace/collection.exp: Likewise.
5999 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6000 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6001 * gdb.trace/report.exp: Likewise.
6002 * gdb.trace/trace-break.exp: Likewise.
6003 * gdb.trace/unavailable.exp: Likewise.
6004 * gdb.trace/while-dyn.exp: Likewise.
6005
ea873d8e
PL
60062015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6007
6008 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6009 (aarch64_gen_return_address): New function.
6010 (aarch64_gdbarch_init): Hook it.
6011
02a2a705
PL
60122015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6013
6014 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6015 swallow NOT_AVAILABLE_ERROR.
6016 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6017 available_p is not set.
6018 (aarch64_stub_frame_unwind_stop_reason): New function.
6019 (aarch64_stub_unwind): Install it.
6020
7dfa3edc
PL
60212015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6022
6023 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6024 field.
6025 (aarch64_make_prologue_cache_1): New function, factored out from
6026 aarch64_make_prologue_cache. Do not allocate cache. Set
6027 available_p.
6028 (aarch64_make_prologue_cache): Reimplement wrapping
6029 aarch64_make_prologue_cache_1, and swallowing
6030 NOT_AVAILABLE_ERROR.
6031 (aarch64_prologue_frame_unwind_stop_reason): New function.
6032 Return UNWIND_UNAVAILABLE if available_p is not set.
6033 (aarch64_prologue_unwind): Install it.
6034 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6035 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6036 frame_id_build_unavailable_stack if available_p is not set.
6037
db634143
PL
60382015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6039
6040 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6041 fields.
6042 (aarch64_scan_prologue): Set prev_pc.
6043 (aarch64_make_prologue_cache): Set func.
6044 (aarch64_make_stub_cache): Set prev_pc.
6045 (aarch64_prologue_this_id): Remove local variables id, pc and
6046 func. Read prev_pc and func from cache.
6047 (aarch64_stub_this_id): Read prev_pc from cache.
6048
8b61f75d
PL
60492015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6050
6051 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6052 argument this_cache. Remove unused local variables reg and
6053 unwound_fp. Return early if this_cache is already set. Set
6054 this_cache.
6055 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6056
7c8edfae
PL
60572015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6058
6059 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6060 New argument this_cache. Return early if this_cache is already
6061 set. Set this_cache.
6062 (aarch64_prologue_this_id): Update call to
6063 aarch64_make_prologue_cache.
6064 (aarch64_prologue_prev_register): Likewise.
6065 (aarch64_normal_frame_base): Likewise.
6066
938c69a1
SM
60672015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6068
6069 * c-valprint.c (c_val_print): Factor out memberptr printing code
6070 from c_val_print to ...
6071 (c_val_print_memberptr): ... this new function.
6072
49f7fe28
SM
60732015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6074
6075 * c-valprint.c (c_val_print): Factor out int printing code to ...
6076 (c_val_print_int): ... this new function.
6077
9e4f353c
SM
60782015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * c-valprint.c (c_val_print): Factor out struct and union
6081 printing code to ...
6082 (c_val_print_struct): ... this new function ...
6083 (c_val_print_union): ... and this new function.
6084
1c67f032
SM
60852015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6086
6087 * c-valprint.c (c_val_print): Factor out pointer printing code
6088 to ...
6089 (c_val_print_ptr): ... this new function.
6090
0b6ef777
SM
60912015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6092
6093 * c-valprint.c (c_valprint): Factor our array printing code from
6094 c_val_print to ...
6095 (c_val_print_array): ... this new function.
6096
1033c33c
SM
60972015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6098
6099 * c-valprint.c (c_val_print): Factor out pointer printing code
6100 to ...
6101 (print_unpacked_pointer): ... this new function.
6102
f6b93c34
SM
61032015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6104
6105 * c-valprint.c (c_val_print): Remove an assignment to i and move
6106 its declaration.
6107
0f4576e3
YQ
61082015-07-09 Yao Qi <yao.qi@linaro.org>
6109
6110 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6111 argument ptid. Update comments. Caller update.
6112
37fdfe4c
MM
61132015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6114
6115 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6116 mnt packets.
6117
80a2b330
MM
61182015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6119
6120 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6121
4ab31498
SM
61222015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * progspace.c (delete_program_space): Add missing spaces.
6125
7a41607e
SM
61262015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6127
6128 * inferior.c (delete_inferior_1): Rename to ...
6129 (delete_inferior): ..., remove 'silent' parameter, delete
6130 program space when unused and remove call to prune_program_spaces.
6131 Remove the old, unused, delete_inferior.
6132 (delete_inferior_silent): Remove.
6133 (prune_inferiors): Change call from delete_inferior_1 to
6134 delete_inferior and remove 'silent' parameter. Remove call to
6135 prune_program_spaces.
6136 (remove_inferior_command): Idem.
6137 * inferior.h (delete_inferior_1): Rename to...
6138 (delete_inferior): ..., remove 'silent' parameter and remove the
6139 original delete_inferior.
6140 (delete_inferior_silent): Remove.
6141 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6142 delete_inferior_1 to delete_inferior and remove 'silent'
6143 parameter.
6144 * progspace.c (prune_program_spaces): Remove.
6145 (pspace_empty_p): Rename to...
6146 (program_space_empty_p): ... and make non-static.
6147 (delete_program_space): New.
6148 * progspace.h (prune_program_spaces): Remove declaration.
6149 (program_space_empty_p): New declaration.
6150 (delete_program_space): New declaration.
6151 * monitor.c (monitor_close): Replace call to
6152 delete_thread_silent and delete_inferior_silent with
6153 discard_all_inferiors.
6154
a9bd710f
PP
61552015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6156
6157 * defs.h (deprecated_register_changed_hook): Remove prototype.
6158 * interps.c (clear_iterpreter_hooks): Remove reference to
6159 deprecated_register_changed_hook.
6160 * top.c (deprecated_register_changed_hook): Remove prototype.
6161 * valops.c (value_assign): Remove reference to
6162 deprecated_register_changed_hook.
6163 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6164 Add comment documenting the function.
6165 (tui_register_changed_observer): Define.
6166 (tui_install_hooks): Remove reference to
6167 deprecated_register_changed_hook. Set
6168 tui_register_changed_observer.
6169 (tui_remove_hooks): Remove reference to
6170 deprecated_register_changed_hook. Unset
6171 tui_register_changed_observer.
6172
08464196
JK
61732015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 PR compile/18484
6176 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6177
bcf5c1d9
RC
61782015-07-08 Robert O'Callahan <robert@ocallahan.org>
6179
6180 PR exp/18617
6181 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6182
e8643a45
MM
61832015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6184
6185 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6186
76fb6829
MM
61872015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6188
6189 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6190 Use safe_strerror() instead of strerror().
6191
82c40d4b
YQ
61922015-07-07 Yao Qi <yao.qi@linaro.org>
6193
6194 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6195 * features/arm-with-m-fpa-layout.c: Regenerated.
6196 * features/arm-with-m-vfp-d16.xml: Likewise.
6197 * features/arm-with-m-vfp-d16.c: Regenerated.
6198 * features/arm-with-m.xml: Likewise.
6199 * features/arm-with-m.c: Regenerated.
6200 * features/arm-with-neon.xml: Likewise.
6201 * features/arm-with-neon.c: Regenerated.
6202 * features/arm-with-vfpv2.xml: Likewise.
6203 * features/arm-with-vfpv2.c: Regenerated.
6204 * features/arm-with-vfpv3.xml: Likewise.
6205 * features/arm-with-vfpv3.c: Regenerated.
6206
607685ec
YQ
62072015-07-07 Yao Qi <yao.qi@linaro.org>
6208
6209 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6210 arm-linux-nat.c.
6211 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6212 elf/external.h.
6213 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6214 if target is 32-bit.
6215 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6216 if target is 32-bit.
6217 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6218 if target is 32-bit.
6219 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6220 if target is 32-bit.
6221 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6222 (aarch64_linux_read_description): Return the right target
6223 description.
6224 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6225 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6226 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6227 arm-linux-tdep.o.
6228
f1b67888
YQ
62292015-07-07 Yao Qi <yao.qi@linaro.org>
6230
6231 * aarch32-linux-nat.c: New file.
6232 * aarch32-linux-nat.h: New file.
6233 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6234 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6235 aarch32_gp_regcache_supply.
6236 (store_regs): Move code to aarch32-linux-nat.c. Call
6237 aarch32_gp_regcache_collect.
6238 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6239 aarch32_vfp_regcache_supply.
6240 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6241 aarch32_vfp_regcache_collect.
6242 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6243
179bfe82
YQ
62442015-07-07 Yao Qi <yao.qi@linaro.org>
6245
6246 * arm-linux-nat.c (store_fpregister): Remove.
6247 (store_register): Likewise.
6248 (fetch_fpregister): Likewise.
6249 (fetch_register): Likewise.
6250 (arm_linux_store_inferior_registers): Call store_regs and
6251 store_fpregs instead.
6252 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6253 fetch_regs instead.
6254
6008fc5f
AB
62552015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6256
6257 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6258 and focus commands.
6259
7c79d316
JB
62602015-07-06 Joel Brobecker <brobecker@adacore.com>
6261
6262 * NEWS: Create a new section for the next release branch.
6263 Rename the section of the current branch, now that it has
6264 been cut.
6265
f2232bea
JB
62662015-07-06 Joel Brobecker <brobecker@adacore.com>
6267
6268 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6269 * version.in: Bump version to 7.10.50.DATE-cvs.
6270
66c4b3e8
LM
62712015-07-06 Luis Machado <lgustavo@codesourcery.com>
6272
6273 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6274 breakpoints in a special way.
6275 (remove_breakpoint): Likewise.
6276 (mark_breakpoints_out): Likewise.
6277
bcd8537c
AB
62782015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6279
6280 * doc/gdb.texinfo (TUI): Add comma after @xref.
6281
10e9aaa3
AB
62822015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6283
6284 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6285 instead of casting the structure type.
6286
8a13d42d
SM
62872015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6288
6289 * valops.c (search_struct_field): Remove OFFSET parameter.
6290 (value_cast_structs): Adjust calls to search_struct_field.
6291 (value_struct_elt): Same.
6292 (find_overload_match): Same.
6293
a844296a
SM
62942015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6295
6296 * value.c (value_fetch_lazy): Update comment, change return
6297 value to void.
6298 * value.h (value_fetch_lazy): Change return value to void.
6299
f41cbf58
AB
63002015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6303 (tui_win_name): Make parameter and result const.
6304 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6305
118ca224
PP
63062015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6307
6308 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6309 use printf_unfiltered.
6310 (set_mpx_cmd): Add missing trailing space to command string
6311 literal.
6312 (_initialize_i386_tdep): Give the "mpx" prefix command its
6313 correct name.
6314
1b485e67
KB
63152015-07-02 Kevin Buettner <kevinb@redhat.com>
6316
6317 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6318 (enum rx_frame_type): New.
6319 (struct rx_prologue): Add new field `frame_type'.
6320 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6321 parameter in the prologue struct. Add code for recording
6322 locations of PC and PSW for fast interrupt and exception frames.
6323 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6324 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6325 (rx_frame_type): New function.
6326 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6327 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6328 `this_cache'.
6329 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 6330 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
6331 RX_FRAME_TYPE_FAST_INTERRUPT.
6332 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6333 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6334 (rx_frame_unwind): Use rx_frame_sniffer instead of
6335 default_frame_sniffer.
6336 (rx_frame_unwind): New unwinder.
6337 (rx_gdbarch_init): Register new unwinder.
6338
0561fea4
KB
63392015-07-02 Kevin Buettner <kevinb@redhat.com>
6340
6341 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6342 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6343 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6344 and RX_FPSW_REGNUM.
6345 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6346
decf8d9a
JK
63472015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6348
6349 Fix GCC false warning.
6350 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6351
2fd0f80d
YQ
63522015-07-02 Yao Qi <yao.qi@linaro.org>
6353
6354 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6355 typo in the debugging message.
6356
b0627500
MM
63572015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6358
6359 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6360 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6361 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6362 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6363 (btrace_maint_clear): New.
6364 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6365 (pt_print_packet, btrace_maint_decode_pt)
6366 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6367 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6368 (maint_btrace_packet_history_cmd)
6369 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6370 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6371 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6372 (maint_info_btrace_cmd, _initialize_btrace): New.
6373 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6374 (btrace_maint_packet_history, btrace_maint_info): New.
6375 (btrace_thread_info) <maint>: New.
6376 * NEWS: Announce it.
6377
9be54cae
MM
63782015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6379
6380 * btrace.c (btrace_fetch): Append the new trace data.
6381 (btrace_clear): Clear the stored trace data.
6382 * btrace.h (btrace_thread_info) <data>: New.
6383 * common/btrace-common.h (btrace_data_clear)
6384 (btrace_data_append): New.
6385 * common/btrace-common.c (btrace_data_clear)
6386 (btrace_data_append): New.
6387
010a18a1
MM
63882015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6389
6390 * nat/linux-btrace.c (linux_enable_bts): Check for
6391 PERF_ATTR_SIZE_VER5.
6392 Check for data_offset and data_size fields. Use them.
6393
b20a6524
MM
63942015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6395
6396 * NEWS: Announce new commands "record btrace pt" and "record pt".
6397 Announce new options "set|show record btrace pt buffer-size".
6398 * btrace.c: Include "rsp-low.h".
6399 Include "inttypes.h".
6400 (btrace_add_pc): Add forward declaration.
6401 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6402 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6403 (btrace_compute_ftrace_pt): New.
6404 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6405 (check_xml_btrace_version): Update version check.
6406 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6407 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6408 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6409 (btrace_pt_children): New.
6410 (btrace_children): Add support for "pt".
6411 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6412 (btrace_conf_children): Add support for "pt".
6413 * btrace.h: Include "intel-pt.h".
6414 (btrace_pt_error): New.
6415 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6416 (btrace_data_empty): Support BTRACE_FORMAT_PT.
6417 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6418 (struct btrace_config_pt): New.
6419 (struct btrace_config)<pt>: New.
6420 (struct btrace_data_pt_config, struct btrace_data_pt): New.
6421 (struct btrace_data)<pt>: New.
6422 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6423 (pt): New.
6424 * features/btrace.dtd (btrace)<pt>: New.
6425 (pt, pt-config, cpu): New.
6426 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6427 (perf_event_pt_event_type, kernel_supports_pt)
6428 (linux_supports_pt): New.
6429 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6430 (linux_enable_bts): Free tinfo on error.
6431 (linux_enable_pt): New.
6432 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6433 (linux_disable_pt): New.
6434 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6435 (linux_fill_btrace_pt_config, linux_read_pt): New.
6436 (linux_read_btrace): Support BTRACE_FORMAT_PT.
6437 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6438 (struct btrace_target_info)<pt>: New.
6439 * record-btrace.c (set_record_btrace_pt_cmdlist)
6440 (show_record_btrace_pt_cmdlist): New.
6441 (record_btrace_print_pt_conf): New.
6442 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6443 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6444 (cmd_record_btrace_pt_start): New.
6445 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6446 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6447 (_initialize_record_btrace): Add new commands.
6448 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6449 (remote_protocol_features): Add "Qbtrace:pt".
6450 Add "Qbtrace-conf:pt:size".
6451 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6452 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6453 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6454 (_initialize_remote): Add new commands.
6455
58bfce93
MM
64562015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6457
6458 * configure.ac: check for libipt
6459 * configure: Regenerate.
6460 * config.in: Regenerate.
6461 * Makefile.in (LIBIPT): New.
6462 (CLIBS): Add $LIBIPT.
6463 * NEWS: document new configure options
6464
b0fd6b30
JK
64652015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * compile/compile-object-load.c (compile_object_load): Replace debug
6468 message "lookup undefined ELF symbol" by 3 more specific messages.
6469
e6280369
KB
64702015-07-01 Kevin Buettner <kevinb@redhat.com>
6471
6472 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
6473 (rl78_register_type): Add case for RL78_PSW_REGNUM.
6474 (rl78_gdbarch_init): Initialize rl78_psw_type.
6475
bbcbf914
PP
64762015-07-01 Patrick Palka <patrick@parcs.ath.cx>
6477
6478 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6479 Update commentary. Always refresh the registers when frame
6480 information has changed.
6481 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
6482 Change return type to int. Return 1 if frame information has
6483 changed, 0 otherwise.
6484 (tui_before_prompt): Update commentary.
6485 * tui/tui-stack.h (tui_show_frame_info): Change return type to
6486 int.
6487
0986c744
PP
64882015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6489
6490 PR tui/13378
6491 * frame.c (select_frame): Remove reference to
6492 deprecated_selected_frame_level_changed_hook.
6493 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
6494 declaration.
6495 * stack.c (deprecated_selected_frame_level_changed_hook):
6496 Likewise.
6497 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
6498 Rename to ...
6499 (tui_refresh_frame_and_register_information): ... this. Bail
6500 out if there is no stack. Don't update register information
6501 unless registers_too_p is true.
6502 (tui_print_frame_info_listing_hook): Rename to ...
6503 (tui_dummy_print_frame_info_listing_hook): ... this.
6504 (tui_before_prompt): New function.
6505 (tui_normal_stop): New function.
6506 (tui_before_prompt_observer): New observer.
6507 (tui_normal_stop_observer): New observer.
6508 (tui_install_hooks): Set
6509 deprecated_print_frame_info_listing_hook to
6510 tui_dummy_print_frame_info_listing_hook. Register
6511 tui_before_prompt_observer to call tui_before_prompt and
6512 tui_normal_stop_observer to call tui_normal_stop. Remove
6513 reference to deprecated_selected_frame_level_changed_hook.
6514 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
6515 and tui_normal_stop_observer. Remove reference to
6516 deprecated_selected_frame_level_changed_hook.
6517
b5fca6d7
PP
65182015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6519
6520 PR tui/13378
6521 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
6522 return an int instead of void. Return whether the locator
6523 window has changed.
6524 (tui_show_frame_info): If the locator info has not changed, then
6525 bail out early to avoid refreshing the windows.
6526
c45613e3
PP
65272015-06-30 Patrick Palka <patrick@parcs.ath.cx>
6528
6529 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
6530 LOCATOR_WIN to tui_alloc_content.
6531
7b9be803
YQ
65322015-06-30 Yao Qi <yao.qi@linaro.org>
6533
6534 PR tdep/18605
6535 * arm-tdep.c (arm_get_next_pc_raw): Break for media
6536 instructions.
6537
fd6e021d
KB
65382015-06-29 Kevin Buettner <kevinb@redhat.com>
6539
78ab7e9d
KB
6540 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
6541 (rx_dwarf_reg_to_regnum): New function.
6542 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
6543 unwinding.
fd6e021d 6544
28bf096c
PA
65452015-06-29 Pedro Alves <palves@redhat.com>
6546
6547 PR threads/18127
6548 * infcall.c (run_inferior_call): On infcall success, if the thread
6549 was marked stopped before, reset it back to stopped.
6550 * infrun.c (resume): Don't suppress the set_running calls when
6551 doing an infcall.
6552 (normal_stop): Only discard the finish_thread_state cleanup if the
6553 infcall succeeded.
6554
2880b51c 65552015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
6556
6557 * MAINTAINERS (Write After Approval): Update my email address.
6558
ee93cd5e
KS
65592015-06-26 Keith Seitz <keiths@redhat.com>
6560 Doug Evans <dje@google.com>
6561
6562 PR 16253
6563 * block.c (block_lookup_symbol): For non-function blocks,
6564 continue to search for a symbol with an exact domain match
6565 Otherwise, return any previously found "best domain" symbol.
6566 (block_lookup_symbol_primary): Likewise.
6567
fc637f04
PP
65682015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6569
6570 * NEWS: Mention the new option "history remove-duplicates".
6571 * top.c (history_remove_duplicates): New static variable.
6572 (show_history_remove_duplicates): New static function.
6573 (gdb_add_history): Conditionally remove duplicate history
6574 entries.
6575 (init_main): Add "history remove-duplicates" option.
6576
2e52ae68
PP
65772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6578
6579 * tui/tui-win.c (focus_completer): New static function.
6580 (_initialize_tui_win): Set the completion function of the
6581 "focus" command to focus_completer.
6582
6e22494e
JK
65832015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
6586 and language_asm..
6587 * symtab.c (find_function_start_sal): Likewise.
6588
f8773be1
GB
65892015-06-25 Gary Benson <gbenson@redhat.com>
6590
6591 * solib.c (solib_find_1): Set local variable sysroot to NULL if
6592 it is the empty string after trailing slashes have been stripped.
6593
a3be80c3
GB
65942015-06-25 Gary Benson <gbenson@redhat.com>
6595
6596 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
6597 * infrun.c (follow_exec): Likewise.
6598 * remote.c (remote_filesystem_is_local): Likewise.
6599 * solib.c (solib_find_1): Likewise.
6600
32fad71f
KS
66012015-06-24 Keith Seitz <keiths@redhat.com>
6602
6603 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
6604 return value from lrealpath.
6605
87d1b309
MF
66062015-06-24 Mike Frysinger <vapier@gentoo.org>
6607
6608 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
6609
23bf70af
MF
66102015-06-24 Mike Frysinger <vapier@gentoo.org>
6611
6612 * remote-sim.c: Include gdb_bfd.h.
6613 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
6614 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
6615
5cd867b4
YQ
66162015-06-24 Yao Qi <yao.qi@linaro.org>
6617
6618 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
6619 set_gdbarch_get_siginfo_type.
6620 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6621 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6622 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6623 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
6624 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
6625 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6626 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
6627 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
6628 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
6629 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
6630
dc06243f
GB
66312015-06-24 Gary Benson <gbenson@redhat.com>
6632
6633 * common/buffer.c (stdint.h): Do not include.
6634 * common/print-utils.c (stdint.h): Likewise.
6635 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
6636 * compile/compile-c-types.c (gdb_assert.h): Likewise.
6637 * ft32-tdep.c (gdb_assert.h): Likewise.
6638 * guile/scm-utils.c (stdint.h): Likewise.
6639 * i386-linux-tdep.c (stdint.h): Likewise.
6640 * i386-tdep.c (stdint.h): Likewise.
6641 * nat/linux-btrace.c (stdint.h): Likewise.
6642 * nat/linux-btrace.h (stdint.h): Likewise.
6643 * nat/linux-ptrace.c (stdint.h): Likewise.
6644 * nat/mips-linux-watch.h (stdint.h): Likewise.
6645 * ppc-linux-nat.c (stdint.h): Likewise.
6646 * python/python-internal.h (stdint.h): Likewise.
6647 * stub-termcap.c (stdlib.h): Likewise.
6648 * target/target.h (stdint.h): Likewise.
6649 * xtensa-linux-nat.c (stdint.h): Likewise.
6650
0fc26caf
PP
66512015-06-23 Patrick Palka <patrick@parcs.ath.cx>
6652
6653 * top.c (init_history): Look at errno after calling strtol to
6654 properly map large GDBHISTSIZE values to infinity.
6655
a38fe4fe
DE
66562015-06-23 Doug Evans <dje@google.com>
6657
6658 * inferior.h (struct inferior_suspend_state): Delete, unused.
6659 All references deleted.
6660
7564fe45
MF
66612015-06-23 Mike Frysinger <vapier@gentoo.org>
6662
6663 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
6664 (microblaze_push_dummy_call): Likewise.
6665 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6666 and set_gdbarch_push_dummy_call.
6667
0bdb2f78
YQ
66682015-06-23 Yao Qi <yao.qi@linaro.org>
6669
6670 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
6671 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
6672 (amd64_linux_store_inferior_registers): Likewise.
6673 * arm-linux-nat.c (fetch_fpregister): Likewise.
6674 (fetch_fpregs, store_fpregister): Likewise.
6675 (store_fpregister, store_fpregs): Likewise.
6676 (fetch_register, fetch_regs): Likewise.
6677 (store_register, store_regs): Likewise.
6678 (fetch_vfp_regs, store_vfp_regs): Likewise.
6679 (arm_linux_read_description): Check have_ptrace_getregset is
6680 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
6681 or TRIBOOL_FALSE.
6682 * i386-linux-nat.c (fetch_xstateregs): Check
6683 have_ptrace_getregset is not TRIBOOL_TRUE.
6684 (store_xstateregs): Likewise.
6685 * linux-nat.c (have_ptrace_getregset): Change its type to
6686 enum tribool.
6687 * linux-nat.h (tribool): New enum.
6688 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
6689 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
6690
18a94d75
DE
66912015-06-19 Doug Evans <dje@google.com>
6692
6693 * NEWS: Mention Sun's version of stabs is no longer supported.
6694 * elfread.c (free_elfinfo): Delete. All uses updated.
6695 (elfstab_offset_sections): Delete. All uses updated.
6696 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
6697 * psympriv.h (partial_symtab) <section_offsets>: Delete.
6698 All uses updated.
6699 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
6700 All callers updated.
6701
124e13d9
SM
67022015-06-18 Simon Marchi <simon.marchi@ericsson.com>
6703
6704 * common/rsp-low.c (needs_escaping): New.
6705 (remote_escape_output): Add unit_size parameter. Refactor to
6706 support multi-byte addressable units. Rename parameters.
6707 * common/rsp-low.h (remote_escape_output): Add unit_size
6708 parameter and rename others. Update doc.
6709 * remote.c (align_for_efficient_write): New.
6710 (remote_write_bytes_aux): Add unit_size parameter and use it.
6711 Rename some variables. Update doc.
6712 (remote_xfer_partial): Get unit size and use it.
6713 (remote_read_bytes_1): Add unit_size parameter and use it.
6714 Rename some variables. Update doc.
6715 (remote_write_bytes): Same.
6716 (remote_xfer_live_readonly_partial): Same.
6717 (remote_read_bytes): Same.
6718 (remote_flash_write): Update call to remote_write_bytes_aux.
6719 (remote_write_qxfer): Update call to remote_escape_output.
6720 (remote_search_memory): Same.
6721 (remote_hostio_pwrite): Same.
6722
6ae88661
LM
67232015-06-17 Luis Machado <lgustavo@codesourcery.com>
6724
6725 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
6726 locations as inserted.
6727 Update and expand comment about permanent locations.
6728 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
6729 Move comment to add_location_to_breakpoint.
6730 (update_global_location_list): Don't error out if a permanent
6731 breakpoint is not marked inserted.
6732 Don't error out if a non-permanent breakpoint location is inserted on
6733 top of a permanent breakpoint.
6734
da4616f6
LM
67352015-06-17 Luis Machado <lgustavo@codesourcery.com>
6736
6737 * breakpoint.c (make_breakpoint_permanent): Remove unused
6738 function.
6739 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
6740
bc460514
PP
67412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6742
6743 PR gdb/16999
6744 * NEWS: Mention new GDBHISTSIZE behavior.
6745 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
6746 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
6747
b58c513b
PP
67482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6749
6750 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
6751 * top.c (init_history): Read from GDBHISTSIZE instead of
6752 HISTSIZE.
6753 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
6754
2093d2d3
PP
67552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6756
6757 * top.c (gdb_safe_append_history): Do not call
6758 history_truncate_file if the history is not stifled.
6759
fc248485
AA
67602015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
6763 * syscalls/s390x-linux.xml: Likewise.
6764
4da680ad
ME
67652015-06-16 Michael Eager <eager@eagercon.com>
6766
6767 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
6768
0a75489f
PP
67692015-06-16 Patrick Palka <patrick@parcs.ath.cx>
6770
6771 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
6772 target_terminal_ours_for_output() before calling
6773 tui_show_frame_info(), and restore the original terminal
6774 settings afterwards.
6775
95855ca8
MS
67762015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
6777
6778 * arm-linux-nat.c: Include nat/linux-ptrace.h.
6779
cfc32360
SM
67802015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6781
6782 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
6783 memory unit size.
6784 (mi_cmd_data_write_memory_bytes): Same.
6785
cb6f16cf
SM
67862015-06-15 Simon Marchi <simon.marchi@ericsson.com>
6787
6788 * corefile.c (write_memory): Update doc.
6789 * gdbcore.h (write_memory): Same.
6790
31b7833d
JK
67912015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
6794 (dump_mapping_p): Use it for parameter filterflags.
6795 (linux_find_memory_regions_full): Use it for variable filterflags.
6796
909c2cda
JK
67972015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6798 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 Merge multiple hex conversions.
6801 * monitor.c: Include rsp-low.h.
6802 (fromhex): Remove definition.
6803
03aef70f
JK
68042015-06-15 Aleksandar Ristovski <aristovski@qnx.com
6805 Jan Kratochvil <jan.kratochvil@redhat.com>
6806
6807 Move utility functions to common/.
6808 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
6809 Move defs to common/common-utils.c.
6810 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
6811 (skip_to_space_const): Move decls to common/common-utils.h.
6812 * common/common-defs.h: Move include of common-types.h before
6813 common-utils.h.
6814 * common/common-utils.c: Include host-defs.h and ctype.h.
6815 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
6816 from utils.c.
6817 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
6818 cli/cli-utils.c.
6819 * common/common-utils.h (strtoulst): Move decl from utils.h.
6820 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
6821 Move from cli/cli-utils.h.
6822 * common/host-defs.h: Include limits.h.
6823 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
6824 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
6825 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
6826 common/common-utils.h.
6827 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
6828 (strtoulst): Move to common/common-utils.c.
6829 * utils.h (strtoulst): Moved decl to common/common-utils.h.
6830
d1168cc1
YQ
68312015-06-15 Yao Qi <yao.qi@linaro.org>
6832
6833 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
6834
c74f7d1c
JT
68352015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6836
6837 * build-id.c: Don't include elf-bfd.h.
6838 (build_id_bfd_get): Use bfd_build_id.
6839 (build_id_verify): Ditto.
6840 * build-id.h: Ditto.
6841 (find_separate_debug_file_by_buildid): Ditto.
6842 * python/py-objfile.c: Don't include elf-bfd.h.
6843 (objfpy_get_build_id) Use bfd_build_id.
6844 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
6845 * coffread.c: Include build-id.h.
6846 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
6847
f20c58f5
JT
68482015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
6849
6850 * windows-nat.c (do_windows_fetch_inferior_registers)
6851 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
6852 conditional with __CYGWIN__.
6853
51f0e40d
AB
68542015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6855
6856 * completer.c: Add arch-utils.h include.
6857 (enum reg_completer_targets): New enum.
6858 (reg_or_group_completer_1): New function containing old
6859 reg_or_group_completer, add and use new parameter to control what
6860 is completed on. Use get_current_arch rather than architecture of
6861 currently selected frame.
6862 (reg_or_group_completer): Call new reg_or_group_completer_1.
6863 (reggroup_completer): Call new reg_or_group_completer_1.
6864 * completer.h (reggroup_completer): Add declaration.
6865 * tui/tui-regs.c: Add 'completer.h' include.
6866 (tui_reg_next_command): Renamed to...
6867 (tui_reg_next): ...this. Adjust parameters and return rather than
6868 display new group.
6869 (tui_reg_prev_command): Renamed to...
6870 (tui_reg_prev): ...this. Adjust parameters and return rather than
6871 display new group.
6872 (tui_reg_float_command): Delete.
6873 (tui_reg_general_command): Delete.
6874 (tui_reg_system_command): Delete.
6875 (tui_reg_command): Rewrite to perform switching of register group.
6876 Add header comment.
6877 (tuireglist): Remove.
6878 (tui_reggroup_completer): New function.
6879 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
6880 creation of 'tui reg' command.
6881 * NEWS: Add comment about 'tui reg' changes.
6882
d309493c
SM
68832015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6884
6885 * target.c (target_read): Consider addressable unit size when
6886 reading from a memory object.
6887 (read_memory_robust): Same.
6888 (read_whatever_is_readable): Same.
6889 (target_write_with_progress): Consider addressable unit size
6890 when writing to a memory object.
6891 * target.h (target_read): Update documentation.
6892 (target_write): Add documentation.
6893
3374165f
SM
68942015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6895
6896 * arch-utils.h (default_addressable_memory_unit_size): New.
6897 * arch-utils.c (default_addressable_memory_unit_size): New.
6898 * gdbarch.sh (addressable_memory_unit_size): New.
6899 * gdbarch.h: Re-generate.
6900 * gdbarch.c: Re-generate.
6901
279a6fed
SM
69022015-06-12 Simon Marchi <simon.marchi@ericsson.com>
6903
6904 * target.c (target_read): Rename variables and use
6905 TARGET_XFER_E_IO.
6906 (target_read_with_progress): Same.
6907 (read_memory_robust): Constify parameters and rename
6908 variables.
6909 (read_whatever_is_readable): Constify parameters,
6910 rename variables, adjust formatting.
6911 * target.h (read_memory_robust): Constify parameters.
6912
1e5338b6 69132015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
6914
6915 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
6916 synthetic (non-AltiVec) vector types.
6917 (ppc64_sysv_abi_return_value): Likewise.
6918
98aa42ee
AT
69192015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6920
6921 PR breakpoints/16465
6922 * breakpoint.c (create_breakpoint): Save extra_string for
6923 pending breakpoints.
6924
966f0aef
WT
69252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6926
6927 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
6928 and bt_mask to CORE_ADDR.
6929
6449ed0d
GB
69302015-06-11 Gary Benson <gbenson@redhat.com>
6931
6932 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
6933 (mnsh_recv_message): Likewise.
6934
34f8ac9f
WT
69352015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
6936
6937 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
6938 long long int and plongest instead of %ll.
6939
198c808c
GB
69402015-06-11 Gary Benson <gbenson@redhat.com>
6941
6942 * nat/linux-namespaces.c (gdb_wait.h): New include.
6943 (sys/wait.h): Do not include.
6944
e815d2d2
SM
69452015-06-10 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
6948 end_sequence is true.
6949
8847cac2
JK
69502015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 Code cleanup.
6953 * solib-target.c (library_list_start_list): Use explicit NULL
6954 comparison.
6955
24c05f46
JK
69562015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6957
6958 * solib-target.c (library_list_start_list): Do not dereference
6959 variable version in its initialization. Make the VERSION check handle
6960 NULL.
6961 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
6962
51aad7cc
GB
69632015-06-10 Gary Benson <gbenson@redhat.com>
6964
6965 * NEWS: Announce support for direct access of executable and
6966 shared library files when attaching to inferiors in containers
6967 on GNU/Linux systems.
6968
15a201c8
GB
69692015-06-10 Gary Benson <gbenson@redhat.com>
6970
6971 * remote.c (struct remote_state) <fs_pid>: New field.
6972 (new_remote_state): Initialize the above.
6973 (PACKET_vFile_setfs): New enum value.
6974 (remote_hostio_set_filesystem): New function.
6975 (remote_hostio_open): Call the above.
6976 (remote_hostio_unlink): Likewise.
6977 (remote_hostio_readlink): Likewise.
6978 (_initialize_remote): Register new "set/show remote
6979 hostio-setfs-packet" command.
6980 * NEWS: Announce new vFile:setfs packet.
6981
7a6a1731
GB
69822015-06-10 Gary Benson <gbenson@redhat.com>
6983
6984 * linux-nat.c (nat/linux-namespaces.h): New include.
6985 (fileio.h): Likewise.
6986 (linux_nat_filesystem_is_local): New function.
6987 (linux_nat_fileio_pid_of): Likewise.
6988 (linux_nat_fileio_open): Likewise.
6989 (linux_nat_fileio_readlink): Likewise.
6990 (linux_nat_fileio_unlink): Likewise.
6991 (linux_nat_add_target): Initialize to_filesystem_is_local,
6992 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
6993 (_initialize_linux_nat): New "set/show debug linux-namespaces"
6994 commands.
6995 * NEWS: Mention new "set/show debug linux-namespaces" commands.
6996
07c138c8
GB
69972015-06-10 Gary Benson <gbenson@redhat.com>
6998
6999 * target.h (struct inferior): New forward declaration.
7000 (struct target_ops) <to_filesystem_is_local>: Update comment.
7001 (struct target_ops) <to_fileio_open>: New argument inf.
7002 Update comment. All implementations updated.
7003 (struct target_ops) <to_fileio_unlink>: Likewise.
7004 (struct target_ops) <to_fileio_readlink>: Likewise.
7005 (target_filesystem_is_local): Update comment.
7006 (target_fileio_open): New argument inf. Update comment.
7007 (target_fileio_unlink): Likewise.
7008 (target_fileio_readlink): Likewise.
7009 (target_fileio_read_alloc): Likewise.
7010 (target_fileio_read_stralloc): Likewise.
7011 * target.c (target_fileio_open): New argument inf.
7012 Pass inf to implementation. Update debug printing.
7013 (target_fileio_unlink): Likewise.
7014 (target_fileio_readlink): Likewise.
7015 (target_fileio_read_alloc_1): New argument inf. Pass inf
7016 to target_fileio_open.
7017 (target_fileio_read_alloc): New argument inf. Pass inf to
7018 target_fileio_read_alloc_1.
7019 (target_fileio_read_stralloc): Likewise.
7020 * gdb_bfd.c (inferior.h): New include.
7021 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7022 argument with new argument "inferior". Pass inferior to
7023 target_fileio_open.
7024 (gdb_bfd_open): Supply inferior argument to
7025 gdb_bfd_iovec_fileio_open.
7026 * linux-tdep.c (linux_info_proc): Supply inf argument to
7027 relevant target_fileio calls.
7028 (linux_find_memory_regions_full): Likewise.
7029 (linux_fill_prpsinfo): Likewise.
7030 * remote.c (remote_filesystem_is_local): Supply inf
7031 argument to remote_hostio_open.
7032 (remote_file_put): Likewise.
7033 (remote_file_get): Likewise.
7034 (remote_file_delete): Supply inf argument to
7035 remote_hostio_unlink.
7036
12e2a5fd
GB
70372015-06-10 Gary Benson <gbenson@redhat.com>
7038
7039 * inf-child.c (inf_child_fileio_open): Replace comment.
7040 (inf_child_fileio_pwrite): Likewise.
7041 (inf_child_fileio_pread): Likewise.
7042 (inf_child_fileio_fstat): Insert blank line before comment.
7043 (inf_child_fileio_close): Replace comment.
7044 (inf_child_fileio_unlink): Likewise.
7045 (inf_child_fileio_readlink): Likewise.
7046 * remote.c (remote_hostio_open): Likewise.
7047 (remote_hostio_pread): Likewise.
7048 (remote_hostio_pwrite): Likewise.
7049 (remote_hostio_close): Likewise.
7050 (remote_hostio_unlink): Likewise.
7051 (remote_hostio_readlink): Likewise.
7052 (remote_hostio_fstat): Likewise.
7053 (remote_filesystem_is_local): Likewise.
7054 * target.c (target_fileio_open): Likewise.
7055 (target_fileio_pwrite): Likewise.
7056 (target_fileio_pread): Likewise.
7057 (target_fileio_fstat): Insert blank line before comment.
7058 (target_fileio_close): Replace comment.
7059 (target_fileio_unlink): Likewise.
7060 (target_fileio_readlink): Likewise.
7061 (target_fileio_read_alloc): Likewise.
7062 (target_fileio_read_stralloc): Likewise.
7063
9bc3a976
GB
70642015-06-10 Gary Benson <gbenson@redhat.com>
7065
7066 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7067 (check_pid_namespace_match): Use linux_ns_same rather than
7068 linux_proc_pid_get_ns to spot PID namespace mismatches.
7069 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7070 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7071
4b8b5e72
GB
70722015-06-10 Gary Benson <gbenson@redhat.com>
7073
7074 * configure.ac (AC_CHECK_FUNCS): Add setns.
7075 * config.in: Regenerate.
7076 * configure: Likewise.
7077 * nat/linux-namespaces.h: New file.
7078 * nat/linux-namespaces.c: Likewise.
7079 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7080 (linux-namespaces.o): New rule.
7081 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7082 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7083 * config/arm/linux.mh (NATDEPFILES): Likewise.
7084 * config/i386/linux.mh (NATDEPFILES): Likewise.
7085 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7086 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7087 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7088 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7089 * config/mips/linux.mh (NATDEPFILES): Likewise.
7090 * config/pa/linux.mh (NATDEPFILES): Likewise.
7091 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7092 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7093 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7094 * config/s390/linux.mh (NATDEPFILES): Likewise.
7095 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7096 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7097 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7098 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7099
ca095836
GB
71002015-06-10 Gary Benson <gbenson@redhat.com>
7101
7102 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7103 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7104 (make_cleanup_close): Likewise.
7105 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7106 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7107 (make_cleanup_close): Likewise.
7108
5d9c55d3
JT
71092015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7110
7111 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7112 from SuspendThread().
7113
040ea00b
JT
71142015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7115
7116 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7117 from OutputDebugString.
7118
7d73c23c
WT
71192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7120 Mircea Gherzan <mircea.gherzan@intel.com>
7121
7122 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7123 MPX_BT_MASK_32): New macros.
7124 (i386_mpx_set_bounds): New function that implements
7125 the command "set-mpx-bound".
7126 (i386_mpx_enabled): Helper function to test MPX availability.
7127 (i386_mpx_bd_base): Helper function to calculate the base directory
7128 address.
7129 (i386_mpx_get_bt_entry): Helper function to access a bound
7130 table entry.
7131 (i386_mpx_print_bounds): Effectively display bound information.
7132 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7133 "show mpx".
7134 (_initialize_i386_tdep):
7135 Add "bound" to the commands "show mpx" and "set mpx" commands.
7136 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7137 and "show mpx" commands.
7138 * NEWS: List new commands for MPX support.
7139
3ac2e371
GB
71402015-06-09 Gary Benson <gbenson@redhat.com>
7141
7142 * common/fileio.h (fileio_to_host_mode): New declaration.
7143 * common/fileio.c (fileio_to_host_mode): New Function.
7144 * inf-child.c (inf_child_fileio_open): Process mode argument
7145 with fileio_to_host_mode.
7146
ecef18c5
GB
71472015-06-09 Gary Benson <gbenson@redhat.com>
7148
7149 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7150 conditional.
7151
e3dd7556
GB
71522015-06-05 Gary Benson <gbenson@redhat.com>
7153
7154 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7155 * remote.c (remote_filesystem_is_local): ...here.
7156
5b74bf7d
YQ
71572015-06-04 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdbarch.c: Regenerate it.
7160
7f361056
JK
71612015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7162
7163 * arch-utils.c (default_infcall_munmap): New.
7164 * arch-utils.h (default_infcall_munmap): New declaration.
7165 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7166 (munmap_list_free, munmap_listp_free_cleanup): New.
7167 (struct setup_sections_data): Add field munmap_list_headp.
7168 (setup_sections): Call munmap_list_add.
7169 (compile_object_load): New variable munmap_list_head, initialize
7170 setup_sections_data.munmap_list_headp, return munmap_list_head.
7171 * compile/compile-object-load.h (struct munmap_list): New declaration.
7172 (struct compile_module): Add field munmap_list_head.
7173 (munmap_list_free): New declaration.
7174 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7175 munmap_list_head.
7176 (do_module_cleanup): Call munmap_list_free.
7177 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7178 * gdbarch.c: Regenerate.
7179 * gdbarch.h: Regenerate.
7180 * gdbarch.sh (infcall_munmap): New.
7181 * linux-tdep.c (linux_infcall_munmap): New.
7182 (linux_init_abi): Install it.
7183
3b462ec2
SM
71842015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7185
7186 PR gdb/15564
7187 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7188
8d683210
YQ
71892015-06-02 Yao Qi <yao.qi@linaro.org>
7190
7191 * i386-linux-nat.c: Include linux-nat.h.
7192
e0619de6
JK
71932015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7194 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 PR symtab/18392
7197 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7198 assertion.
7199 * dwarf2loc.c (chain_candidate): Likewise.
7200
bd16da51
YQ
72012015-06-01 Yao Qi <yao.qi@linaro.org>
7202
7203 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7204 (store_vfp_regs): Use PTRACE_SETREGSET.
7205
df9d7ec9
YQ
72062015-06-01 Yao Qi <yao.qi@linaro.org>
7207
7208 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7209 (fetch_fpregs): Likewise.
7210 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7211 (store_fpregs): Likewise.
7212
10766686
YQ
72132015-06-01 Yao Qi <yao.qi@linaro.org>
7214
7215 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7216 (fetch_regs): Likewise.
7217 (store_regs): Use PTRACE_SETREGSET.
7218 (store_register): Likewise.
7219
7efe48d1
YQ
72202015-06-01 Yao Qi <yao.qi@linaro.org>
7221
7222 * arm-linux-nat.c (arm_linux_read_description): Check whether
7223 kernel supports PTRACE_GETREGSET.
7224
433bbbf8
YQ
72252015-06-01 Yao Qi <yao.qi@linaro.org>
7226
7227 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7228 * linux-nat.c: ... here.
7229 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7230 to ...
7231 * linux-nat.h: ... here.
7232
ca9b78ce
YQ
72332015-06-01 Yao Qi <yao.qi@linaro.org>
7234
7235 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7236 * i386-linux-nat.c: Likewise.
7237 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7238 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7239 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7240 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7241 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7242
99cee7b7
EZ
72432015-05-30 Eli Zaretskii <eliz@gnu.org>
7244
7245 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7246 compatible to what read_child and write_child return. This
7247 unbreaks that DJGPP build of GDB which was broken since v7.7.
7248
2147f5bd
MG
72492015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7250
7251 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7252
c8f6c93c
RM
72532015-05-29 Roland McGrath <mcgrathr@google.com>
7254
7255 PR gdb/18464
7256 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7257 rather than internal_error for an unrecognized value.
7258
8c6a948d
MF
72592015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7260
7261 * xtensa-tdep.c (xtensa_pseudo_register_read)
7262 (xtensa_pseudo_register_write): Don't alias last pseudo register
7263 to a1.
7264
8dd06f7a
DB
72652015-05-28 Don Breazeal <donb@codesourcery.com>
7266
7267 * infrun.c (follow_fork_inferior): Ensure the use of
7268 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7269 messages.
7270
a051152b
DE
72712015-05-28 Doug Evans <dje@google.com>
7272
7273 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7274
a56cc1ce
YQ
72752015-05-28 Yao Qi <yao.qi@linaro.org>
7276
7277 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7278 (arm_linux_fetch_inferior_registers): Use
7279 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7280 (arm_linux_store_inferior_registers): Likewise.
7281 (arm_linux_read_description): Don't set
7282 arm_linux_has_wmmx_registers.
7283 * arm-tdep.c (arm_gdbarch_init): Set
7284 tdep->have_wmmx_registers according target descriptions.
7285 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7286 field.
7287
330c6ca9
YQ
72882015-05-28 Yao Qi <yao.qi@linaro.org>
7289
7290 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7291 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7292 instead of arm_linux_vfp_register_count.
7293 (store_vfp_regs): Likewise.
7294 (arm_linux_fetch_inferior_registers): Likewise.
7295 (arm_linux_store_inferior_registers): Likewise.
7296 (arm_linux_read_description): Don't set
7297 arm_linux_vfp_register_count.
7298 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7299 Adjust.
7300 * arm-tdep.c (arm_gdbarch_init): Add assert on
7301 vfp_register_count.
7302 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7303 field to vfp_register_count. All users updated.
7304
d403db27
KH
73052015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7306
7307 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7308 ELFOSABI_GNU binaries.
7309
d9b3de22
DE
73102015-05-27 Doug Evans <dje@google.com>
7311
7312 * dwarf2read.c (lnp_state_machine): New typedef.
7313 (lnp_reader_state): New typedef.
7314 (dwarf_record_line_1): Renamed from dwarf_record_line.
7315 All callers updated.
7316 (dwarf_record_line): New function.
7317 (init_lnp_state_machine): New function.
7318 (check_line_address): Replace p_record_line parameter with state.
7319 All callers updated.
7320 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7321 Update to record state in lnp_state_machine.
7322
924c2928
DE
73232015-05-27 Doug Evans <dje@google.com>
7324
7325 * dwarf2read.c (record_line_ftype): New typedef.
7326 (check_line_address): New function.
7327 (dwarf_decode_lines_1): Call it.
7328
27e0867f
DE
73292015-05-27 Doug Evans <dje@google.com>
7330
7331 * NEWS: Mention "set debug dwarf-line".
7332 * dwarf2read.c (dwarf_line_debug): New static global.
7333 (add_include_dir): Add debug dwarf-line support.
7334 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7335 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7336
4dcabcc2
DE
73372015-05-27 Doug Evans <dje@google.com>
7338
7339 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7340 All callers updated.
7341 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7342 * cp-support.h (cp_lookup_nested_symbol): Update.
7343
b2e2f908
DE
73442015-05-27 Doug Evans <dje@google.com>
7345
7346 PR symtab/18258
7347 * block.c (block_find_symbol): New function.
7348 (block_find_non_opaque_type): Ditto.
7349 (block_find_non_opaque_type_preferred): Ditto.
7350 * block.h (block_symbol_matcher_ftype): New typedef.
7351 (block_find_symbol): Declare.
7352 (block_find_non_opaque_type): Ditto.
7353 (block_find_non_opaque_type_preferred): Ditto.
7354 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7355 * psymtab.c (psym_lookup_symbol): Ditto.
7356 * symtab.c (basic_lookup_transparent_type_1): New function.
7357 (basic_lookup_transparent_type): Call it.
7358
f62fce35
YQ
73592015-05-27 Yao Qi <yao.qi@linaro.org>
7360
7361 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7362 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7363
5d98d3cd
YQ
73642015-05-27 Yao Qi <yao.qi@linaro.org>
7365
7366 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7367 before operator &&.
7368 (aarch64_record_load_store): Likewise.
7369
82c7be31
DE
73702015-05-26 Doug Evans <dje@google.com>
7371
7372 PR c++/18141, c++/18417.
7373 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7374 a typedef.
7375
b4f54984
DE
73762015-05-26 Doug Evans <dje@google.com>
7377
7378 * NEWS: Add entries for command renamings.
7379 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7380 All uses updated.
7381 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
7382 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7383 All uses updated.
7384 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7385 All callers updated. Fix spelling of DWARF in help text.
7386 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7387 All uses updated.
7388 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7389 All uses updated.
7390 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
7391 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
7392 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7393 All uses updated.
7394 (show_dwarf_always_disassemble): Renamed from
7395 show_dwarf2_always_disassemble. All callers updated.
7396 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7397 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
7398 "set/show dwarf max-cache-age". Rename
7399 "set/show dwarf2 always-disassemble" to
7400 "set/show dwarf always-disassemble". Rename
7401 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
7402 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7403
4ea6efe9
DE
74042015-05-26 Doug Evans <dje@google.com>
7405
7406 PR python/18438
7407 * python/py-lazy-string.c (stpy_convert_to_value): Use
7408 gdbpy_gdb_memory_error not PyExc_MemoryError.
7409 (gdbpy_create_lazy_string_object): Ditto.
7410
b93fd21d
AB
74112015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7412
7413 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7414
55b40027
AB
74152015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * tui/tui-regs.c (tui_reg_prev_command): New function.
7418 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7419 * reggroups.c (reggroup_prev): New function.
7420 * reggroups.h (reggroup_prev): Add declaration. Update comment.
7421
99afc88b
OJ
74222015-05-26 Omair Javaid <omair.javaid@linaro.org>
7423 Yao Qi <yao.qi@linaro.org>
7424
7425 * aarch64-linux-tdep.c: Include linux-record.h and
7426 record-full.h.
7427 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7428 (aarch64_syscall): New enum.
7429 (aarch64_canonicalize_syscall): New function.
7430 (aarch64_all_but_pc_registers_record): New function.
7431 (aarch64_linux_syscall_record): New function.
7432 (aarch64_linux_init_abi): Install AArch64 process record
7433 handler. Update to handle syscall recording.
7434 * aarch64-tdep.c: Include record.h and record-full.h.
7435 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7436 (struct aarch64_mem_r): Define.
7437 (aarch64_record_result): New enum.
7438 (struct insn_decode_record): Define.
7439 (insn_decode_record): New typedef.
7440 (aarch64_record_data_proc_reg): New function.
7441 (aarch64_record_data_proc_imm): New function.
7442 (aarch64_record_branch_except_sys): New function.
7443 (aarch64_record_load_store): New function.
7444 (aarch64_record_data_proc_simd_fp): New function.
7445 (aarch64_record_asimd_load_store): New function.
7446 (aarch64_record_decode_insn_handler): New function.
7447 (deallocate_reg_mem): New function.
7448 (aarch64_process_record): New function.
7449 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7450 New field.
7451 (aarch64_process_record): New extern declaration.
7452 * configure.tgt: Add linux-record.o to gdb_target_obs.
7453 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7454
c16a3f52
OJ
74552015-05-26 Omair Javaid <omair.javaid@linaro.org>
7456
7457 * NEWS: Add a note on process record-replay support on aarch64*-linux*
7458 targets.
7459
c9cf6e20
MG
74602015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
7461
7462 * amd64-tdep.c: Replace in_function_epilogue_p with
7463 stack_frame_destroyed_p throughout.
7464 * arch-utils.c: Ditto.
7465 * arch-utils.h: Ditto.
7466 * arm-tdep.c: Ditto.
7467 * breakpoint.c: Ditto.
7468 * gdbarch.sh: Ditto.
7469 * hppa-tdep.c: Ditto.
7470 * i386-tdep.c: Ditto.
7471 * mips-tdep.c: Ditto.
7472 * nios2-tdep.c: Ditto.
7473 * rs6000-tdep.c: Ditto.
7474 * s390-linux-tdep.c: Ditto.
7475 * score-tdep.c: Ditto.
7476 * sh-tdep.c: Ditto.
7477 * sparc-tdep.c: Ditto.
7478 * sparc-tdep.h: Ditto.
7479 * sparc64-tdep.c: Ditto.
7480 * spu-tdep.c: Ditto.
7481 * tic6x-tdep.c: Ditto.
7482 * tilegx-tdep.c: Ditto.
7483 * xstormy16-tdep.c: Ditto.
7484 * gdbarch.c, gdbarch.h: Re-generated.
7485
a4ea0946
AB
74862015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
7487
7488 * NEWS: Mention 'tui enable' and 'tui disable'.
7489 * tui/tui.c (tui_enable_command): New function.
7490 (tui_disable_command): New function.
7491 (_initialize_tui): New function.
7492
b75c69bb
AB
74932015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7494
7495 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
7496
c1b009ee
AB
74972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
7500 buf_ptr is freed.
7501
880d1e40
AB
75022015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7503
7504 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
7505 into ...
7506 (tui_set_layout_for_display_command): ...here, before calling
7507 tui_set_layout. Only set the layout if gdb has not already
7508 entered the TUI_FAILURE state.
7509
a0145030
AB
75102015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7511
7512 * tui/tui-layout.c (layout_completer): New function.
7513 (_initialize_tui_layout): Set completer on layout command.
7514
7bd0be3a
AB
75152015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7516
7517 * tui/tui-layout.c (tui_set_layout): Remove
7518 tui_register_display_type parameter. Remove all checking of this
7519 parameter, and reindent function. Update header comment.
7520 (tui_set_layout_for_display_command): Rename to...
7521 (tui_set_layout_by_name): ...this, and don't check for different
7522 register class types, don't pass a tui_register_display_type to
7523 tui_set_layout. Update header comment.
7524 (layout_names): Remove register set specific names.
7525 * tui/tui-layout.h (tui_set_layout): Remove
7526 tui_register_display_type parameter.
7527 * tui/tui.c (tui_rl_change_windows): Don't pass a
7528 tui_register_display_type to tui_set_layout.
7529 (tui_rl_delete_other_windows): Likewise.
7530 (tui_enable): Likewise.
7531 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
7532 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
7533 (TUI_GENERAL_REGS_NAME): Remove.
7534 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
7535 (TUI_SPECIAL_REGS_NAME): Remove.
7536 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
7537 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
7538 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
7539 (enum tui_register_display_type): Remove.
7540 (struct tui_layout_def): Remove regs_display_type and
7541 float_regs_display_type fields.
7542 (struct tui_data_info): Remove regs_display_type field.
7543 (tui_layout_command): Use new name for
7544 tui_set_layout_for_display_command.
7545 * tui/tui-data.c (layout_def): Don't initialise removed fields.
7546 (tui_clear_win_detail): Don't initialise removed fields of
7547 win_info.
7548 * tui/tui-regs.c (tui_show_registers): Use new name for
7549 tui_set_layout_for_display_command.
7550 * tui/tui.h (tui_set_layout_for_display_command): Rename
7551 declaration to...
7552 (tui_set_layout_by_name): ...this.
7553 * printcmd.c (display_command): Remove tui related layout call,
7554 and reindent.
7555
0b6e5e10
JB
75562015-05-20 Joel Brobecker <brobecker@adacore.com>
7557
7558 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
7559 (handle_inferior_event): New function.
7560
1da0522e
JB
75612015-05-20 Joel Brobecker <brobecker@adacore.com>
7562
7563 * ada-lang.c (to_fixed_array_type): Rename local variable
7564 typename into type_name.
7565
5fe75eec
JK
75662015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7567
7568 Fix ASAN crash for gdb.compile/compile.exp.
7569 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
7570
a4063588
JK
75712015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
7574 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
7575 * compile/compile-object-load.c (setup_sections, compile_object_load):
7576 Likewise.
7577 * compile/compile.c (compile_to_object): Likewise.
7578
37442ce1
DE
75792015-05-16 Doug Evans <xdje42@gmail.com>
7580
7581 * NEWS: Mention support for unbuffered Guile memory ports.
7582 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
7583 (ioscm_lseek_address): Improve overflow calculation.
7584 (gdbscm_memory_port_fill_input): Add assert.
7585 (gdbscm_memory_port_write): Handle unbuffered ports.
7586 Handle large writes identical to Guile's fport_write.
7587 (gdbscm_memory_port_seek): Fix seeking past end check.
7588 (gdbscm_memory_port_close): Handle closing unbuffered port.
7589 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
7590 (ioscm_init_memory_port): Handle unbuffered ports.
7591 (ioscm_reinit_memory_port): Ditto.
7592 (ioscm_init_memory_port): Update size calculation.
7593 (gdbscm_open_memory): Support zero sized ports.
7594
d976bace
JK
75952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7596
7597 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
7598 variable compiler warnings.
7599
4d18dfad
JK
76002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7601
7602 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
7603
36de76f9
JK
76042015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7605 Phil Muldoon <pmuldoon@redhat.com>
7606
7607 * NEWS (Changes since GDB 7.9): Add compile print.
7608 * compile/compile-c-support.c (add_code_header, add_code_footer)
7609 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
7610 COMPILE_I_PRINT_VALUE_SCOPE.
7611 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
7612 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
7613 New.
7614 * compile/compile-object-load.c: Include block.h.
7615 (get_out_value_type): New function.
7616 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7617 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
7618 OUT_VALUE_TYPE.
7619 * compile/compile-object-load.h (struct compile_module): Add fields
7620 out_value_addr and out_value_type.
7621 * compile/compile-object-run.c: Include valprint.h and compile.h.
7622 (struct do_module_cleanup): Add fields out_value_addr and
7623 out_value_type.
7624 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
7625 COMPILE_I_PRINT_VALUE_SCOPE.
7626 (compile_object_run): Propagate out_value_addr and out_value_type.
7627 Pass OUT_VALUE_ADDR.
7628 * compile/compile.c: Include valprint.h.
7629 (compile_print_value, compile_print_command): New functions.
7630 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
7631 (_initialize_compile): Update compile code help text. Install
7632 compile_print_command.
7633 * compile/compile.h (compile_print_value): New prototype.
7634 * defs.h (enum compile_i_scope_types): Add
7635 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
7636
83d3415e
JK
76372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7638
7639 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
7640 Rely on its parameter count.
7641 (compile_object_load): Replace lookup_minimal_symbol_text by
7642 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
7643 return value.
7644 * compile/compile-object-load.h (struct compile_module): Replace
7645 func_addr by func_sym.
7646 * compile/compile-object-run.c: Include block.h.
7647 (compile_object_run): Reset module variable after it is freed. Use
7648 FUNC_SYM instead of FUNC_ADDR. Rely on it.
7649
3a9558c4
JK
76502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
7653 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
7654 (c_compute_program): Call generate_register_struct after typedefs.
7655 * compile/compile-loc2c.c (push, pushf_register_address)
7656 (pushf_register): Cast to GCC_UINTPTR.
7657 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
7658 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
7659 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
7660 * compile/compile.c (_initialize_compile): Enable warnings for
7661 COMPILE_ARGS.
7662
5c65b58a
JK
76632015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 * cli/cli-script.c (execute_control_command): Update
7666 eval_compile_command caller.
7667 * compile/compile-object-load.c (compile_object_load): Add parameters
7668 scope and scope_data. Set them.
7669 * compile/compile-object-load.h (struct compile_module): Add fields
7670 scope and scope_data.
7671 (compile_object_load): Add parameters scope and scope_data.
7672 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
7673 scope and scope_data.
7674 (compile_object_run): Propagate the fields scope and scope_data.
7675 * compile/compile.c (compile_file_command, compile_code_command):
7676 Update eval_compile_command callers.
7677 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
7678 * compile/compile.h (eval_compile_command): Add parameter scope_data.
7679 * defs.h (struct command_line): Add field scope_data.
7680
1c88ceb1
JK
76812015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 * printcmd.c (struct format_data): Move it to valprint.h.
7684 (print_command_parse_format, print_value): New functions from ...
7685 (print_command_1): ... here. Call them.
7686 * valprint.h (struct format_data): Move it here from printcmd.c.
7687 (print_command_parse_format, print_value): New declarations.
7688
0b738f27
JK
76892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 * compile/compile-object-load.c (compile_object_load): Add
7692 COMPILE_DEBUG message.
7693
aa715135
JG
76942015-05-15 Jerome Guitton <guitton@adacore.com>
7695
7696 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
7697 index to get element instead of enum value.
7698 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
7699 of index to compute length, but enum values to compute bounds.
7700 (ada_array_length): Use enum position of index instead of enum value.
7701 (pos_atr): Move position computation to...
7702 (ada_evaluate_subexp): Use enum values to compute bounds.
7703 * gdbtypes.c (discrete_position): ...this new function.
7704 * gdbtypes.h (discrete_position): New function declaration.
7705 * valprint.c (val_print_array_elements): Call discrete_position
7706 to handle array indexed by non-contiguous enumeration types.
7707
931e5bc3
JG
77082015-05-15 Jerome Guitton <guitton@adacore.com>
7709
7710 * ada-lang.c (find_parallel_type_by_descriptive_type):
7711 Go through typedefs during lookup.
7712 (to_fixed_array_type): Add support for non-bit packed arrays
7713 as variable-length fields.
7714
4e63d0ac
PA
77152015-05-15 Pedro Alves <palves@redhat.com>
7716 Simon Marchi <simon.marchi@ericsson.com>
7717
7718 * event-loop.c (gdb_notifier) <next_file_handler,
7719 next_poll_fds_index>: New fields.
7720 (get_next_file_handler_to_handle_and_advance): New function.
7721 (delete_file_handler): If deleting the next file handler to
7722 handle, advance to the next file handler.
7723 (gdb_wait_for_event): Bail early if no event fired. Poll file
7724 handlers in round-robin fashion.
7725
52e48b36
PA
77262015-05-15 Pedro Alves <palves@redhat.com>
7727
7728 * linux-tdep.c (linux_find_memory_regions_full): Rename local
7729 'private' to 'priv'.
7730
2465e12e
PA
77312015-05-15 Pedro Alves <palves@redhat.com>
7732
7733 * nat/linux-nat.h: Include "target/waitstatus.h".
7734
13fa0398
YZ
77352015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
7736
7737 * python/py-unwind.c (struct reg_info): Move out of ...
7738 (struct cached_frame_info): ... this scope.
7739 (pending_frame_object_type, unwind_info_object_type): Make extern.
7740
9cd4d857
JB
77412015-05-15 Joel Brobecker <brobecker@adacore.com>
7742
7743 * ada-lang.c (ada_value_primitive_packed_val): Make sure
7744 accumSize is never negative.
7745
e3555239
PP
77462015-05-14 Patrick Palka <patrick@parcs.ath.cx>
7747
7748 * tui/tui-command.c: Remove include of <ctype.h>.
7749 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
7750
08a76f8a
MG
77512015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
7752
7753 * dwarf2read.c (die_needs_namespace): Return 1 for
7754 DW_TAG_inlined_subroutine.
7755
bd49952b
JK
77562015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7757
7758 * regcache.c (regcache_cpy_no_passthrough): New declaration.
7759 (regcache_cpy_no_passthrough): Make it static, add function comment.
7760 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
7761 (regcache_cpy_no_passthrough): Remove declaration.
7762
46c03469
JK
77632015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * gdbthread.h (struct thread_control_state): Update comment for
7766 proceed_to_finish.
7767 * infcall.c (run_inferior_call): Update comment about
7768 proceed_to_finish.
7769 * infcmd.c (get_return_value): Update comment about stop_registers.
7770 (finish_forward): Update comment about proceed_to_finish.
7771 * infrun.c (stop_registers): Remove.
7772 (clear_proceed_status, normal_stop): Remove stop_registers handling.
7773 * infrun.h (stop_registers): Remove.
7774
8a6c4031
JK
77752015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7776
7777 * infcall.c (struct dummy_frame_context_saver)
7778 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
7779 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7780 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7781 New.
7782 (call_function_by_hand_dummy): Move discard_cleanups of
7783 inf_status_cleanup before dummy_frame_push. Call
7784 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
7785 Use dummy_frame_context_saver_get_regs instead of stop_registers.
7786 * infcall.h (struct dummy_frame_context_saver)
7787 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
7788 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
7789 New declarations.
7790 * infcmd.c: Include infcall.h.
7791 (get_return_value): Add parameter ctx_saver, use it instead of
7792 stop_registers.
7793 (print_return_value): Add parameter ctx_saver, pass it.
7794 (struct finish_command_continuation_args): Add field ctx_saver.
7795 (finish_command_continuation): Update print_return_value caller.
7796 (finish_command_continuation_free_arg): Free also ctx_saver.
7797 (finish_forward): Call dummy_frame_context_saver_setup.
7798 * inferior.h (struct dummy_frame_context_saver): New declaration.
7799 (get_return_value): Add parameter ctx_saver.
7800 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
7801 get_return_value caller.
7802
10989690
JK
78032015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7804
7805 * dummy-frame.c (struct dummy_frame_dtor_list): New.
7806 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
7807 (remove_dummy_frame): Process dtor_list.
7808 (pop_dummy_frame): Process dtor_list.
7809 (register_dummy_frame_dtor): Maintain dtor_list.
7810 (find_dummy_frame_dtor): Handle dtor_list.
7811 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
7812 Update comments.
7813
5e970501
JK
78142015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7815
7816 * compile/compile-object-run.c (do_module_cleanup): Add parameter
7817 registers_valid.
7818 (compile_object_run): Update do_module_cleanup caller.
7819 * dummy-frame.c: Include infcall.h.
7820 (struct dummy_frame): Update dtor comment.
7821 (remove_dummy_frame): Call dtor.
7822 (pop_dummy_frame): Update dtor caller.
7823 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
7824 registers_valid.
7825
1c4eb778
JB
78262015-05-13 Joel Brobecker <brobecker@adacore.com>
7827
7828 GDB 7.9.1 released.
7829
f5f85ab9
JB
78302015-05-13 Joel Brobecker <brobecker@adacore.com>
7831
7832 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
7833 Xmethods now being able to specify a result type to that new
7834 sectioin.
7835
242cd84c
PP
78362015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7837
7838 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
7839 first before resizing the window.
e3555239 7840 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
7841
78422015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
7843
7844 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
7845 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
7846 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
7847 dummy_dtor parameter.
7848 * infcall.h: Include dummy-frame.h.
7849 (call_function_by_hand_dummy_dtor_ftype): Remove.
7850 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
7851 parameter.
7852
ebfd00d2
PP
78532015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7854
7855 PR gdb/17820
7856 * top.c (history_size_setshow_var): Change type to signed.
7857 Initialize to -2. Update documentation.
7858 (set_readline_history_size): Define.
7859 (set_history_size_command): Use it. Remove logic for handling
7860 out-of-range sizes.
7861 (init_history): Use set_readline_history_size(). Test for a
7862 value of -2 instead of 0 when determining whether to set a
7863 default history size.
7864 (init_main): Decode the argument of the "size" command as a
7865 zuinteger_unlimited.
7866
83769d0b
DE
78672015-05-12 Doug Evans <dje@google.com>
7868
7869 * dwarf2read.c (struct file_entry): Tweak comments.
7870 (get_debug_line_section): Tweak comments.
7871
0d71eef5
DB
78722015-05-12 Don Breazeal <donb@codesourcery.com>
7873
7874 * NEWS: Announce fork support in the RSP and support
7875 for fork debugging in extended mode.
7876
cbb8991c
DB
78772015-05-12 Don Breazeal <donb@codesourcery.com>
7878
7879 * remote.c (remote_insert_fork_catchpoint): New function.
7880 (remote_remove_fork_catchpoint): New function.
7881 (remote_insert_vfork_catchpoint): New function.
7882 (remote_remove_vfork_catchpoint): New function.
7883 (pending_fork_parent_callback): New function.
7884 (remove_new_fork_child): New function.
7885 (remote_update_thread_list): Call remote_notif_get_pending_events
7886 and remove_new_fork_child.
7887 (extended_remote_kill): Kill fork child when killing the
7888 parent before follow_fork completes.
7889 (init_extended_remote_ops): Initialize target vector with
7890 new fork catchpoint functions.
7891
c269dbdb
DB
78922015-05-12 Don Breazeal <donb@codesourcery.com>
7893
7894 * remote.c (remove_vfork_event_p): New function.
7895 (remote_follow_fork): Add vfork event type to event checking.
7896 (remote_parse_stop_reply): New stop reasons "vfork" and
7897 "vforkdone" for RSP 'T' Stop Reply Packet.
7898
de0d863e
DB
78992015-05-12 Don Breazeal <donb@codesourcery.com>
7900
7901 * linux-nat.c (linux_nat_ptrace_options): New function.
7902 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
7903 Call linux_nat_ptrace_options and use different argument to
7904 linux_enable_event_reporting.
7905 (_initialize_linux_nat): Delete call to
7906 linux_ptrace_set_additional_flags.
c8f6c93c 7907 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
7908 supported_ptrace_options.
7909 (additional_flags): Delete variable.
7910 (linux_check_ptrace_features): Use supported_ptrace_options.
7911 (linux_test_for_tracesysgood, linux_test_for_tracefork):
7912 Likewise, and remove additional_flags check.
7913 (linux_enable_event_reporting): Change 'attached' argument to
7914 'options'. Use supported_ptrace_options.
c8f6c93c 7915 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
7916 supported_ptrace_options.
7917 (linux_ptrace_set_additional_flags): Delete function.
7918 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
7919 Delete function prototype.
7920 * remote.c (remote_fork_event_p): New function.
7921 (remote_detach_pid): New function.
7922 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
7923 if doing detach-on-fork.
7924 (remote_follow_fork): New function.
7925 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
7926 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
7927 (init_extended_remote_ops): Initialize to_follow_fork.
7928
89245bc0
DB
79292015-05-12 Don Breazeal <donb@codesourcery.com>
7930
7931 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
7932 from static to extern.
7933 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
7934 * remote.c (anonymous enum): <PACKET_fork_event_feature,
7935 * PACKET_vfork_event_feature>: New enumeration constants.
7936 (remote_protocol_features): Add table entries for new packets.
7937 (remote_query_supported): Add new feature queries to qSupported
7938 packet.
7939
835205d0
GB
79402015-05-12 Gary Benson <gbenson@redhat.com>
7941
7942 * remote.c (remote_add_inferior): Call exec_file_locate_attach
7943 for fake PIDs as well as real ones.
7944 (remote_pid_to_exec_file): Send empty annex if PID is fake.
7945
4c082a81
SC
79462015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7947
7948 * NEWS (Python Scripting): Mention the new gdb.Value methods.
7949 * python/py-value.c (valpy_reference_value): New function.
7950 (valpy_const_value): Likewise.
7951 (value_object_methods): Add new methods.
7952 * value.c (make_cv_value): New function.
7953 * value.h (make_cv_value): Declare.
7954
afa6c9ab
SL
79552015-05-08 Yao Qi <yao@codesourcery.com>
7956 Sandra Loosemore <sandra@codesourcery.com>
7957
7958 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
7959 to 'lh->include_dirs' before accessing to it.
7960 (psymtab_include_file_name): Likewise.
7961 (dwarf_decode_lines_1): Likewise.
7962 (dwarf_decode_lines): Likewise.
7963 (file_file_name): Likewise.
7964
35d54293
SL
79652015-05-08 Sandra Loosemore <sandra@codesourcery.com>
7966
7967 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
7968 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
7969 (nios2_linux_rt_sigreturn_init): Adjust base address of
7970 register save area.
7971
b73c49b7
SL
79722015-05-08 Sandra Loosemore <sandra@codesourcery.com>
7973
7974 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
7975 "trap 31" as the breakpoint instruction on all targets.
7976
dd9f02a0
JK
79772015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7978
7979 * infcmd.c (print_return_value): Remove unused declaration.
7980
6ad395a7
JB
79812015-05-08 Joel Brobecker <brobecker@adacore.com>
7982
7983 * dwarf2read.c (attr_to_dynamic_prop)
7984 <DW_AT_data_member_location>: Use read_type_die isntead of
7985 get_die_type.
7986
8344af1e
JB
79872015-05-08 Joel Brobecker <brobecker@adacore.com>
7988
7989 * ada-lang.c (ada_convert_actual): Add handling of formals
7990 passed inside an aligner type.
7991
80b0912b
JB
79922015-05-08 Joel Brobecker <brobecker@adacore.com>
7993
7994 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
7995
df2eb078
SC
79962015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7997
7998 PR python/18291
7999 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8000 Print xmethod matcher status.
8001
2492f0d0
AA
80022015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8003
8004 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8005 register in the regcache when treating the PSWM register, and vice
8006 versa.
8007
1c56a84d
GB
80082015-05-07 Gary Benson <gbenson@redhat.com>
8009
8010 * linux-thread-db.c (struct thread_db_info)
8011 <td_ta_map_id2thr_p>: Remove field.
8012 (try_thread_db_load_1): Remove initialization for the above.
8013
74850322
GB
80142015-05-07 Gary Benson <gbenson@redhat.com>
8015
8016 * linux-thread-db.c (struct thread_db_info)
8017 <td_thr_validate_p>: Remove field.
8018 (try_thread_db_load_1): Remove initialization for the above.
8019
e26efa40
JK
80202015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8021
8022 * compile/compile-object-load.c (compile_object_load): Support
8023 mst_text_gnu_ifunc.
8024
851c9091
JK
80252015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8028 const. Use new variables for the const compatibility.
8029 (eval_compile_command): Make the cmd_string parameter const.
8030 * compile/compile.h (eval_compile_command): Make the cmd_string
8031 parameter const.
8032
f218b647
JB
80332015-05-06 Joel Brobecker <brobecker@adacore.com>
8034
8035 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8036 comment.
8037 * top.c (deprecated_init_ui_hook): Delete.
8038 (gdb_init): Remove handling of deprecated_init_ui_hook.
8039 * interps.c (clear_interpreter_hooks): Remove handling of
8040 deprecated_init_ui_hook.
8041 * main.c (captured_main): Update comment.
8042
b30a0bc3
JB
80432015-05-06 Joel Brobecker <brobecker@adacore.com>
8044
8045 * solib.c (_initialize_solib): Add "info dll" alias creation.
8046 * windows-nat.c (set_windows_aliases): Delete.
8047 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8048 assignment.
8049 * NEWS: Add news entry about "info dll" now being available
8050 on all platforms.
8051
7c512744
JB
80522015-05-05 Joel Brobecker <brobecker@adacore.com>
8053
8054 * ada-lang.c (value_assign_to_component): Reformat and improve
8055 documentation. Remove all trailing spaces.
8056
0fa7fe50
JB
80572015-05-05 Joel Brobecker <brobecker@adacore.com>
8058
8059 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8060 Stop counting inlined frames as soon as an out-of-line function
8061 is found.
8062
3ea89b92
PMR
80632014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8064
8065 * dwarf2read.c (inherit_abstract_dies): Skip
8066 DW_TAG_GNU_call_site dies while inheriting children of an
8067 abstract DIE into a scope.
8068 (read_lexical_block_scope): Inherit abstract DIE's for
8069 lexical scopes.
8070
2478d075
JB
80712015-05-05 Joel Brobecker <brobecker@adacore.com>
8072
8073 * ada-valprint.c (val_print_packed_array_elements): Delete
8074 variable "len". Add a type-length check when comparing two
8075 consecutive elements of the array. Use the element's actual
8076 length in call to value_contents_eq.
8077 * ada-lang.c (ada_value_primitive_packed_val): Always return
8078 a value whose type has been resolved.
8079
fc958966
JB
80802015-05-05 Joel Brobecker <brobecker@adacore.com>
8081
8082 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8083 BIT_SIZE and LEN if the size of the resolved type is smaller
8084 than BIT_SIZE * HOST_CHAR_BIT.
8085
ca34b84f
JB
80862015-05-05 Joel Brobecker <brobecker@adacore.com>
8087
8088 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8089 correct address in call to value_at. Adjust call to
8090 value_address accordingly.
8091
62c67f3c
JB
80922015-05-05 Joel Brobecker <brobecker@adacore.com>
8093
8094 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8095 to print it.
8096
c3345124
JB
80972015-05-05 Joel Brobecker <brobecker@adacore.com>
8098
8099 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8100 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8101 pinfo->valaddr.
8102 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8103 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8104 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8105 Add handling of addr_stack->valaddr.
8106 (resolve_dynamic_type): Add "valaddr" parameter.
8107 Set pinfo.valaddr field.
8108 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8109 resolve_dynamic_type.
8110 (ada_discrete_type_low_bound): Likewise.
8111 * findvar.c (default_read_var_value): Likewise.
8112 * value.c (value_from_contents_and_address): Likewise.
8113
75ea5859
JB
81142015-05-05 Joel Brobecker <brobecker@adacore.com>
8115
8116 * gdbtypes.c (resolve_dynamic_array): Use
8117 create_array_type_with_stride instead of create_array_type.
8118
0952813b
DD
81192015-04-30 DJ Delorie <dj@redhat.com>
8120
8121 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8122 rl78_decode_opcode
8123
2ce1cdbf
DE
81242015-04-29 Doug Evans <dje@google.com>
8125
8126 PR python/18285
8127 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8128 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8129 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8130 * extension-priv.h (struct extension_language_ops)
8131 <get_xmethod_result_type>: New member.
8132 * extension.c (get_xmethod_result_type): New function.
8133 * extension.h (get_xmethod_result_type): Declare.
8134 * python/py-xmethods.c (get_result_type_method_name): New static
8135 global.
8136 (py_get_result_type_method_name): Ditto.
8137 (gdbpy_get_xmethod_result_type): New function.
8138 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8139 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8140 * python/python.c (python_extension_ops): Add
8141 gdbpy_get_xmethod_result_type.
8142 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8143 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8144 xmethods.
8145 (value_x_unop): Ditto.
8146 * value.c (result_type_of_xmethod): New function.
8147 * value.h (result_type_of_xmethod): Declare.
8148
998d2a3e
GB
81492015-04-29 Gary Benson <gbenson@redhat.com>
8150
8151 * solib.c (solib_find_1): Allow fd argument to be NULL.
8152 (exec_file_find): Update comment.
8153 (solib_find): Likewise.
8154 * exec.c (exec_file_locate_attach): Use NULL as fd
8155 argument to exec_file_find to avoid having to close
8156 the opened file.
8157 * infrun.c (follow_exec): Likewise.
8158
34f5f757
DE
81592015-04-28 Doug Evans <dje@google.com>
8160
8161 PR python/18299
8162 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8163 name or __name__ attributes. Handle gdb module as first argument.
8164
69b4374a
DE
81652015-04-28 Doug Evans <dje@google.com>
8166
8167 PR python/18089
8168 * python/py-prettyprint.c (print_children): Verify result of children
8169 iterator. Provide better error message.
8170 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8171 * python/python.c (gdbpy_print_python_errors_p): New function.
8172
5e7cf078
DE
81732015-04-28 Doug Evans <dje@google.com>
8174
8175 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8176
59fb7612
SS
81772015-04-28 Sasha Smundak <asmundak@google.com>
8178
8179 * NEWS: Mention gdb.Type.optimized_out method.
8180 * python/py-type.c (typy_optimized_out): New function.
8181
cea6e4f1
JB
81822015-04-28 John Baldwin <jhb@FreeBSD.org>
8183
8184 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8185
24b73f8e
PP
81862015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8187
8188 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8189 (initialize_utils): Move call of init_page_info() to ...
8190 * top.c (gdb_init): ... here.
8191
a88d0bb3
PP
81922015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8193
8194 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8195 (tui_sigwinch_handler): Still update our idea of
8196 the terminal's width and height even when TUI is not active.
8197
d6e5e7f7
PP
81982015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8199
8200 * utils.h (set_screen_width_and_height): Declare.
8201 * utils.c (set_screen_width_and_height): Define.
8202 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8203
ff862be4
GB
82042015-04-28 Gary Benson <gbenson@redhat.com>
8205
8206 * infrun.c (solist.h): New include.
8207 (follow_exec): Use exec_file_find to prefix execd_pathname
8208 with gdb_sysroot.
8209
2eb639cb
PP
82102015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8211
8212 * tui/tui-source.c (tui_set_source_content): Avoid calling
8213 strcpy() when offset is 0.
8214
97206799
PP
82152015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8216
8217 PR gdb/18155
8218 * tui/tui-data.c (tui_free_window): Don't free the locator
8219 window when passed an SRC_WIN or a DISASSEM_WIN.
8220
63ed8182
PP
82212015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8222
8223 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8224 (tui_win_content): Move declaration.
8225 (struct tui_gen_win_info): Give 'content' field the
8226 type tui_win_content.
8227 * tui/tui-data.c (init_content_element): Remove redundant and
8228 erroneous casts.
8229 (tui_add_content_elements): Remove erroneous cast.
8230 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8231 casts.
8232 (tui_get_begin_asm_address): Likewise.
8233 * tui/tui-regs.c (tui_show_registers): Likewise.
8234 (tui_show_register_group): Likewise.
8235 (tui_display_registers_from): Likewise.
8236 (tui_check_register_values): Likewise.
8237 * tui/tui-source.c (tui_set_source_content): Likewise.
8238 (tui_set_source_content_nil): Likewise.
8239 (tui_source_is_displayed): Likewise.
8240 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8241 (tui_set_locator_fullname): Likewise.
8242 (tui_set_locator_info): Likewise.
8243 (tui_show_frame_info): Likewise.
8244 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8245 (tui_show_source_line): Likewise.
8246 (tui_horizontal_source_scroll): Likewise.
8247 (tui_update_breakpoint_info): Likewise.
8248 (tui_set_exec_info_content): Likewise.
8249 (tui_show_exec_info_content): Likewise.
8250 (tui_alloc_source_buffer): Likewise.
8251 (tui_line_is_displayed): Likewise.
8252 (tui_addr_is_displayed): Likewise.
8253
d2b41ca0
JB
82542015-04-27 John Baldwin <jhb@FreeBSD.org>
8255
8256 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8257 event if PL_FLAG_EXEC is set.
8258 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8259 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8260 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8261 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8262 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8263
e58e05d6
JB
82642015-04-27 John Baldwin <jhb@FreeBSD.org>
8265
8266 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8267 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8268 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8269 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8270 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8271 [PT_LWPINFO] (fbsd_wait): New function.
8272 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8273 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8274 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8275 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8276 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8277 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8278 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8279 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8280 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8281 "fbsd_wait".
8282 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8283 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8284 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8285 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8286 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8287 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8288 Set "to_post_attach" to "fbsd_post_attach".
8289
8f60fe01
JB
82902015-04-27 John Baldwin <jhb@FreeBSD.org>
8291
8292 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8293 (fbsd_find_memory_regions): Mark static.
8294 (fbsd_nat_add_target): New function.
8295 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8296 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8297 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8298 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8299 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8300 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8301
5fbae7d1
GB
83022015-04-27 Gary Benson <gbenson@redhat.com>
8303
8304 * objfiles.c (allocate_objfile): Do not attempt to expand name
8305 if name is a "target:" filename.
8306 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8307 to load auto-load scripts for objfiles with "target:" filenames.
8308
417c80f9
AA
83092015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8310
8311 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8312 (enum s390_vector_abi_kind): New enum.
8313 (struct gdbarch_tdep)<vector_abi>: New field.
8314 (s390_effective_inner_type): Add parameter min_size. Stop
8315 unwrapping if the inner type is smaller than min_size.
8316 (s390_function_arg_float): Adjust call to
8317 s390_effective_inner_type.
8318 (s390_function_arg_vector): New function.
8319 (s390_function_arg_integer): Adjust comment.
8320 (struct s390_arg_state)<vr>: New field.
8321 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8322 arguments according to vector ABI when appropriate.
8323 (s390_push_dummy_call): Initialize the argument state's field
8324 'vr'. Adjust calls to s390_handle_arg.
8325 (s390_register_return_value): Handle vector return values.
8326 (s390_return_value): Apply the "register" return value convention
8327 to a vector when appropriate.
8328 (s390_gdbarch_init): Initialize tdep->vector_abi.
8329 * NEWS: Announce S390 vector ABI support.
8330
4e65a17e
AA
83312015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8332
8333 * s390-linux-tdep.c (s390_return_value_convention): Remove
8334 function. Inline its logic...
8335 (s390_return_value): ...here. Instead, move the handling of the
8336 "register" return value convention...
8337 (s390_register_return_value): ...here. New function.
8338
80f75320
AA
83392015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8340
8341 * s390-linux-tdep.c
8342 (is_float_singleton): Remove function. Move the "singleton" part
8343 of the logic...
8344 (s390_effective_inner_type): ...here. New function.
8345 (is_float_like): Remove function. Inline its logic...
8346 (s390_function_arg_float): ...here.
8347 (is_pointer_like, is_integer_like, is_struct_like): Remove
8348 functions. Inline their logic...
8349 (s390_function_arg_integer): ...here.
8350 (s390_function_arg_pass_by_reference): Remove function.
8351 (extend_simple_arg): Remove function.
8352 (alignment_of): Remove function.
8353 (struct s390_arg_state): New structure.
8354 (s390_handle_arg): New function.
8355 (s390_push_dummy_call): Move parameter placement logic to the new
8356 function s390_handle_arg. Call it for calculating the stack area
8357 sizes first, and again for actually writing the parameters.
8358
6dbc9c04
AA
83592015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8360
8361 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8362 false if the argument is zero.
8363
9e195661
PMR
83642015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8365
8366 * ada-lang.c (template_to_static_fixed_type): Return input type
8367 when it is already fixed. Cache the input type itself when not
8368 creating a static fixed copy. Make it explicit that we never
8369 molestate the input type.
8370 * gdbtypes.c (resolve_dynamic_struct): Reset the
8371 TYPE_TARGET_TYPE field for resolved copies.
8372
460efde1
JB
83732015-04-27 Joel Brobecker <brobecker@adacore.com>
8374
8375 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8376 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8377 (template_to_static_fixed_type): Call ada_check_typedef only
8378 when necessary.
8379
6faec16b
AB
83802015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8381
8382 * cli/cli-dump.c (srec_dump_command): Add internationalization
8383 mark ups.
8384 (ihex_dump_command): Likewise.
8385 (tekhex_dump_command): Likewise.
8386 (binary_dump_command): Likewise.
8387 (binary_append_command): Likewise.
8388
cf75d6c3
AB
83892015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8390
8391 * cli/cli-dump.c (verilog_cmdlist): New variable.
8392 (dump_verilog_memory): New function.
8393 (dump_verilog_value): New function.
8394 (verilog_dump_command): New function.
8395 (_initialize_cli_dump): Add new commands to support verilog dump
8396 format.
8397 * NEWS: Add entry for "dump verilog".
8398
8cd00c59
PMR
83992015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
8400
8401 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8402 descriptive type when there is none.
8403
8900d71e
PP
84042015-04-23 Patrick Palka <patrick@parcs.ath.cx>
8405
8406 * tui/tui-win.c (tui_async_resize_screen): Call
8407 rl_resize_terminal().
8408
f16eab5f
JT
84092015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8410
8411 * windows-nat.c (handle_output_debug_string): Don't change
8412 current_event.dwThreadId.
8413 (get_windows_debug_event): Use thread_id, rather than relying on
8414 current_event.dwThreadId being changed.
8415
68ffc902
JT
84162015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
8417
8418 * windows-nat.c (windows_continue): Report an error if
8419 ContinueDebugEvent() fails.
8420
23942819
JT
84212015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8422
8423 * windows-nat.c (windows_resume): Fix misspelling in debug output.
8424
e6ad66bd
JT
84252015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8426
8427 * windows-nat.c (get_windows_debug_event): Replace retval with
8428 thread_id throughout. Update stale comment.
8429
776704b9
JT
84302015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
8431
8432 * windows-nat.c (get_windows_debug_event): Don't use ternary
8433 conditional operator.
8434
8aae4344
PM
84352015-04-21 Pierre Muller <muller@sourceware.org>
8436
8437 PR pascal/17815
8438 p-exp.y (yylex): Reorganize code to return the matched pattern
8439 for a field of this.
8440
819843c7
GB
84412015-04-21 Gary Benson <gbenson@redhat.com>
8442
8443 * common/fileio.h (fileio_to_host_openflags): New declaration.
8444 * common/fileio.c (fcntl.h): New include.
8445 (fileio_to_host_openflags): New function, factored out from...
8446 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8447 Single use updated.
8448
0bca7f99
KB
84492015-04-21 Kevin Buettner <kevinb@redhat.com>
8450
8451 * rl78-tdep.c (RL78_SP_ADDR): Define.
8452 (opc_reg_to_gdb_regnum): New static function.
8453 (rl78_analyze_prologue): Recognize instructions forming slightly
8454 more interesting prologues.
8455
e771e4be
PMR
84562015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8457
8458 Revert:
8459 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8460 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8461 TYPE_CODE_REF types so that they are not considered as dynamic
8462 depending on the referenced type.
8463 (resolve_dynamic_type_internal): Likewise.
8464
ee715b5a
PMR
84652015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
8466
8467 Revert:
8468 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8469 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8470 "top_level" parameter.
8471 (resolve_dynamic_type_internal): Remove the unused "top_level"
8472 parameter. Update call to is_dynamic_type_internal.
8473 (is_dynamic_type): Update call to is_dynamic_type_internal.
8474 (resolve_dynamic_range): Update call to
8475 resolve_dynamic_type_internal.
8476 (resolve_dynamic_union): Likewise.
8477 (resolve_dynamic_struct): Likewise.
8478 (resolve_dynamic_type): Likewise.
8479
e31d7699
GKB
84802015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
8481
8482 * breakpoint.c (update_dprintf_command_list): Remove duplicated
8483 xmalloc.
8484
d214e5e7
TS
84852015-04-20 Thomas Schwinge <thomas@codesourcery.com>
8486
110f9112
TS
8487 * reply_mig_hack.awk: Robustify parsing.
8488
d214e5e7
TS
8489 * reply_mig_hack.awk: Don't bother to declare an intermediate
8490 function pointer variable.
8491
8f61baf8
DE
84922015-04-17 Doug Evans <dje@google.com>
8493
8494 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
8495 to "exec_displacement" to avoid confusion with inner use of the name.
8496
dbbf180a
YQ
84972015-04-17 Pedro Alves <palves@redhat.com>
8498
8499 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
8500 if HW point of TYPE isn't supported.
8501
059790a0
YQ
85022015-04-17 Yao Qi <yao.qi@linaro.org>
8503 Pedro Alves <palves@redhat.com>
8504
8505 * target.h (target_can_use_hardware_watchpoint): Update comments.
8506 Remove trailing ";".
8507
1b6e6f5c
GB
85082015-04-17 Gary Benson <gbenson@redhat.com>
8509
8510 * remote.c (remote_add_inferior): New argument try_open_exec.
8511 If nonzero, attempt to open the inferior's executable file as
8512 the main executable if no main executable is open already.
8513 All callers updated.
8514 * NEWS: Mention that GDB now supports automatic location and
8515 retrieval of executable + files from remote targets.
8516
c78fa86a
GB
85172015-04-17 Gary Benson <gbenson@redhat.com>
8518
8519 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
8520 * remote.c (PACKET_qXfer_exec_file): Likewise.
8521 (remote_protocol_features): Register the
8522 "qXfer:exec-file:read" feature.
8523 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
8524 (remote_pid_to_exec_file): New function.
8525 (init_remote_ops): Initialize to_pid_to_exec_file.
8526 (_initialize_remote): Register new "set/show remote
8527 pid-to-exec-file-packet" command.
8528 * NEWS: Announce new qXfer:exec-file:read packet.
8529
e0d86d2c
GB
85302015-04-17 Gary Benson <gbenson@redhat.com>
8531
8532 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
8533 New declaration.
8534 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
8535 New function, factored out from...
8536 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
8537
a9a5a3d1
GB
85382015-04-17 Gary Benson <gbenson@redhat.com>
8539
8540 * exec.c (solist.h): New include.
8541 (exec_file_locate_attach): Prefix absolute executable
8542 paths with gdb_sysroot if set.
8543 * NEWS: Mention that executable paths may be prepended
8544 with sysroot.
8545
af1900b0
GB
85462015-04-17 Gary Benson <gbenson@redhat.com>
8547
8548 * solist.h (exec_file_find): New declaration.
8549 * solib.c (solib_find_1): New function, factored out from...
8550 (solib_find): ...here.
8551 (exec_file_find): New function.
8552
a10de604
GB
85532015-04-17 Gary Benson <gbenson@redhat.com>
8554
8555 * gdbcore.h (exec_file_locate_attach): New declaration.
8556 * exec.c (exec_file_locate_attach): New function, factored
8557 out from...
8558 * infcmd.c (attach_command_post_wait): ...here.
8559
92209ddf
MF
85602015-04-17 Mike Frysinger <vapier@gentoo.org>
8561
8562 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
8563
8550d3b3
YQ
85642015-04-16 Yao Qi <yao.qi@linaro.org>
8565
8566 * infrun.c (maybe_software_singlestep): Declare.
8567 (displaced_step_fixup): Call maybe_software_singlestep.
8568
30b3dd9d
DE
85692015-04-15 Doug Evans <dje@google.com>
8570
8571 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
8572
61d96d7e
DE
85732015-04-15 Doug Evans <dje@google.com>
8574
8575 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
8576
40d2f8d6
SM
85772015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8578
8579 * python/lib/gdb/command/unwinders.py: Add parentheses.
8580
6bbbba9b
YQ
85812015-04-15 Yao Qi <yao.qi@linaro.org>
8582
8583 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
8584
2bb2dcab
YQ
85852015-04-15 Yao Qi <yao.qi@linaro.org>
8586
8587 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
8588
41f071ef
YQ
85892015-04-15 Yao Qi <yao.qi@linaro.org>
8590
8591 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
8592 dsc->insn_size instead of 4.
8593
326a5c7e
GB
85942015-04-14 Gary Benson <gbenson@redhat.com>
8595
8596 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
8597 * minidebug.c (lzma_stat): Likewise.
8598 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
8599 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
8600
dd177e81
SS
86012015-04-13 Stan Shebs <stanshebs@google.com>
8602
8603 * MAINTAINERS: Update my email address.
8604
97de3545
JB
86052015-04-13 John Baldwin <jhb@FreeBSD.org>
8606
8607 * amd64-tdep.c (amd64_target_description): New function.
8608 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
8609 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
8610 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8611 x86 extended save area.
8612 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8613 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
8614 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
8615 (_initialize_amd64fbsd_nat): Set "to_read_description" to
8616 "amd64fbsd_read_description".
8617 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
8618 (amd64fbsd_supply_xstateregset): New function.
8619 (amd64fbsd_collect_xstateregset): New function.
8620 Add "amd64fbsd_xstateregset".
8621 (amd64fbsd_iterate_over_regset_sections): New function.
8622 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
8623 "I386_FBSD_XSAVE_XCR0_OFFSET".
8624 Add "iterate_over_regset_sections" gdbarch method.
8625 Add "core_read_description" gdbarch method.
8626 * i386-tdep.c (i386_target_description): New function.
8627 * i386-tdep.h: Export i386_target_description and tdesc_i386.
8628 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
8629 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
8630 x86 extended save area.
8631 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
8632 * i386bsd-nat.h: Export i386bsd_xsave_len.
8633 * i386fbsd-nat.c (i386fbsd_read_description): New function.
8634 (_initialize_i386fbsd_nat): Set "to_read_description" to
8635 "i386fbsd_read_description".
8636 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
8637 (i386fbsd_core_read_description): New function.
8638 (i386fbsd_supply_xstateregset): New function.
8639 (i386fbsd_collect_xstateregset): New function.
8640 Add "i386fbsd_xstateregset".
8641 (i386fbsd_iterate_over_regset_sections): New function.
8642 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
8643 "I386_FBSD_XSAVE_XCR0_OFFSET".
8644 Add "iterate_over_regset_sections" gdbarch method.
8645 Add "core_read_description" gdbarch method.
8646 * i386fbsd-tdep.h: New file.
8647
4f45d445
JK
86482015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8649
8650 * NEWS (Changes since GDB 7.9): Add removed -xdb.
8651 * breakpoint.c (command_line_is_silent): Remove xdb_commands
8652 conditional.
8653 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
8654 and lb.
8655 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
8656 va.
8657 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
8658 conditional.
8659 * defs.h (xdb_commands): Remove declaration.
8660 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
8661 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
8662 * infcmd.c (run_no_args_command, go_command): Remove.
8663 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
8664 * infrun.c (xdb_handle_command): Remove.
8665 (_initialize_infrun): Remove xdb_commands for lz and z.
8666 * main.c (xdb_commands): Remove variable.
8667 (captured_main): Remove "xdb" from long_options.
8668 (print_gdb_help): Remove --xdb from help.
8669 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
8670 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
8671 * stack.c (backtrace_full_command, args_plus_locals_info)
8672 (current_frame_command): Remove.
8673 (_initialize_stack): Remove xdb_commands for t, T and l.
8674 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
8675 * thread.c (_initialize_thread): Remove xdb_commands condition.
8676 * tui/tui-layout.c (tui_toggle_layout_command)
8677 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
8678 (_initialize_tui_layout): Remove xdb_commands for td and ts.
8679 * tui/tui-regs.c (tui_scroll_regs_forward_command)
8680 (tui_scroll_regs_backward_command): Remove.
8681 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
8682 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
8683 (_initialize_tui_win): Remove xdb_commands for U and w.
8684 * utils.c (pagination_on_command, pagination_off_command): Remove.
8685 (initialize_utils): Remove xdb_commands for am and sm.
8686
cb71640d
PA
86872015-04-10 Pedro Alves <palves@redhat.com>
8688
8689 * infrun.c (displaced_step_fixup): Switch to the event ptid
8690 earlier. If the thread stopped for a watchpoint and the
8691 target/arch has non-continuable watchpoints, cancel the displaced
8692 step.
8693 (resume): Don't start a displaced step if in-line step-over info
8694 is valid.
8695
8f572e5c
PA
86962015-04-10 Pedro Alves <palves@redhat.com>
8697
8698 * infrun.c (displaced_step_in_progress): New function.
8699 (do_target_resume): Advise target to report all signals if
8700 displaced stepping.
8701
8d707a12
PA
87022015-04-10 Pedro Alves <palves@redhat.com>
8703
8704 PR gdb/18216
8705 * infrun.c (process_event_stop_test): Don't assume a step-resume
8706 is set if tp->stepped_breakpoint is true.
8707
ef713951
YQ
87082015-04-10 Yao Qi <yao.qi@linaro.org>
8709
8710 * arm-tdep.c (install_alu_reg): Update comment.
8711 (thumb_copy_alu_reg): Remove local variable rn. Update
8712 debugging message. Use r2 instead of r1 in the modified
8713 instruction.
8714
906d60cf
PA
87152015-04-10 Pedro Alves <palves@redhat.com>
8716
8717 PR gdb/13858
8718 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
8719 linux_displaced_step_location as gdbarch_displaced_step_location
8720 hook.
8721 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8722 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8723 * linux-tdep.c (linux_displaced_step_location): New function,
8724 based on ppc_linux_displaced_step_location.
8725 * linux-tdep.h (linux_displaced_step_location): New declaration.
8726 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
8727 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
8728 Delete.
8729 (ppc_linux_init_abi): Install linux_displaced_step_location as
8730 gdbarch_displaced_step_location hook, even without Cell/B.E..
8731 (_initialize_ppc_linux_tdep): Don't install
8732 ppc_linux_inferior_created as inferior_created observer.
8733 * s390-linux-tdep.c (s390_gdbarch_init): Install
8734 linux_displaced_step_location as gdbarch_displaced_step_location
8735 hook.
8736
7823a941
GB
87372015-04-09 Gary Benson <gbenson@redhat.com>
8738
8739 * common/common-remote-fileio.h: Rename to...
8740 * common/fileio.h: ...this. Update all references.
8741 (remote_fileio_to_fio_error): Rename to...
8742 (host_to_fileio_error): ...this.
8743 (remote_fileio_to_be): Rename to...
8744 (host_to_bigendian): ...this. Update all callers.
8745 (remote_fileio_to_fio_uint): Rename to...
8746 (host_to_fileio_uint): ...this. Update all callers.
8747 (remote_fileio_to_fio_time): Rename to...
8748 (host_to_fileio_time): ...this. Update all callers.
8749 (remote_fileio_to_fio_stat): Rename to...
8750 (host_to_fileio_stat): ...this.
8751 Update all references.
8752 * common/common-remote-fileio.c: Rename to...
8753 * common/fileio.c: ...this. Update all references.
8754 (remote_fileio_to_fio_error): Rename to...
8755 (host_to_fileio_error): ...this. Update all callers.
8756 (remote_fileio_mode_to_target): Rename to...
8757 (fileio_mode_pack): ...this. Update all callers.
8758 (remote_fileio_to_fio_mode): Rename to...
8759 (host_to_fileio_mode): ...this. Update all callers.
8760 (remote_fileio_to_fio_ulong): Rename to...
8761 (host_to_fileio_ulong): ...this. Update all callers.
8762 (remote_fileio_to_fio_stat): Rename to...
8763 (host_to_fileio_stat): ...this. Update all callers.
8764
f2983cc3
AW
87652015-04-09 Andy Wingo <wingo@igalia.com>
8766
8767 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
8768 (frame_functions): Bind gdbscm_frame_read_register to
8769 frame-read-register.
8770 * guile/lib/gdb.scm (frame-read-register): Export.
8771
b88bb450
GB
87722015-04-09 Gary Benson <gbenson@redhat.com>
8773
8774 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
8775 New declaration.
8776 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
8777 New function, factored out the named functions below.
8778 * inf-child.c (gdb/fileio.h): Remove include.
8779 (common-remote-fileio.h): New include.
8780 (inf_child_errno_to_fileio_error): Remove function. Update
8781 all callers to use remote_fileio_to_fio_error.
8782 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
8783
2f2680f3
AW
87842015-04-09 Andy Wingo <wingo@igalia.com>
8785
8786 * MAINTAINERS (Write After Approval): Add Andy Wingo.
8787
5a2d4533
L
87882015-04-09 H.J. Lu <hongjiu.lu@intel.com>
8789
8790 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
8791 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
8792 * configure: Regenerated.
8793
421693b0
PA
87942015-04-09 Pedro Alves <palves@redhat.com>
8795
8796 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
8797 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
8798 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
8799 * gnulib/import/Makefile.am: Update.
8800 * gnulib/import/Makefile.in: Update.
8801 * gnulib/import/m4/gnulib-cache.m4: Update.
8802 * gnulib/import/m4/gnulib-comp.m4: Update.
8803 * gnulib/import/m4/strtok_r.m4: New file.
8804 * gnulib/import/strtok_r.c: New file.
8805
f543dc83
PA
88062015-04-09 Pedro Alves <palves@redhat.com>
8807
8808 * gnulib/update-gnulib.sh (aclocal version check): Filter out
8809 "called too early to check prototype".
8810
6d62641c
SDJ
88112015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
8812
8813 PR python/16699
8814 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
8815 use a caching mechanism. Adjust comments and code to reflect
8816 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
8817 (cmdpy_completer_handle_brkchars): Adjust call to
8818 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
8819 (cmdpy_completer): Likewise.
8820
85558555
YQ
88212015-04-08 Yao Qi <yao.qi@linaro.org>
8822
8823 * spu-tdep.c (spu_gdbarch_init): Don't call
8824 set_gdbarch_cannot_step_breakpoint.
8825
d249a14a
SDJ
88262015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
8827
8828 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
8829
8a06aea7
PA
88302015-04-07 Pedro Alves <palves@redhat.com>
8831
8832 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
8833 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
8834 (delete_exited_threads): New declaration.
8835 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
8836 * linux-nat.c (linux_nat_update_thread_list): New function.
8837 (linux_nat_add_target): Install it.
8838 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
8839 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
8840 (delete_exited_threads): New function.
8841
d9b67d9f
PA
88422015-04-07 Pedro Alves <pedro@codesourcery.com>
8843
8844 * infrun.c (resume) <displaced stepping debug output>: Get the
8845 leader thread's regcache, not resume_ptid's.
8846
2c26b84f
DE
88472015-04-06 Doug Evans <xdje42@gmail.com>
8848
8849 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
8850 VAR_DOMAIN.
8851 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
8852 Include symbol domain in debugging output.
8853
7a85168d
PA
88542015-04-06 Pedro Alves <palves@redhat.com>
8855 Bernd Edlinger <bernd.edlinger@hotmail.de>
8856
8857 * configure.ac: Remove the mingw32-specific stub-termcap.o
8858 fallback, and instead fallback to the stub termcap on all hosts.
8859 * configure: Regenerate.
8860 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
8861 symbols.
8862
25755e2b
PMR
88632015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8864
8865 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
8866 "top_level" parameter.
8867 (resolve_dynamic_type_internal): Remove the unused "top_level"
8868 parameter. Update call to is_dynamic_type_internal.
8869 (is_dynamic_type): Update call to is_dynamic_type_internal.
8870 (resolve_dynamic_range): Update call to
8871 resolve_dynamic_type_internal.
8872 (resolve_dynamic_union): Likewise.
8873 (resolve_dynamic_struct): Likewise.
8874 (resolve_dynamic_type): Likewise.
8875
961f4160
PMR
88762015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8877
8878 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8879 TYPE_CODE_REF types so that they are not considered as dynamic
8880 depending on the referenced type.
8881 (resolve_dynamic_type_internal): Likewise.
8882
39f3de7c
L
88832015-04-02 H.J. Lu <hongjiu.lu@intel.com>
8884
8885 * Makefile.in (top_srcdir): New.
8886 * configure: Regenerated.
8887
599bd15c
GB
88882015-04-02 Gary Benson <gbenson@redhat.com>
8889
8890 * NEWS: Announce the new default sysroot of "target:".
8891
fed040c6
GB
88922015-04-02 Gary Benson <gbenson@redhat.com>
8893
8894 * main.c (captured_main): Set gdb_sysroot to "target:"
8895 if not otherwise set.
8896
64c0b5de
GB
88972015-04-02 Gary Benson <gbenson@redhat.com>
8898
8899 * exec.c (exec_file_attach): Support "target:" filenames.
8900
b57fbfba
GB
89012015-04-02 Gary Benson <gbenson@redhat.com>
8902
8903 * solib.c (solib_find): Strip "target:" prefix from sysroot
8904 if accessing local files.
8905
97a41605
GB
89062015-04-02 Gary Benson <gbenson@redhat.com>
8907
8908 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
8909 checks and error messages.
8910
2938e6cf
GB
89112015-04-02 Gary Benson <gbenson@redhat.com>
8912
8913 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
8914 (remote_filename_p): Remove declaration.
8915 (remote_bfd_open): Likewise.
8916 * remote.c (remote_bfd_iovec_open): Remove function.
8917 (remote_bfd_iovec_close): Likewise.
8918 (remote_bfd_iovec_pread): Likewise.
8919 (remote_bfd_iovec_stat): Likewise.
8920 (remote_filename_p): Likewise.
8921 (remote_bfd_open): Likewise.
8922 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
8923 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
8924 (gdb_bfd_open_maybe_remote): Remove function.
8925 (symfile_bfd_open): Replace remote filename check with
8926 target filename check.
8927 (reread_symbols): Use gdb_bfd_open.
8928 * build-id.c (gdbcore.h): New include.
8929 (build_id_to_debug_bfd): Use gdb_bfd_open.
8930 * infcmd.c (attach_command_post_wait): Remove remote filename
8931 check.
8932 * solib.c (solib_find): Replace remote-specific handling with
8933 target-specific handling. Update comments where necessary.
8934 (solib_bfd_open): Replace remote-specific handling with
8935 target-specific handling.
8936 (gdb_sysroot_changed): New function.
8937 (_initialize_solib): Call the above when gdb_sysroot changes.
8938 * windows-tdep.c (gdbcore.h): New include.
8939 (windows_xfer_shared_library): Use gdb_bfd_open.
8940
f08e97fe
GB
89412015-04-02 Gary Benson <gbenson@redhat.com>
8942
8943 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
8944 (is_target_filename): New declaration.
8945 (gdb_bfd_has_target_filename): Likewise.
8946 (gdb_bfd_open): Update documentation comment.
8947 * gdb_bfd.c (target.h): New include.
8948 (gdb/fileio.h): Likewise.
8949 (is_target_filename): New function.
8950 (gdb_bfd_has_target_filename): Likewise.
8951 (fileio_errno_to_host): Likewise.
8952 (gdb_bfd_iovec_fileio_open): Likewise.
8953 (gdb_bfd_iovec_fileio_pread): Likewise.
8954 (gdb_bfd_iovec_fileio_close): Likewise.
8955 (gdb_bfd_iovec_fileio_fstat): Likewise.
8956 (gdb_bfd_open): Use target fileio to access paths prefixed
8957 with "target:" where necessary.
8958
4bd7dc42
GB
89592015-04-02 Gary Benson <gbenson@redhat.com>
8960
8961 * target.h (struct target_ops) <to_filesystem_is_local>:
8962 New field.
8963 (target_filesystem_is_local): New macro.
8964 * target-delegates.c: Regenerate.
8965 * remote.c (remote_filesystem_is_local): New function.
8966 (init_remote_ops): Initialize to_filesystem_is_local.
8967
9b15c1f0
GB
89682015-04-02 Gary Benson <gbenson@redhat.com>
8969
8970 * target.h (struct target_ops) <to_fileio_fstat>: New field.
8971 (target_fileio_fstat): New declaration.
8972 * target.c (target_fileio_fstat): New function.
8973 * inf-child.c (inf_child_fileio_fstat): Likewise.
8974 (inf_child_target): Initialize to_fileio_fstat.
8975 * remote.c (init_remote_ops): Likewise.
8976
d11916aa
SS
89772015-04-01 Sasha Smundak <asmundak@google.com>
8978
8979 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
8980 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
8981 (py-unwind.o): New recipe.
8982 * NEWS: mention Python frame unwinding.
8983 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
8984 gdb/unwinder.py and gdb/command/unwinder.py
8985 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
8986 list.
8987 (execute_unwinders): New function.
8988 * python/lib/gdb/command/unwinders.py: New file.
8989 * python/lib/gdb/unwinder.py: New file.
8990 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
8991 (objfpy_dealloc): Decrement frame_unwinders reference count.
8992 (objfpy_initialize): Create frame_unwinders list.
8993 (objfpy_get_frame_unwinders): New function.
8994 (objfpy_set_frame_unwinders): Ditto.
8995 (objfile_getset): Add frame_unwinders attribute to Objfile.
8996 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
8997 (pspy_dealloc): Decrement frame_unwinders reference count.
8998 (pspy_initialize): Create frame_unwinders list.
8999 (pspy_get_frame_unwinders): New function.
9000 (pspy_set_frame_unwinders): Ditto.
9001 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9002 * python/py-unwind.c: New file.
9003 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9004 (objpy_get_frame_unwinders): New prototype.
9005 (gdbpy_initialize_unwind): New prototype.
9006 * python/python.c (gdbpy_apply_type_printers): Call
9007 gdbpy_initialize_unwind.
9008
6b403daa
PA
90092015-04-01 Pedro Alves <palves@redhat.com>
9010
9011 * infrun.c (resume): Check currently_stepping after clearing
9012 stepped_breakpoint, not before.
9013
1176ecec
PA
90142015-04-01 Pedro Alves <palves@redhat.com>
9015
9016 * infrun.c (print_target_wait_results): Print all the ptid
9017 elements.
9018
de1fe8c8
PA
90192015-04-01 Pedro Alves <palves@redhat.com>
9020
9021 * infrun.c (keep_going): Also discard cleanups if inserting
9022 breakpoints fails.
9023
e6f5c25b
PA
90242015-04-01 Pedro Alves <palves@redhat.com>
9025
9026 * infrun.c (wait_for_inferior): Install the
9027 finish_thread_state_cleanup cleanup across the whole function, not
9028 just around handle_inferior_event.
9029
1ac806b8
PA
90302015-04-01 Pedro Alves <palves@redhat.com>
9031
9032 * infrun.c (resume) <step past permanent breakpoint>: Use
9033 do_target_resume.
9034
2ee52aa4
PA
90352015-04-01 Pedro Alves <palves@redhat.com>
9036
9037 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9038
5445da1b
PMR
90392015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9040
9041 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9042
4eec2deb
PA
90432015-04-01 Pedro Alves <palves@redhat.com>
9044
9045 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9046 list if it was marked exited.
9047
afa59b79
L
90482015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9049
9050 * configure: Regenerated.
9051
df8411da
SDJ
90522015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9053 Jan Kratochvil <jan.kratochvil@redhat.com>
9054 Oleg Nesterov <oleg@redhat.com>
9055
9056 PR corefiles/16092
9057 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9058 New enum identifying the various options of the coredump_filter
9059 file.
9060 (struct smaps_vmflags): New struct.
9061 (use_coredump_filter): New variable.
9062 (decode_vmflags): New function.
9063 (mapping_is_anonymous_p): Likewise.
9064 (dump_mapping_p): Likewise.
9065 (linux_find_memory_regions_full): New variables
9066 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9067 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9068 parsing of its information. Implement memory mapping filtering
9069 based on its contents.
9070 (show_use_coredump_filter): New function.
9071 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9072 * NEWS: Mention the possibility of using the
9073 '/proc/PID/coredump_filter' file when generating a corefile.
9074 Mention new command 'set use-coredump-filter'.
9075
416f679e
SDJ
90762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9077
9078 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9079 read_memory_unsigned_integer.
9080
711a72d3
L
90812015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9082
9083 * Makefile.in (ZLIB): New.
9084 (ZLIBINC): Likewise.
9085 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9086 (CLIBS): Add $(ZLIB).
9087 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9088 Add -lz to LIBS.
9089 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9090 * top.c (print_gdb_configuration): Remove --with-zlib and
9091 --without-zlib.
9092 * config.in: Regenerated.
9093 * configure: Likewise.
9094
d33279b3
AT
90952015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9096
9097 * NEWS: Mention info os cpus support.
9098 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9099 (struct osdata_type): Add cpus entry, reorder the entries in
9100 alphabetical order.
9101
71b30f27
MK
91022015-03-31 Matthias Klose <doko@ubuntu.com>
9103
9104 * compile/compile.c (compile_to_object): Allow triplets with or
9105 without vendor set.
9106
13ce9222
DE
91072015-03-30 Doug Evans <dje@google.com>
9108
9109 PR c++/18141
9110 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9111 klass in VAR_DOMAIN.
9112
20f796c9
GB
91132015-03-30 Gary Benson <gbenson@redhat.com>
9114
9115 * remote.c (remote_mourn_1): Remove function. Update all callers
9116 to use remote_mourn.
9117 (extended_remote_mourn_1): Remove function. Update all callers
9118 to use extended_remote_mourn.
9119 (extended_remote_attach_1): Remove function. Update all callers
9120 to use extended_remote_attach.
9121
49d45b20
JB
91222015-03-28 James Bowman <james.bowman@ftdichip.com>
9123
9124 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9125 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9126 (ALLDEPFILES): Add ft32-tdep.c.
9127 * configure.tgt: Add FT32 entry.
9128 * ft32-tdep.c: New file, FT32 target-dependent code.
9129 * ft32-tdep.h: New file, FT32 target-dependent code.
9130
1c4ff080
JK
91312015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 Revert:
9134 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9135 Code cleanup.
9136 * printcmd.c (print_command_1): Move expr variable scope.
9137
79498702
JB
91382015-03-27 Joel Brobecker <brobecker@adacore.com>
9139
9140 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9141
ce9c0ca1
AK
91422015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9143
9144 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9145 sections.
9146
429e1e81
JB
91472015-03-26 Joel Brobecker <brobecker@adacore.com>
9148
9149 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9150 exception raised while parsing the probe arguments.
9151 Force parsing to be done using the C language parser.
9152 * expression.h (parse_expression_with_language): Declare.
9153 * parse.c (parse_expression_with_language): New function.
9154
4593441b
JT
91552015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9156
9157 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9158
ff908ebf
AW
91592015-03-26 Andy Wingo <wingo@igalia.com>
9160
9161 PR symtab/18148
9162 * dwarf2read.c (struct partial_die_info): Add has_const_value
9163 member.
9164 (add_partial_symbol): Don't punt on symbols that have const_value
9165 attributes.
9166 (read_partial_die): Detect DW_AT_const_value.
9167
f30d5c78
JK
91682015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9169
9170 Code cleanup.
9171 * printcmd.c (print_command_1): Move expr variable scope.
9172
8d89f51a
JK
91732015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9174
9175 Code cleanup.
9176 * printcmd.c (validate_format): Make the parameter cmdname const.
9177
0b736949
DB
91782015-03-26 Don Breazeal <donb@codesourcery.com>
9179
9180 * remote.c (_initialize_remote): Update comment.
9181
20d35291
PA
91822015-03-26 Pedro Alves <palves@redhat.com>
9183 Jon TURNEY <jon.turney@dronecode.org.uk>
9184
9185 * coffread.c (coff_symfile_read): When constructing the name of an
9186 import stub symbol from import symbol for amd64, only skip the
9187 char after _imp_ if the target is underscored (like i386) and the
9188 char is indeed the target's leading char.
9189
6a3753b3
PA
91902015-03-25 Pedro Alves <palves@redhat.com>
9191
9192 * target.h <to_async>: Replace 'callback' and 'context' parameters
9193 with boolean 'enable' parameter.
9194 (target_async): Replace CALLBACK and CONTEXT parameters with
9195 boolean ENABLE parameter.
9196 * inf-loop.c (inferior_event_handler): Adjust.
9197 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9198 (linux_nat_resume): Adjust.
9199 (async_client_callback, async_client_context): Delete.
9200 (handle_target_event): Call inferior_event_handler directly.
9201 (linux_nat_async): Replace 'callback' and 'context' parameters
9202 with boolean 'enable' parameter. Adjust. Remove references to
9203 async_client_callback and async_client_context.
9204 (linux_nat_close): Adjust.
9205 * record-btrace.c (record_btrace_async): Replace 'callback' and
9206 'context' parameters with boolean 'enable' parameter. Adjust.
9207 (record_btrace_resume): Adjust.
9208 * record-full.c (record_full_async): Replace 'callback' and
9209 'context' parameters with boolean 'enable' parameter. Adjust.
9210 (record_full_resume, record_full_core_resume): Adjust.
9211 * remote.c (struct remote_state) <async_client_callback,
9212 async_client_context>: Delete fields.
9213 (remote_start_remote, extended_remote_attach_1, remote_resume)
9214 (extended_remote_create_inferior): Adjust.
9215 (remote_async_serial_handler): Call inferior_event_handler
9216 directly.
9217 (remote_async): Replace 'callback' and 'context' parameters with
9218 boolean 'enable' parameter. Adjust.
9219 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9220 Adjust.
9221 * target-delegates.c: Regenerate.
9222
1c4b552b
GB
92232015-03-25 Gary Benson <gbenson@redhat.com>
9224 Pedro Alves <palves@redhat.com>
9225
9226 * target.c (fileio_ft_t): New typedef, define object vector.
9227 (fileio_fhandles): New static variable.
9228 (is_closed_fileio_fh): New macro.
9229 (lowest_closed_fd): New static variable.
9230 (acquire_fileio_fd): New function.
9231 (release_fileio_fd): Likewise.
9232 (fileio_fd_to_fh): New macro.
9233 (target_fileio_open): Wrap the file descriptor on success.
9234 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9235 (target_fileio_pread): Likewise.
9236 (target_fileio_close): Likewise.
9237
a25d8bf9
PA
92382015-03-24 Pedro Alves <palves@redhat.com>
9239
9240 * thread.c (thread_apply_all_command): Take exited threads into
9241 account.
9242
44a1ee51
PA
92432015-03-24 Pedro Alves <palves@redhat.com>
9244
9245 * infrun.c (resume, proceed): Mention
9246 switch_back_to_stepped_thread, not switch_back_to_stepping.
9247
f3263aa4
PA
92482015-03-24 Pedro Alves <palves@redhat.com>
9249
9250 * infrun.c (user_visible_resume_ptid): Rewrite going from
9251 most-locked to unlocked instead of the opposite. Move comment ...
9252 * infrun.h (user_visible_resume_ptid): ... here.
9253
2bf6fb9d
PA
92542015-03-24 Pedro Alves <palves@redhat.com>
9255
9256 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9257 to resume the event lwp. Use the lwp's ptid instead of the passed
9258 in (maybe wildcard) ptid.
9259 (stop_wait_callback): Tweak debug log output.
9260 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9261 TRAP_TRACE.
9262 (linux_nat_filter_event): In debug output, distinguish a
9263 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9264 before trying to resume the lwp.
9265
283a9958
JB
92662015-03-24 Joel Brobecker <brobecker@adacore.com>
9267
9268 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9269 pointer indirection.
9270 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9271 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9272
93a8e227
JB
92732015-03-24 Joel Brobecker <brobecker@adacore.com>
9274
9275 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9276 Renames DYN_ATTR_DATA_LOCATION.
9277 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9278 DYN_ATTR_DATA_LOCATION.
9279 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9280 instead of DYN_ATTR_DATA_LOCATION.
9281
64ce06e4
PA
92822015-03-24 Pedro Alves <palves@redhat.com>
9283
9284 * breakpoint.c (until_break_command): Adjust call to proceed.
9285 * gdbthread.h (struct thread_control_state) <stepping_command>:
9286 New field.
9287 * infcall.c (run_inferior_call): Adjust call to proceed.
9288 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9289 Adjust calls to proceed.
9290 (set_step_frame): Set the current thread's step_start_function
9291 here.
9292 (step_once): Adjust calls to proceed.
9293 (jump_command, signal_command, until_next_command)
9294 (finish_backward, finish_forward, proceed_after_attach_callback)
9295 (attach_command_post_wait): Adjust calls to proceed.
9296 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9297 (do_target_resume): New function, factored out from ...
9298 (resume): ... here. Remove 'step' parameter. Instead, check
9299 currently_stepping to determine whether the thread should be
9300 single-stepped.
9301 (proceed): Remove 'step' parameter and don't set the thread's
9302 step_start_function here. Adjust call to 'resume'.
9303 (handle_inferior_event): Adjust calls to 'resume'.
9304 (switch_back_to_stepped_thread): Use do_target_resume instead of
9305 'resume'.
9306 (keep_going): Adjust calls to 'resume'.
9307 * infrun.h (proceed): Remove 'step' parameter.
9308 (resume): Likewise.
9309 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9310 'resume'.
9311 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9312
856e7dd6
PA
93132015-03-24 Pedro Alves <palves@redhat.com>
9314
9315 * gdbthread.h (struct thread_control_state) <stepping_command>:
9316 New field.
9317 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9318 the thread's stepping_command field.
9319 * infrun.c (resume): Check the thread's stepping_command flag to
9320 determine which threads should be resumed. Rename 'entry_step'
9321 local to user_step.
9322 (clear_proceed_status_thread): Clear 'stepping_command'.
9323 (schedlock_applies): Change parameter type to struct thread_info
9324 pointer. Adjust.
9325 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9326 (switch_back_to_stepped_thread): Adjust calls to
9327 'schedlock_applies'.
9328 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9329
885eeb5b
PA
93302015-03-24 Pedro Alves <palves@redhat.com>
9331
9332 * infrun.c (step_start_function): Delete and ...
9333 * gdbthread.h (struct thread_control_state) <step_start_function>:
9334 ... now a field here.
9335 * infrun.c (clear_proceed_status_thread): Clear the thread's
9336 step_start_function.
9337 (proceed, process_event_stop_test, print_stop_event): Adjust.
9338
3333f03a
PA
93392015-03-24 Pedro Alves <palves@redhat.com>
9340
9341 * infrun.c (proceed): No longer handle negative step.
9342
369f6daa
GB
93432015-03-24 Gary Benson <gbenson@redhat.com>
9344
9345 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9346 (x86_linux_prepare_to_resume): Likewise.
9347 * x86-linux-nat.c (x86_linux_new_thread):
9348 Moved to nat/x86-linux.c.
9349 (x86_linux_prepare_to_resume): Likewise.
9350 * nat/x86-linux.c (x86_linux_new_thread): New function.
9351 (x86_linux_prepare_to_resume): Likewise.
9352
8e5d4070
GB
93532015-03-24 Gary Benson <gbenson@redhat.com>
9354
9355 * nat/x86-linux-dregs.h: New file.
9356 * nat/x86-linux-dregs.c: Likewise.
9357 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9358 (x86-linux-dregs.o): New rule.
9359 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9360 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9361 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9362 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9363 (x86_linux_dr_get): Likewise.
9364 (x86_linux_dr_set): Likewise.
9365 (x86_linux_dr_get_addr): Likewise.
9366 (x86_linux_dr_get_control): Likewise.
9367 (x86_linux_dr_get_status): Likewise.
9368 (update_debug_registers_callback): Likewise.
9369 (x86_linux_dr_set_control): Likewise.
9370 (x86_linux_dr_set_addr): Likewise.
9371 (x86_linux_update_debug_registers): Likewise.
9372
2b95d440
GB
93732015-03-24 Gary Benson <gbenson@redhat.com>
9374
9375 * x86-linux-nat.c (x86_linux_update_debug_registers):
9376 New function, factored out from...
9377 (x86_linux_prepare_to_resume): ...this.
9378
14b0bc68
GB
93792015-03-24 Gary Benson <gbenson@redhat.com>
9380
9381 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9382 (x86_linux_dr_set): Likewise.
9383 (x86_linux_dr_get_addr): Likewise.
9384 (x86_linux_dr_get_control): Likewise.
9385 (x86_linux_dr_get_status): Likewise.
9386 (update_debug_registers_callback): Likewise.
9387 (x86_linux_dr_set_control): Likewise.
9388 (x86_linux_dr_set_addr): Likewise.
9389 (x86_linux_prepare_to_resume): Likewise.
9390 (x86_linux_new_thread): Likewise.
9391
5dfe6ca8
GB
93922015-03-24 Gary Benson <gbenson@redhat.com>
9393
9394 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9395 (x86_linux_new_thread): Rename argument.
9396
4b134ca1
GB
93972015-03-24 Gary Benson <gbenson@redhat.com>
9398
9399 * nat/x86-linux.h: New file.
9400 * nat/x86-linux.c: Likewise.
9401 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9402 (x86-linux.o): New rule.
9403 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9404 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9405 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9406 (lwp_set_arch_private_info): New declaration.
9407 (lwp_arch_private_info): Likewise.
9408 * linux-nat.c (lwp_set_arch_private_info): New function.
9409 (lwp_arch_private_info): Likewise.
9410 * x86-linux-nat.c: Include nat/x86-linux.h.
9411 (arch_lwp_info): Removed structure.
9412 (update_debug_registers_callback):
9413 Use lwp_set_debug_registers_changed.
9414 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9415 and lwp_set_debug_registers_changed.
9416 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9417
cff068da
GB
94182015-03-24 Gary Benson <gbenson@redhat.com>
9419
9420 * nat/linux-nat.h (ptid_of_lwp): New declaration.
9421 (lwp_is_stopped): Likewise.
9422 (lwp_stop_reason): Likewise.
9423 * linux-nat.c (ptid_of_lwp): New function.
9424 (lwp_is_stopped): Likewise.
9425 (lwp_is_stopped_by_watchpoint): Likewise.
9426 * x86-linux-nat.c (update_debug_registers_callback):
9427 Use lwp_is_stopped.
9428 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9429 lwp_stop_reason.
9430
b2f7c7e8
GB
94312015-03-24 Gary Benson <gbenson@redhat.com>
9432
9433 * linux-nat.h (linux_stop_lwp): Move declaration to...
9434 * nat/linux-nat.h (linux_stop_lwp): New declaration.
9435
6d4ee8c6
GB
94362015-03-24 Gary Benson <gbenson@redhat.com>
9437
9438 * linux-nat.h: Include nat/linux-nat.h.
9439 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9440 * nat/linux-nat.h (struct lwp_info): New forward declaration.
9441 (iterate_over_lwps_ftype): New typedef.
9442 (iterate_over_lwps): New declaration.
9443 * linux-nat.h (iterate_over_lwps): Update comment. Use
9444 iterate_over_lwps_ftype. Update callback return value check.
9445
70a0bb6b
GB
94462015-03-24 Gary Benson <gbenson@redhat.com>
9447
9448 * x86-nat.h (x86_debug_reg_state): Move declaration to...
9449 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9450
7b669087
GB
94512015-03-24 Gary Benson <gbenson@redhat.com>
9452
9453 * nat/linux-nat.h (current_lwp_ptid): New declaration.
9454 * linux-nat.c (current_lwp_ptid): New function.
9455 * x86-linux-nat.c: Include nat/linux-nat.h.
9456 (x86_linux_dr_get_addr): Use current_lwp_ptid.
9457 (x86_linux_dr_get_control): Likewise.
9458 (x86_linux_dr_get_status): Likewise.
9459 (x86_linux_dr_set_control): Likewise.
9460 (x86_linux_dr_set_addr): Likewise.
9461
15630549
AT
94622015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9463
9464 PR breakpoints/16466
9465 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
9466
8a4506c0
JB
94672015-03-23 Joel Brobecker <brobecker@adacore.com>
9468
9469 * ser-mingw.c (ser_windows_setparity): Fix indentation.
9470 * ser-unix.c (hardwire_setparity): Likewise.
9471
236af5e3
YG
94722015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9473
9474 * NEWS: Mention set/show serial parity command.
9475 * monitor.c (monitor_open): Call serial_setparity.
9476 * remote.c (remote_open_1): Likewise.
9477 * ser-base.c (ser_base_serparity): New function.
9478 * ser-base.h (ser_base_setparity): Add declaration.
9479 * ser-go32.c (dos_ops): Set "setparity" field.
9480 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
9481 state.Parity.
9482 (ser_windows_setparity): New function.
9483 (hardwire_ops): Add ser_windows_setparity.
9484 (tty_ops): Add NULL for setparity field.
9485 (pipe_ops): Add ser_base_setparity.
9486 (tcp_ops): Likewise.
9487 * ser-pipe.c (pipe_ops): Likewise.
9488 * ser-tcp.c (tcp_ops): Likewise.
9489 * ser-unix.c (hardwire_setparity): Add declaration.
9490 (hardwire_raw): Don't reset PARENB flag.
9491 (hardwire_setparity): New function.
9492 (hardwire_ops): Add hardwire_setparity.
9493 * serial.c (serial_setparity): New function.
9494 (serial_parity): New global.
9495 (parity_none, parity_odd, parity_even, parity_enums, parity):
9496 New static globals.
9497 (set_parity): New function.
9498 (_initialize_serial): Add set/show serial parity commands.
9499 * serial.h (GDBPARITY_NONE): Define.
9500 (GDBPARITY_ODD): Define.
9501 (GDBPARITY_EVEN): Define.
9502 (serial_setparity) Add declaration.
9503 (struct serial_ops): Add setparity field.
9504 * target.h (serial_parity): Add declaration.
9505
32b40af9
KS
95062015-03-23 Keith Seitz <keiths@redhat.com>
9507
9508 * linespec.c (linespec_lexer_lex_keyword): Update comment.
9509
693dca06
KS
95102015-03-23 Keith Seitz <keiths@redhat.com>
9511
9512 * breakpoint.c (parse_breakpoint_sals): Use
9513 linespec_lexer_lex_keyword to ascertain if the user specified
9514 a NULL location.
9515 * linespec.c [IF_KEYWORD_INDEX]: Define.
9516 (linespec_lexer_lex_keyword): Export.
9517 (struct ls_parser) <keyword_ok>: Remove.
9518 A keyword is only a keyword if not followed by another keyword.
9519 (linespec_lexer_lex_one): Remove keyword_ok handling.
9520 Add comment explaining why the parsing stream is not advanced
9521 when a keyword is seen.
9522 (parse_linespec): Remove parser->keyword_ok.
9523 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
9524
7e993ebf
KS
95252015-03-23 Keith Seitz <keiths@redhat.com>
9526
9527 PR gdb/18021
9528 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
9529 if we find a static method with DW_AT_vtable_elem_location.
9530
b1a0f704
EZ
95312015-03-21 Eli Zaretskii <eliz@gnu.org>
9532
9533 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
9534 before the second loop, to avoid undefined behavior. Reported by
9535 Anton Blanchard <anton@samba.org>.
9536
d9823cbb
KB
95372015-03-20 Keven Boell <keven.boell@intel.com>
9538
9539 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
9540 data_location usage to linked list.
9541 (resolve_dynamic_type_internal): Adapt data_location to
9542 linked list.
9543 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
9544 (copy_type_recursive, copy_type): Add copy of linked list.
9545 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
9546 (struct dynamic_prop_list): New struct.
9547 * dwarf2read.c (set_die_type): Set data_location data.
9548
2e7bf1d7
PA
95492015-03-20 Pedro Alves <palves@redhat.com>
9550
9551 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
9552 inner block and make it const.
9553 * machoread.c (get_archive_prefix_len): Make "lparen" const.
9554
7a26bd4d
PA
95552015-03-20 Pedro Alves <palves@redhat.com>
9556
9557 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
9558 * breakpoint.h (set_breakpoint_condition): Update declaration.
9559
cd46431b
PA
95602015-03-20 Pedro Alves <palves@redhat.com>
9561
9562 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
9563
e28566f7
PA
95642015-03-20 Pedro Alves <palves@redhat.com>
9565
9566 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
9567
f6fc92f6
PA
95682015-03-20 Pedro Alves <palves@redhat.com>
9569
9570 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
9571
c32ed3ef
PA
95722015-03-20 Pedro Alves <palves@redhat.com>
9573
9574 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
9575 (nto_init_solib_absolute_prefix): Likewise.
9576
53e78085
PA
95772015-03-20 Pedro Alves <palves@redhat.com>
9578
9579 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
9580 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
9581
bc23328c
JK
95822015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9583
9584 * config/djgpp/README: Remove gdb.hp.
9585
e8ffc436
YQ
95862015-03-20 Yao Qi <yao.qi@linaro.org>
9587
9588 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
9589 set_gdbarch_cannot_step_breakpoint.
9590
23f238d3
PA
95912015-03-19 Pedro Alves <palves@redhat.com>
9592
9593 * linux-nat.c (linux_resume_one_lwp): Rename to ...
9594 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9595 instead call perror_with_name.
9596 (check_ptrace_stopped_lwp_gone): New function.
9597 (linux_resume_one_lwp): Reimplement as wrapper around
9598 linux_resume_one_lwp_throw that swallows errors if the LWP is
9599 gone.
9600 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
9601 swallows errors if the LWP is gone. Use
9602 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
9603
eb54c8bf
PA
96042015-03-19 Pedro Alves <palves@redhat.com>
9605
9606 * linux-nat.c (status_callback): Return early if the LWP has no
9607 status pending.
9608
b90fc188
PA
96092015-03-19 Pedro Alves <palves@redhat.com>
9610
9611 * linux-nat.c (select_event_lwp_callback): Update comment to no
9612 longer mention SIGTRAP.
9613
670f82d4
TG
96142015-03-18 Tristan Gingold <gingold@adacore.com>
9615
72f4393d
L
9616 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
9617 redirection code to ...
9618 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
9619 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 9620
464b0089
GB
96212015-03-18 Gary Benson <gbenson@redhat.com>
9622
9623 (remote_protocol_features): Remove the "vFile:fstat" feature.
9624 (remote_hostio_fstat): Probe for "vFile:fstat" support.
9625
f68f11b7
YQ
96262015-03-11 Yao Qi <yao.qi@linaro.org>
9627
9628 PR tdep/18107
9629 * aarch64-linux-tdep.c: Include xml-syscall.h
9630 (aarch64_linux_get_syscall_number): New function.
9631 (aarch64_linux_init_abi): Call
9632 set_gdbarch_get_syscall_number.
9633 * syscalls/aarch64-linux.xml: New file.
9634
393bd0c0
YG
96352015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
9636
9637 * ser-base.h (ser_base_setstopbits): Change second argument name
9638 from "rate" to "num".
9639
7f3647e2
GB
96402015-03-17 Gary Benson <gbenson@redhat.com>
9641 Luke Allardyce <lukeallardyce@gmail.com>
9642
9643 PR gdb/18131
9644 * common/common-remote-fileio.h (sys/stat.h): New include.
9645 (stuct stat): Remove forward declaration.
9646
3ce5b6e2
JB
96472015-03-16 John Baldwin <jhb@FreeBSD.org>
9648
9649 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
9650 before writing core register notes.
9651
d053f6be
YZ
96522015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9653 Pedro Alves <palves@redhat.com>
9654
9655 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
9656 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
9657 (tgoto): Wrap with extern "C".
9658
b1a921c8
PA
96592015-03-16 Pedro Alves <palves@redhat.com>
9660 Yuanhui Zhang <asmwarrior@gmail.com>
9661
9662 * stub-termcap.c (tputs): Change prototype.
9663
876d1cd7
YZ
96642015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
9665 Pedro Alves <palves@redhat.com>
9666
9667 * windows-nat.c (struct thread_info_struct): Rename to ...
9668 (struct windows_thread_info_struct): ... this.
9669 (thread_info): Rename to ...
9670 (windows_thread_info): ... this.
9671 All users updated.
9672
0800b440
JK
96732015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9674 Pedro Alves <palves@redhat.com>
9675
9676 * NEWS: New Removed targets and native configurations.
9677
96782015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
9679
9680 Remove HPUX.
9681 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
9682 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
9683 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
9684 ia64-hpux-tdep.h, solib-ia64-hpux.h.
9685 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
9686 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
9687 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
9688 hppa-hpux-tdep.c.
9689 * config/ia64/hpux.mh: Remove file.
9690 * config/pa/hpux.mh: Remove file.
9691 * configure: Rebuilt.
9692 * configure.ac (dlgetmodinfo, somread.o): Remove.
9693 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9694 (ia64-*-hpux*): Remove its float format exception.
9695 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
9696 * hppa-hpux-nat.c: Remove file.
9697 * hppa-hpux-tdep.c: Remove file.
9698 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
9699 Move them here from hppa-tdep.h
9700 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
9701 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
9702 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
9703 Move them to hppa-tdep.c.
9704 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
9705 declarations.
9706 * ia64-hpux-nat.c: Remove file.
9707 * ia64-hpux-tdep.c: Remove file.
9708 * ia64-hpux-tdep.h: Remove file.
9709 * inf-ttrace.c: Remove file.
9710 * inf-ttrace.h: Remove file.
9711 * solib-ia64-hpux.c: Remove file.
9712 * solib-ia64-hpux.h: Remove file.
9713 * solib-pa64.c: Remove file.
9714 * solib-pa64.h: Remove file.
9715 * solib-som.c: Remove file.
9716 * solib-som.h: Remove file.
9717 * somread.c: Remove file.
9718
25268153
JB
97192015-03-13 John Baldwin <jhb@FreeBSD.org>
9720
9721 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
9722 * config.in: Regenerate.
9723 * configure: Regenerate.
9724 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 9725 define.
25268153
JB
9726 (fbsd_find_memory_regions): Use kinfo_getvmmap to
9727 enumerate memory regions if present.
9728
773eacf5
JB
97292015-03-13 John Baldwin <jhb@FreeBSD.org>
9730
9731 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
9732 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
9733 expressions.
9734 (i386fbsd_sigtramp_p): Likewise.
9735
01b6bdb0
JB
97362015-03-12 John Baldwin <jhb@FreeBSD.org>
9737
9738 * MAINTAINERS (Write After Approval): Add John Baldwin.
9739
811a659a
GB
97402015-03-12 Gary Benson <gbenson@redhat.com>
9741
9742 * solib.c (_initialize_solib): Make "set/show sysroot" use
9743 add_setshow_optional_filename_cmd so it can be restored to
9744 empty after being set.
9745
10304ef3
SDJ
97462015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9747
9748 * Makefile.in (SFILES): New source break-catch-syscall.c.
9749 (COMMON_OBS): New object break-catch-syscall.o.
9750 * break-catch-syscall.c: New file.
9751 * breakpoint.c: Remove inclusion of "xml-syscall.h".
9752 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
9753 (struct syscall_catchpoint): Likewise.
9754 (dtor_catch_syscall): Likewise.
9755 (catch_syscall_inferior_data): Likewise.
9756 (struct catch_syscall_inferior_data): Likewise.
9757 (get_catch_syscall_inferior_data): Likewise.
9758 (catch_syscall_inferior_data_cleanup): Likewise.
9759 (insert_catch_syscall): Likewise.
9760 (remove_catch_syscall): Likewise.
9761 (breakpoint_hit_catch_syscall): Likewise.
9762 (print_it_catch_syscall): Likewise.
9763 (print_one_catch_syscall): Likewise.
9764 (print_mention_catch_syscall): Likewise.
9765 (print_recreate_catch_syscall): Likewise.
9766 (catch_syscall_breakpoint_ops): Likewise.
9767 (syscall_catchpoint_p): Likewise.
9768 (create_syscall_event_catchpoint): Likewise.
9769 (catch_syscall_split_args): Likewise.
9770 (catch_syscall_command_1): Likewise.
9771 (is_syscall_catchpoint_enabled): Likewise.
9772 (catch_syscall_enabled): Likewise.
9773 (catching_syscall_number): Likewise.
9774 (catch_syscall_completer): Likewise.
9775 (clear_syscall_counts): Likewise.
9776 (initialize_breakpoint_ops): Move initialization of syscall
9777 catchpoints to break-catch-syscall.c.
9778 (_initialize_breakpoint): Move code related to syscall catchpoints
9779 to break-catch-syscall.c.
9780
badd37ce
SDJ
97812015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
9782
9783 * breakpoint.c (breakpoint_find_if): New function.
9784 * breakpoint.h (breakpoint_find_if): New prototype.
9785
0a93529c
GB
97862015-03-11 Gary Benson <gbenson@redhat.com>
9787
9788 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
9789 * remote-fileio.c (remote_fileio_to_host_uint): New function.
9790 (remote_fileio_to_host_ulong): Likewise.
9791 (remote_fileio_to_host_mode): Likewise.
9792 (remote_fileio_to_host_time): Likewise.
9793 (remote_fileio_to_host_stat): Likewise.
9794 * remote.c (PACKET_vFile_fstat): New enum value.
9795 (remote_protocol_features): Register the "vFile:fstat" feature.
9796 (remote_hostio_fstat): New function.
9797 (remote_bfd_iovec_stat): Use the above.
9798 (_initialize_remote): Register new "set/show remote
9799 hostio-fstat-packet" command.
9800 * symfile.c (separate_debug_file_exists): Update comment.
9801 * NEWS: Announce new vFile:fstat packet.
9802
791c0056
GB
98032015-03-11 Gary Benson <gbenson@redhat.com>
9804
9805 * common/common-remote-fileio.h: New file.
9806 * common/common-remote-fileio.c: Likewise.
9807 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
9808 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
9809 (COMMON_OBS): Add common-remote-fileio.o.
9810 (common-remote-fileio.o): New rule.
9811 * remote-fileio.h (common-remote-fileio.h): New include.
9812 * remote-fileio.c (gdb/fileio.h): Do not include.
9813 (remote_fileio_to_be): Moved to common-remote-fileio.h.
9814 (remote_fileio_to_fio_uint): Likewise.
9815 (remote_fileio_to_fio_time): Likewise.
9816 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
9817 (remote_fileio_to_fio_mode): Likewise.
9818 (remote_fileio_to_fio_ulong): Likewise.
9819 (remote_fileio_to_fio_stat): Likewise.
9820
1390d0ef
AW
98212015-03-11 Andy Wingo <wingo@igalia.com>
9822
9823 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
9824 we were checking the cached type, not the cached dynamic type.
9825
84a4591a
AW
98262015-03-11 Andy Wingo <wingo@igalia.com>
9827
9828 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
9829 other strings, as these are on the GC'd heap, and will be
9830 collected along with the smob.
9831
85642ba0
AW
98322015-03-11 Andy Wingo <wingo@igalia.com>
9833
9834 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
9835 (objfile_functions): Bind gdbscm_objfile_progspace to
9836 objfile-progspace.
9837 * guile/lib/gdb.scm: Add objfile-progspace to exports.
9838
92fab5a6
AW
98392015-03-11 Andy Wingo <wingo@igalia.com>
9840
9841 * guile/guile.c (_initialize_guile): Disable automatic
9842 finalization, if Guile offers us that possibility.
9843 * guile/guile.c (call_initialize_gdb_module):
9844 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
9845 finalizers in appropriate places.
9846 * configure.ac (AC_TRY_LIBGUILE): Add a check for
9847 scm_set_automatic_finalization_enabled.
9848 * configure: Regenerated.
9849
f054145e
AA
98502015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9851
9852 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
9853 SAL, if possible.
9854
18396193
AA
98552015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
9856
9857 * s390-linux-nat.c (struct arch_lwp_info): New.
9858 (s390_fix_watch_points): Rename to...
9859 (s390_prepare_to_resume): ...this. Skip the PER info update
9860 unless the watch points have changed.
9861 (s390_refresh_per_info, s390_new_thread): New functions.
9862 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
9863 s390_fix_watch_points.
9864 (s390_remove_watchpoint): Likewise.
9865 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
9866 Register s390_prepare_to_resume.
9867
9eb1356e
PA
98682015-03-09 Pedro Alves <palves@redhat.com>
9869
9870 Revert:
9871 2015-03-07 Pedro Alves <palves@redhat.com>
9872 * common/gdb_socket.h: New file.
9873 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
9874 sys/socket.h.
9875 (net_open): Use union gdb_sockaddr_u.
9876
aac331e4
PA
98772015-03-07 Pedro Alves <palves@redhat.com>
9878
9879 * configure.ac (build_warnings): Move -Wmissing-prototypes
9880 -Wdeclaration-after-statement -Wmissing-parameter-type
9881 -Wold-style-declaration -Wold-style-definition to the C-specific
9882 set.
9883 * configure: Regenerate.
9884
366c75fc
PA
98852015-03-07 Pedro Alves <palves@redhat.com>
9886
9887 * common/gdb_socket.h: New file.
9888 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
9889 sys/socket.h.
9890 (net_open): Use union gdb_sockaddr_u.
9891
72df25b2
PA
98922015-03-07 Pedro Alves <palves@redhat.com>
9893
9894 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
9895 (exceptions_state_mc_action_iter)
9896 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9897 Don't define.
9898 [__cplusplus] (try_scope_depth): New global.
9899 [__cplusplus] (exception_try_scope_entry)
9900 (exception_try_scope_exit, gdb_exception_sliced_copy)
9901 (exception_rethrow): New functions.
9902 (throw_exception): In C++ mode, throw
9903 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
9904 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
9905 (throw_it): In C++ mode, use try_scope_depth.
9906 * common/common-exceptions.h [!__cplusplus]
9907 (exceptions_state_mc_action_iter)
9908 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
9909 Don't declare.
9910 [__cplusplus] (exception_try_scope_entry)
9911 (exception_try_scope_exit, exception_rethrow): Declare.
9912 [__cplusplus] (struct exception_try_scope): New struct.
9913 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
9914 C++ exceptions.
9915 (struct gdb_exception_RETURN_MASK_ALL)
9916 (struct gdb_exception_RETURN_MASK_ERROR)
9917 (struct gdb_exception_RETURN_MASK_QUIT): New types.
9918
284e6217
PA
99192015-03-07 Pedro Alves <palves@redhat.com>
9920
9921 * main.c (handle_command_errors): Remove volatile qualifier from
9922 parameter.
9923
6c63c96a
PA
99242015-03-07 Pedro Alves <palves@redhat.com>
9925
9926 * breakpoint.c (save_breakpoints): Adjust to avoid code between
9927 TRY and CATCH.
9928 * gdbtypes.c (safe_parse_type): Remove empty line.
9929 (types_deeply_equal):
9930 * guile/scm-frame.c (gdbscm_frame_name):
9931 * linux-thread-db.c (find_new_threads_once):
9932 * python/py-breakpoint.c (bppy_get_commands):
9933 * record-btrace.c (record_btrace_insert_breakpoint)
9934 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
9935 (record_btrace_start_replaying): Adjust to avoid code between TRY
9936 and CATCH.
9937
492d29ea
PA
99382015-03-07 Pedro Alves <palves@redhat.com>
9939
9940 * common/common-exceptions.c (struct catcher) <exception>: No
9941 longer a pointer to volatile exception. Now an exception value.
9942 <mask>: Delete field.
9943 (exceptions_state_mc_init): Remove all parameters. Adjust.
9944 (exceptions_state_mc): No longer pop the catcher here.
9945 (exceptions_state_mc_catch): New function.
9946 (throw_exception): Adjust.
9947 * common/common-exceptions.h (exceptions_state_mc_init): Remove
9948 all parameters.
9949 (exceptions_state_mc_catch): Declare.
9950 (TRY_CATCH): Rename to ...
9951 (TRY): ... this. Remove EXCEPTION and MASK parameters.
9952 (CATCH, END_CATCH): New.
9953 All callers adjusted.
9954
ece957c8
TT
99552015-03-07 Tom Tromey <tromey@redhat.com>
9956
9957 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
9958
7556d4a4
PA
99592015-03-07 Pedro Alves <palves@redhat.com>
9960
9961 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
9962 (amd64_epilogue_frame_cache): Normal exception handling code.
9963 * break-catch-throw.c (check_status_exception_catchpoint)
9964 (re_set_exception_catchpoint): Ditto.
9965 * cli/cli-interp.c (safe_execute_command):
9966 * cli/cli-script.c (script_from_file): Ditto.
9967 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
9968 Ditto.
9969 * compile/compile-object-run.c (compile_object_run): Ditto.
9970 * cp-abi.c (baseclass_offset): Ditto.
9971 * cp-valprint.c (cp_print_value): Ditto.
9972 * exceptions.c (catch_exceptions_with_msg):
9973 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
9974 * frame.c (get_frame_address_in_block_if_available): Ditto.
9975 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
9976 (i386_sigtramp_frame_cache): Ditto.
9977 * infcmd.c (post_create_inferior): Ditto.
9978 * linespec.c (parse_linespec, find_linespec_symbols):
9979 * p-valprint.c (pascal_object_print_value): Ditto.
9980 * parse.c (parse_expression_for_completion): Ditto.
9981 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
9982 * remote.c (remote_get_noisy_reply): Ditto.
9983 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
9984 * solib-svr4.c (solib_svr4_r_map): Ditto.
9985
f873665f 99862015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
9987
9988 * common/common-utils.h (startswith): New inline function.
9989 All places where this logic was used updated to use the above.
9990
68901c4d
PA
99912015-03-05 Pedro Alves <palves@redhat.com>
9992
9993 PR gdb/18002
9994 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
9995 after reading the breakpoint's shadow memory.
9996
2dcb2b1a
MK
99972015-03-05 Mark Kettenis <kettenis@gnu.org>
9998
9999 * hppabsd-nat.c: Remove file.
10000 * hppaobsd-nat.c: New file.
10001 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10002 hppaobsd-nat.c.
10003 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10004 hppaobsd-nat.o.
10005
527a273a
PA
100062015-03-04 Pedro Alves <palves@redhat.com>
10007
10008 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10009 (target_decr_pc_after_break): Delete declaration.
10010 * target.c (default_target_decr_pc_after_break)
10011 (target_decr_pc_after_break): Delete.
10012 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10013 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10014 * linux-thread-db.c (check_event): Likewise.
10015 * infrun.c (adjust_pc_after_break): Likewise.
10016 * darwin-nat.c (cancel_breakpoint): Likewise.
10017 * aix-thread.c (aix_thread_wait): Likewise.
10018 * target-delegates.c: Regenerate.
10019
faf09f01
PA
100202015-03-04 Pedro Alves <palves@redhat.com>
10021
10022 * linux-nat.c (save_sigtrap): Check for breakpoints before
10023 checking watchpoints.
10024 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10025 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10026 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10027 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10028 (linux_nat_stopped_by_sw_breakpoint)
10029 (linux_nat_supports_stopped_by_sw_breakpoint)
10030 (linux_nat_stopped_by_hw_breakpoint)
10031 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10032 (linux_nat_wait_1): Don't re-increment the PC if relying on
10033 SIGTRAP's siginfo->si_code.
10034 (linux_nat_add_target): Install new target methods.
10035 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10036 offset if the target already adjusted the PC.
10037 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10038 (GDB_ARCH_TRAP_BRKPT): New.
10039 (TRAP_HWBKPT): Define if not already defined.
10040
f7e6eed5
PA
100412015-03-04 Pedro Alves <palves@redhat.com>
10042
10043 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10044 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10045 Delete field.
10046 <stop_reason>: New field.
10047 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10048 (packet_set_cmd_state): New function.
10049 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10050 features.
10051 (remote_query_supported): If not disabled with the corresponding
10052 "set remote foo-packet" command, report support for the swbreak
10053 and hwbreak features.
10054 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10055 field.
10056 <stop_reason>: New field.
10057 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10058 (remote_wait_as): Adjust.
10059 (remote_stopped_by_sw_breakpoint)
10060 (remote_supports_stopped_by_sw_breakpoint)
10061 (remote_stopped_by_hw_breakpoint)
10062 (remote_supports_stopped_by_hw_breakpoint): New functions.
10063 (remote_stopped_by_watchpoint): New function.
10064 (init_remote_ops): Install them.
10065 (_initialize_remote): Register new "set/show remote
10066 swbreak-feature-packet" and "set/show remote
10067 swbreak-feature-packet" commands.
10068
9e8915c6
PA
100692015-03-04 Pedro Alves <palves@redhat.com>
10070
10071 * btrace.h: Include target/waitstatus.h.
10072 (struct btrace_thread_info) <stop_reason>: New field.
10073 * record-btrace.c (record_btrace_step_thread): Use
10074 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10075 (record_btrace_decr_pc_after_break): Delete.
10076 (record_btrace_stopped_by_sw_breakpoint)
10077 (record_btrace_supports_stopped_by_sw_breakpoint)
10078 (record_btrace_stopped_by_hw_breakpoint)
10079 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10080 (init_record_btrace_ops): Install them.
10081 * record-full.c (record_full_hw_watchpoint): Delete and replace
10082 with ...
10083 (record_full_stop_reason): ... this throughout.
10084 (record_full_exec_insn): Adjust.
10085 (record_full_wait_1): Adjust. No longer re-increment the PC.
10086 (record_full_wait_1): Adjust. Use
10087 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10088 (record_full_stopped_by_watchpoint): Adjust.
10089 (record_full_stopped_by_sw_breakpoint)
10090 (record_full_supports_stopped_by_sw_breakpoint)
10091 (record_full_supports_stopped_by_sw_breakpoint)
10092 (record_full_stopped_by_hw_breakpoint)
10093 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10094 (init_record_full_ops, init_record_full_core_ops): Install them.
10095 * record.c (record_check_stopped_by_breakpoint): New function.
10096 * record.h: Include target/waitstatus.h.
10097 (record_check_stopped_by_breakpoint): New declaration.
10098
15c66dd6
PA
100992015-03-04 Pedro Alves <palves@redhat.com>
10100
10101 enum lwp_stop_reason -> enum target_stop_reason
10102 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10103 (linux_nat_stopped_by_watchpoint, status_callback)
10104 (linux_nat_wait_1): Adjust.
10105 * linux-nat.h (enum lwp_stop_reason): Delete.
10106 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10107 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10108 * target/waitstatus.h (enum target_stop_reason): New.
10109
1cf4d951
PA
101102015-03-04 Pedro Alves <palves@redhat.com>
10111
10112 * breakpoint.c (need_moribund_for_location_type): New function.
10113 (bpstat_stop_status): Don't skipping checking moribund locations
10114 of breakpoint types which the target tell caused a stop.
10115 (program_breakpoint_here_p): New function, factored out from ...
10116 (bp_loc_is_permanent): ... this.
10117 (update_global_location_list): Don't create a moribund location if
10118 the target supports reporting stops of the type of the removed
10119 breakpoint.
10120 * breakpoint.h (program_breakpoint_here_p): New declaration.
10121 * infrun.c (adjust_pc_after_break): Return early if the target has
10122 already adjusted the PC. Add comments.
10123 (handle_signal_stop): If nothing explains a signal, and the target
10124 tells us the stop was caused by a software breakpoint, check if
10125 there's a breakpoint instruction in the memory. If so, adjust the
10126 PC before presenting the stop to the user. Otherwise, ignore the
10127 trap. If nothing explains a signal, and the target tells us the
10128 stop was caused by a hardware breakpoint, ignore the trap.
10129 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10130 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10131 to_supports_stopped_by_hw_breakpoint>: New fields.
10132 (target_stopped_by_sw_breakpoint)
10133 (target_supports_stopped_by_sw_breakpoint)
10134 (target_stopped_by_hw_breakpoint)
10135 (target_supports_stopped_by_hw_breakpoint): Define.
10136 * target-delegates.c: Regenerate.
10137
79639e11
PA
101382015-03-04 Pedro Alves <palves@redhat.com>
10139
10140 * infrun.c (follow_fork_inferior): Use the whole of the
10141 inferior_ptid and pending_follow.related_pid ptids instead of
10142 building ptids from the process components. Adjust verbose output
10143 to use target_pid_to_str.
10144 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10145 inferior_ptid and pending_follow.related_pid ptids instead of
10146 building ptids from the process components.
10147
e85e8e5e
MK
101482015-03-04 Mark Kettenis <kettenis@gnu.org>
10149
10150 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10151 (inf_ptrace_insert_fork_catchpoint): New function.
10152 (inf_ptrace_remove_fork_catchpoint): New function.
10153 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10154
87de11c0
AA
101552015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10156
10157 * s390-linux-tdep.c (s390_register_name): Return empty string
10158 instead of NULL for registers that shouldn't be visible.
10159
d851a69a
AA
101602015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10161
10162 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10163 XML file for 64-bit targets.
10164
b072f6c1
SM
101652015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * target.h (find_default_create_inferior): Remove declaration.
10168 (find_default_attach): Likewise.
10169
c1593e4f
PA
101702015-03-03 Pedro Alves <palves@redhat.com>
10171
10172 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10173 Use ptid_get_pid to get the overall process id when resuming all
10174 threads.
10175
90ad5e1d
PA
101762015-03-03 Pedro Alves <palves@redhat.com>
10177
10178 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10179 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10180 * inf-ptrace.c (get_ptrace_pid): New function.
10181 (inf_ptrace_resume): Use it.
10182 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10183 to the lower layer.
10184
d68e53f4
MM
101852015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10186
10187 * nat/linux-btrace.c: Include sys/utsname.h.
10188 (linux_determine_kernel_ptr_bits): New.
10189 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10190 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10191 ptr_bits.
10192
986b6601
MM
101932015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10194
10195 * btrace.c (ftrace_update_function): Treat return as tailcall for
10196 "_dl_runtime_resolve".
10197
ce0dfbea
MM
101982015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10199
10200 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10201 * btrace.c (ftrace_debug): Do not print the line range.
10202 (ftrace_skip_file, ftrace_update_lines): Remove.
10203 (ftrace_new_function): Remove lbegin and lend initialization.
10204 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10205 * record-btrace.c (btrace_compute_src_line_range): New.
10206 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10207
95e50b27
PA
102082015-03-02 Pedro Alves <palves@redhat.com>
10209
10210 * infrun.c (follow_exec): Delete all threads of the process except
10211 the event thread. Extended comments.
10212
00e474c2
JB
102132015-03-02 Joel Brobecker <brobecker@adacore.com>
10214
10215 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10216
cc7039d3
JB
102172015-03-02 Joel Brobecker <brobecker@adacore.com>
10218
10219 * utils.h: Remove <stdbool.h> #include.
10220 (producer_is_gcc): Change return type to "int".
10221 * utils.c (producer_is_gcc): Change return type to int.
10222 Return 1 instead of true, and 0 instead of false.
10223 Adjust function documentation accordingly.
10224
550bdf96
AA
102252015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10226
10227 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10228 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10229 present.
10230 (s390_linux_store_inferior_registers): Likewise.
10231 (s390_get_hwcap): Remove function. Embed its logic...
10232 (s390_read_description): ...here. Yield a target description with
10233 vector registers if applicable.
10234 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10235 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10236 "features/s390x-tevx-linux64.c".
10237 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10238 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10239 for "GNU/Linux-specific registers".
10240 (s390_dwarf_reg_r0l): New enum value.
10241 (s390_dwarf_reg_to_regnum): Support vector registers.
10242 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10243 of GPR lower halves.
10244 (regnum_is_vxr_full): New function.
10245 (s390_register_name): New function.
10246 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10247 f0-f15 and v0l-v15l.
10248 (s390_pseudo_register_type): Likewise.
10249 (s390_pseudo_register_read): Likewise.
10250 (s390_pseudo_register_write): Likewise.
10251 (s390_value_from_register): Account for the fact that values are
10252 placed left-justified in vector registers.
10253 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10254 the vector reggroup and omit them from the general reggroup.
10255 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10256 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10257 (s390_iterate_over_regset_sections): Add iterations for the two
10258 new vector regsets.
10259 (s390_core_read_description): Yield a target description with
10260 vector registers if applicable.
10261 (s390_gdbarch_init): Handle target descriptions with vector
10262 registers. Add "register_name" gdbarch method.
10263 (_initialize_s390_tdep): Call new tdesc initialization functions.
10264 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10265 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10266 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10267 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10268 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10269 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10270 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10271 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10272 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10273 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10274 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10275 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10276 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10277 (S390_NUM_REGS): Adjust value.
10278 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10279 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10280 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10281 * NEWS: Announce S/390 vector register support.
10282
446899e4
AA
102832015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10284
10285 * features/s390-tevx-linux64.xml: New file.
10286 * features/s390-vx-linux64.xml: New file.
10287 * features/s390-vx.xml: New file.
10288 * features/s390x-tevx-linux64.xml: New file.
10289 * features/s390x-vx-linux64.xml: New file.
10290 * features/Makefile (WHICH): Add s390-vx-linux64,
10291 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10292 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10293 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10294 macros.
10295 * features/s390-tevx-linux64.c: New generated file.
10296 * features/s390-vx-linux64.c: Likewise.
10297 * features/s390x-tevx-linux64.c: Likewise.
10298 * features/s390x-vx-linux64.c: Likewise.
10299 * regformats/s390-tevx-linux64.dat: Likewise.
10300 * regformats/s390-vx-linux64.dat: Likewise.
10301 * regformats/s390x-tevx-linux64.dat: Likewise.
10302 * regformats/s390x-vx-linux64.dat: Likewise.
10303
b7236fbe
DE
103042015-02-28 Doug Evans <xdje42@gmail.com>
10305
10306 * symtab.h (struct symtab) <next>: Fix comment.
10307
02e62830
SM
103082015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10311 python_GdbMethods.
10312
bf36a1e7
PA
103132015-02-27 Pedro Alves <palves@redhat.com>
10314
10315 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10316
ad6aff7d
PA
103172015-02-27 Pedro Alves <palves@redhat.com>
10318
10319 * common/common-exceptions.h (exception_none): Declare.
10320 * common/common-exceptions.c (exception_none): Moved from
10321 exceptions.c.
10322 (exceptions_state_mc_init): Use exception_none.
10323 * exceptions.c (exception_none): Move to
10324 common/common-exceptions.c.
10325 * exceptions.h (exception_none): Move to
10326 common/common-exceptions.h.
10327
97c18565
PA
103282015-02-27 Pedro Alves <palves@redhat.com>
10329
10330 * main.c (catch_command_errors, catch_command_errors_const):
10331 Remove 'mask' argument. Adjust.
10332 (captured_main): Adjust callers.
10333
e992c591
PA
103342015-02-27 Pedro Alves <palves@redhat.com>
10335
10336 * python/python-internal.h: Include "extension-priv.h".
10337
64166036
PA
103382015-02-27 Pedro Alves <palves@redhat.com>
10339
10340 * breakpoint.h (enum print_stop_action): Move further up in the
10341 file.
10342
8a526fa6
PA
103432015-02-27 Pedro Alves <palves@redhat.com>
10344
10345 * gdbarch.sh: Include regcache.h.
10346 * gdbarch.h: Regenerate.
10347
0fa9c223
PA
103482015-02-27 Pedro Alves <palves@redhat.com>
10349
10350 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10351 Remove duplicate const.
10352 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10353 duplicate const.
10354
7cf99fb1
PA
103552015-02-27 Pedro Alves <palves@redhat.com>
10356
10357 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10358 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10359 * features/feature_to_c.sh: Tag the generated xml_builtin array
10360 with extern const in C++ mode.
10361
1424c16e
TT
103622015-02-27 Tom Tromey <tromey@redhat.com>
10363
10364 * minidebug.c (struct lzma_stream): Rename to ...
10365 (struct gdb_lzma_stream): ... this.
10366 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10367
10367c7c
PA
103682015-02-27 Pedro Alves <palves@redhat.com>
10369
10370 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10371 function.
10372 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10373 (mi_cmd_stack_list_variables): Use it.
10374
4180215b
PA
103752015-02-27 Pedro Alves <palves@redhat.com>
10376
10377 * x86-linux-nat.c (u_debugreg_offset): New function.
10378 (x86_linux_dr_get, x86_linux_dr_set): Use it.
10379
2f56f7c3
PA
103802015-02-27 Pedro Alves <palves@redhat.com>
10381
10382 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10383 declaration.
10384 Include break-common.h.
10385
570dc176
TT
103862015-02-27 Tom Tromey <tromey@redhat.com>
10387 Pedro Alves <palves@redhat.com>
10388
10389 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10390 local used to iterate over enums.
10391 * completer.c (signal_completer): Likewise.
10392 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10393 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10394 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10395 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10396 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10397 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10398 * tui-wingeneral.c (tui_refresh_all): Likewise.
10399
68c14faa
PA
104002015-02-27 Pedro Alves <palves@redhat.com>
10401
10402 * target.h: Include "infrun.h".
10403
749bab01
PA
104042015-02-27 Pedro Alves <palves@redhat.com>
10405
10406 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10407
3c14e5a3
PA
104082015-02-27 Pedro Alves <palves@redhat.com>
10409
10410 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10411 (IPA_SYM): Use it.
10412 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10413
56000a98
PA
104142015-02-27 Pedro Alves <palves@redhat.com>
10415
10416 * cli-out.c (_rl_erase_entire_line): Move declaration out of
10417 cli_mld_erase_entire_line, and make it extern "C".
10418 * common/common-defs.h (EXTERN_C): New.
10419 * completer.c (_rl_completion_prefix_display_length)
10420 (_rl_print_completions_horizontally, QSFUNC): Move declarations
10421 out of gdb_display_match_list_1.
10422 (_rl_qsort_string_compare): Move declaration out of
10423 gdb_display_match_list_1, and make it extern "C".
10424 * defs.h (re_comp): Use EXTERN_C.
10425 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10426 and make it extern "C".
10427 (monstartup): Move declaration out of maintenance_set_profile_cmd,
10428 and make it extern "C".
10429 (main): Move declaration out of maintenance_set_profile_cmd.
10430 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10431 EXTERN_C.
10432
bcabf420
PA
104332015-02-27 Pedro Alves <palves@redhat.com>
10434
10435 * python/python.c (GdbMethods): Rename to ...
10436 (python_GdbMethods): ... this and make extern.
10437 (GdbModuleDef): Rename to ...
10438 (python_GdbModuleDef): ... this and make extern.
10439
928dbe07
PA
104402015-02-27 Pedro Alves <palves@redhat.com>
10441
10442 * record-btrace.c (set_record_btrace_cmdlist)
10443 (show_record_btrace_cmdlist): Remove redefinitions.
10444
52059ffd
TT
104452015-02-27 Tom Tromey <tromey@redhat.com>
10446 Pedro Alves <palves@redhat.com>
10447
10448 * dwarf2-frame.c (enum cfa_how_kind, struct
10449 dwarf2_frame_state_reg_info): Move out of struct
10450 dwarf2_frame_state.
10451 * dwarf2read.c (struct tu_stats): Move out of struct
10452 dwarf2_per_objfile.
10453 (struct file_entry): Move out of struct line_header.
10454 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10455 typedef_field_list): Move out of struct field_info.
10456 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10457 Move out of struct dynamic_prop.
10458 (union type_owner, union field_location, struct field, struct
10459 range_bounds, union type_specific): Move out of struct main_type.
10460 (struct fn_fieldlist, struct fn_field, struct typedef_field)
10461 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
10462 (struct call_site_target, union call_site_parameter_u, struct
10463 call_site_parameter): Move out of struct call_site.
10464 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
10465 m32c_prologue.
10466 (enum srcdest_kind): Move out of struct srcdest.
10467 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
10468 * prologue-value.h (enum prologue_value_kind): Move out of struct
10469 prologue_value.
10470 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
10471 gdbarch_tdep.
10472 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
10473 out of struct field_info.
10474 * symfile.h (struct other_sections): Move out of struct
10475 section_addr_info.
10476 * symtab.c (struct symbol_cache_slot): Move out struct
10477 block_symbol_cache.
10478 * target-descriptions.c (enum tdesc_type_kind): Move out of
10479 typedef struct tdesc_type.
10480 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
10481 struct tui_line_or_address.
10482 * value.c (enum internalvar_kind, union internalvar_data): Move
10483 out of struct internalvar.
10484 * xtensa-tdep.h (struct ctype_cache): Move out of struct
10485 gdbarch_tdep.
10486
fe978cb0
PA
104872015-02-27 Tom Tromey <tromey@redhat.com>
10488 Pedro Alves <palves@redhat.com>
10489
10490 Rename symbols whose names are reserved C++ keywords throughout.
10491
3bc3d82a
PA
104922015-02-27 Pedro Alves <palves@redhat.com>
10493
10494 * Makefile.in (COMPILER): New, get it from autoconf.
10495 (COMPILE.pre, CC_LD): Use COMPILER.
10496 (CXX): Get from autoconf instead.
10497 (CXX_FOR_TARGET): Default to g++ instead of gcc.
10498 * acinclude.m4: Include build-with-cxx.m4.
10499 * build-with-cxx.m4: New file.
10500 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
10501 Disable -Werror by default if building in C++ mode.
10502 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
10503 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
10504 Run supported-warning-flags tests with the C++ compiler.
10505 Save/restore CXXFLAGS too.
10506 * configure: Regenerate.
10507
07697489
PA
105082015-02-27 Pedro Alves <palves@redhat.com>
10509
10510 * libiberty.m4: New file.
10511 * acinclude.m4: Include libiberty.m4.
10512 * configure.ac: Call libiberty_INIT.
10513 * config.in, configure: Regenerate.
10514
60abeae4
AA
105152015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10516
10517 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
10518 31-bit targets, but 64-bit targets as well.
10519 (s390_gnu_triplet_regexp): New function.
10520 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
10521 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
10522 method.
10523
f44466fb 105242015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
10525
10526 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
10527 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
10528 from CONTEXT_DEBUGGER.
10529
0def5aaa
DE
105302015-02-26 Doug Evans <dje@google.com>
10531
10532 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
10533 CHECK_TYPEDEF.
10534 (set_type_vptr_fieldno): Ditto.
10535 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
10536 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
10537
77b64a49
PA
105382015-02-26 Pedro Alves <palves@redhat.com>
10539
10540 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
10541 * complaints.c (vcomplaint): Pass argument FMT directly to
10542 printf-like functions instead of complaint->fmt.
10543 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
10544 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
10545 * compile/compile-loc2c.c (pushf, unary, binary): Add
10546 ATTRIBUTE_PRINTF.
10547 (do_compile_dwarf_expr_to_c): Pass string literal as format string
10548 to pushf.
10549 (BINARY): Pass string literal as format string to 'binary'.
10550 * compile/compile-object-load.c (link_callbacks_einfo): Add
10551 ATTRIBUTE_PRINTF.
10552 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
10553
532f44ed
PA
105542015-02-26 Pedro Alves <palves@redhat.com>
10555
10556 * windows-termcap.c: Rename to ...
10557 * stub-termcap.c: ... this. Adjust header line.
10558 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
10559 windows-termcap.c.
10560 * configure: Regenerate.
10561 * configure.ac: Refer to stub-termcap.o instead of
10562 windows-termcap.o.
10563 * gdb_curses.h: Mention stub-termcap.c instead of
10564 windows-termcap.c.
10565
081a1c2c
JK
105662015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
10569 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
10570
2f41223f
AT
105712015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10572
10573 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
10574
80c57053
JK
105752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10576
10577 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
10578 bfd_canonicalize_symtab.
10579
cf424aef
JB
105802015-02-25 John Baldwin <jhb@FreeBSD.org>
10581
10582 * amd64fbsd-nat.c: Include sys/user.h.
10583 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10584 instead of KERN_PS_STRINGS to locate the signal trampoline.
10585 * i386fbsd-nat.c: Include sys/user.h.
10586 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
10587 instead of KERN_PS_STRINGS to locate the signal trampoline.
10588 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
10589 (amd64fbsd_sigtramp_p): New.
10590 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
10591 longer set default values.
10592 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
10593 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
10594 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
10595 (i386fbsd_freebsd4_sigtramp_start)
10596 (i386fbsd_freebsd4_sigtramp_middle)
10597 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
10598 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
10599 (i386fbsd_sigtramp_p): New.
10600 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
10601 longer set default values.
10602 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
10603
c5cb74ee
JB
106042015-02-25 John Baldwin <jhb@freebsd.org>
10605
10606 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
10607 get_frame_register instead of frame_unwind_register_unsigned.
10608
17487d85
JK
106092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10610
10611 PR build/18033
10612 * compile/compile-c-support.c (c_compute_program): Change // comment.
10613 * compile/compile-object-load.c (setup_sections): Change // comment.
10614
9357a9e6
JB
106152015-02-26 Joel Brobecker <brobecker@adacore.com>
10616
10617 PR build/18033:
10618 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
10619
1f10ba14
PA
106202015-02-23 Pedro Alves <palves@redhat.com>
10621
10622 * remote.c (skip_to_semicolon): New function.
10623 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
10624 special case the stop reasons that look like hex numbers
10625 upfront. Instead handle real register numbers after matching
10626 all the known stop reasons.
10627
96553a0c
DE
106282015-02-21 Doug Evans <dje@google.com>
10629
10630 PR c++/17976, symtab/17821
10631 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
10632 is_in_anonymous. All callers updated.
10633 (find_symbol_in_baseclass): Ditto.
10634 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
10635 for symbols in an anonymous namespace.
10636 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
10637 DW_AT_name directly.
10638 (dwarf2_name): Convert missing namespace name to
10639 CP_ANONYMOUS_NAMESPACE_STR.
10640
2db9a427
PA
106412015-02-20 Pedro Alves <palves@redhat.com>
10642
10643 * linux-nat.c (linux_handle_extended_wait): Call
10644 thread_db_notice_clone whenever a new clone LWP is detected.
10645 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
10646 functions.
10647 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
10648 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
10649 (linux_unstop_all_lwps): Declare.
10650 * linux-thread-db.c (struct thread_get_info_inout): Delete.
10651 (thread_get_info_callback): Delete.
10652 (thread_from_lwp): Use td_thr_get_info and record_thread.
10653 (thread_db_attach_lwp): Delete.
10654 (thread_db_notice_clone): New function.
10655 (try_thread_db_load_1): If /proc is mounted and shows the
10656 process'es task list, walk over all LWPs and call thread_from_lwp
10657 instead of relying on td_ta_thr_iter.
10658 (attach_thread): Don't call check_thread_signals here. Split the
10659 tail part of the function (which adds the thread to the core GDB
10660 thread list) to ...
10661 (record_thread): ... this function. Call check_thread_signals
10662 here.
10663 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
10664 call thread_from_lwp.
10665 (thread_db_update_thread_list): Rename to ...
10666 (thread_db_update_thread_list_org): ... this.
10667 (thread_db_update_thread_list): New function.
10668 (thread_db_find_thread_from_tid): Delete.
10669 (thread_db_get_ada_task_ptid): Simplify.
10670 * nat/linux-procfs.c: Include <sys/stat.h>.
10671 (linux_proc_task_list_dir_exists): New function.
10672 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
10673
3b27ef47
PA
106742015-02-20 Pedro Alves <palves@redhat.com>
10675
10676 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
10677 main LWP. Handle the case of waitpid returning 0 if we're already
10678 attached to the LWP. Don't set the LWP's last_resume_kind to
10679 resume_stop if we already knew about the LWP.
10680 (linux_nat_filter_event): Add debug logs.
10681
1cc28231
PA
106822015-02-20 Pedro Alves <palves@redhat.com>
10683
10684 * target.h (forward_target_decr_pc_after_break): Delete
10685 declaration.
10686
5c5019c2
PA
106872015-02-20 Pedro Alves <palves@redhat.com>
10688
10689 PR threads/18006
10690 * linux-thread-db.c (thread_get_info_callback): Return early if
10691 the thread's lwp id is -1.
10692
f3978e91
JB
106932015-02-20 Joel Brobecker <brobecker@adacore.com>
10694
10695 GDB 7.9 released.
10696
ffdf88ec
SE
106972015-02-19 Steve Ellcey <sellcey@imgtec.com>
10698
10699 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
10700 (dtrace_get_probes) Change type of variable 'dof'.
10701
c9587f88
AT
107022015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10703
10704 PR breakpoints/16812
10705 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
10706 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
10707 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
10708
53cf2ee0
DT
107092015-02-19 David Taylor <dtaylor@emc.com>
10710
10711 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
10712
acfe0940
PP
107132015-02-18 Patrick Palka <patrick@parcs.ath.cx>
10714
10715 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
10716 function.
10717 (tui_putc): Don't call tui_handle_resize_during_io.
10718 (tui_getc): Likewise.
10719 (tui_mld_getc): Likewise.
10720 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
10721 (tui_sigwinch_token): New static variable.
10722 (tui_initialize_win): Adjust documentation. Set
10723 tui_sigwinch_token.
10724 (tui_async_resize_screen): New asynchronous callback.
10725 (tui_sigwinch_handler): Adjust documentation. Asynchronously
10726 invoke tui_async_resize_screen.
10727
f6a88844
JM
107282015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10729
10730 * configure: Regenerated.
10731 * configure.ac: Use GDB_AC_TRANSFORM.
10732 * Makefile.in (aclocal_m4_deps): Added transform.m4.
10733 * acinclude.m4: sinclude transform.m4.
10734 * transform.m4: New file.
10735 (GDB_AC_TRANSFORM): New macro.
10736
b05e3b0d
JM
107372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10738
10739 * NEWS: Announce the support for DTrace SDT probes.
10740
c3e3045e
JM
107412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10742
10743 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
10744 (amd64_dtrace_parse_probe_argument): New function.
10745 (amd64_dtrace_probe_is_enabled): Likewise.
10746 (amd64_dtrace_enable_probe): Likewise.
10747 (amd64_dtrace_disable_probe): Likewise.
10748 (amd64_linux_init_abi): Register the
10749 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
10750 `gdbarch_dtrace_disable_probe' and
10751 `gdbarch_dtrace_probe_is_enabled' hooks.
10752 (amd64_dtrace_disabled_probe_sequence_1): New constant.
10753 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
10754 (amd64_dtrace_enable_probe_sequence): Likewise.
10755 (amd64_dtrace_disable_probe_sequence): Likewise.
10756
d4777acb
JM
107572015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10758
10759 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
10760 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
10761 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
10762 handle ELF files.
10763 * Makefile.in (SFILES): dtrace-probe.c added.
10764 * configure: Regenerate.
10765 * dtrace-probe.c: New file.
10766 (SHT_SUNW_dof): New constant.
10767 (dtrace_probe_type): New enum.
10768 (dtrace_probe_arg): New struct.
10769 (dtrace_probe_arg_s): New typedef.
10770 (struct dtrace_probe_enabler): New struct.
10771 (dtrace_probe_enabler_s): New typedef.
10772 (dtrace_probe): New struct.
10773 (dtrace_probe_is_linespec): New function.
10774 (dtrace_dof_sect_type): New enum.
10775 (dtrace_dof_dofh_ident): Likewise.
10776 (dtrace_dof_encoding): Likewise.
10777 (DTRACE_DOF_ENCODE_LSB): Likewise.
10778 (DTRACE_DOF_ENCODE_MSB): Likewise.
10779 (dtrace_dof_hdr): New struct.
10780 (dtrace_dof_sect): Likewise.
10781 (dtrace_dof_provider): Likewise.
10782 (dtrace_dof_probe): Likewise.
10783 (DOF_UINT): New macro.
10784 (DTRACE_DOF_PTR): Likewise.
10785 (DTRACE_DOF_SECT): Likewise.
10786 (dtrace_process_dof_probe): New function.
10787 (dtrace_process_dof): Likewise.
10788 (dtrace_build_arg_exprs): Likewise.
10789 (dtrace_get_arg): Likewise.
10790 (dtrace_get_probes): Likewise.
10791 (dtrace_get_probe_argument_count): Likewise.
10792 (dtrace_can_evaluate_probe_arguments): Likewise.
10793 (dtrace_evaluate_probe_argument): Likewise.
10794 (dtrace_compile_to_ax): Likewise.
10795 (dtrace_probe_destroy): Likewise.
10796 (dtrace_gen_info_probes_table_header): Likewise.
10797 (dtrace_gen_info_probes_table_values): Likewise.
10798 (dtrace_probe_is_enabled): Likewise.
10799 (dtrace_probe_ops): New variable.
10800 (info_probes_dtrace_command): New function.
10801 (_initialize_dtrace_probe): Likewise.
10802 (dtrace_type_name): Likewise.
10803
8b367e17
JM
108042015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10805
10806 * gdbarch.sh (dtrace_parse_probe_argument): New.
10807 (dtrace_probe_is_enabled): Likewise.
10808 (dtrace_enable_probe): Likewise.
10809 (dtrace_disable_probe): Likewise.
10810 * gdbarch.c: Regenerate.
10811 * gdbarch.h: Regenerate.
10812
9aca2ff8
JM
108132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10814
10815 * stap-probe.c (stap_probe_ops): Add NULLs in the static
10816 stap_probe_ops for `enable_probe' and `disable_probe'.
10817 * probe.c (enable_probes_command): New function.
10818 (disable_probes_command): Likewise.
10819 (_initialize_probe): Define the cli commands `enable probe' and
10820 `disable probe'.
10821 (parse_probe_linespec): New function.
10822 (info_probes_for_ops): Use parse_probe_linespec.
10823 * probe.h (probe_ops): New hooks `enable_probe' and
10824 `disable_probe'.
10825
03e98035
JM
108262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10827
10828 * probe.c (compute_probe_arg): Moved from stap-probe.c
10829 (compile_probe_arg): Likewise.
10830 (probe_funcs): Likewise.
10831 * stap-probe.c (compute_probe_arg): Moved to probe.c.
10832 (compile_probe_arg): Likewise.
10833 (probe_funcs): Likewise.
10834
6f9b8491
JM
108352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10836
10837 * probe.c (print_ui_out_not_applicables): New function.
10838 (exists_probe_with_pops): Likewise.
10839 (info_probes_for_ops): Do not include column headers for probe
10840 types for which no probe has been actually found on any object.
10841 Also invoke `print_ui_out_not_applicables' in order to match the
10842 column rows with the header when probes of several types are
10843 listed.
10844 Print the "Type" column.
10845 * probe.h (probe_ops): Added a new probe operation `type_name'.
10846 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
10847 (stap_type_name): New function.
10848
69efdff1
PP
108492015-02-17 Patrick Palka <patrick@parcs.ath.cx>
10850
10851 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
10852 (key_is_command_char): Delete.
10853
f8e5e23e
PA
108542015-02-17 Pedro Alves <palves@redhat.com>
10855
10856 * tui/tui.c (tui_enable): Resize windows before anything
10857 might show a window.
10858
9f2e0721
MO
108592015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
10860
10861 PR gdb/17984
10862 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
10863 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
10864 call.
10865 * aarch64-tdep.h (tdesc_aarch64): Declare.
10866
171e6b1c
MW
108672015-02-12 Mark Wielaard <mjw@redhat.com>
10868
10869 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
10870
d5ff0482
DE
108712015-02-13 Doug Evans <dje@google.com>
10872
10873 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
10874 anonymous_namespace to is_in_anonymous for consistency with the rest
10875 of the file.
10876 (cp_lookup_bare_symbol): Fix typo in comment.
10877 (cp_search_static_and_baseclasses): Ditto.
10878 (search_symbol_list): Use vertical space in comment better.
10879 (reset_directive_searched): Ditto. Fix typo.
10880 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
10881
9f04ac5f
YQ
108822015-02-13 Yao Qi <yao.qi@arm.com>
10883
10884 * MAINTAINERS: Update my email address.
10885
013d0319
DE
108862015-02-12 Doug Evans <dje@google.com>
10887
b615dd20 10888 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 10889
9a7e538e
DE
108902015-02-12 Doug Evans <dje@google.com>
10891
10892 * completer.c (complete_line): Remove incorrect comment.
10893
e1fcd575
JK
108942015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10895
10896 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
10897 (py_print_frame): Use RETURN_MASK_ERROR.
10898
b99bf4e3
JK
108992015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10900
10901 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
10902 function comment. Wrap all function that can throw in cleanups.
10903 (gdbpy_apply_frame_filter): Wrap all function that can throw in
10904 cleanups.
10905
800eb1ce
JK
109062015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10907
10908 * python/py-framefilter.c (py_print_frame): Substitute goto error.
10909 Remove the error label.
10910
34019068
JK
109112015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10912
10913 * python/py-framefilter.c (py_print_frame): Put conditional code paths
10914 with goto first, indent the former else codepath left. Put variable
10915 'elided' to a new inner block.
10916
8d4a54e2
JK
109172015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10918
10919 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
10920
18ad82c1
PA
109212015-02-11 Pedro Alves <palves@redhat.com>
10922
10923 * xcoffread.c (within_function): Delete.
10924
e36122e9
TT
109252015-02-11 Tom Tromey <tromey@redhat.com>
10926 Pedro Alves <palves@redhat.com>
10927
10928 * breakpoint.c (base_breakpoint_ops): Delete.
10929 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
10930 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
10931 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
10932 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
10933 * python/py-arch.c (arch_object_type): Make extern.
10934 * python/py-block.c (block_syms_iterator_object_type): Make extern.
10935 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
10936 * python/py-cmd.c (cmdpy_object_type): Make extern.
10937 * python/py-continueevent.c (continue_event_object_type)
10938 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
10939 parameter. Update all callers.
10940 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
10941 * python/py-exitedevent.c (exited_event_object_type): Make extern.
10942 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
10943 * python/py-function.c (fnpy_object_type): Make extern.
10944 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
10945 * python/py-infevents.c (call_pre_event_object_type)
10946 (inferior_call_post_event_object_type).
10947 (memory_changed_event_object_type): Make extern.
10948 * python/py-infthread.c (thread_object_type): Make extern.
10949 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
10950 * python/py-linetable.c (linetable_entry_object_type)
10951 (linetable_object_type, ltpy_iterator_object_type): Make extern.
10952 * python/py-newobjfileevent.c (new_objfile_event_object_type)
10953 (clear_objfiles_event_object_type): Make extern.
10954 * python/py-objfile.c (objfile_object_type): Make extern.
10955 * python/py-param.c (parmpy_object_type): Make extern.
10956 * python/py-progspace.c (pspace_object_type): Make extern.
10957 * python/py-signalevent.c (signal_event_object_type): Make extern.
10958 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
10959 * python/py-type.c (type_object_type, field_object_type)
10960 (type_iterator_object_type): Make extern.
10961 * python/python.c (python_extension_script_ops)
10962 (python_extension_ops): Make extern.
10963 * stap-probe.c (stap_probe_ops): Make extern.
10964
0703599a
PA
109652015-02-11 Pedro Alves <pedro@codesourcery.com>
10966
10967 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
10968 because the event thread is not the current thread.
10969
eaaf76ab
DE
109702015-02-11 Doug Evans <xdje42@gmail.com>
10971
10972 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
10973 been initialized yet, return NULL.
10974
e7d52ed3
DE
109752015-02-11 Doug Evans <dje@google.com>
10976
10977 * symfile.h (new_symfile_objfile): Delete.
10978 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
10979 All callers updated.
10980
fc6b1256
PP
109812015-02-11 Patrick Palka <patrick@parcs.ath.cx>
10982
10983 * tui/tui-io.c (tui_handle_resize_during_io): Call
10984 tui_update_gdb_sizes() after resizing the screen.
10985 * tui/tui.c (tui_enable): Resize the terminal before
10986 calling tui_update_gdb_sizes().
10987
d9080678
PP
109882015-02-11 Patrick Palka <patrick@parcs.ath.cx>
10989
10990 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
10991 line before printing a newline.
10992
9f615e3a
MW
109932015-02-11 Mark Wielaard <mjw@redhat.com>
10994
10995 * utils.c (producer_is_gcc): Return true or false.
10996
d9080678 109972015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
10998
10999 * utils.h (producer_is_gcc): Change return type to bool. Add major
11000 argument.
11001 * utils.c (producer_is_gcc): Likewise.
11002 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11003 * dwarf2read.c (check_producer): Likewise.
11004
b052c4fb
PA
110052015-02-10 Pedro Alves <palves@redhat.com>
11006
11007 * infrun.c (displaced_step_fixup): Switch to the event thread
11008 before calling gdbarch_displaced_step_fixup.
11009
3ac240d4
AT
110102015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11011
11012 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11013
c1cc6152
SM
110142015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11015
11016 * ada-varobj.c (ada_name_of_child): Constify parent.
11017 (ada_path_expr_of_child): Same.
11018 (ada_value_of_child): Same.
11019 (ada_type_of_child): Same.
11020 * c-varobj.c (c_is_path_expr_parent): Same.
11021 (c_describe_child): Same.
11022 (c_name_of_child): Same.
11023 (c_value_of_child): Same.
11024 (c_type_of_child): Same.
11025 (cplus_number_of_children): Same.
11026 (cplus_describe_child): Constify var.
11027 (cplus_name_of_child): Constify parent.
11028 (cplus_value_of_child): Same.
11029 (cplus_type_of_child): Same.
11030 * jv-varobj.c (java_name_of_child): Same.
11031 (java_value_of_child): Same.
11032 (java_type_of_child): Same.
11033 * varobj.c (value_of_child): Same.
11034 (varobj_default_is_path_expr_parent): Constify var, parent and return
11035 value.
11036 (varobj_get_path_expr): Constify var, modify path_expr through
11037 mutable_var.
11038 (install_new_value): Constify parent.
11039 (value_of_child): Constify parent.
11040 * varobj.h (struct varobj): Constify parent.
11041 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11042 type_of_child.
11043 (varobj_get_path_expr): Constify var.
11044 (varobj_get_path_expr_parent): Constify var and return value.
11045
c1ee9414
LM
110462015-02-10 Luis Machado <lgustavo@codesourcery.com>
11047
11048 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11049 (arm_prologue_this_id): Move PC and SP limit checks to
11050 arm_prologue_unwind_stop_reason.
11051 (arm_prologue_unwind) <stop_reason> : Set to
11052 arm_prologue_unwind_stop_reason.
11053
f7de9aab
MW
110542015-02-09 Mark Wielaard <mjw@redhat.com>
11055
11056 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11057 DW_LANG_Fortran08 as language_fortran.
11058
0b24eb2d
SDJ
110592015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11060
11061 PR remote/17946
11062 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11063 of pointer against char.
11064
a2c2acaf
MW
110652015-02-09 Mark Wielaard <mjw@redhat.com>
11066
11067 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11068 (c_type_print_modifier): Likewise.
11069 * dwarf2read.c (read_tag_atomic_type): New function.
11070 (read_type_die_1): Handle DW_TAG_atomic_type.
11071 * gdbtypes.c (make_atomic_type): New function.
11072 (recursive_dump_type): Handle TYPE_ATOMIC.
11073 * gdbtypes.h (enum type_flag_values): Renumber.
11074 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11075 (TYPE_ATOMIC): New macro.
11076 (make_atomic_type): Declare.
11077
31fd9caa
MM
110782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11079
11080 * btrace.c (ftrace_find_call): Skip gaps.
11081 (ftrace_new_function): Initialize level.
11082 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11083 (ftrace_new_switch): Update
11084 level computation.
11085 (ftrace_new_gap): New.
11086 (ftrace_update_function): Create new function after gap.
11087 (btrace_compute_ftrace_bts): Create gap on error.
11088 (btrace_stitch_bts): Update parameters. Clear trace if it
11089 becomes empty.
11090 (btrace_stitch_trace): Update parameters. Update callers.
11091 (btrace_clear): Reset the number of gaps.
11092 (btrace_insn_get): Return NULL if the iterator points to a gap.
11093 (btrace_insn_number): Return zero if the iterator points to a gap.
11094 (btrace_insn_end): Allow gaps at the end.
11095 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11096 (btrace_find_insn_by_number): Assert that the found iterator does
11097 not point to a gap.
11098 (btrace_call_next, btrace_call_prev): Assert that the last function
11099 is not a gap.
11100 * btrace.h (btrace_bts_error): New.
11101 (btrace_function): Update comment.
11102 (btrace_function) <insn, insn_offset, number>: Update comment.
11103 (btrace_function) <errcode>: New.
11104 (btrace_thread_info) <ngaps>: New.
11105 (btrace_thread_info) <replay>: Update comment.
11106 (btrace_insn_get): Update comment.
11107 * record-btrace.c (btrace_ui_out_decode_error): New.
11108 (record_btrace_info): Print number of gaps.
11109 (btrace_insn_history, btrace_call_history): Call
11110 btrace_ui_out_decode_error for gaps.
11111 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11112
afb778a2
MM
111132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11114
11115 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11116 * nat/linux-btrace.c: (btrace_this_cpu): New.
11117 (cpu_supports_bts): Call btrace_this_cpu.
11118 (intel_supports_bts): Add cpu parameter.
11119
7d5c24b3
MM
111202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11121
11122 * btrace.h (btrace_insn_class): New.
11123 (btrace_insn) <size, iclass>: New.
11124 * btrace.c (ftrace_find_call): Update parameters. Update users.
11125 Use instruction classification.
11126 (ftrace_new_return): Update parameters. Update users.
11127 (ftrace_update_function): Update parameters. Update users. Use
11128 instruction classification.
11129 (ftrace_update_insns): Update parameters. Update users.
11130 (ftrace_classify_insn): New.
11131 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11132 TRY_CATCH around call to gdb_insn_length.
11133
76235df1
MM
111342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11135
11136 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11137 Update parameters. Update users.
11138
d33501a5
MM
111392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11140
11141 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11142 (btrace_conf_bts_attributes): New.
11143 (btrace_conf_children): Add attributes.
11144 * common/btrace-common.h (btrace_config_bts): New.
11145 (btrace_config)<bts>: New.
11146 (btrace_config): Update comment.
11147 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11148 Use config.
11149 * features/btrace-conf.dtd: Increment version. Add size
11150 attribute to bts element.
11151 * record-btrace.c (set_record_btrace_bts_cmdlist,
11152 show_record_btrace_bts_cmdlist): New.
11153 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11154 record_btrace_print_conf, cmd_set_record_btrace_bts,
11155 cmd_show_record_btrace_bts): New.
11156 (record_btrace_info): Call record_btrace_print_conf.
11157 (_initialize_record_btrace): Add commands.
11158 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11159 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11160 (btrace_sync_conf): Synchronize bts size.
11161 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11162 * NEWS: Announce new commands and new packets.
11163
f4abbc16
MM
111642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11165
11166 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11167 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11168 (x86_linux_btrace_conf): New.
11169 (x86_linux_create_target): Initialize to_btrace_conf.
11170 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11171 Check format. Split into this and ...
11172 (linux_enable_bts): ... this.
11173 (linux_btrace_conf): New.
11174 (perf_event_skip_record): Renamed into ...
11175 (perf_event_skip_bts_record): ... this. Updated users.
11176 (linux_disable_btrace): Split into this and ...
11177 (linux_disable_bts): ... this.
11178 (linux_read_btrace): Check format.
11179 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11180 (linux_btrace_conf): New.
11181 (btrace_target_info)<ptid>: Moved.
11182 (btrace_target_info)<conf>: New.
11183 (btrace_target_info): Split into this and ...
11184 (btrace_tinfo_bts): ... this. Updated users.
11185 * btrace.c (btrace_enable): Update parameters.
11186 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11187 (btrace_conf_children, btrace_conf_attributes)
11188 (btrace_conf_elements): New.
11189 * btrace.h (btrace_enable): Update parameters.
11190 (btrace_conf, parse_xml_btrace_conf): New.
11191 * common/btrace-common.h (btrace_config): New.
11192 * feature/btrace-conf.dtd: New.
11193 * record-btrace.c (record_btrace_conf): New.
11194 (record_btrace_cmdlist): New.
11195 (record_btrace_enable_warn, record_btrace_open): Pass
11196 &record_btrace_conf.
11197 (record_btrace_info): Print recording format.
11198 (cmd_record_btrace_bts_start): New.
11199 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11200 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11201 Add "record bts" alias command.
11202 * remote.c (remote_state)<btrace_config>: New.
11203 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11204 (remote_protocol_features): Add qXfer:btrace-conf:read.
11205 (remote_open_1): Call remote_btrace_reset.
11206 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11207 (btrace_target_info)<conf>: New.
11208 (btrace_sync_conf, btrace_read_config): New.
11209 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11210 btrace_read_conf.
11211 (remote_btrace_conf): New.
11212 (init_remote_ops): Initialize to_btrace_conf.
11213 (_initialize_remote): Add qXfer:btrace-conf packet.
11214 * target.c (target_enable_btrace): Update parameters.
11215 (target_btrace_conf): New.
11216 * target.h (target_enable_btrace): Update parameters.
11217 (target_btrace_conf): New.
11218 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11219 (target_ops)<to_enable_btrace>: Update parameters and comment.
11220 (target_ops)<to_btrace_conf>: New.
11221 * target-delegates: Regenerate.
11222 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11223 (target_debug_print_const_struct_btrace_target_info_p): New.
11224 * NEWS: Announce new command and new packet.
11225
aadf7753
MM
112262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11227
11228 * nat/linux-btrace.h (perf_event_buffer): New.
11229 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11230 <bts>: ... this.
11231 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11232 (perf_event_buffer_size, perf_event_buffer_begin)
11233 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11234 Updated users.
11235 (perf_event_new_data): New.
11236
043c3577
MM
112372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11238
11239 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11240 * record-btrace.c (record_btrace_open): Remove call to
11241 target_supports_btrace.
11242 * remote.c (remote_supports_btrace): Update parameters.
11243 * target.c (target_supports_btrace): Update parameters.
11244 * target.h (to_supports_btrace, target_supports_btrace): Update
11245 parameters.
11246 * target-delegates.c: Regenerate.
11247 * target-debug.h (target_debug_print_enum_btrace_format): New.
11248 * nat/linux-btrace.c
11249 (kernel_supports_btrace): Rename into ...
11250 (kernel_supports_bts): ... this. Update users. Update warning text.
11251 (intel_supports_btrace): Rename into ...
11252 (intel_supports_bts): ... this. Update users.
11253 (cpu_supports_btrace): Rename into ...
11254 (cpu_supports_bts): ... this. Update users.
11255 (linux_supports_btrace): Update parameters. Split into this and ...
11256 (linux_supports_bts): ... this.
11257 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11258
734b0e4b
MM
112592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11260
11261 * Makefile.in (SFILES): Add common/btrace-common.c.
11262 (COMMON_OBS): Add common/btrace-common.o.
11263 (btrace-common.o): Add build rules.
11264 * btrace.c (parse_xml_btrace): Update parameters.
11265 (parse_xml_btrace_block): Set format field.
11266 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11267 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11268 (btrace_compute_ftrace): Split into this and...
11269 (btrace_compute_ftrace_bts): ...this.
11270 (btrace_stitch_trace): Split into this and...
11271 (btrace_stitch_bts): ...this.
11272 * btrace.h (parse_xml_btrace): Update parameters.
11273 (make_cleanup_btrace_data): New.
11274 * common/btrace-common.c: New.
11275 * common/btrace-common.h: Include common-defs.h.
11276 (btrace_block_s): Update comment.
11277 (btrace_format): New.
11278 (btrace_format_string): New.
11279 (btrace_data_bts): New.
11280 (btrace_data): New.
11281 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11282 * remote.c (remote_read_btrace): Update parameters.
11283 * target.c (target_read_btrace): Update parameters.
11284 * target.h (target_read_btrace): Update parameters.
11285 (target_ops)<to_read_btrace>: Update parameters.
11286 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11287 * target-delegates.c: Regenerate.
11288 * target-debug (target_debug_print_struct_btrace_data_p): New.
11289 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11290 (linux_read_bts): ...this.
11291 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11292
bd2e0e9e
DE
112932015-02-06 Doug Evans <dje@google.com>
11294
11295 * remote-m32r-sdi.c: Include symfile.h.
11296
f176c4b5
DE
112972015-02-06 Doug Evans <dje@google.com>
11298
11299 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11300 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11301 to here.
11302
d6c146e9
PA
113032015-02-06 Pedro Alves <palves@redhat.com>
11304
11305 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11306
b9d61307
SM
113072015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11308
11309 PR gdb/15678
11310 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11311 (enable_count_command): Check args for NULL value.
11312
e9fbd043
DE
113132015-02-05 Doug Evans <xdje42@gmail.com>
11314
11315 * guile/scm-frame.c: Fix spelling errors in a comment.
11316
881d5d5d
JK
113172015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11318
11319 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11320 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11321 return type.
11322
20ba1ce6
PA
113232015-02-04 Pedro Alves <palves@redhat.com>
11324
11325 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11326 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11327 returns true.
11328 (resume_stopped_resumed_lwps): Don't check whether the thread is
11329 marked as executing.
11330 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11331
f962539a
AA
113322015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11333
11334 * regset.h (struct regset): Add flags field.
11335 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11336 * corelow.c (get_core_register_section): Add warning if the size
11337 exceeds the requested size and the regset does not have the
11338 REGSET_VARIABLE_SIZE flag set.
11339 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11340 flag.
11341 * armbsd-tdep.c (armbsd_gregset): Likewise.
11342 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11343 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11344 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11345 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11346
dde9acd6
AA
113472015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11348
11349 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11350 For ".reg-xstate", explicitly specify the requested section size
11351 via X86_XSTATE_SIZE instead of just 0 on input and
11352 X86_XSTATE_MAX_SIZE on output.
11353 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11354 Likewise.
11355
1528345d
AA
113562015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11357
11358 PR corefiles/17808:
11359 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11360 function type, particularly its SIZE parameter.
11361 * gdbarch.h: Regenerate.
11362 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11363 actual against required size using ">=" instead of "==".
11364 (amd64_collect_fpregset): Likewise.
11365 * i386-tdep.c (i386_supply_gregset): Likewise.
11366 (i386_collect_gregset): Likewise.
11367 (i386_supply_fpregset): Likewise.
11368 (i386_collect_fpregset): Likewise.
11369 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11370 (mips_fill_gregset_wrapper): Likewise.
11371 (mips_supply_fpregset_wrapper): Likewise.
11372 (mips_fill_fpregset_wrapper): Likewise.
11373 (mips64_supply_gregset_wrapper): Likewise.
11374 (mips64_fill_gregset_wrapper): Likewise.
11375 (mips64_supply_fpregset_wrapper): Likewise.
11376 (mips64_fill_fpregset_wrapper): Likewise.
11377 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11378 (am33_supply_fpregset_method): Likewise.
11379 (am33_collect_gregset_method): Likewise.
11380 (am33_collect_fpregset_method): Likewise.
11381
518be979
DE
113822015-02-04 Doug Evans <dje@google.com>
11383 Pedro Alves <palves@redhat.com>
11384 Eli Zaretskii <eliz@gnu.org>
11385
11386 PR tui/17810
11387 * tui/tui-command.c (tui_refresh_cmd_win): New function.
11388 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11389 * tui/tui-file.c: #include tui/tui-command.h.
11390 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11391 (tui_file_flush): Refresh command window if stream is gdb_stdout.
11392 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11393
80bd5fab
PA
113942015-02-04 Pedro Alves <palves@redhat.com>
11395
11396 Fix build breakage.
11397 * event-loop.c (gdb_do_one_event): Add default switch case.
11398
a7606d80
JK
113992015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 Filter out inferior gcc option -fpreprocessed.
11402 * compile/compile.c (filter_args): New function.
11403 (get_args): Use it.
11404
70b66289
PA
114052015-02-03 Pedro Alves <palves@redhat.com>
11406
11407 * event-loop.c: Don't declare nor define a queue type for
11408 gdb_event_p.
11409 (event_queue): Delete.
11410 (create_event, create_file_event, gdb_event_xfree)
11411 (initialize_event_loop, process_event): Delete.
11412 (gdb_do_one_event): Return as soon as one event is handled.
11413 (handle_file_event): Change prototype. Used the passed in
11414 file_handler pointer and ready_mask instead of looping over all
11415 file handlers.
11416 (gdb_wait_for_event): Update the poll/select timeouts before
11417 blocking. Run event handlers directly instead of queueing events.
11418 Return as soon as one event is handled.
11419 (struct async_event_handler_data): Delete.
11420 (invoke_async_event_handler): Delete.
11421 (check_async_event_handlers): Change return type to int. Run
11422 event handlers directly instead of queueing events. Return as
11423 soon as one event is handled.
11424 (handle_timer_event): Delete.
11425 (update_wait_timeout): New function, factored out from
11426 poll_timers.
11427 (poll_timers): Reimplement.
11428 * event-loop.h (initialize_event_loop): Delete declaration.
11429 * top.c (gdb_init): Don't call initialize_event_loop.
11430
b7d2e916
PA
114312015-02-03 Pedro Alves <palves@redhat.com>
11432
11433 * event-loop.c (clear_async_event_handler): New function.
11434 * event-loop.h (clear_async_event_handler): New declaration.
11435 * record-btrace.c (record_btrace_async): New function.
11436 (init_record_btrace_ops): Install record_btrace_async.
11437 * record-full.c (record_full_async): New function.
11438 (record_full_resume): Don't mark the async event source here.
11439 (init_record_full_ops): Install record_full_async.
11440 (record_full_core_resume): Don't mark the async event source here.
11441 (init_record_full_core_ops): Install record_full_async.
11442 * remote.c (remote_async): Mark and clear the async stop reply
11443 queue event-loop token as appropriate.
11444
d9d41e78
PA
114452015-02-03 Pedro Alves <palves@redhat.com>
11446
11447 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11448 target_is_async_p instead of target_can_async.
11449 (linux_nat_wait): Use target_is_async_p instead of
11450 target_can_async. Don't enable async here.
11451 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11452 target_is_async_p instead of target_can_async.
11453
aa3de267
SM
114542015-02-02 Simon Marchi <simon.marchi@ericsson.com>
11455
11456 * varobj.h (lang_varobj_ops): Mention which return values need
11457 to be freed.
11458
2c811c0f
JB
114592015-02-02 Joel Brobecker <brobecker@adacore.com>
11460
11461 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
11462
b1eedac9
JB
114632015-02-02 Joel Brobecker <brobecker@adacore.com>
11464
11465 PR gdb/17856:
11466 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
11467 results found in the cache.
11468
66c168ae
JB
114692015-02-02 Joel Brobecker <brobecker@adacore.com>
11470
11471 PR gdb/17854:
11472 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
11473 when allocating a new one.
11474
4bdc02b2
TT
114752015-02-01 Tom Tromey <tom@tromey.com>
11476
11477 * MAINTAINERS: Remove myself.
11478
ae6ae975
DE
114792015-01-31 Doug Evans <xdje42@gmail.com>
11480
11481 * dwarf2read.c (process_structure_scope): Update setting of
11482 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
11483 * gdbtypes.c (internal_type_vptr_fieldno): New function.
11484 (set_type_vptr_fieldno): New function.
11485 (internal_type_vptr_basetype): New function.
11486 (set_type_vptr_basetype): New function.
11487 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
11488 TYPE_VPTR_BASETYPE.
11489 (allocate_cplus_struct_type): Initialize vptr_fieldno.
11490 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
11491 (print_cplus_stuff): ... moved here.
11492 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
11493 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
11494 moved to ...
11495 (struct cplus_struct_type): ... here. All uses updated.
11496 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
11497 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
11498 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
11499 * stabsread.c (read_tilde_fields): Update setting of
11500 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
11501
09e2d7c7
DE
115022015-01-31 Doug Evans <xdje42@gmail.com>
11503
11504 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
11505 to self_p.
11506 (cp_print_class_member): Rename local domain to self_type.
11507 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
11508 domain_type to self_type.
11509 (set_die_type) <need_gnat_info>: Handle
11510 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
11511 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
11512 TYPE_SPECIFIC_SELF_TYPE.
11513 * gdbtypes.c (internal_type_self_type): New function.
11514 (set_type_self_type): New function.
11515 (smash_to_memberptr_type): Rename parameter domain to self_type.
11516 Update setting of TYPE_SELF_TYPE.
11517 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
11518 (smash_to_method_type): Rename parameter domain to self_type.
11519 Update setting of TYPE_SELF_TYPE.
11520 (check_stub_method): Call smash_to_method_type.
11521 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
11522 (copy_type_recursive): Ditto.
11523 * gdbtypes.h (enum type_specific_kind): New value
11524 TYPE_SPECIFIC_SELF_TYPE.
11525 (struct main_type) <type_specific>: New member self_type.
11526 (struct cplus_struct_type) <fn_field.type>: Update comment.
11527 (TYPE_SELF_TYPE): Rewrite.
11528 (internal_type_self_type, set_type_self_type): Declare.
11529 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
11530 self_type.
11531 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
11532 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
11533 TYPE_TARGET_TYPE.
11534 * stabsread.c (read_member_functions): Mark methods with
11535 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
11536 TYPE_SELF_TYPE.
11537
4bfb94b8
DE
115382015-01-31 Doug Evans <xdje42@gmail.com>
11539
11540 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
11541 All uses updated.
11542
5f4ce105
DE
115432015-01-31 Doug Evans <xdje42@gmail.com>
11544
11545 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
11546 or unions. Return zero if union.
11547 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
11548 (gnuv3_rtti_type): Pass already-check_typedef'd value to
11549 gnuv3_get_vtable.
11550 (compute_vtable_size): Assert only passed structs.
11551 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
11552
f6b3afbf
DE
115532015-01-31 Doug Evans <xdje42@gmail.com>
11554
11555 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
11556 kinds.
11557
cfb069a8
GB
115582015-01-31 Gary Benson <gbenson@redhat.com>
11559 Doug Evans <dje@google.com>
11560
11561 PR cli/9007
11562 PR cli/11920
11563 PR cli/15548
11564 * cli/cli-cmds.c (complete_command): Notify user if max-completions
11565 reached.
11566 * common/common-exceptions.h (enum errors)
11567 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
11568 * completer.h (get_max_completions_reached_message): New declaration.
11569 (max_completions): Likewise.
11570 (completion_tracker_t): New typedef.
11571 (new_completion_tracker): New declaration.
11572 (make_cleanup_free_completion_tracker): Likewise.
11573 (maybe_add_completion_enum): New enum.
11574 (maybe_add_completion): New declaration.
11575 (throw_max_completions_reached_error): Likewise.
11576 * completer.c (max_completions): New global variable.
11577 (new_completion_tracker): New function.
11578 (free_completion_tracker): Likewise.
11579 (make_cleanup_free_completion_tracker): Likewise.
11580 (maybe_add_completions): Likewise.
11581 (throw_max_completions_reached_error): Likewise.
11582 (complete_line): Remove duplicates and limit result to max_completions
11583 entries.
11584 (get_max_completions_reached_message): New function.
11585 (gdb_display_match_list): Handle max_completions.
11586 (_initialize_completer): New declaration and function.
11587 * symtab.c: Include completer.h.
11588 (completion_tracker): New static variable.
11589 (completion_list_add_name): Call maybe_add_completion.
11590 (default_make_symbol_completion_list_break_on_1): Renamed from
11591 default_make_symbol_completion_list_break_on. Maintain
11592 completion_tracker across calls to completion_list_add_name.
11593 (default_make_symbol_completion_list_break_on): New function.
11594 * top.c (init_main): Set rl_completion_display_matches_hook.
11595 * tui/tui-io.c: Include completer.h.
11596 (tui_old_rl_display_matches_hook): New static global.
11597 (tui_rl_display_match_list): Notify user if max-completions reached.
11598 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
11599 * NEWS (New Options): Mention set/show max-completions.
11600
e11c72c7
GB
116012015-01-31 Gary Benson <gbenson@redhat.com>
11602
11603 * symtab.c (struct add_name_data) <code>: New field.
11604 Updated comments.
11605 (add_symtab_completions): New function.
11606 (symtab_expansion_callback): Likewise.
11607 (default_make_symbol_completion_list_break_on): Set datum.code.
11608 Move minimal symbol scan before calling expand_symtabs_matching.
11609 Scan known primary symtabs for externs and statics before calling
11610 expand_symtabs_matching. Pass symtab_expansion_callback as
11611 expansion_notify argument to expand_symtabs_matching. Do not scan
11612 primary symtabs for externs and statics after calling
11613 expand_symtabs_matching.
11614
276d885b
GB
116152015-01-31 Gary Benson <gbenson@redhat.com>
11616
11617 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
11618 (struct quick_symbol_functions) <expand_symtabs_matching>:
11619 New argument expansion_notify. All uses updated.
11620 (expand_symtabs_matching): New argument expansion_notify.
11621 All uses updated.
11622 * symfile-debug.c (debug_qf_expand_symtabs_matching):
11623 Also print expansion notify.
11624 * symtab.c (expand_symtabs_matching_via_partial): Call
11625 expansion_notify whenever a partial symbol table is expanded.
11626 * dwarf2read.c (dw2_expand_symtabs_matching): Call
11627 expansion_notify whenever a symbol table is instantiated.
11628
82083d6d
DE
116292015-01-31 Doug Evans <xdje42@gmail.com>
11630
11631 * cli-out.c: #include completer.h, readline/readline.h.
11632 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
11633 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
11634 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
11635 * cli-out.h (cli_display_match_list): Declare.
11636 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
11637 (ELLIPSIS_LEN): Ditto.
11638 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
11639 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
11640 (gdb_fnprint, gdb_print_filename): Ditto.
11641 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
11642 (gdb_display_match_list): Ditto.
11643 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
11644 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
11645 (mld_beep_ftype, mld_read_key_ftype): Ditto.
11646 (match_list_displayer): New struct.
11647 (gdb_display_match_list): Declare.
11648 * top.c (init_main): Set rl_completion_display_matches_hook.
11649 * tui/tui-io.c: #include completer.h.
11650 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
11651 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
11652 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
11653 (tui_mld_getc, tui_mld_read_key): Ditto.
11654 (tui_rl_display_match_list): Rewrite.
11655 (tui_handle_resize_during_io): New arg for_completion. All callers
11656 updated.
11657
f57d2163
DE
116582015-01-31 Doug Evans <xdje42@gmail.com>
11659
11660 Add symbol lookup cache.
11661 * NEWS: Document new options and commands.
11662 * symtab.c (symbol_cache_key): New static global.
11663 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
11664 (SYMBOL_LOOKUP_FAILED): New macro.
11665 (symbol_cache_slot_state): New enum.
11666 (block_symbol_cache): New struct.
11667 (symbol_cache): New struct.
11668 (new_symbol_cache_size, symbol_cache_size): New static globals.
11669 (hash_symbol_entry, eq_symbol_entry): New functions.
11670 (symbol_cache_byte_size, resize_symbol_cache): New functions.
11671 (make_symbol_cache, free_symbol_cache): New functions.
11672 (get_symbol_cache, symbol_cache_cleanup): New function.
11673 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
11674 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
11675 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
11676 (symbol_cache_flush, symbol_cache_dump): New functions.
11677 (maintenance_print_symbol_cache): New function.
11678 (maintenance_flush_symbol_cache): New function.
11679 (symbol_cache_stats): New function.
11680 (maintenance_print_symbol_cache_statistics): New function.
11681 (symtab_new_objfile_observer): New function.
11682 (symtab_free_objfile_observer): New function.
11683 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
11684 (_initialize_symtab): Init symbol_cache_key. New parameter
11685 maint symbol-cache-size. New maint commands print symbol-cache,
11686 print symbol-cache-statistics, flush-symbol-cache.
11687 Install new_objfile, free_objfile observers.
11688
e700d1b2
JB
116892015-01-31 Joel Brobecker <brobecker@adacore.com>
11690
11691 PR symtab/17855
11692 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
11693 to end.
11694
9f050062
DE
116952015-01-31 Doug Evans <xdje42@gmail.com>
11696
11697 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
11698 * auto-load.c: #include ctype.h.
11699 (struct auto_load_pspace_info): Replace member loaded_scripts with
11700 new members loaded_script_files, loaded_script_texts.
11701 (auto_load_pspace_data_cleanup): Update.
11702 (init_loaded_scripts_info): Update.
11703 (get_auto_load_pspace_data_for_loading): Update.
11704 (maybe_add_script_file): Renamed from maybe_add_script. All callers
11705 updated.
11706 (maybe_add_script_text): New function.
11707 (clear_section_scripts): Update.
11708 (source_script_file, execute_script_contents): New functions.
11709 (source_section_scripts): Add support for
11710 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
11711 (print_scripts): New function.
11712 (auto_load_info_scripts): Also print inlined scripts.
11713 (maybe_print_unsupported_script_warning): Renamed from
11714 unsupported_script_warning_print. All callers updated.
11715 (maybe_print_script_not_found_warning): Renamed from
11716 script_not_found_warning_print. All callers updated.
11717 * extension-priv.h (struct extension_language_script_ops): New member
11718 objfile_script_executor.
11719 * extension.c (ext_lang_objfile_script_executor): New function.
11720 * extension.h (objfile_script_executor_func): New typedef.
11721 (ext_lang_objfile_script_executor): Declare.
11722 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
11723 * guile/guile.c (guile_extension_script_ops): Update.
11724 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
11725 * python/python.c (python_extension_script_ops): Update.
11726 (gdbpy_execute_objfile_script): New function.
11727
312809f8
EZ
117282015-01-31 Eli Zaretskii <eliz@gnu.org>
11729
11730 * tui/tui-io.c (tui_expand_tabs): New function.
11731 (tui_puts, tui_redisplay_readline): Expand TABs into the
11732 appropriate number of spaces.
11733 * tui/tui-regs.c: Include tui-io.h.
11734 (tui_register_format): Call tui_expand_tabs to expand TABs into
11735 the appropriate number of spaces.
11736 * tui/tui-io.h: Add prototype for tui_expand_tabs.
11737
b6577aab
DE
117382015-01-30 Doug Evans <dje@google.com>
11739
11740 * NEWS: "info source" command now display producer string if present.
11741 * source.c (source_info): Print producer string if present.
11742
6da58d3e
SM
117432015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * varobj.c (varobj_delete): Fix comment.
11746
837ce252
SM
117472015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11748
11749 * varobj.c (create_child): Modify comment.
11750
b09e2c59
SM
117512015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11752
11753 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
11754 parameter.
11755 (ada_name_of_variable): Same.
11756 (ada_path_expr_of_child): Same.
11757 (ada_value_of_variable): Same.
11758 (ada_value_is_changeable_p): Same.
11759 (ada_value_has_mutated): Same.
11760 * c-varobj.c (varobj_is_anonymous_child): Same.
11761 (c_is_path_expr_parent): Same.
11762 (c_number_of_children): Same.
11763 (c_name_of_variable): Same.
11764 (c_path_expr_of_child): Same.
11765 (get_type): Same.
11766 (c_value_of_variable): Same.
11767 (cplus_number_of_children): Same.
11768 (cplus_name_of_variable): Same.
11769 (cplus_path_expr_of_child): Same.
11770 (cplus_value_of_variable): Same.
11771 * jv-varobj.c (java_number_of_children): Same.
11772 (java_name_of_variable): Same.
11773 (java_path_expr_of_child): Same.
11774 (java_value_of_variable): Same.
11775 * varobj.c (number_of_children): Same.
11776 (name_of_variable): Same.
11777 (is_root_p): Same.
11778 (varobj_ensure_python_env): Same.
11779 (varobj_get_objname): Same.
11780 (varobj_get_expression): Same.
11781 (varobj_get_display_format): Same.
11782 (varobj_get_display_hint): Same.
11783 (varobj_has_more): Same.
11784 (varobj_get_thread_id): Same.
11785 (varobj_get_frozen): Same.
11786 (dynamic_varobj_has_child_method): Same.
11787 (varobj_get_gdb_type): Same.
11788 (is_path_expr_parent): Same.
11789 (varobj_default_is_path_expr_parent): Same.
11790 (varobj_get_language): Same.
11791 (varobj_get_attributes): Same.
11792 (varobj_is_dynamic_p): Same.
11793 (varobj_get_child_range): Same.
11794 (varobj_value_has_mutated): Same.
11795 (varobj_get_value_type): Same.
11796 (number_of_children): Same.
11797 (name_of_variable): Same.
11798 (check_scope): Same.
11799 (varobj_editable_p): Same.
11800 (varobj_value_is_changeable_p): Same.
11801 (varobj_floating_p): Same.
11802 (varobj_default_value_is_changeable_p): Same.
11803
2568868e
SM
118042015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11805
11806 * varobj.c (varobj_get_path_expr): Set var->path_expr.
11807 * c-varobj.c (c_path_expr_of_child): Set local var instead of
11808 child->path_expr.
11809 (cplus_path_expr_of_child): Same.
11810
ca83fa81
SM
118112015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11812
11813 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
11814 result.
11815 (mi_cmd_var_info_expression): Same.
11816 * varobj.c (varobj_get_expression): Mention in the comment that
11817 the result must by freed by the caller.
11818
afa269ae
SM
118192015-01-30 Simon Marchi <simon.marchi@ericsson.com>
11820
11821 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
11822 varobj_get_type.
11823 (varobj_update_one): Same.
11824 * varobj.c (update_type_if_necessary): Free curr_type_str and
11825 new_type_str.
11826 (varobj_get_type): Specify in comment that the result needs to be
11827 freed by the caller.
11828
cd366ee8
DE
118292015-01-29 Doug Evans <dje@google.com>
11830
11831 PR symtab/17890
11832 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
11833
38360086
MW
118342015-01-25 Mark Wielaard <mjw@redhat.com>
11835
11836 * dwarf2read.c (checkproducer): Call producer_is_gcc.
11837 * utils.c (producer_is_gcc_ge_4): Likewise.
11838 (producer_is_gcc): New function.
11839 * utils.h (producer_is_gcc): New declaration.
11840
df25ebbd
JB
118412015-01-29 Joel Brobecker <brobecker@adacore.com>
11842
11843 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
11844 kind.
11845 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
11846 parameter by "addr_stack" parameter.
11847 (resolve_dynamic_range): Replace "addr" parameter by
11848 "stack_addr" parameter. Update function documentation.
11849 Update code accordingly.
11850 (resolve_dynamic_array, resolve_dynamic_union)
11851 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
11852 (resolve_dynamic_type): Update code, following the changes made
11853 to resolve_dynamic_type_internal's interface.
11854 * dwarf2loc.h (struct property_addr_info): New.
11855 (dwarf2_evaluate_property): Replace "address" parameter
11856 by "addr_stack" parameter. Adjust function documentation.
11857 (struct dwarf2_offset_baton): New.
11858 (struct dwarf2_property_baton): Update documentation of
11859 field "referenced_type" to be more general. New field
11860 "offset_info" in union data field.
11861 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
11862 parameter by "addr_stack" parameter. Adjust code accordingly.
11863 Add support for PROP_ADDR_OFFSET properties.
11864 * dwarf2read.c (attr_to_dynamic_prop): Add support for
11865 DW_AT_data_member_location attributes as well. Use case
11866 statements instead of if/else condition.
11867
4a0ca9ec
JB
118682015-01-29 Joel Brobecker <brobecker@adacore.com>
11869
11870 * ada-varobj.c (ada_varobj_get_array_number_of_children):
11871 Return zero if PARENT_VALUE is NULL and parent_type's
11872 range type is dynamic.
11873
ddb87a81
JB
118742015-01-29 Joel Brobecker <brobecker@adacore.com>
11875
11876 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
11877 nonzero if the type's subtype is dynamic.
11878 (resolve_dynamic_range): Also resolve the range's subtype.
11879
3d7ad9b4 118802015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 11881
3d7ad9b4 11882 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
11883 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
11884
3a8b707a
DE
118852015-01-27 Doug Evans <dje@google.com>
11886
11887 * NEWS: Mention gdb.Objfile.username.
11888 * python/py-objfile.c (objfpy_get_username): New function.
11889 (objfile_getset): Add "username".
11890
d35b90fb
MW
118912015-01-24 Mark Wielaard <mjw@redhat.com>
11892
11893 * stack.c (return_command): Markup warning message with _.
11894
734ae125
DE
118952015-01-24 Doug Evans <xdje42@gmail.com>
11896
11897 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
11898
527f3840
JK
118992015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11900
11901 Fix 100x slowdown regression on DWZ files.
11902 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
11903 (struct line_header): Add offset and offset_in_dwz.
11904 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
11905 (free_line_header_voidp): New declaration.
11906 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
11907 functions.
11908 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
11909 (handle_DW_AT_stmt_list): Use line_header_hash.
11910 (free_line_header_voidp): New function.
11911 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
11912 (dwarf_decode_lines): New parameter decode_mapping, use it.
11913 (dwarf2_free_objfile): Free line_header_hash.
11914
f7e5394d
SM
119152015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11916
11917 PR gdb/17416
11918 * valops.c (value_rtti_indirect_type): Catch exception thrown by
11919 value_ind.
11920
743649fd
MW
119212015-01-15 Mark Wielaard <mjw@redhat.com>
11922
11923 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
11924 DW_AT_noreturn.
11925 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
11926 calling_convention an 8 bit bit field.
11927 (TYPE_NO_RETURN): New macro.
11928 * infcmd.c (finish_command): Query if function does not return
11929 normally.
11930 * stack.c (return_command): Likewise.
11931
198297aa
PA
119322015-01-23 Pedro Alves <palves@redhat.com>
11933
11934 * linux-nat.c (linux_is_async_p): New macro.
11935 (linux_nat_is_async_p):
11936 (linux_nat_terminal_inferior): Check whether the target can async
11937 instead of whether it is already async.
11938 (linux_nat_terminal_ours): Don't check whether the target is
11939 async.
11940 (linux_async_pipe): Use linux_is_async_p.
11941
253828f1
JK
119422015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11943
11944 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
11945 '-ascending'.
11946 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
11947 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
11948 Sort tp_array using tp_array_compar.
11949 (_initialize_thread): Extend thread_apply_all_command help.
11950
f0e8c4c5
JK
119512015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11952
11953 * corelow.c (core_open): Call also thread_command.
11954 * gdbthread.h (thread_command): New prototype moved from ...
11955 * thread.c (thread_command): ... here.
11956 (thread_command): Make it global.
11957
03b79603
PA
119582015-01-22 Pedro Alves <palves@redhat.com>
11959
11960 * configure.ac [*mingw32*]: Check $curses_found instead of
11961 $prefer_curses.
11962 * configure: Regenerate.
11963 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
11964 HAVE_NCURSES_NCURSES_H checks.
11965
6b8a872f
EZ
119662015-01-22 Eli Zaretskii <eliz@gnu.org>
11967
bbbbffbb 11968 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
11969 fails with the 1st arg NULL, try again with "unknown". Don't test
11970 the "cup" capability: it isn't supported by the Windows port of
11971 ncurses, but the Windows console driver is still capable of
11972 supporting TUI.
11973
4b62a76e
JK
119742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
11977
82a864f9
EZ
119782015-01-22 Eli Zaretskii <eliz@gnu.org>
11979
11980 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
11981 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
11982 reason that "make TAGS" is broken.
11983
b35018fd
CG
119842015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
11985
11986 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
11987 and check additional store instructions.
11988
ffbc4646
WW
119892015-01-21 Wei-cheng Wang <cole945@gmail.com>
11990
11991 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
11992
ddeca1df
WW
119932015-01-21 Wei-cheng Wang <cole945@gmail.com>
11994
11995 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
11996 ppc_canonicalize_syscall, ppc_linux_syscall_record,
11997 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
11998 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
11999 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12000 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12001 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12002 ppc_process_record_op19, ppc_process_record_op31,
12003 ppc_process_record_op59, ppc_process_record_op60,
12004 ppc_process_record_op63): Likewise.
12005
049bb5de
JB
120062015-01-20 Joel Brobecker <brobecker@adacore.com>
12007
12008 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12009 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12010 strerror.
12011
42b87c63 120122015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12013
12014 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12015 ppc_process_record_op31, ppc_process_record_op59,
12016 ppc_process_record_op60, ppc_process_record_op63,
12017 ppc_process_record): Fix -Wformat warning.
12018 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12019 Remove unused variables.
12020
569340fc
CG
120212015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12022
12023 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12024
63413d85
EZ
120252015-01-19 Eli Zaretskii <eliz@gnu.org>
12026
12027 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12028 CONFIG_OBS if not building with a curses library.
12029 * configure: Regenerate.
12030
12031 * windows-termcap.c: Include defs.h. Make the whole body empty if
12032 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12033 HAVE_NCURSES_NCURSES_H is defined.
12034
16d8013c
JB
120352015-01-19 Joel Brobecker <brobecker@adacore.com>
12036
12037 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12038 from end of line to start of next line.
12039
cf90fd9a
WW
120402015-01-17 Wei-cheng Wang <cole945@gmail.com>
12041
12042 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12043 Scan PLT stub backward for reverse debugging.
12044 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12045
b4cdae6f
WW
120462015-01-17 Wei-cheng Wang <cole945@gmail.com>
12047 Ulrich Weigand <uweigand@de.ibm.com>
12048
12049 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12050 gdb_target_obs.
12051 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12052 record.
12053 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12054 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12055 (ppc_linux_init_abi): Set process_record, process_record_signal.
12056 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12057 ppc_linux_record_tdep to gdbarch_tdep.
12058 (ppc_process_record): New declaration.
12059 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12060 ppc_process_record_op19, ppc_process_record_op31,
12061 ppc_process_record_op59, ppc_process_record_op60,
12062 ppc_process_record_op63, ppc_process_record): New functions.
12063
2608dbf8
WW
120642015-01-17 Wei-cheng Wang <cole945@gmail.com>
12065
12066 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12067 rs6000_in_function_epilogue_frame_p and add an argument
12068 for frame_info.
12069 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12070 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12071 New functions.
12072 (rs6000_epilogue_frame_unwind): New.
12073 (rs6000_gdbarch_init): Append epilogue unwinder.
12074
4c347be6
SDJ
120752015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12076
12077 * nat/linux-personality.c: Replace "#ifndef
12078 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12079 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12080 systems.
12081
9f2850ba
EZ
120822015-01-16 Eli Zaretskii <eliz@gnu.org>
12083
6cdb25f4
EZ
12084 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12085 functions.
12086 (_initialize_tui_win) <border-kind, border-mode>:
12087 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12088 (tui_set_tab_width_command): Fix the commentary.
12089
6cdb25f4
EZ
12090 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12091
bf555842
EZ
12092 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12093 Doc fix.
cb86fcc1
EZ
12094 (tui_set_tab_width_command): Delete and recreate the source and
12095 the disassembly windows, to show the effect of the changed tab
12096 size immediately.
bf555842 12097
9f2850ba
EZ
12098 * tui/tui-data.h (LINE_PREFIX): Make shorter
12099 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12100 "Thread NNNNN.XXXX" thread ID notation on Windows.
12101
95761b2d
JK
121022015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 Fix gcc-5 compilation.
12105 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12106
8cc73a39
SDJ
121072015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12108
12109 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12110 (linux-personality.o): New rule.
12111 * common/common-defs.h: Include <stdint.h>.
12112 * config/aarch64/linux.mh (NATDEPFILES): Include
12113 linux-personality.o.
12114 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12115 * config/arm/linux.mh (NATDEPFILES): Likewise.
12116 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12117 * config/i386/linux.mh (NATDEPFILES): Likewise.
12118 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12119 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12120 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12121 * config/mips/linux.mh (NATDEPFILES): Likewise.
12122 * config/pa/linux.mh (NATDEPFILES): Likewise.
12123 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12124 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12125 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12126 * config/s390/linux.mh (NATDEPFILES): Likewise.
12127 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12128 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12129 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12130 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12131 * defs.h: Remove #include <stdint.h> (moved to
12132 common/common-defs.h).
12133 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12134 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12135 nat/linux-personality.c).
12136 (linux_nat_create_inferior): Remove code to disable address space
12137 randomization (moved to nat/linux-personality.c). Create cleanup
12138 to disable address space randomization.
12139 * nat/linux-personality.c: New file.
12140 * nat/linux-personality.h: Likewise.
12141
fb23d554
SDJ
121422015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12143
12144 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12145 common/posix-strerror.c.
12146 (posix-strerror.o): New rule.
12147 (mingw-strerror.o): Likewise.
12148 * common/common-utils.h (safe_strerror): Move prototype to here,
12149 from utils.h.
12150 * common/common.host: New file.
12151 * common/mingw-strerror.c: Likewise.
12152 * common/posix-strerror.c: Likewise.
12153 * configure: Regenerated.
12154 * configure.ac: Source common/common.host. Add variable
12155 common_host_obs to gdb_host_obs.
12156 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12157 gdb/common/posix-strerror.c when warning about the use of
12158 strerror.
12159 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12160 common/mingw-strerror.c.
12161 * posix-hdep.c (safe_strerror): Remove definition; move it to
12162 common/posix-hdep.c.
12163 * utils.h (safe_strerror): Remove prototype; move to
12164 common/common-utils.h.
12165
3af8af43
JB
121662015-01-15 Joel Brobecker <brobecker@adacore.com>
12167
12168 GDB 7.8.2 released.
12169
bafffb51
JB
121702015-01-15 Joel Brobecker <brobecker@adacore.com>
12171
12172 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12173 ___XA type if the array has already been fixed.
12174
cdf43629
YQ
121752015-01-14 Yao Qi <yao@codesourcery.com>
12176
12177 * Makefile.in (ppc-linux.o): New rule.
12178 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12179 * configure.ac: AC_CHECK_FUNCS(getauxval).
12180 * config.in: Re-generated.
12181 * configure: Re-generated.
12182 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12183 Declare.
12184 * nat/ppc-linux.c: New file.
12185 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12186 Call ppc64_64bit_inferior_p.
12187
514c5338
YQ
121882015-01-14 Yao Qi <yao@codesourcery.com>
12189
12190 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12191 nat/ppc-linux.h.
12192 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12193 (PPC_FEATURE_HAS_DFP): Likewise.
12194 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12195 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12196 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12197 Include "nat/ppc-linux.h".
12198 * nat/ppc-linux.h: New file.
12199 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12200
5589af0e
PA
122012015-01-14 Pedro Alves <palves@redhat.com>
12202
12203 PR gdb/17525
12204 * breakpoint.c: Include "interps.h".
12205 (bpstat_do_actions_1): Also check whether the interpreter is
12206 async.
12207
6c400b59
PA
122082015-01-14 Pedro Alves <palves@redhat.com>
12209
12210 PR cli/17828
12211 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12212 reinstall if the interpreter is sync.
12213
e02c96a7
DE
122142015-01-13 Doug Evans <dje@google.com>
12215
12216 * objfiles.c (objfile_filename): New function.
12217 * objfiles.h (objfile_filename): Declare it.
12218 (objfile_name): Add function comment.
12219 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12220 bfd file name (which may be realpath'd), and the original name.
12221
3b2f13ff
JB
122222015-01-13 Joel Brobecker <brobecker@adacore.com>
12223
12224 * NEWS: Create a new section for the next release branch.
12225 Rename the section of the current branch, now that it has
12226 been cut.
12227
b4cfe7f8
JB
122282015-01-13 Joel Brobecker <brobecker@adacore.com>
12229
12230 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12231 * version.in: Bump version to 7.9.50.DATE-cvs.
12232
92fc2e69
JB
122332015-01-13 Joel Brobecker <brobecker@adacore.com>
12234
12235 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12236 Remove trailing new-line in argument of call to warning.
12237
f71f0b0d
JB
122382015-01-13 Joel Brobecker <brobecker@adacore.com>
12239
12240 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12241 new-line in argument of call to "warning".
12242
04dccad0
JB
122432015-01-13 Joel Brobecker <brobecker@adacore.com>
12244
12245 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12246 in static block, then try searching for primitive types.
12247
08b13bdd
PP
122482015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12249
12250 * top.h (gdb_add_history): Declare.
12251 * top.c (command_count): New variable.
12252 (gdb_add_history): New function.
12253 (gdb_safe_append_history): New static function.
12254 (quit_force): Call it.
12255 (command_line_input): Use gdb_add_history instead of
12256 add_history.
12257 * event-top.c (command_line_handler): Likewise.
12258
4ac15b59
JC
122592015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12260
12261 PR gdb/17046
12262 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12263 <setjmp.h> #include.
12264
005e54bb
DE
122652015-01-11 Doug Evans <xdje42@gmail.com>
12266
12267 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12268
439250fb
DE
122692015-01-11 Doug Evans <xdje42@gmail.com>
12270
12271 PR gdb/15830
12272 * NEWS: The "maint demangle" command is renamed as "demangle".
12273 * demangle.c: #include cli/cli-utils.h, language.h.
12274 (demangle_command): New function.
12275 (_initialize_demangle): Add new command "demangle".
12276 * maint.c (maintenance_demangle): Stub out.
12277 (_initialize_maint_cmds): Update help text for "maint demangle",
12278 and mark as deprecated.
12279
ebf3aa72
MK
122802015-01-11 Mark Kettenis <kettenis@gnu.org>
12281
12282 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12283 inferior_thread is a function.
12284
6bf045cd
PP
122852015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12286
12287 * Makefile.in (.y.c): Don't munge yacc's #line
12288 directives.
12289
588dcc3e
PP
122902015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12291
12292 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12293 to prompt for input.
12294 * tui/tui-hooks.c (tui_query_hook): Remove.
12295 (tui_install_hooks): Don't set deprecated_query_hook.
12296 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12297 height calculation. Always update the command window's cur_line.
12298
9c02b525
PA
122992015-01-09 Pedro Alves <palves@redhat.com>
12300
12301 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12302 function.
12303 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12304 declaration.
12305 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12306 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12307 stop_reason.
12308 (check_stopped_by_watchpoint): New function.
12309 (save_sigtrap): Reimplement.
12310 (linux_nat_stopped_by_watchpoint): Adjust.
12311 (linux_nat_lp_status_is_event): Delete.
12312 (stop_wait_callback): Only call save_sigtrap after storing the
12313 pending status.
12314 (status_callback): If the thread had been stopped for a breakpoint
12315 that has since been removed, discard the event and resume the LWP.
12316 (count_events_callback, select_event_lwp_callback): Use
12317 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12318 (cancel_breakpoint): Rename to ...
12319 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12320 stopped for a software breakpoint or hardware breakpoint.
12321 (select_event_lwp): Only give preference to the stepping LWP in
12322 all-stop mode. Adjust comments.
12323 (stop_and_resume_callback): Remove references to new_pending_p.
12324 (linux_nat_filter_event): Likewise. Leave exit events of the
12325 leader thread pending here. Handle signal short circuiting here.
12326 Only call save_sigtrap after storing the pending waitstatus.
12327 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12328 new_pending. Don't handle leaving events the caller is not
12329 interested in pending here, nor handle signal short-circuiting
12330 here. Also give equal priority to all LWPs that have had events
12331 in non-stop mode. If reporting a software breakpoint event,
12332 unadjust the LWP's PC.
12333 * linux-nat.h (enum lwp_stop_reason): New.
12334 (struct lwp_info) <stop_pc>: New field.
12335 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12336 (struct lwp_info) <stop_reason>: New field.
12337 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12338
8af756ef
PA
123392015-01-09 Pedro Alves <palves@redhat.com>
12340
12341 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12342 Set the LWP's 'resumed' flag.
12343
8a99810d
PA
123442015-01-09 Pedro Alves <palves@redhat.com>
12345
12346 * linux-nat.c (linux_resume_one_lwp): New function.
12347 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12348 (linux_nat_resume): Use lwp_status_pending_p and
12349 linux_resume_one_lwp.
12350 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12351 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12352 (status_callback, running_callback): Use lwp_status_pending_p.
12353 (lwp_status_pending_p): New function.
12354 (stop_and_resume_callback): Use lwp_status_pending_p.
12355 (linux_nat_filter_event): Use linux_resume_one_lwp.
12356 (linux_nat_wait_1): Always use status_callback to look for an LWP
12357 with a pending status. Use linux_resume_one_lwp.
12358 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12359 linux_resume_one_lwp.
12360
f7ce857f
PA
123612015-01-09 Pedro Alves <palves@redhat.com>
12362
12363 * breakpoint.c (bp_location_inserted_here_p): New function,
12364 factored out from ...
12365 (breakpoint_inserted_here_p): ... here. Use
12366 ALL_BP_LOCATIONS_AT_ADDR.
12367 (software_breakpoint_inserted_here_p): Use
12368 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12369
c1a747c1
PA
123702014-01-09 Pedro Alves <palves@redhat.com>
12371
12372 Skip enabling event reporting if the kernel supports
12373 PTRACE_EVENT_CLONE.
12374 * linux-thread-db.c: Include "nat/linux-ptrace.h".
12375 (thread_db_use_events): New function.
12376 (try_thread_db_load_1): Check thread_db_use_events before enabling
12377 event reporting.
12378 (update_thread_state): New function.
12379 (attach_thread): Use it. Check thread_db_use_events before
12380 enabling event reporting.
12381 (thread_db_detach): Check thread_db_use_events before disabling
12382 event reporting.
12383 (find_new_threads_callback): Check thread_db_use_events before
12384 enabling event reporting. Update the thread's state if not using
12385 libthread_db events.
12386
a33e3959
PA
123872015-01-09 Pedro Alves <palves@redhat.com>
12388
12389 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12390 about to wait for is > 0.
12391 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12392 the kernel thread ID is -1.
12393
8784d563
PA
123942015-01-09 Pedro Alves <palves@redhat.com>
12395
12396 * linux-nat.c (attach_proc_task_lwp_callback): New function.
12397 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12398 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12399 ptrace option flags.
12400 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12401 field.
12402 * nat/linux-procfs.c: Include <dirent.h>.
12403 (linux_proc_get_int): New parameter "warn". Handle it.
12404 (linux_proc_get_tgid): Adjust.
12405 (linux_proc_get_tracerpid): Rename to ...
12406 (linux_proc_get_tracerpid_nowarn): ... this.
12407 (linux_proc_pid_get_state): New function, factored out from
12408 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
12409 and handle it.
12410 (linux_proc_pid_is_gone): New function.
12411 (linux_proc_pid_is_stopped): Adjust.
12412 (linux_proc_pid_is_zombie_maybe_warn)
12413 (linux_proc_pid_is_zombie_nowarn): New functions.
12414 (linux_proc_pid_is_zombie): Use
12415 linux_proc_pid_is_zombie_maybe_warn.
12416 (linux_proc_attach_tgid_threads): New function.
12417 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12418 (linux_proc_get_tracerpid): Rename to ...
12419 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12420 (linux_proc_pid_is_gone): New declaration.
12421 (linux_proc_pid_is_zombie): Update comment.
12422 (linux_proc_pid_is_zombie_nowarn): New declaration.
12423 (linux_proc_attach_lwp_func): New typedef.
12424 (linux_proc_attach_tgid_threads): New declaration.
12425 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12426 use nowarn functions.
12427 (linux_ptrace_attach_fail_reason_string): Move here from
12428 gdbserver/linux-low.c and rename.
12429 (ptrace_supports_feature): If the current ptrace options are not
12430 known yet, check them now, instead of asserting.
12431 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12432 Declare.
12433
883ed13e
PA
124342015-01-09 Pedro Alves <palves@redhat.com>
12435
12436 * linux-thread-db.c (thread_db_find_new_threads_silently)
12437 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12438 (find_new_threads_once): Print debug output on gdb_stdlog.
12439
1710aab8
CG
124402015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
12441 Pedro Alves <palves@redhat.com>
12442
12443 * compile/compile.c: Include "gdb_wait.h".
12444 (do_rmdir): Check return value, and free 'zap'.
12445
b597c318
YQ
124462015-01-08 Pedro Alves <palves@redhat.com>
12447 Yao Qi <yao@codesourcery.com>
12448
12449 * dwarf2loc.c (indirect_pieced_value): Don't call
12450 gdb_sign_extend. Call extract_signed_integer instead.
12451 * utils.c (gdb_sign_extend): Remove.
12452 * utils.h (gdb_sign_extend): Remove declaration.
12453
025ac414
PM
124542015-01-07 Pierre Muller <muller@sourceware.org>
12455
12456 PR symtab/17811
12457 * stabsread.c (define_symbol): Set language for C++ special symbols.
12458
fa5af12a
PP
124592015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12460
12461 * inflow.c (initial_gdb_ttystate): Tweak comment.
12462
ea42d6f8
JB
124632015-01-07 Joel Brobecker <brobecker@adacore.com>
12464
12465 * inflow.c (set_initial_gdb_ttystate): Add empty line after
12466 comment documenting function.
12467
6a06d660
PP
124682015-01-07 Patrick Palka <patrick@parcs.ath.cx>
12469
12470 * terminal.h (set_initial_gdb_ttystate): Declare.
12471 * inflow.c (initial_gdb_ttystate): New static variable.
12472 (set_initial_gdb_ttystate): New setter.
12473 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
12474 instead of our current terminal state.
12475 * top.c (gdb_init): Call set_initial_gdb_ttystate.
12476
e810d75b
JB
124772015-01-07 Joel Brobecker <brobecker@adacore.com>
12478
12479 * guile/scm-type.c (tyscm_array_1): Add comment.
12480 * python/py-type.c (typy_array_1): Add comment.
12481
fce10a84
JB
124822015-01-06 Joel Brobecker <brobecker@adacore.com>
12483
12484 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
12485 error if N2 is equal to N1 - 1.
12486
8503d6e1
JB
124872015-01-06 Joel Brobecker <brobecker@adacore.com>
12488
12489 * python/py-type.c (typy_array_1): Do not raise negative-length
12490 exception if N2 is equal to N1 - 1.
12491
4d29c0a8
DE
124922015-01-03 Doug Evans <xdje42@gmail.com>
12493
12494 * c-exp.y: Whitespace cleanup.
12495 (classify_inner_name): Remove extra ;.
12496
eaa6a9a4
MR
124972015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
12498
12499 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
12500 offset signed.
12501
02fe9972
DE
125022015-01-02 Doug Evans <dje@google.com>
12503
12504 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
12505
e2ada9cb
DE
125062015-01-02 Doug Evans <dje@google.com>
12507
12508 * symtab.h (struct symbol): Fix typo in comment.
12509
32d0add0
JB
125102015-01-01 Joel Brobecker <brobecker@adacore.com>
12511
12512 Update year range in copyright notice of all files.
12513
76f2b779
JB
125142015-01-01 Joel Brobecker <brobecker@adacore.com>
12515
12516 * top.c (print_gdb_version): Update copyright year to 2015.
12517
077309e2 125182015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 12519
077309e2 12520 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 12521
077309e2 12522For older changes see ChangeLog-2014.
c906108c
SS
12523\f
12524Local Variables:
12525mode: change-log
12526left-margin: 8
12527fill-column: 74
12528version-control: never
57da7796 12529coding: utf-8
c906108c 12530End:
This page took 2.378567 seconds and 4 git commands to generate.